/
mysql-backup
/
Upload File
HOME
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64) -- -- Host: localhost Database: staging_subscription -- ------------------------------------------------------ -- Server version 5.7.42-0ubuntu0.18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `_HTO_EWD_UASP_Appointments` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Appointments` ( `Appointment_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Location_Name` text, `Location_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Name` text, `Service_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Provider_Name` text, `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Appointment_Prepaid` text, `Appointment_PayPal_Receipt_Number` text, `Appointment_Start` datetime DEFAULT '0000-00-00 00:00:00', `Appointment_End` datetime DEFAULT '0000-00-00 00:00:00', `Appointment_Client_Name` text, `Appointment_Client_Phone` text, `Appointment_Client_Email` text, `Appointment_Reminder_Email_Sent` text, `Appointment_Confirmation_Received` text, `WC_Order_ID` mediumint(9) NOT NULL DEFAULT '0', `WC_Order_Paid` text, UNIQUE KEY `id` (`Appointment_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Appointments` -- LOCK TABLES `_HTO_EWD_UASP_Appointments` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Custom_Fields` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Custom_Fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Custom_Fields` ( `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_Name` text NOT NULL, `Field_Slug` text NOT NULL, `Field_Type` text NOT NULL, `Field_Description` text NOT NULL, `Field_Values` text NOT NULL, `Field_Display` text NOT NULL, `Field_Order` mediumint(9) DEFAULT '9999', `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', UNIQUE KEY `id` (`Field_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Custom_Fields` -- LOCK TABLES `_HTO_EWD_UASP_Custom_Fields` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Custom_Fields_Meta` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Custom_Fields_Meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` ( `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Field_ID` mediumint(9) DEFAULT '0', `Appointment_ID` mediumint(9) DEFAULT '0', `Meta_Value` text NOT NULL, UNIQUE KEY `id` (`Meta_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Custom_Fields_Meta` -- LOCK TABLES `_HTO_EWD_UASP_Custom_Fields_Meta` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Custom_Fields_Meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_EWD_UASP_Exceptions` -- DROP TABLE IF EXISTS `_HTO_EWD_UASP_Exceptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_EWD_UASP_Exceptions` ( `Exception_ID` mediumint(9) NOT NULL AUTO_INCREMENT, `Location_Name` text, `Location_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Service_Provider_Name` text, `Service_Provider_Post_ID` mediumint(9) NOT NULL DEFAULT '0', `Exception_Start` datetime DEFAULT '0000-00-00 00:00:00', `Exception_End` datetime DEFAULT '0000-00-00 00:00:00', `Exception_Status` text, `Exception_Reason` text, UNIQUE KEY `id` (`Exception_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_EWD_UASP_Exceptions` -- LOCK TABLES `_HTO_EWD_UASP_Exceptions` WRITE; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_EWD_UASP_Exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_actionscheduler_actions` -- DROP TABLE IF EXISTS `_HTO_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_520_ci, `group_id` bigint(20) unsigned NOT NULL DEFAULT '0', `attempts` int(11) NOT NULL DEFAULT '0', `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`), KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=4381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_actionscheduler_actions` -- LOCK TABLES `_HTO_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `_HTO_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `_HTO_actionscheduler_actions` VALUES (4378,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":42}','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2021-09-07 10:26:05','2021-09-07 10:26:05',0,NULL),(4379,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":43}','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2021-09-07 10:26:06','2021-09-07 10:26:06',0,NULL),(4380,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[44]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2021-10-07 09:06:50','2021-10-07 09:06:50',0,NULL); /*!40000 ALTER TABLE `_HTO_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_actionscheduler_claims` -- DROP TABLE IF EXISTS `_HTO_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_actionscheduler_claims` -- LOCK TABLES `_HTO_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `_HTO_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_actionscheduler_groups` -- DROP TABLE IF EXISTS `_HTO_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_actionscheduler_groups` -- LOCK TABLES `_HTO_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `_HTO_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `_HTO_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-notes'),(3,'wp_mail_smtp'); /*!40000 ALTER TABLE `_HTO_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_actionscheduler_logs` -- DROP TABLE IF EXISTS `_HTO_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=170 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_actionscheduler_logs` -- LOCK TABLES `_HTO_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `_HTO_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `_HTO_actionscheduler_logs` VALUES (161,4378,'action created','2021-09-07 10:26:05','2021-09-07 10:26:05'),(162,4378,'action started via WP Cron','2021-09-07 10:26:05','2021-09-07 10:26:05'),(163,4378,'action complete via WP Cron','2021-09-07 10:26:05','2021-09-07 10:26:05'),(164,4379,'action created','2021-09-07 10:26:06','2021-09-07 10:26:06'),(165,4379,'action started via Async Request','2021-09-07 10:26:06','2021-09-07 10:26:06'),(166,4379,'action complete via Async Request','2021-09-07 10:26:06','2021-09-07 10:26:06'),(167,4380,'action created','2021-10-07 09:04:34','2021-10-07 09:04:34'),(168,4380,'action started via WP Cron','2021-10-07 09:06:49','2021-10-07 09:06:49'),(169,4380,'action complete via WP Cron','2021-10-07 09:06:50','2021-10-07 09:06:50'); /*!40000 ALTER TABLE `_HTO_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_commentmeta` -- DROP TABLE IF EXISTS `_HTO_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_commentmeta` -- LOCK TABLES `_HTO_commentmeta` WRITE; /*!40000 ALTER TABLE `_HTO_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_comments` -- DROP TABLE IF EXISTS `_HTO_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_comments` -- LOCK TABLES `_HTO_comments` WRITE; /*!40000 ALTER TABLE `_HTO_comments` DISABLE KEYS */; INSERT INTO `_HTO_comments` VALUES (6,3685,'AI-Powered ID Verification: Guarding Digital Payment Gateways - CryptoVixens','','https://cryptovixens.com/ai-powered-id-verification-guarding-digital-payment-gateways/','146.148.74.201','2021-09-20 16:48:57','2021-09-20 16:48:57','[…] report highlighted that AI is directed to expand the GDP of financial services corporations by 10% by […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.8','pingback',0,0),(7,3685,'AI-Powered ID Verification: Guarding Digital Payment Gateways - Tips Loves','','https://tipsloves.com/ai-powered-id-verification-guarding-digital-payment-gateways/','217.160.173.108','2021-09-20 21:01:53','2021-09-20 21:01:53','[…] report highlighted that AI is directed to expand the GDP of financial services corporations by 10% by […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.8.1','pingback',0,0); /*!40000 ALTER TABLE `_HTO_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointment_calendars` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointment_calendars`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointment_calendars` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `uname` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `passwd` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lang` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `cpages` tinyint(3) unsigned DEFAULT NULL, `ctype` tinyint(3) unsigned DEFAULT NULL, `msg` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `workingDates` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `restrictedDates` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates0` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates1` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates2` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates3` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates4` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates5` text COLLATE utf8mb4_unicode_520_ci, `timeWorkingDates6` text COLLATE utf8mb4_unicode_520_ci, `caldeleted` tinyint(3) unsigned DEFAULT NULL, `conwer` int(11) NOT NULL, `form_structure` mediumtext COLLATE utf8mb4_unicode_520_ci, `specialDates` mediumtext COLLATE utf8mb4_unicode_520_ci, `vs_use_validation` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_is_required` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_is_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_datemmddyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_dateddmmyyyy` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_number` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_digits` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_max` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_min` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `vs_text_submitbtn` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_language` text COLLATE utf8mb4_unicode_520_ci, `calendar_dateformat` text COLLATE utf8mb4_unicode_520_ci, `calendar_pages` text COLLATE utf8mb4_unicode_520_ci, `calendar_militarytime` text COLLATE utf8mb4_unicode_520_ci, `calendar_weekday` text COLLATE utf8mb4_unicode_520_ci, `calendar_mindate` text COLLATE utf8mb4_unicode_520_ci, `calendar_maxdate` text COLLATE utf8mb4_unicode_520_ci, `calendar_startmonth` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_startyear` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `calendar_theme` text COLLATE utf8mb4_unicode_520_ci, `min_slots` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `max_slots` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `close_fpanel` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `quantity_field` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `paypal_mode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `enable_paypal` text COLLATE utf8mb4_unicode_520_ci, `paypal_email` text COLLATE utf8mb4_unicode_520_ci, `request_cost` text COLLATE utf8mb4_unicode_520_ci, `paypal_product_name` text COLLATE utf8mb4_unicode_520_ci, `currency` text COLLATE utf8mb4_unicode_520_ci, `url_ok` text COLLATE utf8mb4_unicode_520_ci, `url_cancel` text COLLATE utf8mb4_unicode_520_ci, `paypal_language` text COLLATE utf8mb4_unicode_520_ci, `cu_user_email_field` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `notification_from_email` text COLLATE utf8mb4_unicode_520_ci, `notification_destination_email` text COLLATE utf8mb4_unicode_520_ci, `email_subject_confirmation_to_user` text COLLATE utf8mb4_unicode_520_ci, `email_confirmation_to_user` text COLLATE utf8mb4_unicode_520_ci, `email_subject_notification_to_admin` text COLLATE utf8mb4_unicode_520_ci, `email_notification_to_admin` text COLLATE utf8mb4_unicode_520_ci, `enable_reminder` text COLLATE utf8mb4_unicode_520_ci, `reminder_hours` text COLLATE utf8mb4_unicode_520_ci, `reminder_subject` text COLLATE utf8mb4_unicode_520_ci, `reminder_content` text COLLATE utf8mb4_unicode_520_ci, `dexcv_enable_captcha` text COLLATE utf8mb4_unicode_520_ci, `dexcv_width` text COLLATE utf8mb4_unicode_520_ci, `dexcv_height` text COLLATE utf8mb4_unicode_520_ci, `dexcv_chars` text COLLATE utf8mb4_unicode_520_ci, `dexcv_min_font_size` text COLLATE utf8mb4_unicode_520_ci, `dexcv_max_font_size` text COLLATE utf8mb4_unicode_520_ci, `dexcv_noise` text COLLATE utf8mb4_unicode_520_ci, `dexcv_noise_length` text COLLATE utf8mb4_unicode_520_ci, `dexcv_background` text COLLATE utf8mb4_unicode_520_ci, `dexcv_border` text COLLATE utf8mb4_unicode_520_ci, `dexcv_font` text COLLATE utf8mb4_unicode_520_ci, `cv_text_enter_valid_captcha` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `cp_cal_checkboxes` text COLLATE utf8mb4_unicode_520_ci, `nuser_emailformat` text COLLATE utf8mb4_unicode_520_ci, `nadmin_emailformat` text COLLATE utf8mb4_unicode_520_ci, `nremind_emailformat` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointment_calendars` -- LOCK TABLES `_HTO_cpabc_appointment_calendars` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars` DISABLE KEYS */; INSERT INTO `_HTO_cpabc_appointment_calendars` VALUES (1,'cal1','Calendar Item 1','','-',1,3,'Please, select your appointment.','1,2,3,4,5','','','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','9:0,10:0,11:0,12:0,13:0,14:0,15:0,16:0','',0,0,'[[{\"name\":\"email\",\"index\":0,\"title\":\"Email\",\"ftype\":\"femail\",\"userhelp\":\"\",\"csslayout\":\"\",\"required\":true,\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"subject\",\"index\":1,\"title\":\"Subject\",\"required\":true,\"ftype\":\"ftext\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\",\"size\":\"medium\"},{\"name\":\"message\",\"index\":2,\"size\":\"large\",\"required\":true,\"title\":\"Message\",\"ftype\":\"ftextarea\",\"userhelp\":\"\",\"csslayout\":\"\",\"predefined\":\"\"}],[{\"title\":\"\",\"description\":\"\",\"formlayout\":\"top_aligned\"}]]',NULL,'','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','modern/','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointment_calendars_data` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointment_calendars_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointment_calendars_data` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `appointment_calendar_id` int(10) unsigned DEFAULT NULL, `datatime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci, `description_customer` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `reminder` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `reference` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `quantity` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointment_calendars_data` -- LOCK TABLES `_HTO_cpabc_appointment_calendars_data` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars_data` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointment_calendars_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointments` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointments` ( `id` int(10) NOT NULL AUTO_INCREMENT, `calendar` int(11) NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `booked_time` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `booked_time_unformatted` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `phone` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `question` mediumtext COLLATE utf8mb4_unicode_520_ci, `quantity` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `buffered_date` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointments` -- LOCK TABLES `_HTO_cpabc_appointments` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_cpabc_appointments_discount_codes` -- DROP TABLE IF EXISTS `_HTO_cpabc_appointments_discount_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_cpabc_appointments_discount_codes` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `cal_id` mediumint(9) NOT NULL DEFAULT '1', `code` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `discount` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `availability` int(10) unsigned NOT NULL DEFAULT '0', `used` int(10) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_cpabc_appointments_discount_codes` -- LOCK TABLES `_HTO_cpabc_appointments_discount_codes` WRITE; /*!40000 ALTER TABLE `_HTO_cpabc_appointments_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_cpabc_appointments_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_db7_forms` -- DROP TABLE IF EXISTS `_HTO_db7_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_db7_forms` ( `form_id` bigint(20) NOT NULL AUTO_INCREMENT, `form_post_id` bigint(20) NOT NULL, `form_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1018 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_db7_forms` -- LOCK TABLES `_HTO_db7_forms` WRITE; /*!40000 ALTER TABLE `_HTO_db7_forms` DISABLE KEYS */; INSERT INTO `_HTO_db7_forms` VALUES (2,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:4:\"Eric\";s:10:\"your-email\";s:25:\"eric@talkwithcustomer.com\";s:5:\"phone\";s:12:\"416-385-3200\";s:12:\"your-company\";s:18:\"Talk With Customer\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:2017:\"Hello subscriptionflow.com,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website subscriptionflow.com.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website subscriptionflow.com, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you'd like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=subscriptionflow.com\r\n\";}','2019-10-21 11:03:29'),(3,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Stuart\";s:10:\"your-email\";s:27:\"instagramhammer@outlook.com\";s:5:\"phone\";s:14:\" 9725912341531\";s:12:\"your-company\";s:0:\"\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1069:\"Hi there,\nI’d like to grow and manage your Instagram page. I specialize in developing niche IG accounts.\n\nHere’s a few pages I run:\nhttps://instagram.com/arts.lovrs\nhttps://instagram.com/bunny_little_life\nhttps://instagram.com/perfect.beauty.forever\n\nMy personal IG account: https://www.instagram.com/yourtimetoshine111/\n\nHere’s an article that I wrote about growing IG accounts on my Steemit blog: https://steemit.com/travel/@yallapapi/how-to-grow-your-personal-instagram-page-to-5-billion-followers\n\nMy personal FB page: https://www.facebook.com/yalla.papi\n\nYou can also find me on LinkedIn: https://www.linkedin.com/in/stuartoden/\n\nI’ve been doing this for a while for my own accounts and am now looking to pick up some more clients. I’m happy to grow your account for only $100/month as long as I can use you as a reference.\nFeel free to shoot me an email back if you’re interested. Otherwise have a nice day.\n- Stuart\";}','2019-10-24 01:51:33'),(4,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:11:\"Harvey Lake\";s:10:\"your-email\";s:27:\"harveylake@liliumdirect.com\";s:5:\"phone\";s:13:\"023 8111 2269\";s:12:\"your-company\";s:13:\"Lilium Direct\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:1131:\"Hello, \r\n\r\nI've been looking into your business as I'm interested to see if we could help you given our experience within the accountancy and financial services sectors. \r\n\r\nHere at Lilium we help our clients fill their job roles quickly by advertising on over 500 leading job boards simultaneously, including TotalJobs, Jobsite, Monster, Reed and hundreds more, without needing to pay their individual subscriptions fees.\r\n\r\nIn the past we've helped businesses recruit everything from; Payroll Administrators/ Clerks, FX Brokers, Accountants, Bookkeepers, Mortgage Advisors, Finance Managers, Sales Executives, Account Managers and many, many more. \r\n\r\nThis new model will help you save a lot of time and money, attract more applicants per vacancy, and provide you with an easy online portal to manage all your candidates. \r\n\r\nWe actually offer a completely free, no obligation demo of our platform to show you how we will help. If you'd like to see this demo, please book it directly into my diary here https://calendly.com/liliumdirect/liliumdemo \r\n\r\nKind regards \r\n\r\nHarvey Lake\";}','2019-10-28 09:43:52'),(5,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:7:\"Viviane\";s:10:\"your-email\";s:22:\"v_ee@live.concordia.ca\";s:5:\"phone\";s:12:\"514-663-6706\";s:12:\"your-company\";s:10:\"Bombardier\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:222:\"Hi, \r\nI'm a student working for bombardier for a school project. I would like to know if the system can have a French user interface. Also, is the database self host or on cloud?\r\n\r\nThank You!\r\nBest Regard, \r\nViviane \";}','2019-10-28 22:30:28'),(7,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:14:\"Juan Figuerola\";s:10:\"your-email\";s:26:\"juan.figuerola@borrmart.es\";s:5:\"phone\";s:12:\"+34630991507\";s:12:\"your-company\";s:8:\"Borrmart\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:142:\"Hi,\r\n\r\nprimarily, I would like to understand the pricing model; is it 30$ / month per platform user or per subscriber?\r\n\r\nRegards,\r\nJuan \";}','2019-11-06 10:16:10'),(12,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:17:\"TEST666@GMAIL.COM\";s:5:\"phone\";s:7:\"7877777\";s:12:\"your-company\";s:4:\"TEST\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:28:\"THIS IS TESTING MESSAGE HERE\";}','2019-11-26 07:38:13'),(13,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:17:\"Andre Meyer Pflug\";s:10:\"your-email\";s:23:\"andre@meyerpflug.com.br\";s:5:\"phone\";s:14:\"+5512997636025\";s:12:\"your-company\";s:9:\"DDESK LLC\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:46:\"Your solution support PREPAID METERED BILLING?\";}','2020-01-16 23:06:23'),(14,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Dovi Kutoff\";s:10:\"your-email\";s:15:\"dovi@kutoff.com\";s:5:\"phone\";s:0:\"\";s:12:\"your-company\";s:12:\"orangeonions\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:285:\"1. do you integrate with the Shopify cart?\r\n2. what kind of reporting do you offer?\r\n3. what kind of automation do you offer?\r\n4. prices?\r\n5. we do subscription per month, not everyone gets the same item, people who are in month 1 get subscribtion1 etc can you support that model? how?\";}','2020-02-06 16:51:09'),(15,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Howard\";s:10:\"your-email\";s:23:\"howard@universal.com.my\";s:5:\"phone\";s:12:\"+60167028933\";s:12:\"your-company\";s:3:\"UCT\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:128:\"Hi\r\n\r\nIs there any charges if the customer use Credit Card: Is there any transaction charge ?\r\n\r\nThanks\r\n\r\nbest regards\r\nHoward\";}','2020-02-12 03:55:43'),(16,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"Paul Colby\";s:10:\"your-email\";s:22:\"paul@manageprotect.com\";s:5:\"phone\";s:12:\"+61417717669\";s:12:\"your-company\";s:14:\"Manage Protect\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:79:\"Regarding your "per user per month" pricing, what is a user? Thanks.\";}','2020-02-19 01:42:33'),(17,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"JamesDrymn\";s:10:\"your-email\";s:37:\"br.e.a.dl.ey.bba.uerb.auer.@gmail.com\";s:5:\"phone\";s:11:\"87945822226\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1800:\"I definitely wanted to send a quick comment to be able to say thanks to you for all the fantastic tips and tricks you are showing on this website. It's so incredibly generous with people like you in giving publicly exactly what most people could have supplied as an ebook to help make some dough for their own end, most notably since you could possibly have done it in case you desired. Those tricks also acted to become great way to comprehend other people have the same dream really like my personal own to grasp somewhat more on the subject of this issue. I am certain there are thousands of more fun instances up front for people who browse through your website. I just developed for onion in website design in Flagstaff Az my helpful forum, [url=https://www.gotwebsite1.com/services/Flagstaff-mobile-app-design.html]Web design agency near me in Arizona[/url]. Well, want to learn some more and begin some fascinating topics with all of you in the near future. Once again Thank you! Fantastic find - such astounding seeds. The large database is extremely rare and will promote us with my hobby. My kids and I are completely shocked by the talent for knowledge that everybody contributes on this site. It is obvious how well everybody masters tons. we bookmarked this web blog and I'm sure we will be visiting more for cool posts. You masters are the rarest experts. I happened upon the noumena that some of my relatives had previously found in this one website and simply could not find again. What above the par forum. Keep up the unique good efforts. I am also into nfl week 6 picks against the spread I have another main Business website I recently made Tuesday about seo [url=http://gotwebsite1.com/sedona-seo/]sedona seo[/url]\";s:6:\"submit\";s:4:\"Send\";}','2020-02-19 16:50:56'),(18,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Anthonyphymn\";s:10:\"your-email\";s:19:\"raphaeVah@gmail.com\";s:5:\"phone\";s:11:\"82642194996\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1009:\"Good day! subscriptionflow.com \r\n \r\nDo you know the easiest way to point out your merchandise or services? Sending messages exploitation feedback forms can allow you to simply enter the markets of any country (full geographical coverage for all countries of the world). The advantage of such a mailing is that the emails which will be sent through it will end up within the mailbox that's supposed for such messages. Sending messages using Feedback forms is not blocked by mail systems, which suggests it is absolute to reach the client. You may be ready to send your supply to potential customers who were previously inaccessible due to spam filters. \r\nWe offer you to check our service at no cost. We will send up to 50,000 message for you. \r\nThe cost of sending one million messages is us $ 49. \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nEmail - make-success@mail.ru\";s:6:\"submit\";s:4:\"Send\";}','2020-02-21 21:01:18'),(19,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"AnthonySip\";s:10:\"your-email\";s:28:\"da.vi.dd.u.ke.llcp@gmail.com\";s:5:\"phone\";s:11:\"89684182769\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:693:\"I just couldn't leave your site before suggesting that I actually enjoyed the standard info a person provide to your visitors? Is going to be back frequently to check out new posts you're really a good webmaster. The site loading speed is amazing. It sort of feels that you are doing any unique trick. Moreover, The contents are masterwork. you have performed a great process on this topic! we yesterdy built a wierd spot on the web I wish that it can be a resource for you if anyone has the need for some of these opportunities and if the family are within the community: [url=https://https://www.parkandgousa.com/]Valet services in Darien 06820[/url].\";s:6:\"submit\";s:4:\"Send\";}','2020-02-24 14:54:27'),(20,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Ayushi Rana\";s:10:\"your-email\";s:18:\"ayushi@jisirji.com\";s:5:\"phone\";s:10:\"7771005005\";s:12:\"your-company\";s:8:\"Betapage\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:487:\"\r\nHello,\r\n\r\nI am community manager at https://betapage.co/ which is a community of 65,000+ tech lovers & early adopters. \r\n\r\nYou can get featured and Get into the Trending section of BetaPage by selecting our featured listing including following benefits:\r\n\r\n-Newsletter mention (35,000+ Subscribers)\r\n-Twitter mention (13,000+ followers)\r\n-Faster review process (Within 24hrs of the payment)\r\n-Startup/product will be visible in the TRENDING section of betapage.co\r\n\";}','2020-03-11 06:32:40'),(21,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Matt Skelcher\";s:10:\"your-email\";s:40:\"mattskelcher@30secondexplainervideos.com\";s:5:\"phone\";s:10:\"3478095956\";s:12:\"your-company\";s:25:\"30 second marketing video\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:670:\"I have a way you could potentially increase your websites conversion rate\r\n\r\nBasically my team and I make videos that are designed to go on the front page of your website, and improve the overall conversion rate.\r\n\r\nI noticed you didn’t have a video and was wondering if you’d be interested to try it? \r\n\r\nIf you are, we would be happy to make you a video for $197... \r\n\r\nAnd if you find it doesn’t work or you don’t like it.. we will give you a full refund! \r\n\r\nI really think we can make you a powerful video...\r\n\r\n...and if you are interested let me know, or you can get started here:\r\nwww.30secondexplainervideos.com/explainer-promo \r\n\r\nCheers, \r\nMatt\r\n\";}','2020-03-16 04:00:36'),(22,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:14:\"Boris Gonzalez\";s:10:\"your-email\";s:17:\"vborisb@gmail.com\";s:5:\"phone\";s:10:\"9495426747\";s:12:\"your-company\";s:15:\"telalot systems\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:92:\"Looking for new billing solution (and automated tax solution) for VOIP/telecom company.\";}','2020-03-31 20:19:51'),(23,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:15:\"Cailey Easterly\";s:10:\"your-email\";s:25:\"cailey@sceniccitymags.com\";s:5:\"phone\";s:10:\"4232663440\";s:12:\"your-company\";s:16:\"CMC Publications\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:99:\"Hello, we are in need of a system to manage our targeted mail list as well as our subscriber base. \";}','2020-04-02 14:42:55'),(24,591,'a:8:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:17:\"ValentinMironenko\";s:10:\"your-email\";s:34:\"juliaballard1998@eflibbee.bizml.ru\";s:5:\"phone\";s:11:\"89169319983\";s:12:\"your-company\";s:6:\"google\";s:10:\"query-type\";s:7:\"Support\";s:12:\"your-message\";s:1420:\" \r\nЖелаете забанить онлайн-ресурс конкурента или мошенника? С нашей фирмой это можно быстро осуществить. \r\nИспользуем успешные технологии: \r\n- Надежно устраняем сайты по каким угодно ключевым запросам. \r\n- Тысячи спамных беклинков. \r\n- Спамим основную электронную почту организации письмами регистраций на сомнительных ресурсах \r\n- Понижение позиций сайта в поисковиках по самым коммерческим ключевым фразам. \r\n- Используется секретная технология. Это известно лишь нашим экспертам. \r\n- Гарантируем возврат денег при условии неудачи. \r\n- Полная отчётность. \r\n- Абсолютная конфиденциальность работы. Никто не узнает про нашу деятельность. \r\n \r\nЦена 4000py. \r\nПолная отчётность. \r\nОплата: Киви, Яндекс.Деньги, Bitcoin, Visa, MasterCard... \r\nТелега: @exrumer \r\nWhatssap: +7(906)53121-55 \r\nViber: +7(977)5255462 \r\nSkype: XRumer.pro \r\nemail: support@xrumer.eu\";s:6:\"submit\";s:4:\"Send\";}','2020-04-02 21:21:48'),(25,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Aamir Afzaal\";s:10:\"your-email\";s:24:\"aamir.afzaal31@gmail.com\";s:5:\"phone\";s:10:\"2242575635\";s:12:\"your-company\";s:9:\"Freelance\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:321:\"Good Afternoon, \r\nI had some questions about your product, and was hoping that a product specialist could setup a time with me to chat about a few things. Here are a few things that I have questions about. \r\n1) General Overview of the product\r\n2) Is there an option to have clients on a payment plan?\r\n\r\n\r\nThanks\r\nAamir\r\n\";}','2020-04-13 16:58:24'),(26,591,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:13:\"Tauqeer Ahmad\";s:10:\"your-email\";s:42:\"tauqeer.ahmad@staging.subscriptionflow.com\";s:5:\"phone\";s:10:\"1234567890\";s:12:\"your-company\";s:12:\"Test Company\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:12:\"Test Message\";}','2020-04-14 14:39:02'),(27,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:14:\"TEST@GMAIL.COM\";s:5:\"phone\";s:19:\"1111111111111111111\";s:12:\"your-company\";s:4:\"TEST\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:45:\"This is testing from user please ignore it...\";}','2020-04-14 15:20:57'),(28,591,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"TEST\";s:10:\"your-email\";s:14:\"test@gmail.com\";s:5:\"phone\";s:11:\"12222222222\";s:12:\"your-company\";s:4:\"test\";s:10:\"query-type\";s:4:\"Info\";s:12:\"your-message\";s:20:\"This is testing here\";}','2020-04-15 09:07:14'),(29,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:17:\"test711@gmail.com\";s:5:\"phone\";s:13:\"1111111111111\";s:7:\"company\";s:4:\"test\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:20:\"This is testing here\";}','2020-04-15 10:06:37'),(30,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:15:\"test7@gmail.com\";s:5:\"phone\";s:19:\"1111111111111111111\";s:7:\"company\";s:4:\"test\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:0:\"\";}','2020-04-15 11:33:41'),(31,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:25:\"patriciapdsmith@gmail.com\";s:5:\"phone\";s:11:\"08016862141\";s:7:\"company\";s:9:\"COD MEDIA\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:2567:\"Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop)\r\n10. Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n \r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n \r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nPatricia Smith\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n \r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.\";}','2020-04-20 07:15:13'),(32,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Daniel\";s:9:\"last_name\";s:5:\"Bales\";s:5:\"email\";s:28:\"daniel@sharpeyeanimation.com\";s:5:\"phone\";s:12:\"+18005359831\";s:7:\"company\";s:19:\"Sharp Eye Animation\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:1011:\"Hello - hope you're settling into this new reality as best as can be expected. \r\n \r\nI'm reaching out to you to see if you have video projects our team can help you with?\r\n \r\nWhile physically filming videos on location isn’t possible due to social distancing, working remote is our forte as animated videos don’t require in-person interaction and are a powerful way to connect with your audience.\r\n \r\nI’m an ex-Googler and founder of a 2-time award-winning studio. Below are two examples of our work:\r\nhttps://www.sharpeyeanimation.com/portfolio/nexd ← 2019 Platinum Award Winner\r\nhttps://www.sharpeyeanimation.com/portfolio/repairshopr ← +20% website conversion rate increase\r\n\r\nWe're always open to brainstorming ideas around challenges you or your team may have, so drop me a line anytime.\r\n \r\nStay safe! \r\nDaniel\r\n\r\n-- \r\nDaniel Bales\r\nFounder and Executive Producer, Sharp Eye Animation\r\nwww.sharpeyeanimation.com\r\n\r\nPhone: +1 (858) 414-2528\r\n\";}','2020-04-20 14:14:53'),(33,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:17:\"TEST7T7@gmail.com\";s:5:\"phone\";s:10:\"6767767766\";s:7:\"company\";s:0:\"\";}','2020-04-28 07:41:39'),(34,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Demo\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:18:\"testdemo@gmail.com\";s:5:\"phone\";s:13:\"1111111111111\";s:7:\"company\";s:4:\"test\";}','2020-04-28 09:38:57'),(35,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:25:\"patriciapdsmith@gmail.com\";s:5:\"phone\";s:11:\"08016862141\";s:7:\"company\";s:9:\"COD MEDIA\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:2567:\"Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working; I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop)\r\n10. Off –Page SEO work\r\n \r\nLots are pending……………..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n \r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n \r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\n\r\nPatricia Smith\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n \r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.\";}','2020-04-29 11:31:57'),(36,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-04-29 17:46:02'),(37,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tauqeer\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:21:\"tauqeer@techloyce.com\";s:5:\"phone\";s:10:\"1234567890\";s:7:\"company\";s:3:\"XVY\";}','2020-04-30 10:39:28'),(38,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:11:\"07377502877\";s:7:\"company\";s:2:\"Mr\";}','2020-04-30 21:13:51'),(39,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:17:\"test711@gmail.com\";s:5:\"phone\";s:3:\"122\";s:7:\"company\";s:7:\"company\";}','2020-05-01 10:06:59'),(40,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-01 10:12:04'),(41,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:0:\"\";}','2020-05-01 10:13:53'),(42,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 10:19:09'),(43,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:11:\"07377502877\";s:7:\"company\";s:2:\"Mr\";}','2020-05-01 11:16:29'),(44,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:17:04'),(45,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:20:31'),(46,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 11:20:52'),(47,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-01 11:49:44'),(48,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 13:51:50'),(49,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:16:\"test12@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-01 21:20:06'),(50,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Adam\";s:9:\"last_name\";s:5:\"Hardy\";s:5:\"email\";s:21:\"votuwi@mailinator.com\";s:5:\"phone\";s:17:\"+1 (143) 332-2282\";s:7:\"company\";s:18:\"Salazar Sampson Co\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:20:\"Aut harum dolorum pe\";}','2020-05-07 08:19:54'),(51,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tawanda\";s:9:\"last_name\";s:6:\"Scales\";s:5:\"email\";s:22:\"tawanda@mochachat.club\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:82:\"Good morning,\r\n\r\nCan you utilize this software with an existing website?\r\n\r\nKindly\";}','2020-05-07 14:23:45'),(52,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:22:\"ahsanali171m@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-05-08 13:26:46'),(53,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sid\";s:9:\"last_name\";s:2:\"Ra\";s:5:\"email\";s:43:\"sidra.iftikhar@staging.subscriptionflow.com\";s:5:\"phone\";s:9:\"653672388\";s:7:\"company\";s:2:\"SF\";}','2020-05-08 17:33:45'),(54,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sid\";s:9:\"last_name\";s:3:\"raa\";s:5:\"email\";s:28:\"sidra.iftikhar@techloyce.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:2:\"SF\";}','2020-05-08 19:44:50'),(55,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"J\";s:9:\"last_name\";s:1:\"m\";s:5:\"email\";s:21:\"jaymalik217@gmail.com\";s:5:\"phone\";s:8:\"12456667\";s:7:\"company\";s:1:\"s\";}','2020-05-09 18:39:31'),(56,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"NATIVIDAD \";s:9:\"last_name\";s:16:\"FERNANDEZ ALONSO\";s:5:\"email\";s:27:\"nfernandez@emprendedores.es\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:24:\"REVISTA EMPRENDEDORES SL\";}','2020-05-13 11:11:09'),(57,2737,'a:6:{s:12:\"cfdb7_status\";s:4:\"read\";s:10:\"first_name\";s:10:\"Damanpreet\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:23:\"damanchillana@gmail.com\";s:5:\"phone\";s:10:\"8077594114\";s:7:\"company\";s:23:\"Victoria World Ventures\";}','2020-05-13 16:40:40'),(58,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Kane\";s:9:\"last_name\";s:2:\"Ma\";s:5:\"email\";s:19:\"kma@kamodigital.com\";s:5:\"phone\";s:10:\"3362070590\";s:7:\"company\";s:22:\"Kamo Digital Solutions\";}','2020-05-22 03:48:20'),(59,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Natalia\";s:9:\"last_name\";s:5:\"Gomez\";s:5:\"email\";s:22:\"mkt@green-studiomx.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-05-24 23:40:39'),(60,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Matthew\";s:9:\"last_name\";s:6:\"Helton\";s:5:\"email\";s:21:\"heltonml828@gmail.com\";s:5:\"phone\";s:10:\"7046416566\";s:7:\"company\";s:4:\"1993\";}','2020-05-26 02:49:36'),(61,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:6:\"Downey\";s:5:\"email\";s:15:\"jd@actpub.co.uk\";s:5:\"phone\";s:11:\"01622695656\";s:7:\"company\";s:14:\"ACT Publishing\";}','2020-05-26 18:30:04'),(62,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:8:\"Girardin\";s:5:\"email\";s:29:\"service.jjmarketing@gmail.com\";s:5:\"phone\";s:10:\"7208911496\";s:7:\"company\";s:13:\"JJ Marketing \";}','2020-05-27 17:52:04'),(63,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:8:\"Girardin\";s:5:\"email\";s:34:\"jenniferlynn.jjmarketing@gmail.com\";s:5:\"phone\";s:12:\"720-891-1496\";s:7:\"company\";s:12:\"JJ Marketing\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:220:\"Hello,\r\n\r\nI am curious about your service and have several questions.\r\n\r\nThe first and most important question is: \r\n\r\nCan your software integrate with Shopify?\r\n\r\nThank you kindly,\r\n\r\nJennifer Girardin\r\n720-891-1496\r\n\r\n\";}','2020-05-27 17:56:52'),(64,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Nicholas\";s:9:\"last_name\";s:5:\"Hogue\";s:5:\"email\";s:24:\"nicholas.hogue@yahoo.com\";s:5:\"phone\";s:11:\"06-27580159\";s:7:\"company\";s:14:\"Nicholas Hogue\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:2844:\"The self education industry is a $355 Million per day industry and is expected to TRIPLE in the next 5 years! And with the right strategy this could be your opportunity to:\r\n\r\nGet in early before it is oversaturated.\r\nHelp others go faster while you get paid\r\nFix a broken system\r\nMake an impact on the world\r\nGet paid for a skill, hobby, passion or expertise you already have (or get paid from someone else’s)\r\n\r\nAnd Tony Robbins, Russell Brunson and Dean Graziosi are finally going to show YOU how to take advantage of it…\r\n\r\n(Now if you don’t already know who these 3 guys are then you’ll want to listen up!! They’ve impacted millions of lives and have generated billions of dollars)\r\n\r\nLook, if you’ve ever thought about (or even if you never thought about) getting paid for something you know (like a passion or a skill)... or even getting paid from what others know, then you have to attend.\r\n\r\nThis is one of the fastest growing industries online and in all areas of the world.\r\n\r\nAnd for the first time ever they’re doing a webclass training on how to extract your wisdom (or somebody else’s) and get other people to pay you for it!\r\n\r\nYou can save your spot here (and when you do register, you’re immediately going to get a brand new, never before seen training from Tony and Dean. No one else will ever get a chance to see this rare training except for us).\r\n\r\nkbbmint.com\r\n\r\nAfter hearing what they’re teaching, I truly believe this is the #1 way to make a massive income, make a massive impact on the world and leave a legacy!\r\n\r\nAnd here’s just a fraction of what you’ll learn this week:\r\n\r\nThe mostly hidden $129 Billion dollar market and how you can make a massive impact and leave a legacy by profiting from it.\r\n\r\nThe KBB Triangle: The 3 ways to profit (whether you’re an expert with a thriving business, just getting started, or even if you’re at complete rock bottom)\r\n\r\nThe framework to profit from what you (or someone else) already knows - or by creating community and bringing people together.\r\n\r\nPlus you’ll even be able to ask them questions when they do Q&A at the end of the training. (Chat is limited so show up early).\r\n\r\nThere’s no other time where you’re going to have this opportunity. So BE THERE! Because if you’re not going to make a shift in your life now, then when? And if not with these guys, then let me ask with who?\r\n\r\nThis is your rare chance to learn from 3 people who started from nothing and went on to generate billions of dollars and build massive companies.\r\n\r\nSpots are filling up faster than they ever have, so you need to hurry and go here to save your spot\r\n\r\nhttps://kbbmint.com\r\n\r\nRegister now and I’ll see you there this week - Plus they did a few brand new “pre-event” trainings that only those who register get access to.\r\n\r\nTalk soon\";}','2020-06-02 08:05:04'),(65,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ross\";s:9:\"last_name\";s:6:\"Querry\";s:5:\"email\";s:21:\"livewellres@gmail.com\";s:5:\"phone\";s:10:\"9729657777\";s:7:\"company\";s:23:\"Live Well Resources Inc\";}','2020-06-04 00:03:32'),(66,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Matias\";s:9:\"last_name\";s:8:\"Di Salvo\";s:5:\"email\";s:23:\"disalvomatias@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-05 15:42:07'),(67,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Pablo\";s:9:\"last_name\";s:8:\"Gonzalez\";s:5:\"email\";s:16:\"hola@treeala.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-06 07:46:05'),(68,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Martin\";s:5:\"email\";s:30:\"admin@livinglifemagazine.co.uk\";s:5:\"phone\";s:11:\"07957333226\";s:7:\"company\";s:23:\"LivingLife Publications\";}','2020-06-07 19:29:01'),(69,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"jerry\";s:9:\"last_name\";s:5:\"sears\";s:5:\"email\";s:23:\"searsjerry567@gmail.com\";s:5:\"phone\";s:10:\"3034997070\";s:7:\"company\";s:20:\"newchronichealth.com\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:463:\"We need subscription software. Would you please take a look at our e-newsletter site, www.newchronichealth.com ? We are a VC backed startup ready to launch in the healthcare space. We only accept online credit card payment, so we have no need for invoicing or billing. We have 4 time period subscription options [1 month, 1 future year & 1 past year] which are the same for all 14 of our newsletters. Jerry Sears / 303-499-7070 / searsjerry567@gmail.com\";}','2020-06-07 21:39:23'),(70,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"a\";s:9:\"last_name\";s:1:\"a\";s:5:\"email\";s:7:\"a@aa.cm\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-10 06:10:23'),(71,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Todd\";s:9:\"last_name\";s:7:\"Lorentz\";s:5:\"email\";s:24:\"tlorentz@telusplanet.net\";s:5:\"phone\";s:10:\"7804333342\";s:7:\"company\";s:23:\"Share International USA\";}','2020-06-14 22:19:12'),(72,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Saud\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:24:\"saud.ahmad@techloyce.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-15 11:19:55'),(73,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Engineer\";s:9:\"last_name\";s:4:\"saud\";s:5:\"email\";s:24:\"saud.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03347709519\";s:7:\"company\";s:9:\"Techloyce\";}','2020-06-17 13:41:29'),(74,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Farooq\";s:9:\"last_name\";s:4:\"Khan\";s:5:\"email\";s:14:\"farooq@duuo.ca\";s:5:\"phone\";s:10:\"6472000011\";s:7:\"company\";s:11:\"Surenx Inc.\";}','2020-06-18 13:59:02'),(75,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Prather\";s:9:\"last_name\";s:7:\"Jackson\";s:5:\"email\";s:28:\"editor@jacksonpublishing.com\";s:5:\"phone\";s:10:\"4243719900\";s:7:\"company\";s:25:\"Hollywood Weekly Magazine\";}','2020-06-19 17:11:41'),(76,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:13:\"0307 47 37337\";s:7:\"company\";s:9:\"techloyce\";}','2020-06-22 13:53:59'),(77,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"Techloyce\";}','2020-06-22 15:26:13'),(78,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:14:\"TEST@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-06-23 11:54:06'),(79,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"R\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:21:\"madasurajesh@live.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-23 13:51:38'),(80,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Zaheer\";s:9:\"last_name\";s:5:\"Ahmed\";s:5:\"email\";s:20:\"zaheercena@gmail.com\";s:5:\"phone\";s:11:\"03011000201\";s:7:\"company\";s:0:\"\";}','2020-06-24 11:56:11'),(81,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Robb\";s:9:\"last_name\";s:8:\"Rothrock\";s:5:\"email\";s:24:\"robb@protectiveplans.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-06-25 02:49:11'),(82,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Tim\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:20:\"tim@heartcertcpr.com\";s:5:\"phone\";s:12:\"651-262-4272\";s:7:\"company\";s:20:\"Powered by HeartCert\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:231:\"Hi, We are looking for a program to manage a platform that we are turning into a subscription business. Need help to manage the subscription service and also provide the ability to issue payouts to our subscribers.\r\nEmail preferred\";}','2020-06-26 22:36:14'),(83,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ron\";s:9:\"last_name\";s:5:\"Malec\";s:5:\"email\";s:22:\"keystonedirect@aol.com\";s:5:\"phone\";s:12:\"717-471-0962\";s:7:\"company\";s:27:\"Keystone Direct Promotions \";}','2020-06-27 01:16:03'),(84,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Pat\";s:9:\"last_name\";s:7:\"Desmond\";s:5:\"email\";s:30:\"miltontimespublisher@gmail.com\";s:5:\"phone\";s:13:\"617-696-7758 \";s:7:\"company\";s:12:\"Milton Times\";}','2020-06-28 13:15:56'),(85,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Elena\";s:9:\"last_name\";s:7:\"Stewart\";s:5:\"email\";s:22:\"elena@elenastewart.com\";s:5:\"phone\";s:12:\"651-265-9787\";s:7:\"company\";s:13:\"Elena Stewart\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:649:\"Hey there, \r\n\r\nSeveral types of businesses, including gyms and bars, still aren’t allowed to reopen in many states, and many small businesses that have reopened are struggling to get back on their feet after closing for COVID-19. \r\n\r\nI am putting together an article that talks about all the ways small business owners can keep their businesses going and growing as we ride out the rest of this pandemic. \r\n\r\nWould you be interested in posting it to your site? If so, I’ll send it over to you (free of charge) when I’m done. \r\n\r\nThanks so much. \r\nElena Stewart \r\nReach me at: elena@elenastewart.com \r\nVisit my site at: elenastewart.com\";}','2020-06-29 15:48:31'),(86,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ibrar\";s:9:\"last_name\";s:5:\"Ahmad\";s:5:\"email\";s:24:\"ibrarahmad9595@gmail.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"Techloyce\";}','2020-07-01 09:46:31'),(87,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Adam\";s:9:\"last_name\";s:9:\"Wieczorek\";s:5:\"email\";s:27:\"adam@camillessiouxfalls.com\";s:5:\"phone\";s:10:\"6053339727\";s:7:\"company\";s:22:\"Camilles Sidewalk Cafe\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:150:\"Looking into what is available for setting up a subscription program at our restaurant, software that can drive it, and what the cost would look like.\";}','2020-07-01 20:25:18'),(88,591,'a:8:{s:12:\"cfdb7_status\";s:4:\"read\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:33:\"test@staging.subscriptionflow.com\";s:5:\"phone\";s:8:\"11111111\";s:7:\"company\";s:16:\"subscriptionflow\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:23:\"This is testing message\";}','2020-07-03 12:44:12'),(89,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";}','2020-07-03 12:46:18'),(90,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Matthias\";s:9:\"last_name\";s:9:\"Woestmann\";s:5:\"email\";s:21:\"mw@quadrat-capital.de\";s:5:\"phone\";s:12:\"493054908680\";s:7:\"company\";s:15:\"quadrat capital\";}','2020-07-03 13:35:34'),(91,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Blaze\";s:9:\"last_name\";s:4:\"linn\";s:5:\"email\";s:17:\"blinn92@gmail.com\";s:5:\"phone\";s:10:\"7029304694\";s:7:\"company\";s:7:\"bb dubs\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:81:\"please call me with information on how this program can help further my business \";}','2020-07-06 23:56:47'),(92,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Mpere\";s:9:\"last_name\";s:4:\"Kobe\";s:5:\"email\";s:26:\"mpere@celerityholdings.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-07-07 07:28:39'),(93,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Mpere\";s:9:\"last_name\";s:4:\"Kobe\";s:5:\"email\";s:26:\"mpere@celerityholdings.com\";s:5:\"phone\";s:12:\"+27110565118\";s:7:\"company\";s:25:\"Adnexus Celerity Networks\";}','2020-07-07 09:34:49'),(94,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sipat\";s:9:\"last_name\";s:10:\"Restiawati\";s:5:\"email\";s:16:\"sipat@pawoon.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-07-07 22:37:42'),(95,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Muhammad \";s:9:\"last_name\";s:5:\"Usman\";s:5:\"email\";s:21:\"m.usman@techloyce.com\";s:5:\"phone\";s:10:\"3009583477\";s:7:\"company\";s:7:\"testing\";}','2020-07-08 09:21:28'),(96,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Muhammad \";s:9:\"last_name\";s:5:\"Usman\";s:5:\"email\";s:21:\"m.usman@techloyce.com\";s:5:\"phone\";s:10:\"3009583477\";s:7:\"company\";s:10:\"Techloyce \";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:7:\"testing\";}','2020-07-08 09:31:59'),(97,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Sherzel\";s:9:\"last_name\";s:8:\"Williams\";s:5:\"email\";s:25:\"swilliams@doctorshosp.com\";s:5:\"phone\";s:10:\"2424310570\";s:7:\"company\";s:16:\"Doctors Hospital\";}','2020-07-09 01:09:28'),(98,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrey\";s:9:\"last_name\";s:8:\"Grishkin\";s:5:\"email\";s:20:\"grandrey78@gmail.com\";s:5:\"phone\";s:10:\"5612895788\";s:7:\"company\";s:11:\"AMGENIX LLC\";}','2020-07-10 14:04:50'),(99,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Nate\";s:9:\"last_name\";s:5:\"Higgs\";s:5:\"email\";s:24:\"nate@sparrowelectric.com\";s:5:\"phone\";s:10:\"8018592313\";s:7:\"company\";s:16:\"Sparrow Electric\";}','2020-07-11 01:06:41'),(100,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Roberto\";s:9:\"last_name\";s:5:\"Calvo\";s:5:\"email\";s:24:\"roberto.calvo@ezforms.pe\";s:5:\"phone\";s:9:\"987989373\";s:7:\"company\";s:7:\"EZForms\";}','2020-07-13 16:37:57'),(101,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-07-14 12:21:16'),(102,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"noman\";s:9:\"last_name\";s:3:\"gul\";s:5:\"email\";s:21:\"nomangul934@gmail.com\";s:5:\"phone\";s:13:\"+923218857778\";s:7:\"company\";s:3:\"xyz\";}','2020-07-15 09:33:56'),(103,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"noman\";s:9:\"last_name\";s:3:\"gul\";s:5:\"email\";s:21:\"nomangul934@gmail.com\";s:5:\"phone\";s:13:\"+923218857778\";s:7:\"company\";s:3:\"xyz\";}','2020-07-15 09:35:19'),(104,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-07-15 14:06:18'),(105,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Colleen\";s:9:\"last_name\";s:6:\"Getley\";s:5:\"email\";s:20:\"colleen@getley.co.nz\";s:5:\"phone\";s:9:\"021734104\";s:7:\"company\";s:39:\"Getley's People & Culture Partners\";}','2020-07-15 22:50:59'),(106,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Colleen\";s:9:\"last_name\";s:6:\"Getley\";s:5:\"email\";s:20:\"colleen@getley.co.nz\";s:5:\"phone\";s:11:\"64921734104\";s:7:\"company\";s:41:\"Getley's People and Culture Partners\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:145:\"I am trying to request the free trial however your system is not allowing me to as it keeps telling me my organisation name is not alpha numeric\";}','2020-07-15 23:34:22'),(107,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Fredrik\";s:9:\"last_name\";s:7:\"Nystrom\";s:5:\"email\";s:22:\"fredrik@4csonalpha.com\";s:5:\"phone\";s:13:\"+447917528831\";s:7:\"company\";s:22:\"Inspire Trades Limited\";}','2020-07-16 08:25:22'),(108,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Bert\";s:9:\"last_name\";s:8:\"ten Kate\";s:5:\"email\";s:17:\"bert@carecrate.nl\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:9:\"CateCrate\";}','2020-07-16 19:55:08'),(109,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Shannon\";s:9:\"last_name\";s:6:\"Warlop\";s:5:\"email\";s:24:\"s.warlop@nexusglobal.com\";s:5:\"phone\";s:10:\"9194880068\";s:7:\"company\";s:37:\"Nexus Global Business Solutions, Inc.\";}','2020-07-17 14:39:01'),(110,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"MICHELE\";s:9:\"last_name\";s:4:\"CAVE\";s:5:\"email\";s:23:\"cavemichele79@gmail.com\";s:5:\"phone\";s:10:\"8155798658\";s:7:\"company\";s:4:\"1979\";}','2020-07-20 19:30:18'),(111,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Dhaval\";s:9:\"last_name\";s:5:\"Joshi\";s:5:\"email\";s:26:\"ketan.shah197423@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-07-21 07:18:38'),(112,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:22:\"kashifgikian@gmail.com\";s:5:\"phone\";s:11:\"07377502877\";s:7:\"company\";s:2:\"Mr\";}','2020-07-21 17:33:06'),(113,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dipen\";s:9:\"last_name\";s:5:\"Ghale\";s:5:\"email\";s:19:\"dipen@bestnepal.net\";s:5:\"phone\";s:10:\"9851032081\";s:7:\"company\";s:10:\"Best Nepal\";}','2020-07-23 06:41:51'),(114,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"gaurav\";s:9:\"last_name\";s:7:\"Padiyar\";s:5:\"email\";s:20:\"cafe.mitti@gmail.com\";s:5:\"phone\";s:10:\"7748053458\";s:7:\"company\";s:10:\"Mitti Cafe\";}','2020-07-25 07:34:06'),(115,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Guillermo\";s:9:\"last_name\";s:6:\"Jordan\";s:5:\"email\";s:26:\"jordan.guillermo@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:9:\"Japibelly\";}','2020-07-26 02:11:57'),(116,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:3:\"Lin\";s:5:\"email\";s:19:\"robert@harmonycs.co\";s:5:\"phone\";s:8:\"97729243\";s:7:\"company\";s:29:\"Harmony Cloud Systems Pte Ltd\";}','2020-07-26 16:42:37'),(117,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:3:\"Lin\";s:5:\"email\";s:19:\"robert@harmonycs.co\";s:5:\"phone\";s:8:\"97729243\";s:7:\"company\";s:29:\"Harmony Cloud Systems Pte Ltd\";}','2020-07-26 16:43:29'),(118,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Douglas\";s:9:\"last_name\";s:11:\"Yellow Bird\";s:5:\"email\";s:22:\"doug@vintageguitar.com\";s:5:\"phone\";s:10:\"7015270983\";s:7:\"company\";s:23:\"Vintage Guitar magazine\";s:10:\"query_type\";s:4:\"Info\";s:7:\"message\";s:158:\"Hello,\r\n\r\nI had a demo set up for today but no-one was there. I would like to set up another demo to check out the Software and see if it's a fit for us.\";}','2020-07-27 21:12:13'),(119,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Bridgette\";s:9:\"last_name\";s:5:\"Broad\";s:5:\"email\";s:25:\"bridgetteabroad@gmail.com\";s:5:\"phone\";s:9:\"021747127\";s:7:\"company\";s:0:\"\";}','2020-07-28 01:50:08'),(120,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Florent\";s:9:\"last_name\";s:5:\"DENAT\";s:5:\"email\";s:35:\"florent.denat@gramontinnovation.com\";s:5:\"phone\";s:17:\"+33 6 26 24 68 96\";s:7:\"company\";s:18:\"Gramont Innovation\";}','2020-07-28 11:49:29'),(121,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:16:\"test66@gmail.com\";s:5:\"phone\";s:7:\"1344333\";s:7:\"company\";s:7:\"company\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:0:\"\";}','2020-07-29 09:39:00'),(122,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-08-03 15:07:47'),(123,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-08-03 15:08:11'),(124,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-08-03 15:08:34'),(125,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:24:\"ibrarahmad9595@gmail.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:9:\"techloyce\";}','2020-08-03 15:23:11'),(126,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:24:\"ibrarahmad9595@gmail.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:2:\"ld\";}','2020-08-03 15:23:37'),(127,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ibrar\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:25:\"ibrar.ahmad@techloyce.com\";s:5:\"phone\";s:11:\"03074737337\";s:7:\"company\";s:2:\"ld\";}','2020-08-03 15:25:31'),(128,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"farzam Moeem\";s:9:\"last_name\";s:5:\"Moeen\";s:5:\"email\";s:24:\"farzammoeen007@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-05 08:50:31'),(129,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"abdullah\";s:9:\"last_name\";s:8:\"almaiman\";s:5:\"email\";s:18:\"3b.almai@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-08 16:27:44'),(130,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"abdullah\";s:9:\"last_name\";s:8:\"almaiman\";s:5:\"email\";s:18:\"3b.almai@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-08 16:28:26'),(131,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"abdullah\";s:9:\"last_name\";s:8:\"almaiman\";s:5:\"email\";s:18:\"3b.almai@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-08 16:29:48'),(132,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Saood\";s:9:\"last_name\";s:4:\"Mohd\";s:5:\"email\";s:21:\"s.m.alolama@gmail.com\";s:5:\"phone\";s:10:\"0505888695\";s:7:\"company\";s:7:\"Hadreen\";}','2020-08-09 05:38:54'),(133,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Saood\";s:9:\"last_name\";s:4:\"Mohd\";s:5:\"email\";s:23:\"s.s.alolama@hotmail.com\";s:5:\"phone\";s:10:\"0505888695\";s:7:\"company\";s:7:\"Hadreen\";}','2020-08-09 05:43:21'),(134,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ron\";s:9:\"last_name\";s:10:\"Ron Malec \";s:5:\"email\";s:23:\"lititzmagazine@mail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:15:\"Lititz Magazine\";}','2020-08-09 17:34:20'),(135,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"julia\";s:9:\"last_name\";s:4:\"todd\";s:5:\"email\";s:30:\"julia.todd@charltongrant.co.uk\";s:5:\"phone\";s:12:\"01765 600909\";s:7:\"company\";s:18:\"Charlton Grant Ltd\";}','2020-08-10 12:48:19'),(136,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"T.D.\";s:9:\"last_name\";s:5:\"Bhatt\";s:5:\"email\";s:28:\"t.d.bhatt@bluecameldubai.com\";s:5:\"phone\";s:14:\"00971564750743\";s:7:\"company\";s:11:\"Blue Camel \";}','2020-08-11 02:11:57'),(137,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Thorsten\";s:9:\"last_name\";s:5:\"Heard\";s:5:\"email\";s:18:\"info@rankkking.com\";s:5:\"phone\";s:12:\"0372-2413206\";s:7:\"company\";s:13:\"RANKKKING.COM\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:386:\"\r\nIncrease your Website advertising value by 1000% to 1500% & achieve Permanent Improvement in Google rankings\r\nWe can Increase your Website DA to 60+ in just 30 Days\r\n-High authority and 0% Spam Links\r\n-100% Whitehat and Manual work\r\n-0% Spam rate assurance\r\n-Cheapest costs (Starting from just 150$)\r\nFor more please VISIT : https://bit.ly/increase-da-upto-50\r\n\r\n\r\n\";}','2020-08-11 17:31:04'),(138,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Pete\";s:9:\"last_name\";s:8:\"Thompson\";s:5:\"email\";s:18:\"pete@neleafmag.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-12 14:53:38'),(139,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Federico\";s:9:\"last_name\";s:7:\"Perotti\";s:5:\"email\";s:18:\"pf.lecco@gmail.com\";s:5:\"phone\";s:12:\"+41786315700\";s:7:\"company\";s:13:\"NETSHARK Sagl\";s:10:\"query_type\";s:11:\"Information\";s:7:\"message\";s:189:\"hello i'm the owner of https://aimware.net/ and we would like to start processing credit card payments, can you let us know if is it possible using your service? thanks.\";}','2020-08-12 16:19:16'),(140,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Zyk\";s:9:\"last_name\";s:3:\"Zen\";s:5:\"email\";s:18:\"yelm4806@gmail.com\";s:5:\"phone\";s:10:\"3479730127\";s:7:\"company\";s:3:\"YMC\";}','2020-08-14 09:23:32'),(141,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Stacey\";s:9:\"last_name\";s:10:\"Richardson\";s:5:\"email\";s:27:\"staceyjrichardson@gmail.com\";s:5:\"phone\";s:8:\"00000000\";s:7:\"company\";s:0:\"\";}','2020-08-16 09:51:34'),(142,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Stacey\";s:9:\"last_name\";s:10:\"Richardson\";s:5:\"email\";s:27:\"staceyjrichardson@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-16 09:52:35'),(143,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:8:\"Gonzales\";s:5:\"email\";s:34:\"christine@verticalhealthdallas.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:19:\"Vertical Healthcare\";}','2020-08-19 00:28:39'),(144,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:8:\"Gonzales\";s:5:\"email\";s:34:\"christine@verticalhealthdallas.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:19:\"Vertical Healthcare\";}','2020-08-19 00:29:39'),(145,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Priscila\";s:9:\"last_name\";s:4:\"Ruiz\";s:5:\"email\";s:23:\"pvruizr@televisa.com.mx\";s:5:\"phone\";s:10:\"5611709264\";s:7:\"company\";s:8:\"Televisa\";s:10:\"query_type\";s:7:\"Pricing\";s:7:\"message\";s:137:\"Buenas tardes\r\nMe interesa su servicio de suscripciones digitales, me podrías compartir un contacto para enviarte mi solicitud por favor\";}','2020-08-19 22:19:53'),(146,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Danielle\";s:9:\"last_name\";s:5:\"Gaunt\";s:5:\"email\";s:20:\"dan@kiteworldmag.com\";s:5:\"phone\";s:11:\"07971551413\";s:7:\"company\";s:18:\"Kiteworld Magazine\";}','2020-08-20 09:27:10'),(147,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:6:\"Gordon\";s:5:\"email\";s:22:\"jgordon@myvillager.com\";s:5:\"phone\";s:10:\"6516991462\";s:7:\"company\";s:23:\"Villager Communications\";}','2020-08-20 17:44:09'),(148,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Jennifer \";s:9:\"last_name\";s:6:\"Gordon\";s:5:\"email\";s:22:\"jgordon@myvillager.com\";s:5:\"phone\";s:10:\"6516991462\";s:7:\"company\";s:23:\"Villager Communications\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:57:\"Filled out your form yet did not get access to your demo.\";}','2020-08-20 17:45:27'),(149,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jesse\";s:9:\"last_name\";s:8:\"Matthews\";s:5:\"email\";s:16:\"Jmatt3rd@att.net\";s:5:\"phone\";s:10:\"4194611832\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";s:0:\"\";s:7:\"message\";s:62:\"I would like to set up reoccurring payments. Can you help me?\";}','2020-08-20 19:45:22'),(150,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jason\";s:9:\"last_name\";s:7:\"Kerkhof\";s:5:\"email\";s:27:\"jason.kerkhof@orderease.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-21 14:45:44'),(151,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jason\";s:9:\"last_name\";s:7:\"Kerkhof\";s:5:\"email\";s:27:\"jason.kerkhof@orderease.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-08-21 14:46:30'),(152,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:4:\"Wood\";s:5:\"email\";s:23:\"admin@squaremedia.store\";s:5:\"phone\";s:14:\"0034 968170131\";s:7:\"company\";s:12:\"Venture C.B.\";}','2020-08-22 06:35:50'),(153,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Courtney\";s:9:\"last_name\";s:9:\"Rosenfeld\";s:5:\"email\";s:30:\"courtneyrosenfeld@gigspark.biz\";s:5:\"phone\";s:10:\"3217103400\";s:7:\"company\";s:9:\"GIG SPARK\";s:10:\"query_type\";s:7:\"Support\";s:7:\"message\";s:845:\"Hi!\r\n\r\nI’m so excited by the rise in “solopreneurs” like me! It’s been incredibly rewarding to grow my side gig into a full-time pursuit.\r\n\r\nStill, I’ve learned that solopreneurs don’t have to do it completely on their own. Working with freelancers and the right software helps offload certain tasks so solopreneurs have time to focus on more important business matters.\r\n\r\nOn that note: Can I write an article for you to use on your site that offers helpful tips for solopreneurs on the kinds of freelance and tech-based help that can boost their businesses? With everything going on right now, I think a lot of people are exploring their options for starting their own business, so it could really help your readers.\r\n\r\nLet me know what you think, and thanks in advance!\r\n\r\nThanks!\r\nCourtney\r\n\r\n\r\nCourtney Rosenfeld :: gigspark.biz\";}','2020-08-25 02:05:23'),(154,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Joris\";s:9:\"last_name\";s:6:\"Pijpen\";s:5:\"email\";s:22:\"joris.pijpen@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:5:\"DINGO\";}','2020-08-27 12:09:59'),(155,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Joris\";s:9:\"last_name\";s:6:\"Pijpen\";s:5:\"email\";s:22:\"joris.pijpen@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:5:\"DINGO\";}','2020-08-27 12:11:00'),(169,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Harry\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:15:\"asihf@gmail.com\";s:5:\"phone\";s:11:\"48018424975\";s:7:\"company\";s:0:\"\";}','2020-08-28 08:23:48'),(170,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"Ed\";s:9:\"last_name\";s:7:\"Paulsen\";s:5:\"email\";s:21:\"ed@codemonkeysllc.com\";s:5:\"phone\";s:10:\"7159411040\";s:7:\"company\";s:15:\"Codemonkeys LLC\";}','2020-08-28 18:57:10'),(171,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"Ed\";s:9:\"last_name\";s:7:\"Paulsen\";s:5:\"email\";s:21:\"ed@codemonkeysllc.com\";s:5:\"phone\";s:10:\"7159411040\";s:7:\"company\";s:15:\"Codemonkeys LLC\";}','2020-08-28 18:58:30'),(172,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Guy \";s:9:\"last_name\";s:7:\"POUNDER\";s:5:\"email\";s:25:\"guy@sydneyaccountants.com\";s:5:\"phone\";s:11:\"61416554984\";s:7:\"company\";s:22:\"Sydney Accountants.Com\";}','2020-08-29 08:04:55'),(173,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Bidhan\";s:9:\"last_name\";s:5:\"Ghosh\";s:5:\"email\";s:21:\"engg.bidhan@gmail.com\";s:5:\"phone\";s:11:\"01684014774\";s:7:\"company\";s:32:\"Baghabari Special Gawa Ghee Com.\";}','2020-08-31 18:13:33'),(174,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Bidhan\";s:9:\"last_name\";s:5:\"Ghosh\";s:5:\"email\";s:21:\"engg.bidhan@gmail.com\";s:5:\"phone\";s:11:\"01684014774\";s:7:\"company\";s:32:\"Baghabari Special Gawa Ghee Com.\";}','2020-08-31 18:14:01'),(175,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Jean\";s:9:\"last_name\";s:5:\"Leuci\";s:5:\"email\";s:17:\"jleuci4@gmail.com\";s:5:\"phone\";s:10:\"7819909878\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";s:11:\"Information\";s:7:\"message\";s:121:\"I did not order u ppl u took $39.and change,I want someone to call me immediately and to put that $$ bck in my account...\";}','2020-09-01 12:22:53'),(176,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bella\";s:9:\"last_name\";s:7:\"Johnson\";s:5:\"email\";s:15:\"testw@gmail.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:27:54'),(177,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bella\";s:9:\"last_name\";s:7:\"Johnson\";s:5:\"email\";s:15:\"testw@gmail.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:29:09'),(178,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:14:\"TEST@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:33:50'),(179,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dwyne\";s:9:\"last_name\";s:7:\"Johnson\";s:5:\"email\";s:19:\"testr@techloyce.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:37:07'),(180,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dwyne\";s:9:\"last_name\";s:7:\"Johnson\";s:5:\"email\";s:19:\"test1@techloyce.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:38:26'),(181,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahamd\";s:9:\"last_name\";s:3:\"con\";s:5:\"email\";s:24:\"ahmadshakil199@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:42:37'),(182,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Muhammad \";s:9:\"last_name\";s:5:\"Usman\";s:5:\"email\";s:21:\"m.usman@techloyce.com\";s:5:\"phone\";s:13:\"+923009583477\";s:7:\"company\";s:10:\"Techloyce \";}','2020-09-02 08:43:01'),(183,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:3:\"con\";s:5:\"email\";s:24:\"ahmadshakil199@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:47:24'),(184,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:3:\"con\";s:5:\"email\";s:24:\"ahmadshakil199@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:48:12'),(185,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:23:\"TESTTECHLOYCE@GMAIL.COM\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:50:34'),(186,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dwyne\";s:9:\"last_name\";s:7:\"Johnson\";s:5:\"email\";s:28:\"sidra.iftikhar@techloyce.com\";s:5:\"phone\";s:6:\"354345\";s:7:\"company\";s:0:\"\";}','2020-09-02 08:56:25'),(187,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Muhammad \";s:9:\"last_name\";s:5:\"Usman\";s:5:\"email\";s:21:\"m.usman@techloyce.com\";s:5:\"phone\";s:13:\"+923009583477\";s:7:\"company\";s:7:\"testing\";}','2020-09-02 09:02:26'),(188,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:3:\"con\";s:5:\"email\";s:24:\"ahmadshakil199@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 10:13:23'),(189,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:14:\"test@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-02 10:14:53'),(190,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Muhammad \";s:9:\"last_name\";s:5:\"Usman\";s:5:\"email\";s:20:\"testing123@gmail.com\";s:5:\"phone\";s:13:\"+923009583477\";s:7:\"company\";s:7:\"testing\";}','2020-09-02 10:30:26'),(191,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"James\";s:9:\"last_name\";s:5:\"Bogue\";s:5:\"email\";s:22:\"james.bogue@webcrm.com\";s:5:\"phone\";s:11:\"07545560164\";s:7:\"company\";s:14:\"webCRM Limited\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:142:\"HI \r\n\r\nWe are looking to Partner with a subscription service like yours.\r\n\r\nCan we organise an overview chat?\r\n\r\nKind regards\r\n\r\n\r\nJames Bogue\";}','2020-09-02 14:28:33'),(192,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Razi \";s:9:\"last_name\";s:3:\"Gee\";s:5:\"email\";s:20:\"Razigroup2@gmail.com\";s:5:\"phone\";s:10:\"0554877172\";s:7:\"company\";s:29:\"muhammad safdar transport llc\";}','2020-09-02 15:16:10'),(193,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Nikita \";s:9:\"last_name\";s:8:\"Navelkar\";s:5:\"email\";s:26:\"nikitanavelkar66@gmail.com\";s:5:\"phone\";s:10:\"9145058020\";s:7:\"company\";s:6:\"Arogya\";}','2020-09-03 06:50:45'),(194,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Erez\";s:9:\"last_name\";s:7:\"Breiman\";s:5:\"email\";s:21:\"erez@minerva-labs.com\";s:5:\"phone\";s:13:\"+972545821349\";s:7:\"company\";s:16:\"Minerva Labs LTD\";}','2020-09-03 11:29:22'),(195,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Erez\";s:9:\"last_name\";s:7:\"Breiman\";s:5:\"email\";s:21:\"erez@minerva-labs.com\";s:5:\"phone\";s:13:\"+972545821349\";s:7:\"company\";s:13:\"Minerva Labs \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:142:\"Trying to understand whether your self service portal for our customers can allow the customer to change their subscription plan/quantity\";}','2020-09-03 11:49:50'),(196,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"sten\";s:9:\"last_name\";s:5:\"tarro\";s:5:\"email\";s:20:\"sten.tarro@gmail.com\";s:5:\"phone\";s:7:\"5258122\";s:7:\"company\";s:0:\"\";}','2020-09-04 10:25:33'),(197,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:13:\"smitha mahesh\";s:9:\"last_name\";s:10:\"mannagudda\";s:5:\"email\";s:23:\"smithamaheshu@gmail.com\";s:5:\"phone\";s:10:\"9986864998\";s:7:\"company\";s:17:\"mangalore marines\";}','2020-09-04 13:13:47'),(198,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"nwado\";s:9:\"last_name\";s:17:\"Collins chenimuya\";s:5:\"email\";s:31:\"nwadocollinschenimuya@gmail.com\";s:5:\"phone\";s:11:\"08162819312\";s:7:\"company\";s:4:\"home\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:156:\"Good day,this is mr Collins from Benin city Edo state Nigeria. Kindly reconnect my DSTV account.please is now three day since my last subscription.\r\nThanks.\";}','2020-09-04 13:31:21'),(199,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Yadnyesh\";s:9:\"last_name\";s:9:\"Kuvalekar\";s:5:\"email\";s:21:\"yadnyeshk@hotmail.com\";s:5:\"phone\";s:11:\"99987060341\";s:7:\"company\";s:3:\"NIS\";}','2020-09-04 14:18:17'),(200,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Theodore\";s:9:\"last_name\";s:11:\"Elsenbaumer\";s:5:\"email\";s:31:\"teddy@cardconnnectsolutions.com\";s:5:\"phone\";s:10:\"8055092333\";s:7:\"company\";s:11:\"CardConnect\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:310:\"Hey Subscription Flow team,\r\n\r\nI've heard good feedback from merchants using your software and wanted to connect regarding a partnership.\r\n\r\nYou can set a time with me by following this link: https://cardconnect.pipedrive.com/scheduler/qlJPoDFm/partner-talk\r\n\r\nAll my best,\r\nTeddy\";}','2020-09-04 21:28:38'),(201,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Olger\";s:9:\"last_name\";s:5:\"Solis\";s:5:\"email\";s:13:\"olger@msn.com\";s:5:\"phone\";s:10:\"2392289807\";s:7:\"company\";s:9:\"Carpenter\";}','2020-09-04 23:06:11'),(202,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Clifton\";s:9:\"last_name\";s:5:\"Brown\";s:5:\"email\";s:23:\"cliftonabrown@gmail.com\";s:5:\"phone\";s:10:\"8763298404\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:115:\"I am having difficulty gaining access to publication via my phone...I have no such problem via my computer laptop..\";}','2020-09-05 01:42:38'),(203,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"jhay\";s:9:\"last_name\";s:6:\"bongat\";s:5:\"email\";s:16:\"dyvhyb@gmail.com\";s:5:\"phone\";s:11:\"09355655127\";s:7:\"company\";s:7:\"pisonet\";}','2020-09-05 03:23:22'),(204,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Vipul\";s:9:\"last_name\";s:7:\"Agarwal\";s:5:\"email\";s:20:\"vipkav9195@gmail.com\";s:5:\"phone\";s:10:\"9353627484\";s:7:\"company\";s:21:\"Sri Sathguru Ceramics\";}','2020-09-05 09:19:30'),(205,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kalai\";s:9:\"last_name\";s:1:\"m\";s:5:\"email\";s:21:\"kalaimurugan@live.com\";s:5:\"phone\";s:8:\"98989898\";s:7:\"company\";s:9:\"Kalai2006\";}','2020-09-05 18:44:05'),(206,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"hassan\";s:9:\"last_name\";s:5:\"atmeh\";s:5:\"email\";s:16:\"hassan@repzo.com\";s:5:\"phone\";s:10:\"0796666347\";s:7:\"company\";s:5:\"repzo\";}','2020-09-05 21:54:35'),(207,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:6:\"Amanya\";s:5:\"email\";s:19:\"jamanya21@gmail.com\";s:5:\"phone\";s:10:\"0777998824\";s:7:\"company\";s:20:\"National Care Centre\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:212:\"Hello, \r\nI have been reading about Freemasonry for a while. I felt in love with the objectives of this Grand Society. I now feel I should become a member. \r\nI request to know the steps taken to join.\r\nThank you\";}','2020-09-06 20:39:28'),(208,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:6:\"Amanya\";s:5:\"email\";s:19:\"jamanya21@gmail.com\";s:5:\"phone\";s:10:\"0777998824\";s:7:\"company\";s:20:\"National Care Centre\";}','2020-09-06 20:41:40'),(209,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Humayd \";s:9:\"last_name\";s:6:\"Burney\";s:5:\"email\";s:30:\"humayd.burney@planetngroup.com\";s:5:\"phone\";s:11:\"05525119850\";s:7:\"company\";s:8:\"Planet N\";}','2020-09-07 12:37:14'),(210,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sahil\";s:9:\"last_name\";s:5:\"Altaf\";s:5:\"email\";s:26:\"sahil.telly.erp9@gmail.com\";s:5:\"phone\";s:10:\"9327417377\";s:7:\"company\";s:10:\"MOZAM fish\";}','2020-09-08 03:04:40'),(211,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Shane\";s:9:\"last_name\";s:4:\"Hall\";s:5:\"email\";s:27:\"shall@reporting-central.com\";s:5:\"phone\";s:10:\"6132992159\";s:7:\"company\";s:17:\"Reporting-Central\";}','2020-09-08 15:29:33'),(212,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:9:\"techloyce\";s:5:\"email\";s:25:\"pomewuzoxi@mailinator.com\";s:5:\"phone\";s:17:\"+1 (886) 748-9051\";s:7:\"company\";s:24:\"Gillespie Mathis Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Aut dolor dolore sed\";}','2020-09-09 06:35:01'),(213,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:9:\"techloyce\";s:5:\"email\";s:25:\"cevunazymu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (685) 594-8198\";s:7:\"company\";s:22:\"Emerson and Ellison Co\";}','2020-09-09 06:47:42'),(214,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ahsan\";s:9:\"last_name\";s:3:\"ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:11:\"11111111111\";s:7:\"company\";s:4:\"test\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-09-09 07:57:50'),(215,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"testing\";s:9:\"last_name\";s:9:\"techloyce\";s:5:\"email\";s:21:\"qezuto@mailinator.com\";s:5:\"phone\";s:17:\"+1 (731) 347-6952\";s:7:\"company\";s:21:\"Dickerson Compton Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Aut porro eum non qu\";}','2020-09-09 08:19:49'),(216,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"sachal\";s:9:\"last_name\";s:7:\"travels\";s:5:\"email\";s:26:\"sachalairtravels@gmail.com\";s:5:\"phone\";s:11:\"03131113344\";s:7:\"company\";s:14:\"Sachal TRAVELS\";}','2020-09-09 08:25:36'),(217,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:6:\"tech 3\";s:5:\"email\";s:21:\"tahogu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (668) 149-9823\";s:7:\"company\";s:18:\"Terrell Alston Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Deserunt eos volupta\";}','2020-09-09 08:51:34'),(218,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Abroad\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:25:\"Kamrulsumon1010@gmail.com\";s:5:\"phone\";s:10:\"0672528706\";s:7:\"company\";s:16:\"hassan lean shop\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:107:\"Hi dear partner pls can u provide me and support how I'm going to received utomitick bill information \";}','2020-09-09 09:35:03'),(219,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"ayaz\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:24:\"zekojatok@mailinator.com\";s:5:\"phone\";s:17:\"+1 (483) 102-2326\";s:7:\"company\";s:23:\"Castillo Jensen Traders\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Consequuntur pariatu\";}','2020-09-09 11:13:03'),(220,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sabeen\";s:9:\"last_name\";s:5:\"Wahid\";s:5:\"email\";s:24:\"sabeenwahid786@gmail.com\";s:5:\"phone\";s:11:\"03232104493\";s:7:\"company\";s:15:\"Sabs enterprise\";}','2020-09-09 17:50:26'),(221,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jamiu\";s:9:\"last_name\";s:10:\"Olanrewaju\";s:5:\"email\";s:19:\"jamadeola@gmail.com\";s:5:\"phone\";s:11:\"08052602311\";s:7:\"company\";s:8:\"Personal\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:273:\"I just paid N7,900.00 for my subscription for Compact bouquet this evening on 7018513288 but all channels were not restored. The noticeable stations are Channels 203 - English Premiership football and 209 - SS Variety 4 did not come-on.\r\n\r\nPlease help.\r\n\r\nThanks.\r\n\r\nJamiu\";}','2020-09-09 19:07:05'),(222,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Val\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:18:\"BeWell Health, LLC\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:435:\"Hello, can I use your service if want to create a subscription box?\r\nThe idea is to get customers subscribed to the box and send him/her products every month.\r\n\r\nAlso, I didn't understand the pricing, it says USD 30 /user/month + 0.3% of overage revenue. Does this mean that I will be charged $30 for having one of my employees in charge of the account and if I'll need to add another person I'll pay $60?\";}','2020-09-09 22:46:15'),(223,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Humphrey\";s:9:\"last_name\";s:4:\"Uhio\";s:5:\"email\";s:21:\"uhiohumphrey@mail.com\";s:5:\"phone\";s:14:\"+2348135708535\";s:7:\"company\";s:7:\"Nigeria\";}','2020-09-10 01:27:52'),(224,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Hassan\";s:9:\"last_name\";s:5:\"Alali\";s:5:\"email\";s:16:\"haaz77@gmail.com\";s:5:\"phone\";s:10:\"0566661901\";s:7:\"company\";s:5:\"kaust\";}','2020-09-10 23:31:37'),(225,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ada\";s:9:\"last_name\";s:4:\"Chan\";s:5:\"email\";s:19:\"adachan@muji.com.hk\";s:5:\"phone\";s:12:\"852-22084785\";s:7:\"company\";s:7:\"MUJI HK\";}','2020-09-11 01:06:25'),(226,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Val\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:43:\"hello, do you have quick books integration?\";}','2020-09-11 18:46:04'),(227,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Stayton\";s:9:\"last_name\";s:9:\"Singleton\";s:5:\"email\";s:21:\"lee@bureaubullies.com\";s:5:\"phone\";s:11:\"19797096170\";s:7:\"company\";s:14:\"Bureau Bullies\";}','2020-09-13 06:26:24'),(228,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Jessica\";s:9:\"last_name\";s:7:\"Benzing\";s:5:\"email\";s:24:\"foreladiesgolf@gmail.com\";s:5:\"phone\";s:10:\"8155455541\";s:7:\"company\";s:16:\"Fore Ladies Golf\";}','2020-09-14 17:50:06'),(229,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Jessica\";s:9:\"last_name\";s:7:\"Benzing\";s:5:\"email\";s:24:\"foreladiesgolf@gmail.com\";s:5:\"phone\";s:10:\"8155455541\";s:7:\"company\";s:16:\"Fore Ladies Golf\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:45:\"Does your product integrate with BigCommerce?\";}','2020-09-14 17:55:35'),(230,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Laura\";s:9:\"last_name\";s:8:\"Anderson\";s:5:\"email\";s:26:\"andersonlaura981@gmail.com\";s:5:\"phone\";s:15:\"+92-332-8501475\";s:7:\"company\";s:16:\"Guest Post Offer\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:461:\"Greetings!\r\n\r\nWe normally charge $40 for a sponsored post($60 if you are unable to write).\r\n\r\nBut this is your lucky day!\r\n\r\nWe're offering a MASSIVE discount: 50% OFF.\r\n\r\nIf you place your order and send your payment before September 20th, 2020, we will charge you only $20 to publish a sponsored post($30 if you are unable to write).\r\n\r\nThis offer is NOT NEGOTIABLE.\r\n\r\nSimply reply to this email and place your order today!\r\n\r\nRegards,\r\n\r\nLaura Anderson\";}','2020-09-14 22:54:09'),(231,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Michelle\";s:9:\"last_name\";s:5:\"Blauw\";s:5:\"email\";s:20:\"getyounet2@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-15 04:06:41'),(232,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:17:\"test@10581509.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-16 07:59:12'),(233,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Gerardo\";s:9:\"last_name\";s:7:\"Saborio\";s:5:\"email\";s:26:\"gerardo@artsolutions.cloud\";s:5:\"phone\";s:10:\"7874393180\";s:7:\"company\";s:13:\"Art Solutions\";}','2020-09-17 03:01:07'),(234,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Marlon\";s:9:\"last_name\";s:5:\"Umana\";s:5:\"email\";s:25:\"hablemos@marlonumana.info\";s:5:\"phone\";s:8:\"83456177\";s:7:\"company\";s:8:\"Personal\";}','2020-09-17 03:15:06'),(235,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Greadon\";s:9:\"last_name\";s:3:\"Tan\";s:5:\"email\";s:19:\"Greadon@biz-era.net\";s:5:\"phone\";s:8:\"96135578\";s:7:\"company\";s:7:\"biz-era\";}','2020-09-17 04:54:21'),(236,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Gerardo\";s:9:\"last_name\";s:7:\"Saborio\";s:5:\"email\";s:26:\"gerardo@artsolutions.cloud\";s:5:\"phone\";s:10:\"7874393180\";s:7:\"company\";s:13:\"Art Solutions\";}','2020-09-17 06:16:45'),(237,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"WERWER\";s:9:\"last_name\";s:7:\"QERQWER\";s:5:\"email\";s:16:\"EWRWER@GMAIL.COM\";s:5:\"phone\";s:10:\"0168547889\";s:7:\"company\";s:12:\"RQWERA24525C\";}','2020-09-17 07:34:31'),(238,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:24:\"ሀዋናእንድሪስ\";s:9:\"last_name\";s:11:\"app youtube\";s:5:\"email\";s:18:\"ggg59843@gailm.com\";s:5:\"phone\";s:13:\"+966532718906\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:21:\"ኢንፎርመሽን\";}','2020-09-17 13:55:10'),(239,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Karthik\";s:9:\"last_name\";s:10:\"Packrisamy\";s:5:\"email\";s:18:\"karthik@mealato.ae\";s:5:\"phone\";s:13:\"+971552904338\";s:7:\"company\";s:21:\"Mealato Kitchen L.L.C\";}','2020-09-17 15:16:28'),(240,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Mohd Ridhwan\";s:9:\"last_name\";s:10:\"Abdul Rani\";s:5:\"email\";s:21:\"ewan_ewan18@yahoo.com\";s:5:\"phone\";s:10:\"0162630997\";s:7:\"company\";s:18:\"Ar-Rayqal Homestay\";}','2020-09-18 01:13:39'),(241,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Mohd Ridhwan\";s:9:\"last_name\";s:10:\"Abdul Rani\";s:5:\"email\";s:21:\"ewan_ewan18@yahoo.com\";s:5:\"phone\";s:10:\"0162630997\";s:7:\"company\";s:18:\"Ar-Rayqal Homestay\";}','2020-09-18 01:14:21'),(242,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Greadon\";s:9:\"last_name\";s:3:\"Tan\";s:5:\"email\";s:19:\"Greadon@biz-era.net\";s:5:\"phone\";s:8:\"96135578\";s:7:\"company\";s:7:\"biz era\";}','2020-09-18 06:47:59'),(243,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ken\";s:9:\"last_name\";s:6:\"Button\";s:5:\"email\";s:24:\"kbutton@contractsafe.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-18 20:00:33'),(244,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ronald\";s:9:\"last_name\";s:5:\"Malec\";s:5:\"email\";s:23:\"lititzmagazine@mail.com\";s:5:\"phone\";s:10:\"7173440043\";s:7:\"company\";s:15:\"Lititz Magazine\";}','2020-09-18 20:15:17'),(245,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"nurul\";s:9:\"last_name\";s:6:\"nazifa\";s:5:\"email\";s:23:\"nurulnazifa93@gmail.com\";s:5:\"phone\";s:10:\"0163739411\";s:7:\"company\";s:17:\"larverkrasivyy.n9\";}','2020-09-20 08:44:15'),(246,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Rishi\";s:9:\"last_name\";s:9:\"Saravanan\";s:5:\"email\";s:26:\"rishisaravanan23@gmail.com\";s:5:\"phone\";s:10:\"0174402821\";s:7:\"company\";s:23:\"Bio everast enterprise \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-09-21 10:53:23'),(247,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"yanti\";s:9:\"last_name\";s:5:\"yamud\";s:5:\"email\";s:24:\"yantiyamud7903@gmail.com\";s:5:\"phone\";s:10:\"0128772062\";s:7:\"company\";s:17:\"Hosana Enterprise\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:0:\"\";}','2020-09-22 06:37:53'),(248,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"박\";s:9:\"last_name\";s:6:\"지안\";s:5:\"email\";s:20:\"bbobbohu51@gmail.com\";s:5:\"phone\";s:11:\"01092842302\";s:7:\"company\";s:9:\"20070114p\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-09-22 13:38:28'),(249,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Abhi\";s:9:\"last_name\";s:4:\"Goel\";s:5:\"email\";s:17:\"agoel96@gmail.com\";s:5:\"phone\";s:10:\"6785162242\";s:7:\"company\";s:0:\"\";}','2020-09-22 13:43:51'),(250,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"F\";s:9:\"last_name\";s:1:\"L\";s:5:\"email\";s:12:\"fl@gmail.com\";s:5:\"phone\";s:12:\"+36707070700\";s:7:\"company\";s:4:\"Comp\";}','2020-09-22 15:38:31'),(251,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"kirsten\";s:9:\"last_name\";s:8:\"maitland\";s:5:\"email\";s:23:\"kirsten@rebelcheese.com\";s:5:\"phone\";s:10:\"2068548439\";s:7:\"company\";s:0:\"\";}','2020-09-23 01:25:34'),(252,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Dave\";s:9:\"last_name\";s:7:\"Gardner\";s:5:\"email\";s:16:\"my55fj@gmail.com\";s:5:\"phone\";s:14:\"+64 21 0551445\";s:7:\"company\";s:0:\"\";}','2020-09-23 01:48:24'),(253,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Jeanphilippe\";s:9:\"last_name\";s:5:\"Felix\";s:5:\"email\";s:28:\"felixjeanphilipe19@gmail.com\";s:5:\"phone\";s:12:\"+50948783332\";s:7:\"company\";s:21:\"Adaga Windows & Depot\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:46:\"I would like to know more about your software.\";}','2020-09-23 08:39:14'),(254,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Courtney\";s:9:\"last_name\";s:8:\"Hamilton\";s:5:\"email\";s:24:\"courtneyham810@gmail.com\";s:5:\"phone\";s:14:\"1-876-789-4355\";s:7:\"company\";s:22:\"Hami's Triumphant\";}','2020-09-23 13:13:47'),(255,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"xia\";s:9:\"last_name\";s:5:\"avery\";s:5:\"email\";s:19:\"xiavery@outlook.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:2:\"FC\";}','2020-09-23 18:05:47'),(256,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"ROYAL BANK\";s:9:\"last_name\";s:6:\"CANADA\";s:5:\"email\";s:12:\"name@das.com\";s:5:\"phone\";s:11:\"09836119999\";s:7:\"company\";s:8:\"Personal\";}','2020-09-24 22:18:35'),(257,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ashish\";s:9:\"last_name\";s:6:\"Shukla\";s:5:\"email\";s:26:\"Ashishkumar26695@gmail.com\";s:5:\"phone\";s:10:\"9695911921\";s:7:\"company\";s:4:\"Beej\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:3:\"Any\";}','2020-09-25 01:40:39'),(258,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Lisa\";s:9:\"last_name\";s:5:\"Silva\";s:5:\"email\";s:25:\"lisareyesilva@outlook.com\";s:5:\"phone\";s:8:\"793-7542\";s:7:\"company\";s:13:\"S3 Designs TT\";}','2020-09-25 02:28:03'),(259,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ethan\";s:9:\"last_name\";s:4:\"Weng\";s:5:\"email\";s:23:\"ethanweng@inquartik.com\";s:5:\"phone\";s:15:\"886-2-7733-0277\";s:7:\"company\";s:6:\"Taiwan\";}','2020-09-25 02:30:08'),(260,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"WU\";s:9:\"last_name\";s:8:\"CHENGLUN\";s:5:\"email\";s:24:\"chenglunwu@inquartik.com\";s:5:\"phone\";s:10:\"0975861375\";s:7:\"company\";s:21:\"Inquartik Corporation\";}','2020-09-25 02:55:58'),(261,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"bronwyn\";s:9:\"last_name\";s:6:\"goveia\";s:5:\"email\";s:23:\"bronwyn@qinfotech.co.za\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-25 07:52:45'),(262,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"ADASDA\";s:9:\"last_name\";s:9:\"ASDDADASD\";s:5:\"email\";s:21:\"iuli_882004@yahoo.com\";s:5:\"phone\";s:15:\"031012313123123\";s:7:\"company\";s:6:\"DADASD\";}','2020-09-25 09:44:46'),(263,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Tom\";s:9:\"last_name\";s:7:\"Bennett\";s:5:\"email\";s:24:\"tom.bennett@michelin.com\";s:5:\"phone\";s:12:\"864-380-3458\";s:7:\"company\";s:22:\"Michelin North America\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:646:\"We have a cloud-based, B2B service relationship management platform with a SaaS business model. We are trying to source a flexible subscription engine that can meter customer usage of our software and calculate charges for multiple program types including flat subscription pricing, unit pricing per transaction, unit pricing based on percentage charge per transaction, volume pricing, tiered pricing, and promotional pricing. We would like to schedule a meeting with you as early as next week where we could see Subscription Flow in action and where we could ask questions about capabilities and terms. Look forward to hearing from you. Tom\";}','2020-09-25 16:04:29'),(264,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"customer\";s:9:\"last_name\";s:7:\"service\";s:5:\"email\";s:30:\"customerservice@petlandtic.com\";s:5:\"phone\";s:10:\"9538399095\";s:7:\"company\";s:10:\"petlandtic\";}','2020-09-26 07:34:06'),(265,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"customer\";s:9:\"last_name\";s:7:\"service\";s:5:\"email\";s:30:\"customerservice@petlandtic.com\";s:5:\"phone\";s:10:\"9538399095\";s:7:\"company\";s:10:\"petlandtic\";}','2020-09-26 07:34:26'),(266,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Moquim \";s:9:\"last_name\";s:6:\"Ashraf\";s:5:\"email\";s:22:\"moquimashraf@gmail.com\";s:5:\"phone\";s:10:\"9354538907\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:22:\"Need for medical shop \";}','2020-09-26 08:59:13'),(267,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Paul\";s:9:\"last_name\";s:5:\"Huet \";s:5:\"email\";s:14:\"hehvac@aol.com\";s:5:\"phone\";s:10:\"7246795155\";s:7:\"company\";s:13:\"Huet Electric\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:145:\"I had someone transfer my express invoice to a new laptop and it says I need to buy it again unless I have my registration code. Can you help me?\";}','2020-09-26 13:03:22'),(268,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahmet\";s:9:\"last_name\";s:6:\"Fırat\";s:5:\"email\";s:17:\"ahmet@yeniben.com\";s:5:\"phone\";s:11:\"05337270000\";s:7:\"company\";s:44:\"Yeniben Elektronik ve Ticaret San. Tic A.Ş.\";}','2020-09-27 19:11:50'),(269,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"NAAMWAR\";s:9:\"last_name\";s:11:\"AUTO GARAGE\";s:5:\"email\";s:25:\"naamwar.garge97@gmail.com\";s:5:\"phone\";s:10:\"0554729599\";s:7:\"company\";s:14:\"AUTO WORKSHOP \";}','2020-09-28 04:54:45'),(270,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:9:\"Techloyce\";s:5:\"email\";s:22:\"zuqobuk@mailinator.com\";s:5:\"phone\";s:17:\"+1 (466) 527-7618\";s:7:\"company\";s:20:\"Beard Ortega Traders\";}','2020-09-28 06:34:59'),(271,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Chelsea\";s:9:\"last_name\";s:4:\"Lamb\";s:5:\"email\";s:23:\"chelsea@businesspop.net\";s:5:\"phone\";s:10:\"7046171839\";s:7:\"company\";s:12:\"BUSINESS POP\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:551:\"Hi,\r\n\r\nAs COVID-19 closed businesses to walk-in traffic, many small business owners rushed to create or expand online stores. \r\n\r\nI thought it might be a good time to write an article with advice for them on what steps they can take to make sure their online efforts are profitable through the rest of the pandemic and beyond!\r\n\r\nWould you be open to an article on that topic? I can feature your website in the article as well.\r\n\r\nThank you for your time and consideration!\r\nChelsea Lamb\r\nEditor and Head Blogger\r\nBusinesspop.net\r\ninfo@businesspop.net\";}','2020-09-28 08:03:10'),(272,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Navjot\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:19:\"navbaler1@gmail.com\";s:5:\"phone\";s:10:\"2092600073\";s:7:\"company\";s:5:\"Tesla\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:8:\"Pay bill\";}','2020-09-28 17:44:55'),(273,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Addy\";s:9:\"last_name\";s:3:\"Ang\";s:5:\"email\";s:23:\"a.addy@advant-media.com\";s:5:\"phone\";s:11:\"60132299065\";s:7:\"company\";s:12:\"Advant Media\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:149:\"Does subscription flow supports Malaysian businesses?\r\n\r\nLooking to use a auto billing/invoicing feature for my business to charge my customers.\";}','2020-09-29 02:00:02'),(274,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Daina\";s:9:\"last_name\";s:4:\"Peel\";s:5:\"email\";s:13:\"daina@vivi.io\";s:5:\"phone\";s:10:\"0408528552\";s:7:\"company\";s:18:\"Vivi International\";}','2020-09-29 06:37:43'),(275,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"mohamed\";s:9:\"last_name\";s:5:\"razib\";s:5:\"email\";s:23:\"mohamedrazib8@gmail.com\";s:5:\"phone\";s:11:\"06532363256\";s:7:\"company\";s:8:\"al wefaq\";}','2020-09-29 15:48:37'),(276,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"nemencio\";s:9:\"last_name\";s:3:\"ley\";s:5:\"email\";s:25:\"nemencio_acosta@yahoo.com\";s:5:\"phone\";s:10:\"5016242926\";s:7:\"company\";s:4:\"leon\";}','2020-09-30 01:47:15'),(277,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Peter\";s:9:\"last_name\";s:6:\"Ujvary\";s:5:\"email\";s:19:\"7upeter88@gmail.com\";s:5:\"phone\";s:13:\"0040746403264\";s:7:\"company\";s:11:\"SpectrumORL\";}','2020-09-30 09:18:36'),(278,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Meg\";s:9:\"last_name\";s:7:\"Longman\";s:5:\"email\";s:14:\"meg@salvie.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-09-30 09:39:07'),(279,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Rudy\";s:9:\"last_name\";s:8:\"Montepio\";s:5:\"email\";s:23:\"rudy.montepio@gmail.com\";s:5:\"phone\";s:10:\"0501495023\";s:7:\"company\";s:9:\"Al Mudeer\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:235:\"Hi,\r\n\r\nCan you do billing for AC where meter readings are used? Also, a fixed capacity charge plus other charges are added? Also, how much is the pricing? Our company is located in Dubai, is it possible to use your system here? Thanks.\";}','2020-09-30 10:14:04'),(280,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Kari\";s:9:\"last_name\";s:8:\"Anderson\";s:5:\"email\";s:22:\"karilanderso@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:255:\"Today I received an email from you (a company I have never heard of, which I am assuming is spam), that contains an invoice. Writing to verify that this is indeed a weird bot of some kind, or that you have mistaken my email with someone else’s. Thanks. \";}','2020-09-30 16:04:43'),(281,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Val\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:196:\"Hello!\r\nI'm curious if my customers will be able to manage their subscriptions themselves? For example, they'd be able to cancel/edit the subscription without requesting it from me.\";}','2020-09-30 17:47:18'),(282,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"George\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:17:\"gswest1@gmail.com\";s:5:\"phone\";s:10:\"2819488944\";s:7:\"company\";s:21:\"Chemical Intelligence\";}','2020-10-01 05:04:02'),(283,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Julianna\";s:9:\"last_name\";s:4:\"Cole\";s:5:\"email\";s:15:\"jcole@accme.org\";s:5:\"phone\";s:10:\"3125279200\";s:7:\"company\";s:62:\"Accreditation Council for Continuing Medical Education (ACCME)\";}','2020-10-01 15:16:36'),(284,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"PRAMOD\";s:9:\"last_name\";s:6:\"SHARMA\";s:5:\"email\";s:25:\"KUMAR.PRAMOD004@GMAIL.COM\";s:5:\"phone\";s:10:\"9412728841\";s:7:\"company\";s:15:\"PK CONSTRUCTION\";}','2020-10-02 09:59:26'),(285,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:9:\"Underwood\";s:5:\"email\";s:20:\"ads@island-stage.com\";s:5:\"phone\";s:12:\"214-417-1170\";s:7:\"company\";s:21:\"Island Stage Magazine\";}','2020-10-02 19:37:06'),(286,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:9:\"Underwood\";s:5:\"email\";s:20:\"ads@island-stage.com\";s:5:\"phone\";s:10:\"2144171170\";s:7:\"company\";s:12:\"Island Stage\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:123:\"Trying to request a trial account. Your sign up form will not accept my domain\r\n\r\nhttp://www.island-stage.com\r\n\r\n\";}','2020-10-02 19:53:05'),(287,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"ÖMER\";s:9:\"last_name\";s:8:\"KARAÇAY\";s:5:\"email\";s:17:\"luica34@gmail.com\";s:5:\"phone\";s:11:\"05305259593\";s:7:\"company\";s:5:\"voxzi\";}','2020-10-03 14:45:33'),(288,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Mohamad\";s:9:\"last_name\";s:11:\"fakhreddine\";s:5:\"email\";s:23:\"mfakhreddine5@gmail.com\";s:5:\"phone\";s:10:\"8157419339\";s:7:\"company\";s:6:\"Exelon\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:43:\"looki ng for ways to reduce my monthly bill\";}','2020-10-03 18:25:40'),(289,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"azrian\";s:9:\"last_name\";s:6:\"azrina\";s:5:\"email\";s:24:\"lovingbabies25@gmail.com\";s:5:\"phone\";s:10:\"0122081447\";s:7:\"company\";s:18:\"loving care babies\";}','2020-10-04 02:44:49'),(290,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Angelos\";s:9:\"last_name\";s:7:\"Giorgis\";s:5:\"email\";s:23:\"aggelakos84@hotmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-04 09:59:12'),(291,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Stephen\";s:9:\"last_name\";s:7:\"Merritt\";s:5:\"email\";s:23:\"stephen0087@hotmail.com\";s:5:\"phone\";s:10:\"8687649176\";s:7:\"company\";s:39:\"MERROS ELECTRICAL INSTALLATION SERVICES\";}','2020-10-04 10:11:04'),(292,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:20:\"سيدوقارعلي\";s:9:\"last_name\";s:6:\"شاه\";s:5:\"email\";s:23:\"waqarali96472@gmail.com\";s:5:\"phone\";s:14:\"00923152020048\";s:7:\"company\";s:8:\"Aht Pipe\";}','2020-10-04 11:42:50'),(293,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Annabelle\";s:9:\"last_name\";s:7:\"Hickson\";s:5:\"email\";s:26:\"annabellehickson@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-04 20:52:31'),(294,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Eirik\";s:9:\"last_name\";s:7:\"Hagenes\";s:5:\"email\";s:13:\"sg@goal.or.kr\";s:5:\"phone\";s:11:\"01087820731\";s:7:\"company\";s:10:\"GOA'L\";}','2020-10-05 02:22:20'),(295,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Tracy\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:22:\"Tranracy1969@gmail.com\";s:5:\"phone\";s:10:\"7178162834\";s:7:\"company\";s:8:\"N/a\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:91:\"I want that money returned into my bank a.s.a.p. or my dad will doing something about this.\";}','2020-10-05 23:14:10'),(296,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:7:\"Worrell\";s:5:\"email\";s:22:\"reorrell.lee@gmail.com\";s:5:\"phone\";s:11:\"19197381800\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:76:\"Did you receive my info on my unc financial aid? I should not have a balance\";}','2020-10-06 15:50:46'),(297,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Asem\";s:9:\"last_name\";s:5:\"Lalee\";s:5:\"email\";s:20:\"zuhralalee@gmail.com\";s:5:\"phone\";s:10:\"0432603593\";s:7:\"company\";s:9:\"Vodafone \";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:16:\"Can’t pay bill\";}','2020-10-06 23:04:12'),(298,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Richard \";s:9:\"last_name\";s:4:\"Vice\";s:5:\"email\";s:16:\"info@paxartv.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:12:\"Paxar Media \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:36:\"Would more info about your solutions\";}','2020-10-07 17:19:18'),(299,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kayla\";s:9:\"last_name\";s:8:\"Sawtelle\";s:5:\"email\";s:29:\"kayla.sawtelle.spam@gmail.com\";s:5:\"phone\";s:10:\"7635680336\";s:7:\"company\";s:4:\"TEST\";}','2020-10-07 20:49:45'),(300,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Avian\";s:9:\"last_name\";s:7:\"Tisdale\";s:5:\"email\";s:19:\"atisdale@nlpedi.com\";s:5:\"phone\";s:11:\"832-3213848\";s:7:\"company\";s:23:\"Night Light Urgent Care\";}','2020-10-07 22:22:59'),(301,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Malathy \";s:9:\"last_name\";s:11:\"Thanarajan \";s:5:\"email\";s:17:\"mal1803@yahoo.com\";s:5:\"phone\";s:10:\"0167819706\";s:7:\"company\";s:16:\"Kumarasamy & Co \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-10-08 04:59:33'),(302,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Malathy\";s:9:\"last_name\";s:10:\"Thanarajan\";s:5:\"email\";s:17:\"mal1803@yahoo.com\";s:5:\"phone\";s:10:\"0167819706\";s:7:\"company\";s:15:\"Kumarasamy & Co\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-10-08 04:59:52'),(303,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Sean\";s:9:\"last_name\";s:3:\"Tan\";s:5:\"email\";s:14:\"sean@jnplaw.my\";s:5:\"phone\";s:10:\"0122678711\";s:7:\"company\";s:47:\"International Malaysian Society of Maritime Law\";}','2020-10-11 14:46:41'),(304,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Lerato\";s:9:\"last_name\";s:8:\"Nkabinde\";s:5:\"email\";s:18:\"lerato22@gmail.com\";s:5:\"phone\";s:10:\"0827684825\";s:7:\"company\";s:4:\"SAFT\";}','2020-10-12 12:21:20'),(305,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Linda\";s:9:\"last_name\";s:7:\"Camblor\";s:5:\"email\";s:22:\"linda.camblor@sayme.io\";s:5:\"phone\";s:9:\"660854347\";s:7:\"company\";s:38:\"SAYME Monitorización Estructural S.L.\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:368:\"Hi,\r\nI am Linda from SAYME, an IoT company from Spain.\r\nI am interested in receiving information about your page and what services you offer.\r\nWe offer subscription services and we are looking for a platform to help us manage subscriptions and plans with our clients. And also to help us with the billing of subscriptions.\r\nWaiting for your reply.\r\nThanks and regards,\";}','2020-10-13 09:40:06'),(306,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:16:\"TEST77@GMAIL.COM\";s:8:\"id:phone\";s:11:\"+9211111111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"TEST\";}','2020-10-13 13:15:28'),(307,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Rutter\";s:5:\"email\";s:29:\"arutter@milestonecomputer.com\";s:8:\"id:phone\";s:12:\"+13366296484\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"Milestone Computer Solutions\";}','2020-10-13 15:28:15'),(308,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Val\";s:9:\"last_name\";s:1:\"M\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:18:\"BeWell Health, LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:118:\"Hello!\r\n\r\nI requested a product demo a few times but never received a confirmation, how can I solve this issue?\r\n\r\nVal\";}','2020-10-13 16:59:28'),(309,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Courtney \";s:9:\"last_name\";s:9:\"Rosenfeld\";s:5:\"email\";s:24:\"c_rosenfeld@gigspark.biz\";s:5:\"phone\";s:12:\"321-710-3400\";s:7:\"company\";s:8:\"GigSpark\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:506:\"Hello! \r\n\r\nI’d love to put together a “quick start guide” (including 10-15 resources) on launching a business locally. It can be tricky to get a business up and running, especially during these uncertain times, but I think this quick piece can help guide your readers through the process. \r\n\r\nWhat do you think? May I send it to you for your consideration and possible placement on your site?\r\n\r\nThank you for your time!\r\n\r\nCourtney \r\nc_rosenfeld@gigspark.biz\r\nhttp://www.gigspark.biz/\";}','2020-10-14 14:50:48'),(310,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:7:\"Solomon\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:10:\"7206813990\";s:7:\"company\";s:8:\"Nasopure\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:322:\"Hey,\r\n\r\nI just filled out the form and subscribed to Subscription flow (reference CUST_000307"). Right after that, I tried to log in and got this message:\r\n\r\n"Forbidden\r\n\r\nUnauthorized Domain Mapping"\r\n\r\nPlease help me resolve this issue. When I created the profile my domain name was "Nasopure"\r\n\";}','2020-10-15 16:41:20'),(311,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Jim\";s:9:\"last_name\";s:8:\"Sherwood\";s:5:\"email\";s:22:\"jim@skyrocketradio.com\";s:8:\"id:phone\";s:11:\"16015030933\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Skyrocket Radio\";}','2020-10-15 20:01:14'),(312,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"khayyam\";s:9:\"last_name\";s:7:\"bokhari\";s:5:\"email\";s:18:\"khayyamb@gmail.com\";s:8:\"id:phone\";s:10:\"4245351026\";s:7:\"company\";s:13:\"Axelliant LLC\";}','2020-10-15 22:53:49'),(313,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"khayyam\";s:9:\"last_name\";s:7:\"bokhari\";s:5:\"email\";s:18:\"khayyamb@gmail.com\";s:8:\"id:phone\";s:12:\"424 535 1026\";s:7:\"company\";s:10:\"Axelliant \";}','2020-10-15 22:55:24'),(314,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ram\";s:9:\"last_name\";s:1:\"S\";s:5:\"email\";s:23:\"ram.sanapathi@gmail.com\";s:5:\"phone\";s:10:\"8977577677\";s:7:\"company\";s:15:\"RR Enterprises \";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:15:\"I want mobiles \";}','2020-10-16 01:18:02'),(315,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:16:\"TEST66@gmail.com\";s:8:\"id:phone\";s:20:\"+9211111111111111111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"test\";}','2020-10-16 06:23:28'),(316,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Tomar753\";s:9:\"last_name\";s:8:\"Tomar753\";s:5:\"email\";s:22:\"pirkim-bef@hotmail.com\";s:5:\"phone\";s:6:\"123456\";s:7:\"company\";s:6:\"Cellat\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:5:\"20000\";}','2020-10-16 07:28:35'),(317,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Rosa\";s:9:\"last_name\";s:9:\"Guerrero \";s:5:\"email\";s:22:\"rosa.cupons1@gmail.com\";s:5:\"phone\";s:10:\"2143103327\";s:7:\"company\";s:21:\"Genesis lawn service \";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:30:\"Sending emails is not working \";}','2020-10-16 16:20:32'),(318,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"RAWAD\";s:9:\"last_name\";s:6:\"shaban\";s:5:\"email\";s:22:\"shaban.rawad@gmail.com\";s:8:\"id:phone\";s:11:\"05348809729\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-17 15:08:36'),(319,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Lynnette\";s:9:\"last_name\";s:4:\"Chua\";s:5:\"email\";s:28:\"lynnette..chua@invantest.com\";s:8:\"id:phone\";s:11:\"+6596398526\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Invantest\";}','2020-10-18 11:38:34'),(320,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Lynnette\";s:9:\"last_name\";s:4:\"Chua\";s:5:\"email\";s:24:\"chualynnette@hotmail.com\";s:8:\"id:phone\";s:11:\"+6596398526\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Invantest\";}','2020-10-18 12:26:20'),(321,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ingrid\";s:9:\"last_name\";s:9:\"Bottleman\";s:5:\"email\";s:24:\"ingrid@augomarketing.com\";s:8:\"id:phone\";s:12:\"+17866254880\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"AUGO\";}','2020-10-18 20:00:32'),(322,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Liam\";s:9:\"last_name\";s:6:\"Mchugh\";s:5:\"email\";s:25:\"liammchughdad@outlook.com\";s:8:\"id:phone\";s:11:\"07961888671\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"12823010\";}','2020-10-19 03:21:33'),(323,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"DHARA PRIYAK\";s:9:\"last_name\";s:4:\"JETA\";s:5:\"email\";s:22:\"priyakjeta@hotmail.com\";s:5:\"phone\";s:9:\"939278472\";s:7:\"company\";s:25:\"MINIMERCADO BEM ESSENCIAL\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:282:\"HELLO, I DID ORDER WITH HALAL CONSULT AND TRADING COMPANY, SO WHEN MY MONEY TRANSFER IN THERE ACCOUNT THAN THERE DID NOT RECEIVE MY CALL AND REPLAY MY MASSAGE AND THEM NOT SEND MY GOODS. THE INVOICE NUMBER THEM SEND ME IS #; 827465, CUSTOMER ID; CKHJS12, DATE; 12/10/2020.\";}','2020-10-19 12:41:47'),(324,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Andre\";s:9:\"last_name\";s:5:\"Pflug\";s:5:\"email\";s:23:\"andre@meyerpflug.com.br\";s:8:\"id:phone\";s:11:\"12997636025\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"DDESK LLC\";}','2020-10-19 13:41:08'),(325,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Andrzej\";s:9:\"last_name\";s:9:\"Pawlaczyk\";s:5:\"email\";s:23:\"and.pawlaczyk@gmail.com\";s:8:\"id:phone\";s:8:\"71497156\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:37:\"Total Skjold / Andrzej Pawlaczyk\";}','2020-10-20 08:01:28'),(326,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Amol\";s:9:\"last_name\";s:5:\"Pawar\";s:5:\"email\";s:19:\"ashwamega@gmail.com\";s:8:\"id:phone\";s:13:\"+919370466280\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Swanil Foundation\";}','2020-10-20 12:36:56'),(327,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"sumaira\";s:9:\"last_name\";s:4:\"arif\";s:5:\"email\";s:23:\"sumairaarif22@gmail.com\";s:8:\"id:phone\";s:10:\"2023934695\";s:7:\"company\";s:16:\"creative Ideator\";}','2020-10-20 14:14:08'),(328,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:7:\"sumaira\";s:5:\"email\";s:23:\"sumairaarif22@gmail.com\";s:8:\"id:phone\";s:10:\"2023934695\";s:7:\"company\";s:16:\"creative Ideator\";}','2020-10-20 14:14:58'),(329,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"dfghjn\";s:9:\"last_name\";s:6:\"rfghjk\";s:5:\"email\";s:30:\"narineh.hovhannisyan@gmail.com\";s:8:\"id:phone\";s:10:\"+374959595\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-21 15:56:38'),(330,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Avian\";s:9:\"last_name\";s:7:\"Tisdale\";s:5:\"email\";s:23:\"tisdale.avian@gmail.com\";s:8:\"id:phone\";s:12:\"+18323215848\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-21 22:42:08'),(331,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"ashwani\";s:9:\"last_name\";s:5:\"kumar\";s:5:\"email\";s:18:\"ackanina@gmail.com\";s:8:\"id:phone\";s:10:\"9416509358\";s:7:\"company\";s:12:\"anu computer\";}','2020-10-22 04:09:23'),(332,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:7:\"Scafuri\";s:5:\"email\";s:19:\"cscafuri@nlpedi.com\";s:8:\"id:phone\";s:10:\"7132990615\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:32:\"NightLight Pediatric Urgent Care\";}','2020-10-22 10:23:32'),(333,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Trinity\";s:9:\"last_name\";s:7:\"Bierman\";s:5:\"email\";s:24:\"trinitybierman@gmail.com\";s:8:\"id:phone\";s:12:\"+27244244666\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"FMG\";}','2020-10-22 14:47:27'),(334,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Roland\";s:9:\"last_name\";s:4:\"Reed\";s:5:\"email\";s:19:\"roland@skrmiish.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:8:\"Skrmiish\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:204:\"I would love to jump onto a call with you guys on Monday 10am or 1pm (South African Time) so that we can explain our business, view a demo and discuss pricing to suit our business model. Thank you, Roland\";}','2020-10-22 15:17:51'),(335,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Ranjitha\";s:9:\"last_name\";s:1:\"R\";s:5:\"email\";s:26:\"ranjithainfo.raj@gmail.com\";s:8:\"id:phone\";s:11:\"09786240999\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Queens Jewel Emporium\";}','2020-10-23 14:51:34'),(336,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Julia\";s:9:\"last_name\";s:4:\"Bond\";s:5:\"email\";s:21:\"jkbondjasta@gmail.com\";s:5:\"phone\";s:10:\"8054510333\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:37:\"Please give balance and take payment!\";}','2020-10-23 22:58:11'),(337,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"crystal\";s:9:\"last_name\";s:6:\"wallis\";s:5:\"email\";s:25:\"cromero@dynamic1group.com\";s:8:\"id:phone\";s:12:\"+18683567073\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"Amera \";}','2020-10-23 23:17:56'),(338,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Julia\";s:9:\"last_name\";s:4:\"Bond\";s:5:\"email\";s:21:\"jkbondjasta@gmail.com\";s:5:\"phone\";s:10:\"8054510333\";s:7:\"company\";s:4:\"Home\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:136:\"I need to know immediately my balance as I need to pay other bills NOW! Send this message once with no response! What is your problem?\";}','2020-10-23 23:28:21'),(339,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Maxwell\";s:9:\"last_name\";s:6:\"Munene\";s:5:\"email\";s:21:\"maxmunene92@gmail.com\";s:8:\"id:phone\";s:13:\"+254725686415\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-24 12:53:53'),(340,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Steve\";s:9:\"last_name\";s:9:\"McClintic\";s:5:\"email\";s:27:\"steve@ourhealthvirginia.com\";s:8:\"id:phone\";s:12:\"+15403553071\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"mcclintic media\";}','2020-10-24 13:03:15'),(341,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grace\";s:9:\"last_name\";s:4:\"Feng\";s:5:\"email\";s:15:\"grace@lwork.com\";s:8:\"id:phone\";s:13:\"+862885295090\";s:7:\"company\";s:3:\"SAP\";}','2020-10-25 15:54:12'),(342,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grace\";s:9:\"last_name\";s:4:\"Feng\";s:5:\"email\";s:15:\"grace@lwork.com\";s:8:\"id:phone\";s:13:\"+862885295090\";s:7:\"company\";s:3:\"SAP\";}','2020-10-25 15:54:56'),(343,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grace\";s:9:\"last_name\";s:4:\"Feng\";s:5:\"email\";s:15:\"grace@lwork.com\";s:8:\"id:phone\";s:11:\"02885295090\";s:7:\"company\";s:3:\"SAP\";}','2020-10-25 15:58:02'),(344,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Abdullah\";s:9:\"last_name\";s:5:\"Nawaz\";s:5:\"email\";s:27:\"president@alnisawelfare.org\";s:5:\"phone\";s:11:\"03041506146\";s:7:\"company\";s:28:\"AL-NISA WELFARE ORGANIZATION\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:25:\"Is available in Pakistan \";}','2020-10-25 16:50:31'),(345,2737,'a:7:{s:12:\"cfdb7_status\";s:4:\"read\";s:10:\"first_name\";s:8:\"Abdullah\";s:9:\"last_name\";s:5:\"Nawaz\";s:5:\"email\";s:27:\"president@alnisawelfare.org\";s:8:\"id:phone\";s:13:\"+923041506146\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"AL-NISA WELFARE ORGANIZATION\";}','2020-10-25 17:56:26'),(346,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"M\";s:9:\"last_name\";s:6:\"Mondal\";s:5:\"email\";s:23:\"munmundhali.m@gmail.com\";s:8:\"id:phone\";s:3:\"+91\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-27 07:41:56'),(347,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Alexandru\";s:9:\"last_name\";s:4:\"Dita\";s:5:\"email\";s:16:\"djandi@gmail.com\";s:8:\"id:phone\";s:10:\"0745628629\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"Extravaganza\";}','2020-10-27 11:02:44'),(348,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Daniel\";s:9:\"last_name\";s:9:\"Danialian\";s:5:\"email\";s:25:\"danialiandaniel@gmail.com\";s:8:\"id:phone\";s:12:\"+17023089151\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-28 03:17:14'),(349,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Fernando\";s:9:\"last_name\";s:7:\"Miyoshi\";s:5:\"email\";s:18:\"fernando@newsky.jp\";s:8:\"id:phone\";s:3:\"+81\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"megasystem\";}','2020-10-28 15:09:57'),(350,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:7:\"Dominik\";s:5:\"email\";s:33:\"marketing7@qualityguestpost.co.uk\";s:5:\"phone\";s:13:\"+442032868663\";s:7:\"company\";s:18:\"Quality Guest Post\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:679:\"Hello,\r\n\r\nI checked this article https://www.launchora.com/story/the-role-of-automated-billing-system-in-reform\r\n and would like to know if you are looking for some more guest posts like that one? You can also forward this mail to your current SEO company, We'll work together for best results for your website.\r\n\r\nI'm a guest blogger and I can help you to get more guest posts on the relevant website.\r\n\r\nLooking forward to hearing from you\r\n\r\n\r\nThanks\r\nAndrew Dominik\r\nSkype: qualityguestpost\r\nWeb Site: https://www.qualityguestpost.com\r\n\r\nP.S. We're sorry if you get emails multiple times. To Unsubscribe: Reply with "NO"\";}','2020-10-28 16:32:38'),(351,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Liew\";s:9:\"last_name\";s:8:\"Kah meng\";s:5:\"email\";s:25:\"liewtonglan.lkm@gmail.com\";s:5:\"phone\";s:11:\"01126527553\";s:7:\"company\";s:29:\"Google account being hijacked\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:288:\"I stopped all online banking. Now I need a camera instant connected to Google LLC washington to capture evidence before Android deleted below Rm200 if morning I couldn't transfer money the promise tomorrow . Email can't reach me is recovering Google account this device problems\";}','2020-10-28 17:25:18'),(352,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Alejandro\";s:9:\"last_name\";s:9:\"Dominguez\";s:5:\"email\";s:26:\"alejandroguilbot@gmail.com\";s:5:\"phone\";s:10:\"5526530770\";s:7:\"company\";s:8:\"Personal\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:197:\"Estamos formando una empresa donde vamos a cobrar con membresias...\r\nLo que veo es que suscription flow me puede ayudar..\r\n\r\nEstan en Mexico???\r\nPuedo tener una presentación....\r\n\r\nAtte\r\nAlejandro\";}','2020-10-28 23:06:16'),(353,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:21:\"TECHLOYCE13@GMAIL.COM\";s:8:\"id:phone\";s:19:\"+850111111111111111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"TEST\";}','2020-10-29 10:22:57'),(354,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Kiayada\";s:9:\"last_name\";s:5:\"Nixon\";s:5:\"email\";s:19:\"syqa@mailinator.com\";s:8:\"id:phone\";s:17:\"+1 (639) 257-4631\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Peters Sanford Inc\";}','2020-10-29 10:26:32'),(355,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bryar\";s:9:\"last_name\";s:5:\"Bauer\";s:5:\"email\";s:19:\"test@mailinator.com\";s:8:\"id:phone\";s:17:\"+1 (676) 389-5796\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Bartlett and Guerrero LLC\";}','2020-10-29 10:31:59'),(356,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Brenna\";s:9:\"last_name\";s:4:\"Carr\";s:5:\"email\";s:19:\"test@mailinator.com\";s:5:\"phone\";s:17:\"+1 (147) 448-9906\";s:7:\"company\";s:21:\"Russo Mercado Traders\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Cum sit cupidatat li\";}','2020-10-29 11:01:31'),(357,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Lars\";s:9:\"last_name\";s:6:\"Hopper\";s:5:\"email\";s:19:\"test@mailinator.com\";s:5:\"phone\";s:17:\"+1 (647) 759-6409\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Pollard Reed Inc\";}','2020-10-29 11:02:32'),(358,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Agnes\";s:9:\"last_name\";s:7:\"Willcox\";s:5:\"email\";s:18:\"awillcox@sc.rr.com\";s:5:\"phone\";s:10:\"8433190300\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:82:\"I’m trying to pay my bill acct # 5714387700 but your system isn’t letting me??\";}','2020-10-29 18:20:10'),(359,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Antonio \";s:9:\"last_name\";s:4:\"Ross\";s:5:\"email\";s:22:\"makisastarks@gmail.com\";s:5:\"phone\";s:10:\"6629662415\";s:7:\"company\";s:4:\"1981\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:48:\"I need a pay my light on the 19th if every month\";}','2020-10-29 19:07:56'),(360,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:6:\"Milani\";s:5:\"email\";s:23:\"info@showtimedesign.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-10-29 21:13:06'),(361,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Vladimír\";s:9:\"last_name\";s:6:\"Patzak\";s:5:\"email\";s:14:\"patzak@ocbs.cz\";s:5:\"phone\";s:13:\"+420605700272\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:35:\"One Click Business Solutions s.r.o.\";}','2020-10-29 23:05:39'),(362,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Steve\";s:9:\"last_name\";s:10:\"McClintic \";s:5:\"email\";s:27:\"steve@ourhealthvirginia.com\";s:5:\"phone\";s:10:\"5403553071\";s:7:\"company\";s:22:\"McClintic Media, Inc. \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:4192:\"Hello, I am the owner OurHealth Magazines, published by McClintic Media, Inc. We are a small-to-medium sized, fully independent magazine publisher based in Virginia that publishes consumer healthcare magazines entitled OurHealth. OurHealth magazines are full color, glossy, perfect bound publications with each edition consisting of six print issues published annually on an every other month basis. Our four editions of OurHealth serving four separate markets throughout Virginia include: OurHealth Charlottesville/Shenandoah Valley; OurHealth Lynchburg/Southside; OurHealth Richmond; and OurHealth Roanoke/New River Valleys. \r\n\r\nOurHealth is defined by its commitment to being local and comprehensive in its coverage of what is arguably the most important and personal topic in our lives: OurHealth. Each edition of OurHealth covers healthcare services, resources and experts specifically available within the coverage area it is published. As the voice of local healthcare, OurHealth helps bridge the gap in awareness and communication that exists between local medical experts providing healthcare and wellness resources and services and the women, men and children in the same communities. \r\n\r\nOurHealth was established in 2007 as a free pick-up magazine and has remained committed to this distribution strategy in all markets it serves. While it is available for pick-up at various retail locations in the communities it covers such as grocery stores, restaurants, fitness centers and pharmacies to name a few, the core of our distribution strategy has traditionally been placement within the waiting areas and exam rooms of medical offices, hospitals and medical centers. In these healthcare facilities, patients and visitors are often asked to refrain from cell phone use as it can interfere with medical testing and other equipment. With patient wait times before being seen by a medical provider averaging anywhere from 16 - 44 minutes, OurHealth gives patients the perfect opportunity to read and learn about local health and wellness services when it's at the top of their mind, and right before they are being seen by their medical professional with whom they can follow-up and discuss further about what they learned in discovered in OurHealth. \r\n\r\nWith COVID-19 having created concerns about whether or not the virus can live on surfaces - like magazines - OurHealth's key distribution strategy - availability in healthcare and wellness practices - has been greatly impacted. We continue to direct mail the magazines to all healthcare providers' offices, to medical doctors' home addresses and to a small number of patients' homes that have subscribed. Our plan is to resume distribution in medical offices, hospitals and medical center when the time allows so, but I have decided to begin shifting to what I hope becomes the primary model of distribution: subscription-based. Having OurHealth delivered to the homes and offices of those who subscribe to it offers many tremendous benefits over free pick-up circulation models. Choosing the right subscription management software isn't quite as easy of a decision with so many available in the market. \r\n\r\nMy question is that does Subscription Flow fit the model of what I am attempting to do? Is it cost prohibitive for smaller publishers like me? There appears to be many pricing models, so I want to make sure I am choosing the correct one, and more importantly, understanding what it's about. For example: the User Based Pricing option is listed as $30 U.S. dollars per month. I'm assuming $10K revenue in month refers to subscription payments? Does $10K mean the amount of a per issue subscription, or the amount of the entire subscription amount, e.g. annual subscription, that was committed to during the sign-up month? Does "per user" mean per magazine, or would I be able to manage the subscriptions of all four editions under User Based Pricing? \r\n\r\nI would like to kick off my subscription management venture as soon as possible, and I look forward to hearing from you so we may discuss further. My phone number is 540.355.3071. \r\n\r\nThanks, \r\n\r\nSteve \";}','2020-10-30 12:03:25'),(363,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Joshua\";s:9:\"last_name\";s:4:\"Moss\";s:5:\"email\";s:27:\"joshua.moss@ciphertrace.com\";s:5:\"phone\";s:11:\"19194753736\";s:7:\"company\";s:17:\"Ciphertrace, Inc.\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:216:\"Want to understand the features and functionality with a quick demo, if possible. In particular we would like the ability to autocharge customer credit cards each month. Not clear from website whether it can be done.\";}','2020-10-30 22:48:52'),(364,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Qni\";s:9:\"last_name\";s:3:\"Tan\";s:5:\"email\";s:20:\"topmax0909@gmail.com\";s:5:\"phone\";s:10:\"0169215226\";s:7:\"company\";s:13:\"Topmax mobile\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:39:\"Need a yearly purchase n sales software\";}','2020-10-31 08:59:48'),(365,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"eda\";s:9:\"last_name\";s:1:\"r\";s:5:\"email\";s:20:\"eda@eshoppayment.com\";s:5:\"phone\";s:13:\"0187283994232\";s:7:\"company\";s:5:\"eshop\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:439:\"Hi\r\n\r\nWe will get back to you soon,\r\nSpport credit cards merchant's account for High risk processing in competative rate.\r\n\r\n*95% Approval. \r\n*CB preventions.\r\n*Fraud prevention. \r\n*Weekly paid.\r\n*With Visa Amex( More stable ) Dinners Master and JCB;\r\n*API integrate Free Test.\r\n\r\nour headquarter locate at Hongkong,\r\nwhere is your main sale market ?\r\nwe have a lots of oversea servers.\r\n\r\nSkype: eda.eshop@outlook.com\r\n\r\nRegards\r\nEda\";}','2020-11-03 06:08:48'),(366,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Russ\";s:9:\"last_name\";s:7:\"Perrett\";s:5:\"email\";s:20:\"marketing@banger.com\";s:5:\"phone\";s:12:\"53 440 75 91\";s:7:\"company\";s:12:\"Russ Perrett\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:596:\"Hello,\r\n\r\nDo you want to market your product or service to 37 million USA businesses and 27 million executives with contact info, gender, credit score if available and more?\r\n\r\nAdvertise directly to USA businesses and decision makers\r\n\r\nThe ultimate marketing packaging for B2B, acquire these files once (with sortable categories and use unlimited\r\nwith free updates for 1 year\r\n\r\n BRAND NEW UPDATED\r\n\r\nhttps://mailbanger.com/2020-usa-business-database-executive-edition\r\n\r\nWe have many more leads packages for your business\r\n\r\n\r\nMailbanger.com - Market research company since 2012\";}','2020-11-03 12:16:28'),(367,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Fiona\";s:9:\"last_name\";s:4:\"Cole\";s:5:\"email\";s:19:\"test@mailinator.com\";s:5:\"phone\";s:17:\"+1 (522) 753-4366\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"French and Calderon LLC\";}','2020-11-03 14:29:25'),(368,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:6:\"test22\";s:5:\"email\";s:18:\"test@techloyce.com\";s:5:\"phone\";s:17:\"+1 (346) 327-3681\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Farley Caldwell Plc\";}','2020-11-03 14:31:40'),(369,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:8:\"test3433\";s:5:\"email\";s:23:\"test3433@mailinator.com\";s:5:\"phone\";s:17:\"+1 (838) 117-8956\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Sweeney and Price LLC\";}','2020-11-03 14:33:07'),(370,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:8:\"TEST3336\";s:5:\"email\";s:21:\"TEST3336@TEST3336.com\";s:5:\"phone\";s:17:\"+1 (546) 295-6808\";s:7:\"company\";s:18:\"Bolton and Duke Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Quam ut saepe nesciu\";}','2020-11-03 14:34:34'),(371,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Elizabeth\";s:9:\"last_name\";s:7:\"Atekoja\";s:5:\"email\";s:27:\"elizabeth.atekoja@gmail.com\";s:5:\"phone\";s:10:\"7057701063\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"RatesNG\";}','2020-11-03 16:37:02'),(372,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Chris\";s:9:\"last_name\";s:10:\"Shackleton\";s:5:\"email\";s:30:\"chris@rollercoasterdigital.com\";s:5:\"phone\";s:3:\"+61\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-05 23:47:20'),(373,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"daniel\";s:9:\"last_name\";s:9:\"danialian\";s:5:\"email\";s:25:\"danialiandaniel@gmail.com\";s:5:\"phone\";s:12:\"+17023089151\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-06 04:52:39'),(374,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Devin\";s:9:\"last_name\";s:6:\"Bailey\";s:5:\"email\";s:27:\"drdevinnp@theafyaeffect.com\";s:5:\"phone\";s:10:\"7577193351\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-06 08:04:48'),(375,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:6:\"Rubens\";s:5:\"email\";s:19:\"gary@cedarstone.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:26:\"Cedarstone School of Music\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:87:\"The free Trial link is faulty, looking for a trial period to see if I like the software\";}','2020-11-06 23:21:34'),(376,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Thyagaseelan\";s:9:\"last_name\";s:12:\"Thyagaseelan\";s:5:\"email\";s:25:\"thyagaseelanjms@gmail.com\";s:5:\"phone\";s:13:\"+919387973974\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"thyaga\";}','2020-11-08 15:14:58'),(377,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Eirik\";s:9:\"last_name\";s:8:\"Malterud\";s:5:\"email\";s:31:\"eirik.malterud@vestavigilar.com\";s:5:\"phone\";s:12:\"+47 97727007\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Vesta Vigilar\";}','2020-11-08 15:47:53'),(378,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Marya\";s:9:\"last_name\";s:8:\"Zananiri\";s:5:\"email\";s:26:\"marya.zananiri13@gmail.com\";s:5:\"phone\";s:12:\"+16479832713\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-08 22:19:31'),(379,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0394298955\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Hayman Design\";}','2020-11-08 23:53:54'),(380,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0394298955\";s:7:\"company\";s:13:\"Hayman Design\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:198:\"Hello,\r\nI dont get the User based or revenue based?\r\nWe are a small publisher and 1 manager, so 1 user.\r\nWhy would be need to go to the revenue plan other than if sales were above a certain value?\r\n\";}','2020-11-08 23:58:23'),(381,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Pranav \";s:9:\"last_name\";s:8:\"Revankar\";s:5:\"email\";s:22:\"lunchboxyoyo@gmail.com\";s:5:\"phone\";s:13:\"+919886999097\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"YOYO LunchBox\";}','2020-11-09 05:26:37'),(382,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Francis\";s:9:\"last_name\";s:4:\"Abad\";s:5:\"email\";s:23:\"francisabad93@gmail.com\";s:5:\"phone\";s:3:\"+63\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-09 10:13:53'),(383,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Faraz\";s:9:\"last_name\";s:6:\"Jaffar\";s:5:\"email\";s:26:\"faraz.jaffar@techloyce.com\";s:5:\"phone\";s:13:\"+923009413488\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Emerging Technologies\";}','2020-11-09 10:32:27'),(384,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:5:\"Baker\";s:5:\"email\";s:19:\"john@the-bakers.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-10 02:22:06'),(385,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0394298955\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Hayman Design\";}','2020-11-11 06:39:55'),(386,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Faraz\";s:9:\"last_name\";s:6:\"Jaffar\";s:5:\"email\";s:26:\"faraz.jaffar@techloyce.com\";s:5:\"phone\";s:13:\"+923009413488\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Emerging Technologies\";}','2020-11-11 13:29:12'),(387,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0394298955\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Hayman Design\";}','2020-11-11 21:34:30'),(388,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Oscar\";s:9:\"last_name\";s:7:\"Giraldo\";s:5:\"email\";s:23:\"mgonlinephone@gmail.com\";s:5:\"phone\";s:10:\"3186826548\";s:7:\"company\";s:0:\"\";}','2020-11-12 05:48:12'),(389,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Oscar\";s:9:\"last_name\";s:7:\"Giraldo\";s:5:\"email\";s:23:\"mgonlinephone@gmail.com\";s:5:\"phone\";s:10:\"3186826548\";s:7:\"company\";s:0:\"\";}','2020-11-12 05:48:54'),(390,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bevis\";s:9:\"last_name\";s:5:\"Myers\";s:5:\"email\";s:19:\"test@mailinator.com\";s:5:\"phone\";s:17:\"+1 (918) 218-3218\";s:7:\"company\";s:16:\"James Cannon Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Irure aspernatur ut \";}','2020-11-12 10:11:54'),(391,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Mariia \";s:9:\"last_name\";s:12:\"Komissarova \";s:5:\"email\";s:18:\"goto@paradfirm.com\";s:5:\"phone\";s:10:\"8474182020\";s:7:\"company\";s:18:\"Parad Law Offices \";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2020-11-12 16:17:05'),(392,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"David\";s:9:\"last_name\";s:6:\"Weaver\";s:5:\"email\";s:24:\"admin@debtadvisorsus.com\";s:5:\"phone\";s:12:\"+16022900944\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Debt Advisors\";}','2020-11-12 16:45:02'),(393,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"TabletsDrive\";s:9:\"last_name\";s:2:\"or\";s:5:\"email\";s:22:\"tabletsdrive@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-14 03:01:28'),(394,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Hassan\";s:9:\"last_name\";s:8:\"Basurrah\";s:5:\"email\";s:22:\"basurrah1995@gmail.com\";s:5:\"phone\";s:13:\"+966550223277\";s:7:\"company\";s:5:\"Angel\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:357:\"I would like to start a subscription box business in Saudi Arabia and was wondering what services you can provide. Are you going to build a whole website or you just provide billing and subscription solutions?\r\nHow much it will cost if I want to get your services, knowing that I might have around 10,000 subscribers in my website?\r\nThanks and best regards.\";}','2020-11-15 16:58:30'),(395,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Gamzat\";s:9:\"last_name\";s:7:\"Biyarov\";s:5:\"email\";s:14:\"gamzat@oyla.uk\";s:5:\"phone\";s:2:\"+7\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-16 03:36:17'),(396,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Maria\";s:9:\"last_name\";s:5:\"Joons\";s:5:\"email\";s:30:\"maria.joons@columbusglobal.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:8:\"Columbus\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:555:\"Hi, \r\n\r\nI have a couple of questions regarding you product offer which I'm asking for a customer who are considering implementing a subscription management service for selling subscriptions on their website.\r\n\r\nFirst where are you based? Headquarters?\r\nWho is your cloud hosting partner? AWS, Azure or other and where are the servers hosted, in Europe, US or other?\r\n\r\nAlso do you have support for more complex B2B solutions like multiple sales units, tax calculations for different European countries outside EMU?\r\n\r\nThanks and regards,\r\nMaria\r\n \r\n\";}','2020-11-18 07:12:06'),(397,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kate \";s:9:\"last_name\";s:7:\"Boxall \";s:5:\"email\";s:23:\"katenicolle17@gmail.com\";s:5:\"phone\";s:11:\"07776794386\";s:7:\"company\";s:30:\"Spotless kate's Cleaning \";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:128:\"Hello I have a subscription with you but I have recently changed bank card, has a payment been missed many thanks\r\nKate Boxall \";}','2020-11-18 13:10:39'),(398,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Erin\";s:9:\"last_name\";s:7:\"Shockey\";s:5:\"email\";s:20:\"ErinShock5@gmail.com\";s:5:\"phone\";s:12:\"+12569758172\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"78 Magazine\";}','2020-11-18 16:51:07'),(399,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Robert \";s:9:\"last_name\";s:7:\"Wieland\";s:5:\"email\";s:17:\"bnw3708@gmail.com\";s:5:\"phone\";s:10:\"3094463708\";s:7:\"company\";s:13:\"Wieland farms\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:37:\"Lost customer from invoice since 1999\";}','2020-11-20 13:15:14'),(400,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:4:\"Loeb\";s:5:\"email\";s:23:\"robert.loeb@outlook.com\";s:5:\"phone\";s:12:\"+12068838841\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-21 17:36:37'),(401,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Christoph\";s:9:\"last_name\";s:6:\"Schoch\";s:5:\"email\";s:32:\"christoph.schoch@twincapfirst.ch\";s:5:\"phone\";s:12:\"+41792095268\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"TwinCap First AG\";}','2020-11-23 07:53:12'),(402,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Shri\";s:9:\"last_name\";s:7:\"Mithran\";s:5:\"email\";s:22:\"shrimithranr@gmail.com\";s:5:\"phone\";s:13:\"+919988990099\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Chargebee\";}','2020-11-23 17:35:10'),(403,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Mayu\";s:9:\"last_name\";s:12:\"Balachandran\";s:5:\"email\";s:35:\"mayu.bala@intuitionacademics.com.au\";s:5:\"phone\";s:12:\"+61425886641\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-24 02:00:25'),(404,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:8:\"Senseney\";s:5:\"email\";s:16:\"ben@twojames.com\";s:5:\"phone\";s:10:\"2489644800\";s:7:\"company\";s:17:\"Two James Spirits\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:243:\"Looking to create a subscription program for people to receive an email 2x a month offering 2 different cocktail options to choose from. Each subscription would last 3 months and customers will be able to forgo one cocktail for a later menu. \";}','2020-11-24 16:52:35'),(405,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"N\";s:9:\"last_name\";s:1:\"N\";s:5:\"email\";s:9:\"nn@nn.com\";s:5:\"phone\";s:3:\"+47\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-24 23:02:58'),(406,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Huong\";s:9:\"last_name\";s:6:\"Nguyen\";s:5:\"email\";s:27:\"huongnt5@vnpt-technology.vn\";s:5:\"phone\";s:12:\"+84918762029\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"VNPT\";}','2020-11-25 09:55:22'),(407,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"N\";s:9:\"last_name\";s:1:\"N\";s:5:\"email\";s:10:\"nnn@nn.com\";s:5:\"phone\";s:3:\"+47\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-25 19:15:48'),(408,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sumedh\";s:9:\"last_name\";s:7:\"Agarwal\";s:5:\"email\";s:26:\"agarwal.sumedh03@gmail.com\";s:5:\"phone\";s:12:\"+15718305324\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Botanics Integrated\";}','2020-11-28 04:18:00'),(409,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Prather\";s:9:\"last_name\";s:7:\"Jackson\";s:5:\"email\";s:28:\"hollywoodpublisher@gmail.com\";s:5:\"phone\";s:14:\"(424) 371-9900\";s:7:\"company\";s:16:\"Hollywood Weekly\";}','2020-11-28 21:13:27'),(410,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sol G\";s:9:\"last_name\";s:5:\"Gongu\";s:5:\"email\";s:24:\"equipo@latinaseattle.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-11-29 04:15:14'),(411,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Debbie\";s:9:\"last_name\";s:6:\"Pinard\";s:5:\"email\";s:19:\"debbie@initlive.com\";s:5:\"phone\";s:10:\"6132715983\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"InitLive Inc.\";}','2020-11-30 15:25:34'),(412,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Danielle\";s:9:\"last_name\";s:9:\"Dickerson\";s:5:\"email\";s:21:\"hubalu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (568) 739-9805\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Tucker and Adams Co\";}','2020-12-01 10:31:50'),(413,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Waqar\";s:9:\"last_name\";s:4:\"khan\";s:5:\"email\";s:28:\"waqar.subscription@gmail.com\";s:5:\"phone\";s:3:\"+92\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"waqarDemo\";}','2020-12-01 12:01:47'),(414,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:18:\"TEST@TECHLOYCE.COM\";s:5:\"phone\";s:10:\"1111111111\";s:7:\"company\";s:4:\"TEST\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:21:\"THIS IS TESTING HERE\";}','2020-12-01 12:12:32'),(415,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"nora\";s:9:\"last_name\";s:6:\"shikin\";s:5:\"email\";s:25:\"eyyqinqayqay08@icloud.com\";s:5:\"phone\";s:12:\"+60143946876\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Nshikin Legacy\";}','2020-12-01 13:14:05'),(416,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"chris\";s:9:\"last_name\";s:4:\"lake\";s:5:\"email\";s:24:\"info@cl-promotions.co.uk\";s:5:\"phone\";s:13:\"+441625704900\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"CL Promotions\";}','2020-12-01 14:35:20'),(417,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Andre\";s:9:\"last_name\";s:4:\"Cruz\";s:5:\"email\";s:26:\"andrecruzgeral@hotmail.com\";s:5:\"phone\";s:13:\"+351917903313\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"Portugal\";}','2020-12-01 15:26:49'),(418,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Deepak\";s:9:\"last_name\";s:1:\"K\";s:5:\"email\";s:24:\"deepucalicut14@gmail.com\";s:5:\"phone\";s:11:\"09526309092\";s:7:\"company\";s:8:\"cdgcsuga\";}','2020-12-04 04:06:00'),(419,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Mahendran\";s:9:\"last_name\";s:11:\"Subramonian\";s:5:\"email\";s:23:\"mahendran5145@gmail.com\";s:5:\"phone\";s:10:\"0102584334\";s:7:\"company\";s:20:\"Maha mahu enterprise\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:25:\"I need sample of invoices\";}','2020-12-05 12:44:58'),(420,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:6:\"Morgan\";s:5:\"email\";s:23:\"robert@cloudkonnect.com\";s:5:\"phone\";s:12:\"+61285202157\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"CloudKonnect\";}','2020-12-05 20:42:50'),(421,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ilya\";s:9:\"last_name\";s:6:\"Ivanov\";s:5:\"email\";s:26:\"ilya.alex.ivanov@gmail.com\";s:5:\"phone\";s:12:\"+77472525146\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-06 16:34:35'),(422,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ilya\";s:9:\"last_name\";s:6:\"Ivanov\";s:5:\"email\";s:26:\"ilya.alex.ivanov@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:255:\"Hi! I'm a print magazine publisher. We are selling our magazine only by subscription. \r\n\r\n1. Will your system works for print magazines?\r\n2. Do the subscribers have their own customer area? \r\n3. Which languages do you support?\r\n\r\nKind regards,\r\nIlya.\";}','2020-12-06 17:20:13'),(423,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ilya\";s:9:\"last_name\";s:6:\"Ivanov\";s:5:\"email\";s:26:\"ilya.alex.ivanov@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-06 18:06:24'),(424,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Yaktra\";s:9:\"last_name\";s:4:\"tate\";s:5:\"email\";s:22:\"povoben423@yektara.com\";s:5:\"phone\";s:11:\"+5699999999\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"VotacoMDKT1\";}','2020-12-06 19:42:13'),(425,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Tonderai\";s:9:\"last_name\";s:8:\"Mangwiro\";s:5:\"email\";s:27:\"tonderaibmangwiro@gmail.com\";s:5:\"phone\";s:10:\"0773034446\";s:7:\"company\";s:16:\"EasyCloc Trading\";}','2020-12-07 12:40:36'),(426,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Luis\";s:9:\"last_name\";s:3:\"Job\";s:5:\"email\";s:17:\"luisjob@deggy.com\";s:5:\"phone\";s:11:\"13052316323\";s:7:\"company\";s:10:\"Deggy Corp\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:66:\"I set a demo account.\r\nHow do I integrate with Quickbvooks online?\";}','2020-12-07 21:14:42'),(427,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Kerensa\";s:9:\"last_name\";s:5:\"Haney\";s:5:\"email\";s:21:\"kerensa1127@yahoo.com\";s:5:\"phone\";s:9:\"850408692\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-07 22:15:13'),(428,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Joyce\";s:9:\"last_name\";s:5:\"Joyce\";s:5:\"email\";s:21:\"info@teacherspark.org\";s:5:\"phone\";s:10:\"5054907290\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:519:\"Hi! \r\n\r\nI’m writing a piece on (remote) side gigs for teachers to try and help take some of the pressure off during this crazy time. One idea I'd like to discuss is how teachers can become entrepreneurs.\r\n\r\nIs this something that would be of interest to your readers? If so, I would love the opportunity to write a guest article at no cost to you. I will also include a mention of your website in the piece. Just let me know!\r\n\r\nThanks so much! \r\nJoyce \r\n\r\nJoyce Wilson \r\ninfo@teacherspark.org \r\nTeacherspark.org\";}','2020-12-10 02:51:18'),(429,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Varittha \";s:9:\"last_name\";s:7:\"Siwawej\";s:5:\"email\";s:21:\"varitthapui@gmail.com\";s:5:\"phone\";s:12:\"+66922244559\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Thonglor Pet Hospital\";}','2020-12-10 07:54:27'),(430,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:14:\"test@gmail.com\";s:5:\"phone\";s:10:\"1346674366\";s:7:\"company\";s:4:\"Test\";}','2020-12-11 07:00:28'),(431,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"TEST\";s:9:\"last_name\";s:4:\"TEST\";s:5:\"email\";s:14:\"TEST@GMAIL.COM\";s:5:\"phone\";s:16:\"+921111111111111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"TEST\";}','2020-12-11 07:01:42'),(432,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:14:\"test@gmail.con\";s:5:\"phone\";s:11:\"+9277666666\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"Test\";}','2020-12-11 07:14:26'),(433,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Cassidy\";s:9:\"last_name\";s:8:\"Browning\";s:5:\"email\";s:25:\"kurygywimy@mailinator.com\";s:5:\"phone\";s:17:\"+1 (601) 333-5623\";s:7:\"company\";s:20:\"Knox and Pollard Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Occaecat non aut vel\";}','2020-12-11 07:16:21'),(434,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Fezan\";s:9:\"last_name\";s:5:\"Sayed\";s:5:\"email\";s:25:\"fezan.sayed@albitaria.com\";s:5:\"phone\";s:12:\"310-853-3926\";s:7:\"company\";s:22:\"Albitaria Technologies\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:193:\"Hi, I need a complete solution for billing, tax compliance and subscription management for our company. I need more info and a demo of your product so that I can evaluate if it meets our needs.\";}','2020-12-13 04:44:14'),(435,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bryan\";s:9:\"last_name\";s:10:\"Stansberry\";s:5:\"email\";s:20:\"support@smartstay.io\";s:5:\"phone\";s:10:\"9092300874\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"SmartStay\";}','2020-12-15 02:58:59'),(436,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"vijay\";s:9:\"last_name\";s:8:\"checchre\";s:5:\"email\";s:22:\"chechrevijay@gmail.com\";s:5:\"phone\";s:13:\"+918999388702\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Manthan Publication\";}','2020-12-15 11:16:19'),(437,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Maxwell\";s:9:\"last_name\";s:5:\"Servi\";s:5:\"email\";s:17:\"mservi@nextgi.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-16 01:16:47'),(438,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Maxwell\";s:9:\"last_name\";s:6:\"Morais\";s:5:\"email\";s:24:\"max.morais.dmm@gmail.com\";s:5:\"phone\";s:12:\"+55947248832\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:1:\"M\";}','2020-12-17 15:30:41'),(439,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Melinda\";s:9:\"last_name\";s:7:\"Starkey\";s:5:\"email\";s:23:\"melinda@textworkers.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-18 19:29:22'),(440,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Melinda\";s:9:\"last_name\";s:7:\"Starkey\";s:5:\"email\";s:23:\"support@textworkers.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Textworkers\";}','2020-12-18 23:14:47'),(441,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Erick\";s:9:\"last_name\";s:6:\"Garcia\";s:5:\"email\";s:18:\"erick@kndenver.com\";s:5:\"phone\";s:12:\"+13039220222\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Bucu West Kitchen LLC\";}','2020-12-19 20:42:29'),(442,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Mary\";s:9:\"last_name\";s:8:\"okishima\";s:5:\"email\";s:26:\"mary.okishima777@gmail.com\";s:5:\"phone\";s:13:\"+639273915522\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"none\";}','2020-12-20 21:13:54'),(443,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Krishnangshu\";s:9:\"last_name\";s:3:\"Das\";s:5:\"email\";s:28:\"krishnangshu@blockgemini.com\";s:5:\"phone\";s:13:\"+971523732635\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"Block Gemini\";}','2020-12-22 11:04:29'),(444,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bryan\";s:9:\"last_name\";s:7:\"Hubbard\";s:5:\"email\";s:17:\"bryan@wddty.co.uk\";s:5:\"phone\";s:11:\"07810541151\";s:7:\"company\";s:16:\"WDDTY Publishing\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:508:\"We're a magazine publisher and content provider, moving more to a digital solution (www.wddty.com). However, we have two offline subscription agencies - in the UK and US - who handle all print subscriptions. I would like to bring everything under one roof, and wonder if you have the solution we're looking for. The current solution, Woo Commerce with a subscriptions bolt-on, just isn't sophisticated enough. We have around 20,000 subscribers (14,000 print/offline and 6,000 digital)\";}','2020-12-22 11:26:48'),(445,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"saleh\";s:9:\"last_name\";s:7:\"mustafa\";s:5:\"email\";s:21:\"magnifisant@gmail.com\";s:5:\"phone\";s:8:\"50420220\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-22 13:10:26'),(446,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"ericjonesonline@outlook.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2572:\"Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with subscriptionflow.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out subscriptionflow.com.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2020-12-23 01:33:21'),(447,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jerry\";s:9:\"last_name\";s:7:\"Illwado\";s:5:\"email\";s:18:\"essscoto@yahoo.com\";s:5:\"phone\";s:11:\"18302830281\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Elwadocom\";}','2020-12-23 23:40:58'),(448,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Leanne\";s:9:\"last_name\";s:9:\"Armstrong\";s:5:\"email\";s:26:\"leanne@leannearmstrong.com\";s:5:\"phone\";s:10:\"6048978002\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:30:\"LB Armstrong & Associates Inc.\";}','2020-12-24 00:39:28'),(449,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Salvador\";s:9:\"last_name\";s:9:\"Vilcovsky\";s:5:\"email\";s:15:\"salva@memomi.co\";s:5:\"phone\";s:12:\"+16507999655\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Memomi Labs inc\";}','2020-12-25 00:37:45'),(450,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Jeanne\";s:9:\"last_name\";s:14:\"Ruczhak-Eckman\";s:5:\"email\";s:26:\"info@therapeuticthymes.com\";s:5:\"phone\";s:11:\"17174198796\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Therapeutic Thymes Magazine\";}','2020-12-25 23:24:40'),(451,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"David\";s:9:\"last_name\";s:6:\"Eggler\";s:5:\"email\";s:17:\"deggler@gmail.com\";s:5:\"phone\";s:14:\"+43 6645356530\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Zürs.net\";}','2020-12-26 12:35:00'),(452,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Salvador\";s:9:\"last_name\";s:9:\"Vilcovsky\";s:5:\"email\";s:15:\"salva@memomi.co\";s:5:\"phone\";s:10:\"6507999655\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Memomi Labs inc\";}','2020-12-26 23:46:00'),(453,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"NURUL\";s:9:\"last_name\";s:7:\"SYAHIMA\";s:5:\"email\";s:24:\"nurulsyahima35@gmail.com\";s:5:\"phone\";s:10:\"0148281317\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Syahima Empire\";}','2020-12-27 08:46:21'),(454,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Clif\";s:9:\"last_name\";s:8:\"LaPlante\";s:5:\"email\";s:16:\"clif@ambient.tel\";s:5:\"phone\";s:12:\"+13145962543\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Ambient Tel\";}','2020-12-27 20:09:07'),(455,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:4:\"Dory\";s:5:\"email\";s:24:\"bdory@snagmetalsmith.org\";s:5:\"phone\";s:10:\"7852183704\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:36:\"Society of North American Goldsmiths\";}','2020-12-28 16:11:02'),(456,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sandy\";s:9:\"last_name\";s:3:\"Zhu\";s:5:\"email\";s:24:\"sandy.zhu@kellys-edu.com\";s:5:\"phone\";s:8:\"53300270\";s:7:\"company\";s:22:\"Kelly's Education\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:0:\"\";}','2020-12-29 07:10:47'),(457,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"a\";s:9:\"last_name\";s:1:\"a\";s:5:\"email\";s:11:\"a@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:1:\"a\";}','2020-12-29 07:40:33'),(458,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"a\";s:9:\"last_name\";s:1:\"a\";s:5:\"email\";s:11:\"a@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2020-12-29 07:41:05'),(459,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Meng\";s:9:\"last_name\";s:4:\"Ling\";s:5:\"email\";s:17:\"bank@ijobdesk.com\";s:5:\"phone\";s:11:\"18698703415\";s:7:\"company\";s:19:\"iJobDesk Technology\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:36:\"Hi,\r\nI want to open an account here.\";}','2020-12-29 11:01:14'),(460,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"izhar\";s:9:\"last_name\";s:4:\"syed\";s:5:\"email\";s:24:\"izhar.syed@techloyce.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:21:\"Testing welcome email\";}','2020-12-30 09:57:58'),(461,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Manesh\";s:9:\"last_name\";s:2:\"TM\";s:5:\"email\";s:18:\"maneshtm@mpp.co.in\";s:5:\"phone\";s:13:\"+918301883534\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Mathrubhumi\";}','2020-12-31 11:49:47'),(462,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Matt\";s:9:\"last_name\";s:1:\"W\";s:5:\"email\";s:21:\"matt@swedishpress.com\";s:5:\"phone\";s:10:\"3035475026\";s:7:\"company\";s:13:\"Swedish Press\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:227:\"We are a small magazine looking for software that can support subscribers in both Canada and the US, with support for both country's unique address and currency requirements.\r\nWe look forward to hearing from you.\r\nBest,\r\nM\";}','2021-01-02 18:32:47'),(463,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Marinda\";s:9:\"last_name\";s:2:\"SF\";s:5:\"email\";s:22:\"fcworkonline@gmail.com\";s:5:\"phone\";s:13:\"+923232030557\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"marinda\";}','2021-01-04 10:37:30'),(464,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"David\";s:9:\"last_name\";s:6:\"Berens\";s:5:\"email\";s:24:\"david@visitorinsites.com\";s:5:\"phone\";s:12:\"+16307019052\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Visitor Insites\";}','2021-01-05 19:42:15'),(465,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"asd\";s:9:\"last_name\";s:3:\"dsa\";s:5:\"email\";s:11:\"asd@asd.com\";s:5:\"phone\";s:13:\"+966000000000\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"edws\";}','2021-01-06 10:44:49'),(466,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"eqww\";s:9:\"last_name\";s:4:\"ewrf\";s:5:\"email\";s:13:\"wefww@wef.com\";s:5:\"phone\";s:12:\"+96600000000\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"qefn\";}','2021-01-06 10:45:29'),(467,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Burton\";s:9:\"last_name\";s:6:\"Carney\";s:5:\"email\";s:21:\"pofare@mailinator.com\";s:5:\"phone\";s:17:\"+1 (557) 778-4462\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Finch and Stone Co\";}','2021-01-06 12:01:39'),(468,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Daquan\";s:9:\"last_name\";s:9:\"Wilkerson\";s:5:\"email\";s:20:\"soqym@mailinator.com\";s:5:\"phone\";s:17:\"+1 (825) 411-7259\";s:7:\"company\";s:18:\"Baird Wade Traders\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Qui corrupti mollit\";}','2021-01-06 12:05:03'),(469,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ciaran\";s:9:\"last_name\";s:5:\"Duffy\";s:5:\"email\";s:23:\"qylyhate@mailinator.com\";s:5:\"phone\";s:17:\"+1 (553) 381-3955\";s:7:\"company\";s:22:\"Curtis and Summers Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Soluta officia eius \";}','2021-01-06 12:06:49'),(470,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Yvette\";s:9:\"last_name\";s:7:\"Kennedy\";s:5:\"email\";s:25:\"xifikevire@mailinator.com\";s:5:\"phone\";s:17:\"+1 (915) 409-2251\";s:7:\"company\";s:19:\"Rodriquez Cooke LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:19:\"Impedit error iusto\";}','2021-01-06 12:07:44'),(471,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"pablo\";s:9:\"last_name\";s:6:\"romero\";s:5:\"email\";s:26:\"nextgenerationmg@yahoo.com\";s:5:\"phone\";s:10:\"4357051240\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"next gen surfaces\";}','2021-01-07 00:22:56'),(472,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Jata Shankar\";s:9:\"last_name\";s:4:\"Mall\";s:5:\"email\";s:26:\"jatashankar.mall@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-10 12:36:52'),(473,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Jata Shankar\";s:9:\"last_name\";s:4:\"Mall\";s:5:\"email\";s:26:\"jatashankar.mall@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-10 12:37:51'),(474,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"mohammad\";s:9:\"last_name\";s:5:\"najeb\";s:5:\"email\";s:26:\"guangzhouatash@outlook.com\";s:5:\"phone\";s:11:\"13054441099\";s:7:\"company\";s:5:\"atash\";}','2021-01-10 13:40:39'),(475,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"DR DOREEN\";s:9:\"last_name\";s:5:\"BERTS\";s:5:\"email\";s:28:\"lifeobstacles4umag@gmail.com\";s:5:\"phone\";s:10:\"2162803453\";s:7:\"company\";s:11:\"Soaps By Us\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:541:\"We are looking for a platform that allow subscriptions. We publish a free publication but some people want access early to the magazine. A subscription would allow our team to provide this window. We raise funds for a not for profit orgainzation to keep programs and services active. The Life Obstacles team. We have a magazine platform that does pretty good it just does not have a subscription base to allow an opportunity to open the window for subscriptions. This would also help our teen with revenue for our not for profit entitny. \";}','2021-01-11 07:16:55'),(476,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:33:\"accounting@redstonemediagroup.com\";s:5:\"phone\";s:12:\"+17057410817\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Redstone Media Group\";}','2021-01-11 18:54:51'),(477,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"MOishe\";s:9:\"last_name\";s:5:\"green\";s:5:\"email\";s:24:\"moishegreen123@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"3477359381\";}','2021-01-14 00:17:56'),(478,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Nick\";s:9:\"last_name\";s:6:\"Pothos\";s:5:\"email\";s:20:\"n_pothos@yahoo.co.uk\";s:5:\"phone\";s:10:\"0404561155\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-14 09:56:15'),(479,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ron\";s:9:\"last_name\";s:6:\"Aviles\";s:5:\"email\";s:19:\"ron@thentourage.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-14 20:03:48'),(480,591,'a:9:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"CoreyNowDO\";s:9:\"last_name\";s:10:\"CoreyNowDO\";s:5:\"email\";s:21:\"no-replyVah@gmail.com\";s:5:\"phone\";s:11:\"84317537445\";s:7:\"company\";s:6:\"google\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:820:\"Good day! subscriptionflow.com \r\n \r\nDid you know that it is possible to send appeal lawfully? \r\nWe tender a new unique way of sending commercial offer through feedback forms. Such forms are located on many sites. \r\nWhen such requests are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nalso, messages sent through communication Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype live:contactform_18 \r\nWhatsApp - +375259112693\";s:6:\"submit\";s:4:\"Send\";}','2021-01-15 21:22:11'),(481,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Emilie\";s:9:\"last_name\";s:2:\"Ng\";s:5:\"email\";s:25:\"nge@catholicleader.com.au\";s:5:\"phone\";s:12:\"+61733243202\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"The Catholic Leader\";}','2021-01-18 00:28:42'),(482,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cheryl\";s:9:\"last_name\";s:5:\"Mault\";s:5:\"email\";s:22:\"cheryl.mault@gmail.com\";s:5:\"phone\";s:12:\"819-349-2858\";s:7:\"company\";s:12:\"Cheryl Mault\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1457:\"Hi\r\n\r\nLet’s face it…\r\n\r\nSending out emails is fun – as long as you keep getting responses… (But before I get into the details of how you can get more replies, let me tell you a little secret)\r\n\r\nYou might have heard about Abraham Lincoln’s sharpening an axe before chopping a tree quote? If not, here it is…\r\n\r\nHe said, “Give me six hours to chop down a tree and I will spend the first four sharpening the axe.”\r\n\r\nNow, how does it apply to you and the way you reach out to people?\r\n\r\nWell, no matter how good you think your email is – no one will open it if its subject line is not enticing enough…\r\n\r\nIt won’t matter if your email brings a lot of value – if the recipient doesn’t open it in the first place…\r\n\r\nThis is where the whole ‘sharpening the axe’ theory steps in…\r\n\r\nSo, if you’re sending out multiple emails in a day and not getting any responses, there’s a chance that your emails are not being opened…\r\n\r\nComing back to how you can get more replies…\r\n\r\nOver these years, I’ve tried and tested multiple subject lines and identified what makes people tick…\r\n\r\nTo help you out and send the elevator back, I’ve put all of them together in a done for you, fill in the blank free resource so that you can use them whenever you want…\r\n\r\nFollow this link to get access to this free resource and sharpen the axe to get responses like never before!\r\n\r\nhttps://usualprospect.com/emails\";}','2021-01-18 13:22:05'),(483,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Samuel\";s:9:\"last_name\";s:10:\"L. Jackson\";s:5:\"email\";s:21:\"samljackson@gmail.com\";s:5:\"phone\";s:13:\"+491743445581\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-19 11:39:43'),(484,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Nick\";s:9:\"last_name\";s:6:\"Pothos\";s:5:\"email\";s:20:\"n_pothos@yahoo.co.uk\";s:5:\"phone\";s:10:\"0404561155\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"ABC\";}','2021-01-19 21:47:56'),(485,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Martin\";s:9:\"last_name\";s:5:\"Hiles\";s:5:\"email\";s:20:\"mhiles@smartway2.com\";s:5:\"phone\";s:11:\"01494230036\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Smartway2\";}','2021-01-20 09:18:55'),(486,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Zephania\";s:9:\"last_name\";s:3:\"Ray\";s:5:\"email\";s:22:\"desoziz@mailinator.com\";s:5:\"phone\";s:17:\"+1 (521) 402-7149\";s:7:\"company\";s:25:\"Schwartz and Townsend LLC\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Omnis laboris archit\";}','2021-01-20 12:00:47'),(487,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Susan\";s:9:\"last_name\";s:5:\"Kelly\";s:5:\"email\";s:20:\"sbellkelly@gmail.com\";s:5:\"phone\";s:10:\"4164358299\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"N/A\";}','2021-01-20 16:49:37'),(488,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Larry \";s:9:\"last_name\";s:5:\"Mager\";s:5:\"email\";s:19:\"info@readybrain.net\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:1000:\"Hi there, \r\n\r\nSometimes getting a new job after you lose your old one doesn’t look like you think it will. If you’re up for receiving a guest article, I’d love to offer my advice on how to start your own business after a career setback. I have some great resources and experience that could be highly beneficial for your readers. \r\n\r\nAfter being laid off from my teaching job several years ago, I was pretty low. I’d lost a job I loved, and didn’t know what I was going to do next. But then a funny thing happened. My neighbor came to me desperate to find a tutor for her son. I offered my services as a temporary solution. Fast forward two years later and I’m running my own tutoring business and making progress with my mental fitness website, Readybrain.net. \r\n\r\nI’ve never been happier, and I want to help those going through a tough spot in their careers feel like I do. I look forward to hearing from you. \r\n\r\nThank you!\r\nLarry\r\n\r\nLarry Mager\r\nReadybrain.net | info@readybrain.net\";}','2021-01-21 10:56:20'),(489,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Meldrick\";s:9:\"last_name\";s:9:\"Fernandes\";s:5:\"email\";s:21:\"meldrick845@gmail.com\";s:5:\"phone\";s:13:\"+917378578590\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"nothing\";}','2021-01-21 14:42:22'),(490,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:20:\"Christopher Twombley\";s:9:\"last_name\";s:11:\"Christopher\";s:5:\"email\";s:17:\"ctwombley@gps.edu\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-21 17:57:57'),(491,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Timon\";s:9:\"last_name\";s:5:\"Mccoy\";s:5:\"email\";s:23:\"bomifecy@mailinator.com\";s:5:\"phone\";s:17:\"+1 (537) 784-2789\";s:7:\"company\";s:23:\"Richardson Bond Traders\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:19:\"Consectetur labore \";}','2021-01-22 14:40:54'),(492,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"William\";s:9:\"last_name\";s:6:\"Pierce\";s:5:\"email\";s:30:\"wpierce@5c1centerforgrowth.com\";s:5:\"phone\";s:10:\"6122421235\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:39:\"5C1 Center for Growth Knowledge Network\";}','2021-01-24 12:27:29'),(493,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"hunzla\";s:9:\"last_name\";s:5:\"ahmad\";s:5:\"email\";s:22:\"ben.hunzla99@gmail.com\";s:5:\"phone\";s:13:\"+923093579502\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"demo company\";}','2021-01-25 07:47:56'),(494,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:11:\"mohamad ali\";s:9:\"last_name\";s:7:\"sabbagh\";s:5:\"email\";s:16:\"ali@salis.com.sa\";s:5:\"phone\";s:13:\"+966567722670\";s:7:\"company\";s:5:\"salis\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:0:\"\";}','2021-01-26 07:36:42'),(495,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eoin\";s:9:\"last_name\";s:6:\"ONeill\";s:5:\"email\";s:25:\"eoin.oneill@befinitive.ie\";s:5:\"phone\";s:13:\"+353873883261\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"www.befinitive.ie\";}','2021-01-27 20:26:21'),(496,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Kushtrim\";s:9:\"last_name\";s:6:\"Spahiu\";s:5:\"email\";s:26:\"kushtrimgjspahiu@gmail.com\";s:5:\"phone\";s:4:\"+355\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-01-28 11:40:03'),(497,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"KRISTINE\";s:9:\"last_name\";s:5:\"BORJA\";s:5:\"email\";s:17:\"KBORJ80@YAHOO.COM\";s:5:\"phone\";s:13:\"+639399235058\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"AGILE INSIGHTS\";}','2021-01-29 11:46:11'),(498,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Lyssa\";s:9:\"last_name\";s:7:\"Schmidt\";s:5:\"email\";s:24:\"lyssa@relishandroots.com\";s:5:\"phone\";s:10:\"2628531083\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Relish and Roots LLC\";}','2021-01-29 22:22:57'),(499,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Stephen\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:26:\"stephen.west5434@gmail.com\";s:5:\"phone\";s:10:\"3128065434\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"KOMPOUND \";}','2021-01-30 13:07:39'),(500,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nicola\";s:9:\"last_name\";s:4:\"Reid\";s:5:\"email\";s:25:\"nicola@business4today.com\";s:5:\"phone\";s:10:\"9728268652\";s:7:\"company\";s:14:\"Business4Today\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:520:\"Hello,\r\n\r\nStarting a new business is super exciting, but there are many important factors new entrepreneurs should definitely not overlook. \r\n\r\nWhich brings me to the guest article idea I have for your site...can I write for your readers on how to knock out the not-so-fun parts of starting a business--e.g. getting funding, creating an LLC, setting up sound accounting practices, and so on?\r\n\r\nPlease let me know what you think.\r\n\r\nThank you for your time,\r\nNicola Reid\r\nBusiness4today.com + nicola@business4today.com\r\n\";}','2021-02-01 02:24:38'),(501,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:6:\"Sidhom\";s:5:\"email\";s:28:\"sam@coolestrefrigeration.com\";s:5:\"phone\";s:10:\"9738731271\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Coolest Refrigeration LLC\";}','2021-02-01 09:11:10'),(502,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Rob\";s:9:\"last_name\";s:8:\"Buddingh\";s:5:\"email\";s:14:\"rob@ip4sure.nl\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-01 12:59:06'),(503,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Rob\";s:9:\"last_name\";s:8:\"Buddingh\";s:5:\"email\";s:14:\"rob@ip4sure.nl\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-01 12:59:36'),(504,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Marjorie\";s:9:\"last_name\";s:5:\"Weeks\";s:5:\"email\";s:26:\"marjorielweeks@outlook.com\";s:5:\"phone\";s:11:\"09023024575\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:206:\"Wish to cancel whatever account you have for me charged to my Ttianhle credit card #5446 1223 8558 8788. In the amount of $19.54. I do not have an xbox and haven't had one for many months. Thank you.\";}','2021-02-01 13:38:20'),(505,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bijan\";s:9:\"last_name\";s:9:\"Mozaffari\";s:5:\"email\";s:17:\"bijan@hotmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-01 15:35:04'),(506,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"phillip\";s:9:\"last_name\";s:9:\"papillion\";s:5:\"email\";s:30:\"phillippapillion5679@gmail.com\";s:5:\"phone\";s:10:\"3373139251\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"hotbox\";}','2021-02-01 22:25:11'),(507,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Prashant\";s:9:\"last_name\";s:3:\"Rai\";s:5:\"email\";s:20:\"pk.rai@streem.com.au\";s:5:\"phone\";s:10:\"0411691180\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"PK RAI\";}','2021-02-02 11:36:30'),(508,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Bjørn\";s:9:\"last_name\";s:6:\"Larsen\";s:5:\"email\";s:20:\"accounts@nocapfx.com\";s:5:\"phone\";s:8:\"20629760\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"NoCap FX\";}','2021-02-02 12:12:31'),(509,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Tanya\";s:9:\"last_name\";s:5:\"Zuger\";s:5:\"email\";s:18:\"zuger@arkadium.com\";s:5:\"phone\";s:10:\"3476699238\";s:7:\"company\";s:8:\"Arkadium\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:52:\"I am looking for a subscription management software\";}','2021-02-02 15:19:20'),(510,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Matthew\";s:9:\"last_name\";s:8:\"HEIGHWAY\";s:5:\"email\";s:28:\"legal@integraenforcement.com\";s:5:\"phone\";s:11:\"01214451222\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Integra Court Services\";}','2021-02-03 00:35:22'),(511,591,'a:9:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:11:\"RonaldGotYT\";s:9:\"last_name\";s:11:\"RonaldGotYT\";s:5:\"email\";s:20:\"8tgxsq0@goposts.site\";s:5:\"phone\";s:11:\"87372642137\";s:7:\"company\";s:6:\"google\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:191:\"Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it [url=https://bit.ly/2MpL94b]https://bit.ly/2MpL94b[/url]\";s:6:\"submit\";s:4:\"Send\";}','2021-02-04 10:24:52'),(512,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Bob\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:22:\"bobsmith@jumbodash.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-05 04:30:24'),(513,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Neil\";s:9:\"last_name\";s:7:\"Ahearne\";s:5:\"email\";s:24:\"neil.ahearne@flipdish.ie\";s:5:\"phone\";s:13:\"+353857867635\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"Flipdish\";}','2021-02-05 14:16:26'),(514,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Garland\";s:9:\"last_name\";s:7:\"Kellogg\";s:5:\"email\";s:40:\"salesteam@thekellogggroupcorporation.com\";s:5:\"phone\";s:10:\"2142188610\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:18:\"please call today!\";}','2021-02-05 18:29:48'),(515,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Anat\";s:9:\"last_name\";s:7:\"Lechner\";s:5:\"email\";s:15:\"alechner@me.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-06 10:43:19'),(516,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Bob\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:22:\"bobsmith@jumbodash.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-06 16:52:57'),(517,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Eliza\";s:9:\"last_name\";s:5:\"Megan\";s:5:\"email\";s:22:\"elizamegan66@gmail.com\";s:5:\"phone\";s:15:\"+92-321-5636972\";s:7:\"company\";s:20:\"Query for Guest Post\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:442:\"Hi,\r\n\r\nHow are you doing? I am reaching to offer a simple 3 step process of guest post on your website.\r\n\r\n1. I will send you some interesting topic ideas for a guest post\r\n2. You will choose one topic out of those topic ideas\r\n3. I will then send you a high- quality article on the topic chosen by you\r\n\r\nI would just expect you to give me a do-follow backlink within the main article. So, shall we start with step 1?\r\n\r\nBest,\r\n\r\nEliza Megan\";}','2021-02-07 03:37:37'),(518,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"omar\";s:9:\"last_name\";s:6:\"tibawi\";s:5:\"email\";s:19:\"omar@gulfinnova.com\";s:5:\"phone\";s:12:\"+96597889803\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"gulf innova\";}','2021-02-07 06:30:51'),(519,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:13:\"Decker's\";s:9:\"last_name\";s:10:\"Happy Eggs\";s:5:\"email\";s:21:\"deckerseggs@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-09 02:31:03'),(520,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Rian\";s:9:\"last_name\";s:6:\"Thiele\";s:5:\"email\";s:22:\"thiele0303@hotmail.com\";s:5:\"phone\";s:10:\"6513153144\";s:7:\"company\";s:13:\"Pet Evolution\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:679:\"Hello,\r\nWe are a pet retail business looking to implement a subscription model for our future franchise retail locations. Does your software have the ability to track subscribers shopping at various franchise owner locations? \r\n\r\nExample: if I own location A, and shop at a different owner location, B,\r\nis there a way for your system to track that? If I shop location B for a certain period of time my subscription funding would automatically transfer to such location. Similar to snap fitness or anytime fitness. If I open a membership at a particular gym, then decide to go to another gym, my membership funding would eventually transfer to the new gym after so many visits. \";}','2021-02-10 06:15:20'),(521,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grace\";s:9:\"last_name\";s:6:\"Pester\";s:5:\"email\";s:22:\"grace.pester@gmail.com\";s:5:\"phone\";s:10:\"7144146155\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Living Stream\";}','2021-02-11 00:15:58'),(522,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Jay\";s:9:\"last_name\";s:6:\"Graves\";s:5:\"email\";s:24:\"jay.graves@blueprint.inc\";s:5:\"phone\";s:12:\"615-566-8300\";s:7:\"company\";s:13:\"Blueprint.Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:512:\"We are considering adding subscriptions to StyleBlueprint.com this year. Our current thought is a free tier for basic access (requires email signup) and a premium tier with specific gated content. However, we don't want to kill our SEO and need some sort of solution that allows x number of views before registration (like everyone else in the publishing world it seems).\r\n\r\nWe are a WordPress site that has about 6M unique visitors per year. \r\n\r\nOpen to all examples of how we could do this.\r\n\r\nThanks, Jay\";}','2021-02-11 19:01:08'),(523,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Muktar\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:24:\"mdmuktarali100@gmail.com\";s:5:\"phone\";s:11:\"01737414977\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Think and Find\";}','2021-02-13 17:24:08'),(524,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:2101:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-02-13 22:12:04'),(525,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Leighton\";s:9:\"last_name\";s:8:\"Campbell\";s:5:\"email\";s:23:\"adellan.media@gmail.com\";s:5:\"phone\";s:10:\"2406453305\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Adellan Media. LLC\";}','2021-02-14 05:46:48'),(526,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Leighton\";s:9:\"last_name\";s:8:\"Campbell\";s:5:\"email\";s:23:\"adellan.media@gmail.com\";s:5:\"phone\";s:10:\"2406453305\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Adellan Media. LLC\";}','2021-02-14 11:30:18'),(527,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Leighton\";s:9:\"last_name\";s:8:\"Campbell\";s:5:\"email\";s:23:\"adellan.media@gmail.com\";s:5:\"phone\";s:10:\"2406453305\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Adellan Media. LLC\";}','2021-02-15 15:50:55'),(528,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Max\";s:9:\"last_name\";s:10:\"Lammertink\";s:5:\"email\";s:21:\"hello@talosgrowth.com\";s:5:\"phone\";s:10:\"0000000000\";s:7:\"company\";s:12:\"Talos Growth\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:910:\"Hi team SubscriptionFlow!\r\n\r\nRecently I came across your LinkedIn company page and I expected a lot more followers and engagement because the compelling content your company is posting. Why not make your LinkedIn company page a real conversion driver?\r\n\r\nTalos Growth utilizes your LinkedIn company page to send automatic likes to companies and individuals that might be interested in your business. With Talos Growth you set up your parameters once and our algorithm likes every post that fits! There’s no easier way to reach out to potential customers and make that connection right away. Want to try it for yourself? The first 14 days are free and after that you get a 10% discount for 3 months if you use code talos10 at signup. \r\n\r\nReal likes, real connections, no effort. \r\n\r\nIf you have any questions, please let me know or check out https://talosgrowth.com.\r\nKind regards,\r\nMax Lammertink\r\n\";}','2021-02-16 13:46:52'),(529,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Stephanie\";s:9:\"last_name\";s:4:\"Kaul\";s:5:\"email\";s:19:\"stephanie@kauls.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"STEPHANIE KAUL\";}','2021-02-17 00:58:20'),(530,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Benny\";s:9:\"last_name\";s:6:\"Joseph\";s:5:\"email\";s:22:\"benny2moon@yahoo.co.in\";s:5:\"phone\";s:11:\"09574776550\";s:7:\"company\";s:17:\"Diocese of Rajkot\";}','2021-02-17 16:15:44'),(531,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Mary\";s:9:\"last_name\";s:8:\"Okishima\";s:5:\"email\";s:26:\"mary.okishima777@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:137:\"Is subscription flow possible to connect with swipepages using zapier or integromat or any other way ? Thank you in advance for the reply\";}','2021-02-17 16:48:17'),(532,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"savanna\";s:9:\"last_name\";s:9:\"vermeulen\";s:5:\"email\";s:22:\"zachary@allroadsat.com\";s:5:\"phone\";s:12:\"+16195310686\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"All Road Sat\";}','2021-02-18 00:23:29'),(533,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:9:\"Garegnani\";s:5:\"email\";s:22:\"zachary@allroadsat.com\";s:5:\"phone\";s:12:\"+16195310686\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"All Road Sat\";}','2021-02-18 00:26:12'),(534,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:9:\"Garegnani\";s:5:\"email\";s:21:\"nicole@allroadsat.com\";s:5:\"phone\";s:10:\"6195310686\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"All Road Sat\";}','2021-02-18 01:16:45'),(535,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:9:\"Garegnani\";s:5:\"email\";s:22:\"zachary@allroadsat.com\";s:5:\"phone\";s:10:\"6195310686\";s:7:\"company\";s:12:\"all road sat\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:121:\"questions about the ability to customize invoice templates to add additional columns vs line items for telecom surcharges\";}','2021-02-18 21:32:00'),(536,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nicole\";s:9:\"last_name\";s:9:\"Garegnani\";s:5:\"email\";s:22:\"zachary@allroadsat.com\";s:5:\"phone\";s:10:\"6195310686\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"All Road Sat\";}','2021-02-18 21:33:12'),(537,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Antoine\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:21:\"a.jones@bftaxmgmt.com\";s:5:\"phone\";s:10:\"3176674071\";s:7:\"company\";s:33:\"B F Tax Management and Resolution\";}','2021-02-20 20:45:54'),(538,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Antoine\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:21:\"a.jones@bftaxmgmt.com\";s:5:\"phone\";s:10:\"3176674071\";s:7:\"company\";s:18:\"B F Tax Management\";}','2021-02-20 20:47:19'),(539,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ram\";s:9:\"last_name\";s:5:\"Kumar\";s:5:\"email\";s:15:\"Ram@wizikey.com\";s:5:\"phone\";s:10:\"7042620460\";s:7:\"company\";s:7:\"Wizikey\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:96:\"Hi Team,\r\nWe need subscription management software.Kindly share the information & price details.\";}','2021-02-23 11:32:24'),(540,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Michael\";s:9:\"last_name\";s:6:\"Sodini\";s:5:\"email\";s:21:\"msodini1961@gmail.com\";s:5:\"phone\";s:11:\"17157221022\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-24 16:06:35'),(541,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:6:\"Daniel\";s:5:\"email\";s:20:\"john.v.daniel@me.com\";s:5:\"phone\";s:10:\"0418663374\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-02-25 11:03:54'),(542,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Dave\";s:9:\"last_name\";s:5:\"Homan\";s:5:\"email\";s:20:\"dave@intersectmg.com\";s:5:\"phone\";s:10:\"7074782251\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Intersect Marketing\";}','2021-02-25 13:38:06'),(543,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:8:\"Belstner\";s:5:\"email\";s:24:\"john@thirdphasegroup.com\";s:5:\"phone\";s:12:\"+16029359936\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Third Phase Group, LLC.\";}','2021-02-26 01:22:24'),(544,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Renee\";s:9:\"last_name\";s:7:\"Szorosy\";s:5:\"email\";s:19:\"rszorosy@ahsppz.org\";s:5:\"phone\";s:10:\"6096931900\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:45:\"Associated Humane Societies/Popcorn Park\";}','2021-02-26 16:58:26'),(545,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Alex\";s:9:\"last_name\";s:7:\"Jaremko\";s:5:\"email\";s:23:\"alex.jaremko@bravas.com\";s:5:\"phone\";s:12:\"+18172353796\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"Bravas\";}','2021-02-26 19:51:12'),(546,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Margot\";s:9:\"last_name\";s:8:\"Molyneux\";s:5:\"email\";s:23:\"info@margotmolyneux.com\";s:5:\"phone\";s:3:\"+27\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"LOOKBOOK\";}','2021-03-01 07:27:49'),(547,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grant\";s:9:\"last_name\";s:6:\"Hunter\";s:5:\"email\";s:30:\"grant@productgrowthleaders.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Product Growth Leaders\";}','2021-03-01 14:26:10'),(548,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Timothy\";s:9:\"last_name\";s:8:\"Francis \";s:5:\"email\";s:19:\"iunlocktt@gmail.com\";s:5:\"phone\";s:11:\"18687675625\";s:7:\"company\";s:13:\"iUnlocktt ltd\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:23:\"Will like to learn more\";}','2021-03-01 15:04:35'),(549,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Timothy\";s:9:\"last_name\";s:7:\"Francis\";s:5:\"email\";s:19:\"iunlocktt@gmail.com\";s:5:\"phone\";s:10:\"8687889686\";s:7:\"company\";s:9:\"iUnlockTT\";}','2021-03-01 15:08:42'),(550,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Timothy\";s:9:\"last_name\";s:7:\"Francis\";s:5:\"email\";s:19:\"iunlocktt@gmail.com\";s:5:\"phone\";s:10:\"8687889686\";s:7:\"company\";s:9:\"iUnlockTT\";}','2021-03-01 15:09:17'),(551,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:5:\"Doran\";s:5:\"email\";s:25:\"jdoran@trendsresearch.com\";s:5:\"phone\";s:14:\"+1845-334-1603\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Trends Research Institute\";}','2021-03-02 12:45:27'),(552,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Virginia\";s:9:\"last_name\";s:5:\"Bayes\";s:5:\"email\";s:25:\"vbayes@artandcolor365.com\";s:5:\"phone\";s:10:\"3037771965\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Art and Color 365 LLC\";}','2021-03-03 02:02:19'),(553,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:2101:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-03-03 03:12:45'),(554,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:15:\"Shehrbano Test \";s:9:\"last_name\";s:10:\"Kazmi Test\";s:5:\"email\";s:24:\"shehr.bano@techloyce.com\";s:5:\"phone\";s:13:\"+924363873876\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Techloyce\";}','2021-03-05 06:13:07'),(555,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:14:\"shehrbano test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:24:\"shehr.bano@techloyce.com\";s:5:\"phone\";s:13:\"+923333333333\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"techloce\";}','2021-03-05 11:27:16'),(556,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Uran\";s:9:\"last_name\";s:7:\"Prekazi\";s:5:\"email\";s:22:\"uran.prekazi@gmail.com\";s:5:\"phone\";s:13:\"+383 44435186\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"Dukes Sh.p.k\";}','2021-03-05 15:43:12'),(557,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Hamza\";s:9:\"last_name\";s:4:\"Gill\";s:5:\"email\";s:28:\"muhammad.hamza@techloyce.com\";s:5:\"phone\";s:13:\"+923088617442\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"Demo\";}','2021-03-08 08:00:47'),(558,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Leroy\";s:9:\"last_name\";s:6:\"Bender\";s:5:\"email\";s:21:\"lokola@mailinator.com\";s:5:\"phone\";s:17:\"+1 (779) 501-4254\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:30:\"Buchanan and Blanchard Trading\";}','2021-03-09 10:26:59'),(559,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Hashim\";s:9:\"last_name\";s:11:\"Fitzpatrick\";s:5:\"email\";s:22:\"zyzyson@mailinator.com\";s:5:\"phone\";s:17:\"+1 (175) 566-3182\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:29:\"Jenkins and Riddle Associates\";}','2021-03-09 10:31:21'),(560,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Drew\";s:9:\"last_name\";s:6:\"Fisher\";s:5:\"email\";s:34:\"drewfisher@marvelousrecruiting.com\";s:5:\"phone\";s:10:\"9724055723\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Marvelous Recruiting\";}','2021-03-10 00:42:13'),(561,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:6:\"Sinden\";s:5:\"email\";s:28:\"libby@redstonemediagroup.com\";s:5:\"phone\";s:12:\"+18667641212\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Redstone Media Group\";}','2021-03-10 16:09:29'),(562,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"revanth\";s:9:\"last_name\";s:2:\"ch\";s:5:\"email\";s:21:\"cha.revanth@gmail.com\";s:5:\"phone\";s:12:\"+61451533724\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"acer\";}','2021-03-11 02:07:45'),(563,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Amber\";s:9:\"last_name\";s:3:\"Roy\";s:5:\"email\";s:21:\"amberroy160@gmail.com\";s:5:\"phone\";s:12:\"60 404 22 34\";s:7:\"company\";s:21:\"High School Education\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:489:\"Hi,\r\n\r\nI hope you are doing well.\r\n\r\nI want to contribute a guest post article to your website that may interest your readers.\r\n\r\nIt would be of high quality and free of cost. You can choose the topic of the article from the topic ideas that I'll send you in my next email once you approve this offer.\r\n\r\nPlease note that I will need you to give me a backlink within the guest post article.\r\n\r\nPlease let me know if I shall send over some amazing topic ideas?\r\n\r\nRegards,\r\n\r\nAmber Roy\";}','2021-03-11 11:41:34'),(564,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Paul\";s:9:\"last_name\";s:5:\"Simms\";s:5:\"email\";s:22:\"paultsimms@hotmail.com\";s:5:\"phone\";s:3:\"+44\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-11 13:36:55'),(565,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Rushabh\";s:9:\"last_name\";s:7:\"Kothari\";s:5:\"email\";s:22:\"5ite2victory@gmail.com\";s:5:\"phone\";s:13:\"+919167544988\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Elite Discoveries & Co\";}','2021-03-12 08:41:41'),(566,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Rushabh\";s:9:\"last_name\";s:7:\"Kothari\";s:5:\"email\";s:23:\"5ite.2victory@gmail.com\";s:5:\"phone\";s:10:\"6474598910\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:2:\"ED\";}','2021-03-12 13:40:40'),(567,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Rushabh\";s:9:\"last_name\";s:7:\"Kothari\";s:5:\"email\";s:26:\"igelitediscovery@gmail.com\";s:5:\"phone\";s:3:\"+91\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:2:\"ED\";}','2021-03-12 13:55:01'),(568,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Rushabh\";s:9:\"last_name\";s:7:\"Kothari\";s:5:\"email\";s:22:\"5ite2victory@gmail.com\";s:5:\"phone\";s:10:\"9167544988\";s:7:\"company\";s:17:\"Elite Discoveries\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:29:\"How do I make a subscription?\";}','2021-03-12 13:57:11'),(569,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Krupali\";s:9:\"last_name\";s:7:\"Kothari\";s:5:\"email\";s:22:\"5ite2victory@gmail.com\";s:5:\"phone\";s:3:\"+91\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Elite Discoveries\";}','2021-03-12 22:35:57'),(570,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:1728:\"Hi, my name is Eric and I’m betting you’d like your website subscriptionflow.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at subscriptionflow.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://talkwithcustomer.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-03-13 01:59:04'),(571,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Tonita\";s:9:\"last_name\";s:6:\"Jessie\";s:5:\"email\";s:22:\"jessietonita@gmail.com\";s:5:\"phone\";s:10:\"2148403714\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-13 03:40:29'),(572,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Arnold\";s:9:\"last_name\";s:9:\"Jones jr \";s:5:\"email\";s:23:\"ajjrjones200@icloud.com\";s:5:\"phone\";s:12:\"+17703616866\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Dfrnt investments\";}','2021-03-14 19:46:41'),(573,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Anthonie\";s:9:\"last_name\";s:5:\"Young\";s:5:\"email\";s:22:\"anthonie.dev@gmail.com\";s:5:\"phone\";s:3:\"+66\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-16 05:07:42'),(574,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0411342191\";s:7:\"company\";s:13:\"Hayman Design\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:120:\"Hello,\r\nJust wondering how we dod a sub for a magazine with 4 issues.\r\nIt is not just a timed sub, but number of issues.\";}','2021-03-16 05:27:12'),(575,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:5:\"Minto\";s:5:\"email\";s:22:\"takiso4520@heroulo.com\";s:5:\"phone\";s:13:\"+903222343445\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Gungor Turism\";}','2021-03-16 21:20:34'),(576,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Vivek\";s:9:\"last_name\";s:9:\"Mukherjee\";s:5:\"email\";s:39:\"vivek.mukherjee@inspiredexpatriates.net\";s:5:\"phone\";s:10:\"3109134336\";s:7:\"company\";s:20:\"INSPIRED EXPATRIATES\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:1034:\"Hello,\r\n\r\nWhile it can be challenging for anyone to get a business up and running, it can be especially difficult for immigrants who are looking to become entrepreneurs in the U.S.\r\n\r\nI'd love to help these individuals by putting together an article with tips on how to start a business as an immigrant. I'll be sure to include information on selecting a company structure, registering the business, finding funding, and more. I will also discuss the specific challenges immigrants may face with starting a business, such as choosing a visa that best fits their entrepreneurial needs, and how they can overcome them. \r\n\r\nWould you be interested in reviewing the finished piece? If you like it, it's yours (and 100% free) to share on your website. I will be sure to promote your site within the piece -- please let me know if there's a specific link you would like to see included.\r\n\r\nThanks! Hope to hear from you soon!\r\nVivek Mukherjee\r\nInspiredExpatriates.net // vivek.mukherjee@inspiredexpatriates.net\";}','2021-03-17 04:15:55'),(577,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jaroslaw\";s:9:\"last_name\";s:7:\"Sztanga\";s:5:\"email\";s:19:\"j.sztanga@timeto.do\";s:5:\"phone\";s:9:\"508606062\";s:7:\"company\";s:17:\"TimeTo sp. z o.o.\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:2644:\"We are looking for a system to support and handle payments on the website we are creating.\r\nThe company develops tools and algorithms that will be implemented on the lenily.com website. They will be used to analyze the products that the customer is currently looking for, monitor the products used, for example whether there is a newer version of a given product / service, reminding about important dates in the case of using certain services, for example the date of the end of the VOD service for which the customer has decided, the possibility of buying useful products, for example a phone case. So that in one place he can quickly and conveniently check which product will be tailored to his needs.\r\nAccess to the tool allows you to easily familiarize yourself with and compare product offers against the characteristics of a given product that the customer cares about the most, e.g. price, quality, opinions, availability or other more technical aspects of individual products in which the customer is interested in. The service allows you to change the product category that the customer is looking for at a given moment with one click. Personalized results are saved on the user's account on the website and sent to his email address. The results are updated every 9 days, so the user can be sure that the data is always up-to-date and based on the current trends, current offers and the latest opinions. Thanks to the monitoring service, a notification will be sent to him as soon as a new offer from the category that the client is interested appears.\r\nIf the customer is looking for a specific service, e.g. a telephone subscription, VOD platform, car insurance, apart from access to analysis and monitoring of offers, the customer can set a reminder about an expiring contract, the need to extend it or pay for it. He also gets access to a store with useful products. The list of these products is personalized based on the category that the customer is interested in and the product / service that the customer has chosen.\r\nThanks to the service, the customer no longer needs to surf the Internet in search of interesting products, thus saving his time and money. \r\nFees will be collected from Users using the website. We want to give customers a choice of payment method. Recurring payments that will be charged 1 to 3 times a month for each user in the amount of PLN 5 to 50. The amount and the cycle will depend on the selected package.Or One-Time Payments.\r\nThe domain under which the website will be located is lenily.com. \r\nThe monthly (forecasted) turnover will be between PLN 10,000 and 50,000.\r\n \r\n\r\n \r\n\r\n\";}','2021-03-17 12:24:13'),(578,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Caroline\";s:9:\"last_name\";s:5:\"DOUET\";s:5:\"email\";s:17:\"caroline@poool.fr\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:5:\"Poool\";}','2021-03-18 16:44:07'),(579,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"gowtham\";s:9:\"last_name\";s:5:\"reddy\";s:5:\"email\";s:25:\"gowthamreddy460@gmail.com\";s:5:\"phone\";s:13:\"+919100892779\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"delite\";}','2021-03-18 19:28:33'),(580,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Harman\";s:5:\"email\";s:28:\"a.harman@haymandesign.com.au\";s:5:\"phone\";s:10:\"0411342191\";s:7:\"company\";s:13:\"Hayman Design\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:152:\"Hello,\r\nI send a question a few says ago and no reply yet.\r\nWe are trialing the product and need to know we can get decent support.\r\nPlease advise ASAP.\";}','2021-03-18 22:53:22'),(581,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Ravinder\";s:9:\"last_name\";s:4:\"Kaur\";s:5:\"email\";s:24:\"ravinderkaur@taxmann.com\";s:5:\"phone\";s:13:\"+918860879719\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"Taxmann\";}','2021-03-19 10:35:30'),(582,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"K\";s:9:\"last_name\";s:7:\"Adamson\";s:5:\"email\";s:23:\"kelly.adamson@vpdcs.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-19 18:12:07'),(583,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Aadarsh \";s:9:\"last_name\";s:3:\"Roy\";s:5:\"email\";s:24:\"guestcrewstaff@gmail.com\";s:5:\"phone\";s:10:\"9693552052\";s:7:\"company\";s:64:\"GuestCrew ( http://www.guestcrew.com/blog/ )\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:415:\"Subj - Hey SubscriptionFlow Team, roundup request, thanks\r\n\r\nHey SubscriptionFlow Team,\r\n\r\nAm Aadarsh from GuestCrew - just thought to contact you with a roundup request. Let me know if you are interested and will send more details.\r\n\r\nIn the past, our roundups have received several thousand social shares and have proved to be valuable online resources,\r\n\r\nlooking forward to your reply,\r\n\r\nthanks,\r\n - Aadarsh\";}','2021-03-20 11:47:11'),(584,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Test\";s:9:\"last_name\";s:5:\"Izhar\";s:5:\"email\";s:13:\"test@test.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:37:\"Testing Enterprise Get A Quote Option\";}','2021-03-22 08:01:20'),(585,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brian\";s:9:\"last_name\";s:5:\"Moran\";s:5:\"email\";s:13:\"brian@noco.ie\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:4:\"NoCo\";}','2021-03-23 11:50:44'),(586,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brian\";s:9:\"last_name\";s:5:\"Moran\";s:5:\"email\";s:13:\"brian@noco.ie\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"NoCo\";}','2021-03-23 11:51:07'),(587,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"kostas\";s:9:\"last_name\";s:10:\"vasiliadis\";s:5:\"email\";s:25:\"kvasiliadis@antyxsoft.com\";s:5:\"phone\";s:13:\"+302310811834\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"ANTYXSOFT\";}','2021-03-23 14:14:36'),(588,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jason\";s:9:\"last_name\";s:7:\"Hoobler\";s:5:\"email\";s:18:\"jhoobler@gmail.com\";s:5:\"phone\";s:11:\"15138989729\";s:7:\"company\";s:9:\"Polyhedra\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:17:\"Setting up a Saas\";}','2021-03-23 21:18:21'),(589,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Shurn\";s:9:\"last_name\";s:8:\"Baptiste\";s:5:\"email\";s:21:\"daddywhaler@gmail.com\";s:5:\"phone\";s:10:\"2845414065\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Simplicity shipping\";}','2021-03-24 00:34:18'),(590,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Gemma\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:22:\"info@youronewish.co.uk\";s:5:\"phone\";s:3:\"+44\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-25 12:42:18'),(591,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Taz\";s:9:\"last_name\";s:4:\"Dass\";s:5:\"email\";s:22:\"info@youronewish.co.uk\";s:5:\"phone\";s:11:\"07305912781\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Your One Wish\";}','2021-03-25 13:34:25'),(592,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"George\";s:9:\"last_name\";s:9:\"Singleton\";s:5:\"email\";s:26:\"singleton.george@yahoo.com\";s:5:\"phone\";s:12:\"+13342328034\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-25 14:25:15'),(593,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Johan\";s:9:\"last_name\";s:5:\"Payan\";s:5:\"email\";s:22:\"johanpayan02@yahoo.com\";s:5:\"phone\";s:12:\"+14422385925\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"T-mobile\";}','2021-03-27 07:48:26'),(594,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ollie\";s:9:\"last_name\";s:7:\"Brenman\";s:5:\"email\";s:24:\"ollie@butterandcrust.com\";s:5:\"phone\";s:13:\"+447412233537\";s:7:\"company\";s:16:\"Butter and Crust\";}','2021-03-29 09:56:55'),(595,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"brian\";s:9:\"last_name\";s:6:\"mahany\";s:5:\"email\";s:22:\"briandmahany@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-30 03:09:16'),(596,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"steve\";s:9:\"last_name\";s:12:\"weston-zseli\";s:5:\"email\";s:27:\"steven_weston-zseli@wvi.org\";s:5:\"phone\";s:13:\"+447792911301\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"WVI\";}','2021-03-30 11:27:23'),(597,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Annika\";s:9:\"last_name\";s:6:\"Hänni\";s:5:\"email\";s:21:\"annika.haenni@gmx.net\";s:5:\"phone\";s:15:\"+4176 320 10 67\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Neue Neue Zeitung\";}','2021-03-31 12:20:25'),(598,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"A\";s:9:\"last_name\";s:1:\"B\";s:5:\"email\";s:17:\"test@testsite.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-03-31 19:57:12'),(599,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"test\";s:5:\"email\";s:13:\"test@test.com\";s:5:\"phone\";s:16:\"+923333333333333\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"ererere\";}','2021-04-01 08:08:36'),(600,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:2936:\"Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found subscriptionflow.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-04-01 11:07:38'),(601,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Gina\";s:9:\"last_name\";s:5:\"Olivo\";s:5:\"email\";s:20:\"ginamolivo@gmail.com\";s:5:\"phone\";s:12:\"+15085555231\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"Gina\";}','2021-04-01 15:13:19'),(602,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Lael\";s:9:\"last_name\";s:5:\"Munoz\";s:5:\"email\";s:21:\"jehope@mailinator.com\";s:5:\"phone\";s:17:\"+1 (779) 988-3799\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Nash Rosales Plc\";}','2021-04-02 07:18:28'),(603,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Prateek\";s:9:\"last_name\";s:5:\"Mehra\";s:5:\"email\";s:24:\"prateekmehra79@gmail.com\";s:5:\"phone\";s:10:\"5713401903\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"SAA\";}','2021-04-02 20:47:29'),(604,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Atlene\";s:9:\"last_name\";s:7:\"Capelle\";s:5:\"email\";s:25:\"acapell4@my.chemeketa.edu\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"Cashapp\";}','2021-04-04 17:53:45'),(605,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:28:\"Princess Sarah?☺️?\";s:9:\"last_name\";s:9:\"Whitaker \";s:5:\"email\";s:25:\"sarahwhitaker17@gmail.com\";s:5:\"phone\";s:10:\"6826676054\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-05 18:25:08'),(606,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"clare\";s:9:\"last_name\";s:7:\"knudsen\";s:5:\"email\";s:22:\"knudsenclare@gmail.com\";s:5:\"phone\";s:12:\"+12624757688\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"my fitness pal \";}','2021-04-06 00:06:04'),(607,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Angelica\";s:9:\"last_name\";s:4:\"Neal\";s:5:\"email\";s:19:\"rozy@mailinator.com\";s:5:\"phone\";s:17:\"+1 (402) 437-8289\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"ilmkidunya\";}','2021-04-06 08:04:37'),(608,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"Gurshinder\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:20:\"gurshinder@gmail.com\";s:5:\"phone\";s:10:\"0507403540\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:2:\"NA\";}','2021-04-06 08:43:45'),(609,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"Gurshinder\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:22:\"gurshinder@gtechme.com\";s:5:\"phone\";s:10:\"0552219685\";s:7:\"company\";s:28:\"GTECH INFORMATION TECHNOLOGY\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:134:\"Hi,\r\nIs your system suited for Companies based in UAE, Can I integrate with my own payment partner? We are a meal subscription company\";}','2021-04-06 09:19:21'),(610,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ramya\";s:9:\"last_name\";s:10:\"Ramamurthy\";s:5:\"email\";s:18:\"Sales@gdatasol.com\";s:5:\"phone\";s:10:\"3096611838\";s:7:\"company\";s:26:\"Global Data Solutions Inc.\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:910:\"Hello Team,\r\n\r\nGlobal Data Solutions Inc. (GDS) is looking for a price quote for our Federal Client.\r\n\r\nMonthly Cloud SaaS Subscription. Includes software licenses, cloud hosting, implementation support, and all\r\nO&M and professional services required; 3500 Users; 350 Power Users/76TB/360 Cores (12-months PoP)\r\n\r\n0007 Optional Task 1: 100 additional users; 20 additional Power Users; 20TB; 52 Cores for 12 Months\r\n\r\n\r\n0008 Optional Task 2: 100 additional users; 20 additional Power Users; 20TB; 52 Cores for 6 Months\r\n\r\n\r\n0009 Optional Task 3: 50 additional users; 10 additional Power Users; 10TB; 26 Cores for 12 months\r\n\r\n\r\n0010 Optional Task 4: 50 additional users; 10 additional Power Users; 10TB; 26 Cores for 6 months.\r\n\r\nPlease let me know your price quote for the above and should you have any questions please contact me at 309-661-1838 Extn 7022.\r\n\r\nThanks and Regards,\r\nRamya Ramamurthy.\";}','2021-04-06 18:49:42'),(611,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"Gurshinder\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:22:\"gurshinder@gtechme.com\";s:5:\"phone\";s:10:\"0552219685\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"GTECH INFORMATION TECHNOLOGY\";}','2021-04-07 06:24:21'),(612,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Aneal\";s:9:\"last_name\";s:10:\"Ramkissoon\";s:5:\"email\";s:23:\"davidraybeebe@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-08 05:10:23'),(613,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:4:\"Doen\";s:5:\"email\";s:20:\"palaqifi@zetmail.com\";s:5:\"phone\";s:3:\"+63\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-09 07:27:47'),(614,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"John\";s:9:\"last_name\";s:5:\"Doenn\";s:5:\"email\";s:22:\"lamycyhu@inboxbear.com\";s:5:\"phone\";s:3:\"+63\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-09 08:31:40'),(615,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Jaroslaw\";s:9:\"last_name\";s:7:\"Sztanga\";s:5:\"email\";s:19:\"j.sztanga@timeto.do\";s:5:\"phone\";s:9:\"508606062\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"TimeTo sp. z o.o.\";}','2021-04-09 11:29:33'),(616,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Robert \";s:9:\"last_name\";s:8:\"Shullman\";s:5:\"email\";s:22:\"bob.shullman@gmail.com\";s:5:\"phone\";s:10:\"2035368604\";s:7:\"company\";s:27:\"Russell Speeders Car Washes\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:120:\"Look for a flexible system to assist us in managing subscriber service for monthly customers at our car washes in the US\";}','2021-04-09 17:29:43'),(617,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Terra\";s:9:\"last_name\";s:6:\"Seaton\";s:5:\"email\";s:27:\"bellinghambagelry@gmail.com\";s:5:\"phone\";s:10:\"3602241595\";s:7:\"company\";s:11:\"The Bagelry\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:161:\"Hello, I have some pretty specific needs in regards to a subscription service and would like to speak with someone to see if it would be a good fit.\r\nThank you! \";}','2021-04-11 16:34:03'),(618,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"saqib\";s:9:\"last_name\";s:5:\"ishaq\";s:5:\"email\";s:19:\"sishaq549@gmail.com\";s:5:\"phone\";s:13:\"+923244041147\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-12 08:33:09'),(619,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jacob\";s:9:\"last_name\";s:6:\"Rogers\";s:5:\"email\";s:24:\"jacobrogers666@gmail.com\";s:5:\"phone\";s:13:\"+640212546101\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-12 11:37:38'),(620,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Bridget\";s:9:\"last_name\";s:6:\"Dumont\";s:5:\"email\";s:34:\"bridget.dumont@infopro-digital.com\";s:5:\"phone\";s:13:\"+33 763172219\";s:7:\"company\";s:15:\"Infopro Digital\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:326:\"Hello,\r\nWe're France's #1 source of B2B information, lead gen, DB mangement... and are launching a new trade show to support the mega boom in subscription business here. Who's in charge of your marketing/sales ? I'd love to discuss this opportunity with them to see how to best bolster your success! \";}','2021-04-12 12:43:52'),(621,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"James\";s:9:\"last_name\";s:9:\"Gustafson\";s:5:\"email\";s:28:\"jgustafson@jcservicesllc.com\";s:5:\"phone\";s:11:\"17018528140\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"J C Services LLC\";}','2021-04-12 13:13:15'),(622,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Annika\";s:9:\"last_name\";s:5:\"Wells\";s:5:\"email\";s:22:\"annikawells6@gmail.com\";s:5:\"phone\";s:14:\"(11) 6202-4853\";s:7:\"company\";s:7:\"Fashion\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:492:\"Hi,\r\n\r\nI hope you are doing well.\r\n\r\nI want to contribute a guest post article to your website that may interest your readers.\r\n\r\nIt would be of high quality and free of cost. You can choose the topic of the article from the topic ideas that I'll send you in my next email once you approve this offer.\r\n\r\nPlease note that I will need you to give me a backlink within the guest post article.\r\n\r\nPlease let me know if I shall send over some amazing topic ideas?\r\n\r\nRegards,\r\n\r\nAnnika Wells\";}','2021-04-13 09:30:32'),(623,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Andrew \";s:9:\"last_name\";s:6:\"Morrow\";s:5:\"email\";s:21:\"amorrow@hilltimes.com\";s:5:\"phone\";s:12:\"+16138899973\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"Hill Times\";}','2021-04-13 14:06:14'),(624,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sayani\";s:9:\"last_name\";s:4:\"Basu\";s:5:\"email\";s:16:\"sbasu@tucows.com\";s:5:\"phone\";s:12:\"+12893806249\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"Tucows\";}','2021-04-13 16:17:12'),(625,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Dev\";s:9:\"last_name\";s:3:\"Dev\";s:5:\"email\";s:19:\"k.pandima@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-13 17:47:53'),(626,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Osher\";s:9:\"last_name\";s:4:\"Blum\";s:5:\"email\";s:23:\"office@kerenhadfusa.org\";s:5:\"phone\";s:12:\"+13474502029\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"123\";}','2021-04-14 01:54:35'),(627,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Andrew\";s:9:\"last_name\";s:6:\"Jordan\";s:5:\"email\";s:19:\"watctevee@gmail.com\";s:5:\"phone\";s:12:\"+12462675686\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Xstream Services\";}','2021-04-14 18:56:56'),(628,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grace\";s:9:\"last_name\";s:8:\"Cummings\";s:5:\"email\";s:23:\"xynoxiwo@mailinator.com\";s:5:\"phone\";s:17:\"+1 (619) 448-9768\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"May Floyd Inc\";}','2021-04-15 09:33:05'),(629,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Val\";s:9:\"last_name\";s:11:\"Mitrofanova\";s:5:\"email\";s:22:\"marketing@nasopure.com\";s:5:\"phone\";s:10:\"7206813990\";s:7:\"company\";s:8:\"Nasopure\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:309:\"Hello,\r\n\r\nI recently received an automated notification that your team set up for me that a new customer was created.\r\n\r\nCustomer name: Test SF \r\nSubscription Name: SF_0034\r\n\r\nWhen I logged in my account, I didn't see any new customers and I didn't do any tests Please, let me know what is this for?\";}','2021-04-15 15:24:50'),(630,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"André\";s:9:\"last_name\";s:6:\"Gerard\";s:5:\"email\";s:11:\"ag@pcfix.lu\";s:5:\"phone\";s:4:\"+352\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"PC-Fix\";}','2021-04-16 12:28:58'),(631,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"André\";s:9:\"last_name\";s:6:\"Gerard\";s:5:\"email\";s:11:\"ag@pcfix.lu\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:6:\"PC-Fix\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:946:\"Hello,\r\n\r\nI am looking for a way to manage subscriptions in my Wix Page (which is still in the process of being build).\r\n\r\nWhat I found out halfway through putting the site together is that Wix does not have the option to create sales offer for individual clients.\r\n\r\nHere is what I want:\r\n\r\nI have a computer repair service and one service I offer is to fix problems remotely with TeamViewer on the clients side.\r\nUp till now my clients were charged per intervention. My idea is to change it all into a subscription bases service.\r\nTo get my existing clients attracted to the idea of a subscription based service I want to offer them a 50% discount for the first 6 month, which then automatically turns into a full price subscription after that period.\r\n\r\nMy questions are thus as follows:\r\n\r\n- Is that something that would work with your software?\r\n- What kind of price am I looking at to get this up and running?\r\n\r\nThank you,\r\n\r\nAndré Gerard\";}','2021-04-16 12:41:59'),(632,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Gregory\";s:9:\"last_name\";s:7:\"GEPHINE\";s:5:\"email\";s:17:\"contact@clacos.fr\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:416:\"Good morning madam, sir,\r\n\r\nI would like to contact you in order to propose you our newly created service.\r\nIt allows you to create quickly and easily dashboards to manage your business.\r\n\r\nI will not bother you any longer and let you discover our site if you wish: https://www.clacos.fr\r\n\r\nI thank you for the time you spent reading this message.\r\nI wish you a good day.\r\n\r\nSincerely,\r\n\r\nGregory de Clacos\";}','2021-04-17 17:34:12'),(633,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Erica\";s:9:\"last_name\";s:5:\"Henry\";s:5:\"email\";s:24:\"erica@smartertactics.com\";s:5:\"phone\";s:10:\"8884174867\";s:7:\"company\";s:15:\"Smarter Tactics\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:757:\"Hey,\r\n \r\nYour website's design is absolutely brilliant. The visuals really enhance your message and the content compels action. I've forwarded it to a few of my contacts who I think could benefit from your services.\r\n \r\nWhen I was looking at your site, though, I noticed a mistake that you've made re: search engine optimization which may be leading to a decline in your SEO results. It's a relatively simple fix. Would you like me to write it up so that you can share it with your web team? If this is a priority, I can also get on a call.\r\n \r\nRegards,\r\n\r\nErica Henry\r\nerica@smartertactics.com\r\nDigital Marketing Manager\r\n(888) 417-4867\r\nSmarter Tactics\r\nDigital Marketing | Ad Words Management | Content & Social | Influencer Marketing\";}','2021-04-19 16:29:10'),(634,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Joshua\";s:9:\"last_name\";s:8:\"Aguilera\";s:5:\"email\";s:27:\"joshua.aguilera12@yahoo.com\";s:5:\"phone\";s:10:\"6264077650\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-21 02:50:03'),(635,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nikhil\";s:9:\"last_name\";s:5:\"Kapur\";s:5:\"email\";s:17:\"nikapur@gmail.com\";s:5:\"phone\";s:8:\"26332080\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:33:\"Sparsh Infratech Private Limited \";}','2021-04-21 16:35:46'),(636,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sophie\";s:9:\"last_name\";s:6:\"Prince\";s:5:\"email\";s:26:\"s.prince@vaultmagazine.com\";s:5:\"phone\";s:12:\"+61400885626\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"VAULT Magazine\";}','2021-04-21 23:56:14'),(637,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Paul\";s:9:\"last_name\";s:8:\"McIntyre\";s:5:\"email\";s:24:\"pmcintyre@secure-iss.com\";s:5:\"phone\";s:11:\"+6155282373\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"Secure-ISS\";}','2021-04-22 07:25:57'),(638,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Vanda\";s:9:\"last_name\";s:6:\"Mäder\";s:5:\"email\";s:24:\"vanda.maeder@linkyard.ch\";s:5:\"phone\";s:12:\"+41788267407\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"linkyard ag\";}','2021-04-22 09:13:41'),(639,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"gina\";s:9:\"last_name\";s:5:\"olivo\";s:5:\"email\";s:20:\"lojackgina@gmail.com\";s:5:\"phone\";s:11:\"15085555555\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:5:\"Ginas\";}','2021-04-23 16:34:52'),(640,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Janessa\";s:9:\"last_name\";s:6:\"Talman\";s:5:\"email\";s:27:\"thrivewithjanessa@gmail.com\";s:5:\"phone\";s:12:\"+12504601519\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-23 23:19:17'),(641,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Brendan\";s:9:\"last_name\";s:5:\"Lynch\";s:5:\"email\";s:17:\"brenlyn@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:544:\"Hi,\r\n\r\nI am looking for a subscription management service for a small business that provides a 4 tier choice of monthly and/or annual subscription to potential clients.\r\n\r\nCan you clarify the difference between the 'user' based option and the 'revenue' based option, please?\r\n\r\nMy operation is a small concern that has the potential to attract a number of clients offering them 4 subscription options. I just want to clarify the difference between the 'user' and 'revenue' choices.\r\n\r\nThank you.\r\n\r\n\";}','2021-04-25 10:51:16'),(642,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Jeff\";s:9:\"last_name\";s:5:\"Gooch\";s:5:\"email\";s:15:\"admin@mrtsa.com\";s:5:\"phone\";s:15:\"+1 412-343-5111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:35:\"Medical Rescue Team South Authority\";}','2021-04-26 15:16:23'),(643,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"dasfas\";s:9:\"last_name\";s:3:\"sad\";s:5:\"email\";s:22:\"zainnadeem01@gmail.com\";s:5:\"phone\";s:14:\"+9232304351532\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"asv\";}','2021-04-27 15:30:09'),(644,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"ulysses\";s:9:\"last_name\";s:8:\"gonzalez\";s:5:\"email\";s:21:\"ulysses@kissielts.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Kiss Life\";}','2021-04-28 02:18:45'),(645,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"ulysses\";s:9:\"last_name\";s:8:\"gonzalez\";s:5:\"email\";s:21:\"ulysses@kissielts.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:131:\"In the demo version, under Stripe we didn't see an option to click for AliPay.\r\nIs there another location to see it in action?\";}','2021-04-28 02:25:49'),(646,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"dsd\";s:9:\"last_name\";s:3:\"sds\";s:5:\"email\";s:12:\"dsd@sdsd.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-29 18:12:48'),(647,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Jeff\";s:9:\"last_name\";s:5:\"Gooch\";s:5:\"email\";s:31:\"jeff@innovativepublicsafety.com\";s:5:\"phone\";s:15:\"+1 412-212-6715\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:35:\"Medical Rescue Team South Authority\";}','2021-04-29 19:01:44'),(648,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Bob\";s:9:\"last_name\";s:4:\"Trip\";s:5:\"email\";s:12:\"bob@trip.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-04-30 20:21:24'),(649,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Salim\";s:9:\"last_name\";s:7:\"Alkaabi\";s:5:\"email\";s:14:\"salim@begin.ae\";s:5:\"phone\";s:13:\"+971504224867\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Begin Technology Solution\";}','2021-05-03 11:26:10'),(650,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:9:\"Cotgreave\";s:5:\"email\";s:30:\"bcotgreave@messengerpapers.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Messenger Papers Inc\";}','2021-05-03 17:02:54'),(651,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Deborah\";s:9:\"last_name\";s:8:\"Purvines\";s:5:\"email\";s:19:\"dpurvines@gmail.com\";s:5:\"phone\";s:10:\"8063415209\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"TCR\";}','2021-05-04 15:10:31'),(652,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:9:\"Cotgreave\";s:5:\"email\";s:30:\"bcotgreave@messengerpapers.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Messenger Papers Inc.\";}','2021-05-04 19:49:59'),(653,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"sudhir\";s:9:\"last_name\";s:5:\"Holla\";s:5:\"email\";s:22:\"sudhir.holla@gmail.com\";s:5:\"phone\";s:12:\"+12146213605\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Koalla Technologies\";}','2021-05-05 03:53:58'),(654,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Bill\";s:9:\"last_name\";s:9:\"Cotgreave\";s:5:\"email\";s:30:\"bcotgreave@messengerpapers.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:21:\"Messenger Papers Inc.\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:326:\"Hello,\r\n\r\nI am currently viewing the 2 week free trial. Is there a way to create an online subscription portal, or is there only an option to subscribe via email?\r\n\r\nI own a newspaper company and would like my customers to be able to go to a web address and choose their preferred subscription and pay there.\r\n\r\nThanks,\r\nBill\";}','2021-05-05 18:00:34'),(655,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"D\";s:9:\"last_name\";s:1:\"D\";s:5:\"email\";s:15:\"gibson91@abv.bg\";s:5:\"phone\";s:4:\"+359\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-05 21:00:38'),(656,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Gurpreet\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:22:\"gssandhu1990@gmail.com\";s:5:\"phone\";s:10:\"8448234984\";s:7:\"company\";s:5:\"SIngh\";}','2021-05-06 18:05:59'),(657,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:2101:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-05-11 03:25:50'),(658,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"daniel\";s:9:\"last_name\";s:9:\"danialian\";s:5:\"email\";s:25:\"danialiandaniel@gmail.com\";s:5:\"phone\";s:12:\"+17023089151\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:2:\"NA\";}','2021-05-11 04:51:20'),(659,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Aliza\";s:9:\"last_name\";s:8:\"Zulfiqar\";s:5:\"email\";s:18:\"aliza@greekfly.com\";s:5:\"phone\";s:12:\"740-948-5538\";s:7:\"company\";s:12:\"Travel Guide\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:526:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nAliza Zulfiqar\";}','2021-05-11 15:09:54'),(660,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sandy\";s:9:\"last_name\";s:7:\"Nasonte\";s:5:\"email\";s:29:\"sandy@jerseygirlscreative.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Making Chromosomes Count\";}','2021-05-11 17:12:34'),(661,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:3:\"mag\";s:5:\"email\";s:13:\"test@test.com\";s:5:\"phone\";s:11:\"+1234567890\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"test\";}','2021-05-11 19:49:12'),(662,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Robin\";s:9:\"last_name\";s:8:\"Morrison\";s:5:\"email\";s:16:\"rpm24@live.co.uk\";s:5:\"phone\";s:11:\"07841195824\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-11 20:24:58'),(663,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Connor\";s:9:\"last_name\";s:7:\"Minogue\";s:5:\"email\";s:22:\"Minogue999@hotmail.com\";s:5:\"phone\";s:10:\"2705704320\";s:7:\"company\";s:20:\"Wheatgrass Juice Bar\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:61:\"Looking for a coffee subscription for an existing Juice Bar. \";}','2021-05-12 02:48:29'),(664,591,'a:9:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"Brad Johnson\";s:9:\"last_name\";s:12:\"Brad Johnson\";s:5:\"email\";s:23:\"brad.outreach@gmail.com\";s:5:\"phone\";s:11:\"82551438243\";s:7:\"company\";s:6:\"google\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:640:\"Hey there, \r\n \r\nHope you’re doing well. \r\n \r\nI am Brad, a freelance digital marketer working with brands for their content marketing. \r\n \r\nI am working on a campaign for an insurance/logo design/branding client who is interested in doing a guest post collaboration on your website. The article will be well-written and according to your blog theme with small brief about the client in the article. \r\n \r\nIf you are interested, please let me know your pricing for a guest post placement. For more information you can contact us at brad.outreach@gmail.com. \r\n \r\nThank You \r\nBrad Johnson \r\nDigital Marketer \r\nbrad.outreach@gmail.com\";s:6:\"submit\";s:4:\"Send\";}','2021-05-12 11:31:11'),(665,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Linda\";s:9:\"last_name\";s:6:\"Miller\";s:5:\"email\";s:26:\"lindamillerleads@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:15:\"Leads On Demand\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2223:\"Hi subscriptionflow.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000's of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn't it be?), I've got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5 Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe've become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==> Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-05-12 22:31:07'),(666,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:4:\"yser\";s:5:\"email\";s:9:\"na@na.com\";s:5:\"phone\";s:14:\"+6104444433322\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"You know it.,\";}','2021-05-18 10:25:15'),(667,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Patrick\";s:9:\"last_name\";s:6:\"Seaman\";s:5:\"email\";s:22:\"wonkycandles@yahoo.com\";s:5:\"phone\";s:11:\"07983160123\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Wonky Candles LTD\";}','2021-05-19 15:00:43'),(668,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Dvg\";s:9:\"last_name\";s:4:\"Dhyu\";s:5:\"email\";s:20:\"victorpolo@gmail.com\";s:5:\"phone\";s:12:\"+15153427657\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"dvg dhyu\";}','2021-05-20 14:46:17'),(669,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"David\";s:9:\"last_name\";s:9:\"Jeansonne\";s:5:\"email\";s:21:\"davopotamus@gmail.com\";s:5:\"phone\";s:10:\"5043382206\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Changing SEO, LLP\";}','2021-05-21 14:56:21'),(670,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Justin\";s:9:\"last_name\";s:6:\"Austin\";s:5:\"email\";s:23:\"support@cleanbundle.com\";s:5:\"phone\";s:10:\"3033040234\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Service Liberty\";}','2021-05-22 11:35:53'),(671,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dylan\";s:9:\"last_name\";s:6:\"Chasse\";s:5:\"email\";s:17:\"dylan@ctremax.com\";s:5:\"phone\";s:12:\"+18609068681\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"Re/Max Precision Realty\";}','2021-05-22 21:54:00'),(672,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Pol\";s:9:\"last_name\";s:9:\"Perpiñan\";s:5:\"email\";s:20:\"info@marketeen93.com\";s:5:\"phone\";s:9:\"611460021\";s:7:\"company\";s:33:\"Carpris Development And Export SL\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:111:\"Hello,\r\nWe sell digital marketing services with monthly suscription. We are a company based in Spain.\r\n\r\nThanks\";}','2021-05-23 09:23:05'),(673,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"joseph\";s:9:\"last_name\";s:7:\"mbuthia\";s:5:\"email\";s:26:\"mbuthiajoseph001@gmail.com\";s:5:\"phone\";s:13:\"+254729228605\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"jambonetworks\";}','2021-05-24 11:43:20'),(674,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"The\";s:9:\"last_name\";s:2:\"PM\";s:5:\"email\";s:22:\"iconcept.pm1@gmail.com\";s:5:\"phone\";s:12:\"+60123209929\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"asdasd\";}','2021-05-24 12:51:09'),(675,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sandy\";s:9:\"last_name\";s:7:\"Nasonte\";s:5:\"email\";s:22:\"makingccnews@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:24:\"Making Chromosomes Count\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:321:\"We are looking to use your platform for our charity but just a question......\r\nI am not a programmer but I do know my way around wordpress. The charity website is in wp. Are their widgets to use or something that will integrate the sale process on the website?\r\nThanks in advance.\r\nSandy Nasonte\r\nMaking Chromosomes count\";}','2021-05-24 22:43:48'),(676,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Larry\";s:9:\"last_name\";s:5:\"Drury\";s:5:\"email\";s:23:\"larrydrury045@gmail.com\";s:5:\"phone\";s:12:\"+19124028085\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Drury construction\";}','2021-05-25 09:15:35'),(677,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Marcus\";s:9:\"last_name\";s:6:\"Verhey\";s:5:\"email\";s:18:\"verhey23@zonnet.nl\";s:5:\"phone\";s:13:\"+310653101590\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"OMINIS\";}','2021-05-25 11:03:04'),(678,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"bob\";s:9:\"last_name\";s:3:\"bob\";s:5:\"email\";s:22:\"j22lacasse@hotmail.com\";s:5:\"phone\";s:10:\"8199599293\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"test\";}','2021-05-26 18:43:06'),(679,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Jonathan \";s:9:\"last_name\";s:7:\"Lacasse\";s:5:\"email\";s:22:\"j22lacasse@hotmail.com\";s:5:\"phone\";s:11:\"41893433333\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-26 18:56:45'),(680,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Paul\";s:9:\"last_name\";s:8:\"Skelcher\";s:5:\"email\";s:32:\"paul@30secondexplainervideos.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:811:\"I found your company on whatech.com\r\nAnd I was wondering if we could give you $100 credit?\r\nBasically what we do is make animated videos that are designed to promote your service online and increase your website conversion rate - and we are looking to get some testimonials!\r\nSo I wanted to offer you a $100 video credit for a custom 30 second animated explainer video for your company (including script/voiceover)\r\nSimply select the video package you’d like on the link below, and use the coupon VIDEOCREDIT12 to use your free $100 credit!\r\nYou can get started by selecting your video package here:\r\nhttps://30secondexplainervideos.com/email-invite\r\nHappy to answer any questions, just reply this email :-)\r\nCheers,\r\nPaul\r\nhttps://30secondexplainervideos.com/email-invite\r\n\";}','2021-05-26 22:35:22'),(681,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Stephanie\";s:9:\"last_name\";s:8:\"Esposito\";s:5:\"email\";s:36:\"stephanie.esposito@wildforkfoods.com\";s:5:\"phone\";s:12:\"786-915-8086\";s:7:\"company\";s:15:\"Wild Fork Foods\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:521:\"Hello - We are looking for a subscription management tool to help with recurring payments. We use shopify so need a tool that integrates easily with Shopify. We are then looking for a tool that helps with monthly, annual, automatic billing, pausing/canceling subscription, upgrading tiers, reminders of expiration, a self service tool for customers and an admin tool for the business. For the admin tool, we would also like some reporting and analytics. Please let us know if you provide these services. Thank you!\";}','2021-05-26 22:57:55'),(682,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Eva\";s:9:\"last_name\";s:6:\"Benoit\";s:5:\"email\";s:24:\"eva.benoit@evabenoit.com\";s:5:\"phone\";s:10:\"9197125782\";s:7:\"company\";s:10:\"Eva Benoit\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:857:\"Hi there,\r\n\r\nNow more than ever, moms everywhere are jumping into entrepreneurship head first, proving it is possible to juggle the responsibilities of home and work with grace. \r\n\r\nI should know… I’m one of them!\r\n\r\nAbout 6 years ago, I left my job as an office manager to pursue being a life, career, and overall wellness coach. Since then, I have felt more fulfilled, more successful, and more connected with my family than ever. \r\n\r\nCan I write a no-cost, original article just for your readers about how stay-at-home moms can start their own successful businesses? I can include advice on the best business models for a “mompreneur” and how to get started, as well as tips on working from home with kids and achieving that elusive work/life balance. Also, I can promote your website in the piece.\r\n\r\nThank you!\r\nEva Benoit\r\n\r\nEvabenoit.com\";}','2021-05-27 15:46:14'),(683,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Tafara\";s:9:\"last_name\";s:5:\"Ndoro\";s:5:\"email\";s:19:\"teesandie@gmail.com\";s:5:\"phone\";s:12:\"+27603121115\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Wirect Voip\";}','2021-05-27 18:09:27'),(684,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Craig\";s:9:\"last_name\";s:6:\"Sintes\";s:5:\"email\";s:21:\"craig@autostock.co.nz\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:385:\"\r\nHi there, \r\n\r\nCan you please elaborate on "Per User" In your pricing model?\r\n\r\nWe have build a WIX website for someone, and we need them to access this - and also us an admin.\r\n\r\nAlso, there will be hundreds of members to the website viewing the content.\r\n\r\nAre you charging per MEMBER? or would you bill for me the admin.. and her combined?\r\n\r\nBit lost with that.\r\n\r\nCraig\";}','2021-05-27 21:16:01'),(685,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Craig\";s:9:\"last_name\";s:7:\"Andrews\";s:5:\"email\";s:21:\"craig@autostock.co.nz\";s:5:\"phone\";s:10:\"0272455149\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-27 21:17:06'),(686,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kevin\";s:9:\"last_name\";s:5:\"Catek\";s:5:\"email\";s:13:\"ktel@tlee.com\";s:5:\"phone\";s:12:\"+14504558874\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-27 22:16:55'),(687,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cassie\";s:9:\"last_name\";s:6:\"Jewell\";s:5:\"email\";s:21:\"cassie.jewell@cae.com\";s:5:\"phone\";s:10:\"9415045226\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-27 23:02:03'),(688,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cassie\";s:9:\"last_name\";s:6:\"Jewell\";s:5:\"email\";s:21:\"cassie.jewell@cae.com\";s:5:\"phone\";s:10:\"9415045226\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-27 23:03:53'),(689,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cassie\";s:9:\"last_name\";s:6:\"Jewell\";s:5:\"email\";s:21:\"cassie.jewell@cae.com\";s:5:\"phone\";s:10:\"9415045226\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-05-27 23:04:04'),(690,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Oshae\";s:9:\"last_name\";s:6:\"Levasa\";s:5:\"email\";s:23:\"oshaelevasa27@gmail.con\";s:5:\"phone\";s:10:\"0421712876\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"Pornhub\";}','2021-05-28 13:58:32'),(691,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Zoe\";s:9:\"last_name\";s:10:\"Moumoutjis\";s:5:\"email\";s:22:\"contact@ponysoxbox.com\";s:5:\"phone\";s:10:\"4846500273\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"Pony Sox Box\";}','2021-05-28 14:30:47'),(692,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cassie\";s:9:\"last_name\";s:6:\"Jewell\";s:5:\"email\";s:26:\"cassandramjewell@gmail.com\";s:5:\"phone\";s:10:\"9415045226\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:175:\"Hi,\r\nI am interested in integrating subscriptionflow on a clients website and I cannot figure out how to connect it to wix? Please give me a call or email. \r\n\r\nThanks,\r\nCassie\";}','2021-05-28 16:43:21'),(693,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Max\";s:9:\"last_name\";s:6:\"Ivanov\";s:5:\"email\";s:23:\"maxim.ivanov@jooble.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:6:\"Jooble\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:939:\"Hello,\r\n\r\nHope this email finds you well.\r\n\r\nI’m reaching you on behalf of Jooble - a job search engine. We operate in 71 countries worldwide and Jooble is currently visited by more than 3.2 M visitors every month!\r\n\r\nAfter reading through your website, we think that you would be an impressive and trustworthy resource for our users, and we would like to explore a partnership with SubscriptionFlow through our current media partner-program. Namely, we would like to promote your services to our users via clickable banners on Jooble. \r\n\r\nPlease note, this is not an employment- or hiring-related collaboration. We already partner with many digital media providers including blogs and companies, and we would love to see you among our partners!\r\n\r\nSo, how does a complimentary non-commercial partnership with Jooble sound? Let me know if you are interested and I will send you some more details.\r\n\r\nHave a great rest of your day, \r\nMax\";}','2021-05-31 17:27:45'),(694,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Kieran\";s:9:\"last_name\";s:4:\"Hunt\";s:5:\"email\";s:17:\"kbsmayo@gmail.com\";s:5:\"phone\";s:13:\"+353866078124\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"KBS Mayo\";}','2021-06-03 13:42:08'),(695,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Pavlina\";s:9:\"last_name\";s:8:\"Borisova\";s:5:\"email\";s:19:\"pborisova@gmail.com\";s:5:\"phone\";s:10:\"0885848880\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Izpitai me Ltd\";}','2021-06-03 17:29:07'),(696,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Scott\";s:9:\"last_name\";s:8:\"Matthews\";s:5:\"email\";s:31:\"smatthews@learningevolution.com\";s:5:\"phone\";s:15:\"+1 619 342 7877\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Learning Evolution\";}','2021-06-03 23:26:33'),(697,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ashton\";s:9:\"last_name\";s:4:\"Pond\";s:5:\"email\";s:19:\"ashton.pond@msn.com\";s:5:\"phone\";s:13:\"0841 13 24 48\";s:7:\"company\";s:11:\"Ashton Pond\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:1177:\"Good Afternoon\r\n\r\nWe would like to welcome you and subscriptionflow.com to team up with the JustCBD Affiliate program. In simple terms, you refer us sales, we pay you money. Easy!\r\n\r\nThe CBD industry is pretty hot at this moment and you can make money (and help people uncover the health benefits of CBD goods) from every sale that you refer to us. CBD products have a very wide appeal which means that every single one of your web site visitors is a prospective client! It is absolutely free and only takes 5 minutes to get it all set up. All you have to do is follow the steps listed below. It is as simple as sharing a link on your website or making a social media post.\r\n\r\nNonetheless, do not take my word for it. Give it a try and you will see for yourself.\r\n\r\nHow does it work?\r\n\r\nJOIN - Create a Justcbd affiliate account at https://justcbdstore.com/affiliate-info/\r\n\r\nLOG IN - Receive a customized, unique referral link & affiliate badge.\r\n\r\nADVERTISE - Place the link on your website or social network!\r\n\r\nEARN - Get paid 10-20% of each sale made through your link.\r\n\r\nThanks for your time and we look forward to having you onboard.\r\n\r\nKind regards\";}','2021-06-05 12:28:20'),(698,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tauqeer\";s:9:\"last_name\";s:4:\"Test\";s:5:\"email\";s:7:\"a@b.com\";s:5:\"phone\";s:13:\"+920099887766\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-06-07 12:59:54'),(699,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Steve\";s:9:\"last_name\";s:6:\"LaBrie\";s:5:\"email\";s:22:\"steve.labrie@gmail.com\";s:5:\"phone\";s:10:\"3238103599\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"WELLBIZ\";}','2021-06-07 18:50:33'),(700,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:2394:\"Cool website!\r\n\r\nMy name’s Eric, and I just found your site - subscriptionflow.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across subscriptionflow.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-06-13 00:05:25'),(701,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Arcie\";s:9:\"last_name\";s:4:\"Cruz\";s:5:\"email\";s:35:\"yourdomainpartner.arcie28@yahoo.com\";s:5:\"phone\";s:12:\"000-000-0000\";s:7:\"company\";s:19:\"Top Domain Sellers\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:913:\"BillingSoftwareFree.com\r\n \r\nHello, my name is Arcie from TDS. We have a domain that is currently on sale that you might be interested in - BillingSoftwareFree.com\r\n\r\nAnytime someone types Billing Software, Free Billing Software, Billing Software Online, The Best Billing Software, or any other phrase with these keywords into their browser, your site could be the first they see!\r\n\r\nThe internet is the most efficient way to acquire new customers\r\n\r\nAvg Google Search Results for this domain is: 258,000,000\r\nYou can easily redirect all the traffic this domain gets to your current site!\r\n\r\nEstiBot.com appraises this domain at $2,100.\r\n\r\nPriced at only $998 for a limited time! If interested please go to BillingSoftwareFree.com and select Buy Now, or purchase directly at GoDaddy. \r\nAct Fast! First person to select Buy Now gets it! \r\n\r\nThank you very much for your time.\r\nTop Domain Sellers (TDS)\r\nArcie Cruz\";}','2021-06-13 09:10:12'),(702,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2101:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-06-13 16:13:57'),(703,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"nnn\";s:9:\"last_name\";s:3:\"nnn\";s:5:\"email\";s:16:\"qhchqh@gmail.com\";s:5:\"phone\";s:13:\"+380733333333\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"dddd\";}','2021-06-14 00:57:45'),(704,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:15:\"Bradley Testing\";s:9:\"last_name\";s:14:\"Rivers Testing\";s:5:\"email\";s:23:\"neculaby@mailinator.com\";s:5:\"phone\";s:17:\"+1 (372) 868-3118\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Cervantes and Robertson Inc\";}','2021-06-14 06:46:32'),(705,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:11:\"Jean-Pierre\";s:9:\"last_name\";s:9:\"Schnehage\";s:5:\"email\";s:22:\"jpsschnehage@gmail.com\";s:5:\"phone\";s:10:\"0714713238\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"M-EN-J Services\";}','2021-06-15 10:32:23'),(706,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Anna\";s:9:\"last_name\";s:5:\"Lynch\";s:5:\"email\";s:28:\"nicole.lynch@softprocorp.com\";s:5:\"phone\";s:10:\"8649060455\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"SoftPro\";}','2021-06-15 17:58:55'),(707,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Helene\";s:9:\"last_name\";s:6:\"Durand\";s:5:\"email\";s:29:\"helene@wholesaler-website.com\";s:5:\"phone\";s:10:\"0178900606\";s:7:\"company\";s:18:\"Wholesaler Website\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1094:\"Bonjour,\r\n\r\nAprès étude de votre site, nous constatons que vous avez des mots clés très intéressants qui stagnent entre la 3ème page et fin de la 1ère.\r\n\r\nPour atteindre le top 3 de Google vous devez appliquer des méthodes de netlinking qui apportent plus de popularité à votre site (netlinking 100% articles de blog) et quelques modifications ONSITE.\r\n\r\nNous sommes sous-traitants pour les agences web européennes et canadiennes, par conséquent nous appliquons différentes méthodes de SEO pour plus de 1500 sites internet et ils sont en 1ère page et top 3 Google sur des mots ultra concurrentiels.\r\n\r\nCONNAISSANT TRÈS BIEN VOTRE SECTEUR, NOUS POUVONS VOUS PROPOSER UN PAIEMENT FIN DE MOIS SANS LE MOINDRE ACOMPTE et sans engagement de durée.\r\n\r\nSi vous souhaitez améliorer significativement votre référencement naturel contactez-nous sans tarder (devis gratuit).\r\n\r\nBien cordialement\r\nHelene Durand \r\nhelene@wholesaler-website.com\r\nwww.wholesaler-website.com\r\nSEO/Wordpress/Prestashop/Emailing/Rédaction\r\nID Skype: w2contact\r\nTéléphone:01 78 90 06 06\";}','2021-06-16 08:41:48'),(708,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Aliza\";s:9:\"last_name\";s:8:\"Zulfiqar\";s:5:\"email\";s:18:\"aliza@greekfly.com\";s:5:\"phone\";s:12:\"0364 4374463\";s:7:\"company\";s:11:\"Animal Food\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:526:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nAliza Zulfiqar\";}','2021-06-17 08:39:16'),(709,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brian\";s:9:\"last_name\";s:5:\"Moran\";s:5:\"email\";s:13:\"brian@noco.ie\";s:5:\"phone\";s:4:\"+353\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-06-17 19:10:24'),(710,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"vaf\";s:9:\"last_name\";s:3:\"eli\";s:5:\"email\";s:22:\"socik73811@gocasin.com\";s:5:\"phone\";s:13:\"+918527834283\";s:7:\"company\";s:11:\"SIGNAL KING\";}','2021-06-17 19:36:32'),(711,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"stefan\";s:9:\"last_name\";s:6:\"steuer\";s:5:\"email\";s:21:\"mail@stefan-steuer.de\";s:5:\"phone\";s:11:\"+1340000001\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"fokus msp demo\";}','2021-06-18 17:59:05'),(712,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"ekta\";s:9:\"last_name\";s:7:\"golchha\";s:5:\"email\";s:19:\"ektag8911@gmail.com\";s:5:\"phone\";s:10:\"9852020212\";s:7:\"company\";s:5:\"dleta\";}','2021-06-20 12:07:59'),(713,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"ekta\";s:9:\"last_name\";s:6:\"golchh\";s:5:\"email\";s:19:\"ektag8911@gmail.com\";s:5:\"phone\";s:10:\"9852020212\";s:7:\"company\";s:5:\"delya\";}','2021-06-20 12:08:50'),(714,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:1743:\"Hi, my name is Eric and I’m betting you’d like your website subscriptionflow.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at subscriptionflow.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-06-20 17:28:47'),(715,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brian\";s:9:\"last_name\";s:5:\"Moran\";s:5:\"email\";s:22:\"brianejmoran@gmail.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"NoCo\";}','2021-06-21 09:00:25'),(716,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Megan\";s:9:\"last_name\";s:6:\"ARCHER\";s:5:\"email\";s:24:\"archermegan365@gmail.com\";s:5:\"phone\";s:13:\"+1812 5120758\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Self employed\";}','2021-06-21 11:27:21'),(717,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Howard\";s:9:\"last_name\";s:6:\"Haynes\";s:5:\"email\";s:19:\"howard@quantiv.tech\";s:5:\"phone\";s:12:\"+16465718069\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Quantiv Networks\";}','2021-06-22 00:01:12'),(718,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Julie\";s:9:\"last_name\";s:6:\"Morris\";s:5:\"email\";s:22:\"juliem@juliemorris.org\";s:5:\"phone\";s:10:\"3024507099\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:352:\"Hello!\r\n\r\nMay I submit an article for your website on best practices for entrepreneurs and small business owners? If you're interested, I'll make sure that the piece features a mention of your website/services.\r\n\r\nLooking forward to your response!\r\n\r\nMany thanks, and stay well,\r\nJulie A. Morris\r\njuliem@juliemorris.org \r\nJulieMorris.org\";}','2021-06-22 04:36:47'),(719,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"razaerabii\";s:9:\"last_name\";s:5:\"rabbi\";s:5:\"email\";s:20:\"razaerabbi@yahoo.com\";s:5:\"phone\";s:12:\"923204143107\";s:7:\"company\";s:4:\"FFY \";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:157:\"NEED SOFTWARE FOR company use to manage our inventory and finance easy to use for our employees kindly update if u can help us out.\r\n\r\nregards \r\nmany thanks \";}','2021-06-23 08:48:53'),(720,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Valerie\";s:9:\"last_name\";s:9:\"Kilbridge\";s:5:\"email\";s:24:\"vkilbridge@explorers.org\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"The Explorers Club\";}','2021-06-23 14:43:56'),(721,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kumar\";s:9:\"last_name\";s:5:\"Anand\";s:5:\"email\";s:19:\"anand_2@hotmail.com\";s:5:\"phone\";s:10:\"9212103271\";s:7:\"company\";s:13:\"xmobility.com\";}','2021-06-24 11:38:19'),(722,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kumar\";s:9:\"last_name\";s:5:\"Anand\";s:5:\"email\";s:19:\"anand_2@hotmail.com\";s:5:\"phone\";s:10:\"9212103271\";s:7:\"company\";s:13:\"xmobility.com\";}','2021-06-24 11:38:35'),(723,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Anand\";s:9:\"last_name\";s:5:\"Kumar\";s:5:\"email\";s:19:\"anand_2@hotmail.com\";s:5:\"phone\";s:10:\"9212103270\";s:7:\"company\";s:13:\"xmobility.com\";}','2021-06-24 11:39:39'),(724,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Anand\";s:9:\"last_name\";s:5:\"Kumar\";s:5:\"email\";s:19:\"anand_2@hotmail.com\";s:5:\"phone\";s:10:\"9212103270\";s:7:\"company\";s:13:\"xmobility.com\";}','2021-06-24 11:39:56'),(725,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jevon\";s:9:\"last_name\";s:4:\"Keys\";s:5:\"email\";s:24:\"CONTACTAUTOCAP@GMAIL.COM\";s:5:\"phone\";s:10:\"3469321615\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Auto Capital Express\";}','2021-06-25 20:23:22'),(726,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2086:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-06-26 07:34:33'),(727,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Nayab\";s:9:\"last_name\";s:4:\"Aman\";s:5:\"email\";s:24:\"nayabofficial6@gmail.com\";s:5:\"phone\";s:13:\"+923474105746\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"ABC\";}','2021-06-27 19:39:20'),(728,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Sandy\";s:9:\"last_name\";s:7:\"Nasonte\";s:5:\"email\";s:22:\"makingccnews@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:24:\"Making Chromosomes Count\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:224:\"How does subscription flow deal with shipping costs? We will be shipping magazines worldwide from the UK with Royal Mail. Is this something we would need to calculate or does this happen automatically? \r\n\r\nThanks in advance.\";}','2021-06-28 15:12:34'),(729,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Connie\";s:9:\"last_name\";s:5:\"Young\";s:5:\"email\";s:25:\"connie@smartertactics.com\";s:5:\"phone\";s:10:\"8884174867\";s:7:\"company\";s:15:\"Smarter Tactics\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:699:\"Hey,\r\n \r\nYour website's design is absolutely brilliant. The visuals really enhance your message and the content compels action. I've forwarded it to a few of my contacts who I feel could benefit from your services.\r\n\r\nWhen I looked at your website I noticed an issue re: your Conversion Rate that if corrected could really make a difference to your bottom line. \r\n\r\nWould you like me to write it up so that you can share it with your team? If this is a priority, I can also get on a call.\r\n\r\n \r\nRegards,\r\n\r\nConnie Young\r\nconnie@smartertactics.com\r\nDigital Marketing Manager\r\n(888) 417-4867\r\nSmarter Tactics\r\nDigital Marketing | Ad Words Management | Content & Social | Influencer Marketing\";}','2021-06-28 19:01:38'),(730,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Clément\";s:9:\"last_name\";s:5:\"POYAU\";s:5:\"email\";s:22:\"poyauclement@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:281:\"Good morning/afternoon, \r\n\r\nI am working for a company and I have to do researches about your company's sector. I just wanted to know the nationality of your company and the annual turnover. \r\n\r\nMany thanks for your time and attention,\r\n\r\nKind regards, \r\nClément POYAU\r\n\";}','2021-06-29 15:42:34'),(731,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2152:\"Hi, Eric here with a quick thought about your website subscriptionflow.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-06-30 10:00:10'),(732,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Liliana\";s:9:\"last_name\";s:8:\"Ferreiro\";s:5:\"email\";s:23:\"liliana@nubimetrics.com\";s:5:\"phone\";s:14:\"+598 5640 0860\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Nubimetrics\";}','2021-06-30 23:29:32'),(733,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"gurunathan\";s:9:\"last_name\";s:9:\"shanmugam\";s:5:\"email\";s:25:\"feeleazynotlazy@gmail.com\";s:5:\"phone\";s:10:\"9500099033\";s:7:\"company\";s:2:\"Ba\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:178:\"Hello Team, \r\n\r\nAre you looking for offshore setup of your company in India\r\nI have 15 years work 3x with Bank of America in sales cloud with cpq ..please reach me if interested \";}','2021-07-02 23:34:39'),(734,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Gerrit\";s:9:\"last_name\";s:8:\"Du Plooy\";s:5:\"email\";s:24:\"gerritduplooy1@gmail.com\";s:5:\"phone\";s:12:\"+27727243703\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Private person\";}','2021-07-05 18:31:02'),(735,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Steve\";s:9:\"last_name\";s:5:\"Madar\";s:5:\"email\";s:23:\"steve@alldataunited.com\";s:5:\"phone\";s:12:\"+13473867377\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"Truval\";}','2021-07-06 23:03:03'),(736,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:2:\"Ho\";s:5:\"email\";s:13:\"ho.ben@me.com\";s:5:\"phone\";s:14:\"+61488 888 888\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"New Modo Pty Ltd\";}','2021-07-07 03:33:22'),(737,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"moshe\";s:9:\"last_name\";s:6:\"moshon\";s:5:\"email\";s:15:\"moshe@gmail.com\";s:5:\"phone\";s:13:\"+972508544563\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Moshe LTD\";}','2021-07-07 13:16:06'),(738,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"steve\";s:9:\"last_name\";s:5:\"madar\";s:5:\"email\";s:23:\"steve@alldataunited.com\";s:5:\"phone\";s:10:\"3473867377\";s:7:\"company\";s:7:\"alldata\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1278:\"What I want to do:\r\nI want to sell a virtual product and I want the buyer to have to subscribe to the product and pay every single month. I have some questions about the features that I need\r\n\r\n- When they place the order, I want customers to agree to our “terms and conditions”, is that possible?\r\n- I want to REQUIRE and include a “setup fee” with a new subscription order and have that “fee” shown at checkout with details, is this possible?\r\n- If the customer logs in to their account and requests to “cancel” what happens? DO I have the option to approve or process “pending” while we handle the cancellation? For example, if someone wants to cancel, They can make the request but we don't cancel them until the device is received so in theory they should get charged until we receive the return.\r\n- Can I mark orders as shipped?\r\n- Can I add custom fields to the admin panel?\r\n- Can I use zapier to auto update subscriber details?\r\n- Does it work with SQUARE for payment processing or am I using you for payment processing and at what fee??\r\n- Can we run a continued “authorization” charge on their CC for the device in case they cancel and do not return the device?\r\n- Can I import sales that I make via eBay into this system, if so, how?\r\n\r\n\";}','2021-07-07 18:56:45'),(739,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"shafiq \";s:9:\"last_name\";s:4:\"butt\";s:5:\"email\";s:24:\"shafiqbuttg224@gmail.com\";s:5:\"phone\";s:13:\"+923157457364\";s:7:\"company\";s:16:\"online marketing\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:2004:\" SITES DA PA\r\nhttps://techpanga.com/ 53 36\r\nhttps://www.tekgeekers.com/ 56 41\r\nhttps://www.beautyhitch.com/ 44 36\r\nhttps://www.kkrtechnologies.com/ 56 39\r\nhttps://www.techtodayinfo.com/ 5O 41\r\nhttps://www.todaytechmedia.com/ 55 41\r\nhttps://www.digitaltechupdates.com/ 48 51\r\nhttps://www.honeywebsolutions.com/blog/ 64 36\r\nhttps://conceptbb.com/ 46 45\r\n https://www.broowaha.com/ 48 57\r\nhttps://plasticrypt.com/ 68 41\r\nhttp://wpepro.net/ 71 45\r\nhttps://pastnews.org/ 71 4O\r\nhttps://techonthego.co.uk/ 7O 44\r\nhttps://websta.me/ 74 62\r\nhttps://www.realmediahub.com/ 64 35\r\nhttp://www.techuniverses.com/ 62 35\r\nhttps://dailytechhunt.com/ 58 37\r\nhttp://fnnewsonline.com/ 59 40\r\nhttps://www.trueactivist.com/ 71 47\r\nhttps://awesomejelly.com/ 47\r\nhttps://fullpcsoftware.com/ 25 \r\nhttps://www.queknow.com/ 55 38\r\nhttps://dripivplus.com/ 67 46\r\nhttps://pshav.com/ 57 45\r\nhttps://blogsandnews.com/ 53 4O\r\nhttps://www.trendytarzen.com/ 52 34\r\nhttps://thebloggerspage.com/ 66 36\r\nhttps://sharingknowledge.world.edu/ 73 46\r\nhttps://entrepreneursbreak.com/ 55 44\r\nhttps://technewsgather.com/ 53 37\r\nhttps://www.writersevoke.com/ 31 38\r\nhttp://www.technoohub.com/ 56 35\r\nhttps://www.technosdaily.com/ 45 34\r\nhttps://www.bestdigitalmate.com/ 56 38\r\nhttps://hammburg.com 39 41\r\nhttps://blogsandnews.com/ 53 41\r\nhttps://techsite.io/ 5O 48\r\nhttps://brando.ae/ 51 38\r\n\";}','2021-07-08 04:46:59'),(740,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"steve\";s:9:\"last_name\";s:5:\"madar\";s:5:\"email\";s:23:\"steve@alldataunited.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"3473867377\";}','2021-07-08 20:41:05'),(741,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Agnis\";s:9:\"last_name\";s:9:\"Stelingis\";s:5:\"email\";s:16:\"agnis@ef-eve.com\";s:5:\"phone\";s:12:\"+37062666958\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:5:\"EFEVE\";}','2021-07-09 11:00:26'),(742,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Carol\";s:9:\"last_name\";s:11:\"Prendergast\";s:5:\"email\";s:23:\"carol@cuprendergast.com\";s:5:\"phone\";s:10:\"8584426186\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-09 23:41:43'),(743,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:13:\"Sathiamoorthy\";s:9:\"last_name\";s:8:\"Gurusamy\";s:5:\"email\";s:25:\"kondammalsathia@gmail.com\";s:5:\"phone\";s:13:\"+919176892220\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Arthienterprise Ltd\";}','2021-07-11 15:06:57'),(744,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:4:\"Mark\";s:5:\"email\";s:30:\"christy@guestpostzoomwings.com\";s:5:\"phone\";s:10:\"9811517337\";s:7:\"company\";s:9:\"Zoomwings\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1159:\"Hi,\r\n\r\nMy name is Christy & I found your http://www.articlesfactory.com/articles/business/challenges-for-growing-saas-subscription-businesses-how-to-beat-them.html this post.\r\n\r\nI noticed You're paying attention to Guest Posting Service, To build strong Backlinks for your https://www.subscriptionflow.com/ website\r\n\r\nI'm a professional Blogger & Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 60+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks & Regards\r\n\r\nChristy \r\nEmail: christy@guestpostzoomwings.com\r\n infozoomwings@gmail.com\r\nWebsite: www.zoomwings.com\r\nSkype: Zoom Wings\r\n\r\n\r\nP.S. We're sorry if you get emails multiple times. To unsubscribe: Reply with "No"\";}','2021-07-12 09:33:31'),(745,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Walt\";s:9:\"last_name\";s:7:\"Sanchez\";s:5:\"email\";s:33:\"publisher@rocklandcountytimes.com\";s:5:\"phone\";s:10:\"8456271414\";s:7:\"company\";s:14:\"Rockland Times\";}','2021-07-12 11:02:21'),(746,2737,'a:6:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Walt\";s:9:\"last_name\";s:7:\"Sanchez\";s:5:\"email\";s:33:\"publisher@rocklandcountytimes.com\";s:5:\"phone\";s:10:\"8456271414\";s:7:\"company\";s:14:\"Rockland Times\";}','2021-07-12 11:02:44'),(747,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"steve\";s:9:\"last_name\";s:5:\"madar\";s:5:\"email\";s:23:\"steve@alldataunited.com\";s:5:\"phone\";s:12:\"+13473867377\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"alldata\";}','2021-07-13 13:07:15'),(748,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"moon\";s:9:\"last_name\";s:6:\"bianca\";s:5:\"email\";s:25:\"advertising.trt@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-13 17:46:18'),(749,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"siddiq\";s:9:\"last_name\";s:5:\"Ullah\";s:5:\"email\";s:17:\"siddiq@mpactx.com\";s:5:\"phone\";s:13:\"+923339199007\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:5:\"Mpact\";}','2021-07-14 12:11:45'),(750,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Sean\";s:9:\"last_name\";s:5:\"Smith\";s:5:\"email\";s:21:\"splitsynctt@gmail.com\";s:5:\"phone\";s:12:\"+18687447830\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"Split-Sync\";}','2021-07-14 18:37:16'),(751,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"William\";s:9:\"last_name\";s:6:\"Walker\";s:5:\"email\";s:23:\"holdings925@outlook.com\";s:5:\"phone\";s:15:\"+1 661 496-8696\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"925 Holdings\";}','2021-07-14 22:23:23'),(752,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Irene\";s:9:\"last_name\";s:8:\"Sandoval\";s:5:\"email\";s:21:\"sandovalkai@gmail.com\";s:5:\"phone\";s:10:\"5053042546\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-15 00:46:44'),(753,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Lise\";s:9:\"last_name\";s:6:\"Maxner\";s:5:\"email\";s:21:\"lisemaxner@icloud.com\";s:5:\"phone\";s:3:\"+45\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-15 07:11:23'),(754,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"asdfgjh\";s:9:\"last_name\";s:10:\"szxxdfcghj\";s:5:\"email\";s:16:\"asdfgh@gmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-15 17:45:39'),(755,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:7:\"Milland\";s:5:\"email\";s:26:\"Richard@thecrmhouse.com.au\";s:5:\"phone\";s:12:\"+61419318727\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"The CRM House\";}','2021-07-16 07:03:01'),(756,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Nyati\";s:9:\"last_name\";s:4:\"peed\";s:5:\"email\";s:22:\"nayati1023@godpeed.com\";s:5:\"phone\";s:13:\"+610412345678\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"ova\";}','2021-07-17 03:50:19'),(757,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Autumn\";s:9:\"last_name\";s:6:\"Quinte\";s:5:\"email\";s:19:\"aquinte@eqgroup.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-17 22:47:58'),(758,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Stephen\";s:9:\"last_name\";s:8:\"Robinson\";s:5:\"email\";s:20:\"Astephenco@yahoo.com\";s:5:\"phone\";s:10:\"9702221873\";s:7:\"company\";s:2:\"Na\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:18:\"Stop my free music\";}','2021-07-19 00:31:17'),(759,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Cecelia\";s:9:\"last_name\";s:7:\"Cecelia\";s:5:\"email\";s:28:\"cecelia@recognitionworks.org\";s:5:\"phone\";s:10:\"8887529090\";s:7:\"company\";s:17:\"RECOGNITION WORKS\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:313:\"Hi,\r\n\r\nCustomer referrals are the bread and butter of any successful business. Can I write an article for your site on what small business owners can do to ensure they get more of them?\r\n\r\nIf you’re interested in the topic, I can start writing right away.\r\n\r\nAll the best,\r\nCecelia Johnson\r\nRecognitionworks.org\";}','2021-07-19 05:03:33'),(760,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:5:\"Levin\";s:5:\"email\";s:15:\"rl@clarkecp.com\";s:5:\"phone\";s:12:\"856-296-5916\";s:7:\"company\";s:14:\"Clarke Capital\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:197:\"I'd like to learn more about your plug in for a few of our e-commerce companies. We are particularly interested in managing subscription plans where we have built stores on Shopify.\r\n\r\nThanks\";}','2021-07-19 20:23:48'),(761,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Anthony\";s:9:\"last_name\";s:10:\"Karambelas\";s:5:\"email\";s:22:\"awkarambelas@gmail.com\";s:5:\"phone\";s:10:\"3106237649\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-19 21:34:47'),(762,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Anthony\";s:9:\"last_name\";s:10:\"Karambelas\";s:5:\"email\";s:22:\"awkarambelas@gmail.com\";s:5:\"phone\";s:10:\"3106237649\";s:7:\"company\";s:14:\"Chicago Review\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:338:\"I'm reaching out on behalf of Chicago Review, a student literary magazine. We're looking for an affordable subscription management solution to help us sort our digital and print subscribers and wanted to see what your rates were? We currently use PayPal to process our payments, so do you offer integrations for that?\r\n\r\nAnthony\";}','2021-07-19 21:46:59'),(763,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Asghar\";s:9:\"last_name\";s:4:\"Agha\";s:5:\"email\";s:19:\"mafiathree@live.com\";s:5:\"phone\";s:13:\"+989012949593\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-20 08:35:42'),(764,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Carol\";s:9:\"last_name\";s:8:\"Bassetti\";s:5:\"email\";s:23:\"carol@bassettiphoto.com\";s:5:\"phone\";s:12:\"+18563054642\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Daily Journal\";}','2021-07-20 15:48:41'),(765,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Thomas\";s:9:\"last_name\";s:6:\"Larkin\";s:5:\"email\";s:17:\"tom@tomlarkin.com\";s:5:\"phone\";s:10:\"4022507653\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Thomas Larkin DDS\";}','2021-07-21 07:37:25'),(766,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Gary\";s:9:\"last_name\";s:6:\"Naseby\";s:5:\"email\";s:16:\"gnaseby@rjuk.org\";s:5:\"phone\";s:13:\"+442083495687\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Movement for Reform Judaism\";}','2021-07-22 13:14:08'),(767,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:4:\"Hill\";s:5:\"email\";s:16:\"shill@inseev.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:18:\"Inseev Interactive\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:1237:\"Hey Subscription Flow Team,\r\n\r\n\r\nI hope you’ve had a great week! My name is Sam Hill, emailing on behalf of Salesforce. \r\n\r\n\r\nWe really appreciate the mention in your article: https://www.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\r\n\r\n\r\n I liked the way subscription-based models and what you need to do in order to have a successful transition. You have a great piece here that we would love to be a part of. I have a blog post I wanted to share with you to get your feedback. It is about subscription revenue models and what it takes to be successful. This truly would provide great benefit to your readers who may be considering moving to a subscription-based business model. If you enjoy the page, it would be great if you could hyperlink the mention of Salesforce to this blog post. Here is the URL: https://www.salesforce.com/blog/move-to-subscription-revenue-model/\r\n\r\n\r\nI appreciate you taking the time to read this message. Hopefully, we can make this work. Please let me know if you have any questions, and have a great day!\r\n\r\n\r\nCheers,\";}','2021-07-22 18:12:21'),(768,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Leonard\";s:9:\"last_name\";s:4:\"Bush\";s:5:\"email\";s:21:\"satvaretail@gmail.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-07-23 09:27:12'),(769,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Steve\";s:9:\"last_name\";s:5:\"Madar\";s:5:\"email\";s:23:\"steve@alldataunited.com\";s:5:\"phone\";s:10:\"3473867377\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"AllData United\";}','2021-07-23 20:27:52'),(770,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Erin\";s:9:\"last_name\";s:3:\"Cox\";s:5:\"email\";s:31:\"Erin.cox@lifeabundantlyblog.com\";s:5:\"phone\";s:10:\"3345423392\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"The Gentle + Classical Press\";}','2021-07-26 00:54:06'),(771,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"hassan\";s:9:\"last_name\";s:1:\"g\";s:5:\"email\";s:21:\"hassang3060@gmail.com\";s:5:\"phone\";s:10:\"3336787393\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:1113:\"Hello,\r\n\r\nI hope you are well.\r\n\r\nI provide paid quality backlinks via guest posts. Are you looking to promote your business and publish your Blog-Posts on high-quality websites? \r\n\r\nI have a good number of quality sites, where I can help you to build Do-follow links that help you to get good page rank and domain authority. \r\n\r\nHere are some sites:\r\nSites:\r\n\r\nhttps://pursuitist.com/\r\nhttps://www.imcgrupo.com/\r\nhttps://signalscv.com/\r\nhttps://designbump.com/\r\nhttps://littlelioness.net/\r\nhttps://awesomejelly.com/\r\nhttps://www.chiangraitimes.com/\r\nhttps://fooyoh.com/\r\nhttps://recentlyheard.com/\r\nhttps://www.charlottestories.com/\r\nhttps://mynewsfit.com/\r\nhttps://thetimeposts.com/\r\nhttps://www.jellypages.com/\r\nhttps://itscharmingtime.com/\r\n \r\nDo let me know if you are interested and want to proceed further. I provide my best services for your work\r\nLooking forward to hearing from you\r\nCheers!\r\n \";}','2021-07-26 11:29:35'),(772,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Vanessa\";s:9:\"last_name\";s:7:\"Holwell\";s:5:\"email\";s:31:\"vanessa.holwell@hiringsquad.net\";s:5:\"phone\";s:10:\"4126471183\";s:7:\"company\";s:12:\"Hiring Squad\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:462:\"Hi,\r\n\r\nAre you currently accepting guest articles?\r\n\r\nI’d love to write something for you, if so.\r\n\r\nThe topic:\r\nHow can a small business or new startup get the attention of busy consumers and turn them into happy, loyal customers? \r\n\r\nIf this is of interest, I’ll write it for you! The piece would be 500-600 words long and complimentary.\r\n\r\nPlease reach back out if you’re interested in receiving the article.\r\n\r\nHoping to hear from you,\r\nVanessa Holwell\";}','2021-07-27 12:43:48'),(773,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"erica\";s:9:\"last_name\";s:5:\"madar\";s:5:\"email\";s:23:\"erica@alldataunited.com\";s:5:\"phone\";s:12:\"917-407-1109\";s:7:\"company\";s:14:\"Alldata United\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:124:\"My customer is having a zip code Issue. it's telling him that his postal code is incomplete. Please get back to me ASAP\";}','2021-07-27 15:29:22'),(774,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Frederick\";s:9:\"last_name\";s:1:\"I\";s:5:\"email\";s:22:\"ifrederick06@gmail.com\";s:5:\"phone\";s:13:\"+919245720061\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:6:\"church\";}','2021-07-28 10:31:26'),(775,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tatiana\";s:9:\"last_name\";s:6:\"Vozian\";s:5:\"email\";s:22:\"tanea.vozian@gmail.com\";s:5:\"phone\";s:9:\"060454131\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"FitnessPoint\";}','2021-07-29 15:12:49'),(776,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Darion\";s:9:\"last_name\";s:9:\"Stillings\";s:5:\"email\";s:26:\"darionstillings@icloud.com\";s:5:\"phone\";s:10:\"8132054251\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"Minces.com\";}','2021-08-02 02:17:28'),(777,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:9:\"Anderberg\";s:5:\"email\";s:22:\"bob.anderberg@f5fp.com\";s:5:\"phone\";s:10:\"5099982928\";s:7:\"company\";s:21:\"F5 Financial Planning\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:314:\"Hi,\r\n\r\nWe work with a small business that uses Gumroad for subscription billing and payments. Does your software have an automatic payment ability, where it charges a credit card or other payment system on a monthly basis so the customer doesn't need to manually pay an invoice each month?\r\n\r\nThanks,\r\nRobert\";}','2021-08-03 15:50:19'),(778,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Tyler\";s:9:\"last_name\";s:8:\"Schlecht\";s:5:\"email\";s:22:\"tyler@dmeforensics.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-03 16:16:12'),(779,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Andrew J\";s:9:\"last_name\";s:6:\"Jordan\";s:5:\"email\";s:26:\"andhrewjames1411@gmail.com\";s:5:\"phone\";s:10:\"3198495814\";s:7:\"company\";s:12:\"INTENSEY LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:107:\"we need a payment processor for our digital agency website. kindly give me a call r email with more info. \";}','2021-08-03 17:14:19'),(780,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:9:\"Anderberg\";s:5:\"email\";s:22:\"bob.anderberg@f5fp.com\";s:5:\"phone\";s:10:\"5099982928\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"F5 Financial Planning\";}','2021-08-03 18:28:16'),(781,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Mikhail\";s:9:\"last_name\";s:5:\"Koval\";s:5:\"email\";s:29:\"mikhail@guardhomewarranty.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:51:\"Does your customer portal work with Single Sign On?\";}','2021-08-04 04:16:48'),(782,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Mikhail\";s:9:\"last_name\";s:5:\"Koval\";s:5:\"email\";s:29:\"mikhail@guardhomewarranty.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-04 04:17:14'),(783,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"vijay\";s:9:\"last_name\";s:11:\"veeraselvan\";s:5:\"email\";s:20:\"guru15ui42@gmail.com\";s:5:\"phone\";s:13:\"+918667573036\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"tsb\";}','2021-08-04 05:22:16'),(784,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Dan\";s:9:\"last_name\";s:6:\"Barker\";s:5:\"email\";s:21:\"dan@paragonwine.co.nz\";s:5:\"phone\";s:9:\"021425372\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:5:\"HBESL\";}','2021-08-04 07:49:24'),(785,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Evelin\";s:9:\"last_name\";s:5:\"Colon\";s:5:\"email\";s:22:\"colonevelin6@gmail.com\";s:5:\"phone\";s:12:\"+14016966085\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:27:\"Why are u charging me for\r\n\";}','2021-08-04 18:06:11'),(786,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ruby\";s:9:\"last_name\";s:1:\"F\";s:5:\"email\";s:24:\"ruby@providerplus.com.au\";s:5:\"phone\";s:3:\"+92\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"PROVIDERplus\";}','2021-08-04 19:34:09'),(787,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Ruby\";s:9:\"last_name\";s:1:\"F\";s:5:\"email\";s:24:\"ruby@providerplus.com.au\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:12:\"PROVIDERplus\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:186:\"Hi,\r\n\r\nCan you please confirm if there is a way to integrate subscription flow with following;\r\n\r\n- Podio \r\n- ActiveCampaign\r\n- Canvas (Instructure)\r\n\r\nPlease reply ASAP\r\n\r\nThanks \r\nRuby\";}','2021-08-04 19:54:44'),(788,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Laura\";s:9:\"last_name\";s:8:\"Anderson\";s:5:\"email\";s:26:\"andersonlaura981@gmail.com\";s:5:\"phone\";s:12:\"631-540-0862\";s:7:\"company\";s:12:\"Fashion Tool\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:526:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nLaura Anderson\";}','2021-08-05 06:44:42'),(789,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Joey\";s:9:\"last_name\";s:6:\"Nguyen\";s:5:\"email\";s:19:\"joey@thepokelab.com\";s:5:\"phone\";s:10:\"8318691181\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"TPL\";}','2021-08-05 11:04:38'),(790,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Richard \";s:9:\"last_name\";s:6:\"Rivera\";s:5:\"email\";s:28:\"nextgrowthbusiness@gmail.com\";s:5:\"phone\";s:10:\"6086185722\";s:7:\"company\";s:15:\"Next Growth LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:112:\"We provide digital marketing services like We manage other brands ads for instgram and \r\nfacebook and snap chat.\";}','2021-08-05 16:23:52'),(791,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Justin\";s:9:\"last_name\";s:7:\"McCarty\";s:5:\"email\";s:29:\"justinrmccarty@protonmail.com\";s:5:\"phone\";s:14:\"(07) 3856 5817\";s:7:\"company\";s:16:\"Marion Littleton\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:172:\"Hello,\r\n\r\nWondering if you accepted guest posts on your site. Also would you be willing to insert links in existing posts?\r\n\r\nHow much would you charge for this?\r\n\r\nJustin\";}','2021-08-05 18:28:30'),(792,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Dinesh\";s:9:\"last_name\";s:9:\"Choithani\";s:5:\"email\";s:26:\"dinesh.choithani@gmail.com\";s:5:\"phone\";s:3:\"+91\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-06 09:49:24'),(793,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Techno\";s:9:\"last_name\";s:5:\"Array\";s:5:\"email\";s:25:\"codecoretesting@gmail.com\";s:5:\"phone\";s:14:\"+91 8558977555\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"Technoarray\";}','2021-08-06 11:58:55'),(794,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Chad\";s:9:\"last_name\";s:7:\"Wilkins\";s:5:\"email\";s:25:\"chadwilkins@proofology.us\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-07 01:05:48'),(795,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:1743:\"Hi, my name is Eric and I’m betting you’d like your website subscriptionflow.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at subscriptionflow.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-08-07 07:00:09'),(796,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"ghassan\";s:9:\"last_name\";s:2:\"hb\";s:5:\"email\";s:18:\"gassanhb@gmail.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-08 16:36:21'),(797,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Raj\";s:9:\"last_name\";s:6:\"Ranjan\";s:5:\"email\";s:28:\"ztwcldmujjljlphyzc@zqrni.com\";s:5:\"phone\";s:3:\"+91\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-09 12:03:49'),(798,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brian\";s:9:\"last_name\";s:6:\"Dawson\";s:5:\"email\";s:22:\"admin@speakeasyinc.com\";s:5:\"phone\";s:10:\"4045414800\";s:7:\"company\";s:13:\"Speakeasy Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:39:\"Have questions about cost and features.\";}','2021-08-09 15:35:30'),(799,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Robert\";s:9:\"last_name\";s:9:\"Anderberg\";s:5:\"email\";s:22:\"bob.anderberg@f5fp.com\";s:5:\"phone\";s:10:\"5099982928\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"F5 Financial Planning\";}','2021-08-09 17:30:37'),(800,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Johnny\";s:9:\"last_name\";s:13:\"van der Merwe\";s:5:\"email\";s:21:\"johnny@amtrends.co.za\";s:5:\"phone\";s:12:\"+27731402698\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"AMT (Pty) Ltd\";}','2021-08-10 09:56:44'),(801,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Noelani\";s:9:\"last_name\";s:7:\"Rosario\";s:5:\"email\";s:29:\"muhammad.shokut@techloyce.com\";s:5:\"phone\";s:17:\"+1 (652) 343-1053\";s:7:\"company\";s:17:\"Stanley Patton Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Aut numquam nisi rep\";}','2021-08-10 11:33:10'),(802,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Sara\";s:9:\"last_name\";s:6:\"Fields\";s:5:\"email\";s:25:\"focysagabu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (413) 624-4828\";s:7:\"company\";s:18:\"Hart and Hardy Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:19:\"Ipsum autem odit qu\";}','2021-08-10 11:36:37'),(803,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:1:\"H\";s:9:\"last_name\";s:8:\"Romanova\";s:5:\"email\";s:26:\"hromanova@renttheworld.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:327:\"Hi\r\n\r\nI am looking at different options for a management system and I went through the functionalities you offer\r\n\r\nWhat should make me come to you, what do you do best compare to others?\r\n\r\nAlso outside the features, what support is included in the 1st two packages - is it limited hours or on demand?\r\n\r\nThank you in advance \";}','2021-08-10 13:01:34'),(804,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Bashir\";s:9:\"last_name\";s:6:\"Maolud\";s:5:\"email\";s:27:\"bmaolud@stelleqs.consulting\";s:5:\"phone\";s:10:\"4153128249\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"stelleqs consulting\";}','2021-08-10 17:01:39'),(805,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Scarlett\";s:9:\"last_name\";s:4:\"Leon\";s:5:\"email\";s:25:\"lawixejivu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (671) 219-3075\";s:7:\"company\";s:22:\"Beard Calderon Traders\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Ipsa molestiae exer\";}','2021-08-11 06:37:10'),(806,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"MacKensie\";s:9:\"last_name\";s:9:\"Wilkerson\";s:5:\"email\";s:22:\"ludusuf@mailinator.com\";s:5:\"phone\";s:17:\"+1 (515) 397-5201\";s:7:\"company\";s:15:\"Mcneil Dunn Inc\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:20:\"Nisi consequuntur ad\";}','2021-08-11 07:00:17'),(807,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1743:\"Hi, my name is Eric and I’m betting you’d like your website subscriptionflow.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at subscriptionflow.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://talkwithwebvisitors.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-08-11 21:56:04'),(808,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Keisha\";s:9:\"last_name\";s:5:\"Green\";s:5:\"email\";s:26:\"minimizeservices@gmail.com\";s:5:\"phone\";s:12:\"+15046991951\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Minimize Services LLC\";}','2021-08-12 14:14:23'),(809,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Tiffany\";s:9:\"last_name\";s:7:\"Stewart\";s:5:\"email\";s:20:\"tiffany@swimswam.com\";s:5:\"phone\";s:14:\"+1 512-8279040\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Swim Swam Partners LLC\";}','2021-08-12 16:58:21'),(810,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Paul\";s:9:\"last_name\";s:5:\"Hayes\";s:5:\"email\";s:31:\"paul.hayes@mongoosedreams.co.uk\";s:5:\"phone\";s:11:\"07873132979\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Mongoose Dreams Limited\";}','2021-08-12 18:58:53'),(811,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Andreas\";s:9:\"last_name\";s:11:\"Michaelides\";s:5:\"email\";s:31:\"andreas.michaelides@platform.cy\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:516:\"Dear Sir / Madam,\r\n\r\nI hope this email finds you well. \r\n\r\nI wanted to inquire about your pricing models, and in particular the overage revenue.\r\nIs there a cap on what you charge on a yearly basis after a set revenue for a company?\r\nOr do you continue to charge the quoted 0.3% as the revenue grows?\r\n\r\nI appreciate that this may be the case for the Revenue Based Pricing model but do you have any other agreements when a custom Enterprise plan is agreed?\r\n\r\nThank you for your help. \r\n\r\nKind regards,\r\nAndreas\";}','2021-08-13 07:00:43'),(812,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Phil\";s:9:\"last_name\";s:6:\"Miners\";s:5:\"email\";s:32:\"phil.miners@mongoosedreams.co.uk\";s:5:\"phone\";s:3:\"+44\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-13 08:19:25'),(813,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"alberto\";s:9:\"last_name\";s:2:\"ty\";s:5:\"email\";s:22:\"albertoty839@gmail.com\";s:5:\"phone\";s:11:\"09876543309\";s:7:\"company\";s:7:\"Pak seo\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:135:\"Hi Dear,\r\nWhat is the sponsor post price of this site https://www.subscriptionflow.com/\r\nWaiting for your reply\r\nThanks.\";}','2021-08-13 10:03:51'),(814,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:2285:\"Hey, this is Eric and I ran across subscriptionflow.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-08-14 09:18:14'),(815,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Michael\";s:9:\"last_name\";s:6:\"Minaca\";s:5:\"email\";s:27:\"michaelminaca2004@gmail.com\";s:5:\"phone\";s:9:\"431444195\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"joe\";}','2021-08-15 03:31:50'),(816,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Ronald\";s:9:\"last_name\";s:6:\"Harris\";s:5:\"email\";s:15:\"ron@voworks.com\";s:5:\"phone\";s:10:\"5407297629\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"VOworks Studios\";}','2021-08-16 01:05:25'),(817,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"Chitrlekha\";s:9:\"last_name\";s:4:\"Soni\";s:5:\"email\";s:24:\"chitrlekhasoni@gmail.com\";s:5:\"phone\";s:10:\"8602553676\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"systematix\";}','2021-08-17 05:01:00'),(818,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Jordyn\";s:9:\"last_name\";s:8:\"Adamietz\";s:5:\"email\";s:20:\"jordyn@fargoderm.com\";s:5:\"phone\";s:12:\"+17015510984\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:28:\"Fargo Center for Dermatology\";}','2021-08-17 21:16:50'),(819,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Mel\";s:9:\"last_name\";s:7:\"Stewart\";s:5:\"email\";s:16:\"mel@swimswam.com\";s:5:\"phone\";s:12:\"+15126568806\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"SwimSwam\";}','2021-08-17 21:35:18'),(820,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Mel \";s:9:\"last_name\";s:7:\"Stewart\";s:5:\"email\";s:16:\"mel@swimswam.com\";s:5:\"phone\";s:10:\"5126568806\";s:7:\"company\";s:8:\"SwimSwam\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:267:\"I run an aquatic "print" magazine company from the United States. Our biggest hurdle now is managing VAT for EU customers. We looking for a cost-effective solution that works and is easy to manage. \r\nDo you do demos by appointment? \r\nThanks,\r\nMel Stewart\r\n\";}','2021-08-17 21:45:39'),(821,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:8:\"Westbury\";s:5:\"email\";s:20:\"hrdmarkwes@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:3:\"---\";}s:7:\"message\";s:0:\"\";}','2021-08-18 13:11:44'),(822,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Gautam\";s:9:\"last_name\";s:7:\"Shelley\";s:5:\"email\";s:29:\"gautamrajeshshelley@gmail.com\";s:5:\"phone\";s:11:\"09927719767\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"gautam rajesh shelley\";}','2021-08-20 22:29:02'),(823,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ellie\";s:9:\"last_name\";s:11:\"Northfield \";s:5:\"email\";s:23:\"ellienorth09@icloud.com\";s:5:\"phone\";s:11:\"07903966057\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-22 09:19:20'),(824,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Gayatri\";s:9:\"last_name\";s:11:\"Lingamaneni\";s:5:\"email\";s:23:\"vglingamaneni@gmail.com\";s:5:\"phone\";s:10:\"9094466533\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"Desitax\";}','2021-08-24 08:17:51'),(825,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Vlad\";s:9:\"last_name\";s:12:\"Tsveklinskiy\";s:5:\"email\";s:19:\"vlad.ts@b2field.com\";s:5:\"phone\";s:19:\"+711111111111111111\";s:7:\"company\";s:7:\"B2Field\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:3245:\"Hi,\r\n\r\nWe are looking for a Billing, Subscription and Booking management system.\r\nB2Field is a company with B2B SaaS solution for mobile workforce. Subscription based application and desktop, providing licenses, currently work globally with physical offices in USA, Mexico, Russia, Brazil. We are a part of www.SquareGPS.com company.\r\n\r\nIf you could please confirm the features below:\r\n\r\n1) Currently we use Stripe and 2Checkout as payment gateway, do you have them integrated? Or other payment gateways?\r\n2) As a CRM we use HubSpot and Zoho CRM, do you have them integrated?\r\n3) Our billing scenarios:\r\nMonthly, Annually, 6 Months, or one-time payment. We use coupons and Discounts, as well as credit notes.\r\nFor some of the clients we would like to implement a Tier based pricing with automatic calculation.\r\n1-50 units = 2 USD per unit per month\r\n51-100 units = 1.9 USD per unit per month\r\n101-500 units - 1.7 USD per unit per month\r\nExample: A client has 450 Units this month, he should pay (50*2+50*1.9+350*1.7=790 USD), next moth he used only 70 Units, he should pay (50*2+20*1.9=138 usd)\r\n\r\nLogic as follows:\r\nUsing API we can transmit to your system number of Units each month, so monthly payments can be dynamic, is that possible?\r\n4) We take payments via Credit, Debit cards Visa/Master sometimes cash where we have offices (Has to be an option of manually activating subscription)\r\nDo you provide this feature?\r\n5) We accept different currencies in different countries - USD, EUR, RUR, Arabic and Asian countries mainly. Billing has to be in local currency in each of the countries.\r\nDo you have this feature?\r\n6) We accumulate all the revenue in USD. What exchange rates do you have or what transaction options do you currently have for Mexico, Brazil, Russia, Germany?\r\n7) What are we looking for:\r\nManaging subscriptions. Managing booking and accounts, in some countries we have to provide booking reports for legal authorities each month. Do you provide this service?\r\n8) In some countries legal authorites ask to provide invoices only in Local language, Russia is one of them. Is Invoicing in your system editable? Can we use different languages?\r\n9) Managing subscription:\r\nEach client can have multiple subscriptions with different tariff plans.\r\nEach of the subscriptions can be edited anytime, by adding or deducting licenses with the following logic:\r\nExample: Client has an annual subscription for 10 Licenses for 10 USD each for a year = 100 USD he has paid. Starting from 01.01.2021, later client bought extra 10 Licenses starting 05.12.2021, so he has to pay ( (100USD/12 months= 8.33 USD ; 8.33/31 December days * 31-5(active days) = 6.9 USD a clients to pay )\r\nIt has to be calculated automatically if a manager starts to edit his subscription.\r\nIf client decreases the amount of licenses money could stay as credit note.\r\nIs this feature available?\r\n\r\nData that we would like to exchange with your Billing, Subscription, Booking system:\r\n1) Number of paid licenses should be forwarded to our Database\r\n2) Custom field should be created in your system so we could track number of Devices connected (will be sent from our Database). This information will be later used for dynamic subscriptions.\r\n\r\nVlad.\";}','2021-08-24 11:53:58'),(826,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Bennett\";s:9:\"last_name\";s:9:\"Holtzmann\";s:5:\"email\";s:19:\"no-reply@google.com\";s:5:\"phone\";s:14:\"(07) 4571 0158\";s:7:\"company\";s:17:\"Bennett Holtzmann\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:451:\"Dear subscriptionflow.com team,\r\n\r\nI am Ben Lau, the outreach specialist of LocalSEO. \r\nWe are SEO Agency in Taiwan and looking for partnership opportunities for sponsored post/link insertion on subscriptionflow.com.\r\n\r\nPlease quote me on the below Google form if it is available.\r\nhttps://forms.gle/fHWkX9p3DhPVhakH8\r\n\r\nYou can also contact me via below email.\r\nEmail: benlauoutreach@gmail.com\r\n\r\nThanks!\r\n\r\nBest regards,\r\nBen Lau\";}','2021-08-24 20:29:23'),(827,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"rosfe\";s:9:\"last_name\";s:10:\"mabilangan\";s:5:\"email\";s:31:\"yourdomainguru.rosfe1@gmail.com\";s:5:\"phone\";s:10:\"0965834487\";s:7:\"company\";s:3:\"TDS\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:870:\"Hello, my name is Zia Satria from TDS. We have a domain that is currently on sale that you might be interested in - EasyInvoiceSoftware.com\r\n \r\nAnytime someone types Invoice Software, Easy Invoice Software, The Best Invoice Software, or any other phrase with these keywords into their browser, your site could be the first they see!\r\n\r\nThe internet is the most efficient way to acquire new customers\r\n\r\nAvg Google Search Results for this domain is: 82,200,000\r\nYou can easily redirect all the traffic this domain gets to your current site!\r\n\r\nEstibot.com appraises this domain at $1,000. \r\n\r\nPriced at only $998 for a limited time! If interested please go to EasyInvoiceSoftware.com and select Buy Now, or purchase directly at GoDaddy. \r\nAct Fast! First person to select Buy Now gets it! \r\n\r\nThank you very much for your time.\r\nTop Domain Sellers (TDS)\r\nZia Satria Tan\";}','2021-08-25 03:05:53'),(828,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jamie\";s:9:\"last_name\";s:3:\"Roy\";s:5:\"email\";s:20:\"jamieroy67@gmail.com\";s:5:\"phone\";s:8:\"431 6225\";s:7:\"company\";s:16:\"Finance Division\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:521:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nJamie Roy\";}','2021-08-25 14:23:53'),(829,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Makobo101\";s:9:\"last_name\";s:6:\"Mkhize\";s:5:\"email\";s:22:\"nancymkhize2@gmail.com\";s:5:\"phone\";s:12:\"+27815967663\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-08-27 11:46:45'),(830,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Kristi\";s:9:\"last_name\";s:8:\"AuBuchon\";s:5:\"email\";s:22:\"MESSENGER@DIOBELLE.ORG\";s:5:\"phone\";s:10:\"6182338670\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:44:\"Diocese of Belleville -- Messenger Newspaper\";}','2021-08-30 19:17:24'),(831,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:4:\"Mark\";s:5:\"email\";s:23:\"christy@zoomwings.co.uk\";s:5:\"phone\";s:11:\"09811517339\";s:7:\"company\";s:9:\"zoomwings\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1132:\"\r\nHi,\r\n\r\nMy name is Christy & I found your https://soft2share.com/importance-of-payment-gateways-in-processing-online-recurring-billing-payments/ this post.\r\n \r\nI Noticed You're paying attention to Guest Posting Service, To build strong Backlinks for your https://www.subscriptionflow.com/ website\r\n\r\nI'm a professional Blogger & Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 60+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks & Regards\r\n\r\nChristy\r\nEmail: christy@zoomwings.co.uk\r\n infozoomwings@gmail.com\r\nWebsite: www.zoomwings.com\r\nSkype: Zoom Wings\r\n\r\n\r\nP.S. We're sorry if you get emails multiple times. To unsubscribe: Reply with "No"\r\n\";}','2021-08-31 09:14:39'),(832,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Marianne\";s:9:\"last_name\";s:5:\"Poole\";s:5:\"email\";s:21:\"marianne@altamont.com\";s:5:\"phone\";s:12:\"+19255239017\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"Altamont\";}','2021-09-01 02:50:45'),(833,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Spandana\";s:9:\"last_name\";s:10:\"Rollakanti\";s:5:\"email\";s:29:\"spandana.rollakanti@gmail.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-01 07:23:36'),(834,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:11:\"Qasim Ahmad\";s:9:\"last_name\";s:4:\"Khan\";s:5:\"email\";s:30:\"qasim.ahmad.khan@techloyce.com\";s:5:\"phone\";s:13:\"+923069374481\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Techloyce\";}','2021-09-01 10:21:45'),(835,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Nic\";s:9:\"last_name\";s:8:\"Williams\";s:5:\"email\";s:21:\"nicky@wizzpopbang.com\";s:5:\"phone\";s:11:\"07791067988\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Whizz Pop\";}','2021-09-01 13:22:28'),(836,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Christy\";s:9:\"last_name\";s:4:\"Mark\";s:5:\"email\";s:30:\"christy@guestpostzoomwings.com\";s:5:\"phone\";s:11:\"09811517339\";s:7:\"company\";s:9:\"Zoomwings\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:1112:\"Hi,\r\n\r\nMy name is Christy & I found your https://articlesforwebsite.com/5-steps-to-avoid-late-recurring-payments-in-2021/ this post.\r\n\r\nI noticed You're paying attention to Guest Posting Service, To build strong Backlinks for your https://www.subscriptionflow.com/ website\r\n\r\nI'm a professional Blogger & Outreach Service Provider, I have also such type of sites with better metrics on a low budget with Google Index Blogs, Do-follow links to create Google Penguin free links for your website\r\n\r\nKindly let me know if you look for the Guest Posting Service/Blogger Outreach Service.\r\n\r\nNotes\r\nIf you want to see sites, my online list of 60+ sites and prices is right here: https://docs.google.com/spreadsheets/d/1RloY4MhNVROUrQ19iXWRWRCpFzRZ23No/edit#gid=218504052\r\n\r\nThanks & Regards\r\n\r\nChristy \r\nEmail: christy@guestpostzoomwings.com\r\n infozoomwings@gmail.com\r\nWebsite: www.zoomwings.com\r\nSkype: Zoom Wings\r\n\r\n\r\nP.S. We're sorry if you get emails multiple times. To unsubscribe: Reply with "No"\";}','2021-09-02 08:50:10'),(837,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Dovi\";s:9:\"last_name\";s:6:\"Kutoff\";s:5:\"email\";s:15:\"dovi@kutoff.com\";s:5:\"phone\";s:10:\"2167982423\";s:7:\"company\";s:12:\"orangeonions\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:450:\"Hello,\r\n \r\ndo you have a feature that is the next item the customer is supposed to get is out of stock it skips that it, send something else, and add it to the end of the line or when it comes back in stock?\r\n \r\nEimmie.com we do doll accessories subscriptions. However, not everyone get the same thing every month it goes in order of pack not in order of month so different customer may be getting different items depending on when they signed up. \r\n\";}','2021-09-02 16:59:12'),(838,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Matthew\";s:9:\"last_name\";s:9:\"Pritchard\";s:5:\"email\";s:33:\"matthew.pritchard@agilyxgroup.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:12:\"Agilyx Group\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:235:\"Hi\r\n\r\nI'm interested in subscription management integrating with Xero. However the ARR figures in your pricing don't work for us. We may do $3-5m in ARR for subscriptions, however the invoice volume would be under 100 a year.\";}','2021-09-03 01:42:55'),(839,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:11:\"Qasim Ahmad\";s:9:\"last_name\";s:4:\"Khan\";s:5:\"email\";s:30:\"qasim.ahmad.khan@techloyce.com\";s:5:\"phone\";s:3:\"+92\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"Techloyce\";}','2021-09-03 06:19:37'),(840,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Creflo\";s:9:\"last_name\";s:8:\"Claassen\";s:5:\"email\";s:37:\"creflo.claassen@dynastyfunerals.co.za\";s:5:\"phone\";s:12:\"+27640995154\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Dynasty Funeral Services\";}','2021-09-03 10:19:53'),(841,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"McKenzie\";s:9:\"last_name\";s:6:\"Wilson\";s:5:\"email\";s:28:\"mckenziewilson0021@gmail.com\";s:5:\"phone\";s:12:\"604-643-9100\";s:7:\"company\";s:9:\"School AI\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:527:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nMcKenzie Wilson\";}','2021-09-06 17:07:08'),(842,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Nomlanga\";s:9:\"last_name\";s:4:\"Best\";s:5:\"email\";s:24:\"Techloyce@mailinator.com\";s:5:\"phone\";s:17:\"+1 (224) 429-4014\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Bradford Buckley LLC\";}','2021-09-07 08:10:19'),(843,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Avram\";s:9:\"last_name\";s:4:\"Wall\";s:5:\"email\";s:24:\"techloyce@mailinator.com\";s:5:\"phone\";s:17:\"+1 (729) 617-6005\";s:7:\"company\";s:22:\"Reed and Lloyd Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Corporis deserunt si\";}','2021-09-07 08:18:36'),(844,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Eric\";s:9:\"last_name\";s:5:\"Jones\";s:5:\"email\";s:27:\"eric.jones.z.mail@gmail.com\";s:5:\"phone\";s:12:\"555-555-1212\";s:7:\"company\";s:22:\"talkwithwebvisitor.com\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:2086:\"Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at subscriptionflow.com.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=subscriptionflow.com\r\n\";}','2021-09-07 23:41:38'),(845,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Vignesh\";s:9:\"last_name\";s:4:\"Viki\";s:5:\"email\";s:21:\"vigneshabvs@gmail.com\";s:5:\"phone\";s:10:\"9894428681\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:8:\"Personal\";}','2021-09-08 13:12:16'),(846,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:11:\"San Nicolas\";s:5:\"email\";s:23:\"notablynailed@gmail.com\";s:5:\"phone\";s:10:\"2532271348\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Notably Nailed\";}','2021-09-08 20:47:18'),(847,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jamie\";s:9:\"last_name\";s:7:\"Skinner\";s:5:\"email\";s:33:\"jamie@renoaccountingsolutions.com\";s:5:\"phone\";s:10:\"5303069363\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Reno Accounting Solutions\";}','2021-09-08 22:04:31'),(848,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Josh\";s:9:\"last_name\";s:7:\"Saliman\";s:5:\"email\";s:27:\"josh.saliman@greatvines.com\";s:5:\"phone\";s:10:\"9252851811\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-09 00:36:13'),(849,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:11:\"San Nicolas\";s:5:\"email\";s:23:\"notablynailed@gmail.com\";s:5:\"phone\";s:10:\"2532271348\";s:7:\"company\";s:14:\"Notably Nailed\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:174:\"I don't understand what this software does that Wix doesn't? I have my store set up for a subscription box and Wix automatically charges the customer each month. \";}','2021-09-09 03:19:33'),(850,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"sunitha\";s:9:\"last_name\";s:1:\"h\";s:5:\"email\";s:17:\"suni451@gmail.com\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-09 07:39:24'),(851,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Heather\";s:9:\"last_name\";s:3:\"Hix\";s:5:\"email\";s:13:\"hhix@live.com\";s:5:\"phone\";s:10:\"4802743624\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"Self\";}','2021-09-10 12:38:50'),(852,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:6:\"Araujo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:11:\"33999623353\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:11:\"DevTestDemo\";}','2021-09-14 16:42:09'),(853,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Sam\";s:9:\"last_name\";s:7:\"Foreman\";s:5:\"email\";s:21:\"support@adviice.co.uk\";s:5:\"phone\";s:11:\"07511592381\";s:7:\"company\";s:7:\"Adviice\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:539:\"Hi there!\r\n\r\nWe are an online communities platform, which hosts members on a subscription plan. These plans include a free plan or a paid plan per month.\r\n\r\nWe are looking to find out whether it is possible for there to be "upgrade/downgrade" functionality on our Wix site (www.adviice.co.uk) where members could move up and down as they see fit, over time.\r\n\r\nWould this be possible with your software? And could we integrate it with our current subscription model?\r\n\r\nThank you and best wishes,\r\n\r\nSam Foreman\r\n07511592381\";}','2021-09-15 08:38:05'),(854,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Jia\";s:9:\"last_name\";s:5:\"Lissa\";s:5:\"email\";s:23:\"yourjialissa@yandex.com\";s:5:\"phone\";s:14:\"+1415-495-2711\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"yourjialissa\";}','2021-09-15 18:41:05'),(855,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"bobby\";s:9:\"last_name\";s:5:\"paton\";s:5:\"email\";s:35:\"bobby.paton@energymadegreener.co.uk\";s:5:\"phone\";s:11:\"07790942748\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Energy Made Greener \";}','2021-09-17 15:00:53'),(856,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"McKenzie\";s:9:\"last_name\";s:6:\"Wilson\";s:5:\"email\";s:28:\"mckenziewilson0021@gmail.com\";s:5:\"phone\";s:13:\"079 3495 9822\";s:7:\"company\";s:11:\"Senior Care\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:527:\"Hi,\r\n\r\nI want to contribute high-quality content to your website in form of a guest post through a simple 3 step process.\r\n\r\n1. I will send three amazing topic ideas that are up to the trend and your readers' interest\r\n2. You need to choose one topic out of those.\r\n3. I will then send a high-quality, plagiarism-free article on that topic.\r\n\r\nYou will just have to publish it with one do-follow backlink to my website. It will be a win-win.\r\n\r\nPlease let me know if we shall start with step 1?\r\n\r\nBest,\r\n\r\nMcKenzie Wilson\";}','2021-09-20 00:24:41'),(857,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Jay\";s:9:\"last_name\";s:4:\"Mann\";s:5:\"email\";s:22:\"jvm@manntechnology.com\";s:5:\"phone\";s:10:\"3126355007\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Mann Technology Corporation\";}','2021-09-22 20:23:06'),(858,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:13:\"Harvinder Pal\";s:9:\"last_name\";s:5:\"Singh\";s:5:\"email\";s:24:\"harvinders@engaged.media\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:17:\"Beckett Media LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:659:\"Hi Team,\r\n\r\nMy name is Harvinder Pal Singh, working as an Assistant Manager with Beckett Media LLC and Engaged Media LLC. \r\n\r\nWould like to inform you, our both companies are basically magazine publishing companies and we are looking for a good CRM software service company for us which can fulfill our all requirements related to our subscription and fulfillment process. We have gone through your website and it looks an good option to proceed with so please let us know if we can have a demo of your CRM software product to see all features.\r\n\r\nLooking forward for your kind consideration and prompt action upon this request.\r\n\r\nThanks\r\nHarvinder \r\n\r\n \r\n\r\n\";}','2021-09-27 14:44:23'),(859,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Giancarlo\";s:9:\"last_name\";s:6:\"Cubeta\";s:5:\"email\";s:14:\"info@cubeta.it\";s:5:\"phone\";s:13:\"+393492312904\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:232:\"Hi, \r\nWhat do you intend for user in Pricing page?\r\nIs an user the website operator that uses the control panel to manage the system?\r\n or \r\nIs an user a final customer the will subscribe the service?\r\n\r\nBest regards.\r\n\r\n\r\nGiancarlo\";}','2021-09-27 20:26:54'),(860,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Giancarlo\";s:9:\"last_name\";s:6:\"Cubeta\";s:5:\"email\";s:14:\"info@cubeta.it\";s:5:\"phone\";s:13:\"+393492312904\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-27 21:45:10'),(861,591,'a:9:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:17:\"ICO support Inpus\";s:9:\"last_name\";s:17:\"ICO support Inpus\";s:5:\"email\";s:37:\"marketer2021-cryptocurrency@yahoo.com\";s:5:\"phone\";s:11:\"88798383577\";s:7:\"company\";s:6:\"google\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:1281:\"Hello, colleagues! \r\n \r\nLet me present to you Premium list of crypto industry sources. \r\nCrypto sources base contains more than 22k+ targeted email records of cryptocurrency, blockchain, ICO/ITO/STO, fintech and related sources. \r\n \r\nOur email database is the best solution to attract your crypto audience. \r\n \r\n25000+ keywords were used while scraping search engines results. \r\n \r\nEnjoy this high-quality verified email base which was made specifically to promote ICOs, Startups and other blockchain related businesses. \r\n \r\nYou will receive the COMPLETE verified email base for ONLY $99 at once! (Regular price is $300). \r\n \r\nWe accept Payoneer, Qiwi, BTC/ETH payments. \r\n \r\nThe download link will be sent to your e-mail address. \r\n \r\nContacts us: \r\nhttps://t.me/hot_leads \r\n \r\nViber, Whatsapp + 7 9o3 316 11 95 \r\n \r\n#tags, keywords: blockchain, crypto industry, bitcoin, ICO/STO \r\nbitcoin 10000 in 2018\r\nfirst bitcoin atm canada\r\ncoal-mine bitcoin\r\nelec coinmarketcap\r\ndigibyte blockchain download\r\nbitcoin architecture pdf\r\ncryptocurrency market cap chart\r\ndeutsche bitcoin shops\r\nepaisa bitcoin\r\nbitcoin private key hack\r\nbitcoin and digital currencies james cox\r\nbitcoin apple news\r\nbitcoin generator hack tool 2015\r\nplaystation 2 bitcoin\r\n\";s:6:\"submit\";s:4:\"Send\";}','2021-09-28 00:56:56'),(862,591,'a:9:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:12:\"ZacharyqsmEP\";s:9:\"last_name\";s:14:\"ChristianaiyEP\";s:5:\"email\";s:22:\"catoge5035@timevod.com\";s:5:\"phone\";s:11:\"83743816944\";s:7:\"company\";s:6:\"google\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:411:\"We can <a href=http://videospin.store/>do your homework for you</a>. Just ask!\r\n \r\n \r\nhttp://studdit.store business essay topics \r\nhttp://studdit.store example of assumption in research paper \r\nhttp://studdit.store business plan for vegetable production \r\nhttp://studdit.store copy of a business plan \r\nhttp://studdit.store pay essay writing\";s:6:\"submit\";s:4:\"Send\";}','2021-09-28 12:58:35'),(863,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Lynne\";s:9:\"last_name\";s:6:\"Latham\";s:5:\"email\";s:28:\"lynne.latham@islabikes.co.uk\";s:5:\"phone\";s:12:\"01584 700111\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:13:\"Islabikes Ltd\";}','2021-09-28 13:41:38'),(864,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Giancarlo\";s:9:\"last_name\";s:6:\"Cubeta\";s:5:\"email\";s:14:\"info@cubeta.it\";s:5:\"phone\";s:0:\"\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-28 16:29:26'),(865,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Narek\";s:9:\"last_name\";s:9:\"Alatuzyan\";s:5:\"email\";s:18:\"narek.a@ucraft.com\";s:5:\"phone\";s:4:\"+374\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-29 10:54:24'),(866,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Tiago\";s:9:\"last_name\";s:5:\"Serra\";s:5:\"email\";s:19:\"dtyhimlad@gmail.com\";s:5:\"phone\";s:9:\"913478963\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-29 14:01:53'),(867,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"wer\";s:9:\"last_name\";s:5:\"werwe\";s:5:\"email\";s:12:\"asd@mail.com\";s:5:\"phone\";s:10:\"8888888888\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"ada ada\";}','2021-09-29 20:50:24'),(868,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Courtney\";s:9:\"last_name\";s:6:\"Pineda\";s:5:\"email\";s:30:\"courtney@wildthingszoofari.com\";s:5:\"phone\";s:10:\"5126595152\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-09-30 04:01:53'),(869,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kabir\";s:9:\"last_name\";s:9:\"Khondoker\";s:5:\"email\";s:18:\"kabir@cnsmedia.com\";s:5:\"phone\";s:12:\"+31640048575\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:9:\"CNS Media\";}','2021-09-30 07:33:34'),(870,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Tegeste \";s:9:\"last_name\";s:7:\"Tegene \";s:5:\"email\";s:21:\"kebefebe930@gmail.com\";s:5:\"phone\";s:12:\"+16023938663\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-10-01 23:57:42'),(871,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Diane \";s:9:\"last_name\";s:6:\"Nefdt \";s:5:\"email\";s:20:\"dianenefdt@gmail.com\";s:5:\"phone\";s:10:\"8058275130\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:210:\"Hi I'm not sure if I have the right company, but I am trying to find out why my credit card keeps getting rejected when I am trying to order something from Medic alert. Are you able to assist me?\r\n\r\nDiane\";}','2021-10-02 00:02:38'),(872,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"lionel\";s:9:\"last_name\";s:1:\"b\";s:5:\"email\";s:21:\"oberon900@hotmail.com\";s:5:\"phone\";s:2:\"+1\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-10-02 11:36:21'),(873,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Sabrina\";s:9:\"last_name\";s:11:\"San Nicolas\";s:5:\"email\";s:23:\"notablynailed@gmail.com\";s:5:\"phone\";s:10:\"2532271348\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:14:\"Notably Nailed\";}','2021-10-03 02:08:11'),(874,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Raymond\";s:9:\"last_name\";s:8:\"Humphrey\";s:5:\"email\";s:24:\"humphreydougct@gmail.com\";s:5:\"phone\";s:10:\"8602145155\";s:7:\"company\";s:29:\"Police K9 Training Strategies\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:159:\"We are writing a business plan for a new magazine we are starting. Want to discuss how your service can help us succeed. Call anytime. Thanks.\r\n\r\nDoug Humphrey\";}','2021-10-03 18:46:54'),(875,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sandor\";s:9:\"last_name\";s:6:\"Kovacs\";s:5:\"email\";s:21:\"kovacss@telnetwork.hu\";s:5:\"phone\";s:11:\"+3612730395\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-10-03 20:35:40'),(876,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Raymond\";s:9:\"last_name\";s:8:\"Humphrey\";s:5:\"email\";s:24:\"humphreydougct@gmail.com\";s:5:\"phone\";s:10:\"8602145155\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:29:\"Police K9 Training Strategies\";}','2021-10-04 12:14:42'),(877,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Scott\";s:9:\"last_name\";s:8:\"Mitchell\";s:5:\"email\";s:18:\"smitchell@oceg.org\";s:5:\"phone\";s:10:\"6022349278\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"OCEG\";}','2021-10-04 20:49:13'),(878,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ethan\";s:9:\"last_name\";s:5:\"Foley\";s:5:\"email\";s:25:\"kororehice@mailinator.com\";s:5:\"phone\";s:11:\"01719894414\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Martinez and Wilcox Inc\";}','2021-10-05 06:29:24'),(879,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Leigh\";s:9:\"last_name\";s:7:\"Rathner\";s:5:\"email\";s:24:\"baker@nightworkbread.com\";s:5:\"phone\";s:12:\"+15186698520\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Night Work Bread\";}','2021-10-05 19:05:36'),(880,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jasen\";s:9:\"last_name\";s:4:\"Fici\";s:5:\"email\";s:20:\"jasen@statuscast.com\";s:5:\"phone\";s:11:\"14109636764\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"StatusCast\";}','2021-10-05 20:37:45'),(881,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"tushar\";s:9:\"last_name\";s:4:\"jain\";s:5:\"email\";s:24:\"tushar.hh.jain@gmail.com\";s:5:\"phone\";s:10:\"9627766667\";s:7:\"company\";s:12:\"asha legends\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:43:\"want to install new software in the company\";}','2021-10-06 12:23:55'),(882,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Lydia\";s:9:\"last_name\";s:7:\"Acevedo\";s:5:\"email\";s:22:\"botomef@mailinator.com\";s:5:\"phone\";s:17:\"+1 (288) 488-2386\";s:7:\"company\";s:23:\"Blanchard and Mason Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Obcaecati architecto\";}','2021-11-17 11:12:18'),(883,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Lydia\";s:9:\"last_name\";s:7:\"Acevedo\";s:5:\"email\";s:22:\"botomef@mailinator.com\";s:5:\"phone\";s:17:\"+1 (288) 488-2386\";s:7:\"company\";s:23:\"Blanchard and Mason Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Obcaecati architecto\";}','2021-11-17 11:13:07'),(884,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Muhammad\";s:9:\"last_name\";s:5:\"Bilal\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:9:\"674585878\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:0:\"\";}s:7:\"message\";s:0:\"\";}','2021-11-17 11:38:30'),(885,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Whitney\";s:9:\"last_name\";s:8:\"Odonnell\";s:5:\"email\";s:20:\"hawum@mailinator.com\";s:5:\"phone\";s:17:\"+1 (937) 636-9851\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Hammond Holt Plc\";}','2021-11-19 13:25:05'),(886,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Stone\";s:9:\"last_name\";s:8:\"Chandler\";s:5:\"email\";s:19:\"tini@mailinator.com\";s:5:\"phone\";s:17:\"+1 (559) 799-9929\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Huffman Witt Trading\";}','2021-11-19 13:26:19'),(887,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Randall\";s:9:\"last_name\";s:7:\"Montoya\";s:5:\"email\";s:23:\"lagiruhy@mailinator.com\";s:5:\"phone\";s:17:\"+1 (305) 912-1084\";s:7:\"company\";s:18:\"Mcmahon Levine Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Delectus in sequi l\";}','2021-11-19 13:27:00'),(888,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bruce\";s:9:\"last_name\";s:6:\"Mclean\";s:5:\"email\";s:19:\"miji@mailinator.com\";s:5:\"phone\";s:17:\"+1 (361) 444-1423\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Salas Noble Trading\";}','2021-11-19 13:29:29'),(889,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Taylor\";s:9:\"last_name\";s:5:\"Nolan\";s:5:\"email\";s:25:\"kufazevetu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (858) 337-3826\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Robertson and Foster Co\";}','2021-11-19 13:53:10'),(890,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kelly\";s:9:\"last_name\";s:7:\"Watkins\";s:5:\"email\";s:25:\"zicodolide@mailinator.com\";s:5:\"phone\";s:17:\"+1 (242) 807-6746\";s:7:\"company\";s:27:\"Gilmore and Jimenez Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Voluptas assumenda i\";}','2021-11-19 13:53:23'),(891,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"Emi\";s:9:\"last_name\";s:8:\"Sandoval\";s:5:\"email\";s:20:\"mudox@mailinator.com\";s:5:\"phone\";s:17:\"+1 (234) 937-8152\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Singleton and Baird Traders\";}','2021-11-19 13:54:05'),(892,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Dorian\";s:9:\"last_name\";s:7:\"Fuentes\";s:5:\"email\";s:22:\"qikodax@mailinator.com\";s:5:\"phone\";s:17:\"+1 (462) 705-6382\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Velez Walsh Inc\";}','2021-11-19 13:55:02'),(893,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Axel\";s:9:\"last_name\";s:4:\"Kemp\";s:5:\"email\";s:19:\"biko@mailinator.com\";s:5:\"phone\";s:17:\"+1 (893) 949-8075\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Sykes and Murray Trading\";}','2021-11-19 13:57:06'),(894,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Minerva\";s:9:\"last_name\";s:4:\"Diaz\";s:5:\"email\";s:23:\"nemyhiro@mailinator.com\";s:5:\"phone\";s:17:\"+1 (616) 944-7195\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:26:\"Moore and Saunders Trading\";}','2021-11-19 13:58:24'),(895,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"check\";s:9:\"last_name\";s:7:\"Whitley\";s:5:\"email\";s:25:\"kyjinipahe@mailinator.com\";s:5:\"phone\";s:17:\"+1 (643) 547-6916\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Cochran Payne Plc\";}','2021-11-19 13:59:30'),(896,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Richard\";s:9:\"last_name\";s:8:\"Saunders\";s:5:\"email\";s:23:\"fifumuhe@mailinator.com\";s:5:\"phone\";s:17:\"+1 (454) 114-7924\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Finley Gonzales Trading\";}','2021-11-19 14:02:43'),(897,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Catherine\";s:9:\"last_name\";s:6:\"Howard\";s:5:\"email\";s:23:\"luxeryra@mailinator.com\";s:5:\"phone\";s:17:\"+1 (145) 135-3095\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Bray and Beard Co\";}','2021-11-19 14:06:49'),(898,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jared\";s:9:\"last_name\";s:6:\"Bolton\";s:5:\"email\";s:25:\"savibabura@mailinator.com\";s:5:\"phone\";s:17:\"+1 (758) 784-8337\";s:7:\"company\";s:20:\"Henry and Acosta Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:19:\"Reprehenderit vel s\";}','2021-11-19 14:07:22'),(899,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Gannon\";s:9:\"last_name\";s:9:\"Velasquez\";s:5:\"email\";s:20:\"zebic@mailinator.com\";s:5:\"phone\";s:17:\"+1 (483) 847-6671\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Maddox and Vinson Inc\";}','2021-11-19 14:24:57'),(900,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Alma\";s:9:\"last_name\";s:7:\"Schultz\";s:5:\"email\";s:24:\"zacifapyz@mailinator.com\";s:5:\"phone\";s:17:\"+1 (226) 624-4099\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Norris Berry Inc\";}','2021-11-25 10:54:32'),(901,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Arden\";s:9:\"last_name\";s:5:\"Black\";s:5:\"email\";s:19:\"japa@mailinator.com\";s:5:\"phone\";s:17:\"+1 (386) 577-2911\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"House and Rose Inc\";}','2021-11-25 10:58:12'),(902,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Austin\";s:9:\"last_name\";s:8:\"Mcintosh\";s:5:\"email\";s:23:\"xukisenu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (219) 224-1215\";s:7:\"company\";s:16:\"Greer Ferrell Co\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Sint sed nostrud ess\";}','2021-11-25 10:58:44'),(903,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Quincy\";s:9:\"last_name\";s:6:\"Torres\";s:5:\"email\";s:19:\"lito@mailinator.com\";s:5:\"phone\";s:17:\"+1 (328) 978-1675\";s:7:\"company\";s:21:\"Carrillo and Moore Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Tenetur in dolores l\";}','2021-11-25 11:00:05'),(904,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Marah\";s:9:\"last_name\";s:7:\"Roberts\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (582) 455-4718\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Spears Travis Plc\";}','2021-11-26 12:21:18'),(905,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Denise\";s:9:\"last_name\";s:7:\"Lindsey\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (481) 505-9943\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Sharpe Moses Co\";}','2021-11-26 12:23:25'),(906,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Nadine\";s:9:\"last_name\";s:6:\"Gamble\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (229) 413-8765\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Robertson Battle Plc\";}','2021-11-26 12:25:22'),(907,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Jocelyn\";s:9:\"last_name\";s:10:\"Washington\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (206) 175-5665\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Murray and Best LLC\";}','2021-11-26 12:31:53'),(908,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:6:\"Araujo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-26 17:24:29'),(909,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Ricardo \";s:9:\"last_name\";s:15:\"Proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-29 17:12:45'),(910,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:15:\"Proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-29 17:40:37'),(911,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:15:\"Proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-29 18:18:16'),(912,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:10:\"Contact us\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:12:\"Just testing\";}','2021-11-29 19:42:09'),(913,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:15:\"Proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-29 19:45:37'),(914,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ricardo\";s:9:\"last_name\";s:20:\"Test proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-11-29 20:01:01'),(915,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Ulysses\";s:9:\"last_name\";s:5:\"Britt\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (325) 491-1613\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Osborn Oneil Plc\";}','2021-11-30 12:03:55'),(916,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Octavius\";s:9:\"last_name\";s:5:\"Downs\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (558) 999-8578\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:26:\"Suarez and Hunt Associates\";}','2021-11-30 12:36:54'),(917,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Jonah\";s:9:\"last_name\";s:7:\"Vincent\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (192) 986-4638\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Moore Davis Associates\";}','2021-11-30 12:37:55'),(918,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Rahim\";s:9:\"last_name\";s:7:\"Daniels\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (587) 623-3916\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Haney and Barber Co\";}','2021-11-30 12:47:01'),(919,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Giselle\";s:9:\"last_name\";s:6:\"Ashley\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (803) 865-7797\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Glenn Peters Trading\";}','2021-11-30 12:59:49'),(920,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Raven\";s:9:\"last_name\";s:7:\"Carlson\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (185) 947-7544\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Clements Christian Plc\";}','2021-11-30 13:02:11'),(921,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Angela\";s:9:\"last_name\";s:6:\"Nelson\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (749) 566-2045\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Boyer and Benton Trading\";}','2021-11-30 13:11:25'),(922,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Gwendolyn\";s:9:\"last_name\";s:4:\"Bray\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (734) 976-5469\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Fleming Oneil Trading\";}','2021-11-30 13:12:02'),(923,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Alvin\";s:9:\"last_name\";s:7:\"Bridges\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (217) 101-7032\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:26:\"Burns and Wells Associates\";}','2021-11-30 13:56:34'),(924,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Devin\";s:9:\"last_name\";s:5:\"Nixon\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (561) 335-8531\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Lindsay Mcguire LLC\";}','2021-12-01 10:42:08'),(925,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Jocelyn\";s:9:\"last_name\";s:7:\"Harrell\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (323) 455-4887\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Kane and Schwartz Traders\";}','2021-12-01 10:44:15'),(926,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Claire\";s:9:\"last_name\";s:6:\"Medina\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (944) 305-6731\";s:7:\"company\";s:28:\"Berg and Browning Associates\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Laboris ad enim sed \";}','2021-12-01 10:46:22'),(927,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Tarik\";s:9:\"last_name\";s:8:\"Rutledge\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (506) 384-7917\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Beck Mcgowan LLC\";}','2021-12-01 11:02:58'),(928,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Yasir\";s:9:\"last_name\";s:7:\"Alvarez\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (643) 817-8432\";s:7:\"company\";s:20:\"Glenn and Crosby Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Tenetur quia molesti\";}','2021-12-01 11:04:26'),(929,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Gwendolyn\";s:9:\"last_name\";s:5:\"Klein\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (437) 984-1608\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Strickland and Colon LLC\";}','2021-12-01 11:46:48'),(930,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dylan\";s:9:\"last_name\";s:5:\"Yates\";s:5:\"email\";s:25:\"bilal.malik9226@gmail.com\";s:5:\"phone\";s:17:\"+1 (368) 751-6381\";s:7:\"company\";s:19:\"Wong Barber Traders\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Consequat Eos saepe\";}','2021-12-01 11:48:52'),(931,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"SF QA\";s:9:\"last_name\";s:7:\"Testing\";s:5:\"email\";s:19:\"testingsf@gmail.com\";s:5:\"phone\";s:13:\"+923049876567\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:7:\"testing\";}','2021-12-01 12:56:39'),(932,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"SF QA \";s:9:\"last_name\";s:7:\"Testing\";s:5:\"email\";s:19:\"testingsf@gmail.com\";s:5:\"phone\";s:13:\"+923049876567\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:10:\"SF testing\";}','2021-12-01 13:00:48'),(933,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"SF QA\";s:9:\"last_name\";s:7:\"Testing\";s:5:\"email\";s:19:\"testingqa@gmail.com\";s:5:\"phone\";s:13:\"+923049879467\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:12:\"test company\";}','2021-12-01 13:03:29'),(934,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"QA\";s:9:\"last_name\";s:8:\"Engineer\";s:5:\"email\";s:19:\"testingqa@gmail.com\";s:5:\"phone\";s:14:\"+9237563746583\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:4:\"test\";}','2021-12-01 13:09:31'),(935,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"QA Test \";s:9:\"last_name\";s:8:\"Engineer\";s:5:\"email\";s:18:\"engineer@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:46:\"Hi there i'm just testing contact us page\";}','2021-12-01 13:23:42'),(936,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:3:\"DEv\";s:9:\"last_name\";s:1:\"4\";s:5:\"email\";s:20:\"testingqaqq@tech.com\";s:5:\"phone\";s:3:\"+92\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-12-01 13:59:08'),(937,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Xyla\";s:9:\"last_name\";s:4:\"Pope\";s:5:\"email\";s:22:\"xakyhav@mailinator.com\";s:5:\"phone\";s:17:\"+1 (604) 313-2489\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Davenport Landry Trading\";}','2021-12-01 14:23:06'),(938,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Ricardo \";s:9:\"last_name\";s:20:\"Test proceed to demo\";s:5:\"email\";s:28:\"ricardo.araujo@techloyce.com\";s:5:\"phone\";s:3:\"+55\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-12-08 12:29:40'),(939,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"SF\";s:9:\"last_name\";s:9:\"testingC1\";s:5:\"email\";s:25:\"c123@subscriptionflow.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:7:\"testing\";}','2021-12-10 07:13:01'),(940,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:2:\"Sf\";s:9:\"last_name\";s:9:\"testingC2\";s:5:\"email\";s:25:\"c123@subscriptionflow.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:4:\"test\";}','2021-12-10 07:14:30'),(941,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:10:\"Fredericka\";s:9:\"last_name\";s:7:\"Huffman\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (247) 283-7194\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Herman and Whitfield Co\";}','2021-12-14 13:37:27'),(942,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Kelsie\";s:9:\"last_name\";s:7:\"England\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (224) 145-6419\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Guy and Scott Inc\";}','2021-12-14 13:41:35'),(943,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Shannon\";s:9:\"last_name\";s:5:\"Kline\";s:5:\"email\";s:25:\"simamoxobo@mailinator.com\";s:5:\"phone\";s:17:\"+1 (797) 481-6504\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Haley and Ochoa Co\";}','2021-12-14 14:13:22'),(944,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Price\";s:9:\"last_name\";s:5:\"Klein\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (597) 282-2578\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Moreno and Brennan LLC\";}','2021-12-14 14:14:34'),(945,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Yoshio\";s:9:\"last_name\";s:5:\"Hayes\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (992) 468-3943\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:22:\"Hawkins and Morris LLC\";}','2021-12-14 14:15:26'),(946,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (602) 335-8391\";s:7:\"company\";s:19:\"Gibson Lane Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Officia quis totam v\";}','2021-12-15 06:59:31'),(947,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"awais\";s:9:\"last_name\";s:3:\"dar\";s:5:\"email\";s:29:\"awaisabid.techloyce@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:6:\"tesing\";}','2021-12-15 07:24:01'),(948,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"awais\";s:9:\"last_name\";s:3:\"dar\";s:5:\"email\";s:29:\"awaisabid.techloyce@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:36:\"any feedback from the previous query\";}','2021-12-15 07:36:28'),(949,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"awais\";s:9:\"last_name\";s:3:\"dar\";s:5:\"email\";s:29:\"awaisabid.techloyce@gmail.com\";s:5:\"phone\";s:13:\"+923344624015\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:0:\"\";}','2021-12-15 07:40:20'),(950,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (537) 439-6703\";s:7:\"company\";s:22:\"Hayden Serrano Traders\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Aperiam in quis volu\";}','2021-12-15 08:39:44'),(951,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Holmes\";s:9:\"last_name\";s:5:\"Stone\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (649) 342-5576\";s:7:\"company\";s:24:\"Meyer Robbins Associates\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:19:\"Ducimus neque debit\";}','2021-12-15 08:43:09'),(952,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Rudyard\";s:9:\"last_name\";s:4:\"Cook\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (755) 387-6325\";s:7:\"company\";s:23:\"Carney and Shaw Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Eum et ratione ea pa\";}','2021-12-15 08:46:00'),(953,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (438) 851-1988\";s:7:\"company\";s:16:\"Rivas Emerson Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:18:\"Ex sunt sunt id bl\";}','2021-12-15 08:49:13'),(954,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Willow\";s:9:\"last_name\";s:4:\"Dunn\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (177) 714-8756\";s:7:\"company\";s:20:\"Frank and Farley LLC\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:19:\"Ut rerum consequat \";}','2021-12-15 08:50:46'),(955,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (648) 841-7304\";s:7:\"company\";s:21:\"Jefferson Day Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Beatae aspernatur qu\";}','2021-12-15 12:32:15'),(956,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Darrel\";s:9:\"last_name\";s:5:\"Velez\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (478) 832-9074\";s:7:\"company\";s:17:\"Bennett Ayala Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Aut vero aliquam et \";}','2021-12-15 12:32:47'),(957,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Gemma\";s:9:\"last_name\";s:6:\"Benson\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (363) 389-6293\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Lancaster Dejesus Trading\";}','2021-12-15 12:43:36'),(958,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Briar\";s:9:\"last_name\";s:7:\"Shannon\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (207) 979-2989\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Rutledge Thornton Inc\";}','2021-12-15 12:44:48'),(959,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Patricia\";s:9:\"last_name\";s:8:\"Marshall\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (554) 498-4919\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Hernandez Butler Traders\";}','2021-12-15 12:46:13'),(960,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Roanna\";s:9:\"last_name\";s:8:\"Mcfadden\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (759) 707-8287\";s:7:\"company\";s:22:\"Parsons and England Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Occaecat ex pariatur\";}','2021-12-15 13:16:01'),(961,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Damon\";s:9:\"last_name\";s:7:\"Holcomb\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (426) 385-6571\";s:7:\"company\";s:23:\"Saunders Mccall Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Fugiat in accusanti\";}','2021-12-15 13:17:20'),(962,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"McKenzie\";s:9:\"last_name\";s:6:\"Bolton\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (614) 798-8595\";s:7:\"company\";s:19:\"Brown Marsh Traders\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:19:\"Sit quo delectus ut\";}','2021-12-15 13:29:52'),(963,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (969) 192-8943\";s:7:\"company\";s:22:\"Chavez and Everett Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Dolorem adipisicing \";}','2021-12-15 13:31:47'),(964,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Iola\";s:9:\"last_name\";s:6:\"Vaughn\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (158) 815-9344\";s:7:\"company\";s:19:\"Salazar and Reed Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Dicta dolore molesti\";}','2021-12-15 13:32:41'),(965,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Reuben\";s:9:\"last_name\";s:4:\"Bass\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (823) 247-6974\";s:7:\"company\";s:19:\"Carrillo Hoover LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Numquam ut nemo alia\";}','2021-12-15 14:50:28'),(966,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Evan\";s:9:\"last_name\";s:6:\"Sharpe\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (554) 363-1417\";s:7:\"company\";s:23:\"Walton Heath Associates\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Sequi et est et pra\";}','2021-12-15 14:53:13'),(967,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Genevieve\";s:9:\"last_name\";s:5:\"Hodge\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (971) 229-3988\";s:7:\"company\";s:18:\"Garner Clayton Inc\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Ex quo ut nihil nost\";}','2021-12-15 14:55:54'),(968,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Remedios\";s:9:\"last_name\";s:6:\"Taylor\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (323) 644-6748\";s:7:\"company\";s:21:\"Stewart and Ayers LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:19:\"Est sit blanditiis \";}','2021-12-15 14:58:20'),(969,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (361) 926-3759\";s:7:\"company\";s:16:\"Vasquez Yang Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Dolorem duis distinc\";}','2021-12-16 07:48:45'),(970,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"alpha\";s:9:\"last_name\";s:3:\"one\";s:5:\"email\";s:22:\"awais.1@mailinator.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:5:\"hello\";}','2021-12-17 07:15:57'),(971,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"alpha 1\";s:9:\"last_name\";s:5:\"one 1\";s:5:\"email\";s:22:\"awais.1@mailinator.com\";s:5:\"phone\";s:3:\"+92\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:3:\"dev\";}','2021-12-17 07:17:12'),(972,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"ah 1\";s:9:\"last_name\";s:4:\"sa 1\";s:5:\"email\";s:22:\"awais.2@mailinator.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:5:\"there\";}','2021-12-17 07:31:32'),(973,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"test\";s:9:\"last_name\";s:3:\"dar\";s:5:\"email\";s:22:\"awais.2@mailinator.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:9:\"werterter\";}','2021-12-17 07:43:30'),(974,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"awais\";s:9:\"last_name\";s:3:\"one\";s:5:\"email\";s:22:\"awais.1@mailinator.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:0:\"\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:9:\"there????\";}','2021-12-17 07:50:10'),(975,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Simon\";s:9:\"last_name\";s:10:\"Livingston\";s:5:\"email\";s:28:\"ahsan171.techloyce@gmail.com\";s:5:\"phone\";s:17:\"+1 (408) 157-8784\";s:7:\"company\";s:22:\"Parker Bell Associates\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:19:\"Provident dolore in\";}','2021-12-17 08:09:28'),(976,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"testing\";s:9:\"last_name\";s:6:\"threeD\";s:5:\"email\";s:17:\"buttahb@gmail.com\";s:5:\"phone\";s:0:\"\";s:7:\"company\";s:30:\"testsfasd.subscriptionflow.com\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:5:\"dfter\";}','2021-12-17 12:19:26'),(977,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Velma\";s:9:\"last_name\";s:8:\"Callahan\";s:5:\"email\";s:17:\"buttahb@gmail.com\";s:5:\"phone\";s:17:\"+1 (149) 121-1454\";s:7:\"company\";s:27:\"Peters and Keith Associates\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:18:\"Eos ipsa aliquam q\";}','2021-12-17 12:40:33'),(978,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Shelly\";s:9:\"last_name\";s:6:\"Little\";s:5:\"email\";s:24:\"zixegyron@mailinator.com\";s:5:\"phone\";s:17:\"+1 (666) 761-1586\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:15:\"Stein Wells Plc\";}','2021-12-17 13:35:08'),(979,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Grant\";s:9:\"last_name\";s:4:\"Kidd\";s:5:\"email\";s:24:\"zixegyron@mailinator.com\";s:5:\"phone\";s:17:\"+1 (594) 163-1942\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Valencia and Chan Inc\";}','2021-12-17 13:37:02'),(980,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Isadora\";s:9:\"last_name\";s:5:\"James\";s:5:\"email\";s:24:\"zixegyron@mailinator.com\";s:5:\"phone\";s:17:\"+1 (604) 943-5456\";s:7:\"company\";s:17:\"Alvarez Garcia Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Voluptas consectetur\";}','2021-12-17 13:44:20'),(981,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Adara\";s:9:\"last_name\";s:5:\"Crane\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (928) 856-3996\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Walters Acosta Inc\";}','2021-12-20 14:06:32'),(982,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Clare\";s:9:\"last_name\";s:10:\"Montgomery\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (355) 452-2419\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:16:\"Alvarez Ball Plc\";}','2021-12-20 14:08:29'),(983,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Raven\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (739) 854-9193\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:23:\"Sexton Gallegos Trading\";}','2021-12-20 14:20:25'),(984,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Quon\";s:9:\"last_name\";s:4:\"Rosa\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (979) 534-6058\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"David Farrell Plc\";}','2021-12-20 14:35:13'),(985,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Jordan\";s:9:\"last_name\";s:8:\"Humphrey\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (609) 242-1274\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Molina Acevedo Inc\";}','2021-12-20 14:38:59'),(986,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Kelly\";s:9:\"last_name\";s:8:\"Stafford\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (849) 446-9455\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:29:\"Gonzales and Woods Associates\";}','2021-12-20 14:43:58'),(987,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Petra\";s:9:\"last_name\";s:7:\"Lambert\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (334) 818-8791\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Waters and Walls Co\";}','2021-12-21 07:26:30'),(988,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Colette\";s:9:\"last_name\";s:5:\"Walls\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (174) 989-2158\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:27:\"Pacheco Mckinney Associates\";}','2021-12-21 07:39:36'),(989,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Brendan\";s:9:\"last_name\";s:4:\"Huff\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (951) 901-4986\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:18:\"Burton Baldwin Plc\";}','2021-12-21 07:43:25'),(990,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Cadman\";s:9:\"last_name\";s:4:\"Bond\";s:5:\"email\";s:28:\"muhammad.bilal@techloyce.com\";s:5:\"phone\";s:17:\"+1 (597) 283-7158\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:26:\"Ramos and Mcintosh Traders\";}','2021-12-21 07:53:57'),(991,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"SFTrial\";s:9:\"last_name\";s:9:\"ContactUs\";s:5:\"email\";s:21:\"sftrial@contactus.com\";s:5:\"phone\";s:17:\"+1 (775) 746-7796\";s:7:\"company\";s:18:\"Lowery Andrews LLC\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:11:\"Bla bla bla\";}','2021-12-21 13:29:37'),(992,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Dante\";s:9:\"last_name\";s:7:\"Blevins\";s:5:\"email\";s:20:\"saluk@mailinator.com\";s:5:\"phone\";s:17:\"+1 (854) 557-9646\";s:7:\"company\";s:27:\"Mcpherson and Blair Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Eiusmod quis consequ\";}','2021-12-21 13:48:17'),(993,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Joseph\";s:9:\"last_name\";s:6:\"Wooten\";s:5:\"email\";s:19:\"loko@mailinator.com\";s:5:\"phone\";s:17:\"+1 (918) 875-4642\";s:7:\"company\";s:21:\"Mccall and Barber Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Eligendi aliquip fug\";}','2021-12-21 14:12:14'),(994,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Luke\";s:9:\"last_name\";s:6:\"Lowery\";s:5:\"email\";s:24:\"vyboqesug@mailinator.com\";s:5:\"phone\";s:17:\"+1 (736) 268-7835\";s:7:\"company\";s:17:\"Mclean Hughes LLC\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:19:\"Aliqua Sed in simil\";}','2021-12-21 14:19:41'),(995,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Jordan\";s:9:\"last_name\";s:8:\"Alvarado\";s:5:\"email\";s:19:\"qila@mailinator.com\";s:5:\"phone\";s:17:\"+1 (466) 735-5284\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Glover Franklin Plc\";}','2021-12-21 14:22:21'),(996,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Gavin\";s:9:\"last_name\";s:6:\"Mclean\";s:5:\"email\";s:24:\"zoparideq@mailinator.com\";s:5:\"phone\";s:17:\"+1 (309) 135-1336\";s:7:\"company\";s:25:\"Vargas and Santos Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Omnis ut ut consequa\";}','2021-12-22 11:09:58'),(997,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Echo\";s:9:\"last_name\";s:6:\"Maddox\";s:5:\"email\";s:23:\"dehateca@mailinator.com\";s:5:\"phone\";s:17:\"+1 (257) 984-2413\";s:7:\"company\";s:20:\"Fulton Perry Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Assumenda atque quis\";}','2021-12-22 11:26:34'),(998,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Phyllis\";s:9:\"last_name\";s:6:\"Osborn\";s:5:\"email\";s:25:\"fusytacola@mailinator.com\";s:5:\"phone\";s:17:\"+1 (459) 288-7362\";s:7:\"company\";s:21:\"Gonzales Reed Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Sequi vel consectetu\";}','2021-12-22 11:34:40'),(999,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Ahsan\";s:9:\"last_name\";s:3:\"Ali\";s:5:\"email\";s:19:\"ceno@mailinator.com\";s:5:\"phone\";s:17:\"+1 (696) 335-4278\";s:7:\"company\";s:24:\"Morrow Maldonado Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Enim et voluptas con\";}','2021-12-22 11:49:45'),(1000,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:8:\"Salvador\";s:9:\"last_name\";s:4:\"Holt\";s:5:\"email\";s:20:\"pilap@mailinator.com\";s:5:\"phone\";s:17:\"+1 (273) 928-5736\";s:7:\"company\";s:20:\"Simon Chaney Traders\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Fugiat cupiditate es\";}','2021-12-22 11:54:47'),(1001,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Bryar\";s:9:\"last_name\";s:6:\"Lowery\";s:5:\"email\";s:22:\"lazibes@mailinator.com\";s:5:\"phone\";s:17:\"+1 (118) 509-6234\";s:7:\"company\";s:22:\"Townsend and Lloyd Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Consequatur eligendi\";}','2021-12-22 11:55:30'),(1002,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Cara\";s:9:\"last_name\";s:4:\"Luna\";s:5:\"email\";s:24:\"foqawihyr@mailinator.com\";s:5:\"phone\";s:17:\"+1 (881) 542-2716\";s:7:\"company\";s:20:\"Ochoa Obrien Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:19:\"Voluptatem et at hi\";}','2021-12-22 11:56:24'),(1003,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Maris\";s:9:\"last_name\";s:10:\"Mclaughlin\";s:5:\"email\";s:24:\"foqawihyr@mailinator.com\";s:5:\"phone\";s:17:\"+1 (812) 297-7664\";s:7:\"company\";s:28:\"Townsend and Montoya Trading\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Ullamco ex officiis \";}','2021-12-22 11:58:37'),(1004,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Griffin\";s:9:\"last_name\";s:9:\"Hendricks\";s:5:\"email\";s:25:\"qybyqiwyto@mailinator.com\";s:5:\"phone\";s:17:\"+1 (172) 578-3447\";s:7:\"company\";s:23:\"Cummings Hutchinson LLC\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Reiciendis consectet\";}','2021-12-22 12:01:34'),(1005,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Carly\";s:9:\"last_name\";s:7:\"Sellers\";s:5:\"email\";s:25:\"qybyqiwyto@mailinator.com\";s:5:\"phone\";s:17:\"+1 (262) 771-5992\";s:7:\"company\";s:22:\"Petersen and Miles Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Cupiditate non est d\";}','2021-12-22 12:03:28'),(1006,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Gage\";s:9:\"last_name\";s:4:\"Roth\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (564) 838-8134\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:24:\"Galloway and Ellison Inc\";}','2021-12-22 14:03:39'),(1007,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Darius\";s:9:\"last_name\";s:5:\"Ayala\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (418) 176-8668\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:21:\"Coffey and Medina Inc\";}','2021-12-22 14:04:41'),(1008,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Hayley\";s:9:\"last_name\";s:6:\"Phelps\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (465) 569-2898\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Sparks Wright Plc\";}','2021-12-22 14:06:14'),(1009,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Noelle\";s:9:\"last_name\";s:4:\"Hart\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (511) 563-5503\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Bowman Stephens Plc\";}','2021-12-22 14:14:43'),(1010,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Brody\";s:9:\"last_name\";s:7:\"Workman\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (627) 411-1863\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:19:\"Snow and Ellison Co\";}','2021-12-22 14:20:33'),(1011,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:7:\"Raphael\";s:9:\"last_name\";s:9:\"Gallagher\";s:5:\"email\";s:23:\"zyjejecu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (235) 177-4081\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:17:\"Hurley Holder Plc\";}','2021-12-22 14:27:55'),(1012,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Sydney\";s:9:\"last_name\";s:5:\"Rivas\";s:5:\"email\";s:25:\"wonyberiqa@mailinator.com\";s:5:\"phone\";s:17:\"+1 (883) 366-3701\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:20:\"Butler and Bailey Co\";}','2021-12-23 13:42:29'),(1013,2737,'a:7:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:9:\"Alexandra\";s:9:\"last_name\";s:7:\"Ramirez\";s:5:\"email\";s:25:\"wonyberiqa@mailinator.com\";s:5:\"phone\";s:17:\"+1 (786) 613-2877\";s:11:\"full_number\";s:0:\"\";s:7:\"company\";s:25:\"Walls Clements Associates\";}','2021-12-23 13:44:59'),(1014,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Jakeem\";s:9:\"last_name\";s:10:\"Williamson\";s:5:\"email\";s:19:\"pypu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (479) 598-9908\";s:7:\"company\";s:17:\"Cervantes Peck Co\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:20:\"Dolorem non quo fugi\";}','2021-12-23 13:46:38'),(1015,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:4:\"Avye\";s:9:\"last_name\";s:7:\"Nichols\";s:5:\"email\";s:25:\"wonyberiqa@mailinator.com\";s:5:\"phone\";s:17:\"+1 (576) 775-7457\";s:7:\"company\";s:18:\"Mccarty Dudley Plc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Pricing\";}s:7:\"message\";s:19:\"Nesciunt consequunt\";}','2021-12-23 13:47:53'),(1016,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:6:\"Tobias\";s:9:\"last_name\";s:5:\"Sweet\";s:5:\"email\";s:22:\"sujuxyk@mailinator.com\";s:5:\"phone\";s:17:\"+1 (234) 845-3047\";s:7:\"company\";s:22:\"Craig and Hood Trading\";s:10:\"query_type\";a:1:{i:0;s:11:\"Information\";}s:7:\"message\";s:20:\"Accusantium quia ea \";}','2021-12-24 12:08:09'),(1017,591,'a:8:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"first_name\";s:5:\"Marny\";s:9:\"last_name\";s:5:\"Ochoa\";s:5:\"email\";s:21:\"qiluhu@mailinator.com\";s:5:\"phone\";s:17:\"+1 (892) 679-4798\";s:7:\"company\";s:16:\"Reyes Garcia Inc\";s:10:\"query_type\";a:1:{i:0;s:7:\"Support\";}s:7:\"message\";s:20:\"Ut praesentium illum\";}','2021-12-27 12:58:36'); /*!40000 ALTER TABLE `_HTO_db7_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_failed_jobs` -- DROP TABLE IF EXISTS `_HTO_failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_failed_jobs` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `failed_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_failed_jobs` -- LOCK TABLES `_HTO_failed_jobs` WRITE; /*!40000 ALTER TABLE `_HTO_failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_links` -- DROP TABLE IF EXISTS `_HTO_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_links` -- LOCK TABLES `_HTO_links` WRITE; /*!40000 ALTER TABLE `_HTO_links` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_mailchimp_carts` -- DROP TABLE IF EXISTS `_HTO_mailchimp_carts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_mailchimp_carts` ( `id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_mailchimp_carts` -- LOCK TABLES `_HTO_mailchimp_carts` WRITE; /*!40000 ALTER TABLE `_HTO_mailchimp_carts` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_mailchimp_carts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_mondula_form_wizards` -- DROP TABLE IF EXISTS `_HTO_mondula_form_wizards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_mondula_form_wizards` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `json` mediumtext COLLATE utf8_unicode_ci NOT NULL, `version` varchar(11) COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_mondula_form_wizards` -- LOCK TABLES `_HTO_mondula_form_wizards` WRITE; /*!40000 ALTER TABLE `_HTO_mondula_form_wizards` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_mondula_form_wizards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_action_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_action_meta` -- LOCK TABLES `_HTO_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_action_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','','to',''),(9,1,'email_subject','','email_subject',''),(10,1,'email_message','','email_message',''),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','','to',''),(67,4,'email_subject','','email_subject',''),(68,4,'email_message','','email_message',''),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''); /*!40000 ALTER TABLE `_HTO_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_actions` -- DROP TABLE IF EXISTS `_HTO_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `type` longtext, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `label` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_actions` -- LOCK TABLES `_HTO_nf3_actions` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_actions` DISABLE KEYS */; INSERT INTO `_HTO_nf3_actions` VALUES (1,'','','save',1,1,'2019-08-26 21:49:09','2019-08-27 08:49:09','Store Submission'),(2,'','','email',1,1,'2019-08-26 21:49:09','2019-08-27 08:49:09','Email Confirmation'),(3,'','','email',1,1,'2019-08-26 21:49:09','2019-08-27 08:49:09','Email Notification'),(4,'','','successmessage',1,1,'2019-08-26 21:49:09','2019-08-27 08:49:09','Success Message'); /*!40000 ALTER TABLE `_HTO_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_chunks` -- DROP TABLE IF EXISTS `_HTO_nf3_chunks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_chunks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) DEFAULT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_chunks` -- LOCK TABLES `_HTO_nf3_chunks` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_chunks` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_chunks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_field_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=253 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_field_meta` -- LOCK TABLES `_HTO_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_field_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'); /*!40000 ALTER TABLE `_HTO_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_fields` -- DROP TABLE IF EXISTS `_HTO_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext, `key` longtext, `type` longtext, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `field_label` longtext, `field_key` longtext, `order` int(11) DEFAULT NULL, `required` bit(1) DEFAULT NULL, `default_value` longtext, `label_pos` varchar(15) DEFAULT NULL, `personally_identifiable` bit(1) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_fields` -- LOCK TABLES `_HTO_nf3_fields` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_fields` DISABLE KEYS */; INSERT INTO `_HTO_nf3_fields` VALUES (1,'Name','name','textbox',1,'2019-08-27 03:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Email','email','email',1,'2019-08-27 03:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Message','message','textarea',1,'2019-08-27 03:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Submit','submit','submit',1,'2019-08-27 03:49:08','2019-08-27 08:49:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `_HTO_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_form_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_form_meta` -- LOCK TABLES `_HTO_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_form_meta` DISABLE KEYS */; INSERT INTO `_HTO_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2019-08-27 08:49:08','created_at','2019-08-27 08:49:08'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','','editActive',''),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}','formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''); /*!40000 ALTER TABLE `_HTO_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_forms` -- DROP TABLE IF EXISTS `_HTO_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, `form_title` longtext, `default_label_pos` varchar(15) DEFAULT NULL, `show_title` bit(1) DEFAULT NULL, `clear_complete` bit(1) DEFAULT NULL, `hide_complete` bit(1) DEFAULT NULL, `logged_in` bit(1) DEFAULT NULL, `seq_num` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_forms` -- LOCK TABLES `_HTO_nf3_forms` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_forms` DISABLE KEYS */; INSERT INTO `_HTO_nf3_forms` VALUES (1,'Contact Me',NULL,'2019-08-26 21:49:08','2019-08-27 08:49:08',NULL,NULL,'Contact Me','above',_binary '',_binary '',_binary '',_binary '\0',NULL); /*!40000 ALTER TABLE `_HTO_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_object_meta` -- DROP TABLE IF EXISTS `_HTO_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_object_meta` -- LOCK TABLES `_HTO_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_objects` -- DROP TABLE IF EXISTS `_HTO_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext, `title` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `object_title` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_objects` -- LOCK TABLES `_HTO_nf3_objects` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_relationships` -- DROP TABLE IF EXISTS `_HTO_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_relationships` -- LOCK TABLES `_HTO_nf3_relationships` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_nf3_upgrades` -- DROP TABLE IF EXISTS `_HTO_nf3_upgrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_nf3_upgrades` ( `id` int(11) NOT NULL, `cache` longtext, `stage` int(11) NOT NULL DEFAULT '0', `maintenance` bit(1) DEFAULT b'0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_nf3_upgrades` -- LOCK TABLES `_HTO_nf3_upgrades` WRITE; /*!40000 ALTER TABLE `_HTO_nf3_upgrades` DISABLE KEYS */; INSERT INTO `_HTO_nf3_upgrades` VALUES (1,'a:4:{s:2:\"id\";i:1;s:6:\"fields\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:24:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:09\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:99:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";}}',4,_binary '\0'); /*!40000 ALTER TABLE `_HTO_nf3_upgrades` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_options` -- DROP TABLE IF EXISTS `_HTO_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=93637 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_options` -- LOCK TABLES `_HTO_options` WRITE; /*!40000 ALTER TABLE `_HTO_options` DISABLE KEYS */; INSERT INTO `_HTO_options` VALUES (1,'siteurl','https://staging.subscriptionflow.com','yes'),(2,'home','https://staging.subscriptionflow.com','yes'),(3,'blogname','Subscription Flow','yes'),(4,'blogdescription','The Future of Subscription Management','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@staging.subscriptionflow.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:83:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/functions.php\";i:1;s:79:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/style.css\";i:2;s:80:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/footer.php\";i:4;s:79:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/token.txt\";i:5;s:90:\"/var/www/html/staging-subscription/wp-content/themes/subscriptionflow/page-pricing-new.php\";}','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:33:\"<ul>\r\n[show_table_content]\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'timezone_string','','yes'),(83,'page_for_posts','564','yes'),(84,'page_on_front','2176','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'_HTO_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','43764','yes'),(94,'_HTO_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:140:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:12:\"cfdb7_access\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"read_wpdiscuz_form\";b:1;s:19:\"read_wpdiscuz_forms\";b:1;s:18:\"edit_wpdiscuz_form\";b:1;s:19:\"edit_wpdiscuz_forms\";b:1;s:26:\"edit_others_wpdiscuz_forms\";b:1;s:29:\"edit_published_wpdiscuz_forms\";b:1;s:22:\"publish_wpdiscuz_forms\";b:1;s:20:\"delete_wpdiscuz_form\";b:1;s:21:\"delete_wpdiscuz_forms\";b:1;s:28:\"delete_others_wpdiscuz_forms\";b:1;s:29:\"delete_private_wpdiscuz_forms\";b:1;s:31:\"delete_published_wpdiscuz_forms\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:46:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:14:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:101:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:47:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:45:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:12:\"gtranslate-2\";i:1;s:14:\"latest-posts-2\";}s:21:\"eckb_articles_sidebar\";a:1:{i:0;s:10:\"nav_menu-3\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";}s:14:\"top-header-bar\";a:2:{i:0;s:12:\"gtranslate-3\";i:1;s:10:\"nav_menu-2\";}s:14:\"blog-sidebar-1\";a:3:{i:0;s:8:\"search-3\";i:1;s:6:\"text-2\";i:2;s:12:\"categories-3\";}s:9:\"mega-menu\";a:14:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"custom_html-3\";i:2;s:13:\"custom_html-4\";i:3;s:13:\"custom_html-5\";i:4;s:13:\"custom_html-6\";i:5;s:13:\"custom_html-7\";i:6;s:13:\"custom_html-8\";i:7;s:13:\"custom_html-9\";i:8;s:14:\"custom_html-10\";i:9;s:14:\"custom_html-11\";i:10;s:14:\"custom_html-12\";i:11;s:14:\"custom_html-13\";i:12;s:14:\"custom_html-14\";i:13;s:14:\"custom_html-15\";}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:2:{i:2;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:3:{i:2;a:1:{s:8:\"nav_menu\";i:75;}i:3;a:1:{s:8:\"nav_menu\";i:89;}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:15:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1405:\"<div class=\"supports-links-area\">\r\n<span class=\"support-title\">Payment Gateways</span>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Stripe</a>, \r\n<a href=\"https://staging.subscriptionflow.com/recurring-recurring-billing-with-braintree/\">Braintree</a>, \r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\">Authorize.net</a>, \r\n<a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">Paypal</a>, and\r\n<a href=\"https://staging.subscriptionflow.com/payment-gateways/\"> other payment gateways</a>\r\n</div>\r\n\r\n<div class=\"supports-links-area\">\r\n<span class=\"support-title\">Other integration with</span>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\">Xero</a>, \r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-quickbooks/\">Quickbooks</a>, \r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">Zendesk</a>, \r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">Salesforce</a> +\r\n<a href=\"https://staging.subscriptionflow.com/integrations/\">Many More</a>.\r\n</div>\r\n\r\n<div class=\"full-width explore-link\">\r\n <a href=\"/subscription-management-with-subscriptionflow/\" class=\"clr-white\">Explore all features <i class=\"fa fa-arrow-right\"></i></a>\r\n</div>\r\n\r\n\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:229:\"<div class=\"menu-link-description\">\r\n <p class=\"desc\">\r\n Enable seamless customer experience with customised checkout & self-serve portals.\r\n <a href=\"#\">For Self-Serve Model <i class=\"fa fa-arrow-right\"></i></a>\r\n </p>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:255:\"<div class=\"menu-link-description\">\r\n <p class=\"desc\">\r\n Simplify accounting and revenue operations with support for taxes, recognition, reconciliation, and more. \r\n <a href=\"#\">For Finance Operations <i class=\"fa fa-arrow-right\"></i></a>\r\n </p>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:224:\"<div class=\"menu-link-description\">\r\n <p class=\"desc\">\r\n Break down complex B2B sales cycles with complete Quote-to-Cash automation. \r\n <a href=\"#\">For Sales-Driven Model <i class=\"fa fa-arrow-right\"></i></a>\r\n </p>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:234:\"<div class=\"menu-link-description\">\r\n <p class=\"desc\">\r\n Expand across horizons with simplified workflows and support for complex billing scenarios. \r\n <a href=\"#\"> For Enterprises<i class=\"fa fa-arrow-right\"></i></a>\r\n </p>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:287:\"<div class=\"box-description-section\">\r\n <span class=\"box-main-title\">Can\'t find what you are looking for?</span>\r\n <p class=\"desc\"> We\'d love to talk with you. Schedule a call with one of our product experts. \r\n </p>\r\n <a href=\"#\" class=\"mw-100\">Schedule a Demo</a>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:384:\"Read everything from buzz-worthy SaaS developments to latest developments in the subscription world. Need interesting content from industry experts? Check it out.\r\n<span class=\"ch-panel__action ch-nav__arrow ch-nav__arrow--link\"><a href=\"/blog/\">Blog <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i></a></span>\r\n \";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:9;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:391:\"Get the best insight into using SubscriptionFlow from our resources and step-by-step guides for using every tools.\r\n<span class=\"ch-panel__action ch-nav__arrow ch-nav__arrow--link\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\">Docs <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i></a></span>\r\n \";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:10;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:362:\"A quick overview of SubscriptionFlow to help you understand and implement it. \r\n<span class=\"ch-panel__action ch-nav__arrow ch-nav__arrow--link\"><a href=\"https://demo.subscriptionflow.com/api/documentation\" target=\"_blank\">API\'s <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i></a></span>\r\n \";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:11;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:462:\"<div class=\"description-box-area\">\r\n <span class=\"des-box-title\">The Essential Guide on Subscription Billing</span>\r\n <p class=\"des-box-text\">\r\nNeed more assistance on using billing, subscriptions, or automated invoicing tools? Look no further. Dive right into our helpful resources to run your subscription business. \r\n </p>\r\n <a style=\"display:none;\" class=\"des-box-read-more\" href=\"#\">Read More <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i></a>\r\n</div>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:12;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:60:\"<span class=\"mega-menu-title\">Subscription Management</span>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:13;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:58:\"<span class=\"mega-menu-title\">Billing and Invoicing</span>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:14;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:56:\"<span class=\"mega-menu-title\">Payments Processing</span>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}i:15;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:60:\"<span class=\"mega-menu-title\">Analytics and Reporting</span>\";s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:17:{i:1676554315;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:1676556687;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:1676573407;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676577213;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:1676590405;a:1:{s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1676614677;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676614688;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:1676616703;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:1676616726;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:1676617554;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:1676621314;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1676631332;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1676633605;a:1:{s:13:\"mm_cron_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:1676635243;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;}}}i:1676892805;a:1:{s:14:\"mm_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1676976931;a:1:{s:18:\"wpseo_onpage_fetch\";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;}','yes'),(112,'theme_mods_twentynineteen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1593690421;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:10:\"nav_menu-2\";i:1;s:13:\"custom_html-2\";i:2;s:13:\"custom_html-3\";i:3;s:13:\"custom_html-4\";i:4;s:13:\"custom_html-5\";i:5;s:13:\"custom_html-6\";i:6;s:13:\"custom_html-7\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";}}}s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}}','yes'),(137,'current_theme','subscription_flow','yes'),(138,'theme_mods_zuora','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1552572629;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"latest-posts-2\";i:3;s:11:\"tag_cloud-2\";}}}}','yes'),(139,'theme_switched','','yes'),(144,'recently_activated','a:0:{}','yes'),(149,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(164,'vc_version','5.7','yes'),(184,'new_admin_email','info@staging.subscriptionflow.com','yes'),(214,'ai1wm_updater','a:0:{}','yes'),(368,'wpb_js_composer_license_activation_notified','yes','yes'),(406,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:33:\"info@staging.subscriptionflow.com\";s:7:\"version\";s:5:\"5.8.6\";s:9:\"timestamp\";i:1666077712;}','no'),(431,'widget_latest-posts','a:2:{i:2;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";i:4;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(467,'theme_mods_subscriptionflow','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1593690393;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:14:\"latest-posts-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-2\";}s:14:\"top-header-bar\";a:2:{i:0;s:12:\"gtranslate-2\";i:1;s:10:\"nav_menu-2\";}s:9:\"mega-menu\";a:6:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"custom_html-3\";i:2;s:13:\"custom_html-4\";i:3;s:13:\"custom_html-5\";i:4;s:13:\"custom_html-6\";i:5;s:13:\"custom_html-7\";}}}}','yes'),(475,'wpcf7','a:6:{s:7:\"version\";s:5:\"5.4.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1552575043;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\";s:40:\"6LcecMAUAAAAANwxaKygCm_EU2Fy5fI82NqT-2F6\";}s:23:\"recaptcha_v2_v3_warning\";b:0;s:15:\"iqfix_recaptcha\";i:2;s:22:\"iqfix_recaptcha_source\";s:10:\"google.com\";}','yes'),(502,'uninstall_plugins','a:13:{i:0;b:0;s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:29:\"webp-express/webp-express.php\";a:2:{i:0;s:28:\"\\WebPExpress\\PluginUninstall\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";s:62:\"change-wp-admin-login/includes/class-change-wp-admin-login.php\";a:2:{i:0;s:21:\"Change_WP_Admin_Login\";i:1;s:9:\"uninstall\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:43:\"autoptimize-criticalcss/ao_criticss_aas.php\";s:36:\"autoptimizeCriticalCSS::on_uninstall\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";a:2:{i:0;s:30:\"WebpConverter\\Plugin\\Uninstall\";i:1;s:22:\"load_uninstall_actions\";}}','yes'),(503,'active_plugins','a:17:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:4;s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";i:5;s:43:\"echo-knowledge-base/echo-knowledge-base.php\";i:6;s:36:\"export-all-urls/extract-all-urls.php\";i:7;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:8;s:25:\"gtranslate/gtranslate.php\";i:9;s:27:\"js_composer/js_composer.php\";i:10;s:21:\"megamenu/megamenu.php\";i:11;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:12;s:56:\"simple-taxonomy-ordering/yikes-custom-taxonomy-order.php\";i:13;s:39:\"uk-cookie-consent/uk-cookie-consent.php\";i:14;s:53:\"webp-converter-for-media/webp-converter-for-media.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";i:16;s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";}','yes'),(505,'template','subscriptionflow','yes'),(506,'stylesheet','subscriptionflow','yes'),(510,'wp_page_for_privacy_policy','0','yes'),(511,'db_upgraded','','yes'),(642,'mm_cache_settings','a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}','yes'),(643,'endurance_cache_level','0','yes'),(2562,'wpseo','a:45:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"17.3\";s:16:\"previous_version\";s:4:\"17.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:4:\"blog\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1629792260;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:30:\"/%year%/%monthnum%/%postname%/\";s:8:\"home_url\";s:36:\"https://staging.subscriptionflow.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:2:{s:25:\"epkb_post_type_1_category\";s:13:\"docs/category\";s:20:\"epkb_post_type_1_tag\";s:8:\"docs/tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;}','yes'),(2563,'wpseo_titles','a:138:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:84:\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscriptionflow.png\";s:12:\"company_name\";s:16:\"Subscriptionflow\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:22:\"title-epkb_post_type_1\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-epkb_post_type_1\";s:0:\"\";s:24:\"noindex-epkb_post_type_1\";b:0;s:35:\"display-metabox-pt-epkb_post_type_1\";b:1;s:35:\"post_types-epkb_post_type_1-maintax\";i:0;s:33:\"schema-page-type-epkb_post_type_1\";s:7:\"WebPage\";s:36:\"schema-article-type-epkb_post_type_1\";s:4:\"None\";s:29:\"social-title-epkb_post_type_1\";s:9:\"%%title%%\";s:35:\"social-description-epkb_post_type_1\";s:0:\"\";s:33:\"social-image-url-epkb_post_type_1\";s:0:\"\";s:32:\"social-image-id-epkb_post_type_1\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:35:\"title-tax-epkb_post_type_1_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-tax-epkb_post_type_1_category\";s:0:\"\";s:45:\"display-metabox-tax-epkb_post_type_1_category\";b:1;s:37:\"noindex-tax-epkb_post_type_1_category\";b:0;s:42:\"social-title-tax-epkb_post_type_1_category\";s:23:\"%%term_title%% Archives\";s:48:\"social-description-tax-epkb_post_type_1_category\";s:0:\"\";s:46:\"social-image-url-tax-epkb_post_type_1_category\";s:0:\"\";s:45:\"social-image-id-tax-epkb_post_type_1_category\";i:0;s:43:\"taxonomy-epkb_post_type_1_category-ptparent\";i:0;s:30:\"title-tax-epkb_post_type_1_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-epkb_post_type_1_tag\";s:0:\"\";s:40:\"display-metabox-tax-epkb_post_type_1_tag\";b:1;s:32:\"noindex-tax-epkb_post_type_1_tag\";b:0;s:37:\"social-title-tax-epkb_post_type_1_tag\";s:23:\"%%term_title%% Archives\";s:43:\"social-description-tax-epkb_post_type_1_tag\";s:0:\"\";s:41:\"social-image-url-tax-epkb_post_type_1_tag\";s:0:\"\";s:40:\"social-image-id-tax-epkb_post_type_1_tag\";i:0;s:38:\"taxonomy-epkb_post_type_1_tag-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:1000;s:17:\"company_logo_meta\";a:9:{s:5:\"width\";i:184;s:6:\"height\";i:73;s:3:\"url\";s:84:\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscriptionflow.png\";s:4:\"path\";s:82:\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/Subscriptionflow.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:1000;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:13432;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}','yes'),(2564,'wpseo_social','a:18:{s:13:\"facebook_site\";s:41:\"https://www.facebook.com/SubscriptionFlow\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:50:\"https://www.linkedin.com/company/subscription-flow\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:14:\"SubscriptionFL\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(2565,'wpseo_flush_rewrite','1','yes'),(2818,'wpseo-gsc','a:1:{s:7:\"profile\";s:0:\"\";}','yes'),(4529,'_mm_refresh_token','5c8a5db9-2a78-4a48-8712-49ce0a141f3c','yes'),(4796,'recovery_keys','a:1:{s:22:\"41HwMRePUTNuhf4akwbWUv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BhXBkOug8BetnKWXtSSePInmOzgAbd.\";s:10:\"created_at\";i:1676481482;}}','yes'),(5125,'recovery_mode_email_last_sent','1676481482','yes'),(6891,'polylang','a:16:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"2.6.3\";s:16:\"first_activation\";i:1559020343;s:12:\"default_lang\";s:2:\"ar\";s:16:\"previous_version\";s:5:\"2.5.3\";s:9:\"nav_menus\";a:1:{s:16:\"subscriptionflow\";a:1:{s:6:\"menu-1\";a:2:{s:2:\"ar\";i:2;s:2:\"af\";i:0;}}}}','yes'),(6892,'polylang_wpml_strings','a:0:{}','yes'),(6893,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8911,'widget_maxmegamenu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8912,'megamenu_version','2.9.4','yes'),(8913,'megamenu_initial_version','2.7.1.1','yes'),(8914,'megamenu_multisite_share_themes','false','yes'),(8915,'megamenu_settings','a:8:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:5:\"close\";s:6:\"menu-1\";a:7:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:4:\"fade\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"400\";s:5:\"theme\";s:7:\"default\";}s:16:\"mobile_behaviour\";s:8:\"standard\";s:3:\"css\";s:2:\"fs\";s:6:\"unbind\";s:7:\"enabled\";s:9:\"instances\";a:1:{s:6:\"menu-1\";s:1:\"0\";}}','yes'),(11762,'bsf_force_check_extensions','','no'),(11764,'bsf_local_transient','1574679737','yes'),(11767,'bsf-updater-version','1.22.62\r\n','yes'),(11768,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{s:13:\"wp-schema-pro\";a:32:{s:2:\"id\";s:13:\"wp-schema-pro\";s:4:\"name\";s:10:\"Schema Pro\";s:4:\"slug\";s:13:\"wp-schema-pro\";s:10:\"short_name\";s:10:\"Schema Pro\";s:11:\"description\";s:66:\"Integrate Schema.org JSON-LD code in your website and improve SEO.\";s:7:\"version\";s:5:\"1.3.0\";s:12:\"download_url\";s:17:\"wp-schema-pro.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:5:\"5.2.3\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:12:\"purchase_url\";s:32:\"https://wpschemapro.com/pricing/\";s:13:\"changelog_url\";s:34:\"https://wpschemapro.com/changelog/\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:32:\"https://wpschemapro.com/support/\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/schema-pro.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:31:\"wp-schema-pro/wp-schema-pro.php\";s:6:\"remote\";s:5:\"1.4.1\";s:12:\"purchase_key\";s:32:\"f4750a2ff5a053065481198f48e81b7f\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:10:\"Schema Pro\";}}}','yes'),(11772,'bsf_local_transient_bundled','1574331109','yes'),(11777,'bsf_skip_braisntorm_menu','1','no'),(11780,'bsf_skip_author','1','no'),(11808,'wp-schema-pro-general-settings','a:6:{s:9:\"site-logo\";s:6:\"custom\";s:16:\"site-logo-custom\";s:4:\"1000\";s:14:\"site-represent\";s:12:\"organization\";s:11:\"person-name\";s:0:\"\";s:9:\"site-name\";s:16:\"Subscriptionflow\";s:12:\"organization\";s:11:\"Corporation\";}','yes'),(11809,'wp-schema-pro-social-profiles','a:9:{s:8:\"facebook\";s:41:\"https://www.facebook.com/SubscriptionFlow\";s:7:\"twitter\";s:33:\"http://twitter.com/SubscriptionFL\";s:11:\"google-plus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:8:\"linkedin\";s:50:\"https://www.linkedin.com/company/subscription-flow\";s:9:\"pinterest\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";}','yes'),(11810,'wp-schema-pro-global-schemas','a:5:{s:10:\"about-page\";s:2:\"17\";s:12:\"contact-page\";s:3:\"588\";s:23:\"site-navigation-element\";s:1:\"2\";s:10:\"breadcrumb\";s:1:\"1\";s:19:\"sitelink-search-box\";s:1:\"1\";}','yes'),(11836,'aiosrs-pro-settings','a:5:{s:10:\"quick-test\";s:1:\"1\";s:13:\"menu-position\";s:19:\"options-general.php\";s:15:\"schema-location\";s:4:\"head\";s:13:\"default_image\";s:0:\"\";s:19:\"yoast-compatibility\";s:8:\"disabled\";}','yes'),(12647,'sbp_integer','','yes'),(12648,'sbp_css_exceptions','','yes'),(12649,'sbp_sanitize','','yes'),(12650,'sbp_js_footer_exceptions1','','yes'),(12651,'sbp_js_footer_exceptions2','','yes'),(12652,'sbp_js_footer_exceptions3','','yes'),(12653,'sbp_js_footer_exceptions4','','yes'),(12654,'sbp_defer_exceptions1','','yes'),(12655,'sbp_defer_exceptions2','','yes'),(12656,'sbp_defer_exceptions3','','yes'),(12657,'sbp_defer_exceptions4','','yes'),(12662,'all_theme_scripts_handle','jquery-core<br />jquery-migrate<br />admin-bar<br />contact-form-7<br />subscription_flow-navigation<br />subscription_flow-skip-link-focus-fix<br />bootstrap-min<br />owl-carousel<br />hoverIntent<br />megamenu<br />wp-embed<br />wpb_composer_front_js<br />','yes'),(12663,'all_theme_scripts_src','/wp-includes/js/jquery/jquery.js<br />/wp-includes/js/jquery/jquery-migrate.min.js<br />/wp-includes/js/admin-bar.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/js/navigation.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/js/skip-link-focus-fix.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/assets/js/bootstrap.min.js<br />https://staging.subscriptionflow.com/wp-content/themes/subscriptionflow/assets/js/owl.carousel.min.js<br />/wp-includes/js/hoverIntent.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/megamenu/js/maxmegamenu.js<br />/wp-includes/js/wp-embed.min.js<br />https://staging.subscriptionflow.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js<br />','yes'),(12664,'all_theme_styles_handle','admin-bar<br />wp-block-library<br />contact-form-7<br />dashicons<br />megamenu<br />subscription_flow-style<br />main-styles<br />bootstrap-min<br />font-awesome-min<br />owl-carousel-min<br />owl-carousel-default-theme<br />montserrat<br />open-sans<br />yoast-seo-adminbar<br />js_composer_front<br />vc_google_fonts_montserratregular700<br />vc_google_fonts_abril_fatfaceregular<br />font-awesome<br />','yes'),(12764,'webp-express-alter-html-hooks','ob','yes'),(12765,'webp-express-alter-html-replacement','picture','yes'),(12766,'webp-express-alter-html-add-picturefill-js','1','yes'),(12767,'webp-express-alter-html-options','{\"replacement\":\"picture\",\"hooks\":\"ob\",\"only-for-webp-enabled-browsers\":false,\"only-for-webps-that-exists\":false,\"alter-html-add-picturefill-js\":true,\"destination-folder\":\"separate\",\"destination-extension\":\"append\",\"bases\":{\"uploads\":[\"/var/www/html/staging-subscription/wp-content/uploads\",\"https://staging.subscriptionflow.com/wp-content/uploads\"],\"content\":[\"/var/www/html/staging-subscription/wp-content\",\"https://staging.subscriptionflow.com/wp-content\"]},\"image-types\":3}','yes'),(12994,'w3tc_state','{\"common.install\":1564384129,\"license.status\":\"no_key\",\"license.next_check\":1636271127,\"license.terms\":\"\",\"minify.hide_minify_help\":true,\"common.show_note.flush_posts_needed\":true,\"common.show_note.flush_posts_needed.timestamp\":1635166715,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1635166554,\"common.next_support_us_invitation\":1635423738,\"common.support_us_invitations\":1,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1635166569,\"common.hide_note_debug_enabled\":\"true\",\"license.community_terms\":\"accept\"}','no'),(13006,'w3tc_minify','{\"df983.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\"],\"472af.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/navigation.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/skip-link-focus-fix.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/bootstrap.min.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/owl.carousel.min.js\",\"wp-includes\\/js\\/hoverIntent.min.js\"],\"3922b.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\"],\"6704a.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/uploads\\/maxmegamenu\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/main-style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.theme.default.min.css\"],\"36f66.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\"],\"91cb2.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/font-awesome\\/css\\/font-awesome.min.css\"],\"818c0.js\":[\"wp-includes\\/js\\/jquery\\/jquery.min.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\"],\"31730.js\":[\"wp-includes\\/js\\/dist\\/vendor\\/regenerator-runtime.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\"],\"a2020.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/index.js\",\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/js\\/intlTelInput.min.js\",\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/js\\/countrySelect.min.js\"],\"c7266.js\":[\"wp-content\\/themes\\/subscriptionflow\\/js\\/navigation.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/skip-link-focus-fix.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/bootstrap.min.js\",\"wp-includes\\/js\\/hoverIntent.min.js\"],\"9164d.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/waypoints\\/waypoints.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc_accordion\\/vc-accordion.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc-tta-autoplay\\/vc-tta-autoplay.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc_tabs\\/vc-tabs.min.js\"],\"dad1f.css\":[\"wp-content\\/plugins\\/gtranslate\\/gtranslate-style24.css\",\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"b7a29.css\":[\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/css\\/intlTelInput.min.css\",\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/css\\/countrySelect.min.css\",\"wp-content\\/uploads\\/maxmegamenu\\/style.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/main-style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.theme.default.min.css\"],\"b5b04.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/animate-css\\/animate.min.css\"],\"51dff.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer_tta.min.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/font-awesome\\/css\\/font-awesome.min.css\"],\"68e02.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/waypoints\\/waypoints.min.js\"],\"f9de3.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"56683.js\":[\"wp-includes\\/js\\/hoverintent-js.min.js\",\"wp-includes\\/js\\/admin-bar.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/regenerator-runtime.min.js\",\"wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\"],\"f8936.js\":[\"wp-content\\/plugins\\/google-analytics-for-wordpress\\/lite\\/assets\\/vue\\/js\\/chunk-frontend-vendors.js\",\"wp-content\\/plugins\\/google-analytics-for-wordpress\\/lite\\/assets\\/vue\\/js\\/chunk-common.js\"],\"0589c.js\":[\"wp-content\\/plugins\\/google-analytics-for-wordpress\\/lite\\/assets\\/vue\\/js\\/frontend.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/navigation.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/skip-link-focus-fix.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/bootstrap.min.js\",\"wp-includes\\/js\\/hoverIntent.min.js\"],\"a62f5.css\":[\"wp-content\\/plugins\\/gtranslate\\/gtranslate-style24.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\"],\"7de6a.css\":[\"wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"8ce1f.css\":[\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/css\\/intlTelInput.min.css\",\"wp-content\\/plugins\\/country-phone-field-contact-form-7\\/assets\\/css\\/countrySelect.min.css\",\"wp-content\\/plugins\\/google-analytics-for-wordpress\\/lite\\/assets\\/vue\\/css\\/frontend.css\",\"wp-content\\/uploads\\/maxmegamenu\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/main-style.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/bootstrap.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/font-awesome.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.carousel.min.css\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/css\\/owl.theme.default.min.css\"],\"f1d9f.css\":[\"wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-1730.css\",\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\"],\"f61e1.css\":[\"wp-content\\/plugins\\/shortcodes-ultimate\\/includes\\/css\\/icons.css\",\"wp-content\\/plugins\\/shortcodes-ultimate\\/includes\\/css\\/shortcodes.css\"],\"c6a00.js\":[\"wp-content\\/themes\\/subscriptionflow\\/js\\/navigation.js\",\"wp-content\\/themes\\/subscriptionflow\\/js\\/skip-link-focus-fix.js\",\"wp-includes\\/js\\/comment-reply.min.js\",\"wp-content\\/themes\\/subscriptionflow\\/assets\\/js\\/bootstrap.min.js\",\"wp-includes\\/js\\/hoverIntent.min.js\"],\"190c9.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\",\"wp-content\\/plugins\\/wpcf7-recaptcha\\/assets\\/js\\/wpcf7-recaptcha-controls.js\"],\"7d745.js\":[\"wp-content\\/plugins\\/echo-knowledge-base\\/js\\/public-scripts.min.js\",\"wp-content\\/plugins\\/echo-knowledge-base\\/js\\/lib\\/materialize.min.js\"],\"36b8b.css\":[\"wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\",\"wp-content\\/plugins\\/echo-knowledge-base\\/css\\/public-styles.min.css\"],\"e92d8.js\":[\"wp-content\\/plugins\\/megamenu\\/js\\/maxmegamenu.js\",\"wp-includes\\/js\\/wp-embed.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc_accordion\\/vc-accordion.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc-tta-autoplay\\/vc-tta-autoplay.min.js\",\"wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc_tabs\\/vc-tabs.min.js\"],\"34423.css\":[\"wp-content\\/plugins\\/echo-knowledge-base\\/css\\/public-styles.min.css\"],\"ce0d9.css\":[\"wp-content\\/plugins\\/shortcodes-ultimate\\/includes\\/css\\/shortcodes.css\",\"wp-content\\/plugins\\/shortcodes-ultimate\\/includes\\/css\\/icons.css\"],\"864c2.js\":[\"wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\",\"wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.min.js\"],\"b0646.js\":[\"wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\",\"wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.min.js\"],\"d5ca8.css\":[\"wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.min.css\",\"wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\"]}','no'),(16481,'ninja_forms_oauth_client_secret','uCw2uQrykgcTq7XcQAfD5GH1HXzwdeA1OlMlIb9u','yes'),(16482,'ninja_forms_version','3.4.18','yes'),(16483,'ninja_forms_db_version','1.4','no'),(16484,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2019-08-27 08:49:08\";s:17:\"CacheCollateForms\";s:19:\"2019-08-27 08:49:08\";s:18:\"CacheCollateFields\";s:19:\"2019-08-27 08:49:08\";s:19:\"CacheCollateObjects\";s:19:\"2019-08-27 08:49:08\";s:19:\"CacheCollateCleanup\";s:19:\"2019-08-27 08:49:08\";s:25:\"CacheFieldReconcilliation\";s:19:\"2019-08-27 08:49:08\";}','yes'),(16485,'ninja_forms_settings','a:9:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),(16486,'ninja_forms_zuul','77','no'),(16487,'wp_nf_update_fields_batch_96bc0f5f446e213f8c9aef799e88ea66','a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}','no'),(16489,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16490,'ninja_forms_needs_updates','0','yes'),(16493,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:8:\"9/3/2019\";s:3:\"int\";i:7;}}','yes'),(16495,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/staging.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/staging.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/staging.subscriptionflow.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(16496,'nf_form_tel_data','1','no'),(16497,'ninja_forms_do_not_allow_tracking','1','yes'),(16498,'ninja_forms_optin_reported','0','yes'),(16500,'nf_form_tel_sent','true','no'),(16508,'mondula_form_wizard_version','1.5.3','yes'),(16510,'fw_settings_email','','yes'),(16511,'fw_settings_styling','','yes'),(16512,'fw_settings_captcha','','yes'),(16513,'fw_settings_plus','','yes'),(18046,'301_redirects','a:0:{}','yes'),(21394,'woocommerce_store_address','Address','yes'),(21395,'woocommerce_store_address_2','','yes'),(21396,'woocommerce_store_city','City','yes'),(21397,'woocommerce_default_country','GB:*','yes'),(21398,'woocommerce_store_postcode','','yes'),(21399,'woocommerce_allowed_countries','all','yes'),(21400,'woocommerce_all_except_countries','','yes'),(21401,'woocommerce_specific_allowed_countries','','yes'),(21402,'woocommerce_ship_to_countries','','yes'),(21403,'woocommerce_specific_ship_to_countries','','yes'),(21404,'woocommerce_default_customer_address','geolocation','yes'),(21405,'woocommerce_calc_taxes','yes','yes'),(21406,'woocommerce_enable_coupons','yes','yes'),(21407,'woocommerce_calc_discounts_sequentially','no','no'),(21408,'woocommerce_currency','USD','yes'),(21409,'woocommerce_currency_pos','left','yes'),(21410,'woocommerce_price_thousand_sep',',','yes'),(21411,'woocommerce_price_decimal_sep','.','yes'),(21412,'woocommerce_price_num_decimals','2','yes'),(21413,'woocommerce_shop_page_id','2004','yes'),(21414,'woocommerce_cart_redirect_after_add','no','yes'),(21415,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(21416,'woocommerce_placeholder_image','2003','yes'),(21417,'woocommerce_weight_unit','kg','yes'),(21418,'woocommerce_dimension_unit','cm','yes'),(21419,'woocommerce_enable_reviews','yes','yes'),(21420,'woocommerce_review_rating_verification_label','yes','no'),(21421,'woocommerce_review_rating_verification_required','no','no'),(21422,'woocommerce_enable_review_rating','yes','yes'),(21423,'woocommerce_review_rating_required','yes','no'),(21424,'woocommerce_manage_stock','yes','yes'),(21425,'woocommerce_hold_stock_minutes','60','no'),(21426,'woocommerce_notify_low_stock','yes','no'),(21427,'woocommerce_notify_no_stock','yes','no'),(21428,'woocommerce_stock_email_recipient','abc@mail.com','no'),(21429,'woocommerce_notify_low_stock_amount','2','no'),(21430,'woocommerce_notify_no_stock_amount','0','yes'),(21431,'woocommerce_hide_out_of_stock_items','no','yes'),(21432,'woocommerce_stock_format','','yes'),(21433,'woocommerce_file_download_method','force','no'),(21434,'woocommerce_downloads_require_login','no','no'),(21435,'woocommerce_downloads_grant_access_after_payment','yes','no'),(21436,'woocommerce_prices_include_tax','no','yes'),(21437,'woocommerce_tax_based_on','shipping','yes'),(21438,'woocommerce_shipping_tax_class','inherit','yes'),(21439,'woocommerce_tax_round_at_subtotal','no','yes'),(21440,'woocommerce_tax_classes','','yes'),(21441,'woocommerce_tax_display_shop','excl','yes'),(21442,'woocommerce_tax_display_cart','excl','yes'),(21443,'woocommerce_price_display_suffix','','yes'),(21444,'woocommerce_tax_total_display','itemized','no'),(21445,'woocommerce_enable_shipping_calc','yes','no'),(21446,'woocommerce_shipping_cost_requires_address','no','yes'),(21447,'woocommerce_ship_to_destination','billing','no'),(21448,'woocommerce_shipping_debug_mode','no','yes'),(21449,'woocommerce_enable_guest_checkout','yes','no'),(21450,'woocommerce_enable_checkout_login_reminder','no','no'),(21451,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(21452,'woocommerce_enable_myaccount_registration','no','no'),(21453,'woocommerce_registration_generate_username','yes','no'),(21454,'woocommerce_registration_generate_password','yes','no'),(21455,'woocommerce_erasure_request_removes_order_data','no','no'),(21456,'woocommerce_erasure_request_removes_download_data','no','no'),(21457,'woocommerce_allow_bulk_remove_personal_data','no','no'),(21458,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(21459,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(21460,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(21461,'woocommerce_trash_pending_orders','','no'),(21462,'woocommerce_trash_failed_orders','','no'),(21463,'woocommerce_trash_cancelled_orders','','no'),(21464,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(21465,'woocommerce_email_from_name','Subscription Flow','no'),(21466,'woocommerce_email_from_address','abc@mail.com','no'),(21467,'woocommerce_email_header_image','','no'),(21468,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(21469,'woocommerce_email_base_color','#96588a','no'),(21470,'woocommerce_email_background_color','#f7f7f7','no'),(21471,'woocommerce_email_body_background_color','#ffffff','no'),(21472,'woocommerce_email_text_color','#3c3c3c','no'),(21473,'woocommerce_cart_page_id','2005','no'),(21474,'woocommerce_checkout_page_id','2006','no'),(21475,'woocommerce_myaccount_page_id','2007','no'),(21476,'woocommerce_terms_page_id','','no'),(21477,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(21478,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(21479,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(21480,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(21481,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(21482,'woocommerce_myaccount_orders_endpoint','orders','yes'),(21483,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(21484,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(21485,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(21486,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(21487,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(21488,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(21489,'woocommerce_logout_endpoint','customer-logout','yes'),(21490,'woocommerce_api_enabled','no','yes'),(21491,'woocommerce_allow_tracking','yes','no'),(21492,'woocommerce_show_marketplace_suggestions','yes','no'),(21493,'woocommerce_single_image_width','600','yes'),(21494,'woocommerce_thumbnail_image_width','300','yes'),(21495,'woocommerce_checkout_highlight_required_fields','yes','yes'),(21496,'woocommerce_demo_store','no','no'),(21497,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(21498,'current_theme_supports_woocommerce','yes','yes'),(21499,'woocommerce_queue_flush_rewrite_rules','no','yes'),(21504,'default_product_cat','47','yes'),(21509,'woocommerce_version','3.7.1','yes'),(21510,'woocommerce_db_version','3.7.1','yes'),(21511,'woocommerce_admin_notices','a:1:{i:0;s:23:\"regenerating_thumbnails\";}','yes'),(21513,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21514,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21515,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21516,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21517,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21518,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21519,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21520,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21521,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21522,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21523,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21524,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21529,'woocommerce_meta_box_errors','a:0:{}','yes'),(21541,'woocommerce_obw_last_completed_step','recommended','yes'),(21544,'woocommerce_product_type','physical','yes'),(21566,'woocommerce_tracker_last_send','1570790363','yes'),(21582,'wc_paytrace_real_path','/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes','yes'),(21583,'wc_paytrace_files','a:48:{i:0;s:116:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/integration.php\";i:1;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/process.php\";i:2;s:113:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/response.php\";i:3;s:114:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/abstracts/validator.php\";i:4;s:114:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/admin/admin-notices.php\";i:5;s:115:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/admin/privacy-policy.php\";i:6;s:105:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/client.php\";i:7;s:110:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/oauth2.php\";i:8;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/requests.php\";i:9;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/response.php\";i:10;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/capture.php\";i:11;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/receipt.php\";i:12;s:119:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/refund.php\";i:13;s:124:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/transaction.php\";i:14;s:118:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services/vault.php\";i:15;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/services.php\";i:16;s:113:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/json/validator.php\";i:17;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/requests.php\";i:18;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/response.php\";i:19;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/capture.php\";i:20;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/receipt.php\";i:21;s:119:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/refund.php\";i:22;s:124:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/transaction.php\";i:23;s:118:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services/vault.php\";i:24;s:112:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/services.php\";i:25;s:113:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/api/post/validator.php\";i:26;s:118:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-admin.php\";i:27;s:117:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-ajax.php\";i:28;s:123:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-autoloader.php\";i:29;s:119:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-compat.php\";i:30;s:118:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-debug.php\";i:31;s:127:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-gateway-addons.php\";i:32;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-gateway.php\";i:33;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-helpers.php\";i:34;s:125:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-payment-form.php\";i:35;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-scripts.php\";i:36;s:120:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/class-wc-paytrace-updates.php\";i:37;s:129:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/json/integration-json.php\";i:38;s:121:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/json/settings.php\";i:39;s:129:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/post/integration-post.php\";i:40;s:121:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/post/settings.php\";i:41;s:124:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/integrations/settings/commons.php\";i:42;s:136:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-payment-token-paytrace-cc.php\";i:43;s:140:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-payment-token-paytrace-echeck.php\";i:44;s:135:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-customer-tokens.php\";i:45;s:132:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-manage-cards.php\";i:46;s:125:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-order.php\";i:47;s:125:\"/var/www/html/staging-subscription/wp-content/plugins/woocommerce-gateway-paytrace/classes/tokens/class-wc-paytrace-token.php\";}','yes'),(21586,'wc_paytrace_files_version','1.1.7','yes'),(21587,'woocommerce_paytrace_settings','a:25:{s:11:\"integration\";s:4:\"json\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:17:\"Credit/Debit Card\";s:11:\"description\";s:30:\"Pay with credit or debit card.\";s:9:\"user_name\";s:27:\"kashif.saleem@techloyce.com\";s:8:\"password\";s:14:\"Reliable0989$$\";s:15:\"separated_forms\";s:8:\"separate\";s:26:\"separated_forms_label_card\";s:17:\"Credit/Debit Card\";s:32:\"separated_forms_description_card\";s:60:\"Please make sure you enter your correct billing information.\";s:27:\"separated_forms_label_check\";s:10:\"Check(ACH)\";s:33:\"separated_forms_description_check\";s:60:\"Please make sure you enter your correct billing information.\";s:12:\"available_cc\";a:2:{i:0;s:4:\"VISA\";i:1;s:2:\"MC\";}s:13:\"support_check\";s:3:\"yes\";s:18:\"ach_payment_onhold\";s:3:\"yes\";s:14:\"save_customers\";s:3:\"yes\";s:28:\"require_cvc_with_saved_cards\";s:2:\"no\";s:14:\"save_card_text\";s:15:\"Save to account\";s:22:\"json_use_encryption_js\";s:3:\"yes\";s:24:\"json_public_key_location\";s:51:\"https://staging.subscriptionflow.com/public_key.pem\";s:10:\"trans_type\";s:4:\"Sale\";s:22:\"send_order_description\";s:3:\"yes\";s:24:\"send_transaction_receipt\";s:2:\"no\";s:5:\"debug\";s:3:\"yes\";s:8:\"testmode\";s:3:\"yes\";s:5:\"proxy\";s:0:\"\";}','yes'),(21588,'wc_version_paytrace','2.4.7','yes'),(21601,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1570790646;}','no'),(21610,'product_cat_children','a:0:{}','yes'),(21643,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:8:\"paytrace\";i:4;}','yes'),(21665,'woocommerce_bacs_settings','a:10:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}','yes'),(21666,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(21667,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_virtual\";s:3:\"yes\";s:18:\"enable_for_methods\";a:0:{}}','yes'),(21668,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:12:\"abc@mail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:12:\"abc@mail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(21694,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(21695,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(21697,'woocommerce_shipstation_auth_key','WCSS-4e26ad00efd79ae5f95834fdab684704','yes'),(21703,'woocommerce_setup_automated_taxes','1','yes'),(21706,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(21718,'theme_mods_storefront','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570792715;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:3;s:11:\"tag_cloud-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:9:\"mega-menu\";a:0:{}}}}','yes'),(21726,'mailchimp_woocommerce_version','2.2.4','no'),(21727,'mailchimp-woocommerce','a:2:{s:33:\"woocommerce_settings_save_general\";b:1;s:19:\"store_currency_code\";s:3:\"USD\";}','yes'),(21729,'mailchimp-woocommerce-store_id','5da062e414236','yes'),(21732,'storefront_nux_fresh_site','0','yes'),(21733,'woocommerce_catalog_rows','4','yes'),(21734,'woocommerce_catalog_columns','3','yes'),(21735,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(21736,'wp_1_wc_regenerate_images_batch_b87c24b8c51fae074e8cc8707d7daa30','a:196:{i:21;a:1:{s:13:\"attachment_id\";s:4:\"1903\";}i:22;a:1:{s:13:\"attachment_id\";s:4:\"1900\";}i:23;a:1:{s:13:\"attachment_id\";s:4:\"1897\";}i:24;a:1:{s:13:\"attachment_id\";s:4:\"1890\";}i:25;a:1:{s:13:\"attachment_id\";s:4:\"1867\";}i:26;a:1:{s:13:\"attachment_id\";s:4:\"1862\";}i:27;a:1:{s:13:\"attachment_id\";s:4:\"1858\";}i:28;a:1:{s:13:\"attachment_id\";s:4:\"1856\";}i:29;a:1:{s:13:\"attachment_id\";s:4:\"1849\";}i:30;a:1:{s:13:\"attachment_id\";s:4:\"1846\";}i:31;a:1:{s:13:\"attachment_id\";s:4:\"1843\";}i:32;a:1:{s:13:\"attachment_id\";s:4:\"1837\";}i:33;a:1:{s:13:\"attachment_id\";s:4:\"1831\";}i:34;a:1:{s:13:\"attachment_id\";s:4:\"1829\";}i:35;a:1:{s:13:\"attachment_id\";s:4:\"1827\";}i:36;a:1:{s:13:\"attachment_id\";s:4:\"1796\";}i:37;a:1:{s:13:\"attachment_id\";s:4:\"1790\";}i:38;a:1:{s:13:\"attachment_id\";s:4:\"1788\";}i:39;a:1:{s:13:\"attachment_id\";s:4:\"1786\";}i:40;a:1:{s:13:\"attachment_id\";s:4:\"1782\";}i:41;a:1:{s:13:\"attachment_id\";s:4:\"1767\";}i:42;a:1:{s:13:\"attachment_id\";s:4:\"1745\";}i:43;a:1:{s:13:\"attachment_id\";s:4:\"1743\";}i:44;a:1:{s:13:\"attachment_id\";s:4:\"1676\";}i:45;a:1:{s:13:\"attachment_id\";s:4:\"1646\";}i:46;a:1:{s:13:\"attachment_id\";s:4:\"1645\";}i:47;a:1:{s:13:\"attachment_id\";s:4:\"1638\";}i:48;a:1:{s:13:\"attachment_id\";s:4:\"1637\";}i:49;a:1:{s:13:\"attachment_id\";s:4:\"1604\";}i:50;a:1:{s:13:\"attachment_id\";s:4:\"1575\";}i:51;a:1:{s:13:\"attachment_id\";s:4:\"1572\";}i:52;a:1:{s:13:\"attachment_id\";s:4:\"1570\";}i:53;a:1:{s:13:\"attachment_id\";s:4:\"1568\";}i:54;a:1:{s:13:\"attachment_id\";s:4:\"1548\";}i:55;a:1:{s:13:\"attachment_id\";s:4:\"1533\";}i:56;a:1:{s:13:\"attachment_id\";s:4:\"1529\";}i:57;a:1:{s:13:\"attachment_id\";s:4:\"1517\";}i:58;a:1:{s:13:\"attachment_id\";s:4:\"1515\";}i:59;a:1:{s:13:\"attachment_id\";s:4:\"1512\";}i:60;a:1:{s:13:\"attachment_id\";s:4:\"1511\";}i:61;a:1:{s:13:\"attachment_id\";s:4:\"1510\";}i:62;a:1:{s:13:\"attachment_id\";s:4:\"1508\";}i:63;a:1:{s:13:\"attachment_id\";s:4:\"1506\";}i:64;a:1:{s:13:\"attachment_id\";s:4:\"1493\";}i:65;a:1:{s:13:\"attachment_id\";s:4:\"1492\";}i:66;a:1:{s:13:\"attachment_id\";s:4:\"1491\";}i:67;a:1:{s:13:\"attachment_id\";s:4:\"1484\";}i:68;a:1:{s:13:\"attachment_id\";s:4:\"1482\";}i:69;a:1:{s:13:\"attachment_id\";s:4:\"1481\";}i:70;a:1:{s:13:\"attachment_id\";s:4:\"1474\";}i:71;a:1:{s:13:\"attachment_id\";s:4:\"1473\";}i:72;a:1:{s:13:\"attachment_id\";s:4:\"1472\";}i:73;a:1:{s:13:\"attachment_id\";s:4:\"1471\";}i:74;a:1:{s:13:\"attachment_id\";s:4:\"1467\";}i:75;a:1:{s:13:\"attachment_id\";s:4:\"1466\";}i:76;a:1:{s:13:\"attachment_id\";s:4:\"1465\";}i:77;a:1:{s:13:\"attachment_id\";s:4:\"1464\";}i:78;a:1:{s:13:\"attachment_id\";s:4:\"1463\";}i:79;a:1:{s:13:\"attachment_id\";s:4:\"1462\";}i:80;a:1:{s:13:\"attachment_id\";s:4:\"1450\";}i:81;a:1:{s:13:\"attachment_id\";s:4:\"1426\";}i:82;a:1:{s:13:\"attachment_id\";s:4:\"1422\";}i:83;a:1:{s:13:\"attachment_id\";s:4:\"1418\";}i:84;a:1:{s:13:\"attachment_id\";s:4:\"1413\";}i:85;a:1:{s:13:\"attachment_id\";s:4:\"1401\";}i:86;a:1:{s:13:\"attachment_id\";s:4:\"1394\";}i:87;a:1:{s:13:\"attachment_id\";s:4:\"1393\";}i:88;a:1:{s:13:\"attachment_id\";s:4:\"1390\";}i:89;a:1:{s:13:\"attachment_id\";s:4:\"1388\";}i:90;a:1:{s:13:\"attachment_id\";s:4:\"1370\";}i:91;a:1:{s:13:\"attachment_id\";s:4:\"1362\";}i:92;a:1:{s:13:\"attachment_id\";s:4:\"1344\";}i:93;a:1:{s:13:\"attachment_id\";s:4:\"1336\";}i:94;a:1:{s:13:\"attachment_id\";s:4:\"1332\";}i:95;a:1:{s:13:\"attachment_id\";s:4:\"1330\";}i:96;a:1:{s:13:\"attachment_id\";s:4:\"1326\";}i:97;a:1:{s:13:\"attachment_id\";s:4:\"1323\";}i:98;a:1:{s:13:\"attachment_id\";s:4:\"1321\";}i:99;a:1:{s:13:\"attachment_id\";s:4:\"1320\";}i:100;a:1:{s:13:\"attachment_id\";s:4:\"1312\";}i:101;a:1:{s:13:\"attachment_id\";s:4:\"1310\";}i:102;a:1:{s:13:\"attachment_id\";s:4:\"1309\";}i:103;a:1:{s:13:\"attachment_id\";s:4:\"1308\";}i:104;a:1:{s:13:\"attachment_id\";s:4:\"1307\";}i:105;a:1:{s:13:\"attachment_id\";s:4:\"1305\";}i:106;a:1:{s:13:\"attachment_id\";s:4:\"1283\";}i:107;a:1:{s:13:\"attachment_id\";s:4:\"1280\";}i:108;a:1:{s:13:\"attachment_id\";s:4:\"1268\";}i:109;a:1:{s:13:\"attachment_id\";s:4:\"1212\";}i:110;a:1:{s:13:\"attachment_id\";s:4:\"1209\";}i:111;a:1:{s:13:\"attachment_id\";s:4:\"1197\";}i:112;a:1:{s:13:\"attachment_id\";s:4:\"1182\";}i:113;a:1:{s:13:\"attachment_id\";s:4:\"1177\";}i:114;a:1:{s:13:\"attachment_id\";s:4:\"1171\";}i:115;a:1:{s:13:\"attachment_id\";s:4:\"1147\";}i:116;a:1:{s:13:\"attachment_id\";s:4:\"1142\";}i:117;a:1:{s:13:\"attachment_id\";s:4:\"1140\";}i:118;a:1:{s:13:\"attachment_id\";s:4:\"1125\";}i:119;a:1:{s:13:\"attachment_id\";s:4:\"1044\";}i:120;a:1:{s:13:\"attachment_id\";s:4:\"1036\";}i:121;a:1:{s:13:\"attachment_id\";s:4:\"1028\";}i:122;a:1:{s:13:\"attachment_id\";s:4:\"1023\";}i:123;a:1:{s:13:\"attachment_id\";s:4:\"1020\";}i:124;a:1:{s:13:\"attachment_id\";s:4:\"1014\";}i:125;a:1:{s:13:\"attachment_id\";s:4:\"1005\";}i:126;a:1:{s:13:\"attachment_id\";s:4:\"1002\";}i:127;a:1:{s:13:\"attachment_id\";s:4:\"1000\";}i:128;a:1:{s:13:\"attachment_id\";s:3:\"997\";}i:129;a:1:{s:13:\"attachment_id\";s:3:\"995\";}i:130;a:1:{s:13:\"attachment_id\";s:3:\"991\";}i:131;a:1:{s:13:\"attachment_id\";s:3:\"980\";}i:132;a:1:{s:13:\"attachment_id\";s:3:\"978\";}i:133;a:1:{s:13:\"attachment_id\";s:3:\"971\";}i:134;a:1:{s:13:\"attachment_id\";s:3:\"967\";}i:135;a:1:{s:13:\"attachment_id\";s:3:\"966\";}i:136;a:1:{s:13:\"attachment_id\";s:3:\"965\";}i:137;a:1:{s:13:\"attachment_id\";s:3:\"964\";}i:138;a:1:{s:13:\"attachment_id\";s:3:\"962\";}i:139;a:1:{s:13:\"attachment_id\";s:3:\"958\";}i:140;a:1:{s:13:\"attachment_id\";s:3:\"957\";}i:141;a:1:{s:13:\"attachment_id\";s:3:\"955\";}i:142;a:1:{s:13:\"attachment_id\";s:3:\"953\";}i:143;a:1:{s:13:\"attachment_id\";s:3:\"952\";}i:144;a:1:{s:13:\"attachment_id\";s:3:\"949\";}i:145;a:1:{s:13:\"attachment_id\";s:3:\"947\";}i:146;a:1:{s:13:\"attachment_id\";s:3:\"945\";}i:147;a:1:{s:13:\"attachment_id\";s:3:\"942\";}i:148;a:1:{s:13:\"attachment_id\";s:3:\"940\";}i:149;a:1:{s:13:\"attachment_id\";s:3:\"913\";}i:150;a:1:{s:13:\"attachment_id\";s:3:\"888\";}i:151;a:1:{s:13:\"attachment_id\";s:3:\"857\";}i:152;a:1:{s:13:\"attachment_id\";s:3:\"853\";}i:153;a:1:{s:13:\"attachment_id\";s:3:\"850\";}i:154;a:1:{s:13:\"attachment_id\";s:3:\"846\";}i:155;a:1:{s:13:\"attachment_id\";s:3:\"836\";}i:156;a:1:{s:13:\"attachment_id\";s:3:\"834\";}i:157;a:1:{s:13:\"attachment_id\";s:3:\"800\";}i:158;a:1:{s:13:\"attachment_id\";s:3:\"795\";}i:159;a:1:{s:13:\"attachment_id\";s:3:\"779\";}i:160;a:1:{s:13:\"attachment_id\";s:3:\"777\";}i:161;a:1:{s:13:\"attachment_id\";s:3:\"750\";}i:162;a:1:{s:13:\"attachment_id\";s:3:\"749\";}i:163;a:1:{s:13:\"attachment_id\";s:3:\"746\";}i:164;a:1:{s:13:\"attachment_id\";s:3:\"744\";}i:165;a:1:{s:13:\"attachment_id\";s:3:\"742\";}i:166;a:1:{s:13:\"attachment_id\";s:3:\"739\";}i:167;a:1:{s:13:\"attachment_id\";s:3:\"737\";}i:168;a:1:{s:13:\"attachment_id\";s:3:\"735\";}i:169;a:1:{s:13:\"attachment_id\";s:3:\"733\";}i:170;a:1:{s:13:\"attachment_id\";s:3:\"731\";}i:171;a:1:{s:13:\"attachment_id\";s:3:\"729\";}i:172;a:1:{s:13:\"attachment_id\";s:3:\"727\";}i:173;a:1:{s:13:\"attachment_id\";s:3:\"702\";}i:174;a:1:{s:13:\"attachment_id\";s:3:\"701\";}i:175;a:1:{s:13:\"attachment_id\";s:3:\"700\";}i:176;a:1:{s:13:\"attachment_id\";s:3:\"698\";}i:177;a:1:{s:13:\"attachment_id\";s:3:\"695\";}i:178;a:1:{s:13:\"attachment_id\";s:3:\"693\";}i:179;a:1:{s:13:\"attachment_id\";s:3:\"691\";}i:180;a:1:{s:13:\"attachment_id\";s:3:\"678\";}i:181;a:1:{s:13:\"attachment_id\";s:3:\"670\";}i:182;a:1:{s:13:\"attachment_id\";s:3:\"667\";}i:183;a:1:{s:13:\"attachment_id\";s:3:\"661\";}i:184;a:1:{s:13:\"attachment_id\";s:3:\"659\";}i:185;a:1:{s:13:\"attachment_id\";s:3:\"656\";}i:186;a:1:{s:13:\"attachment_id\";s:3:\"624\";}i:187;a:1:{s:13:\"attachment_id\";s:3:\"617\";}i:188;a:1:{s:13:\"attachment_id\";s:3:\"615\";}i:189;a:1:{s:13:\"attachment_id\";s:3:\"613\";}i:190;a:1:{s:13:\"attachment_id\";s:3:\"484\";}i:191;a:1:{s:13:\"attachment_id\";s:3:\"480\";}i:192;a:1:{s:13:\"attachment_id\";s:3:\"458\";}i:193;a:1:{s:13:\"attachment_id\";s:3:\"433\";}i:194;a:1:{s:13:\"attachment_id\";s:3:\"432\";}i:195;a:1:{s:13:\"attachment_id\";s:3:\"360\";}i:196;a:1:{s:13:\"attachment_id\";s:3:\"356\";}i:197;a:1:{s:13:\"attachment_id\";s:3:\"353\";}i:198;a:1:{s:13:\"attachment_id\";s:3:\"288\";}i:199;a:1:{s:13:\"attachment_id\";s:3:\"287\";}i:200;a:1:{s:13:\"attachment_id\";s:3:\"249\";}i:201;a:1:{s:13:\"attachment_id\";s:3:\"214\";}i:202;a:1:{s:13:\"attachment_id\";s:2:\"95\";}i:203;a:1:{s:13:\"attachment_id\";s:2:\"89\";}i:204;a:1:{s:13:\"attachment_id\";s:2:\"78\";}i:205;a:1:{s:13:\"attachment_id\";s:2:\"75\";}i:206;a:1:{s:13:\"attachment_id\";s:2:\"74\";}i:207;a:1:{s:13:\"attachment_id\";s:2:\"73\";}i:208;a:1:{s:13:\"attachment_id\";s:2:\"72\";}i:209;a:1:{s:13:\"attachment_id\";s:2:\"71\";}i:210;a:1:{s:13:\"attachment_id\";s:2:\"70\";}i:211;a:1:{s:13:\"attachment_id\";s:2:\"69\";}i:212;a:1:{s:13:\"attachment_id\";s:2:\"68\";}i:213;a:1:{s:13:\"attachment_id\";s:2:\"67\";}i:214;a:1:{s:13:\"attachment_id\";s:2:\"63\";}i:215;a:1:{s:13:\"attachment_id\";s:2:\"51\";}i:216;a:1:{s:13:\"attachment_id\";s:2:\"34\";}}','no'),(21742,'wc_admin_version','0.20.0','yes'),(21743,'wc_admin_install_timestamp','1570792167','yes'),(21744,'wc_admin_last_orders_milestone','0','yes'),(21748,'do_activate','0','yes'),(21751,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(21753,'mailchimp-woocommerce_cart_table_add_index_update','1','yes'),(21776,'jetpack_ab_connect_banner_green_bar','b','yes'),(21950,'storefront_nux_guided_tour','1','yes'),(21973,'cfdb7_view_install_date','2019-10-11 13:29:44','yes'),(22687,'wp_mail_smtp_initial_version','1.6.2','no'),(22688,'wp_mail_smtp_version','1.6.2','no'),(22689,'wp_mail_smtp','a:2:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:12:\"abc@mail.com\";s:9:\"from_name\";s:17:\"Subscription Flow\";s:6:\"mailer\";s:4:\"mail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:2:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;}}','no'),(22690,'_amn_smtp_last_checked','1571356800','yes'),(22691,'wp_mail_smtp_debug','a:0:{}','no'),(22694,'adminhash','a:2:{s:4:\"hash\";s:32:\"22d0b43c2bf71f15caf5730de216461a\";s:8:\"newemail\";s:33:\"info@staging.subscriptionflow.com\";}','yes'),(28174,'admin_email_lifespan','1643963122','yes'),(28188,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28189,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28190,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"7.7.1\";s:14:\"installed_date\";i:1574681602;s:13:\"installed_pro\";b:0;}','yes'),(28191,'monsterinsights_db_version','7.4.0','yes'),(28192,'monsterinsights_current_version','7.18.0','yes'),(28193,'monsterinsights_settings','a:42:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:1:{i:0;s:13:\"administrator\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:33:\"info@staging.subscriptionflow.com\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:30:\"gtagtracker_compatibility_mode\";b:1;}','yes'),(28197,'wpforms_version','1.5.4.2','yes'),(28198,'wpforms_activated','a:1:{s:4:\"lite\";i:1574681602;}','yes'),(28201,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28204,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:8;s:6:\"minute\";i:8;s:6:\"second\";i:34;s:6:\"offset\";i:461314;s:8:\"initsend\";i:1575619714;}','yes'),(28207,'brainstrom_bundled_products','a:0:{}','yes'),(28210,'mm_install_date','Nov 25, 2019','yes'),(28211,'mm_cron','a:4:{s:6:\"hourly\";a:0:{}s:6:\"weekly\";a:1:{s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:3:\"5.3\";}}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"1.4.4\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:5:\"7.3.7\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:16;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:4;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:16:\"subscriptionflow\";}}}','yes'),(28214,'_amn_mi-lite_to_check','1631260231','yes'),(28215,'_amn_wpforms-lite_to_check','1575243420','yes'),(28216,'_amn_om_to_check','1575347001','yes'),(28217,'wpforms_review','a:2:{s:4:\"time\";i:1574681607;s:9:\"dismissed\";b:0;}','yes'),(28218,'monsterinsights_review','a:2:{s:4:\"time\";i:1574681607;s:9:\"dismissed\";b:0;}','yes'),(28291,'_amn_mi-lite_last_checked','1579737600','yes'),(28292,'_amn_wpforms-lite_last_checked','1574812800','yes'),(28293,'_amn_om_last_checked','1574640000','yes'),(28392,'jpsq_sync_checkout','0:0','no'),(28395,'jetpack_plugin_api_action_links','a:11:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:79:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=akismet-key-config\";}s:27:\"autoptimize/autoptimize.php\";a:1:{s:8:\"Settings\";s:82:\"https://staging.subscriptionflow.com/wp-admin/options-general.php?page=autoptimize\";}s:33:\"classic-editor/classic-editor.php\";a:1:{s:8:\"Settings\";s:88:\"https://staging.subscriptionflow.com/wp-admin/options-writing.php#classic-editor-options\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:8:\"Settings\";s:66:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=wpcf7\";}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";a:1:{s:13:\"Contact Forms\";s:75:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=cfdb7-list.php\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:8:\"Settings\";s:85:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=7.4.2\";s:23:\"Get MonsterInsights Pro\";s:126:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=7.4.2\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=7.4.2\";}s:19:\"jetpack/jetpack.php\";a:1:{s:7:\"Jetpack\";s:68:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=jetpack\";}s:27:\"js_composer/js_composer.php\";a:1:{s:8:\"Settings\";s:71:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=vc-general\";}s:24:\"wpforms-lite/wpforms.php\";a:1:{s:8:\"Settings\";s:77:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=wpforms-settings\";}s:23:\"wp-rocket/wp-rocket.php\";a:4:{s:8:\"Settings\";s:79:\"https://staging.subscriptionflow.com/wp-admin/options-general.php?page=wprocket\";s:3:\"FAQ\";s:84:\"https://docs.wp-rocket.me/category/65-faq/?utm_source=wp_plugin&utm_medium=wp_rocket\";s:4:\"Docs\";s:68:\"https://docs.wp-rocket.me/?utm_source=wp_plugin&utm_medium=wp_rocket\";s:7:\"Support\";s:71:\"https://wp-rocket.me/support/?utm_source=wp_plugin&utm_medium=wp_rocket\";}s:24:\"wordpress-seo/wp-seo.php\";a:2:{s:3:\"FAQ\";s:149:\"https://yoa.st/1yc?php_version=7.3.7&platform=wordpress&platform_version=5.3&software=free&software_version=10.0.1&role=administrator&days_active=246\";s:15:\"Premium Support\";s:149:\"https://yoa.st/1yb?php_version=7.3.7&platform=wordpress&platform_version=5.3&software=free&software_version=10.0.1&role=administrator&days_active=246\";}}','yes'),(28625,'license_key_token','1574837740|4IrC05GBD3Cc3Vy0pvDL','yes'),(28756,'jetpack_constants_sync_checksum','a:19:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:4261170317;s:7:\"ABSPATH\";i:2041409410;s:14:\"WP_CONTENT_DIR\";i:2343741164;s:9:\"FS_METHOD\";i:3577458903;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:3767840768;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:938118350;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;}','yes'),(28759,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(28760,'jetpack_sync_https_history_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(28761,'jetpack_sync_https_history_home_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(28795,'jetpack_callables_sync_checksum','a:33:{s:18:\"wp_max_upload_size\";i:2852815834;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:4215302269;s:8:\"site_url\";i:4215302269;s:8:\"home_url\";i:4215302269;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:3425443202;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:382731269;s:10:\"post_types\";i:2199826405;s:18:\"post_type_features\";i:1684195333;s:10:\"shortcodes\";i:485551520;s:27:\"rest_api_allowed_post_types\";i:503776097;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:2836319444;s:11:\"get_plugins\";i:2078405030;s:24:\"get_plugins_action_links\";i:2788923985;s:14:\"active_modules\";i:223132457;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:3628076876;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:223132457;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;}','no'),(28897,'rwl_page','2rtdr32zv9','yes'),(28959,'GTranslate','a:22:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";i:1;s:16:\"default_language\";s:2:\"en\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:19:\"dropdown_with_flags\";s:9:\"flag_size\";i:24;s:11:\"widget_code\";s:6388:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<style type=\"text/css\">\r\n.switcher {font-family:Arial;font-size:10pt;text-align:left;cursor:pointer;overflow:hidden;width:163px;line-height:17px;}\r\n.switcher a {text-decoration:none;display:block;font-size:10pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}\r\n.switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}\r\n.switcher a:hover img {opacity:1;}\r\n.switcher .selected {background:#FFFFFF url(https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/switcher.png) repeat-x;position:relative;z-index:9999;}\r\n.switcher .selected a {border:1px solid #CCCCCC;background:url(/https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat;color:#666666;padding:3px 5px;width:151px;}\r\n.switcher .selected a.open {background-image:url(https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_up.png)}\r\n.switcher .selected a:hover {background:#F0F0F0 url(https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat;}\r\n.switcher .option {position:relative;z-index:9998;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;background-color:#EEEEEE;display:none;width:161px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}\r\n.switcher .option a {color:#000;padding:3px 5px;}\r\n.switcher .option a:hover {background:#FFC;}\r\n.switcher .option a.selected {background:#FFC;}\r\n#selected_lang_name {float: none;}\r\n.l_name {float: none !important;margin: 0;}\r\n.switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#F5F5F5;}\r\n.switcher .option::-webkit-scrollbar {width:5px;}\r\n.switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}\r\n</style>\r\n<div class=\"switcher notranslate\">\r\n<div class=\"selected\">\r\n<a href=\"#\" onclick=\"return false;\"><img src=\"https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/en.png\" height=\"16\" width=\"16\" alt=\"en\" /> English</a>\r\n</div>\r\n<div class=\"option\">\r\n<a href=\"#\" onclick=\"doGTranslate(\'en|en\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"English\" class=\"nturl selected\"><img data-gt-lazy-src=\"https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/en.png\" height=\"16\" width=\"16\" alt=\"en\" /> English</a><a href=\"#\" onclick=\"doGTranslate(\'en|fr\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"French\" class=\"nturl\"><img data-gt-lazy-src=\"https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/fr.png\" height=\"16\" width=\"16\" alt=\"fr\" /> French</a><a href=\"#\" onclick=\"doGTranslate(\'en|es\');jQuery(\'div.switcher div.selected a\').html(jQuery(this).html());return false;\" title=\"Spanish\" class=\"nturl\"><img data-gt-lazy-src=\"https://staging.subscriptionflow.com/wp-content/plugins/gtranslate/flags/16/es.png\" height=\"16\" width=\"16\" alt=\"es\" /> Spanish</a></div>\r\n</div>\r\n<script type=\"text/javascript\">\r\njQuery(\'.switcher .selected\').click(function() {jQuery(\'.switcher .option a img\').each(function() {if(!jQuery(this)[0].hasAttribute(\'src\'))jQuery(this).attr(\'src\', jQuery(this).attr(\'data-gt-lazy-src\'))});if(!(jQuery(\'.switcher .option\').is(\':visible\'))) {jQuery(\'.switcher .option\').stop(true,true).delay(100).slideDown(500);jQuery(\'.switcher .selected a\').toggleClass(\'open\')}});\r\njQuery(\'.switcher .option\').bind(\'mousewheel\', function(e) {var options = jQuery(\'.switcher .option\');if(options.is(\':visible\'))options.scrollTop(options.scrollTop() - e.originalEvent.wheelDelta);return false;});\r\njQuery(\'body\').not(\'.switcher\').click(function(e) {if(jQuery(\'.switcher .option\').is(\':visible\') && e.target != jQuery(\'.switcher .option\').get(0)) {jQuery(\'.switcher .option\').stop(true,true).delay(100).slideUp(500);jQuery(\'.switcher .selected a\').toggleClass(\'open\')}});\r\n</script>\r\n<style type=\"text/css\">\r\n#goog-gt-tt {display:none !important;}\r\n.goog-te-banner-frame {display:none !important;}\r\n.goog-te-menu-value:hover {text-decoration:none !important;}\r\n.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}\r\nbody {top:0 !important;}\r\n#google_translate_element2 {display:none!important;}\r\n</style>\r\n\r\n<div id=\"google_translate_element2\"></div>\r\n<script type=\"text/javascript\">\r\nfunction googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'en\',autoDisplay: false}, \'google_translate_element2\');}\r\n</script><script type=\"text/javascript\" src=\"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\nif(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery(\'div.switcher div.option\').find(\'img[alt=\"\'+GTranslateGetCurrentLang()+\'\"]\').parent().html();if(typeof lang_html != \'undefined\')jQuery(\'div.switcher div.selected a\').html(lang_html.replace(\'data-gt-lazy-\', \'\'));});\r\n</script>\r\n\";s:10:\"incl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:11:\"fincl_langs\";a:3:{i:0;s:2:\"en\";i:1;s:2:\"fr\";i:2;s:2:\"es\";}s:9:\"alt_flags\";a:0:{}s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:17:\"email_translation\";s:0:\"\";}','yes'),(28960,'widget_gtranslate','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(28961,'gtranslate_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"12/8/2019\";s:3:\"int\";i:5;s:9:\"dismissed\";i:1;}s:12:\"upgrade_tips\";a:3:{s:5:\"start\";s:9:\"12/5/2019\";s:3:\"int\";i:2;s:9:\"dismissed\";i:1;}}','yes'),(29028,'googlelanguagetranslator_active','1','yes'),(29029,'googlelanguagetranslator_language','en','yes'),(29030,'googlelanguagetranslator_flags','1','yes'),(29031,'language_display_settings','a:5:{s:2:\"nl\";s:1:\"1\";s:2:\"en\";s:1:\"1\";s:2:\"fr\";s:1:\"1\";s:2:\"de\";s:1:\"1\";s:2:\"es\";s:1:\"1\";}','yes'),(29032,'googlelanguagetranslator_translatebox','no','yes'),(29033,'googlelanguagetranslator_display','Vertical','yes'),(29034,'googlelanguagetranslator_toolbar','No','yes'),(29035,'googlelanguagetranslator_showbranding','No','yes'),(29036,'googlelanguagetranslator_flags_alignment','flags_left','yes'),(29037,'googlelanguagetranslator_analytics','','yes'),(29038,'googlelanguagetranslator_analytics_id','','yes'),(29039,'googlelanguagetranslator_css','','yes'),(29040,'googlelanguagetranslator_multilanguage','','yes'),(29041,'googlelanguagetranslator_floating_widget','yes','yes'),(29042,'googlelanguagetranslator_flag_size','16','yes'),(29043,'googlelanguagetranslator_flags_order','Dutch,English,French,Spanish,German','yes'),(29044,'googlelanguagetranslator_english_flag_choice','us_flag','yes'),(29045,'googlelanguagetranslator_spanish_flag_choice','spanish_flag','yes'),(29046,'googlelanguagetranslator_portuguese_flag_choice','portuguese_flag','yes'),(29047,'googlelanguagetranslator_floating_widget_text','Select Language»','yes'),(29048,'googlelanguagetranslator_floating_widget_text_allow_translation','','yes'),(29049,'widget_glt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29050,'glt_admin_notice','a:3:{s:16:\"glt_announcement\";a:2:{s:5:\"start\";s:9:\"12/3/2019\";s:3:\"int\";i:0;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"12/8/2019\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"12/5/2019\";s:3:\"int\";i:2;}}','yes'),(29051,'googlelanguagetranslator_seo_active','','yes'),(29052,'googlelanguagetranslator_url_structure','sub_domain','yes'),(29053,'googlelanguagetranslator_url_translation_active','','yes'),(29054,'googlelanguagetranslator_hreflang_tags_active','','yes'),(29055,'glt_language_switcher_width','100%','yes'),(29056,'glt_language_switcher_text_color','#32373c','yes'),(29057,'glt_language_switcher_bg_color','','yes'),(29058,'glt_floating_widget_position','bottom_left','yes'),(29059,'glt_floating_widget_text_color','#ffffff','yes'),(29060,'glt_floating_widget_bg_color','#f89406','yes'),(29295,'lingotek_plugin_version','1.4.5','yes'),(29296,'lingotek_base_url','https://myaccount.lingotek.com','yes'),(29877,'WPLANG','','yes'),(30274,'widget_shortcodes-ultimate','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(30275,'su_option_version','5.10.2','no'),(30276,'su_option_dismissed_notices','a:1:{s:4:\"rate\";b:1;}','yes'),(30279,'su_presets_list','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:4:\"icon\";s:11:\"icon: check\";s:10:\"icon_color\";s:7:\"#ff5e14\";s:6:\"indent\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:0:\"\";}}}','yes'),(30950,'monsterinsights_version_upgraded_from','7.10.3','yes'),(31686,'megamenu_themes','a:1:{s:7:\"default\";a:221:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:23:\"container_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:22:\"rgba(255, 255, 255, 0)\";s:29:\"menu_item_background_hover_to\";s:22:\"rgba(255, 255, 255, 0)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"panel_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:7256:\"/** Push menu onto new line **/ \r\n\r\n/*Header custom css*/\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{\r\n line-height: 36px;\r\n}\r\n@media screen and (min-width: 768px){\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\r\n display: block;\r\n background: #2c2a4f;\r\n color: #fff!important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{\r\n font-size: 14px!important;\r\n }\r\n .mega-menu-row {\r\n max-width: 1300px !important;\r\n margin: 0px auto !important;\r\n float: none !important;\r\n}\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{\r\n\r\n transition: ease all .5s;\r\n\r\n}\r\n#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{\r\n color: #ff5e14!important;\r\n background: #2c2a4f !important;\r\n border-radius: 0px !important;\r\n padding-left: 20px!important;\r\n transition: ease all .5s;\r\n}\r\n#myNavbar #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:nth-child(2) {\r\n width: 100%;\r\n float: none !important;\r\n padding: 35px 0 0;\r\n margin: 0 auto !important;\r\n overflow: hidden;\r\n\r\n}\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group {\r\n display: flex;\r\n}\r\n .site-header .navbar-collapse.collapse {\r\n display: flex!important;\r\n height: auto!important;\r\n padding-bottom: 0;\r\n overflow: visible!important;\r\n flex-wrap: wrap;\r\n width: 81%;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\r\n\r\n z-index: 999;\r\n border-radius: 0;\r\n background: #2c2a4f;\r\n overflow: hidden!important;\r\n }\r\n .navbar-nav.user-nav {\r\n margin-left: auto;\r\n }\r\n #mega-menu-wrap-menu-1,\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1{\r\n position: static !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {\r\n z-index: 999;\r\n border-radius: 0;\r\n background: #2c2a4f;\r\n border: 0;\r\n padding: 0px 0px 0px 0px;\r\n position: absolute;\r\n width: 100%;\r\n max-width: none;\r\n left: 0;\r\n }\r\n \r\n \r\n #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-main-link > a.mega-menu-link{\r\n text-transform: capitalize;\r\n font-size: 15px;\r\n font-weight: 700;\r\n line-height: 18px;\r\n \r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child > a.mega-menu-link:hover{\r\n color:#fff!important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\r\n color: #fff;\r\n font-family: inherit;\r\n font-size: 13px;\r\n text-transform: uppercase;\r\n text-decoration: none;\r\n font-weight: 500;\r\n text-transform: capitalize;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\r\n padding: 0px 8px 8px 7px;\r\n width: 100%;\r\n\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{\r\n padding: 30px 10px 30px 10px;\r\n top: 68px;\r\n }\r\n\r\n\r\n}\r\n@media screen and (max-width: 767px){\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.d-desktop {\r\n display: block;\r\n }\r\n\r\n .site-header .primary-menu-wrapper > ul {\r\n\r\n padding: 0 25px;\r\n margin-right: 0px !important;\r\n margin-left: 0px !important;\r\n\r\n }\r\n .switcher {\r\n width: 31px !important;\r\n }\r\n .mega-menu-menu-1 .site-header .navbar-toggle{\r\n right: 54px;\r\n }\r\n .switcher {\r\n width: 31px;\r\n }\r\n .switcher.notranslate a:hover,\r\n .switcher .selected a,\r\n .switcher .selected a,\r\n .switcher .selected a.open,\r\n .switcher .option a {\r\n font-size: 0px !important;\r\n padding: 7px 7px 7px !important;\r\n }\r\n\r\n \r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {\r\n\r\n margin: 0 0px 0 0;\r\n display: block;\r\n height: auto;\r\n vertical-align: middle;\r\n float: left;\r\n width: 100%;\r\n\r\n }\r\n .site-header .user-nav li:nth-child(2){\r\n margin-right: 0px !important;\r\n margin-bottom: 10px;\r\n }\r\n #mega-menu-wrap-menu-1 .mega-menu-toggle {\r\n display: none;\r\n }\r\n #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{\r\n display:block;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\r\n display: none;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu.show-me {\r\n display: block !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {\r\n display: none!important;\r\n visibility: visible;\r\n opacity: 1;\r\n position: relative !important;\r\n background: transparent !important;\r\n visibility: visible;\r\n opacity: 1 !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{\r\n background: transparent;\r\n color: #fff;\r\n font-family: inherit;\r\n font-size: 14px;\r\n font-weight: normal;\r\n padding: 0px 10px 0px 23px;\r\n }\r\n .navbar-collapse {\r\n overflow-y: auto;\r\n background: #000;\r\n }\r\n .mega-menu-menu-1 .site-header .navbar-toggle{\r\n border-color: #fff !important;\r\n background-color: #ff5e14 !important;\r\n top: 12px;\r\n\r\n }\r\n .site-header .navbar-collapse {\r\n\r\n border: none !important;\r\n padding: 13px 16px !important;\r\n top: 31px;\r\n position: relative;\r\n\r\n }\r\n .sticky #mega-menu-wrap-menu-1 li.mega-menu-item > a.mega-menu-link{\r\n color:#fff!important;\r\n }\r\n .navbar.navbar-inverse.site-header.vc_row.sticky{\r\n background: #fff !important;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\r\n color: #fff !important;\r\n font-weight: 500;\r\n }\r\n #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\r\n\r\n width: 100%;\r\n color: #fff;\r\n\r\n }\r\n .page-section-8.padL100.padR100 .vc_row {\r\n padding-bottom: 0px !important;\r\n padding-left: 10px !important;\r\n padding-right: 10px !important;\r\n }\r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}','yes'),(31687,'megamenu_themes_last_updated','default','yes'),(31688,'megamenu_toggle_blocks','a:1:{s:7:\"default\";a:1:{i:1;a:11:{s:4:\"type\";s:11:\"menu_toggle\";s:5:\"align\";s:5:\"right\";s:11:\"closed_text\";s:4:\"MENU\";s:9:\"open_text\";s:4:\"MENU\";s:11:\"closed_icon\";s:9:\"dash-f333\";s:9:\"open_icon\";s:9:\"dash-f153\";s:10:\"text_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"text_size\";s:4:\"14px\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"icon_size\";s:4:\"24px\";s:13:\"icon_position\";s:5:\"after\";}}}','yes'),(32055,'pand-d83e5fe4823f8f867dc30d3bb0b6c7de','1596355516','no'),(33193,'installed_appointment-booking-calendar','1588675756','yes'),(33194,'CP_ABC_JS','','yes'),(33195,'ABC_RCODE','d99cba10-45f7-4a9d-a00e-245807320d42','yes'),(33206,'_HTO_ssa_appointments_db_version','1.9.1','yes'),(33207,'_HTO_ssa_appointment_meta_db_version','1.0.0','yes'),(33208,'_HTO_ssa_appointment_types_db_version','2.3.1','yes'),(33209,'_HTO_ssa_availability_db_version','1.4','yes'),(33210,'_HTO_ssa_async_actions_db_version','1.8.4','yes'),(33211,'ssa_settings_json','{\"installed\":{\"schema_version\":\"2019-07-18\",\"blackout_dates\":true,\"advanced_scheduling\":true,\"google_calendar\":false,\"license\":false,\"mailchimp\":false,\"notifications\":true,\"offline_payments\":true,\"payments\":false,\"paypal\":false,\"reminders\":false,\"sms\":false,\"staff\":true,\"stripe\":false,\"styles\":true,\"tracking\":false,\"translation\":true,\"webhooks\":false,\"woocommerce\":false},\"global\":{\"enabled\":false,\"wizard_completed\":\"2020-05-05 11:21:23\",\"timezone_string\":\"UTC\",\"start_of_week\":\"1\",\"date_format\":\"F j, Y\",\"time_format\":\"g:i a\",\"admin_email\":\"info@staging.subscriptionflow.com\",\"admin_phone\":false,\"staff_name\":\"admin\",\"company_name\":\"Subscription Flow\",\"last_updated\":\"2020-05-05 11:21:23\",\"booking_post_id\":2754,\"schema_version\":\"2019-06-20\",\"date_format_moment\":\"MMMM D, YYYY\",\"time_format_moment\":\"h:mm a\",\"booking_post_permalink\":\"https:\\/\\/staging.subscriptionflow.com\\/appointments\\/\",\"locale\":\"en\"},\"notifications\":{\"enabled\":true,\"notifications\":[{\"appointment_types\":[],\"id\":1588677534,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{admin_email}}\"],\"title\":\"Email (Admin)\",\"subject\":\"{{ Appointment.customer_information.Name }} just booked an appointment\",\"message\":\"<p>{{ Appointment.customer_information.Name }} just booked an appointment on {{ Global.site_url }} <\\/p>\\n<p>Appointment Details: <br \\/>\\nStarting at {{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.date_timezone) }} <\\/p>\\n<p>{% if Appointment.AppointmentType.instructions %}<br \\/>\\nInstructions: {{ Appointment.AppointmentType.instructions|raw }} <br \\/>\\n{% endif %}<\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Customer details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n\",\"trigger\":\"appointment_booked\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677535,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{customer_email}}\"],\"subject\":\"Your appointment details\",\"message\":\"<p>Hi {{ Appointment.customer_information.Name }}, <\\/p>\\n<p>This is a confirmation of the appointment you just booked on {{ Global.site_url }} <\\/p>\\n<p>Appointment scheduled for {{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.customer_timezone) }} <\\/p>\\n<p>{% if Appointment.AppointmentType.instructions %}<br \\/>\\nInstructions: {{ Appointment.AppointmentType.instructions|raw }} <br \\/>\\n{% endif %}<\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Your details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n<p>If you need to cancel or change your appointment, you can do so by visiting this link: <br \\/>\\n{{ Appointment.public_edit_url }}<\\/p>\\n\",\"title\":\"Email (Customer)\",\"trigger\":\"appointment_booked\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677536,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{admin_email}}\"],\"title\":\"Email (Admin)\",\"subject\":\"{{ Appointment.customer_information.Name }} just canceled an appointment\",\"message\":\"<p>Your appointment \\\"{{ Appointment.AppointmentType.title|raw }}\\\" with {{ Appointment.customer_information.Name }} has been canceled <\\/p>\\n<p>*** Canceled *** <br \\/>\\nAppointment Details: <br \\/>\\n{{ Appointment.start_date | date(\\\"F d, Y g:ia (T)\\\", Appointment.date_timezone) }} <\\/p>\\n<p>Type: {{ Appointment.AppointmentType.title|raw }} <\\/p>\\n<p>Customer details: <br \\/>\\n{{ Appointment.customer_information_summary }}<\\/p>\\n\",\"trigger\":\"appointment_canceled\",\"type\":\"email\",\"when\":\"after\",\"duration\":0},{\"appointment_types\":[],\"id\":1588677537,\"schema\":\"2019-04-02\",\"sent_to\":[\"{{customer_email}}\"],\"subject\":\"Your appointment has been canceled\",\"message\":\"<p>Hi {{ Appointment.customer_information.Name }},<br \\/>\\nYour appointment \\\"{{ Appointment.AppointmentType.title|raw }}\\\" (booked on {{ Global.site_url }}) has been canceled<\\/p>\\n\",\"title\":\"Email (Customer)\",\"trigger\":\"appointment_canceled\",\"type\":\"email\",\"when\":\"after\",\"duration\":0}],\"schema_version\":\"2018-09-18 18:30\",\"last_updated\":\"2020-05-05 11:18:54\"},\"advanced_scheduling\":{\"enabled\":true,\"schema_version\":\"2018-09-04\",\"last_updated\":\"2020-05-05 11:26:25\"},\"blackout_dates\":{\"enabled\":false,\"dates\":[],\"schema_version\":\"2018-02-20\"},\"staff\":{\"enabled\":false,\"schema_version\":\"2018-03-20.1700\"},\"offline_payments\":{\"enabled\":false,\"title\":\"Pay in person\",\"description\":\"You are agreeing to pay this amount in person.\",\"schema_version\":\"2018-10-23\"},\"styles\":{\"enabled\":true,\"font\":\"Roboto\",\"accent_color\":\"rgba(139, 195, 74, 1)\",\"background\":\"rgba(255, 255, 255, 1)\",\"padding\":\"1rem\",\"contrast\":false,\"css\":\"\",\"schema_version\":\"2018-10-23\"},\"translation\":{\"enabled\":true,\"locales\":[],\"schema_version\":\"2019-10-15\"}}','yes'),(33212,'ssa_versions','{\"2020-05-05 11:18:54\":\"3.1.0\"}','yes'),(33213,'DRA_route_whitelist','a:36:{i:0;s:7:\"/ssa/v1\";i:1;s:16:\"/ssa/v1/settings\";i:2;s:45:\"/ssa/v1/settings/(?P<id>[a-zA-Z0-9_-]+)\";i:3;s:23:\"/ssa/v1/settings/schema\";i:4;s:15:\"/ssa/v1/notices\";i:5;s:44:\"/ssa/v1/notices/(?P<id>[a-zA-Z0-9_-]+)\";i:6;s:22:\"/ssa/v1/notices/schema\";i:7;s:15:\"/ssa/v1/license\";i:8;s:22:\"/ssa/v1/license/schema\";i:9;s:24:\"/ssa/v1/google_calendars\";i:10;s:35:\"/ssa/v1/google_calendars/disconnect\";i:11;s:38:\"/ssa/v1/google_calendars/authorize_url\";i:12;s:17:\"/ssa/v1/mailchimp\";i:13;s:28:\"/ssa/v1/mailchimp/disconnect\";i:14;s:27:\"/ssa/v1/mailchimp/authorize\";i:15;s:29:\"/ssa/v1/mailchimp/deauthorize\";i:16;s:23:\"/ssa/v1/mailchimp/lists\";i:17;s:27:\"/ssa/v1/mailchimp/subscribe\";i:18;s:22:\"/ssa/v1/support_status\";i:19;s:22:\"/ssa/v1/support_ticket\";i:20;s:11:\"/oembed/1.0\";i:21;s:20:\"/ssa/v1/appointments\";i:22;s:25:\"/ssa/v1/appointments/bulk\";i:23;s:40:\"/ssa/v1/appointments/(?P<id>[\\d]+)\";i:24;s:44:\"/ssa/v1/appointments/(?P<id>[\\d]+)/ics\";i:25;s:25:\"/ssa/v1/appointment_types\";i:26;s:30:\"/ssa/v1/appointment_types/bulk\";i:27;s:45:\"/ssa/v1/appointment_types/(?P<id>[\\d]+)\";i:28;s:58:\"/ssa/v1/appointment_types/(?P<id>[\\d]+)/availability\";i:29;s:20:\"/ssa/v1/availability\";i:30;s:25:\"/ssa/v1/availability/bulk\";i:31;s:40:\"/ssa/v1/availability/(?P<id>[\\d]+)\";i:32;s:13:\"/ssa/v1/async\";i:33;s:16:\"/ssa/v1/payments\";i:34;s:21:\"/ssa/v1/payments/bulk\";i:35;s:36:\"/ssa/v1/payments/(?P<id>[\\d]+)\";}','yes'),(33232,'EWD_UASP_DB_version','1.1.0a','yes'),(33233,'EWD_UASP_Full_Version','No','yes'),(33234,'EWD_UASP_Time_Between_Appointments','15','yes'),(33235,'EWD_UASP_Required_Information','a:0:{}','yes'),(33236,'EWD_UASP_Timezone','America/New_York','yes'),(33237,'EWD_UASP_Hours_Format','24','yes'),(33238,'EWD_UASP_Client_Email_Details','-1','yes'),(33239,'EWD_UASP_Minimum_Days_Advance','0','yes'),(33240,'EWD_UASP_Maximum_Days_Advance','365','yes'),(33241,'EWD_UASP_Calendar_Starting_Layout','agendaWeek','yes'),(33242,'EWD_UASP_Calendar_Starting_Time','08','yes'),(33243,'EWD_UASP_Multi_Step_Booking','No','yes'),(33244,'EWD_UASP_WooCommerce_Integration','No','yes'),(33245,'EWD_UASP_Allow_Paypal_Prepayment','No','yes'),(33246,'EWD_UASP_Pricing_Currency_Code','USD','yes'),(33247,'EWD_UASP_Admin_Email_Notification','-1','yes'),(33248,'EWD_UASP_Provider_Email_Notification','-1','yes'),(33249,'EWD_UASP_Add_Captcha','No','yes'),(33250,'EWD_UASP_Require_Login','No','yes'),(33251,'EWD_UASP_Login_Options','a:0:{}','yes'),(33252,'EWD_UASP_Appointment_Confirmation','No','yes'),(33253,'EWD_UASP_Reminders_Cache_Time','600','yes'),(33254,'EWD_UASP_Last_Reminder_Call','1588679522','yes'),(33255,'EWD_UASP_Third_Party_Reminders','No','yes'),(33256,'EWD_UASP_Unique_Site_ID','9tKoqB4k15WjlEh','yes'),(33257,'EWD_UASP_Install_Time','1588679522','yes'),(33258,'EWD_UASP_Email_Messages_Array','a:3:{i:0;a:4:{s:2:\"ID\";i:0;s:4:\"Name\";s:20:\"Default Client Email\";s:7:\"Subject\";s:39:\"Thanks for booking on Subscription Flow\";s:7:\"Message\";s:322:\"[section]Hello [client],[/section][section]Thanks for booking an appointment. Your appointment details are:[/section][section]Appointment Time: [appointment-time]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thanks for booking,<br/>Subscription Flow[/section]\";}i:1;a:4:{s:2:\"ID\";i:1;s:4:\"Name\";s:20:\"Default Worker Email\";s:7:\"Subject\";s:43:\"New appointment booked on Subscription Flow\";s:7:\"Message\";s:435:\"[section]Hello,[/section][section]This is an automated notification that you\'ve received a new appointment sign up with the following details:[/section][section]Appointment Time: [appointment-time]<br/>Client Name: [client]<br/>Client Phone: [phone]<br/>Client Email: [email]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thanks for booking,<br/>Subscription Flow[/section]\";}i:2;a:4:{s:2:\"ID\";i:2;s:4:\"Name\";s:22:\"Default Reminder Email\";s:7:\"Subject\";s:43:\"Appointment reminder from Subscription Flow\";s:7:\"Message\";s:444:\"[section]Greetings from Subscription Flow,[/section][section]This is an automated reminder about your appointment scheduled for [appointment-time]. The details for your appointment are:[/section][section]Appointment Time: [appointment-time]<br/> Service: [service]<br/>Service Provider: [service-provider]<br/>Location: [location][/section][section]Thank you for your cooperation and see you at your appointment,<br/>Subscription Flow[/section]\";}}','yes'),(33261,'plugin_error','','yes'),(33262,'EWD_UASP_WC_Delete_Appointments','a:0:{}','yes'),(34026,'wc_hash_key','80a4d8da0d6f15074ebf4cca724e24ef','no'),(34027,'wc_options','s:3861:\"a:100:{s:14:\"isEnableOnHome\";s:1:\"1\";s:13:\"wc_quick_tags\";s:1:\"0\";s:27:\"wc_comment_list_update_type\";s:1:\"0\";s:28:\"wc_comment_list_update_timer\";s:2:\"30\";s:21:\"wc_live_update_guests\";s:1:\"1\";s:24:\"wc_comment_editable_time\";s:3:\"900\";s:22:\"wpdiscuz_redirect_page\";s:1:\"0\";s:20:\"wc_is_guest_can_vote\";s:1:\"1\";s:24:\"isLoadOnlyParentComments\";s:1:\"0\";s:19:\"commentListLoadType\";s:1:\"0\";s:27:\"wc_voting_buttons_show_hide\";s:1:\"0\";s:18:\"votingButtonsStyle\";s:1:\"0\";s:17:\"votingButtonsIcon\";s:16:\"fa-plus|fa-minus\";s:24:\"wc_header_text_show_hide\";s:1:\"0\";s:18:\"storeCommenterData\";s:2:\"-1\";s:30:\"wc_show_hide_loggedin_username\";s:1:\"1\";s:22:\"hideLoginLinkForGuests\";s:1:\"1\";s:22:\"hideUserSettingsButton\";s:1:\"0\";s:18:\"hideDiscussionStat\";s:1:\"0\";s:17:\"hideRecentAuthors\";s:1:\"0\";s:19:\"displayAntispamNote\";s:1:\"1\";s:26:\"wc_author_titles_show_hide\";s:1:\"0\";s:22:\"wc_simple_comment_date\";s:1:\"0\";s:16:\"subscriptionType\";s:1:\"1\";s:27:\"wc_show_hide_reply_checkbox\";s:1:\"1\";s:21:\"isReplyDefaultChecked\";s:1:\"0\";s:20:\"show_sorting_buttons\";s:1:\"1\";s:18:\"mostVotedByDefault\";s:1:\"0\";s:41:\"wc_use_postmatic_for_comment_notification\";s:1:\"0\";s:20:\"wc_comment_text_size\";s:4:\"14px\";s:16:\"wc_form_bg_color\";s:7:\"#F9F9F9\";s:19:\"wc_comment_bg_color\";s:7:\"#FEFEFE\";s:17:\"wc_reply_bg_color\";s:7:\"#F8F8F8\";s:25:\"wc_comment_username_color\";s:7:\"#00B38F\";s:29:\"wc_comment_rating_hover_color\";s:7:\"#FFED85\";s:31:\"wc_comment_rating_inactiv_color\";s:7:\"#DDDDDD\";s:29:\"wc_comment_rating_activ_color\";s:7:\"#FFD700\";s:13:\"wc_blog_roles\";a:0:{}s:20:\"wc_link_button_color\";a:6:{s:17:\"primary_button_bg\";s:7:\"#555555\";s:20:\"primary_button_color\";s:7:\"#FFFFFF\";s:22:\"secondary_button_color\";s:7:\"#777777\";s:23:\"secondary_button_border\";s:7:\"#dddddd\";s:18:\"vote_up_link_color\";s:7:\"#999999\";s:20:\"vote_down_link_color\";s:7:\"#999999\";}s:21:\"wc_input_border_color\";s:7:\"#D9D9D9\";s:30:\"wc_new_loaded_comment_bg_color\";s:7:\"#FFFAD6\";s:18:\"disableFontAwesome\";s:1:\"0\";s:11:\"disableTips\";s:1:\"0\";s:18:\"disableProfileURLs\";s:1:\"0\";s:19:\"displayRatingOnPost\";a:1:{i:0;s:5:\"after\";}s:23:\"ratingCssOnNoneSingular\";i:0;s:13:\"wc_custom_css\";s:27:\".comments-area{width:auto;}\";s:25:\"wc_show_plugin_powerid_by\";s:1:\"0\";s:15:\"wc_is_use_po_mo\";s:1:\"0\";s:25:\"wc_disable_member_confirm\";s:1:\"1\";s:20:\"disableGuestsConfirm\";s:1:\"1\";s:26:\"wc_comment_text_min_length\";s:1:\"1\";s:26:\"wc_comment_text_max_length\";s:0:\"\";s:17:\"commentWordsLimit\";s:3:\"100\";s:19:\"showHideCommentLink\";s:1:\"0\";s:15:\"hideCommentDate\";s:1:\"0\";s:21:\"enableImageConversion\";s:1:\"1\";s:17:\"commentLinkFilter\";s:1:\"1\";s:18:\"isCaptchaInSession\";s:1:\"1\";s:13:\"isUserByEmail\";s:1:\"0\";s:22:\"commenterNameMinLength\";s:1:\"3\";s:22:\"commenterNameMaxLength\";s:2:\"50\";s:24:\"isNotifyOnCommentApprove\";s:1:\"1\";s:22:\"isGravatarCacheEnabled\";s:1:\"1\";s:19:\"gravatarCacheMethod\";s:7:\"cronjob\";s:20:\"gravatarCacheTimeout\";s:2:\"10\";s:5:\"theme\";s:11:\"wpd-default\";s:15:\"reverseChildren\";i:0;s:11:\"antispamKey\";s:32:\"h@)(75n@s2#)0g8fptmr(3wbmm9u&m=n\";s:28:\"socialLoginAgreementCheckbox\";s:1:\"1\";s:26:\"socialLoginInSecondaryForm\";s:1:\"0\";s:13:\"enableFbLogin\";s:1:\"0\";s:13:\"enableFbShare\";s:1:\"0\";s:7:\"fbAppID\";s:0:\"\";s:11:\"fbAppSecret\";s:0:\"\";s:11:\"fbUseOAuth2\";i:0;s:18:\"enableTwitterLogin\";s:1:\"0\";s:18:\"enableTwitterShare\";s:1:\"1\";s:12:\"twitterAppID\";s:0:\"\";s:16:\"twitterAppSecret\";s:0:\"\";s:17:\"enableGoogleLogin\";s:1:\"0\";s:17:\"enableGoogleShare\";s:1:\"1\";s:11:\"googleAppID\";s:0:\"\";s:13:\"enableOkLogin\";s:1:\"0\";s:13:\"enableOkShare\";s:1:\"1\";s:7:\"okAppID\";s:0:\"\";s:8:\"okAppKey\";s:0:\"\";s:11:\"okAppSecret\";s:0:\"\";s:13:\"enableVkLogin\";s:1:\"0\";s:13:\"enableVkShare\";s:1:\"1\";s:7:\"vkAppID\";s:0:\"\";s:11:\"vkAppSecret\";s:0:\"\";s:14:\"isFollowActive\";i:1;s:28:\"disableFollowConfirmForUsers\";i:1;s:17:\"enableStickButton\";i:1;s:17:\"enableCloseButton\";i:1;s:19:\"enableDropAnimation\";i:1;s:19:\"isNativeAjaxEnabled\";i:1;s:21:\"enableLastVisitCookie\";i:0;s:21:\"isLoadScriptsInFooter\";i:1;}\";','yes'),(34028,'wpdiscuz_form_content_type_rel','a:3:{s:4:\"post\";a:1:{s:2:\"en\";i:2851;}s:10:\"attachment\";a:1:{s:2:\"en\";i:2851;}s:4:\"page\";a:1:{s:2:\"en\";i:2851;}}','yes'),(34029,'wc_plugin_version','5.3.5','yes'),(34716,'aj_enabled','1','yes'),(34717,'aj_method','async','yes'),(34718,'aj_enabled_logged','0','yes'),(34719,'aj_enabled_shop','0','yes'),(34720,'aj_jquery','exclude','yes'),(34721,'aj_async','element_main.js,chart.js,analytics.min.js,analytics.js,widget.js','yes'),(34722,'aj_defer','recaptcha__en.js,element_main.js,chart.js,analytics.min.js,jquery.js,analytics.js,widget.js,lazysizes.min.js','yes'),(34723,'aj_exclusions','','yes'),(34724,'aj_plugin_exclusions','','yes'),(34725,'aj_theme_exclusions','','yes'),(34726,'aj_autoptimize_enabled','0','yes'),(34727,'aj_autoptimize_method','async','yes'),(34728,'aj_version','2.20.03.01','yes'),(37043,'wp-smush-settings','a:21:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;}','yes'),(37044,'wp-smush-install-type','existing','no'),(37045,'wp-smush-version','3.9.0','no'),(37048,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1595936064;}s:5:\"queue\";a:0:{}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1595936064;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1601301320;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1601387698;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1608119796;}}}','no'),(37049,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1595936064;}}','no'),(37057,'smush_global_stats','a:9:{s:11:\"size_before\";i:70318131;s:10:\"size_after\";i:59824653;s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"human\";s:7:\"10.0 MB\";s:5:\"bytes\";i:10493478;s:12:\"total_images\";i:1580;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(37059,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(37060,'skip-smush-setup','1','yes'),(37085,'pand-3b2d2c5d8cb009dc06ac9927b3f7f603','1598683155','no'),(37105,'wp-smush-lazy_load','a:8:{s:6:\"format\";a:5:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";b:0;}','yes'),(38643,'epkb_config_1','a:349:{s:2:\"id\";i:1;s:6:\"status\";s:9:\"published\";s:13:\"kb_main_pages\";a:1:{i:3285;s:4:\"Docs\";}s:34:\"article_sidebar_component_priority\";a:8:{s:17:\"elay_sidebar_left\";s:1:\"1\";s:8:\"toc_left\";s:1:\"0\";s:15:\"kb_sidebar_left\";s:1:\"1\";s:15:\"categories_left\";s:1:\"1\";s:11:\"toc_content\";s:1:\"0\";s:9:\"toc_right\";s:1:\"1\";s:16:\"kb_sidebar_right\";s:1:\"0\";s:16:\"categories_right\";s:1:\"0\";}s:7:\"kb_name\";s:4:\"Docs\";s:23:\"kb_articles_common_path\";s:4:\"docs\";s:19:\"kb_main_page_layout\";s:5:\"Basic\";s:22:\"kb_article_page_layout\";s:7:\"Article\";s:19:\"kb_sidebar_location\";s:10:\"no-sidebar\";s:27:\"article-left-sidebar-toggle\";s:2:\"on\";s:28:\"article-right-sidebar-toggle\";s:2:\"on\";s:25:\"article-structure-version\";s:9:\"version-2\";s:34:\"article-container-desktop-width-v2\";s:3:\"100\";s:40:\"article-container-desktop-width-units-v2\";s:1:\"%\";s:33:\"article-container-tablet-width-v2\";s:3:\"100\";s:39:\"article-container-tablet-width-units-v2\";s:1:\"%\";s:29:\"article-body-desktop-width-v2\";s:4:\"1140\";s:35:\"article-body-desktop-width-units-v2\";s:2:\"px\";s:28:\"article-body-tablet-width-v2\";s:3:\"100\";s:34:\"article-body-tablet-width-units-v2\";s:1:\"%\";s:37:\"article-left-sidebar-desktop-width-v2\";s:2:\"20\";s:36:\"article-left-sidebar-tablet-width-v2\";s:2:\"20\";s:35:\"article-left-sidebar-padding-v2_top\";s:2:\"10\";s:37:\"article-left-sidebar-padding-v2_right\";s:2:\"10\";s:38:\"article-left-sidebar-padding-v2_bottom\";s:2:\"10\";s:36:\"article-left-sidebar-padding-v2_left\";s:2:\"10\";s:40:\"article-left-sidebar-background-color-v2\";s:7:\"#f1f3f5\";s:38:\"article-left-sidebar-starting-position\";i:0;s:26:\"article-left-sidebar-match\";s:3:\"off\";s:32:\"article-content-desktop-width-v2\";s:2:\"60\";s:31:\"article-content-tablet-width-v2\";s:2:\"60\";s:26:\"article-content-padding-v2\";s:2:\"20\";s:35:\"article-content-background-color-v2\";s:7:\"#ffffff\";s:23:\"article-meta-typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:18:\"article-meta-color\";s:7:\"#000000\";s:38:\"article-right-sidebar-desktop-width-v2\";s:2:\"20\";s:37:\"article-right-sidebar-tablet-width-v2\";s:2:\"20\";s:36:\"article-right-sidebar-padding-v2_top\";s:2:\"10\";s:38:\"article-right-sidebar-padding-v2_right\";s:2:\"10\";s:39:\"article-right-sidebar-padding-v2_bottom\";s:2:\"10\";s:37:\"article-right-sidebar-padding-v2_left\";s:2:\"10\";s:41:\"article-right-sidebar-background-color-v2\";s:7:\"#ffffff\";s:39:\"article-right-sidebar-starting-position\";i:0;s:27:\"article-right-sidebar-match\";s:2:\"on\";s:29:\"article-mobile-break-point-v2\";s:3:\"768\";s:29:\"article-tablet-break-point-v2\";s:4:\"1025\";s:29:\"archive-left-sidebar-width-v2\";s:2:\"20\";s:31:\"archive-left-sidebar-padding-v2\";s:2:\"10\";s:40:\"archive-left-sidebar-background-color-v2\";s:7:\"#FFFFFF\";s:26:\"archive-container-width-v2\";s:4:\"1080\";s:32:\"archive-container-width-units-v2\";s:2:\"px\";s:24:\"archive-content-width-v2\";s:2:\"80\";s:27:\"archive-show-sub-categories\";s:2:\"on\";s:26:\"archive-content-padding-v2\";s:2:\"10\";s:35:\"archive-content-background-color-v2\";s:7:\"#ffffff\";s:29:\"archive-mobile-break-point-v2\";s:4:\"1000\";s:25:\"categories_box_top_margin\";i:0;s:25:\"categories_box_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:29:\"category_box_title_text_color\";s:7:\"#666666\";s:39:\"category_box_container_background_color\";s:7:\"#fcfcfc\";s:32:\"category_box_category_text_color\";s:7:\"#2b98e5\";s:35:\"category_box_count_background_color\";s:7:\"#ffffff\";s:29:\"category_box_count_text_color\";s:7:\"#000000\";s:31:\"category_box_count_border_color\";s:7:\"#cccccc\";s:25:\"categories_in_url_enabled\";s:3:\"off\";s:26:\"kb_main_page_category_link\";s:7:\"default\";s:27:\"categories_display_sequence\";s:14:\"user-sequenced\";s:25:\"articles_display_sequence\";s:12:\"created-date\";s:16:\"templates_for_kb\";s:12:\"kb_templates\";s:15:\"wpml_is_enabled\";s:3:\"off\";s:24:\"articles_comments_global\";s:3:\"off\";s:34:\"category_focused_menu_heading_text\";s:10:\"Categories\";s:32:\"template_widget_sidebar_defaults\";s:2:\"on\";s:32:\"template_main_page_display_title\";s:3:\"off\";s:30:\"template_main_page_padding_top\";i:0;s:33:\"template_main_page_padding_bottom\";s:2:\"50\";s:31:\"template_main_page_padding_left\";s:1:\"4\";s:32:\"template_main_page_padding_right\";s:1:\"4\";s:29:\"template_main_page_margin_top\";i:0;s:32:\"template_main_page_margin_bottom\";s:2:\"50\";s:30:\"template_main_page_margin_left\";s:1:\"4\";s:31:\"template_main_page_margin_right\";s:1:\"4\";s:30:\"templates_for_kb_article_reset\";s:3:\"off\";s:33:\"templates_for_kb_article_defaults\";s:3:\"off\";s:28:\"template_article_padding_top\";i:0;s:31:\"template_article_padding_bottom\";i:0;s:29:\"template_article_padding_left\";i:0;s:30:\"template_article_padding_right\";i:0;s:27:\"template_article_margin_top\";i:0;s:30:\"template_article_margin_bottom\";s:2:\"50\";s:28:\"template_article_margin_left\";i:0;s:29:\"template_article_margin_right\";i:0;s:36:\"template_category_archive_page_style\";s:29:\"eckb-category-archive-style-2\";s:50:\"template_category_archive_page_heading_description\";s:10:\"Category -\";s:35:\"template_category_archive_read_more\";s:9:\"Read More\";s:30:\"template_category_archive_date\";s:5:\"Date:\";s:32:\"template_category_archive_author\";s:3:\"By:\";s:36:\"template_category_archive_categories\";s:11:\"Categories:\";s:33:\"template_category_archive_date_on\";s:2:\"on\";s:35:\"template_category_archive_author_on\";s:2:\"on\";s:39:\"template_category_archive_categories_on\";s:2:\"on\";s:18:\"article_toc_enable\";s:2:\"on\";s:20:\"article_toc_hx_level\";s:1:\"2\";s:20:\"article_toc_hy_level\";s:1:\"6\";s:25:\"article_toc_exclude_class\";s:0:\"\";s:27:\"article_toc_active_bg_color\";s:7:\"#1e73be\";s:23:\"article_toc_title_color\";s:7:\"#2b98e5\";s:22:\"article_toc_text_color\";s:7:\"#2b98e5\";s:29:\"article_toc_active_text_color\";s:7:\"#ffffff\";s:33:\"article_toc_cursor_hover_bg_color\";s:7:\"#e1ecf7\";s:35:\"article_toc_cursor_hover_text_color\";s:7:\"#000000\";s:25:\"article_toc_scroll_offset\";i:0;s:20:\"article_toc_position\";s:5:\"right\";s:23:\"article_toc_border_mode\";s:7:\"between\";s:24:\"article_toc_border_color\";s:7:\"#2b98e5\";s:29:\"article_toc_header_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:22:\"article_toc_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:29:\"article_toc_position_from_top\";i:0;s:19:\"article_toc_width_1\";s:3:\"100\";s:19:\"article_toc_media_1\";s:4:\"1367\";s:19:\"article_toc_width_2\";s:3:\"100\";s:19:\"article_toc_media_2\";s:4:\"1025\";s:19:\"article_toc_media_3\";s:3:\"800\";s:18:\"article_toc_gutter\";i:0;s:28:\"article_toc_background_color\";s:7:\"#f1f3f5\";s:17:\"article_toc_title\";s:17:\"Table of Contents\";s:27:\"article_content_enable_rows\";s:3:\"off\";s:33:\"article_content_enable_rows_1_gap\";s:1:\"8\";s:39:\"article_content_enable_rows_1_alignment\";s:6:\"center\";s:33:\"article_content_enable_rows_2_gap\";i:0;s:39:\"article_content_enable_rows_2_alignment\";s:8:\"flex-end\";s:33:\"article_content_enable_rows_3_gap\";s:2:\"32\";s:39:\"article_content_enable_rows_3_alignment\";s:8:\"flex-end\";s:33:\"article_content_enable_rows_4_gap\";i:0;s:39:\"article_content_enable_rows_4_alignment\";s:8:\"flex-end\";s:33:\"article_content_enable_rows_5_gap\";s:3:\"100\";s:39:\"article_content_enable_rows_5_alignment\";s:6:\"center\";s:36:\"article_content_enable_article_title\";s:2:\"on\";s:24:\"article_title_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:17:\"article_title_row\";s:1:\"2\";s:23:\"article_title_alignment\";s:4:\"left\";s:22:\"article_title_sequence\";s:1:\"1\";s:38:\"article_content_enable_back_navigation\";s:2:\"on\";s:19:\"back_navigation_row\";s:1:\"1\";s:25:\"back_navigation_alignment\";s:4:\"left\";s:24:\"back_navigation_sequence\";s:1:\"1\";s:20:\"back_navigation_mode\";s:21:\"navigate_browser_back\";s:20:\"back_navigation_text\";s:15:\"< All Topics\";s:26:\"back_navigation_text_color\";s:7:\"#1e73be\";s:24:\"back_navigation_bg_color\";s:7:\"#ffffff\";s:28:\"back_navigation_border_color\";s:7:\"#ffffff\";s:26:\"back_navigation_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:22:\"back_navigation_border\";s:4:\"none\";s:29:\"back_navigation_border_radius\";s:1:\"3\";s:28:\"back_navigation_border_width\";s:1:\"1\";s:26:\"back_navigation_margin_top\";s:1:\"4\";s:29:\"back_navigation_margin_bottom\";s:1:\"4\";s:27:\"back_navigation_margin_left\";s:1:\"4\";s:28:\"back_navigation_margin_right\";s:1:\"4\";s:27:\"back_navigation_padding_top\";s:1:\"4\";s:30:\"back_navigation_padding_bottom\";s:1:\"4\";s:28:\"back_navigation_padding_left\";s:1:\"4\";s:29:\"back_navigation_padding_right\";s:1:\"4\";s:23:\"meta-data-header-toggle\";s:2:\"on\";s:23:\"meta-data-footer-toggle\";s:3:\"off\";s:29:\"article_content_enable_author\";s:2:\"on\";s:20:\"author_footer_toggle\";s:3:\"off\";s:11:\"author_text\";s:2:\"by\";s:10:\"author_row\";s:1:\"3\";s:16:\"author_alignment\";s:4:\"left\";s:15:\"author_sequence\";s:1:\"3\";s:14:\"author_icon_on\";s:2:\"on\";s:35:\"article_content_enable_created_date\";s:2:\"on\";s:24:\"created_on_footer_toggle\";s:3:\"off\";s:15:\"created_on_text\";s:10:\"Created On\";s:16:\"created_date_row\";s:1:\"3\";s:22:\"created_date_alignment\";s:4:\"left\";s:21:\"created_date_sequence\";s:1:\"1\";s:20:\"created_date_icon_on\";s:2:\"on\";s:40:\"article_content_enable_last_updated_date\";s:2:\"on\";s:29:\"last_udpated_on_footer_toggle\";s:3:\"off\";s:20:\"last_udpated_on_text\";s:15:\"Last Updated On\";s:21:\"last_updated_date_row\";s:1:\"3\";s:27:\"last_updated_date_alignment\";s:4:\"left\";s:26:\"last_updated_date_sequence\";s:1:\"2\";s:25:\"last_updated_date_icon_on\";s:2:\"on\";s:17:\"breadcrumb_enable\";s:2:\"on\";s:14:\"breadcrumb_row\";s:1:\"1\";s:20:\"breadcrumb_alignment\";s:4:\"left\";s:19:\"breadcrumb_sequence\";s:1:\"2\";s:25:\"breadcrumb_icon_separator\";s:31:\"ep_font_icon_arrow_carrot_right\";s:22:\"breadcrumb_padding_top\";s:1:\"4\";s:25:\"breadcrumb_padding_bottom\";s:1:\"4\";s:23:\"breadcrumb_padding_left\";i:0;s:24:\"breadcrumb_padding_right\";i:0;s:21:\"breadcrumb_margin_top\";i:0;s:24:\"breadcrumb_margin_bottom\";i:0;s:22:\"breadcrumb_margin_left\";i:0;s:23:\"breadcrumb_margin_right\";i:0;s:21:\"breadcrumb_text_color\";s:7:\"#1e73be\";s:27:\"breadcrumb_description_text\";s:13:\"You are here:\";s:20:\"breadcrumb_home_text\";s:4:\"Main\";s:21:\"breadcrumb_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"16\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:30:\"article_content_toolbar_enable\";s:2:\"on\";s:27:\"article_content_toolbar_row\";s:1:\"1\";s:33:\"article_content_toolbar_alignment\";s:5:\"right\";s:32:\"article_content_toolbar_sequence\";s:1:\"1\";s:41:\"article_content_toolbar_button_background\";s:7:\"#ffffff\";s:47:\"article_content_toolbar_button_background_hover\";s:7:\"#ffffff\";s:37:\"article_content_toolbar_button_format\";s:9:\"text_icon\";s:33:\"article_content_toolbar_icon_size\";s:2:\"20\";s:34:\"article_content_toolbar_icon_color\";s:7:\"#000000\";s:40:\"article_content_toolbar_icon_hover_color\";s:7:\"#000000\";s:36:\"article_content_toolbar_border_color\";s:7:\"#ffffff\";s:37:\"article_content_toolbar_border_radius\";i:0;s:36:\"article_content_toolbar_border_width\";i:0;s:33:\"article_content_toolbar_text_size\";s:2:\"15\";s:34:\"article_content_toolbar_text_color\";s:7:\"#000000\";s:40:\"article_content_toolbar_text_hover_color\";s:7:\"#000000\";s:42:\"article_content_toolbar_button_padding_top\";s:2:\"10\";s:45:\"article_content_toolbar_button_padding_bottom\";s:2:\"10\";s:43:\"article_content_toolbar_button_padding_left\";s:2:\"10\";s:44:\"article_content_toolbar_button_padding_right\";s:2:\"10\";s:41:\"article_content_toolbar_button_margin_top\";i:0;s:44:\"article_content_toolbar_button_margin_bottom\";i:0;s:42:\"article_content_toolbar_button_margin_left\";i:0;s:43:\"article_content_toolbar_button_margin_right\";i:0;s:19:\"print_button_enable\";s:3:\"off\";s:17:\"print_button_text\";s:5:\"Print\";s:28:\"print_button_doc_padding_top\";s:2:\"10\";s:31:\"print_button_doc_padding_bottom\";s:2:\"10\";s:29:\"print_button_doc_padding_left\";s:2:\"10\";s:30:\"print_button_doc_padding_right\";s:2:\"10\";s:27:\"prev_next_navigation_enable\";s:2:\"on\";s:20:\"next_navigation_text\";s:4:\"Next\";s:20:\"prev_navigation_text\";s:8:\"Previous\";s:31:\"prev_next_navigation_text_color\";s:7:\"#1e73be\";s:29:\"prev_next_navigation_bg_color\";s:7:\"#f7f7f7\";s:37:\"prev_next_navigation_hover_text_color\";s:7:\"#6d6d6d\";s:35:\"prev_next_navigation_hover_bg_color\";s:7:\"#dee3e5\";s:20:\"article_meta_icon_on\";s:2:\"on\";s:28:\"breadcrumb_margin_bottom_old\";s:2:\"20\";s:39:\"admin_eckb_access_frontend_editor_write\";s:14:\"manage_options\";s:38:\"admin_eckb_access_order_articles_write\";s:14:\"manage_options\";s:39:\"admin_eckb_access_search_analytics_read\";s:14:\"manage_options\";s:32:\"admin_eckb_access_need_help_read\";s:14:\"manage_options\";s:34:\"admin_eckb_access_addons_news_read\";s:14:\"manage_options\";s:5:\"width\";s:9:\"epkb-full\";s:18:\"section_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:31:\"show_articles_before_categories\";s:3:\"off\";s:27:\"categories_layout_list_mode\";s:19:\"list_top_categories\";s:11:\"nof_columns\";s:9:\"three-col\";s:22:\"nof_articles_displayed\";s:1:\"8\";s:20:\"expand_articles_icon\";s:31:\"ep_font_icon_arrow_carrot_right\";s:13:\"search_layout\";s:18:\"epkb-search-form-3\";s:25:\"search_input_border_width\";s:1:\"1\";s:22:\"search_box_padding_top\";s:2:\"20\";s:25:\"search_box_padding_bottom\";s:2:\"20\";s:23:\"search_box_padding_left\";i:0;s:24:\"search_box_padding_right\";i:0;s:21:\"search_box_margin_top\";i:0;s:24:\"search_box_margin_bottom\";s:2:\"40\";s:22:\"search_box_input_width\";s:2:\"50\";s:24:\"search_box_results_style\";s:3:\"off\";s:21:\"search_title_html_tag\";s:2:\"h2\";s:23:\"search_title_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"40\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:21:\"article_search_layout\";s:18:\"epkb-search-form-1\";s:33:\"article_search_input_border_width\";s:1:\"1\";s:30:\"article_search_box_padding_top\";s:2:\"50\";s:33:\"article_search_box_padding_bottom\";s:2:\"50\";s:31:\"article_search_box_padding_left\";i:0;s:32:\"article_search_box_padding_right\";i:0;s:29:\"article_search_box_margin_top\";i:0;s:32:\"article_search_box_margin_bottom\";s:2:\"40\";s:30:\"article_search_box_input_width\";s:2:\"40\";s:32:\"article_search_box_results_style\";s:3:\"off\";s:29:\"article_search_title_html_tag\";s:2:\"h2\";s:31:\"article_search_title_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"36\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:22:\"section_head_alignment\";s:6:\"center\";s:35:\"section_head_category_icon_location\";s:4:\"left\";s:31:\"section_head_category_icon_size\";s:2:\"40\";s:15:\"section_divider\";s:2:\"on\";s:25:\"section_divider_thickness\";s:1:\"1\";s:20:\"section_desc_text_on\";s:2:\"on\";s:25:\"section_hyperlink_text_on\";s:3:\"off\";s:20:\"section_hyperlink_on\";s:3:\"off\";s:18:\"section_box_shadow\";s:20:\"section_light_shadow\";s:24:\"section_head_padding_top\";s:2:\"20\";s:27:\"section_head_padding_bottom\";s:2:\"20\";s:25:\"section_head_padding_left\";s:2:\"30\";s:26:\"section_head_padding_right\";s:1:\"4\";s:21:\"section_border_radius\";s:1:\"4\";s:20:\"section_border_width\";i:0;s:23:\"section_box_height_mode\";s:17:\"section_no_height\";s:19:\"section_body_height\";s:3:\"150\";s:24:\"section_body_padding_top\";s:1:\"5\";s:27:\"section_body_padding_bottom\";s:1:\"4\";s:25:\"section_body_padding_left\";s:2:\"30\";s:26:\"section_body_padding_right\";s:2:\"10\";s:25:\"section_article_underline\";s:2:\"on\";s:19:\"article_list_margin\";s:2:\"10\";s:20:\"article_list_spacing\";s:1:\"8\";s:23:\"search_title_font_color\";s:7:\"#020d26\";s:23:\"search_background_color\";s:7:\"#ffffff\";s:34:\"search_text_input_background_color\";s:7:\"#ffffff\";s:30:\"search_text_input_border_color\";s:7:\"#d6d6d6\";s:27:\"search_btn_background_color\";s:7:\"#020d26\";s:23:\"search_btn_border_color\";s:7:\"#777777\";s:31:\"article_search_title_font_color\";s:7:\"#FFFFFF\";s:31:\"article_search_background_color\";s:7:\"#f7941d\";s:42:\"article_search_text_input_background_color\";s:7:\"#FFFFFF\";s:38:\"article_search_text_input_border_color\";s:7:\"#CCCCCC\";s:35:\"article_search_btn_background_color\";s:7:\"#40474f\";s:31:\"article_search_btn_border_color\";s:7:\"#F1F1F1\";s:16:\"background_color\";s:7:\"#ffffff\";s:18:\"article_font_color\";s:7:\"#1e73be\";s:18:\"article_icon_color\";s:7:\"#1e1e1e\";s:29:\"section_body_background_color\";s:7:\"#ffffff\";s:20:\"section_border_color\";s:7:\"#dbdbdb\";s:23:\"section_head_font_color\";s:7:\"#7864ff\";s:29:\"section_head_background_color\";s:7:\"#ffffff\";s:35:\"section_head_description_font_color\";s:7:\"#b3b3b3\";s:21:\"section_divider_color\";s:7:\"#edf2f6\";s:27:\"section_category_font_color\";s:7:\"#868686\";s:27:\"section_category_icon_color\";s:7:\"#020d26\";s:32:\"section_head_category_icon_color\";s:7:\"#7864ff\";s:23:\"section_head_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"21\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:35:\"section_head_description_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"17\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:12:\"search_title\";s:25:\"What are you looking for?\";s:15:\"search_box_hint\";s:27:\"Search the documentation...\";s:18:\"search_button_name\";s:6:\"Search\";s:18:\"search_results_msg\";s:18:\"Search Results for\";s:20:\"article_search_title\";s:16:\"How Can We Help?\";s:23:\"article_search_box_hint\";s:27:\"Search the documentation...\";s:26:\"article_search_button_name\";s:6:\"Search\";s:26:\"article_search_results_msg\";s:18:\"Search Results for\";s:16:\"no_results_found\";s:16:\"No matches found\";s:24:\"min_search_word_size_msg\";s:41:\"Enter a word with at least one character.\";s:18:\"category_empty_msg\";s:20:\"Articles coming soon\";s:21:\"collapse_articles_msg\";s:17:\"Collapse Articles\";s:21:\"show_all_articles_msg\";s:17:\"Show all articles\";s:17:\"choose_main_topic\";s:19:\"Choose a Main Topic\";s:14:\"tab_typography\";a:4:{s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:2:\"14\";s:15:\"font-size-units\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";}s:16:\"tab_down_pointer\";s:3:\"off\";s:25:\"tab_nav_active_font_color\";s:7:\"#000000\";s:31:\"tab_nav_active_background_color\";s:7:\"#f1f1f1\";s:18:\"tab_nav_font_color\";s:7:\"#b3b3b3\";s:24:\"tab_nav_background_color\";s:7:\"#ffffff\";s:20:\"tab_nav_border_color\";s:7:\"#686868\";}','no'),(38644,'epkb_version','8.2.1','no'),(38645,'epkb_version_first','6.7.0','no'),(38650,'epkb_orignal_config_1','a:265:{s:2:\"id\";i:1;s:6:\"status\";s:9:\"published\";s:13:\"kb_main_pages\";a:1:{i:3285;s:4:\"Docs\";}s:34:\"article_sidebar_component_priority\";a:8:{s:17:\"elay_sidebar_left\";s:1:\"1\";s:8:\"toc_left\";s:1:\"0\";s:15:\"kb_sidebar_left\";s:1:\"1\";s:15:\"categories_left\";s:1:\"1\";s:11:\"toc_content\";s:1:\"0\";s:9:\"toc_right\";s:1:\"1\";s:16:\"kb_sidebar_right\";s:1:\"0\";s:16:\"categories_right\";s:1:\"0\";}s:7:\"kb_name\";s:4:\"Docs\";s:23:\"kb_articles_common_path\";s:4:\"docs\";s:19:\"kb_main_page_layout\";s:5:\"Basic\";s:22:\"kb_article_page_layout\";s:7:\"Article\";s:19:\"kb_sidebar_location\";s:10:\"no-sidebar\";s:27:\"article-left-sidebar-toggle\";s:2:\"on\";s:28:\"article-right-sidebar-toggle\";s:2:\"on\";s:23:\"meta-data-header-toggle\";s:2:\"on\";s:23:\"meta-data-footer-toggle\";s:3:\"off\";s:25:\"article-structure-version\";s:9:\"version-2\";s:34:\"article-container-desktop-width-v2\";s:3:\"100\";s:40:\"article-container-desktop-width-units-v2\";s:1:\"%\";s:33:\"article-container-tablet-width-v2\";s:3:\"100\";s:39:\"article-container-tablet-width-units-v2\";s:1:\"%\";s:29:\"article-body-desktop-width-v2\";s:4:\"1140\";s:35:\"article-body-desktop-width-units-v2\";s:2:\"px\";s:28:\"article-body-tablet-width-v2\";s:3:\"100\";s:34:\"article-body-tablet-width-units-v2\";s:1:\"%\";s:37:\"article-left-sidebar-desktop-width-v2\";s:2:\"20\";s:36:\"article-left-sidebar-tablet-width-v2\";s:2:\"20\";s:35:\"article-left-sidebar-padding-v2_top\";s:2:\"10\";s:37:\"article-left-sidebar-padding-v2_right\";s:2:\"10\";s:38:\"article-left-sidebar-padding-v2_bottom\";s:2:\"10\";s:36:\"article-left-sidebar-padding-v2_left\";s:2:\"10\";s:40:\"article-left-sidebar-background-color-v2\";s:7:\"#f1f3f5\";s:38:\"article-left-sidebar-starting-position\";i:0;s:26:\"article-left-sidebar-match\";s:3:\"off\";s:32:\"article-content-desktop-width-v2\";s:2:\"60\";s:31:\"article-content-tablet-width-v2\";s:2:\"60\";s:26:\"article-content-padding-v2\";s:2:\"20\";s:35:\"article-content-background-color-v2\";s:7:\"#ffffff\";s:38:\"article-right-sidebar-desktop-width-v2\";s:2:\"20\";s:37:\"article-right-sidebar-tablet-width-v2\";s:2:\"20\";s:36:\"article-right-sidebar-padding-v2_top\";s:2:\"10\";s:38:\"article-right-sidebar-padding-v2_right\";s:2:\"10\";s:39:\"article-right-sidebar-padding-v2_bottom\";s:2:\"10\";s:37:\"article-right-sidebar-padding-v2_left\";s:2:\"10\";s:41:\"article-right-sidebar-background-color-v2\";s:7:\"#ffffff\";s:39:\"article-right-sidebar-starting-position\";i:0;s:27:\"article-right-sidebar-match\";s:2:\"on\";s:29:\"article-mobile-break-point-v2\";s:3:\"768\";s:29:\"article-tablet-break-point-v2\";s:4:\"1025\";s:29:\"archive-left-sidebar-width-v2\";s:2:\"20\";s:31:\"archive-left-sidebar-padding-v2\";s:2:\"10\";s:40:\"archive-left-sidebar-background-color-v2\";s:7:\"#FFFFFF\";s:26:\"archive-container-width-v2\";s:4:\"1080\";s:32:\"archive-container-width-units-v2\";s:2:\"px\";s:24:\"archive-content-width-v2\";s:2:\"80\";s:26:\"archive-content-padding-v2\";s:2:\"10\";s:35:\"archive-content-background-color-v2\";s:7:\"#ffffff\";s:29:\"archive-mobile-break-point-v2\";s:4:\"1000\";s:25:\"categories_box_top_margin\";i:0;s:24:\"categories_box_font_size\";s:2:\"14\";s:29:\"category_box_title_text_color\";s:7:\"#666666\";s:39:\"category_box_container_background_color\";s:7:\"#fcfcfc\";s:32:\"category_box_category_text_color\";s:7:\"#2b98e5\";s:35:\"category_box_count_background_color\";s:7:\"#ffffff\";s:29:\"category_box_count_text_color\";s:7:\"#000000\";s:31:\"category_box_count_border_color\";s:7:\"#cccccc\";s:25:\"categories_in_url_enabled\";s:3:\"off\";s:26:\"kb_main_page_category_link\";s:7:\"default\";s:27:\"categories_display_sequence\";s:14:\"user-sequenced\";s:25:\"articles_display_sequence\";s:12:\"created-date\";s:16:\"templates_for_kb\";s:12:\"kb_templates\";s:15:\"wpml_is_enabled\";s:3:\"off\";s:38:\"templates_display_main_page_main_title\";s:3:\"off\";s:28:\"templates_for_kb_padding_top\";i:0;s:31:\"templates_for_kb_padding_bottom\";s:2:\"50\";s:29:\"templates_for_kb_padding_left\";s:1:\"4\";s:30:\"templates_for_kb_padding_right\";s:1:\"4\";s:27:\"templates_for_kb_margin_top\";i:0;s:30:\"templates_for_kb_margin_bottom\";s:2:\"50\";s:28:\"templates_for_kb_margin_left\";s:1:\"4\";s:29:\"templates_for_kb_margin_right\";s:1:\"4\";s:30:\"templates_for_kb_article_reset\";s:3:\"off\";s:33:\"templates_for_kb_article_defaults\";s:3:\"off\";s:40:\"templates_for_kb_widget_sidebar_defaults\";s:2:\"on\";s:36:\"templates_for_kb_article_padding_top\";i:0;s:39:\"templates_for_kb_article_padding_bottom\";i:0;s:37:\"templates_for_kb_article_padding_left\";i:0;s:38:\"templates_for_kb_article_padding_right\";i:0;s:35:\"templates_for_kb_article_margin_top\";i:0;s:38:\"templates_for_kb_article_margin_bottom\";s:2:\"50\";s:36:\"templates_for_kb_article_margin_left\";i:0;s:37:\"templates_for_kb_article_margin_right\";i:0;s:44:\"templates_for_kb_category_archive_page_style\";s:29:\"eckb-category-archive-style-2\";s:58:\"templates_for_kb_category_archive_page_heading_description\";s:10:\"Category -\";s:43:\"templates_for_kb_category_archive_read_more\";s:9:\"Read More\";s:34:\"category_focused_menu_heading_text\";s:10:\"Categories\";s:24:\"articles_comments_global\";s:3:\"off\";s:18:\"article_toc_enable\";s:2:\"on\";s:20:\"article_toc_hx_level\";s:1:\"2\";s:20:\"article_toc_hy_level\";s:1:\"6\";s:25:\"article_toc_exclude_class\";s:0:\"\";s:22:\"article_toc_text_color\";s:7:\"#2b98e5\";s:27:\"article_toc_active_bg_color\";s:7:\"#1e73be\";s:29:\"article_toc_active_text_color\";s:7:\"#ffffff\";s:33:\"article_toc_cursor_hover_bg_color\";s:7:\"#e1ecf7\";s:35:\"article_toc_cursor_hover_text_color\";s:7:\"#000000\";s:25:\"article_toc_scroll_offset\";i:0;s:20:\"article_toc_position\";s:5:\"right\";s:23:\"article_toc_border_mode\";s:7:\"between\";s:24:\"article_toc_border_color\";s:7:\"#2b98e5\";s:21:\"article_toc_font_size\";s:2:\"14\";s:29:\"article_toc_position_from_top\";i:0;s:19:\"article_toc_width_1\";s:3:\"100\";s:19:\"article_toc_media_1\";s:4:\"1367\";s:19:\"article_toc_width_2\";s:3:\"100\";s:19:\"article_toc_media_2\";s:4:\"1025\";s:19:\"article_toc_media_3\";s:3:\"800\";s:18:\"article_toc_gutter\";i:0;s:28:\"article_toc_background_color\";s:7:\"#f1f3f5\";s:17:\"article_toc_title\";s:17:\"Table of Contents\";s:17:\"breadcrumb_toggle\";s:2:\"on\";s:25:\"breadcrumb_icon_separator\";s:31:\"ep_font_icon_arrow_carrot_right\";s:22:\"breadcrumb_padding_top\";s:1:\"4\";s:25:\"breadcrumb_padding_bottom\";s:1:\"4\";s:23:\"breadcrumb_padding_left\";i:0;s:24:\"breadcrumb_padding_right\";i:0;s:21:\"breadcrumb_margin_top\";i:0;s:24:\"breadcrumb_margin_bottom\";s:2:\"20\";s:22:\"breadcrumb_margin_left\";i:0;s:23:\"breadcrumb_margin_right\";i:0;s:21:\"breadcrumb_text_color\";s:7:\"#1e73be\";s:27:\"breadcrumb_description_text\";s:13:\"You are here:\";s:20:\"breadcrumb_home_text\";s:4:\"Main\";s:20:\"breadcrumb_font_size\";s:2:\"16\";s:22:\"back_navigation_toggle\";s:2:\"on\";s:20:\"back_navigation_mode\";s:21:\"navigate_browser_back\";s:20:\"back_navigation_text\";s:15:\"< All Topics\";s:26:\"back_navigation_text_color\";s:7:\"#1e73be\";s:24:\"back_navigation_bg_color\";s:7:\"#ffffff\";s:28:\"back_navigation_border_color\";s:7:\"#ffffff\";s:25:\"back_navigation_font_size\";s:2:\"16\";s:22:\"back_navigation_border\";s:4:\"none\";s:29:\"back_navigation_border_radius\";s:1:\"3\";s:28:\"back_navigation_border_width\";s:1:\"1\";s:26:\"back_navigation_margin_top\";s:1:\"4\";s:29:\"back_navigation_margin_bottom\";s:1:\"4\";s:27:\"back_navigation_margin_left\";s:1:\"4\";s:28:\"back_navigation_margin_right\";s:1:\"4\";s:27:\"back_navigation_padding_top\";s:1:\"4\";s:30:\"back_navigation_padding_bottom\";s:1:\"4\";s:28:\"back_navigation_padding_left\";s:1:\"4\";s:29:\"back_navigation_padding_right\";s:1:\"4\";s:27:\"prev_next_navigation_enable\";s:2:\"on\";s:20:\"next_navigation_text\";s:4:\"Next\";s:20:\"prev_navigation_text\";s:8:\"Previous\";s:31:\"prev_next_navigation_text_color\";s:7:\"#1e73be\";s:29:\"prev_next_navigation_bg_color\";s:7:\"#f7f7f7\";s:37:\"prev_next_navigation_hover_text_color\";s:7:\"#6d6d6d\";s:35:\"prev_next_navigation_hover_bg_color\";s:7:\"#dee3e5\";s:29:\"last_udpated_on_header_toggle\";s:2:\"on\";s:29:\"last_udpated_on_footer_toggle\";s:3:\"off\";s:20:\"last_udpated_on_text\";s:15:\"Last Updated On\";s:24:\"created_on_header_toggle\";s:2:\"on\";s:24:\"created_on_footer_toggle\";s:3:\"off\";s:15:\"created_on_text\";s:10:\"Created On\";s:20:\"author_header_toggle\";s:2:\"on\";s:20:\"author_footer_toggle\";s:3:\"off\";s:11:\"author_text\";s:2:\"by\";s:20:\"article_meta_icon_on\";s:2:\"on\";s:5:\"width\";s:9:\"epkb-full\";s:17:\"section_font_size\";s:19:\"section_medium_font\";s:31:\"show_articles_before_categories\";s:3:\"off\";s:27:\"categories_layout_list_mode\";s:19:\"list_top_categories\";s:11:\"nof_columns\";s:9:\"three-col\";s:22:\"nof_articles_displayed\";s:1:\"8\";s:20:\"expand_articles_icon\";s:31:\"ep_font_icon_arrow_carrot_right\";s:13:\"search_layout\";s:18:\"epkb-search-form-3\";s:25:\"search_input_border_width\";s:1:\"1\";s:22:\"search_box_padding_top\";s:2:\"20\";s:25:\"search_box_padding_bottom\";s:2:\"20\";s:23:\"search_box_padding_left\";i:0;s:24:\"search_box_padding_right\";i:0;s:21:\"search_box_margin_top\";i:0;s:24:\"search_box_margin_bottom\";s:2:\"40\";s:22:\"search_box_input_width\";s:2:\"50\";s:24:\"search_box_results_style\";s:3:\"off\";s:21:\"search_title_html_tag\";s:2:\"h2\";s:22:\"search_title_font_size\";s:2:\"40\";s:21:\"article_search_layout\";s:18:\"epkb-search-form-1\";s:33:\"article_search_input_border_width\";s:1:\"1\";s:30:\"article_search_box_padding_top\";s:2:\"50\";s:33:\"article_search_box_padding_bottom\";s:2:\"50\";s:31:\"article_search_box_padding_left\";i:0;s:32:\"article_search_box_padding_right\";i:0;s:29:\"article_search_box_margin_top\";i:0;s:32:\"article_search_box_margin_bottom\";s:2:\"40\";s:30:\"article_search_box_input_width\";s:2:\"40\";s:32:\"article_search_box_results_style\";s:3:\"off\";s:29:\"article_search_title_html_tag\";s:2:\"h2\";s:30:\"article_search_title_font_size\";s:2:\"36\";s:22:\"section_head_alignment\";s:6:\"center\";s:35:\"section_head_category_icon_location\";s:4:\"left\";s:31:\"section_head_category_icon_size\";s:2:\"40\";s:15:\"section_divider\";s:2:\"on\";s:25:\"section_divider_thickness\";s:1:\"1\";s:20:\"section_desc_text_on\";s:2:\"on\";s:25:\"section_hyperlink_text_on\";s:3:\"off\";s:18:\"section_box_shadow\";s:20:\"section_light_shadow\";s:24:\"section_head_padding_top\";s:2:\"20\";s:27:\"section_head_padding_bottom\";s:2:\"20\";s:25:\"section_head_padding_left\";s:2:\"30\";s:26:\"section_head_padding_right\";s:1:\"4\";s:21:\"section_border_radius\";s:1:\"4\";s:20:\"section_border_width\";i:0;s:23:\"section_box_height_mode\";s:17:\"section_no_height\";s:19:\"section_body_height\";s:3:\"150\";s:24:\"section_body_padding_top\";s:1:\"5\";s:27:\"section_body_padding_bottom\";s:1:\"4\";s:25:\"section_body_padding_left\";s:2:\"30\";s:26:\"section_body_padding_right\";s:2:\"10\";s:25:\"section_article_underline\";s:2:\"on\";s:19:\"article_list_margin\";s:2:\"10\";s:20:\"article_list_spacing\";s:1:\"8\";s:23:\"search_title_font_color\";s:7:\"#020d26\";s:23:\"search_background_color\";s:7:\"#ffffff\";s:34:\"search_text_input_background_color\";s:7:\"#ffffff\";s:30:\"search_text_input_border_color\";s:7:\"#d6d6d6\";s:27:\"search_btn_background_color\";s:7:\"#020d26\";s:23:\"search_btn_border_color\";s:7:\"#777777\";s:31:\"article_search_title_font_color\";s:7:\"#FFFFFF\";s:31:\"article_search_background_color\";s:7:\"#f7941d\";s:42:\"article_search_text_input_background_color\";s:7:\"#FFFFFF\";s:38:\"article_search_text_input_border_color\";s:7:\"#CCCCCC\";s:35:\"article_search_btn_background_color\";s:7:\"#40474f\";s:31:\"article_search_btn_border_color\";s:7:\"#F1F1F1\";s:16:\"background_color\";s:7:\"#ffffff\";s:18:\"article_font_color\";s:7:\"#1e73be\";s:18:\"article_icon_color\";s:7:\"#1e1e1e\";s:29:\"section_body_background_color\";s:7:\"#ffffff\";s:20:\"section_border_color\";s:7:\"#dbdbdb\";s:23:\"section_head_font_color\";s:7:\"#7864ff\";s:29:\"section_head_background_color\";s:7:\"#ffffff\";s:35:\"section_head_description_font_color\";s:7:\"#b3b3b3\";s:21:\"section_divider_color\";s:7:\"#edf2f6\";s:27:\"section_category_font_color\";s:7:\"#868686\";s:27:\"section_category_icon_color\";s:7:\"#020d26\";s:32:\"section_head_category_icon_color\";s:7:\"#7864ff\";s:12:\"search_title\";s:25:\"What are you looking for?\";s:15:\"search_box_hint\";s:27:\"Search the documentation...\";s:18:\"search_button_name\";s:6:\"Search\";s:18:\"search_results_msg\";s:18:\"Search Results for\";s:20:\"article_search_title\";s:16:\"How Can We Help?\";s:23:\"article_search_box_hint\";s:27:\"Search the documentation...\";s:26:\"article_search_button_name\";s:6:\"Search\";s:26:\"article_search_results_msg\";s:18:\"Search Results for\";s:16:\"no_results_found\";s:16:\"No matches found\";s:24:\"min_search_word_size_msg\";s:41:\"Enter a word with at least one character.\";s:18:\"category_empty_msg\";s:20:\"Articles coming soon\";s:21:\"collapse_articles_msg\";s:17:\"Collapse Articles\";s:21:\"show_all_articles_msg\";s:17:\"Show all articles\";s:17:\"choose_main_topic\";s:19:\"Choose a Main Topic\";s:13:\"tab_font_size\";s:15:\"tab_medium_font\";s:16:\"tab_down_pointer\";s:3:\"off\";s:25:\"tab_nav_active_font_color\";s:7:\"#000000\";s:31:\"tab_nav_active_background_color\";s:7:\"#f1f1f1\";s:18:\"tab_nav_font_color\";s:7:\"#b3b3b3\";s:24:\"tab_nav_background_color\";s:7:\"#ffffff\";s:20:\"tab_nav_border_color\";s:7:\"#686868\";}','no'),(38656,'epkb_articles_sequence_1','a:5:{i:93;a:3:{i:0;s:16:\"Customer Account\";i:1;s:148:\"SubscriptionFlow allows subscribers to create their account at the time of purchase of the subscription, enter their personal and payment details...\";i:3378;s:16:\"Customer Account\";}i:92;a:3:{i:0;s:9:\"Dashboard\";i:1;s:118:\"SubscriptionFlow intuitive ‘Dashboard’ offers a comprehensive summary of the health of your subscription business.\";i:3320;s:8:\"Overview\";}i:101;a:2:{i:0;s:17:\"Go-live Checklist\";i:1;s:68:\"This checklist will help you make sure you have everything in place.\";}i:102;a:10:{i:0;s:20:\"Implementation Guide\";i:1;s:841:\"An informative guide on getting started with SubscriptionFlow.\r\n<div class=\"epkb-section-body epkb-section-body-top\" style=\"border-bottom-width: 0px; padding-top: 5px; padding-bottom: 4px; padding-left: 0px; padding-right: 0px;\">\r\n <ul class=\"epkb-main-category epkb-articles eckb-articles-ordering\" style=\"padding-left: ;\">\r\n <li class=\"epkb-article-level-1\" style=\"padding-bottom: 8px; padding-top: 8px;\">\r\n <a href=\"/docs/getting-started-with-subscriptionflow/\" class=\"epkb-mp-article\" data-kb-article-id=\"4415\">\r\n <span class=\"eckb-article-title article_underline_effect\" style=\"color: #1e73be;\">\r\n <i class=\"ep_font_icon_document\" style=\"color: #1e1e1e;\"></i>\r\n <span>Overview</span>\r\n </span>\r\n </a>\r\n </li>\r\n </ul>\r\n</div>\r\n\";i:4594;s:23:\"Reporting and Analytics\";i:4592;s:15:\"API Integration\";i:4589;s:16:\"Payment Gateways\";i:4587;s:20:\"Hosted Payment Pages\";i:4584;s:45:\"SubscriptionFlow Admin Portal – An Overview\";i:4582;s:22:\"Subscription Solutions\";i:4580;s:48:\"Recurring Billing Checklist for SubscriptionFlow\";i:4560;s:37:\"Getting Started with SubscriptionFlow\";}i:88;a:5:{i:0;s:12:\"Integrations\";i:1;s:57:\"Integrate third party applications with SubscriptionFlow.\";i:3306;s:7:\"Finance\";i:3304;s:7:\"Avalara\";i:3295;s:16:\"AvaTax for Sales\";}}','no'),(38665,'epkb_categories_sequence_1','a:5:{i:102;a:0:{}i:101;a:0:{}i:93;a:0:{}i:92;a:0:{}i:88;a:0:{}}','no'),(38666,'epkb_categories_icons_images_1','a:8:{i:86;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:11:\"epkbfa-book\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:110:\"https://staging.subscriptionflow.com/wp-content/plugins/echo-knowledge-base/img/demo-icons/icons/info-icon.png\";s:5:\"color\";s:7:\"#000000\";}i:84;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:18:\"ep_font_icon_gears\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:110:\"https://staging.subscriptionflow.com/wp-content/plugins/echo-knowledge-base/img/demo-icons/icons/info-icon.png\";s:5:\"color\";s:7:\"#000000\";}i:87;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:11:\"epkbfa-cube\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:110:\"https://staging.subscriptionflow.com/wp-content/plugins/echo-knowledge-base/img/demo-icons/icons/info-icon.png\";s:5:\"color\";s:7:\"#000000\";}i:88;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:11:\"epkbfa-gear\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}i:92;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:15:\"epkbfa-th-large\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}i:93;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:19:\"ep_font_icon_person\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}i:101;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:21:\"epkbfa-check-square-o\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}i:102;a:6:{s:4:\"type\";s:4:\"font\";s:4:\"name\";s:20:\"epkbfa-space-shuttle\";s:8:\"image_id\";i:0;s:10:\"image_size\";s:4:\"full\";s:19:\"image_thumbnail_url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";}}','no'),(39763,'wpseo_taxonomy_meta','a:1:{s:25:\"epkb_post_type_1_category\";a:4:{i:93;a:2:{s:13:\"wpseo_linkdex\";s:2:\"29\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:88;a:2:{s:13:\"wpseo_linkdex\";s:2:\"29\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:92;a:2:{s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:102;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(39841,'yikes_simple_taxonomy_ordering_options','a:1:{s:18:\"enabled_taxonomies\";a:1:{i:0;s:25:\"epkb_post_type_1_category\";}}','yes'),(39875,'epkb_show_upgrade_message','1','no'),(41423,'mk_te_settings_options','a:5:{s:7:\"e_d_t_e\";s:3:\"yes\";s:17:\"code_editor_theme\";s:6:\"cobalt\";s:9:\"e_w_d_t_e\";s:3:\"yes\";s:7:\"e_d_p_e\";s:3:\"yes\";s:9:\"e_w_d_p_e\";s:3:\"yes\";}','yes'),(41427,'theme_editor_email_verified_1','yes','yes'),(41968,'secret_key',']oI6@dng9ex7)&bc[BG.dV0(,A!RC6:uU;k(fG/{7Hz<g=;g/D3GGLODfkzW;UJw','no'),(42934,'su_presets_table','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:10:\"responsive\";s:2:\"no\";s:9:\"alternate\";s:2:\"no\";s:5:\"fixed\";s:2:\"no\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:274:\"<table>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n<tr>\n <td>Table</td>\n <td>Table</td>\n</tr>\n</table>\";}}}','yes'),(43256,'su_presets_quote','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:5:\"style\";s:7:\"default\";s:4:\"cite\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:173:\"A billing model which is also called the pay-as-you-go model or metered billing that allows customers to only pay for how much service they have used in their billing cycle.\";}}}','yes'),(43957,'su_presets_note','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:10:\"note_color\";s:7:\"#FFFF66\";s:10:\"text_color\";s:7:\"#333333\";s:6:\"radius\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:9:\"Note text\";}}}','yes'),(44208,'su_presets_row','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:2:{s:5:\"class\";s:0:\"\";s:7:\"content\";s:162:\"[su_column size=\"1/2\" center=\"no\" class=\"\"]• Australian dollar (AUD[/su_column]\n[su_column size=\"1/2\" center=\"no\" class=\"\"]• Hong Kong Dollar (HKD)/su_column]\";}}}','yes'),(46016,'nb_cpf_options','a:10:{s:14:\"defaultCountry\";s:0:\"\";s:13:\"onlyCountries\";s:0:\"\";s:16:\"excludeCountries\";s:0:\"\";s:18:\"preferredCountries\";s:0:\"\";s:19:\"country_auto_select\";i:1;s:20:\"phone_defaultCountry\";s:0:\"\";s:19:\"phone_onlyCountries\";s:0:\"\";s:22:\"phone_excludeCountries\";s:0:\"\";s:24:\"phone_preferredCountries\";s:0:\"\";s:17:\"phone_auto_select\";i:1;}','yes'),(46733,'filemanager_email_verified_1','yes','yes'),(46804,'cfdb7_view_ignore_notice','true','yes'),(46818,'su_presets_button','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:20:{s:3:\"url\";s:42:\"https://staging.subscriptionflow.com/demo/\";s:6:\"target\";s:4:\"self\";s:5:\"style\";s:7:\"bubbles\";s:10:\"background\";s:7:\"#fd7b03\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"size\";s:2:\"17\";s:4:\"wide\";s:2:\"no\";s:6:\"center\";s:2:\"no\";s:6:\"radius\";s:4:\"auto\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:11:\"text_shadow\";s:4:\"none\";s:4:\"desc\";s:0:\"\";s:8:\"download\";s:0:\"\";s:7:\"onclick\";s:45:\"https://staging.subscriptionflow.com/contact/\";s:3:\"rel\";s:0:\"\";s:5:\"title\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:14:\"Happy Revenue!\";}}}','yes'),(48019,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1604409854;s:16:\"sm_i_hide_survey\";b:1;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"6fbcec8b8a11d76afd97\";s:13:\"sm_i_lastping\";i:1604992026;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1604413427;}','yes'),(48031,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1604992026.24009;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1604992026.548857;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1604992026.242645;s:7:\"endTime\";d:1604992026.470236;s:7:\"success\";b:1;s:3:\"url\";s:107:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Fwww.subscriptionflow.com%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1604992026.473381;s:7:\"endTime\";d:1604992026.54259;s:7:\"success\";b:1;s:3:\"url\";s:100:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Fwww.subscriptionflow.com%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(49443,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"17.3\";}','yes'),(49444,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1605005849;}','yes'),(52615,'su_presets_dummy_image','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:5:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"300\";s:5:\"theme\";s:3:\"any\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:5:\"false\";}}}','yes'),(52620,'su_presets_custom_gallery','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:9:{s:6:\"source\";s:11:\"media: 4187\";s:5:\"limit\";s:2:\"20\";s:4:\"link\";s:4:\"none\";s:6:\"target\";s:4:\"self\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"200\";s:5:\"title\";s:5:\"hover\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:5:\"false\";}}}','yes'),(53476,'ctcc_more_info_page','4259','yes'),(53479,'ctcc_options_settings','a:9:{s:7:\"closure\";s:5:\"click\";s:13:\"scroll_height\";i:200;s:10:\"first_page\";i:0;s:16:\"enable_metafield\";i:0;s:10:\"zones_only\";s:0:\"\";s:8:\"duration\";i:60;s:13:\"cookie_expiry\";i:30;s:14:\"cookie_version\";i:1;s:25:\"wisdom_registered_setting\";i:1;}','yes'),(53480,'ctcc_content_settings','a:7:{s:12:\"heading_text\";s:0:\"\";s:17:\"notification_text\";s:285:\"We use cookies to examine the website traffic and optimize the customer experience. To serve the purpose, we might use your data in analytics. By clicking “Accept Cookies” you consent to allow us access and store your data based on the technologies described in our Cookie Policy. \";s:14:\"more_info_text\";s:0:\"\";s:14:\"more_info_page\";s:0:\"\";s:13:\"more_info_url\";s:0:\"\";s:16:\"more_info_target\";s:6:\"_blank\";s:11:\"accept_text\";s:14:\"Accept Cookies\";}','yes'),(53481,'ctcc_styles_settings','a:12:{s:8:\"position\";s:10:\"bottom-bar\";s:15:\"container_class\";s:0:\"\";s:14:\"enqueue_styles\";s:1:\"1\";s:15:\"rounded_corners\";s:1:\"1\";s:11:\"drop_shadow\";s:1:\"1\";s:24:\"display_accept_with_text\";s:1:\"1\";s:10:\"text_color\";s:7:\"#ffffff\";s:8:\"bg_color\";s:7:\"#020d26\";s:10:\"link_color\";s:4:\"#fff\";s:12:\"button_color\";s:0:\"\";s:15:\"button_bg_color\";s:7:\"#ff5e14\";s:11:\"flat_button\";s:1:\"1\";}','yes'),(56718,'epkb_last_seen_version','2020.09.01','no'),(58248,'epkb_post_type_1_category_children','a:0:{}','yes'),(63675,'wpb_js_custom_css','','yes'),(66328,'mk_fm_close_fm_help_c_fm','done','yes'),(71482,'widget_ezw_tco','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(71483,'ez-toc-settings','a:39:{s:15:\"fragment_prefix\";s:1:\"i\";s:8:\"position\";s:6:\"before\";s:5:\"start\";s:1:\"4\";s:17:\"show_heading_text\";s:1:\"1\";s:12:\"heading_text\";s:17:\"Table of Contents\";s:18:\"enabled_post_types\";a:1:{s:4:\"post\";s:4:\"post\";}s:14:\"show_hierarchy\";s:1:\"1\";s:7:\"counter\";s:7:\"decimal\";s:13:\"smooth_scroll\";s:1:\"1\";s:20:\"smooth_scroll_offset\";s:2:\"30\";s:10:\"visibility\";s:1:\"1\";s:5:\"width\";s:4:\"auto\";s:12:\"width_custom\";s:3:\"275\";s:18:\"width_custom_units\";s:2:\"px\";s:8:\"wrapping\";s:4:\"none\";s:15:\"title_font_size\";s:3:\"120\";s:21:\"title_font_size_units\";s:1:\"%\";s:17:\"title_font_weight\";s:3:\"500\";s:9:\"font_size\";s:2:\"95\";s:15:\"font_size_units\";s:1:\"%\";s:5:\"theme\";s:4:\"grey\";s:24:\"custom_background_colour\";s:4:\"#fff\";s:20:\"custom_border_colour\";s:4:\"#ddd\";s:19:\"custom_title_colour\";s:4:\"#999\";s:18:\"custom_link_colour\";s:7:\"#428bca\";s:24:\"custom_link_hover_colour\";s:7:\"#2a6496\";s:26:\"custom_link_visited_colour\";s:7:\"#428bca\";s:14:\"heading_levels\";a:5:{i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";}s:19:\"css_container_class\";s:0:\"\";s:22:\"auto_insert_post_types\";a:1:{s:4:\"post\";s:4:\"post\";}s:7:\"exclude\";s:0:\"\";s:27:\"mobile_smooth_scroll_offset\";s:1:\"0\";s:13:\"restrict_path\";s:0:\"\";s:21:\"widget_affix_selector\";s:0:\"\";s:26:\"visibility_hide_by_default\";s:1:\"0\";s:9:\"lowercase\";s:1:\"0\";s:9:\"hyphenate\";s:1:\"0\";s:16:\"include_homepage\";s:1:\"0\";s:11:\"exclude_css\";s:1:\"0\";}','yes'),(73435,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(73436,'disallowed_keys','','no'),(73437,'comment_previously_approved','1','yes'),(73438,'auto_plugin_theme_update_emails','a:0:{}','no'),(73439,'auto_update_core_dev','enabled','yes'),(73440,'auto_update_core_minor','enabled','yes'),(73441,'auto_update_core_major','unset','yes'),(73442,'wp_force_deactivated_plugins','a:0:{}','yes'),(73443,'finished_updating_comment_type','1','yes'),(73448,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','yes'),(73454,'can_compress_scripts','0','no'),(73479,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(73483,'epkb_settings','a:1:{s:5:\"debug\";s:3:\"off\";}','no'),(73485,'epkb_help_dialog_settings','a:61:{s:18:\"help_dialog_enable\";s:3:\"off\";s:19:\"help_dialog_faqs_kb\";s:1:\"1\";s:24:\"help_dialog_display_mode\";s:4:\"both\";s:26:\"help_dialog_logo_image_url\";s:91:\"https://staging.subscriptionflow.com/wp-content/plugins/echo-knowledge-base/img/kb-icon.png\";s:24:\"help_dialog_welcome_text\";s:18:\"Welcome to Support\";s:35:\"help_dialog_container_desktop_width\";s:3:\"400\";s:34:\"help_dialog_container_tablet_width\";s:3:\"400\";s:34:\"help_dialog_container_mobile_width\";s:3:\"400\";s:30:\"help_dialog_tablet_break_point\";s:4:\"1025\";s:30:\"help_dialog_mobile_break_point\";s:3:\"768\";s:27:\"help_dialog_back_text_color\";s:7:\"#7d7d7d\";s:39:\"help_dialog_back_text_color_hover_color\";s:7:\"#000000\";s:33:\"help_dialog_back_background_color\";s:7:\"#f0f0f0\";s:45:\"help_dialog_back_background_color_hover_color\";s:7:\"#f0f0f0\";s:32:\"help_dialog_launcher_start_delay\";i:0;s:37:\"help_dialog_launcher_background_color\";s:7:\"#7b00a6\";s:43:\"help_dialog_launcher_background_hover_color\";s:7:\"#a5a5a5\";s:31:\"help_dialog_launcher_icon_color\";s:7:\"#ffffff\";s:37:\"help_dialog_launcher_icon_hover_color\";s:7:\"#000000\";s:24:\"help_dialog_faqs_top_tab\";s:4:\"FAQs\";s:22:\"help_dialog_faqs_title\";s:20:\"How can we help you?\";s:35:\"help_dialog_faqs_search_placeholder\";s:15:\"Search for help\";s:34:\"help_dialog_article_read_more_text\";s:9:\"Read More\";s:28:\"help_dialog_background_color\";s:7:\"#aa2dd6\";s:26:\"help_dialog_not_active_tab\";s:7:\"#6d3687\";s:26:\"help_dialog_tab_text_color\";s:7:\"#ffffff\";s:33:\"help_dialog_main_title_text_color\";s:7:\"#FFFFFF\";s:30:\"help_dialog_welcome_text_color\";s:7:\"#000000\";s:36:\"help_dialog_welcome_background_color\";s:7:\"#f6deff\";s:34:\"help_dialog_breadcrumb_arrow_color\";s:7:\"#000000\";s:32:\"help_dialog_faqs_qa_border_color\";s:7:\"#CCCCCC\";s:36:\"help_dialog_faqs_question_text_color\";s:7:\"#000000\";s:42:\"help_dialog_faqs_question_background_color\";s:7:\"#f7f7f7\";s:43:\"help_dialog_faqs_question_active_text_color\";s:7:\"#000000\";s:49:\"help_dialog_faqs_question_active_background_color\";s:7:\"#ffffff\";s:34:\"help_dialog_faqs_answer_text_color\";s:7:\"#000000\";s:40:\"help_dialog_faqs_answer_background_color\";s:7:\"#ffffff\";s:32:\"help_dialog_breadcrumb_home_text\";s:4:\"Home\";s:41:\"help_dialog_breadcrumb_search_result_text\";s:14:\"Search Results\";s:35:\"help_dialog_breadcrumb_article_text\";s:7:\"Article\";s:31:\"help_dialog_found_faqs_tab_text\";s:10:\"Found FAQs\";s:35:\"help_dialog_fount_articles_tab_text\";s:14:\"Found Articles\";s:40:\"help_dialog_found_faqs_article_tab_color\";s:7:\"#000000\";s:47:\"help_dialog_found_faqs_article_active_tab_color\";s:7:\"#0f9beb\";s:38:\"help_dialog_single_article_title_color\";s:7:\"#000000\";s:37:\"help_dialog_single_article_desc_color\";s:7:\"#424242\";s:47:\"help_dialog_single_article_read_more_text_color\";s:7:\"#0f9beb\";s:53:\"help_dialog_single_article_read_more_text_hover_color\";s:7:\"#007eed\";s:30:\"help_dialog_contact_us_top_tab\";s:10:\"Contact Us\";s:25:\"help_dialog_contact_title\";s:12:\"Get in Touch\";s:29:\"help_dialog_contact_name_text\";s:4:\"Name\";s:35:\"help_dialog_contact_user_email_text\";s:5:\"Email\";s:32:\"help_dialog_contact_subject_text\";s:7:\"Subject\";s:32:\"help_dialog_contact_comment_text\";s:20:\"How can we help you?\";s:32:\"help_dialog_contact_button_title\";s:6:\"Submit\";s:36:\"help_dialog_contact_submission_email\";s:0:\"\";s:35:\"help_dialog_contact_success_message\";s:40:\"Thank you. We will get back to you soon.\";s:39:\"help_dialog_contact_submit_button_color\";s:7:\"#aa2dd6\";s:45:\"help_dialog_contact_submit_button_hover_color\";s:7:\"#9039af\";s:44:\"help_dialog_contact_submit_button_text_color\";s:7:\"#ffffff\";s:50:\"help_dialog_contact_submit_button_text_hover_color\";s:7:\"#ffffff\";}','no'),(73492,'su_option_custom-formatting','on','yes'),(73493,'su_option_skip','on','yes'),(73494,'su_option_prefix','su_','yes'),(73495,'su_option_custom-css','','yes'),(73496,'su_option_supported_blocks','a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}','yes'),(73497,'su_option_generator_access','manage_options','yes'),(73498,'su_option_enable_shortcodes_in','a:1:{i:0;s:16:\"term_description\";}','yes'),(73499,'su_option_hide_deprecated','on','yes'),(73500,'su_option_unsafe_features','','yes'),(73502,'wp-smush-show_upgrade_modal','1','no'),(73505,'sbp_public_post_types','a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:16:\"epkb_post_type_1\";}','yes'),(73515,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1642083092;s:37:\"monsterinsights_notification_audience\";i:1642083096;s:42:\"monsterinsights_notification_mobile_device\";i:1644387711;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1642494209;s:40:\"monsterinsights_notification_bounce_rate\";i:1644387718;s:47:\"monsterinsights_notification_returning_visitors\";i:1642494228;s:45:\"monsterinsights_notification_traffic_dropping\";i:1642083158;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1642575400;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1643029650;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1642575413;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1643029657;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1643029666;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1643029668;s:46:\"monsterinsights_notification_headline_analyzer\";i:1643029676;}','no'),(73517,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1644387711;s:4:\"feed\";a:0:{}s:6:\"events\";a:53:{i:0;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20220209\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/09/2022 6:21 am\";s:3:\"end\";s:10:\"02/22/2022\";}i:1;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20220124\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:662:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:197:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/24/2022 1:07 pm\";s:3:\"end\";s:10:\"03/23/2022\";}i:2;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20220124\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/24/2022 1:07 pm\";s:3:\"end\";s:10:\"02/16/2022\";}i:3;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20220124\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"01/24/2022 1:07 pm\";s:3:\"end\";s:10:\"02/11/2022\";}i:4;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20220124\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:743:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/24/2022 1:07 pm\";s:3:\"end\";s:10:\"02/21/2022\";}i:5;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20220124\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:719:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/24/2022 1:07 pm\";s:3:\"end\";s:10:\"02/11/2022\";}i:6;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20220119\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:636:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/19/2022 6:56 am\";s:3:\"end\";s:10:\"02/16/2022\";}i:7;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20220119\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:606:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/19/2022 6:56 am\";s:3:\"end\";s:10:\"02/16/2022\";}i:8;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20220118\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/18/2022 8:23 am\";s:3:\"end\";s:10:\"01/31/2022\";}i:9;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20220118\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/18/2022 8:23 am\";s:3:\"end\";s:10:\"02/25/2022\";}i:10;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20220118\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/18/2022 8:23 am\";s:3:\"end\";s:10:\"01/31/2022\";}i:11;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20220113\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:197:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"01/13/2022 2:11 pm\";s:3:\"end\";s:10:\"02/10/2022\";}i:12;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20220104\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"01/04/2022 7:44 am\";s:3:\"end\";s:10:\"01/22/2022\";}i:13;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20220104\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:719:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/04/2022 7:27 am\";s:3:\"end\";s:10:\"01/22/2022\";}i:14;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211231\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"12/31/2021 12:45 pm\";s:3:\"end\";s:10:\"01/13/2022\";}i:15;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211231\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"12/31/2021 12:45 pm\";s:3:\"end\";s:10:\"01/13/2022\";}i:16;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20211227\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/27/2021 6:56 am\";s:3:\"end\";s:10:\"01/19/2022\";}i:17;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20211214\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:743:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/14/2021 1:37 pm\";s:3:\"end\";s:10:\"01/11/2022\";}i:18;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20211214\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:636:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/14/2021 1:37 pm\";s:3:\"end\";s:10:\"01/11/2022\";}i:19;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20211213\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:606:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/13/2021 2:41 pm\";s:3:\"end\";s:10:\"01/10/2022\";}i:20;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211213\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/13/2021 2:41 pm\";s:3:\"end\";s:10:\"12/26/2021\";}i:21;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211213\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/13/2021 7:45 am\";s:3:\"end\";s:10:\"12/26/2021\";}i:22;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20211213\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:197:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"12/13/2021 7:45 am\";s:3:\"end\";s:10:\"01/10/2022\";}i:23;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20211207\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"12/07/2021 12:40 pm\";s:3:\"end\";s:10:\"12/25/2021\";}i:24;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20211207\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:719:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"12/07/2021 12:40 pm\";s:3:\"end\";s:10:\"12/25/2021\";}i:25;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20211207\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"12/07/2021 12:39 pm\";s:3:\"end\";s:10:\"01/14/2022\";}i:26;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20211130\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/30/2021 7:59 am\";s:3:\"end\";s:10:\"12/23/2021\";}i:27;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211126\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/26/2021 11:21 am\";s:3:\"end\";s:10:\"12/09/2021\";}i:28;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211125\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/25/2021 10:53 am\";s:3:\"end\";s:10:\"12/08/2021\";}i:29;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20211117\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"11/17/2021 11:19 am\";s:3:\"end\";s:10:\"12/05/2021\";}i:30;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20211117\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:719:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/17/2021 11:19 am\";s:3:\"end\";s:10:\"12/05/2021\";}i:31;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20211110\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:662:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:197:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 11:30 am\";s:3:\"end\";s:10:\"01/07/2022\";}i:32;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20211110\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:743:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 11:30 am\";s:3:\"end\";s:10:\"12/08/2021\";}i:33;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20211110\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:636:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 11:29 am\";s:3:\"end\";s:10:\"12/08/2021\";}i:34;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20211110\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:606:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 11:28 am\";s:3:\"end\";s:10:\"12/08/2021\";}i:35;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211110\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 11:27 am\";s:3:\"end\";s:10:\"11/23/2021\";}i:36;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211110\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/10/2021 10:49 am\";s:3:\"end\";s:10:\"11/23/2021\";}i:37;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20211110\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:197:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"11/10/2021 10:25 am\";s:3:\"end\";s:10:\"12/08/2021\";}i:38;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20211102\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/02/2021 7:48 am\";s:3:\"end\";s:10:\"11/25/2021\";}i:39;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20211025\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/25/2021 8:27 am\";s:3:\"end\";s:10:\"11/12/2021\";}i:40;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20211025\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:719:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/25/2021 8:26 am\";s:3:\"end\";s:10:\"11/12/2021\";}i:41;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211025\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/25/2021 8:26 am\";s:3:\"end\";s:10:\"11/07/2021\";}i:42;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20211025\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/25/2021 8:25 am\";s:3:\"end\";s:10:\"12/02/2021\";}i:43;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211025\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.1.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/25/2021 7:55 am\";s:3:\"end\";s:10:\"11/07/2021\";}i:44;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20211007\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:745:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/07/2021 8:33 am\";s:3:\"end\";s:10:\"11/04/2021\";}i:45;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20211007\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:637:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/07/2021 8:32 am\";s:3:\"end\";s:10:\"11/04/2021\";}i:46;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20211007\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:608:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/07/2021 8:29 am\";s:3:\"end\";s:10:\"11/04/2021\";}i:47;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20211007\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:197:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/07/2021 8:27 am\";s:3:\"end\";s:10:\"11/04/2021\";}i:48;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20211004\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/04/2021 2:16 pm\";s:3:\"end\";s:10:\"10/27/2021\";}i:49;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210927\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:828:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:238:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"09/27/2021 12:32 pm\";s:3:\"end\";s:10:\"10/15/2021\";}i:50;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210927\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"09/27/2021 12:07 pm\";s:3:\"end\";s:10:\"10/15/2021\";}i:51;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210922\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:163:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"09/22/2021 11:51 am\";s:3:\"end\";s:10:\"10/05/2021\";}i:52;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210922\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:149:\"https://staging.subscriptionflow.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"09/22/2021 11:50 am\";s:3:\"end\";s:10:\"10/05/2021\";}}s:9:\"dismissed\";a:0:{}}','no'),(73523,'su_option_unsafe_features_auto_off','1','yes'),(73572,'wpsupercache_start','1631013469','yes'),(73573,'wpsupercache_count','0','yes'),(73574,'wpsupercache_gc_time','1632902683','yes'),(73575,'ossdl_off_blog_url','https://staging.subscriptionflow.com','yes'),(73576,'ossdl_off_cdn_url','https://staging.subscriptionflow.com','yes'),(73577,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(73578,'ossdl_off_exclude','.php','yes'),(73579,'ossdl_cname','','yes'),(73580,'supercache_stats','a:3:{s:9:\"generated\";i:1631013872;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:4;s:5:\"fsize\";i:67519;s:11:\"cached_list\";a:4:{s:24:\"www.subscriptionflow.com\";a:2:{s:9:\"lower_age\";i:213;s:5:\"files\";i:1;}s:33:\"www.subscriptionflow.com/register\";a:2:{s:9:\"lower_age\";i:98;s:5:\"files\";i:1;}s:29:\"www.subscriptionflow.com/demo\";a:2:{s:9:\"lower_age\";i:133;s:5:\"files\";i:1;}s:43:\"www.subscriptionflow.com/recurring-payments\";a:2:{s:9:\"lower_age\";i:59;s:5:\"files\";i:1;}}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(73592,'wpsc_feed_list','a:51:{i:0;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:1;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:2;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:3;s:147:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/comments/feed/wp-cache-a66d98272decaf0f8ad73decc3979806.php\";i:4;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:5;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:6;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:7;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:8;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:9;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:10;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:11;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:12;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:13;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:14;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:15;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:16;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:17;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:18;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:19;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:20;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:21;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:22;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:23;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:24;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:25;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:26;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:27;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:28;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:29;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:30;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:31;s:143:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/blog/feed/wp-cache-84da1987d3bc0b5bbd8506d47bf3f73b.php\";i:32;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:33;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:34;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:35;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:36;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:37;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:38;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:39;s:173:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/docs/category/implementation-guide/feed/wp-cache-5d120e1ea94c373d06d7c104e9d16104.php\";i:40;s:162:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/docs/category/dashboard/feed/wp-cache-6a10d14937d30e2a528dff8d0864fb59.php\";i:41;s:165:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/docs/category/integrations/feed/wp-cache-0934dffc7b189db45751d728e76ff384.php\";i:42;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:43;s:153:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/tag/e-learning/feed/wp-cache-17b8072b2e765bb72681839c42076bcf.php\";i:44;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:45;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:46;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:47;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:48;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:49;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";i:50;s:138:\"/var/www/html/staging-subscription/wp-content/cache/supercache/www.subscriptionflow.com/feed/wp-cache-783f87eb635753e6f4d5e6b41a0209b6.php\";}','yes'),(73595,'epkb_hit_search_counter_1','7','no'),(74655,'category_children','a:0:{}','yes'),(74986,'epkb_miss_search_counter_1','3','no'),(76223,'wem_version','1.2','yes'),(77398,'rocket_cache_dir_size_check','1','yes'),(78055,'ai1wm_secret_key','ovXgvRSIBY9J','yes'),(78056,'ai1wm_backups_labels','a:0:{}','yes'),(78057,'ai1wm_sites_links','a:0:{}','yes'),(78058,'action_scheduler_lock_async-request-runner','1633602949','yes'),(78072,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:389:\"» <a class=\"ai1wm-no-underline\" href=\"https://staging.subscriptionflow.com/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(78073,'swift_performance_plugin_organizer','a:0:{}','yes'),(78074,'jetpack_active_modules','a:0:{}','yes'),(78094,'_site_transient_ai1wm_last_check_for_updates','1676551377','no'),(78112,'rewrite_rules','a:126:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:52:\"docs/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?epkb_post_type_1_category=$matches[1]&feed=$matches[2]\";s:47:\"docs/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?epkb_post_type_1_category=$matches[1]&feed=$matches[2]\";s:28:\"docs/category/(.+?)/embed/?$\";s:58:\"index.php?epkb_post_type_1_category=$matches[1]&embed=true\";s:40:\"docs/category/(.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?epkb_post_type_1_category=$matches[1]&paged=$matches[2]\";s:22:\"docs/category/(.+?)/?$\";s:47:\"index.php?epkb_post_type_1_category=$matches[1]\";s:49:\"docs/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?epkb_post_type_1_tag=$matches[1]&feed=$matches[2]\";s:44:\"docs/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?epkb_post_type_1_tag=$matches[1]&feed=$matches[2]\";s:25:\"docs/tag/([^/]+)/embed/?$\";s:53:\"index.php?epkb_post_type_1_tag=$matches[1]&embed=true\";s:37:\"docs/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?epkb_post_type_1_tag=$matches[1]&paged=$matches[2]\";s:19:\"docs/tag/([^/]+)/?$\";s:42:\"index.php?epkb_post_type_1_tag=$matches[1]\";s:32:\"docs/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"docs/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"docs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"docs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"docs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"docs/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"docs/([^/]+)/embed/?$\";s:49:\"index.php?epkb_post_type_1=$matches[1]&embed=true\";s:25:\"docs/([^/]+)/trackback/?$\";s:43:\"index.php?epkb_post_type_1=$matches[1]&tb=1\";s:33:\"docs/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?epkb_post_type_1=$matches[1]&paged=$matches[2]\";s:40:\"docs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?epkb_post_type_1=$matches[1]&cpage=$matches[2]\";s:29:\"docs/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?epkb_post_type_1=$matches[1]&page=$matches[2]\";s:21:\"docs/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"docs/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"docs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"docs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"docs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"docs/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2176&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(78128,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":3,\"critical\":2}','yes'),(78674,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1635769338}','no'),(82645,'webpc_notice_thanks','1644308833','yes'),(82646,'webpc_is_new_installation','0','yes'),(82647,'webpc_latest_version','4.1.2','yes'),(82648,'webpc_errors_cache','a:1:{i:0;s:21:\"rewrites_not_executed\";}','yes'),(91307,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1676551376;s:15:\"version_checked\";s:5:\"5.8.6\";s:12:\"translations\";a:0:{}}','no'),(93631,'_site_transient_timeout_theme_roots','1676553178','no'),(93632,'_site_transient_theme_roots','a:5:{s:16:\"subscriptionflow\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(93633,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676551379;s:7:\"checked\";a:5:{s:16:\"subscriptionflow\";s:5:\"1.0.0\";s:14:\"twentynineteen\";s:3:\"1.2\";s:15:\"twentyseventeen\";s:3:\"2.0\";s:13:\"twentysixteen\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.8.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(93634,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676551380;s:8:\"response\";a:18:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:7:\"1.2.6.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:36:\"export-all-urls/extract-all-urls.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/export-all-urls\";s:4:\"slug\";s:15:\"export-all-urls\";s:6:\"plugin\";s:36:\"export-all-urls/extract-all-urls.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/export-all-urls/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/export-all-urls.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/export-all-urls/assets/icon-256x256.png?rev=1661202\";s:2:\"1x\";s:68:\"https://ps.w.org/export-all-urls/assets/icon-128x128.png?rev=1661202\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/export-all-urls/assets/banner-772x250.png?rev=1661196\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"5.4\";s:14:\"upgrade_notice\";s:147:\"<ul>\n<li>Added - additional verification for file removal to patch a security issue</li>\n<li>Compatibility - tested with wordpress 6.0.1</li>\n</ul>\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"8.12.1\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.8.12.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.8.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:6:\"2.9.15\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/gtranslate.2.9.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.8.1\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:43:\"echo-knowledge-base/echo-knowledge-base.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/echo-knowledge-base\";s:4:\"slug\";s:19:\"echo-knowledge-base\";s:6:\"plugin\";s:43:\"echo-knowledge-base/echo-knowledge-base.php\";s:11:\"new_version\";s:6:\"9.21.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/echo-knowledge-base/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/echo-knowledge-base.9.21.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/echo-knowledge-base/assets/icon-256x256.png?rev=2635911\";s:2:\"1x\";s:72:\"https://ps.w.org/echo-knowledge-base/assets/icon-128x128.png?rev=2635911\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/echo-knowledge-base/assets/banner-1544x500.jpg?rev=2635949\";s:2:\"1x\";s:74:\"https://ps.w.org/echo-knowledge-base/assets/banner-772x250.jpg?rev=2635949\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.5\";}s:21:\"megamenu/megamenu.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/megamenu\";s:4:\"slug\";s:8:\"megamenu\";s:6:\"plugin\";s:21:\"megamenu/megamenu.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/megamenu/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/megamenu.3.1.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/megamenu/assets/banner-1544x500.png?rev=1933092\";s:2:\"1x\";s:63:\"https://ps.w.org/megamenu/assets/banner-772x250.png?rev=1933095\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wpcf7-recaptcha\";s:4:\"slug\";s:15:\"wpcf7-recaptcha\";s:6:\"plugin\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wpcf7-recaptcha/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpcf7-recaptcha.1.4.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/wpcf7-recaptcha/assets/icon-256x256.png?rev=2003053\";s:2:\"1x\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";s:3:\"svg\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500.png?rev=2003053\";s:2:\"1x\";s:70:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250.png?rev=2003053\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500-rtl.png?rev=2003053\";s:2:\"1x\";s:74:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250-rtl.png?rev=2003053\";}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:6:\"5.12.7\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.5.12.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.gif?rev=2547563\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.4\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.12.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.12.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.36\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=2498042\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=2498042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=2498042\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:39:\"uk-cookie-consent/uk-cookie-consent.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/uk-cookie-consent\";s:4:\"slug\";s:17:\"uk-cookie-consent\";s:6:\"plugin\";s:39:\"uk-cookie-consent/uk-cookie-consent.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/uk-cookie-consent/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/uk-cookie-consent.3.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/uk-cookie-consent/assets/icon-256x256.png?rev=2567699\";s:2:\"1x\";s:62:\"https://ps.w.org/uk-cookie-consent/assets/icon.svg?rev=2567699\";s:3:\"svg\";s:62:\"https://ps.w.org/uk-cookie-consent/assets/icon.svg?rev=2567699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/uk-cookie-consent/assets/banner-1544x500.png?rev=2567699\";s:2:\"1x\";s:72:\"https://ps.w.org/uk-cookie-consent/assets/banner-772x250.png?rev=2567699\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"5.8.6\";s:12:\"requires_php\";s:3:\"5.6\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.3.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:53:\"webp-converter-for-media/webp-converter-for-media.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/webp-converter-for-media\";s:4:\"slug\";s:24:\"webp-converter-for-media\";s:6:\"plugin\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/webp-converter-for-media/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/webp-converter-for-media.5.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288\";s:2:\"1x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-128x128.png?rev=2636288\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/webp-converter-for-media/assets/banner-1544x500.png?rev=2757184\";s:2:\"1x\";s:79:\"https://ps.w.org/webp-converter-for-media/assets/banner-772x250.png?rev=2757184\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"7.1.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"3.7.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.3.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.jpg?rev=2811094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.jpg?rev=2811094\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:56:\"simple-taxonomy-ordering/yikes-custom-taxonomy-order.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/simple-taxonomy-ordering\";s:4:\"slug\";s:24:\"simple-taxonomy-ordering\";s:6:\"plugin\";s:56:\"simple-taxonomy-ordering/yikes-custom-taxonomy-order.php\";s:11:\"new_version\";s:5:\"2.3.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/simple-taxonomy-ordering/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/simple-taxonomy-ordering.2.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-taxonomy-ordering/assets/icon-256x256.jpg?rev=2489936\";s:2:\"1x\";s:77:\"https://ps.w.org/simple-taxonomy-ordering/assets/icon-128x128.jpg?rev=2489936\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/simple-taxonomy-ordering/assets/banner-772x250.jpg?rev=2489936\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:6:\"6.10.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.7.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:48:\"w.org/plugins/country-phone-field-contact-form-7\";s:4:\"slug\";s:34:\"country-phone-field-contact-form-7\";s:6:\"plugin\";s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/country-phone-field-contact-form-7/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/country-phone-field-contact-form-7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-256x256.png?rev=2064274\";s:2:\"1x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-128x128.png?rev=2064274\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:7:\"checked\";a:23:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.48\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.4.2\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:7:\"1.2.5.9\";s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";s:5:\"2.2.7\";s:36:\"export-all-urls/extract-all-urls.php\";s:3:\"4.1\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"8.1.0\";s:25:\"gtranslate/gtranslate.php\";s:5:\"2.9.3\";s:43:\"echo-knowledge-base/echo-knowledge-base.php\";s:5:\"8.2.1\";s:21:\"megamenu/megamenu.php\";s:5:\"2.9.4\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:5:\"1.3.5\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:6:\"5.10.2\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.9.0\";s:25:\"sucuri-scanner/sucuri.php\";s:6:\"1.8.30\";s:39:\"uk-cookie-consent/uk-cookie-consent.php\";s:5:\"3.0.2\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"2.1.9\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:5:\"4.1.2\";s:27:\"js_composer/js_composer.php\";s:3:\"5.7\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"7.1.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"3.0.3\";s:56:\"simple-taxonomy-ordering/yikes-custom-taxonomy-order.php\";s:5:\"2.3.3\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"17.3\";s:31:\"zend-fonts-wp/zend-fonts-wp.php\";s:5:\"5.1.6\";}}','no'),(93635,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1677156182','no'),(93636,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'); /*!40000 ALTER TABLE `_HTO_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_postmeta` -- DROP TABLE IF EXISTS `_HTO_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=12779 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_postmeta` -- LOCK TABLES `_HTO_postmeta` WRITE; /*!40000 ALTER TABLE `_HTO_postmeta` DISABLE KEYS */; INSERT INTO `_HTO_postmeta` VALUES (2,3,'_wp_page_template','default'),(24,3,'_edit_lock','1607931251:1'),(26,9,'_edit_last','1'),(27,9,'_edit_lock','1611562273:1'),(28,11,'_edit_last','1'),(29,11,'_edit_lock','1574175528:1'),(30,13,'_edit_last','1'),(31,13,'_edit_lock','1553496499:1'),(32,15,'_edit_last','1'),(33,15,'_edit_lock','1563458002:1'),(34,17,'_edit_last','1'),(35,17,'_edit_lock','1611564036:1'),(36,19,'_edit_last','1'),(37,19,'_edit_lock','1551959495:1'),(83,26,'_menu_item_type','post_type'),(84,26,'_menu_item_menu_item_parent','0'),(85,26,'_menu_item_object_id','17'),(86,26,'_menu_item_object','page'),(87,26,'_menu_item_target',''),(88,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,26,'_menu_item_xfn',''),(90,26,'_menu_item_url',''),(128,31,'_menu_item_type','post_type'),(129,31,'_menu_item_menu_item_parent','0'),(130,31,'_menu_item_object_id','9'),(131,31,'_menu_item_object','page'),(132,31,'_menu_item_target',''),(133,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,31,'_menu_item_xfn',''),(135,31,'_menu_item_url',''),(137,32,'_edit_last','1'),(138,32,'_edit_lock','1577112744:1'),(139,34,'_wp_attached_file','2019/02/Desert.jpg'),(140,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2019/02/Desert.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Desert-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Desert-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Desert-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Desert-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:2:\"?*\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1205503166\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,32,'_wpb_vc_js_status','true'),(146,32,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(157,51,'_wp_attached_file','2019/02/b1.jpg'),(158,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:587;s:4:\"file\";s:14:\"2019/02/b1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"b1-768x503.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:197:\"Thin line flat design concept banners for marketing strategy and content marketing. Strategy for successful business. Investment growth. Investment business. Investment management. Color line icons\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:82:\"Marketing strategy and content marketing. Investment management. Thin line design\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:11:\"advertising\";i:1;s:10:\"background\";i:2;s:8:\"building\";i:3;s:8:\"business\";i:4;s:5:\"chart\";i:5;s:13:\"communication\";i:6;s:8:\"computer\";i:7;s:7:\"concept\";i:8;s:6:\"design\";i:9;s:11:\"development\";i:10;s:7:\"diagram\";i:11;s:7:\"digital\";i:12;s:7:\"finance\";i:13;s:4:\"flat\";i:14;s:5:\"graph\";i:15;s:6:\"growth\";i:16;s:4:\"hand\";i:17;s:4:\"idea\";i:18;s:10:\"innovation\";i:19;s:8:\"internet\";i:20;s:10:\"investment\";i:21;s:10:\"leadership\";i:22;s:10:\"management\";i:23;s:9:\"marketing\";i:24;s:5:\"media\";i:25;s:7:\"meeting\";i:26;s:3:\"men\";i:27;s:5:\"money\";i:28;s:7:\"network\";i:29;s:6:\"office\";i:30;s:11:\"partnership\";i:31;s:6:\"people\";i:32;s:6:\"person\";i:33;s:8:\"planning\";i:34;s:8:\"research\";i:35;s:7:\"seminar\";i:36;s:6:\"social\";i:37;s:8:\"strategy\";i:38;s:7:\"success\";i:39;s:7:\"support\";i:40;s:4:\"team\";i:41;s:8:\"teamwork\";i:42;s:6:\"vector\";i:43;s:3:\"web\";i:44;s:5:\"white\";i:45;s:5:\"woman\";i:46;s:4:\"work\";}}}'),(170,63,'_wp_attached_file','2019/02/billingp.png'),(171,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2019/02/billingp.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"billingp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,67,'_wp_attached_file','2019/02/i4.png'),(176,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(177,68,'_wp_attached_file','2019/02/abp.png'),(178,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:15:\"2019/02/abp.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"abp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,69,'_wp_attached_file','2019/02/i1.png'),(180,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,70,'_wp_attached_file','2019/02/i2.png'),(182,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,71,'_wp_attached_file','2019/02/i3.png'),(184,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,72,'_wp_attached_file','2019/02/i5.jpg'),(186,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,73,'_wp_attached_file','2019/02/i6.png'),(188,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:282;s:6:\"height\";i:179;s:4:\"file\";s:14:\"2019/02/i6.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(189,74,'_wp_attached_file','2019/02/i7.png'),(190,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:14:\"2019/02/i7.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,75,'_wp_attached_file','2019/02/images.png'),(192,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:135;s:4:\"file\";s:18:\"2019/02/images.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(195,78,'_wp_attached_file','2019/02/download.png'),(196,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:160;s:4:\"file\";s:20:\"2019/02/download.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,89,'_wp_attached_file','2019/02/lower-bg.jpg'),(208,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:746;s:4:\"file\";s:20:\"2019/02/lower-bg.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lower-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"lower-bg-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"lower-bg-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"lower-bg-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,95,'_wp_attached_file','2019/02/wordpress.png'),(215,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2019/02/wordpress.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,11,'_wpb_vc_js_status','true'),(239,11,'_wpb_shortcodes_custom_css','.vc_custom_1551425580649{background-color: #ededed !important;}.vc_custom_1551959482643{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1550756398313{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356047394{margin-top: 25px !important;}'),(247,129,'_edit_last','1'),(248,129,'_edit_lock','1629454906:1'),(249,129,'_wpb_vc_js_status','true'),(251,129,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(347,214,'_wp_attached_file','2019/02/b1.png'),(348,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:587;s:4:\"file\";s:14:\"2019/02/b1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"b1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"b1-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"b1-768x503.png\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(350,17,'_wpb_vc_js_status','true'),(352,17,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(359,15,'_wpb_vc_js_status','true'),(361,15,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(374,9,'_wpb_vc_js_status','true'),(376,9,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(380,243,'_menu_item_type','custom'),(381,243,'_menu_item_menu_item_parent','0'),(382,243,'_menu_item_object_id','243'),(383,243,'_menu_item_object','custom'),(384,243,'_menu_item_target',''),(385,243,'_menu_item_classes','a:1:{i:0;s:9:\"child-has\";}'),(386,243,'_menu_item_xfn',''),(387,243,'_menu_item_url',''),(394,249,'_wp_attached_file','2019/02/img2.png'),(395,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:16:\"2019/02/img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"img2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(425,281,'_edit_last','1'),(426,281,'_edit_lock','1630564446:1'),(427,281,'_wpb_vc_js_status','false'),(429,281,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(432,286,'_menu_item_type','post_type'),(433,286,'_menu_item_menu_item_parent','542'),(434,286,'_menu_item_object_id','281'),(435,286,'_menu_item_object','page'),(436,286,'_menu_item_target',''),(437,286,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(438,286,'_menu_item_xfn',''),(439,286,'_menu_item_url',''),(441,287,'_wp_attached_file','2019/03/logo3.png'),(442,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:285;s:4:\"file\";s:17:\"2019/03/logo3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo3-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(443,288,'_wp_attached_file','2019/03/logo4.png'),(444,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:354;s:4:\"file\";s:17:\"2019/03/logo4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,289,'_edit_last','1'),(446,289,'_edit_lock','1639646401:1'),(447,289,'_wpb_vc_js_status','true'),(449,289,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(511,353,'_wp_attached_file','2019/03/businessman-3210932_1920.jpg'),(512,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/03/businessman-3210932_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"businessman-3210932_1920-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"businessman-3210932_1920-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(515,356,'_wp_attached_file','2019/03/singapore-river-255116_1920.jpg'),(516,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:730;s:4:\"file\";s:39:\"2019/03/singapore-river-255116_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"singapore-river-255116_1920-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"singapore-river-255116_1920-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(520,360,'_wp_attached_file','2019/03/business-3167295_1920.jpg'),(521,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:33:\"2019/03/business-3167295_1920.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1920-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"business-3167295_1920-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(591,432,'_wp_attached_file','2019/03/logo1.png'),(592,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:208;s:4:\"file\";s:17:\"2019/03/logo1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo1-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,433,'_wp_attached_file','2019/03/logo1_.png'),(594,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:208;s:4:\"file\";s:18:\"2019/03/logo1_.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo1_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo1_-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(595,434,'_edit_last','1'),(596,434,'_wpb_vc_js_status','true'),(597,434,'_edit_lock','1629457163:1'),(598,436,'_edit_last','1'),(599,436,'_wpb_vc_js_status','true'),(600,436,'_edit_lock','1611562926:1'),(601,438,'_menu_item_type','post_type'),(602,438,'_menu_item_menu_item_parent','542'),(603,438,'_menu_item_object_id','436'),(604,438,'_menu_item_object','page'),(605,438,'_menu_item_target',''),(606,438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(607,438,'_menu_item_xfn',''),(608,438,'_menu_item_url',''),(610,439,'_menu_item_type','post_type'),(611,439,'_menu_item_menu_item_parent','542'),(612,439,'_menu_item_object_id','434'),(613,439,'_menu_item_object','page'),(614,439,'_menu_item_target',''),(615,439,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(616,439,'_menu_item_xfn',''),(617,439,'_menu_item_url',''),(620,436,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607499624391{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(622,434,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(637,458,'_wp_attached_file','2019/03/1034.jpg'),(638,458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2104;s:6:\"height\";i:3056;s:4:\"file\";s:16:\"2019/03/1034.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1034-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1034-768x1115.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1034-705x1024.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:48:\"Businessman standing with arms crossed in office\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:38:\"Businessman standing with arms crossed\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:76:{i:0;s:3:\"30s\";i:1;s:9:\"Mid Adult\";i:2;s:3:\"Man\";i:3;s:4:\"Male\";i:4;s:9:\"Caucasian\";i:5;s:4:\"City\";i:6;s:8:\"Citylife\";i:7;s:4:\"View\";i:8;s:4:\"Look\";i:9;s:6:\"Window\";i:10;s:12:\"Window Frame\";i:11;s:5:\"House\";i:12;s:10:\"Skyscraper\";i:13;s:6:\"Street\";i:14;s:6:\"Office\";i:15;s:9:\"Workplace\";i:16;s:11:\"Businessman\";i:17;s:9:\"Executive\";i:18;s:6:\"Formal\";i:19;s:12:\"Well Dressed\";i:20;s:15:\"Office Interior\";i:21;s:8:\"Standing\";i:22;s:12:\"Arms Crossed\";i:23;s:12:\"Hands Folded\";i:24;s:7:\"Smiling\";i:25;s:8:\"Cheerful\";i:26;s:5:\"Happy\";i:27;s:7:\"Content\";i:28;s:3:\"Joy\";i:29;s:10:\"Profession\";i:30;s:12:\"Professional\";i:31;s:6:\"Career\";i:32;s:5:\"Smart\";i:33;s:7:\"Elegant\";i:34;s:6:\"Classy\";i:35;s:7:\"Stylish\";i:36;s:13:\"Sophisticated\";i:37;s:8:\"Business\";i:38;s:10:\"Occupation\";i:39;s:9:\"Corporate\";i:40;s:11:\"Reliability\";i:41;s:11:\"Cooperation\";i:42;s:9:\"Lifestyle\";i:43;s:6:\"Leader\";i:44;s:10:\"Leadership\";i:45;s:9:\"Expertise\";i:46;s:10:\"Confidence\";i:47;s:11:\"Fashionable\";i:48;s:4:\"Cool\";i:49;s:5:\"Style\";i:50;s:3:\"Hip\";i:51;s:7:\"Stylish\";i:52;s:6:\"Studio\";i:53;s:6:\"Trendy\";i:54;s:7:\"Hipster\";i:55;s:8:\"Isolated\";i:56;s:4:\"Suit\";i:57;s:12:\"Well Dressed\";i:58;s:3:\"Tie\";i:59;s:4:\"Blue\";i:60;s:6:\"Jacket\";i:61;s:12:\"Professional\";i:62;s:5:\"Smart\";i:63;s:7:\"Elegant\";i:64;s:6:\"Classy\";i:65;s:7:\"Stylish\";i:66;s:13:\"Sophisticated\";i:67;s:10:\"Brown Hair\";i:68;s:10:\"Short Hair\";i:69;s:8:\"Handsome\";i:70;s:10:\"Attractive\";i:71;s:7:\"Gesture\";i:72;s:4:\"Hand\";i:73;s:3:\"Arm\";i:74;s:12:\"Outstretched\";i:75;s:12:\"Presentation\";}}}'),(661,480,'_wp_attached_file','2019/03/71215.jpg'),(662,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:1664;s:4:\"file\";s:17:\"2019/03/71215.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"71215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"71215-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"71215-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"71215-1024x728.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:40:{i:0;s:9:\"analysing\";i:1;s:13:\"brainstorming\";i:2;s:8:\"business\";i:3;s:11:\"businessmen\";i:4;s:13:\"collaboration\";i:5;s:10:\"colleagues\";i:6;s:13:\"communication\";i:7;s:10:\"conference\";i:8;s:10:\"connection\";i:9;s:12:\"conversation\";i:10;s:11:\"cooperation\";i:11;s:9:\"corporate\";i:12;s:4:\"desk\";i:13;s:10:\"discussing\";i:14;s:10:\"explaining\";i:15;s:5:\"glass\";i:16;s:6:\"graphs\";i:17;s:4:\"guys\";i:18;s:11:\"interaction\";i:19;s:3:\"job\";i:20;s:7:\"meeting\";i:21;s:3:\"men\";i:22;s:5:\"notes\";i:23;s:10:\"occupation\";i:24;s:6:\"office\";i:25;s:7:\"partner\";i:26;s:11:\"partnership\";i:27;s:3:\"pen\";i:28;s:6:\"people\";i:29;s:4:\"suit\";i:30;s:5:\"table\";i:31;s:7:\"talking\";i:32;s:4:\"team\";i:33;s:8:\"teamwork\";i:34;s:3:\"tie\";i:35;s:8:\"together\";i:36;s:12:\"togetherness\";i:37;s:4:\"work\";i:38;s:12:\"work station\";i:39;s:9:\"workplace\";}}}'),(667,484,'_wp_attached_file','2019/03/160.jpg'),(668,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1636;s:4:\"file\";s:15:\"2019/03/160.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"160-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"160-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"160-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"160-1024x838.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(725,542,'_menu_item_type','custom'),(726,542,'_menu_item_menu_item_parent','0'),(727,542,'_menu_item_object_id','542'),(728,542,'_menu_item_object','custom'),(729,542,'_menu_item_target',''),(730,542,'_menu_item_classes','a:2:{i:0;s:8:\"megamenu\";i:1;s:9:\"child-has\";}'),(731,542,'_menu_item_xfn',''),(732,542,'_menu_item_url',''),(750,552,'_edit_last','1'),(751,552,'_edit_lock','1552388685:1'),(775,564,'_edit_last','1'),(776,564,'_edit_lock','1619159168:1'),(777,564,'_wpb_vc_js_status','false'),(778,564,'_wp_page_template','default'),(809,588,'_edit_last','1'),(810,588,'_edit_lock','1611563685:1'),(811,588,'_wpb_vc_js_status','true'),(813,588,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(815,591,'_form','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> First Name <span class=\"required-icon\">*</span>\n [text* first_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Last Name <span class=\"required-icon\">*</span>\n [text* last_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Your Email <span class=\"required-icon\">*</span>\n [email* email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Phone\n [tel phone id:phone class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Company\n [text company class:form-control]\n </label>\n</div>\n\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Query Type\n [select query_type id:plan class:form-control include_blank \"Information\" \"Support\" \"Pricing\"]\n \n\n </label>\n</div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Your Message\n [textarea message class:form-control]\n </label>\n</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\n \n [submit \"Send\"]\n</div>'),(816,591,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:55:\"Subscription Flow Contact Us - [first_name] [last_name]\";s:6:\"sender\";s:64:\"Subscription Flow Contact Us <info@staging.subscriptionflow.com>\";s:9:\"recipient\";s:33:\"info@staging.subscriptionflow.com\";s:4:\"body\";s:125:\"Name: [first_name] [last_name]\n\nFrom: [email]\n\nQuery Type: [query_type]\n\nCompany: [company]\n\nPhone: [phone]\n\nQuery:\n[message]\";s:18:\"additional_headers\";s:56:\"Reply-To: [email]\nCc: sales@staging.subscriptionflow.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(817,591,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(818,591,'_messages','a:24:{s:12:\"mail_sent_ok\";s:76:\"Your request has been received. We will contact you shortly with the details\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";s:22:\"iqfix_recaptcha_no_set\";s:40:\"Could not verify the reCaptcha response.\";s:30:\"iqfix_recaptcha_response_empty\";s:39:\"Please verify that you are not a robot.\";}'),(819,591,'_additional_settings','skip_mail: on'),(820,591,'_locale','en_US'),(841,613,'_wp_attached_file','2019/03/customer_success1.jpg'),(842,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2019/03/customer_success1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"customer_success1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"customer_success1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(845,615,'_wp_attached_file','2019/03/innovation.jpg'),(846,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"2019/03/innovation.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"innovation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"innovation-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(848,617,'_wp_attached_file','2019/03/user_friendly1.jpg'),(849,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2019/03/user_friendly1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"user_friendly1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"user_friendly1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(856,624,'_wp_attached_file','2019/03/trust1.jpg'),(857,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:18:\"2019/03/trust1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"trust1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"trust1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(872,640,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(873,641,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552547926530{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488537324{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488567327{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488586955{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552488772611{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(874,643,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(876,646,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552303985373{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(877,647,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(878,648,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(879,649,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(880,650,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(881,652,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(882,653,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(883,654,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(884,655,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(885,656,'_wp_attached_file','2019/03/banner_img1.png'),(886,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2019/03/banner_img1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"banner_img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"banner_img1-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(887,657,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959770720{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(888,658,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(889,659,'_wp_attached_file','2019/03/billin_img_3.jpg'),(890,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:24:\"2019/03/billin_img_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"billin_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"billin_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(891,660,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(892,661,'_wp_attached_file','2019/03/billing_img_1.jpg'),(893,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(894,662,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(895,663,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959588019{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(896,664,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(899,666,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(900,667,'_wp_attached_file','2019/03/billing_img_2.png'),(901,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(902,668,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(903,669,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(904,670,'_wp_attached_file','2019/03/billing_img_4.png'),(905,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/billing_img_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"billing_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"billing_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(906,671,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(911,675,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(914,677,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(915,678,'_wp_attached_file','2019/03/slider1.jpg'),(916,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(917,679,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(920,681,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(927,685,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(934,690,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(935,691,'_wp_attached_file','2019/03/slider2.jpg'),(936,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider2-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(937,692,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(938,693,'_wp_attached_file','2019/03/sub_img_1.jpg'),(939,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(941,695,'_wp_attached_file','2019/03/sub_img_2.jpg'),(942,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(945,698,'_wp_attached_file','2019/03/sub_img_3.jpg'),(946,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/sub_img_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(948,700,'_wp_attached_file','2019/03/img4.png'),(949,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:119;s:4:\"file\";s:16:\"2019/03/img4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(950,701,'_wp_attached_file','2019/03/img3.png'),(951,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:136;s:4:\"file\";s:16:\"2019/03/img3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(952,702,'_wp_attached_file','2019/03/img2.png'),(953,702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:16:\"2019/03/img2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(956,705,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(959,707,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(962,709,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(965,711,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(966,712,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(969,714,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(972,716,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(975,718,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(976,719,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(977,720,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(980,722,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(983,724,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(986,726,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(987,727,'_wp_attached_file','2019/03/new_img-1.png'),(988,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:21:\"2019/03/new_img-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(989,728,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(990,729,'_wp_attached_file','2019/03/icon1.png'),(991,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(992,730,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(993,731,'_wp_attached_file','2019/03/icon2.png'),(994,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,732,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(996,733,'_wp_attached_file','2019/03/icon3.png'),(997,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/03/icon3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(998,734,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(999,735,'_wp_attached_file','2019/03/sol_1.png'),(1000,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1001,736,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1002,737,'_wp_attached_file','2019/03/sol_2.png'),(1003,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1004,738,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1005,739,'_wp_attached_file','2019/03/sol_3.png'),(1006,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,740,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1008,742,'_wp_attached_file','2019/03/sol_3-1.png'),(1009,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_3-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_3-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1010,743,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1011,744,'_wp_attached_file','2019/03/sol_4.png'),(1012,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"2019/03/sol_4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sol_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sol_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1013,745,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1014,746,'_wp_attached_file','2019/03/about_1.png'),(1015,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/about_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1016,747,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1019,749,'_wp_attached_file','2019/03/slider3.jpg'),(1020,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2019/03/slider3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider3-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider3-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider3-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1021,750,'_wp_attached_file','2019/03/about_2.png'),(1022,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/about_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"about_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1023,751,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1024,752,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1025,753,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1026,755,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1027,756,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1030,758,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1033,761,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1036,762,'_edit_last','1'),(1037,762,'_edit_lock','1558419296:1'),(1040,765,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1043,767,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551356233387{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1046,769,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1049,771,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1050,772,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1053,774,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1055,776,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1056,777,'_wp_attached_file','2019/03/about_banner.png'),(1057,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2019/03/about_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"about_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"about_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1058,778,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1059,779,'_wp_attached_file','2019/03/about_2-1.png'),(1060,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2019/03/about_2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"about_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"about_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1061,780,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1062,781,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1072,785,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1075,788,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1082,795,'_wp_attached_file','2019/03/sol_banner.png'),(1083,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/03/sol_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sol_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sol_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1084,796,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1085,797,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1088,800,'_wp_attached_file','2019/03/597743-PMTBR5-68.jpg'),(1089,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2019/03/597743-PMTBR5-68.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"597743-PMTBR5-68-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"597743-PMTBR5-68-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547304067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1090,800,'_wp_attachment_image_alt','Subscription Management'),(1091,762,'_thumbnail_id','800'),(1096,803,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1097,804,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1098,805,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1099,806,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1100,807,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1101,808,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1103,810,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1104,811,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1105,812,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1106,813,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1107,814,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1108,815,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1109,816,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1110,817,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1111,819,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1112,820,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1114,822,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1115,823,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1116,824,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1117,825,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1118,826,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1119,827,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1120,828,'_edit_last','1'),(1121,828,'_edit_lock','1623830221:1'),(1122,828,'_wpb_vc_js_status','true'),(1123,829,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1124,828,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(1125,831,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1126,832,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1127,834,'_wp_attached_file','2019/03/billing_banner.png'),(1128,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:26:\"2019/03/billing_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"billing_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"billing_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1129,835,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1130,836,'_wp_attached_file','2019/03/billing_banner-1.png'),(1131,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2019/03/billing_banner-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"billing_banner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"billing_banner-1-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1132,837,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1142,833,'_edit_last','1'),(1143,833,'_edit_lock','1558418920:1'),(1144,839,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1145,840,'_edit_last','1'),(1146,840,'_edit_lock','1589281409:1'),(1147,840,'_wpb_vc_js_status','true'),(1148,841,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1149,840,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1150,843,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1151,844,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1152,845,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1153,846,'_wp_attached_file','2019/03/sub_banner.png'),(1154,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2019/03/sub_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sub_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sub_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1157,848,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1161,850,'_wp_attached_file','2019/03/13390.jpg'),(1162,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2019/03/13390.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"13390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"13390-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"13390-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"13390-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:43:\"Aerial view of business data analysis graph\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:43:\"Aerial view of business data analysis graph\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:48:{i:0;s:11:\"action plan\";i:1;s:6:\"aerial\";i:2;s:6:\"agenda\";i:3;s:7:\"america\";i:4;s:8:\"american\";i:5;s:8:\"analysis\";i:6;s:9:\"analytics\";i:7;s:8:\"business\";i:8;s:15:\"business people\";i:9;s:13:\"business plan\";i:10;s:8:\"calendar\";i:11;s:9:\"caucasian\";i:12;s:5:\"chart\";i:13;s:10:\"coffee cup\";i:14;s:7:\"company\";i:15;s:8:\"computer\";i:16;s:4:\"data\";i:17;s:13:\"data analysis\";i:18;s:15:\"data management\";i:19;s:11:\"development\";i:20;s:12:\"entrepreneur\";i:21;s:9:\"expansion\";i:22;s:8:\"flat lay\";i:23;s:7:\"flatlay\";i:24;s:5:\"goals\";i:25;s:5:\"graph\";i:26;s:6:\"growth\";i:27;s:5:\"hands\";i:28;s:11:\"information\";i:29;s:10:\"investment\";i:30;s:6:\"laptop\";i:31;s:3:\"man\";i:32;s:9:\"marketing\";i:33;s:7:\"meeting\";i:34;s:8:\"notebook\";i:35;s:6:\"office\";i:36;s:6:\"people\";i:37;s:11:\"performance\";i:38;s:8:\"planning\";i:39;s:8:\"progress\";i:40;s:6:\"report\";i:41;s:8:\"research\";i:42;s:7:\"results\";i:43;s:7:\"startup\";i:44;s:10:\"statistics\";i:45;s:7:\"summary\";i:46;s:6:\"target\";i:47;s:12:\"wooden table\";}}}'),(1163,850,'_wp_attachment_image_alt','billing and invoicing'),(1164,833,'_thumbnail_id','850'),(1166,853,'_wp_attached_file','2019/03/billing_banner3.png'),(1167,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2019/03/billing_banner3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"billing_banner3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"billing_banner3-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1168,854,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1171,856,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1172,857,'_wp_attached_file','2019/03/dashbaord_icon.png'),(1173,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:111;s:4:\"file\";s:26:\"2019/03/dashbaord_icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1174,858,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1175,860,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1176,861,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1177,862,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}'),(1179,864,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1180,865,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1181,866,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1182,867,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(1183,868,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}'),(1184,870,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1185,871,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1186,872,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(1187,873,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255156179{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1188,874,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362587461{background-color: #ffffff !important;}.vc_custom_1551362597338{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1193,878,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257540739{background-color: #ffffff !important;}.vc_custom_1553257546496{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1194,879,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1198,882,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258565412{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1199,883,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553258612106{padding-bottom: 50px !important;}.vc_custom_1553258623625{padding-bottom: 50px !important;}.vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}'),(1202,885,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258766773{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1203,886,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1204,887,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}'),(1205,888,'_wp_attached_file','2019/03/billing_top_img2.png'),(1206,888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:28:\"2019/03/billing_top_img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"billing_top_img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"billing_top_img2-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1207,889,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}'),(1208,890,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553257521548{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553257647567{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1209,891,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552292145884{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1210,892,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1212,896,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1213,897,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649255038{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551953210886{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1214,898,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553258612106{padding-bottom: 50px !important;}.vc_custom_1553258623625{padding-bottom: 50px !important;}.vc_custom_1553258629536{padding-bottom: 50px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1215,899,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1216,900,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1217,901,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1218,902,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1219,903,'_wpb_shortcodes_custom_css','.vc_custom_1553259466177{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1220,904,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1221,360,'_edit_lock','1553259923:1'),(1222,360,'_edit_last','1'),(1223,905,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1227,909,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1231,912,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264726328{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1232,913,'_wp_attached_file','2019/03/billing_top_img-e1586338031219.png'),(1233,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:426;s:4:\"file\";s:42:\"2019/03/billing_top_img-e1586338031219.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_top_img-e1586338031219-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_top_img-e1586338031219-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1234,914,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264802550{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1235,915,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552288761147{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1238,917,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264926646{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1239,918,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1240,919,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493402348{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1241,921,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1242,922,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1243,923,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1244,924,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1245,925,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1246,926,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1247,927,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1248,928,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1251,931,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553258855519{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1252,932,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1253,933,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1254,934,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1255,935,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1256,936,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1257,937,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1260,939,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1261,940,'_wp_attached_file','2019/03/customer_success1-1-e1586337598323.jpg'),(1262,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:408;s:4:\"file\";s:46:\"2019/03/customer_success1-1-e1586337598323.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"customer_success1-1-e1586337598323-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"customer_success1-1-e1586337598323-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1263,941,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1264,942,'_wp_attached_file','2019/03/trust1-1-e1586337656188.jpg'),(1265,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:538;s:4:\"file\";s:35:\"2019/03/trust1-1-e1586337656188.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"trust1-1-e1586337656188-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"trust1-1-e1586337656188-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1266,943,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553255251266{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1269,945,'_wp_attached_file','2019/03/user_friendly-e1586337731363.jpg'),(1270,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:591;s:4:\"file\";s:40:\"2019/03/user_friendly-e1586337731363.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"user_friendly-e1586337731363-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"user_friendly-e1586337731363-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1271,946,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1272,947,'_wp_attached_file','2019/03/innovation-1-e1586337689976.jpg'),(1273,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:456;s:4:\"file\";s:39:\"2019/03/innovation-1-e1586337689976.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"innovation-1-e1586337689976-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"innovation-1-e1586337689976-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1274,948,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1553264822356{margin-top: 15vh !important;margin-bottom: 10vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1275,949,'_wp_attached_file','2019/03/billing_img_1-1.jpg'),(1276,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:27:\"2019/03/billing_img_1-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"billing_img_1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"billing_img_1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1279,952,'_wp_attached_file','2019/03/billing_img_3-e1586338117757.jpg'),(1280,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:382;s:4:\"file\";s:40:\"2019/03/billing_img_3-e1586338117757.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"billing_img_3-e1586338117757-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"billing_img_3-e1586338117757-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1281,953,'_wp_attached_file','2019/03/billing_img_4-1-e1586338161791.png'),(1282,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:301;s:4:\"file\";s:42:\"2019/03/billing_img_4-1-e1586338161791.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_img_4-1-e1586338161791-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_img_4-1-e1586338161791-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1283,954,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1284,955,'_wp_attached_file','2019/03/billing_img_2-1-e1586338079945.png'),(1285,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:475;s:4:\"file\";s:42:\"2019/03/billing_img_2-1-e1586338079945.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing_img_2-1-e1586338079945-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing_img_2-1-e1586338079945-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1286,956,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1287,957,'_wp_attached_file','2019/03/sub_img_2-1.jpg'),(1288,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2019/03/sub_img_2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sub_img_2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sub_img_2-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1289,958,'_wp_attached_file','2019/03/sub_img_3-1.jpg'),(1290,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2019/03/sub_img_3-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sub_img_3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sub_img_3-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1294,961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553501942929{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1295,962,'_wp_attached_file','2019/03/billing_top_img2-1.png'),(1296,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:30:\"2019/03/billing_top_img2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"billing_top_img2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"billing_top_img2-1-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1297,963,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1298,964,'_wp_attached_file','2019/03/sol_1-1.png'),(1299,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_1-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1300,965,'_wp_attached_file','2019/03/sol_2-1.png'),(1301,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1302,966,'_wp_attached_file','2019/03/sol_3-2.png'),(1303,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_3-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_3-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_3-2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1304,967,'_wp_attached_file','2019/03/sol_4-1.png'),(1305,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"2019/03/sol_4-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sol_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sol_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1306,968,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1309,970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1310,971,'_wp_attached_file','2019/03/industry_img1.png'),(1311,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1312,972,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1315,975,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1318,977,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1319,973,'_edit_last','1'),(1320,973,'_edit_lock','1558418820:1'),(1321,978,'_wp_attached_file','2019/03/industry_img2.png'),(1322,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1323,979,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1324,434,'_yoast_wpseo_content_score','30'),(1325,980,'_wp_attached_file','2019/03/billing-and-invoicing-Process.jpg'),(1326,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2019/03/billing-and-invoicing-Process.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"billing-and-invoicing-Process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-Process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:61:\"Business people holding financial growth concept illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:17:\"V211-social media\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:10:\"accountant\";i:1;s:10:\"accounting\";i:2;s:5:\"arrow\";i:3;s:6:\"avatar\";i:4;s:4:\"bank\";i:5;s:7:\"banking\";i:6;s:4:\"bill\";i:7;s:8:\"business\";i:8;s:10:\"calculator\";i:9;s:4:\"cash\";i:10;s:9:\"character\";i:11;s:4:\"coin\";i:12;s:8:\"commerce\";i:13;s:7:\"company\";i:14;s:8:\"currency\";i:15;s:5:\"debit\";i:16;s:11:\"development\";i:17;s:8:\"economic\";i:18;s:7:\"economy\";i:19;s:8:\"exchange\";i:20;s:7:\"finance\";i:21;s:9:\"financial\";i:22;s:7:\"graphic\";i:23;s:5:\"group\";i:24;s:6:\"growth\";i:25;s:4:\"icon\";i:26;s:11:\"illustrated\";i:27;s:12:\"illustration\";i:28;s:10:\"investment\";i:29;s:8:\"isolated\";i:30;s:17:\"isolated on white\";i:31;s:10:\"maximizing\";i:32;s:5:\"money\";i:33;s:6:\"paying\";i:34;s:7:\"payment\";i:35;s:6:\"people\";i:36;s:11:\"performance\";i:37;s:6:\"profit\";i:38;s:8:\"purchase\";i:39;s:7:\"revenue\";i:40;s:8:\"strategy\";i:41;s:7:\"success\";i:42;s:8:\"together\";i:43;s:5:\"trade\";i:44;s:11:\"transaction\";i:45;s:8:\"transfer\";i:46;s:6:\"upward\";i:47;s:6:\"vector\";i:48;s:6:\"wealth\";i:49;s:16:\"white background\";}}}'),(1327,980,'_wp_attachment_image_alt','Billing and invoicing process'),(1328,973,'_thumbnail_id','980'),(1331,973,'_yoast_wpseo_content_score','30'),(1332,973,'_yoast_wpseo_primary_category',''),(1334,833,'_yoast_wpseo_content_score','30'),(1335,833,'_yoast_wpseo_primary_category',''),(1337,762,'_yoast_wpseo_content_score','30'),(1338,762,'_yoast_wpseo_primary_category',''),(1341,986,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1342,828,'_yoast_wpseo_content_score','30'),(1345,988,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1348,990,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1349,991,'_wp_attached_file','2019/03/industry_img3.png'),(1350,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1351,992,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1352,434,'_yoast_wpseo_focuskw','Billing and Invoicing Software'),(1353,434,'_yoast_wpseo_title','Best Billing and Invoicing Software 2020 | Subscriptionflow'),(1354,434,'_yoast_wpseo_metadesc','Tired of managing your invoices and payments? Let Subscriptionflow best Billing and Invoicing Software manage and track all your business transactions.'),(1355,434,'_yoast_wpseo_linkdex','72'),(1356,281,'_yoast_wpseo_focuskw','Subscription Management Software'),(1357,281,'_yoast_wpseo_title','Best Online Subscription Management Software 2020 | SubscriptionFlow'),(1358,281,'_yoast_wpseo_metadesc','Do you want to streamline your business functions? SubscriptionFlow has the best Online Subscription Management Software 2020 that handles multiple customers easily.'),(1359,281,'_yoast_wpseo_linkdex','65'),(1360,281,'_yoast_wpseo_content_score','30'),(1361,436,'_yoast_wpseo_focuskw','Subscription Analytics and Reporting Software'),(1362,436,'_yoast_wpseo_title','Subscription Analytics and Reporting Software | SubscriptionFlow'),(1363,436,'_yoast_wpseo_metadesc','SubscriptionFlow’s powerful Subscription Analytics and Reporting Software will help you gain an insight into your customer with its customized tools and reports.'),(1364,436,'_yoast_wpseo_linkdex','67'),(1365,436,'_yoast_wpseo_content_score','30'),(1368,994,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1369,995,'_wp_attached_file','2019/03/industry_img4.png'),(1370,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2019/03/industry_img4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"industry_img4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"industry_img4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1371,996,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1372,32,'_yoast_wpseo_focuskw','Subscription Management and Billing Software 2019'),(1373,32,'_yoast_wpseo_title','Best Subscription Management and Billing Software 2019'),(1374,32,'_yoast_wpseo_metadesc','Subscriptionflow is offering Subscription Billing and Subscription Management Software 2019 designed to deliver unrivaled results to companies worldwide.'),(1375,32,'_yoast_wpseo_linkdex','56'),(1376,32,'_yoast_wpseo_content_score','30'),(1377,997,'_wp_attached_file','2019/03/industry_banner.png'),(1378,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2019/03/industry_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"industry_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"industry_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1379,998,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1380,1000,'_wp_attached_file','2019/03/Subscriptionflow.png'),(1381,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:184;s:6:\"height\";i:73;s:4:\"file\";s:28:\"2019/03/Subscriptionflow.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Subscriptionflow-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"aiosrs-logo-size\";a:4:{s:4:\"file\";s:27:\"Subscriptionflow-151x60.png\";s:5:\"width\";i:151;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1382,1001,'_edit_last','1'),(1383,1001,'_edit_lock','1558418680:1'),(1384,1002,'_wp_attached_file','2019/03/Subscription-Management.jpg'),(1385,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/03/Subscription-Management.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Subscription-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Subscription-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1386,1001,'_thumbnail_id','1002'),(1388,1001,'_yoast_wpseo_focuskw','Subscription Management'),(1389,1001,'_yoast_wpseo_title','Where the Subscription Economy is headed; let our experts do the talking'),(1390,1001,'_yoast_wpseo_linkdex','64'),(1391,1001,'_yoast_wpseo_content_score','30'),(1392,1001,'_yoast_wpseo_primary_category','5'),(1393,1004,'_edit_last','1'),(1394,1004,'_edit_lock','1558418302:1'),(1395,1005,'_wp_attached_file','2019/04/subscription-management-.jpg'),(1396,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2019/04/subscription-management-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"subscription-management--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"subscription-management--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"subscription-management--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"subscription-management--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:99:\"SaaS Marketing Banner. Laptop, tablet and phone, cloud storage with icons. Vector Flat Illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1397,1005,'_wp_attachment_image_alt','subscription management software'),(1398,1004,'_thumbnail_id','1005'),(1400,1004,'_yoast_wpseo_focuskw','Subscription Management Software'),(1401,1004,'_yoast_wpseo_title','Subscription Management Software | Subscription Management System'),(1402,1004,'_yoast_wpseo_linkdex','70'),(1403,1004,'_yoast_wpseo_content_score','30'),(1404,1004,'_yoast_wpseo_primary_category','5'),(1405,1008,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1406,1009,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553499678534{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1407,9,'_yoast_wpseo_content_score','30'),(1409,564,'_yoast_wpseo_focuskw','Subscription Billing and Management Software'),(1410,564,'_yoast_wpseo_title','Subscription Billing and Management Software | Subscriptionflow'),(1411,564,'_yoast_wpseo_linkdex','37'),(1412,564,'_yoast_wpseo_content_score','30'),(1413,1013,'_edit_last','1'),(1414,1013,'_edit_lock','1560259942:1'),(1415,1014,'_wp_attached_file','2019/04/SubscriptionManagement.jpg'),(1416,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2019/04/SubscriptionManagement.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SubscriptionManagement-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SubscriptionManagement-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549816605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1417,1014,'_wp_attachment_image_alt','Subscription-Management'),(1418,1013,'_thumbnail_id','1014'),(1420,1013,'_yoast_wpseo_focuskw','Subscription Management'),(1421,1013,'_yoast_wpseo_title','How can a Company Transition to a Subscription Platform Swiftly'),(1422,1013,'_yoast_wpseo_linkdex','74'),(1423,1013,'_yoast_wpseo_content_score','30'),(1424,1013,'_yoast_wpseo_primary_category','5'),(1425,1020,'_wp_attached_file','2019/04/why_top_banner.png'),(1426,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:26:\"2019/04/why_top_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"why_top_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"why_top_banner-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1427,1021,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552561710742{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552656004935{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656014920{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656022999{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552656030297{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1552656044129{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1428,1022,'_edit_last','1'),(1429,1022,'_edit_lock','1560259889:1'),(1430,1023,'_wp_attached_file','2019/04/billing-and-invoicing-software.jpg'),(1431,1023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2019/04/billing-and-invoicing-software.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"billing-and-invoicing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"billing-and-invoicing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1432,1023,'_wp_attachment_image_alt','billing-and-invoicing-software'),(1433,1022,'_thumbnail_id','1023'),(1435,1022,'_yoast_wpseo_focuskw','Subscription Billing Software'),(1436,1022,'_yoast_wpseo_title','Distinction between Accounting and Subscription Billing Software for SMBs'),(1437,1022,'_yoast_wpseo_metadesc','Drawing a Distinction between Accounting Software and Subscription Billing Software how do you decide which accounting system is right for your business?'),(1438,1022,'_yoast_wpseo_linkdex','84'),(1439,1022,'_yoast_wpseo_content_score','60'),(1440,1022,'_yoast_wpseo_primary_category','9'),(1442,1027,'_edit_last','1'),(1443,1027,'_edit_lock','1560170636:1'),(1444,1028,'_wp_attached_file','2019/04/Technology-Predictions-for-2025.jpg'),(1445,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2019/04/Technology-Predictions-for-2025.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Technology-Predictions-for-2025-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Technology-Predictions-for-2025-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:124:\"Online education training infographics network map for online learning and different icons at the bottom vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:38:\"Online Education Training Infographics\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:48:{i:0;s:9:\"education\";i:1;s:12:\"illustration\";i:2;s:10:\"e-learning\";i:3;s:6:\"online\";i:4;s:8:\"training\";i:5;s:8:\"learning\";i:6;s:7:\"concept\";i:7;s:8:\"computer\";i:8;s:3:\"web\";i:9;s:6:\"school\";i:10;s:10:\"technology\";i:11;s:10:\"university\";i:12;s:8:\"internet\";i:13;s:9:\"knowledge\";i:14;s:7:\"teacher\";i:15;s:8:\"distance\";i:16;s:5:\"study\";i:17;s:7:\"webinar\";i:18;s:4:\"book\";i:19;s:7:\"student\";i:20;s:10:\"graduation\";i:21;s:6:\"people\";i:22;s:8:\"tutorial\";i:23;s:6:\"laptop\";i:24;s:7:\"science\";i:25;s:6:\"vector\";i:26;s:5:\"media\";i:27;s:13:\"communication\";i:28;s:6:\"course\";i:29;s:8:\"business\";i:30;s:3:\"set\";i:31;s:8:\"abstract\";i:32;s:12:\"infographics\";i:33;s:12:\"presentation\";i:34;s:6:\"report\";i:35;s:4:\"page\";i:36;s:8:\"document\";i:37;s:8:\"template\";i:38;s:6:\"layout\";i:39;s:6:\"design\";i:40;s:8:\"elements\";i:41;s:6:\"symbol\";i:42;s:4:\"sign\";i:43;s:10:\"collection\";i:44;s:10:\"background\";i:45;s:7:\"content\";i:46;s:11:\"information\";i:47;s:4:\"info\";}}}'),(1446,1028,'_wp_attachment_image_alt','Subscription-Management-Software'),(1447,1027,'_thumbnail_id','1028'),(1449,1027,'_yoast_wpseo_focuskw','Technology Subscription Management Software'),(1450,1027,'_yoast_wpseo_title','Where is the world headed Technology Predictions for 2025'),(1451,1027,'_yoast_wpseo_linkdex','73'),(1452,1027,'_yoast_wpseo_content_score','30'),(1453,1027,'_yoast_wpseo_primary_category','5'),(1456,1035,'_edit_last','1'),(1457,1035,'_edit_lock','1560147011:1'),(1458,1036,'_wp_attached_file','2019/04/Best-Subscription-Management-Software-2019.jpeg'),(1459,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2019/04/Best-Subscription-Management-Software-2019.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Best-Subscription-Management-Software-2019-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Best-Subscription-Management-Software-2019-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1460,1036,'_wp_attachment_image_alt','Best-Subscription-Management-Software-2019'),(1461,1035,'_thumbnail_id','1036'),(1463,1035,'_yoast_wpseo_focuskw','Billing and invoicing Software'),(1464,1035,'_yoast_wpseo_title','Take Your Billing and Invoicing Software to Unprecedented Heights'),(1465,1035,'_yoast_wpseo_metadesc','Billing and invoicing software experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments.'),(1466,1035,'_yoast_wpseo_linkdex','70'),(1467,1035,'_yoast_wpseo_content_score','90'),(1468,1035,'_yoast_wpseo_primary_category',''),(1469,1043,'_edit_last','1'),(1470,1043,'_edit_lock','1559548333:1'),(1471,1044,'_wp_attached_file','2019/05/best-software-for-billing-and-invoicing.jpg'),(1472,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/05/best-software-for-billing-and-invoicing.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"best-software-for-billing-and-invoicing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"best-software-for-billing-and-invoicing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528904903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1473,1044,'_wp_attachment_image_alt','best-software-for billing-and-invoicing'),(1474,1043,'_thumbnail_id','1044'),(1476,1043,'_yoast_wpseo_focuskw','Best Billing and Invoicing Software 2019'),(1477,1043,'_yoast_wpseo_title','Best Billing and Invoicing Software 2019 for Small Businesses'),(1478,1043,'_yoast_wpseo_metadesc','If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place.'),(1479,1043,'_yoast_wpseo_linkdex','80'),(1480,1043,'_yoast_wpseo_content_score','60'),(1481,1043,'_yoast_wpseo_primary_category','9'),(1482,1047,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1483,289,'_yoast_wpseo_content_score','30'),(1484,1048,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1485,1049,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1486,1050,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1487,1051,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1488,1052,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1489,1053,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1490,1054,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1491,1055,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1492,1056,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1525,1076,'_edit_last','1'),(1526,1076,'_edit_lock','1588844827:1'),(1527,1077,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1528,1076,'_wpb_vc_js_status','false'),(1529,1076,'_yoast_wpseo_content_score','30'),(1530,1076,'_wp_page_template','thank-you.php'),(1533,1082,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1534,1076,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1535,1083,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1536,1084,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1537,1085,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1538,840,'_wp_page_template','login-page.php'),(1539,1086,'_wpb_shortcodes_custom_css','.vc_custom_1553259466177{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1540,840,'_yoast_wpseo_content_score','30'),(1541,1087,'_wpb_shortcodes_custom_css','.vc_custom_1558429361913{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1542,1088,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1543,1089,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1544,1090,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1545,1091,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1546,1092,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1547,1093,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1548,1094,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1549,1095,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1550,1096,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1551,1097,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1552,1098,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1553,1099,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1554,1100,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1555,1101,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1556,1102,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1557,1103,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1558,281,'_wp_page_template','default'),(1565,289,'_wp_page_template','default'),(1566,1107,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1567,1108,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1568,1109,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1569,1110,'_edit_last','1'),(1570,1110,'_edit_lock','1560259209:1'),(1571,32,'_wp_page_template','default'),(1572,1112,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1573,1113,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1574,1114,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1575,1115,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1576,1117,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1577,1116,'_edit_last','1'),(1578,1116,'_edit_lock','1630663102:1'),(1579,1116,'_wp_page_template','default'),(1580,1116,'_wpb_vc_js_status','false'),(1581,1116,'_yoast_wpseo_content_score','30'),(1582,1120,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1583,846,'_wp_attachment_image_alt','sub_banner'),(1584,1125,'_wp_attached_file','2019/05/Billing-and-invoicing-management-software.png'),(1585,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2019/05/Billing-and-invoicing-management-software.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Billing-and-invoicing-management-software-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Billing-and-invoicing-management-software-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1586,1125,'_wp_attachment_image_alt','Billing and invoicing management software'),(1587,1110,'_thumbnail_id','1125'),(1589,1110,'_yoast_wpseo_focuskw','Billing and Invoicing Software'),(1590,1110,'_yoast_wpseo_title','Billing and Invoicing Software for Changing Consumption Patterns'),(1591,1110,'_yoast_wpseo_metadesc','Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model.'),(1592,1110,'_yoast_wpseo_linkdex','89'),(1593,1110,'_yoast_wpseo_content_score','60'),(1594,1110,'_yoast_wpseo_primary_category','9'),(1595,1132,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1596,1140,'_wp_attached_file','2019/05/Billing-and-invoicing-management.jpg'),(1597,1140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:44:\"2019/05/Billing-and-invoicing-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Billing-and-invoicing-management-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1598,1142,'_wp_attached_file','2019/05/Best-subscription-management-software-2019.jpg'),(1599,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:695;s:4:\"file\";s:54:\"2019/05/Best-subscription-management-software-2019.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Best-subscription-management-software-2019-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1603,1147,'_wp_attached_file','2019/05/payment-screen.png'),(1604,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:912;s:4:\"file\";s:26:\"2019/05/payment-screen.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"payment-screen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"payment-screen-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"payment-screen-768x548.png\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"payment-screen-1024x730.png\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1606,1166,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1607,1167,'_menu_item_type','post_type'),(1608,1167,'_menu_item_menu_item_parent','542'),(1609,1167,'_menu_item_object_id','1116'),(1610,1167,'_menu_item_object','page'),(1611,1167,'_menu_item_target',''),(1612,1167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1613,1167,'_menu_item_xfn',''),(1614,1167,'_menu_item_url',''),(1616,1168,'_edit_last','1'),(1617,1168,'_wp_page_template','default'),(1618,1168,'_wpb_vc_js_status','false'),(1619,1168,'_yoast_wpseo_content_score','30'),(1620,1168,'_edit_lock','1558600697:1'),(1621,1170,'_edit_last','1'),(1622,1170,'_edit_lock','1576677324:1'),(1623,1171,'_wp_attached_file','2019/05/subscriptionflow-partner-with-avalara.jpg'),(1624,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2019/05/subscriptionflow-partner-with-avalara.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-partner-with-avalara-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-partner-with-avalara-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1625,1171,'_wp_attachment_image_alt','subscriptionflow-partner-with-avalara'),(1626,1170,'_thumbnail_id','1171'),(1628,1170,'_yoast_wpseo_focuskw','Subscription Flow Announces Partnership with Avalara'),(1629,1170,'_yoast_wpseo_title','Subscription Flow Announces Partnership with Avalara'),(1630,1170,'_yoast_wpseo_metadesc','Subscription Flow is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software.'),(1631,1170,'_yoast_wpseo_linkdex','69'),(1632,1170,'_yoast_wpseo_content_score','30'),(1633,1170,'_yoast_wpseo_primary_category','50'),(1637,1177,'_wp_attached_file','2019/05/Subscriptionflowavalara.jpg'),(1638,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:299;s:4:\"file\";s:35:\"2019/05/Subscriptionflowavalara.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Subscriptionflowavalara-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Subscriptionflowavalara-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1639,1177,'_wp_attachment_image_alt','Subscriptionflow+avalara'),(1647,1182,'_wp_attached_file','2019/05/subscriptionflow-blog-post.jpg'),(1648,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:700;s:4:\"file\";s:38:\"2019/05/subscriptionflow-blog-post.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"subscriptionflow-blog-post-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1649,1182,'_wp_attachment_image_alt','subscription-billing-management'),(1651,1184,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1652,434,'_wp_page_template','default'),(1653,1185,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292732239{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1655,436,'_wp_page_template','default'),(1656,1187,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552655917697{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1657,129,'_wp_page_template','default'),(1658,1188,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553496725894{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1553496743829{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649096582{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649127710{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649163254{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552649186407{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1659,129,'_yoast_wpseo_content_score','30'),(1660,828,'_wp_page_template','default'),(1661,1189,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236702745{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236728610{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236775103{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1662,15,'_wp_page_template','default'),(1663,1190,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1664,15,'_yoast_wpseo_content_score','60'),(1665,17,'_wp_page_template','default'),(1666,1191,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564858167{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552568699966{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1667,17,'_yoast_wpseo_content_score','30'),(1668,1192,'_wpb_shortcodes_custom_css','.vc_custom_1558429879609{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1669,1193,'_wpb_shortcodes_custom_css','.vc_custom_1558956599993{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png?id=1125) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1670,1194,'_wpb_shortcodes_custom_css','.vc_custom_1558956679924{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1671,1195,'_wpb_shortcodes_custom_css','.vc_custom_1558956758214{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg?id=850) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1672,1196,'_wpb_shortcodes_custom_css','.vc_custom_1558956820737{background-color: #ededed !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1673,1197,'_wp_attached_file','2019/05/bg-masthead.jpg'),(1674,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1267;s:4:\"file\";s:23:\"2019/05/bg-masthead.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-masthead-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg-masthead-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-masthead-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-masthead-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1675,1198,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1676,1199,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1677,1200,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1680,1203,'_pll_strings_translations','a:0:{}'),(1681,1204,'_pll_strings_translations','a:0:{}'),(1684,1207,'_edit_last','1'),(1685,1207,'_edit_lock','1559541019:1'),(1687,1207,'_yoast_wpseo_focuskw','Partnership with GoCardless'),(1688,1207,'_yoast_wpseo_title','Partnership with GoCardless for Seamless Recurring Payments'),(1689,1207,'_yoast_wpseo_metadesc','We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses.'),(1690,1207,'_yoast_wpseo_linkdex','82'),(1691,1207,'_yoast_wpseo_content_score','60'),(1692,1207,'_yoast_wpseo_primary_category',''),(1693,1209,'_wp_attached_file','2019/05/Partnership-with-GoCardless.jpg'),(1694,1209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2019/05/Partnership-with-GoCardless.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Partnership-with-GoCardless-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Partnership-with-GoCardless-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1695,1209,'_wp_attachment_image_alt','Subscription-Flow'),(1696,1207,'_thumbnail_id','1209'),(1698,1212,'_wp_attached_file','2019/05/subscriptionflow-partner-with-gocardless.jpg'),(1699,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:52:\"2019/05/subscriptionflow-partner-with-gocardless.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-partner-with-gocardless-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1700,1212,'_wp_attachment_image_alt','subscriptionflow partner with gocardless'),(1766,1262,'_edit_last','1'),(1767,1262,'_edit_lock','1562070801:1'),(1768,1263,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1772,1268,'_wp_attached_file','2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg'),(1773,1268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:85:\"2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:85:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:86:\"Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:69:\"Group of business partners interacting while planning work at meeting\";s:17:\"created_timestamp\";s:10:\"1350371065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:20:\"Discussing documents\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:14:\"businesspeople\";i:1;s:6:\"people\";i:2;s:8:\"business\";i:3;s:5:\"group\";i:4;s:4:\"team\";i:5;s:7:\"meeting\";i:6;s:3:\"man\";i:7;s:6:\"female\";i:8;s:5:\"woman\";i:9;s:13:\"businesswoman\";i:10;s:6:\"person\";i:11;s:10:\"discussing\";i:12;s:5:\"white\";i:13;s:7:\"working\";i:14;s:7:\"partner\";i:15;s:5:\"young\";i:16;s:11:\"businessman\";i:17;s:9:\"confident\";i:18;s:12:\"professional\";i:19;s:3:\"job\";i:20;s:4:\"male\";i:21;s:11:\"cooperation\";i:22;s:13:\"communication\";i:23;s:10:\"consulting\";i:24;s:11:\"interaction\";i:25;s:12:\"contemporary\";i:26;s:9:\"corporate\";i:27;s:9:\"executive\";i:28;s:4:\"busy\";i:29;s:10:\"occupation\";i:30;s:9:\"associate\";i:31;s:5:\"adult\";i:32;s:10:\"explaining\";i:33;s:7:\"manager\";i:34;s:8:\"employee\";i:35;s:8:\"gathered\";i:36;s:7:\"sharing\";i:37;s:4:\"idea\";i:38;s:8:\"strategy\";i:39;s:5:\"smart\";i:40;s:9:\"attention\";i:41;s:6:\"collar\";i:42;s:6:\"worker\";i:43;s:10:\"brainstorm\";i:44;s:8:\"planning\";i:45;s:5:\"angle\";i:46;s:5:\"above\";i:47;s:8:\"touchpad\";i:48;s:11:\"touchscreen\";}}}'),(1774,1268,'_wp_attachment_image_alt','Best Billing and Invoicing Software in 2019'),(1778,1262,'_thumbnail_id','1268'),(1780,1262,'_yoast_wpseo_focuskw','Best billing and invoice software 2019'),(1781,1262,'_yoast_wpseo_title','Key practices In Choosing the Best Billing and Invoicing Software in 2019'),(1782,1262,'_yoast_wpseo_metadesc','Best billing and invoice software of 2019 must not only make things look professional but also systematic for its user base.'),(1783,1262,'_yoast_wpseo_linkdex','79'),(1784,1262,'_yoast_wpseo_content_score','30'),(1785,1262,'_yoast_wpseo_primary_category','9'),(1791,542,'_megamenu','a:14:{s:4:\"type\";s:4:\"grid\";s:13:\"panel_columns\";s:1:\"4\";s:4:\"grid\";a:3:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:4:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:6:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-12\";s:4:\"type\";s:6:\"widget\";}i:1;a:2:{s:2:\"id\";s:4:\"2570\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:3:\"286\";s:4:\"type\";s:4:\"item\";}i:3;a:2:{s:2:\"id\";s:4:\"1495\";s:4:\"type\";s:4:\"item\";}i:4;a:2:{s:2:\"id\";s:4:\"1469\";s:4:\"type\";s:4:\"item\";}i:5;a:2:{s:2:\"id\";s:4:\"1514\";s:4:\"type\";s:4:\"item\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:5:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-13\";s:4:\"type\";s:6:\"widget\";}i:1;a:2:{s:2:\"id\";s:4:\"2571\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:4:\"item\";}i:3;a:2:{s:2:\"id\";s:4:\"1304\";s:4:\"type\";s:4:\"item\";}i:4;a:2:{s:2:\"id\";s:4:\"1303\";s:4:\"type\";s:4:\"item\";}}}i:2;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:4:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-14\";s:4:\"type\";s:6:\"widget\";}i:1;a:2:{s:2:\"id\";s:4:\"2572\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:4:\"1167\";s:4:\"type\";s:4:\"item\";}i:3;a:2:{s:2:\"id\";s:4:\"1302\";s:4:\"type\";s:4:\"item\";}}}i:3;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:3:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-15\";s:4:\"type\";s:6:\"widget\";}i:1;a:2:{s:2:\"id\";s:4:\"2573\";s:4:\"type\";s:4:\"item\";}i:2;a:2:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:4:\"item\";}}}}}i:1;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"8\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-2\";s:4:\"type\";s:6:\"widget\";}}}}}i:2;a:1:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}}}s:4:\"icon\";s:25:\"dashicons-arrow-down-alt2\";s:10:\"hide_arrow\";s:4:\"true\";s:10:\"item_align\";s:4:\"left\";s:13:\"icon_position\";s:5:\"right\";s:5:\"align\";s:11:\"bottom-left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(1792,1278,'_edit_last','1'),(1793,1278,'_edit_lock','1562221013:1'),(1797,1280,'_wp_attached_file','2019/07/asc606-5-rules.jpg'),(1798,1280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/07/asc606-5-rules.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"asc606-5-rules-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1799,1280,'_wp_attachment_image_alt',''),(1802,1278,'_yoast_wpseo_metadesc','A Comprehensive overview of new ASC606 Rules as Amended with complete fundamental details Covering top features impacting subscription managment businesses.'),(1803,1278,'_yoast_wpseo_content_score','30'),(1804,1278,'_yoast_wpseo_primary_category','3'),(1806,1283,'_wp_attached_file','2019/07/asc606-rules.jpg'),(1807,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/07/asc606-rules.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"asc606-rules-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"asc606-rules-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"asc606-rules-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"asc606-rules-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1808,1283,'_wp_attachment_image_alt',''),(1809,1278,'_thumbnail_id','1283'),(1819,1289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1624261254428{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1820,1289,'_edit_last','1'),(1821,1289,'_wp_page_template','default'),(1822,1289,'_wpb_vc_js_status','true'),(1823,1289,'_yoast_wpseo_content_score','30'),(1824,1289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1624261254428{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1825,1291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498534270{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607498576589{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1826,1291,'_edit_last','1'),(1827,1291,'_wp_page_template','default'),(1828,1291,'_wpb_vc_js_status','true'),(1829,1291,'_yoast_wpseo_content_score','30'),(1830,1291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498534270{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607498576589{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1831,1301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1832,1301,'_edit_last','1'),(1833,1301,'_wp_page_template','default'),(1834,1301,'_wpb_vc_js_status','true'),(1835,1301,'_yoast_wpseo_content_score','30'),(1836,1301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1837,1302,'_menu_item_type','post_type'),(1838,1302,'_menu_item_menu_item_parent','542'),(1839,1302,'_menu_item_object_id','1301'),(1840,1302,'_menu_item_object','page'),(1841,1302,'_menu_item_target',''),(1842,1302,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1843,1302,'_menu_item_xfn',''),(1844,1302,'_menu_item_url',''),(1846,1303,'_menu_item_type','post_type'),(1847,1303,'_menu_item_menu_item_parent','542'),(1848,1303,'_menu_item_object_id','1291'),(1849,1303,'_menu_item_object','page'),(1850,1303,'_menu_item_target',''),(1851,1303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1852,1303,'_menu_item_xfn',''),(1853,1303,'_menu_item_url',''),(1855,1304,'_menu_item_type','post_type'),(1856,1304,'_menu_item_menu_item_parent','542'),(1857,1304,'_menu_item_object_id','1289'),(1858,1304,'_menu_item_object','page'),(1859,1304,'_menu_item_target',''),(1860,1304,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1861,1304,'_menu_item_xfn',''),(1862,1304,'_menu_item_url',''),(1864,286,'_megamenu','a:10:{s:17:\"mega_menu_columns\";i:1;s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(1865,1289,'_edit_lock','1624261260:1'),(1866,1305,'_wp_attached_file','2019/07/sales_tax_top_img-e1586338226240.png'),(1867,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:387;s:4:\"file\";s:44:\"2019/07/sales_tax_top_img-e1586338226240.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"sales_tax_top_img-e1586338226240-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"sales_tax_top_img-e1586338226240-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1868,1307,'_wp_attached_file','2019/07/sales_tax_img_1-e1586338256552.png'),(1869,1307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:390;s:4:\"file\";s:42:\"2019/07/sales_tax_img_1-e1586338256552.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_1-e1586338256552-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_1-e1586338256552-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1870,1308,'_wp_attached_file','2019/07/sales_tax_img_2-e1586338286202.png'),(1871,1308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:375;s:4:\"file\";s:42:\"2019/07/sales_tax_img_2-e1586338286202.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_2-e1586338286202-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_2-e1586338286202-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1872,1309,'_wp_attached_file','2019/07/sales_tax_img_3-e1586338315474.png'),(1873,1309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:287;s:4:\"file\";s:42:\"2019/07/sales_tax_img_3-e1586338315474.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_3-e1586338315474-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_3-e1586338315474-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1874,1310,'_wp_attached_file','2019/07/sales_tax_img_4-e1586338345918.png'),(1875,1310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:306;s:4:\"file\";s:42:\"2019/07/sales_tax_img_4-e1586338345918.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_4-e1586338345918-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"sales_tax_img_4-e1586338345918-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1877,1312,'_wp_attached_file','2019/07/sales_tax_banner.png'),(1878,1312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:450;s:4:\"file\";s:28:\"2019/07/sales_tax_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sales_tax_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"sales_tax_banner-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1880,1291,'_edit_lock','1611562923:1'),(1881,1316,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1882,1317,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1883,1301,'_edit_lock','1611562924:1'),(1886,1320,'_wp_attached_file','2019/07/dunning_img_2-e1586338867678.png'),(1887,1320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:40:\"2019/07/dunning_img_2-e1586338867678.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_2-e1586338867678-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_2-e1586338867678-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1888,1320,'_wp_attachment_image_alt','Proactive methodology'),(1889,1321,'_wp_attached_file','2019/07/dunning_img_3-e1586338978333.png'),(1890,1321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:325;s:4:\"file\";s:40:\"2019/07/dunning_img_3-e1586338978333.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_3-e1586338978333-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_3-e1586338978333-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1891,1321,'_wp_attachment_image_alt','Reports for analysis'),(1892,1322,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1893,1323,'_wp_attached_file','2019/07/dunning_img_4-1-e1586338903442.png'),(1894,1323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:42:\"2019/07/dunning_img_4-1-e1586338903442.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"dunning_img_4-1-e1586338903442-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"dunning_img_4-1-e1586338903442-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1895,1323,'_wp_attachment_image_alt','Set retry rules'),(1896,1324,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1899,1326,'_wp_attached_file','2019/07/dunning_img_5-e1586338936195.png'),(1900,1326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:326;s:4:\"file\";s:40:\"2019/07/dunning_img_5-e1586338936195.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_5-e1586338936195-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_5-e1586338936195-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1901,1327,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1904,1329,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1905,1330,'_wp_attached_file','2019/07/dunning_img_1-e1586339053518.png'),(1906,1330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:382;s:4:\"file\";s:40:\"2019/07/dunning_img_1-e1586339053518.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"dunning_img_1-e1586339053518-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"dunning_img_1-e1586339053518-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1907,1330,'_wp_attachment_image_alt','Automate payment retries'),(1908,1331,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1909,1332,'_wp_attached_file','2019/07/dunning_top_img-e1586338731352.png'),(1910,1332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:334;s:4:\"file\";s:42:\"2019/07/dunning_top_img-e1586338731352.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"dunning_top_img-e1586338731352-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"dunning_top_img-e1586338731352-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1911,1333,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1913,1278,'_yoast_wpseo_focuskw','SubscriptionFlow Considers Implementing ASC 606'),(1914,1278,'_yoast_wpseo_title','SubscriptionFlow Considers Implementing ASC 606 in their New Version'),(1915,1278,'_yoast_wpseo_linkdex','72'),(1916,1334,'_edit_last','1'),(1917,1334,'_edit_lock','1562594047:1'),(1920,1336,'_wp_attached_file','2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg'),(1921,1336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"SubscriptionFlow-Integration-with-Authorize.net_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"SubscriptionFlow-Integration-with-Authorize.net_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1922,1336,'_wp_attachment_image_alt','SubscriptionFlow Integration with Authorize.net'),(1923,1334,'_thumbnail_id','1336'),(1925,1334,'_yoast_wpseo_focuskw','Experience Subscription Software integration with Authorize.net'),(1926,1334,'_yoast_wpseo_title','Experience Subscription Software integration with Authorize.net'),(1927,1334,'_yoast_wpseo_metadesc','Coping up with the changing needs of business. SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net.'),(1928,1334,'_yoast_wpseo_linkdex','72'),(1929,1334,'_yoast_wpseo_content_score','60'),(1930,1334,'_yoast_wpseo_primary_category','9'),(1934,1341,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1937,1343,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1938,1344,'_wp_attached_file','2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png'),(1939,1344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:61:\"2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Billing-Invoicing-Integrations-for-Authorize.net_-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1940,1344,'_wp_attachment_image_alt','Billing & Invoicing Integrations for Authorize.net'),(1943,1334,'_wp_old_slug','experience-better-recurring-billing-with-authorize-net-subscriptionflow'),(1946,1347,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1949,1349,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1953,1352,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1956,1354,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1959,1356,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1962,1358,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1963,1304,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1964,1303,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1965,439,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1966,1167,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1967,438,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1970,1302,'_megamenu','a:1:{s:4:\"icon\";s:8:\"disabled\";}'),(1971,243,'_megamenu','a:13:{s:4:\"icon\";s:25:\"dashicons-arrow-down-alt2\";s:10:\"hide_arrow\";s:4:\"true\";s:10:\"item_align\";s:4:\"left\";s:13:\"icon_position\";s:5:\"right\";s:5:\"align\";s:11:\"bottom-left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";s:4:\"type\";s:6:\"flyout\";s:4:\"grid\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-3\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-4\";s:4:\"type\";s:6:\"widget\";}}}}}i:1;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:3:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-5\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-6\";s:4:\"type\";s:6:\"widget\";}}}i:2;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-7\";s:4:\"type\";s:6:\"widget\";}}}}}}}'),(1974,1360,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1977,1362,'_wp_attached_file','2019/07/billing_models_img_3.png'),(1978,1362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:32:\"2019/07/billing_models_img_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1979,1363,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1982,1365,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1985,1367,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562311831764{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1988,1369,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312168647{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1989,1370,'_wp_attached_file','2019/07/billing_model_top_img.png'),(1990,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:33:\"2019/07/billing_model_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"billing_model_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"billing_model_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1991,1371,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1994,1373,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(1997,1375,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2000,1377,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2005,1384,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2008,1388,'_wp_attached_file','2019/07/recurring_payments_img_2-e1586338443299.png'),(2009,1388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:448;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_2-e1586338443299.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_2-e1586338443299-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_2-e1586338443299-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,1390,'_wp_attached_file','2019/07/recurring_payments_img_1-e1586338475627.png'),(2011,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:396;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_1-e1586338475627.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_1-e1586338475627-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_1-e1586338475627-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2012,1392,'_edit_last','1'),(2013,1392,'_edit_lock','1606731387:1'),(2014,1393,'_wp_attached_file','2019/07/66539050_6126507371352_9018290200329060352_n.jpg'),(2015,1393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:56:\"2019/07/66539050_6126507371352_9018290200329060352_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"66539050_6126507371352_9018290200329060352_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2016,1393,'_wp_attachment_image_alt','Best Subscription Management Software for Business'),(2017,1394,'_wp_attached_file','2019/07/Subscription-Management-software-for-business.jpg'),(2018,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:57:\"2019/07/Subscription-Management-software-for-business.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-software-for-business-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2019,1394,'_wp_attachment_image_alt','Subscription Management software for small business'),(2022,1392,'_yoast_wpseo_title','Subscription Management Software for Small Business'),(2023,1392,'_yoast_wpseo_metadesc','Subscription management software for small business helps you to automate all the manual processes in subscription business.'),(2024,1392,'_yoast_wpseo_content_score','30'),(2025,1392,'_yoast_wpseo_primary_category','5'),(2030,1401,'_wp_attached_file','2019/07/recurring_payments_img_3-e1586338514806.png'),(2031,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:340;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_3-e1586338514806.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_3-e1586338514806-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_3-e1586338514806-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2032,1401,'_wp_attachment_image_alt','Process Glitch-free Payments'),(2045,1413,'_wp_attached_file','2019/07/recurring_payments_img_5-e1586338585251.png'),(2046,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:307;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_5-e1586338585251.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_5-e1586338585251-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_5-e1586338585251-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2047,1413,'_wp_attachment_image_alt','Hosted Subscription Pages'),(2051,1418,'_wp_attached_file','2019/07/recurring_payments_img_6-e1586338624902.png'),(2052,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:444;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_6-e1586338624902.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_6-e1586338624902-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_6-e1586338624902-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,1422,'_wp_attached_file','2019/07/recurring_payments_img_7-1.png'),(2056,1422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2019/07/recurring_payments_img_7-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring_payments_img_7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring_payments_img_7-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2060,1426,'_wp_attached_file','2019/07/recurring_payments_img_4-e1586338551619.png'),(2061,1426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:479;s:4:\"file\";s:51:\"2019/07/recurring_payments_img_4-e1586338551619.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_4-e1586338551619-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"recurring_payments_img_4-e1586338551619-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2062,1426,'_wp_attachment_image_alt','Multicurrency Support'),(2073,1438,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2076,1440,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2077,1441,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2078,1442,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2081,1444,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2084,1446,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2085,1450,'_wp_attached_file','2019/07/icon4.png'),(2086,1450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2019/07/icon4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2087,1451,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2097,1458,'_edit_last','1'),(2098,1458,'_edit_lock','1611562264:1'),(2099,1458,'_wp_page_template','default'),(2100,1458,'_wpb_vc_js_status','true'),(2101,1459,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562835736540{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2102,1458,'_yoast_wpseo_content_score','30'),(2103,1458,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497141062{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2106,1462,'_wp_attached_file','2019/07/self_service_top_img-e1586335775681.png'),(2107,1462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:220;s:4:\"file\";s:47:\"2019/07/self_service_top_img-e1586335775681.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"self_service_top_img-e1586335775681-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"self_service_top_img-e1586335775681-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2108,1462,'_wp_attachment_image_alt','self_service_top_img'),(2109,1463,'_wp_attached_file','2019/07/self_service_img_1-e1586335835461.png'),(2110,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:429;s:4:\"file\";s:45:\"2019/07/self_service_img_1-e1586335835461.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_1-e1586335835461-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_1-e1586335835461-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2111,1463,'_wp_attachment_image_alt','self_service_img_1'),(2112,1464,'_wp_attached_file','2019/07/self_service_img_2-e1586335875675.png'),(2113,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:313;s:4:\"file\";s:45:\"2019/07/self_service_img_2-e1586335875675.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_2-e1586335875675-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_2-e1586335875675-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2114,1464,'_wp_attachment_image_alt','self_service_img_2'),(2115,1465,'_wp_attached_file','2019/07/self_service_img_3-e1586335912642.png'),(2116,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:352;s:4:\"file\";s:45:\"2019/07/self_service_img_3-e1586335912642.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_3-e1586335912642-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_3-e1586335912642-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2117,1465,'_wp_attachment_image_alt','self_service_img_3'),(2118,1466,'_wp_attached_file','2019/07/self_service_img_4-e1586335943730.png'),(2119,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:378;s:4:\"file\";s:45:\"2019/07/self_service_img_4-e1586335943730.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"self_service_img_4-e1586335943730-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"self_service_img_4-e1586335943730-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2120,1466,'_wp_attachment_image_alt','self_service_img_4'),(2121,1467,'_wp_attached_file','2019/07/self_service_img_5-1-e1586335975578.png'),(2122,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:297;s:4:\"file\";s:47:\"2019/07/self_service_img_5-1-e1586335975578.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"self_service_img_5-1-e1586335975578-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"self_service_img_5-1-e1586335975578-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2123,1467,'_wp_attachment_image_alt','self_service_img'),(2124,1468,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2125,1469,'_menu_item_type','post_type'),(2126,1469,'_menu_item_menu_item_parent','542'),(2127,1469,'_menu_item_object_id','1458'),(2128,1469,'_menu_item_object','page'),(2129,1469,'_menu_item_target',''),(2130,1469,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2131,1469,'_menu_item_xfn',''),(2132,1469,'_menu_item_url',''),(2134,1469,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2135,1470,'_edit_last','1'),(2136,1470,'_edit_lock','1606731244:1'),(2137,1471,'_wp_attached_file','2019/07/Subscription-Management-software-for-insurance-companies.png'),(2138,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/07/Subscription-Management-software-for-insurance-companies.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Subscription-Management-software-for-insurance-companies-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2139,1471,'_wp_attachment_image_alt','Subscription Management software for insurance companies'),(2140,1472,'_wp_attached_file','2019/07/subscriptions-software-for-insurance-companies.jpg'),(2141,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:58:\"2019/07/subscriptions-software-for-insurance-companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"subscriptions-software-for-insurance-companies-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2142,1472,'_wp_attachment_image_alt',''),(2143,1473,'_wp_attached_file','2019/07/Greater-business-competitiveness.png'),(2144,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:44:\"2019/07/Greater-business-competitiveness.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Greater-business-competitiveness-768x469.png\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2145,1473,'_wp_attachment_image_alt','subscription Management software for insurance companies'),(2146,1474,'_wp_attached_file','2019/07/Subscription-Management-Software-really-matters.png'),(2147,1474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:550;s:4:\"file\";s:59:\"2019/07/Subscription-Management-Software-really-matters.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-really-matters-768x469.png\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2148,1474,'_wp_attachment_image_alt','subscription Management software for insurance companies'),(2151,1470,'_yoast_wpseo_focuskw','Subscription Management Software for Insurance Companies'),(2152,1470,'_yoast_wpseo_title','Subscription Management Software for Insurance Companies'),(2153,1470,'_yoast_wpseo_metadesc','Subscriptions management software for insurance companies will bring the needed change in the insurance industry that was missing earlier.'),(2154,1470,'_yoast_wpseo_linkdex','69'),(2155,1470,'_yoast_wpseo_content_score','30'),(2156,1470,'_yoast_wpseo_primary_category','5'),(2159,1392,'_yoast_wpseo_focuskw','Subscription Management Software for Small Business'),(2160,1392,'_yoast_wpseo_linkdex','73'),(2164,1392,'_wp_old_slug','which-subscription-management-software-for-small-businesses-can-be-considered-apt'),(2165,1481,'_wp_attached_file','2019/07/billing_model_banner.png'),(2166,1481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:277;s:4:\"file\";s:32:\"2019/07/billing_model_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_model_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_model_banner-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2167,1482,'_wp_attached_file','2019/07/billing_models_img_2.png'),(2168,1482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:308;s:4:\"file\";s:32:\"2019/07/billing_models_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_2-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2169,1484,'_wp_attached_file','2019/07/billing_models_img_1.png'),(2170,1484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:347;s:4:\"file\";s:32:\"2019/07/billing_models_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"billing_models_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"billing_models_img_1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2171,1485,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2173,1486,'_edit_last','1'),(2174,1486,'_wp_page_template','default'),(2175,1486,'_wpb_vc_js_status','true'),(2176,1487,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2177,1486,'_yoast_wpseo_content_score','30'),(2178,1486,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497006494{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497022947{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2179,1486,'_edit_lock','1611562255:1'),(2183,1489,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562915600076{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2184,1491,'_wp_attached_file','2019/07/multi_subscription_top_img.png'),(2185,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:299;s:4:\"file\";s:38:\"2019/07/multi_subscription_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"multi_subscription_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"multi_subscription_top_img-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2186,1491,'_wp_attachment_image_alt','multi_subscription_top_img'),(2187,1492,'_wp_attached_file','2019/07/multi_subscription_img_1.png'),(2188,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:348;s:4:\"file\";s:36:\"2019/07/multi_subscription_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_1-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2189,1492,'_wp_attachment_image_alt','multi subscription_img 1'),(2190,1493,'_wp_attached_file','2019/07/multi_subscription_img_2.png'),(2191,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:395;s:4:\"file\";s:36:\"2019/07/multi_subscription_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img_2-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2192,1493,'_wp_attachment_image_alt','Manage subscription changes with ease'),(2193,1494,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562912171600{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2194,1495,'_menu_item_type','post_type'),(2195,1495,'_menu_item_menu_item_parent','542'),(2196,1495,'_menu_item_object_id','1486'),(2197,1495,'_menu_item_object','page'),(2198,1495,'_menu_item_target',''),(2199,1495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2200,1495,'_menu_item_xfn',''),(2201,1495,'_menu_item_url',''),(2203,1495,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2204,1497,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2206,1499,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2207,1501,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2208,1502,'_edit_last','1'),(2209,1502,'_edit_lock','1611562392:1'),(2210,1502,'_wp_page_template','default'),(2211,1502,'_wpb_vc_js_status','true'),(2212,1503,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2213,1502,'_yoast_wpseo_content_score','30'),(2214,1502,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497432960{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2215,1504,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562940909145{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2218,1506,'_wp_attached_file','2019/07/self_service_banner_img.png'),(2219,1506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:274;s:4:\"file\";s:35:\"2019/07/self_service_banner_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"self_service_banner_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"self_service_banner_img-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2220,1507,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2221,1508,'_wp_attached_file','2019/07/proration_top_img.png'),(2222,1508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:267;s:4:\"file\";s:29:\"2019/07/proration_top_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"proration_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"proration_top_img-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2223,1508,'_wp_attachment_image_alt','Manage prorated subscriptions seamlessly with SubscriptionFlow'),(2224,1510,'_wp_attached_file','2019/07/proration_img_1.png'),(2225,1510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:331;s:4:\"file\";s:27:\"2019/07/proration_img_1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_1-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2226,1510,'_wp_attachment_image_alt','How proration is calculated?'),(2227,1511,'_wp_attached_file','2019/07/proration_img_2.png'),(2228,1511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:318;s:4:\"file\";s:27:\"2019/07/proration_img_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_2-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2229,1511,'_wp_attachment_image_alt','Generate clear and transparent invoices'),(2230,1512,'_wp_attached_file','2019/07/proration_img_3.png'),(2231,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:389;s:4:\"file\";s:27:\"2019/07/proration_img_3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"proration_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"proration_img_3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2232,1512,'_wp_attachment_image_alt','Charges and credits'),(2233,1513,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2234,1514,'_menu_item_type','post_type'),(2235,1514,'_menu_item_menu_item_parent','542'),(2236,1514,'_menu_item_object_id','1502'),(2237,1514,'_menu_item_object','page'),(2238,1514,'_menu_item_target',''),(2239,1514,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2240,1514,'_menu_item_xfn',''),(2241,1514,'_menu_item_url',''),(2243,1514,'_megamenu','a:9:{s:4:\"icon\";s:8:\"disabled\";s:10:\"hide_arrow\";s:4:\"true\";s:13:\"icon_position\";s:4:\"left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(2244,1515,'_wp_attached_file','2019/07/Recover-Revenue-With-Smart-Dunning.png'),(2245,1515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:316;s:4:\"file\";s:46:\"2019/07/Recover-Revenue-With-Smart-Dunning.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Recover-Revenue-With-Smart-Dunning-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Recover-Revenue-With-Smart-Dunning-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2246,1516,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2247,1517,'_wp_attached_file','2019/07/recurring_payment_img.png'),(2248,1517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:266;s:4:\"file\";s:33:\"2019/07/recurring_payment_img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"recurring_payment_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"recurring_payment_img-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,1519,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2250,1520,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2251,1521,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2252,1522,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191303638{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2253,1523,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191541944{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2254,1524,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191596871{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2255,1525,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2256,1526,'_edit_last','1'),(2257,1526,'_edit_lock','1638880843:1'),(2258,1526,'_wp_page_template','page-pricing-new.php'),(2259,1526,'_wpb_vc_js_status','true'),(2260,1527,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2261,1526,'_yoast_wpseo_content_score','30'),(2262,1526,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2263,1528,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2264,1529,'_wp_attached_file','2019/07/price_banner.png'),(2265,1529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:259;s:4:\"file\";s:24:\"2019/07/price_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"price_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"price_banner-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2266,1530,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2269,1532,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2270,1533,'_wp_attached_file','2019/07/multi_subscription_img-1.png'),(2271,1533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:36:\"2019/07/multi_subscription_img-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"multi_subscription_img-1-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2272,1534,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2273,1535,'_edit_last','1'),(2274,1535,'_edit_lock','1606730989:1'),(2279,1535,'_yoast_wpseo_focuskw','Subscription Management Software for Hospital Management'),(2280,1535,'_yoast_wpseo_title','Subscription Management Software for Hospital Management'),(2281,1535,'_yoast_wpseo_linkdex','69'),(2282,1535,'_yoast_wpseo_content_score','30'),(2283,1535,'_yoast_wpseo_primary_category','5'),(2289,1535,'_yoast_wpseo_metadesc','Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective.'),(2306,1548,'_wp_attached_file','2019/07/subscription-management-software-for-hospital-management.jpg'),(2307,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/07/subscription-management-software-for-hospital-management.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"subscription-management-software-for-hospital-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"subscription-management-software-for-hospital-management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2308,1548,'_wp_attachment_image_alt','subscription management software for hospital management'),(2316,1553,'bsf-aiosrs-schema-type','article'),(2317,1553,'bsf-aiosrs-article','a:12:{s:11:\"schema-type\";s:11:\"BlogPosting\";s:11:\"main-entity\";s:14:\"post_permalink\";s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:16:\"orgnization-name\";s:8:\"blogname\";s:9:\"site-logo\";s:9:\"site_logo\";s:14:\"published-date\";s:9:\"post_date\";s:13:\"modified-date\";s:13:\"post_modified\";s:6:\"author\";s:11:\"author_name\";s:11:\"description\";s:12:\"post_excerpt\";s:6:\"rating\";s:12:\"create-field\";s:12:\"review-count\";s:12:\"create-field\";}'),(2318,1553,'bsf-aiosrs-schema-location','a:2:{s:4:\"rule\";a:2:{i:0;s:8:\"page|all\";i:1;s:8:\"post|all\";}s:8:\"specific\";a:0:{}}'),(2320,1553,'_edit_lock','1563359304:1'),(2321,1553,'_edit_last','1'),(2322,1553,'bsf-aiosrs-book','a:6:{s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:6:\"author\";s:4:\"none\";s:3:\"url\";s:14:\"post_permalink\";s:12:\"work-example\";a:1:{i:0;a:18:{s:13:\"serial-number\";s:4:\"none\";s:25:\"serial-number-custom-text\";s:0:\"\";s:12:\"book-edition\";s:4:\"none\";s:24:\"book-edition-custom-text\";s:0:\"\";s:11:\"book-format\";s:4:\"none\";s:23:\"book-format-custom-text\";s:5:\"EBook\";s:12:\"url-template\";s:4:\"none\";s:24:\"url-template-custom-text\";s:0:\"\";s:15:\"action-platform\";s:4:\"none\";s:27:\"action-platform-custom-text\";s:0:\"\";s:5:\"price\";s:4:\"none\";s:17:\"price-custom-text\";s:0:\"\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:7:\"country\";s:4:\"none\";s:19:\"country-custom-text\";s:0:\"\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";}}s:7:\"same-as\";s:4:\"none\";}'),(2323,1553,'bsf-aiosrs-course','a:8:{s:4:\"name\";s:10:\"post_title\";s:11:\"description\";s:12:\"post_content\";s:11:\"course-code\";s:4:\"none\";s:15:\"course-instance\";a:1:{i:0;a:29:{s:4:\"name\";s:4:\"none\";s:16:\"name-custom-text\";s:0:\"\";s:11:\"description\";s:4:\"none\";s:23:\"description-custom-text\";s:0:\"\";s:11:\"course-mode\";s:4:\"none\";s:23:\"course-mode-custom-text\";s:0:\"\";s:5:\"image\";s:4:\"none\";s:17:\"image-custom-text\";s:0:\"\";s:16:\"image-fixed-text\";s:0:\"\";s:10:\"start-date\";s:4:\"none\";s:22:\"start-date-custom-text\";s:0:\"\";s:8:\"end-date\";s:4:\"none\";s:20:\"end-date-custom-text\";s:0:\"\";s:13:\"location-name\";s:4:\"none\";s:25:\"location-name-custom-text\";s:0:\"\";s:16:\"location-address\";s:4:\"none\";s:28:\"location-address-custom-text\";s:0:\"\";s:5:\"price\";s:4:\"none\";s:17:\"price-custom-text\";s:0:\"\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:10:\"valid-from\";s:4:\"none\";s:22:\"valid-from-custom-text\";s:0:\"\";s:3:\"url\";s:4:\"none\";s:15:\"url-custom-text\";s:0:\"\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:9:\"performer\";s:4:\"none\";s:21:\"performer-custom-text\";s:0:\"\";}}s:16:\"orgnization-name\";s:8:\"blogname\";s:6:\"rating\";s:4:\"none\";s:12:\"review-count\";s:4:\"none\";s:7:\"same-as\";s:4:\"none\";}'),(2324,1553,'bsf-aiosrs-event','a:20:{s:4:\"name\";s:10:\"post_title\";s:5:\"image\";s:12:\"featured_img\";s:8:\"location\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:10:\"start-date\";s:4:\"none\";s:8:\"end-date\";s:4:\"none\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:10:\"valid-from\";s:4:\"none\";s:14:\"ticket-buy-url\";s:4:\"none\";s:9:\"performer\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";}'),(2325,1553,'bsf-aiosrs-job-posting','a:28:{s:5:\"title\";s:4:\"none\";s:8:\"job-type\";s:4:\"none\";s:20:\"job-type-custom-text\";s:9:\"FULL_TIME\";s:16:\"orgnization-name\";s:8:\"blogname\";s:7:\"same-as\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:22:\"education-requirements\";s:4:\"none\";s:23:\"experience-requirements\";s:4:\"none\";s:8:\"industry\";s:4:\"none\";s:14:\"qualifications\";s:4:\"none\";s:16:\"responsibilities\";s:4:\"none\";s:6:\"skills\";s:4:\"none\";s:10:\"work-hours\";s:4:\"none\";s:10:\"start-date\";s:9:\"post_date\";s:11:\"expiry-date\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:6:\"salary\";s:4:\"none\";s:16:\"salary-min-value\";s:12:\"create-field\";s:16:\"salary-max-value\";s:12:\"create-field\";s:15:\"salary-currency\";s:4:\"none\";s:27:\"salary-currency-custom-text\";s:3:\"AFA\";s:11:\"salary-unit\";s:4:\"none\";s:23:\"salary-unit-custom-text\";s:4:\"HOUR\";}'),(2326,1553,'bsf-aiosrs-local-business','a:15:{s:11:\"schema-type\";s:13:\"LocalBusiness\";s:4:\"name\";s:8:\"blogname\";s:5:\"image\";s:4:\"none\";s:9:\"telephone\";s:4:\"none\";s:3:\"url\";s:8:\"site_url\";s:15:\"location-street\";s:4:\"none\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-postal\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:16:\"location-country\";s:4:\"none\";s:28:\"location-country-custom-text\";s:2:\"AF\";s:19:\"hours-specification\";a:1:{i:0;a:6:{s:4:\"days\";s:4:\"none\";s:16:\"days-custom-text\";s:0:\"\";s:5:\"opens\";s:4:\"none\";s:17:\"opens-custom-text\";s:0:\"\";s:6:\"closes\";s:4:\"none\";s:18:\"closes-custom-text\";s:0:\"\";}}s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";s:11:\"price-range\";s:4:\"none\";}'),(2327,1553,'bsf-aiosrs-review','a:7:{s:4:\"item\";s:4:\"none\";s:10:\"item-image\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:4:\"date\";s:9:\"post_date\";s:6:\"rating\";s:4:\"none\";s:13:\"reviewer-type\";s:6:\"Person\";s:13:\"reviewer-name\";s:11:\"author_name\";}'),(2328,1553,'bsf-aiosrs-person','a:18:{s:4:\"name\";s:4:\"none\";s:6:\"street\";s:4:\"none\";s:8:\"locality\";s:4:\"none\";s:6:\"postal\";s:4:\"none\";s:6:\"region\";s:4:\"none\";s:7:\"country\";s:4:\"none\";s:19:\"country-custom-text\";s:2:\"AF\";s:5:\"email\";s:4:\"none\";s:6:\"gender\";s:4:\"none\";s:18:\"gender-custom-text\";s:4:\"Male\";s:3:\"dob\";s:4:\"none\";s:6:\"member\";s:4:\"none\";s:11:\"nationality\";s:4:\"none\";s:5:\"image\";s:4:\"none\";s:9:\"job-title\";s:4:\"none\";s:12:\"homepage-url\";s:4:\"none\";s:7:\"add-url\";a:1:{i:0;a:2:{s:7:\"same-as\";s:4:\"none\";s:19:\"same-as-custom-text\";s:0:\"\";}}s:9:\"telephone\";s:4:\"none\";}'),(2329,1553,'bsf-aiosrs-product','a:14:{s:4:\"name\";s:10:\"post_title\";s:10:\"brand-name\";s:4:\"none\";s:5:\"image\";s:12:\"featured_img\";s:3:\"url\";s:14:\"post_permalink\";s:11:\"description\";s:12:\"post_content\";s:3:\"sku\";s:12:\"create-field\";s:5:\"avail\";s:4:\"none\";s:17:\"avail-custom-text\";s:12:\"Discontinued\";s:17:\"price-valid-until\";s:12:\"create-field\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2330,1553,'bsf-aiosrs-recipe','a:15:{s:4:\"name\";s:4:\"none\";s:5:\"image\";s:12:\"featured_img\";s:11:\"description\";s:12:\"post_content\";s:6:\"author\";s:11:\"author_name\";s:16:\"preperation-time\";s:4:\"none\";s:9:\"cook-time\";s:4:\"none\";s:15:\"recipe-keywords\";s:12:\"create-field\";s:15:\"recipe-category\";s:12:\"create-field\";s:14:\"recipe-cuisine\";s:12:\"create-field\";s:9:\"nutrition\";s:4:\"none\";s:11:\"ingredients\";s:4:\"none\";s:19:\"recipe-instructions\";a:1:{i:0;a:2:{s:5:\"steps\";s:12:\"create-field\";s:17:\"steps-custom-text\";s:0:\"\";}}s:12:\"recipe-video\";a:1:{i:0;a:19:{s:10:\"video-name\";s:12:\"create-field\";s:22:\"video-name-custom-text\";s:0:\"\";s:10:\"video-desc\";s:12:\"create-field\";s:22:\"video-desc-custom-text\";s:0:\"\";s:11:\"video-image\";s:12:\"create-field\";s:23:\"video-image-custom-text\";s:0:\"\";s:22:\"video-image-fixed-text\";s:0:\"\";s:24:\"recipe-video-content-url\";s:12:\"create-field\";s:36:\"recipe-video-content-url-custom-text\";s:0:\"\";s:22:\"recipe-video-embed-url\";s:12:\"create-field\";s:34:\"recipe-video-embed-url-custom-text\";s:0:\"\";s:21:\"recipe-video-duration\";s:12:\"create-field\";s:33:\"recipe-video-duration-custom-text\";s:0:\"\";s:24:\"recipe-video-upload-date\";s:9:\"post_date\";s:36:\"recipe-video-upload-date-custom-text\";s:0:\"\";s:25:\"recipe-video-expires-date\";s:12:\"create-field\";s:37:\"recipe-video-expires-date-custom-text\";s:0:\"\";s:30:\"recipe-video-interaction-count\";s:12:\"create-field\";s:42:\"recipe-video-interaction-count-custom-text\";s:0:\"\";}}s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2331,1553,'bsf-aiosrs-service','a:14:{s:4:\"name\";s:10:\"post_title\";s:4:\"type\";s:4:\"none\";s:4:\"area\";s:4:\"none\";s:11:\"description\";s:12:\"post_content\";s:5:\"image\";s:12:\"featured_img\";s:8:\"provider\";s:8:\"blogname\";s:17:\"location-locality\";s:4:\"none\";s:15:\"location-region\";s:4:\"none\";s:15:\"location-street\";s:4:\"none\";s:14:\"location-image\";s:4:\"none\";s:9:\"telephone\";s:4:\"none\";s:11:\"price-range\";s:4:\"none\";s:6:\"rating\";s:4:\"none\";s:12:\"review-count\";s:4:\"none\";}'),(2332,1553,'bsf-aiosrs-software-application','a:10:{s:4:\"name\";s:10:\"post_title\";s:16:\"operating-system\";s:4:\"none\";s:8:\"category\";s:4:\"none\";s:20:\"category-custom-text\";s:20:\"BusinessApplication \";s:5:\"image\";s:12:\"featured_img\";s:5:\"price\";s:4:\"none\";s:8:\"currency\";s:4:\"none\";s:20:\"currency-custom-text\";s:3:\"AFA\";s:6:\"rating\";s:18:\"accept-user-rating\";s:12:\"review-count\";s:4:\"none\";}'),(2333,1553,'bsf-aiosrs-video-object','a:11:{s:4:\"name\";s:10:\"post_title\";s:11:\"description\";s:12:\"post_content\";s:5:\"image\";s:12:\"featured_img\";s:16:\"orgnization-name\";s:8:\"blogname\";s:9:\"site-logo\";s:9:\"site_logo\";s:11:\"content-url\";s:4:\"none\";s:9:\"embed-url\";s:4:\"none\";s:8:\"duration\";s:4:\"none\";s:11:\"upload-date\";s:9:\"post_date\";s:12:\"expires-date\";s:4:\"none\";s:17:\"interaction-count\";s:4:\"none\";}'),(2334,1554,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2335,15,'article-1553-rating',''),(2336,15,'article-1553-review-count',''),(2337,1555,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2338,1526,'article-1553-rating',''),(2339,1526,'article-1553-review-count',''),(2340,1556,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2341,1557,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(2342,1558,'_menu_item_type','post_type'),(2343,1558,'_menu_item_menu_item_parent','0'),(2344,1558,'_menu_item_object_id','1526'),(2345,1558,'_menu_item_object','page'),(2346,1558,'_menu_item_target',''),(2347,1558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2348,1558,'_menu_item_xfn',''),(2349,1558,'_menu_item_url',''),(2351,1559,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2352,1291,'article-1553-rating',''),(2353,1291,'article-1553-review-count',''),(2354,1560,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562139355001{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561451581156{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451644250{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451674044{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561451701345{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2355,1562,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562572665311{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572689507{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572807898{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572862149{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572902579{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2356,1458,'article-1553-rating',''),(2357,1458,'article-1553-review-count',''),(2358,1563,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2359,1502,'article-1553-rating',''),(2360,1502,'article-1553-review-count',''),(2362,1289,'article-1553-rating',''),(2363,1289,'article-1553-review-count',''),(2364,1565,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561537839104{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537862263{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537882398{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537910862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537934023{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561537953926{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2365,1301,'article-1553-rating',''),(2366,1301,'article-1553-review-count',''),(2367,1566,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2368,1486,'article-1553-rating',''),(2369,1486,'article-1553-review-count',''),(2370,1567,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562571827189{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571893262{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2371,1568,'_wp_attached_file','2019/07/proration.png'),(2372,1568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:21:\"2019/07/proration.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"proration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"proration-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2373,1569,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1562828081236{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2374,1570,'_wp_attached_file','2019/07/billing_banner.png'),(2375,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:259;s:4:\"file\";s:26:\"2019/07/billing_banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"billing_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"billing_banner-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2376,1571,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552288151307{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292649178{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292698727{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2377,434,'article-1553-rating',''),(2378,434,'article-1553-review-count',''),(2379,1572,'_wp_attached_file','2019/07/sales_tax_banner-1.png'),(2380,1572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:246;s:4:\"file\";s:30:\"2019/07/sales_tax_banner-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sales_tax_banner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sales_tax_banner-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2383,1535,'article-1553-rating',''),(2384,1535,'article-1553-review-count',''),(2385,1575,'_wp_attached_file','2019/07/subscription-software-for-hospitals.jpg'),(2386,1575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2019/07/subscription-software-for-hospitals.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-hospitals-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"subscription-software-for-hospitals-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2387,1575,'_wp_attachment_image_alt','subscription software for hospitals'),(2391,281,'_oembed_a1872d159fb580ed5356671bf6a9a000','<iframe title=\"Best Subscription Management Software\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/-hDpGpQO8Bw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(2392,281,'_oembed_time_a1872d159fb580ed5356671bf6a9a000','1563798639'),(2393,281,'_oembed_45c3e6cf38cbe8058d443b41bec92118','<iframe title=\"Timelapse - Lighthouse (Oct 2012)\" src=\"https://player.vimeo.com/video/51589652?dnt=1&app_id=122963\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(2394,281,'_oembed_time_45c3e6cf38cbe8058d443b41bec92118','1563798640'),(2396,281,'article-1553-rating',''),(2397,281,'article-1553-review-count',''),(2398,1578,'_edit_last','1'),(2399,1578,'_wp_page_template','default'),(2400,1578,'_wpb_vc_js_status','true'),(2401,1578,'_yoast_wpseo_content_score','60'),(2402,1578,'article-1553-rating',''),(2403,1578,'article-1553-review-count',''),(2404,1578,'_edit_lock','1564136690:1'),(2405,1580,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561449164129{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2407,1581,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1561450404112{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450564280{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450615268{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2408,1582,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564127167772{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1564135197394{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135284635{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450591720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135390483{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1561450633473{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135379842{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1564135421496{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2409,1587,'_edit_last','1'),(2410,1587,'_edit_lock','1574839004:1'),(2411,1587,'_wp_page_template','default'),(2412,1587,'_wpb_vc_js_status','true'),(2413,1587,'_yoast_wpseo_content_score','30'),(2414,1587,'article-1553-rating',''),(2415,1587,'article-1553-review-count',''),(2428,1289,'_yoast_wpseo_focuskw','Sales Tax Management'),(2429,1289,'_yoast_wpseo_title','Best Sales Tax Management Software | SubscriptionFlow'),(2430,1289,'_yoast_wpseo_metadesc','SubscriptionFlow and Avalara Automates your Tax Management Tasks with Best Sales Tax Management Software to help businesses Save Time and Manual Efforts.'),(2431,1289,'_yoast_wpseo_linkdex','75'),(2432,1602,'_edit_last','1'),(2433,1602,'_edit_lock','1569314728:1'),(2437,1604,'_wp_attached_file','2019/07/advantages-of-subscription-management-software.jpg'),(2438,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:58:\"2019/07/advantages-of-subscription-management-software.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"advantages-of-subscription-management-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2439,1604,'_wp_attachment_image_alt','advantages of subscription management software'),(2442,1602,'_yoast_wpseo_focuskw','easy to use subscription management software'),(2443,1602,'_yoast_wpseo_title','Advantages of Easy to Use Subscription Management Software'),(2444,1602,'_yoast_wpseo_metadesc','Save your time and money by using an easy to use subscription management software and automate your subscription tasks using quick buttons.'),(2445,1602,'_yoast_wpseo_linkdex','87'),(2446,1602,'_yoast_wpseo_content_score','30'),(2447,1602,'_yoast_wpseo_primary_category','5'),(2448,1602,'article-1553-rating',''),(2449,1602,'article-1553-review-count',''),(2454,1607,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2455,289,'article-1553-rating',''),(2456,289,'article-1553-review-count',''),(2457,1608,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2458,1609,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2459,840,'article-1553-rating',''),(2460,840,'article-1553-review-count',''),(2461,1610,'_edit_last','1'),(2462,1610,'_wp_page_template','buy-package.php'),(2463,1610,'_wpb_vc_js_status','true'),(2464,1610,'_yoast_wpseo_content_score','30'),(2465,1610,'article-1553-rating',''),(2466,1610,'article-1553-review-count',''),(2467,1610,'_edit_lock','1623830168:1'),(2468,1612,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2470,1613,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2471,1614,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2472,1615,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2473,1616,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2474,1617,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2475,1618,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2476,1619,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2477,1620,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2478,1622,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565159755365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562571869933{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565159895221{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2479,1486,'_yoast_wpseo_focuskw','Subscription Handling Software'),(2480,1486,'_yoast_wpseo_title','Subscription Handling Software | SubscriptionFlow'),(2481,1486,'_yoast_wpseo_metadesc','Unleash the power of reccuring revenue of your business with best subscription handling software to gain extra advantages without hassle.'),(2482,1486,'_yoast_wpseo_linkdex','75'),(2483,1623,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190673248{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565161342951{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2488,1627,'_form','<div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n [hidden package default:get]\n <label class=\"top-label\" for=\"Name\">First Name <span class=\"required-txt\">*</span></label>\n [text* firstname]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Last Name</label>\n [text lastname]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Email <span class=\"required-txt\">*</span></label>\n [email* email]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Phone <span class=\"required-txt\">*</span></label>\n [tel* phone]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Organization <span class=\"required-txt\">*</span></label>\n [text* organization]\n </div>\n </div>\n \n \n \n [cf7mls_step cf7mls_step-184]\n \n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Card Holder Name <span class=\"required-txt\">*</span></label>\n [text* cardholdername]\n </div>\n </div>\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Card No <span class=\"required-txt\">*</span></label>\n [text* cardno]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Security Code <span class=\"required-txt\">*</span></label>\n [text* securitycode]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Expiry Month/year <span class=\"required-txt\">*</span></label>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-month \"01\" \"02\" \"03\" \"04\" \"05\" \"06\" \"07\" \"08\" \"09\" \"10\" \"11\" \'12\']</div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-year \"2018\" \"2019\" \"2020\" \"2021\" \"2022\" \"2023\" \"2024\" \"2025\" \"2026\" \"2027\" \"2028\" \'2029\' \'2030\']</div>\n </div>\n \n </div>\n \n \n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Address</label>\n [text address]\n </div>\n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">City</label>\n [text city]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">State</label>\n [text state]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">ZipCode</label>\n [text ZipCode]\n </div>\n \n </div>\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\n <div class=\"form-group\">\n <label class=\"top-label\" for=\"Name\">Country</label>\n \n [select your-country \"Afghanistan\" \"Albania\" \"Algeria\" \"American Samoa\" \"Andorra\" \"Angola\" \"Anguilla\" \"Antigua and Barbuda\" \"Argentina\" \"Armenia\" \"Armenia\" \"Aruba\" \"Australia\" \"Austria\" \"Azerbaijan\" \"Azerbaijan\" \"Bahamas\" \"Bahrain\" \"Bangladesh\" \"Barbados\" \"Belarus\" \"Belgium\" \"Belize\" \"Benin\" \"Bermuda\" \"Bhutan\" \"Bolivia\" \"Bonaire\" \"Bosnia and Herzegovina\" \"Botswana\" \"Bouvet Island (Bouvetoya)\" \"Brazil\" \"British Indian Ocean Territory (Chagos Archipelago)\" \"British Virgin Islands\" \"Brunei Darussalam\" \"Bulgaria\" \"Burkina Faso\" \"Burundi\" \"Canada\" \"Cambodia\" \"Cameroon\" \"Cape Verde\" \"Cayman Islands\" \"Central African Republic\" \"Chad\" \"Chile\" \"China\" \"Christmas Island\" \"Cocos (Keeling) Islands\" \"Colombia\" \"Comoros\" \"Congo\" \"Congo\" \"Cook Islands\" \"Costa Rica\" \"Cote d\'Ivoire\" \"Croatia\" \"Cuba\" \"Curaçao\" \"Cyprus\" \"Cyprus\" \"Czech Republic\" \"Denmark\" \"Djibouti\" \"Dominica\" \"Dominican Republic\" \"Ecuador\" \"Egypt\" \"El Salvador\" \"Equatorial Guinea\" \"Eritrea\" \"Estonia\" \"Ethiopia\" \"Falkland Islands (Malvinas)\" \"Faroe Islands\" \"Fiji\" \"Finland\" \"France\" \"French Guiana\" \"French Polynesia\" \"French Southern Territories\" \"Gabon\" \"Gambia\" \"Georgia\" \"Georgia\" \"Germany\" \"Ghana\" \"Gibraltar\" \"Greece\" \"Greenland\" \"Grenada\" \"Guadeloupe\" \"Guam\" \"Guatemala\" \"Guernsey\" \"Guinea\" \"Guinea-Bissau\" \"Guyana\" \"Haiti\" \"Heard Island and McDonald Islands\" \"Holy See (Vatican City State)\" \"Honduras\" \"Hong Kong\" \"Hungary\" \"Iceland\" \"India\" \"Indonesia\" \"Iran\" \"Iraq\" \"Ireland\" \"Isle of Man\" \"Israel\" \"Italy\" \"Jamaica\" \"Japan\" \"Jersey\" \"Jordan\" \"Kazakhstan\" \"Kazakhstan\" \"Kenya\" \"Kiribati\" \"Korea\" \"Korea\" \"Kuwait\" \"Kyrgyz Republic\" \"Lao People\'s Democratic Republic\" \"Latvia\" \"Lebanon\" \"Lesotho\" \"Liberia\" \"Libyan Arab Jamahiriya\" \"Liechtenstein\" \"Lithuania\" \"Luxembourg\" \"Macao\" \"Macedonia\" \"Madagascar\" \"Malawi\" \"Malaysia\" \"Maldives\" \"Mali\" \"Malta\" \"Marshall Islands\" \"Martinique\" \"Mauritania\" \"Mauritius\" \"Mayotte\" \"Mexico\" \"Micronesia\" \"Moldova\" \"Monaco\" \"Mongolia\" \"Montenegro\" \"Montserrat\" \"Morocco\" \"Mozambique\" \"Myanmar\" \"Namibia\" \"Nauru\" \"Nepal\" \"Netherlands\" \"Netherlands Antilles\" \"New Caledonia\" \"New Zealand\" \"Nicaragua\" \"Niger\" \"Nigeria\" \"Niue\" \"Norfolk Island\" \"Northern Mariana Islands\" \"Norway\" \"Oman\" \"Pakistan\" \"Palau\" \"Palestinian Territory\" \"Panama\" \"Papua New Guinea\" \"Paraguay\" \"Peru\" \"Philippines\" \"Pitcairn Islands\" \"Poland\" \"Portugal\" \"Puerto Rico\" \"Qatar\" \"Reunion\" \"Romania\" \"Russian Federation\" \"Rwanda\" \"Saint Barthelemy\" \"Saint Helena\" \"Saint Kitts and Nevis\" \"Saint Lucia\" \"Saint Martin\" \"Saint Pierre and Miquelon\" \"Saint Vincent and the Grenadines\" \"Samoa\" \"San Marino\" \"Sao Tome and Principe\" \"Saudi Arabia\" \"Senegal\" \"Serbia\" \"Seychelles\" \"Sierra Leone\" \"Singapore\" \"Sint Maarten (Netherlands)\" \"Slovakia (Slovak Republic)\" \"Slovenia\" \"Solomon Islands\" \"Somalia\" \"South Africa\" \"South Georgia & S. Sandwich Islands\" \"Spain\" \"Sri Lanka\" \"Sudan\" \"Suriname\" \"Svalbard & Jan Mayen Islands\" \"Swaziland\" \"Sweden\" \"Switzerland\" \"Syrian Arab Republic\" \"Taiwan\" \"Tajikistan\" \"Tanzania\" \"Thailand\" \"Timor-Leste\" \"Togo\" \"Tokelau\" \"Tonga\" \"Trinidad and Tobago\" \"Tunisia\" \"Turkey\" \"Turkey\" \"Turkmenistan\" \"Turks and Caicos Islands\" \"Tuvalu\" \"U.S. Virgin Islands\" \"U.S. Minor Outlying Islands\" \"Uganda\" \"Ukraine\" \"United Arab Emirates\" \"United Kingdom\" \"United States\" \"Uruguay\" \"Uzbekistan\" \"Vanuatu\" \"Venezuela\" \"Vietnam\" \"Wallis and Futuna\" \"Western Sahara\" \"Yemen\" \"Zambia\" \"Zimbabwe\"]\n </div>\n \n </div>\n \n\n <div class=\"col-sm-12 col-md-12 col-lg-12 text-center\">[submit \"Submit\"]</div>'),(2489,1627,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2490,1627,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:58:\"Subscription Flow <wordpress@staging.subscriptionflow.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2491,1627,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2492,1627,'_additional_settings',''),(2493,1627,'_locale','en_US'),(2494,1630,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2495,1610,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2502,1632,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2503,1633,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2504,1634,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}'),(2505,1635,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2510,1636,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2513,1637,'_wp_attached_file','2019/07/advantages-of-subscription-management-software-1.jpg'),(2514,1637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/07/advantages-of-subscription-management-software-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"advantages-of-subscription-management-software-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"advantages-of-subscription-management-software-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2515,1637,'_wp_attachment_image_alt','advantages of subscription management software'),(2516,1602,'_thumbnail_id','1638'),(2520,1638,'_wp_attached_file','2019/07/subscription-software-advantages.jpg'),(2521,1638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2019/07/subscription-software-advantages.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"subscription-software-advantages-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"subscription-software-advantages-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2539,1627,'_config_errors','a:4:{s:12:\"mail.subject\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:57:\"https://contactform7.com/configuration-errors/maybe-empty\";}}}s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:14:\"mail.recipient\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(2541,1644,'_edit_last','1'),(2542,1644,'_edit_lock','1578037624:1'),(2543,1645,'_wp_attached_file','2019/08/69263747_23843671911210163_7114960367771451392_n.png'),(2544,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/08/69263747_23843671911210163_7114960367771451392_n.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"69263747_23843671911210163_7114960367771451392_n-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"69263747_23843671911210163_7114960367771451392_n-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2545,1645,'_wp_attachment_image_alt','Saas Subscription Software'),(2546,1646,'_wp_attached_file','2019/08/best-saas-subscription-management.jpg'),(2547,1646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:45:\"2019/08/best-saas-subscription-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"best-saas-subscription-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2548,1646,'_wp_attachment_image_alt',''),(2549,1644,'_thumbnail_id','1645'),(2551,1644,'_yoast_wpseo_focuskw','Saas Subscription Software'),(2552,1644,'_yoast_wpseo_title','Manage Subscriptions with Best SaaS Subscription Management Software'),(2553,1644,'_yoast_wpseo_metadesc','Manage Subscriptions as your business scale up with best SaaS subscription management software to stay ahead of your competitiors.'),(2554,1644,'_yoast_wpseo_linkdex','65'),(2555,1644,'_yoast_wpseo_content_score','30'),(2556,1644,'_yoast_wpseo_primary_category','5'),(2557,1644,'article-1553-rating',''),(2558,1644,'article-1553-review-count',''),(2563,1652,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2564,32,'article-1553-rating',''),(2565,32,'article-1553-review-count',''),(2566,1653,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566196483579{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196514587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2567,1654,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196749066{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2568,129,'article-1553-rating',''),(2569,129,'article-1553-review-count',''),(2570,129,'_yoast_wpseo_focuskw','Subscription Billing & Management Solutions By Role'),(2571,129,'_yoast_wpseo_title','Subscription Billing & Management Solutions By Role'),(2572,129,'_yoast_wpseo_linkdex','53'),(2573,1655,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553493465830{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2574,828,'_yoast_wpseo_title','By Industry | SubscriptionFlow'),(2575,828,'article-1553-rating',''),(2576,828,'article-1553-review-count',''),(2577,1656,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2578,1116,'article-1553-rating',''),(2579,1116,'article-1553-review-count',''),(2580,1116,'_yoast_wpseo_focuskw','Recurring Payments Processing'),(2581,1116,'_yoast_wpseo_title','Recurring Payments Processing & Accounting | SubscriptionFlow'),(2582,1116,'_yoast_wpseo_metadesc','Make Recurring Payments Processing Effortless. Use multiple payment methods and accounts for payment processing using SubscriptionFlow built-in software.'),(2583,1116,'_yoast_wpseo_linkdex','63'),(2584,1657,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566197675823{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2585,436,'article-1553-rating',''),(2586,436,'article-1553-review-count',''),(2587,1291,'_yoast_wpseo_title','Pricing Engine | SubscriptionFlow'),(2588,1658,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2589,1458,'_yoast_wpseo_title','Self-service Portal | SubscriptionFlow'),(2590,1502,'_yoast_wpseo_title','Proration Handling | SubscriptionFlow'),(2603,1661,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2604,1662,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n[cf7mls_step cf7mls_step-158]\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(2605,1662,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:58:\"Subscription Flow <wordpress@staging.subscriptionflow.com>\";s:9:\"recipient\";s:12:\"abc@mail.com\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2606,1662,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:58:\"Subscription Flow <wordpress@staging.subscriptionflow.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2607,1662,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2608,1662,'_additional_settings',''),(2609,1662,'_locale','en_US'),(2610,1663,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2611,1664,'_wpb_shortcodes_custom_css','.vc_custom_1565176836188{background-color: #ededed !important;}'),(2616,1668,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2617,1669,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2618,1670,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2619,1671,'_edit_last','1'),(2620,1671,'_edit_lock','1606721617:1'),(2621,1671,'_wp_page_template','default'),(2622,1671,'_wpb_vc_js_status','true'),(2623,1671,'_yoast_wpseo_content_score','30'),(2624,1671,'article-1553-rating',''),(2625,1671,'article-1553-review-count',''),(2626,1673,'_edit_last','1'),(2627,1673,'_edit_lock','1567515357:1'),(2628,1676,'_wp_attached_file','2019/09/002.jpg'),(2629,1676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2019/09/002.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"002-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2630,1676,'_edit_lock','1567574697:1'),(2631,1697,'_edit_last','1'),(2632,1697,'_wp_page_template','default'),(2633,1697,'_wpb_vc_js_status','true'),(2634,1697,'_yoast_wpseo_content_score','30'),(2635,1697,'article-1553-rating',''),(2636,1697,'article-1553-review-count',''),(2637,1697,'_edit_lock','1606722332:1'),(2638,1704,'_edit_last','1'),(2639,1704,'_edit_lock','1606722499:1'),(2640,1704,'_wp_page_template','default'),(2641,1704,'_wpb_vc_js_status','true'),(2642,1704,'_yoast_wpseo_content_score','30'),(2643,1704,'article-1553-rating',''),(2644,1704,'article-1553-review-count',''),(2645,1709,'_edit_last','1'),(2646,1709,'_edit_lock','1567520296:1'),(2647,1713,'_edit_last','1'),(2648,1713,'_edit_lock','1606723944:1'),(2649,1713,'_wp_page_template','default'),(2650,1713,'_wpb_vc_js_status','true'),(2651,1713,'_yoast_wpseo_content_score','30'),(2652,1713,'article-1553-rating',''),(2653,1713,'article-1553-review-count',''),(2654,1718,'_edit_last','1'),(2655,1718,'_edit_lock','1606724216:1'),(2656,1718,'_wp_page_template','default'),(2657,1718,'_wpb_vc_js_status','true'),(2658,1718,'_yoast_wpseo_content_score','30'),(2659,1718,'article-1553-rating',''),(2660,1718,'article-1553-review-count',''),(2690,1743,'_wp_attached_file','2019/09/subscription-management-software-for-educational-institutions.png'),(2691,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:73:\"2019/09/subscription-management-software-for-educational-institutions.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-educational-institutions-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2692,1743,'_wp_attachment_image_alt','subscription management software for educational institutions'),(2693,1745,'_wp_attached_file','2019/09/subscription-management-software-for-it-companies.png'),(2694,1745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:61:\"2019/09/subscription-management-software-for-it-companies.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"subscription-management-software-for-it-companies-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2695,1745,'_wp_attachment_image_alt','Subscription Management Software for IT Business'),(2696,1747,'_edit_last','1'),(2697,1747,'_edit_lock','1606724519:1'),(2698,1747,'_wp_page_template','default'),(2699,1747,'_wpb_vc_js_status','true'),(2700,1747,'_yoast_wpseo_content_score','30'),(2701,1747,'article-1553-rating',''),(2702,1747,'article-1553-review-count',''),(2703,1751,'_edit_last','1'),(2704,1751,'_edit_lock','1606725018:1'),(2705,1751,'_wp_page_template','default'),(2706,1751,'_wpb_vc_js_status','true'),(2707,1751,'_yoast_wpseo_content_score','30'),(2708,1751,'article-1553-rating',''),(2709,1751,'article-1553-review-count',''),(2710,1754,'_edit_last','1'),(2711,1754,'_edit_lock','1606725343:1'),(2715,1754,'_wp_page_template','default'),(2716,1754,'_wpb_vc_js_status','true'),(2717,1754,'_yoast_wpseo_content_score','30'),(2718,1754,'article-1553-rating',''),(2719,1754,'article-1553-review-count',''),(2723,1761,'_edit_last','1'),(2724,1761,'_edit_lock','1611562919:1'),(2725,1761,'_wp_page_template','default'),(2726,1761,'_wpb_vc_js_status','true'),(2727,1761,'_yoast_wpseo_content_score','30'),(2728,1761,'article-1553-rating',''),(2729,1761,'article-1553-review-count',''),(2730,1767,'_wp_attached_file','2019/09/subscription-management-software-for-eCommerce.jpg'),(2731,1767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2019/09/subscription-management-software-for-eCommerce.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"subscription-management-software-for-eCommerce-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2736,1771,'_edit_last','1'),(2737,1771,'_edit_lock','1606725940:1'),(2743,1771,'_wp_page_template','default'),(2744,1771,'_wpb_vc_js_status','true'),(2745,1771,'_yoast_wpseo_content_score','30'),(2746,1771,'article-1553-rating',''),(2747,1771,'article-1553-review-count',''),(2750,1782,'_wp_attached_file','2019/09/5d6e64ce94eb7-removebg-preview-2.png'),(2751,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2019/09/5d6e64ce94eb7-removebg-preview-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"5d6e64ce94eb7-removebg-preview-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"5d6e64ce94eb7-removebg-preview-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2752,1782,'_wp_attachment_image_alt','subscription management software for cleaning business'),(2761,1786,'_wp_attached_file','2019/09/subscription-management-software-for-real-estate.png'),(2762,1786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/09/subscription-management-software-for-real-estate.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"subscription-management-software-for-real-estate-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2763,1786,'_wp_attachment_image_alt','subscription management software for real estate'),(2764,1788,'_wp_attached_file','2019/09/subscription-software-for-food-industry.png'),(2765,1788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/09/subscription-software-for-food-industry.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"subscription-software-for-food-industry-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2766,1788,'_wp_attachment_image_alt','subscription software for food industry'),(2767,1790,'_wp_attached_file','2019/09/Subscription-Software-for-gym-Management-Systems.png'),(2768,1790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2019/09/Subscription-Software-for-gym-Management-Systems.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Subscription-Software-for-gym-Management-Systems-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2769,1790,'_wp_attachment_image_alt','Subscription Software for gym Management Systems'),(2770,1796,'_wp_attached_file','2019/09/Subscription-Management-Software-for-transportation-companies.png'),(2771,1796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:73:\"2019/09/Subscription-Management-Software-for-transportation-companies.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"Subscription-Management-Software-for-transportation-companies-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2772,1796,'_wp_attachment_image_alt','Subscription Management Software for transportation companies'),(2773,1825,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2774,1826,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(2775,1827,'_wp_attached_file','2019/09/Subscription-management-software-for-hospital-management.png'),(2776,1827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/09/Subscription-management-software-for-hospital-management.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-management-software-for-hospital-management-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2777,1827,'_wp_attachment_image_alt','Subscription management software for hospital management'),(2778,1829,'_wp_attached_file','2019/09/Subscription-Management-software-for-insurance-companies.jpg'),(2779,1829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2019/09/Subscription-Management-software-for-insurance-companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-insurance-companies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2780,1829,'_wp_attachment_image_alt','Subscription Management software for insurance companies'),(2781,1831,'_wp_attached_file','2019/09/Subscription-management-software-for-small-business.jpg'),(2782,1831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:63:\"2019/09/Subscription-management-software-for-small-business.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Subscription-management-software-for-small-business-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2783,1831,'_wp_attachment_image_alt','Subscription management software for small business'),(2784,1671,'_yoast_wpseo_title','Subscription Software for Other Industries | Subscription Flow'),(2785,1671,'_yoast_wpseo_metadesc','SubscriptionFlow is helping industries worldwide either you are small business, transporter, health professional or any other business you run.'),(2786,1671,'_yoast_wpseo_focuskw','Other Industries'),(2787,1671,'_yoast_wpseo_linkdex','63'),(2788,1697,'_yoast_wpseo_focuskw','Subscription Management Software for Cleaning Business'),(2789,1697,'_yoast_wpseo_title','Subscription Management Software for Cleaning Business'),(2790,1697,'_yoast_wpseo_metadesc','SubscriptionFlow Subscription Management Software for Cleaning Business can help cleaners to make payments online with safe & secure subscription software.'),(2791,1697,'_yoast_wpseo_linkdex','73'),(2792,1837,'_wp_attached_file','2019/09/5d6f8d7453fe3.png'),(2793,1837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:756;s:4:\"file\";s:25:\"2019/09/5d6f8d7453fe3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d6f8d7453fe3-768x581.png\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2794,1837,'_wp_attachment_image_alt','Cleaning Services'),(2795,1704,'_yoast_wpseo_focuskw','Subscription Management Software for eCommerce'),(2796,1704,'_yoast_wpseo_title','Subscription Management Software for eCommerce'),(2797,1704,'_yoast_wpseo_metadesc','Subscription Management Software for eCommerce Customers can Save time with automatic order placeements with a backend subscription software.'),(2798,1704,'_yoast_wpseo_linkdex','76'),(2799,1843,'_wp_attached_file','2019/09/subscription-software-for-ecommerce.jpg'),(2800,1843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/09/subscription-software-for-ecommerce.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-ecommerce-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2801,1843,'_wp_attachment_image_alt','subscription software for eCommerce'),(2802,1846,'_wp_attached_file','2019/09/subscription-software-for-universities.jpg'),(2803,1846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:632;s:4:\"file\";s:50:\"2019/09/subscription-software-for-universities.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-universities-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2804,1846,'_wp_attachment_image_alt','subscription software for universities'),(2805,1713,'_yoast_wpseo_focuskw','Subscription Management Software for Educational Institutions'),(2806,1713,'_yoast_wpseo_title','Subscription Management Software for Educational Institutions'),(2807,1713,'_yoast_wpseo_metadesc','Subscription Management Software for Educational Institutions can help universities, colleges and schools to automate their recurring payment process.'),(2808,1713,'_yoast_wpseo_linkdex','67'),(2809,1718,'_yoast_wpseo_focuskw','Subscription Management Software for IT Companies'),(2810,1718,'_yoast_wpseo_title','Subscription Management Software for IT Companies'),(2811,1718,'_yoast_wpseo_metadesc','Subscription Management Software for IT Companies will automate your IT company payment processing with a secure & time saving subscription software.'),(2812,1718,'_yoast_wpseo_linkdex','73'),(2813,1849,'_wp_attached_file','2019/09/Subscription-Software-for-IT-Companies.jpg'),(2814,1849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:488;s:4:\"file\";s:50:\"2019/09/Subscription-Software-for-IT-Companies.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Subscription-Software-for-IT-Companies-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2815,1849,'_wp_attachment_image_alt','Subscription Software for IT Companies'),(2816,1747,'_yoast_wpseo_focuskw','Subscription Management Software for Real Estate'),(2817,1747,'_yoast_wpseo_title','Subscription Management Software for Real Estate'),(2818,1747,'_yoast_wpseo_metadesc','Subscription management software for real estate can automate tasks& manage the entire deal cycle through matching listings to negotiations and closing.'),(2819,1747,'_yoast_wpseo_linkdex','75'),(2820,1856,'_wp_attached_file','2019/09/Subscription-software-for-real-estate.jpg'),(2821,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:401;s:4:\"file\";s:49:\"2019/09/Subscription-software-for-real-estate.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Subscription-software-for-real-estate-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2822,1856,'_wp_attachment_image_alt','Subscription software for real estate'),(2823,1858,'_wp_attached_file','2019/09/subscription-software-for-foodindustry.jpg'),(2824,1858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2019/09/subscription-software-for-foodindustry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-foodindustry-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2825,1858,'_wp_attachment_image_alt','subscription software for food industry'),(2826,1751,'_yoast_wpseo_focuskw','Subscription Management Software for Food Industry'),(2827,1751,'_yoast_wpseo_title','Subscription Management Software for Food Industry'),(2828,1751,'_yoast_wpseo_metadesc','Automate your restaurant management system with Best Subscription Management Software for Food Industry & handle subscriptions without hassle.'),(2829,1751,'_yoast_wpseo_linkdex','73'),(2830,1862,'_wp_attached_file','2019/09/subscription-software-for-gym-management.jpg'),(2831,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:52:\"2019/09/subscription-software-for-gym-management.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"subscription-software-for-gym-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2832,1862,'_wp_attachment_image_alt','subscription software for gym management'),(2833,1754,'_yoast_wpseo_focuskw','Subscription Management Software for Gym Management'),(2834,1754,'_yoast_wpseo_title','Subscription Management Software for Gym Management'),(2835,1754,'_yoast_wpseo_metadesc','Subscription management software for gym management is a membership management system that handle your subscriptions automatically without manual effort.'),(2836,1754,'_yoast_wpseo_linkdex','69'),(2837,1867,'_wp_attached_file','2019/09/subscription-software-for-transport-company.jpg'),(2838,1867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:708;s:4:\"file\";s:55:\"2019/09/subscription-software-for-transport-company.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"subscription-software-for-transport-company-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2839,1867,'_wp_attachment_image_alt','subscription software for transport company'),(2840,1771,'_yoast_wpseo_focuskw','Subscription Management Software for Transport Company'),(2841,1771,'_yoast_wpseo_title','Subscription Management Software for Transport Company'),(2842,1771,'_yoast_wpseo_metadesc','Subscription Management Software for Transport Company will help transporters to manage travelers subscriptions online automatically.'),(2843,1771,'_yoast_wpseo_linkdex','73'),(2846,1470,'article-1553-rating',''),(2847,1470,'article-1553-review-count',''),(2849,1392,'article-1553-rating',''),(2850,1392,'article-1553-review-count',''),(2851,1890,'_wp_attached_file','2019/09/5d7113760430a.png'),(2852,1890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/09/5d7113760430a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d7113760430a-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2853,1890,'_wp_attachment_image_alt','Subscription Management Software for Salon'),(2854,1893,'_edit_last','1'),(2855,1893,'_edit_lock','1606894267:1'),(2856,1893,'_wp_page_template','default'),(2857,1893,'_wpb_vc_js_status','true'),(2858,1893,'_yoast_wpseo_content_score','30'),(2859,1893,'article-1553-rating',''),(2860,1893,'article-1553-review-count',''),(2861,1893,'_yoast_wpseo_title','Subscription Management Software for Salons - Billing Software for Salon'),(2862,1893,'_yoast_wpseo_metadesc','Subscription management software for salons will help barbers to manage and schedule customer appointments with automatic backend salon billing software.'),(2863,1893,'_yoast_wpseo_focuskw','Billing Software for Salon'),(2864,1893,'_yoast_wpseo_linkdex','71'),(2865,1897,'_wp_attached_file','2019/09/5d723763eb8a7.jpg'),(2866,1897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:643;s:4:\"file\";s:25:\"2019/09/5d723763eb8a7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d723763eb8a7-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2867,1897,'_wp_attachment_image_alt','Salon billing software'),(2868,1899,'_edit_last','1'),(2869,1899,'_edit_lock','1606980137:1'),(2870,1900,'_wp_attached_file','2019/09/5d72334217a0a.jpg'),(2871,1900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/09/5d72334217a0a.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d72334217a0a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2872,1900,'_wp_attachment_image_alt','Magazine Subscription Management Software'),(2873,1899,'_wp_page_template','default'),(2874,1899,'_wpb_vc_js_status','true'),(2875,1899,'_yoast_wpseo_content_score','30'),(2876,1899,'article-1553-rating',''),(2877,1899,'article-1553-review-count',''),(2878,1903,'_wp_attached_file','2019/09/magazine-subscription-management-software.jpg'),(2879,1903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:520;s:4:\"file\";s:53:\"2019/09/magazine-subscription-management-software.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"magazine-subscription-management-software-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2880,1903,'_wp_attachment_image_alt','Subscription management software for magazine'),(2881,1899,'_yoast_wpseo_focuskw','Subscription Management Software for Enterprises'),(2882,1899,'_yoast_wpseo_title','Subscription Management Software for Enterprises'),(2884,1899,'_yoast_wpseo_linkdex','64'),(2885,1912,'_edit_last','1'),(2886,1912,'_edit_lock','1568707832:1'),(2887,1918,'_wp_attached_file','2019/09/saas-software-a-challenge.jpg'),(2888,1918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/09/saas-software-a-challenge.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"saas-software-a-challenge-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-416x277.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"saas-software-a-challenge-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"saas-software-a-challenge-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2889,1918,'_wp_attachment_image_alt','SaaS Subscription Management Software'),(2890,1919,'_wp_attached_file','2019/09/5d7f91c6c9784.jpg'),(2891,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:25:\"2019/09/5d7f91c6c9784.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5d7f91c6c9784-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-416x234.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d7f91c6c9784-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,1919,'_wp_attachment_image_alt',''),(2893,1912,'_thumbnail_id','1918'),(2895,1912,'_yoast_wpseo_focuskw','SaaS Subscription Software'),(2896,1912,'_yoast_wpseo_title','SaaS Subscription Software, a Challenge for Traditional Management Software'),(2897,1912,'_yoast_wpseo_metadesc','SaaS Subscription Software, a Challenge for Traditional Management Software Can change your business dynamics with features offered never before.'),(2898,1912,'_yoast_wpseo_linkdex','74'),(2899,1912,'_yoast_wpseo_content_score','30'),(2900,1912,'_yoast_wpseo_primary_category','5'),(2901,1912,'article-1553-rating',''),(2902,1912,'article-1553-review-count',''),(2905,1925,'_wp_attached_file','2019/09/ezgif.com-crop.gif'),(2906,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:296;s:6:\"height\";i:322;s:4:\"file\";s:26:\"2019/09/ezgif.com-crop.gif\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ezgif.com-crop-276x300.gif\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2907,1925,'_wp_attachment_image_alt','SaaS Software'),(2914,1932,'_wp_attached_file','2019/09/ezgif.com-video-to-gif-2.gif'),(2915,1932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2019/09/ezgif.com-video-to-gif-2.gif\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-324x324.gif\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/gif\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-416x312.gif\";s:5:\"width\";i:416;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-2-300x225.gif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2919,1936,'_wp_attached_file','2019/09/Subscription_management_software_info-removebg-preview-e1569320560340.png'),(2920,1936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:527;s:6:\"height\";i:475;s:4:\"file\";s:81:\"2019/09/Subscription_management_software_info-removebg-preview-e1569320560340.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"Subscription_management_software_info-removebg-preview-e1569320560340-416x375.png\";s:5:\"width\";i:416;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Subscription_management_software_info-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Subscription_management_software_info-removebg-preview-300x270.png\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2921,846,'_edit_lock','1569320448:1'),(2922,1936,'_edit_lock','1569320449:1'),(2923,1936,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:527;s:6:\"height\";i:475;s:4:\"file\";s:58:\"Subscription_management_software_info-removebg-preview.png\";}}'),(2924,1936,'_edit_last','1'),(2926,1938,'_wp_attached_file','2019/09/SaaS_subscription_management-removebg-preview.png'),(2927,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:479;s:4:\"file\";s:57:\"2019/09/SaaS_subscription_management-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-416x382.png\";s:5:\"width\";i:416;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"SaaS_subscription_management-removebg-preview-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2928,1938,'_wp_attachment_image_alt','SaaS subscription software'),(2930,1940,'_wp_attached_file','2019/09/Saas-removebg-preview.png'),(2931,1940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:523;s:6:\"height\";i:478;s:4:\"file\";s:33:\"2019/09/Saas-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Saas-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-416x380.png\";s:5:\"width\";i:416;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Saas-removebg-preview-300x274.png\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2932,1940,'_wp_attachment_image_alt','Subscription Management'),(2934,1942,'_wp_attached_file','2019/09/Saas_software_as_a_service-removebg-preview.png'),(2935,1942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:481;s:4:\"file\";s:55:\"2019/09/Saas_software_as_a_service-removebg-preview.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-416x386.png\";s:5:\"width\";i:416;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Saas_software_as_a_service-removebg-preview-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2936,1942,'_wp_attachment_image_alt','Subscription Management'),(2941,958,'_wp_attachment_image_alt','SaaS subscription software'),(2942,957,'_wp_attachment_image_alt','Subscription management system'),(2956,1961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413628134{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196514587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2957,1962,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552292677601{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2958,1963,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196573932{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2959,1964,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416575560{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1560259101141{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2960,1965,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1569413721736{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569413834606{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569414549983{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416575560{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1569416804702{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2961,1966,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2962,1967,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2963,1968,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2964,1969,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2965,1970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1566198102692{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(2966,1978,'_edit_last','1'),(2967,1978,'_edit_lock','1596682431:1'),(2968,1978,'_wp_page_template','default'),(2969,1978,'_wpb_vc_js_status','true'),(2970,1978,'_yoast_wpseo_content_score','30'),(2971,1978,'article-1553-rating',''),(2972,1978,'article-1553-review-count',''),(2973,1984,'_wp_attached_file','2019/10/Charity-Subscription-Management-Software.jpg'),(2974,1984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2019/10/Charity-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-416x416.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Charity-Subscription-Management-Software-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2975,1984,'_wp_attachment_image_alt','Charity Subscription Management Software'),(2976,1978,'_yoast_wpseo_focuskw','Subscription Management Software for Nonprofits'),(2977,1978,'_yoast_wpseo_title','Subscription Management Software for Nonprofits'),(2978,1978,'_yoast_wpseo_linkdex','69'),(2979,1978,'_yoast_wpseo_metadesc','Subscription Management Software for Nonprofits can help large scale nonprofits charity organization with reccurring donations management.'),(2981,1997,'_edit_last','1'),(2982,1997,'_edit_lock','1570717539:1'),(2983,1998,'_wp_attached_file','2019/10/5d9f1287ca20e.png'),(2984,1998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/10/5d9f1287ca20e.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5d9f1287ca20e-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-416x277.png\";s:5:\"width\";i:416;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5d9f1287ca20e-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5d9f1287ca20e-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2985,1998,'_wp_attachment_image_alt',''),(2986,1999,'_wp_attached_file','2019/10/how-to-reduce-churn-rate.mp4'),(2987,1999,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:4580468;s:8:\"filesize\";i:7603625;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2988,1997,'_thumbnail_id','1998'),(2990,1997,'_yoast_wpseo_focuskw','Churn Rate'),(2991,1997,'_yoast_wpseo_title','How to Minimize your Churn Rate? | Subscription Flow'),(2992,1997,'_yoast_wpseo_metadesc','Worry about customer Churn See How to Minimize your Churn Rate? with Smart Steps to Improve your Customer Analytics.'),(2993,1997,'_yoast_wpseo_linkdex','73'),(2994,1997,'_yoast_wpseo_content_score','30'),(2995,1997,'_yoast_wpseo_primary_category','5'),(2996,1997,'article-1553-rating',''),(2997,1997,'article-1553-review-count',''),(2998,1997,'enclosure','https://staging.subscriptionflow.com/wp-content/uploads/2019/10/how-to-reduce-churn-rate.mp4\r\n7603625\r\nvideo/mp4\r\n'),(3000,2002,'_form','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Your Name (required)\n [text* your-name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Your Email (required)\n [email* your-email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Phone\n [tel phone id:phone class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\n <label> Company\n [text your-company class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-lg-12\">\n <label> Choose Plan\n [select plan id:plan class:form-control include_blank \"Standard\" \"Enterprise\" \"Ultimate\"]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n <label> Query Type\n [select query-type id:plan class:form-control include_blank \"Info\" \"Support\"]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n <label> Your Message\n [textarea your-message class:form-control]\n </label>\n</div>\n<div class=\"form-group col-lg-12\">\n \n [submit \"Send\"]\n</div>'),(3001,2002,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:46:\"Subscription Flow Customer Query - [your-name]\";s:6:\"sender\";s:33:\"info@staging.subscriptionflow.com\";s:9:\"recipient\";s:27:\"kashif.saleem@techloyce.com\";s:4:\"body\";s:118:\"From: [your-email]\nPlan: [plan]\nQuery Type: [query-type]\nCompany: [your-company]\nPhone: [phone]\n\nQuery:\n[your-message]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(3002,2002,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(3003,2002,'_messages','a:24:{s:12:\"mail_sent_ok\";s:57:\"Thank you for submitting Query, we will contact you soon!\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";s:22:\"iqfix_recaptcha_no_set\";s:40:\"Could not verify the reCaptcha response.\";s:30:\"iqfix_recaptcha_response_empty\";s:39:\"Please verify that you are not a robot.\";}'),(3004,2002,'_additional_settings','skip_mail: on'),(3005,2002,'_locale','en_US'),(3010,2009,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1570790571;}'),(3013,2011,'total_sales','0'),(3014,2011,'_tax_status','taxable'),(3015,2011,'_tax_class',''),(3016,2011,'_manage_stock','no'),(3017,2011,'_backorders','no'),(3018,2011,'_sold_individually','no'),(3019,2011,'_virtual','no'),(3020,2011,'_downloadable','no'),(3021,2011,'_download_limit','0'),(3022,2011,'_download_expiry','0'),(3023,2011,'_stock',NULL),(3024,2011,'_stock_status','instock'),(3025,2011,'_wc_average_rating','0'),(3026,2011,'_wc_review_count','0'),(3027,2011,'_product_version','3.7.1'),(3029,2012,'total_sales','0'),(3030,2012,'_tax_status','taxable'),(3031,2012,'_tax_class',''),(3032,2012,'_manage_stock','no'),(3033,2012,'_backorders','no'),(3034,2012,'_sold_individually','no'),(3035,2012,'_virtual','no'),(3036,2012,'_downloadable','no'),(3037,2012,'_download_limit','0'),(3038,2012,'_download_expiry','0'),(3039,2012,'_stock',NULL),(3040,2012,'_stock_status','instock'),(3041,2012,'_wc_average_rating','0'),(3042,2012,'_wc_review_count','0'),(3043,2012,'_product_version','3.7.1'),(3045,2013,'total_sales','0'),(3046,2013,'_tax_status','taxable'),(3047,2013,'_tax_class',''),(3048,2013,'_manage_stock','no'),(3049,2013,'_backorders','no'),(3050,2013,'_sold_individually','no'),(3051,2013,'_virtual','no'),(3052,2013,'_downloadable','no'),(3053,2013,'_download_limit','0'),(3054,2013,'_download_expiry','0'),(3055,2013,'_stock',NULL),(3056,2013,'_stock_status','instock'),(3057,2013,'_wc_average_rating','0'),(3058,2013,'_wc_review_count','0'),(3059,2013,'_product_version','3.7.1'),(3061,2014,'total_sales','0'),(3062,2014,'_tax_status','taxable'),(3063,2014,'_tax_class',''),(3064,2014,'_manage_stock','no'),(3065,2014,'_backorders','no'),(3066,2014,'_sold_individually','no'),(3067,2014,'_virtual','no'),(3068,2014,'_downloadable','no'),(3069,2014,'_download_limit','0'),(3070,2014,'_download_expiry','0'),(3071,2014,'_stock',NULL),(3072,2014,'_stock_status','instock'),(3073,2014,'_wc_average_rating','0'),(3074,2014,'_wc_review_count','0'),(3075,2014,'_product_version','3.7.1'),(3077,2015,'total_sales','0'),(3078,2015,'_tax_status','taxable'),(3079,2015,'_tax_class','parent'),(3080,2015,'_manage_stock','no'),(3081,2015,'_backorders','no'),(3082,2015,'_sold_individually','no'),(3083,2015,'_virtual','no'),(3084,2015,'_downloadable','no'),(3085,2015,'_download_limit','0'),(3086,2015,'_download_expiry','0'),(3087,2015,'_stock',NULL),(3088,2015,'_stock_status','instock'),(3089,2015,'_wc_average_rating','0'),(3090,2015,'_wc_review_count','0'),(3091,2015,'_product_version','3.7.1'),(3093,2016,'total_sales','0'),(3094,2016,'_tax_status','taxable'),(3095,2016,'_tax_class','parent'),(3096,2016,'_manage_stock','no'),(3097,2016,'_backorders','no'),(3098,2016,'_sold_individually','no'),(3099,2016,'_virtual','no'),(3100,2016,'_downloadable','no'),(3101,2016,'_download_limit','0'),(3102,2016,'_download_expiry','0'),(3103,2016,'_stock',NULL),(3104,2016,'_stock_status','instock'),(3105,2016,'_wc_average_rating','0'),(3106,2016,'_wc_review_count','0'),(3107,2016,'_product_version','3.7.1'),(3109,2017,'total_sales','0'),(3110,2017,'_tax_status','taxable'),(3111,2017,'_tax_class','parent'),(3112,2017,'_manage_stock','no'),(3113,2017,'_backorders','no'),(3114,2017,'_sold_individually','no'),(3115,2017,'_virtual','no'),(3116,2017,'_downloadable','no'),(3117,2017,'_download_limit','0'),(3118,2017,'_download_expiry','0'),(3119,2017,'_stock',NULL),(3120,2017,'_stock_status','instock'),(3121,2017,'_wc_average_rating','0'),(3122,2017,'_wc_review_count','0'),(3123,2017,'_product_version','3.7.1'),(3125,2018,'total_sales','0'),(3126,2018,'_tax_status','taxable'),(3127,2018,'_tax_class','parent'),(3128,2018,'_manage_stock','no'),(3129,2018,'_backorders','no'),(3130,2018,'_sold_individually','no'),(3131,2018,'_virtual','no'),(3132,2018,'_downloadable','no'),(3133,2018,'_download_limit','0'),(3134,2018,'_download_expiry','0'),(3135,2018,'_stock',NULL),(3136,2018,'_stock_status','instock'),(3137,2018,'_wc_average_rating','0'),(3138,2018,'_wc_review_count','0'),(3139,2018,'_product_version','3.7.1'),(3141,2019,'total_sales','0'),(3142,2019,'_tax_status','taxable'),(3143,2019,'_tax_class','parent'),(3144,2019,'_manage_stock','no'),(3145,2019,'_backorders','no'),(3146,2019,'_sold_individually','no'),(3147,2019,'_virtual','no'),(3148,2019,'_downloadable','no'),(3149,2019,'_download_limit','0'),(3150,2019,'_download_expiry','0'),(3151,2019,'_stock',NULL),(3152,2019,'_stock_status','instock'),(3153,2019,'_wc_average_rating','0'),(3154,2019,'_wc_review_count','0'),(3155,2019,'_product_version','3.7.1'),(3157,2020,'total_sales','0'),(3158,2020,'_tax_status','taxable'),(3159,2020,'_tax_class','parent'),(3160,2020,'_manage_stock','no'),(3161,2020,'_backorders','no'),(3162,2020,'_sold_individually','no'),(3163,2020,'_virtual','no'),(3164,2020,'_downloadable','no'),(3165,2020,'_download_limit','0'),(3166,2020,'_download_expiry','0'),(3167,2020,'_stock',NULL),(3168,2020,'_stock_status','instock'),(3169,2020,'_wc_average_rating','0'),(3170,2020,'_wc_review_count','0'),(3171,2020,'_product_version','3.7.1'),(3173,2021,'total_sales','0'),(3174,2021,'_tax_status','taxable'),(3175,2021,'_tax_class','parent'),(3176,2021,'_manage_stock','no'),(3177,2021,'_backorders','no'),(3178,2021,'_sold_individually','no'),(3179,2021,'_virtual','no'),(3180,2021,'_downloadable','no'),(3181,2021,'_download_limit','0'),(3182,2021,'_download_expiry','0'),(3183,2021,'_stock',NULL),(3184,2021,'_stock_status','instock'),(3185,2021,'_wc_average_rating','0'),(3186,2021,'_wc_review_count','0'),(3187,2021,'_product_version','3.7.1'),(3189,2022,'total_sales','0'),(3190,2022,'_tax_status','taxable'),(3191,2022,'_tax_class','parent'),(3192,2022,'_manage_stock','no'),(3193,2022,'_backorders','no'),(3194,2022,'_sold_individually','no'),(3195,2022,'_virtual','no'),(3196,2022,'_downloadable','no'),(3197,2022,'_download_limit','0'),(3198,2022,'_download_expiry','0'),(3199,2022,'_stock',NULL),(3200,2022,'_stock_status','instock'),(3201,2022,'_wc_average_rating','0'),(3202,2022,'_wc_review_count','0'),(3203,2022,'_product_version','3.7.1'),(3205,2023,'total_sales','0'),(3206,2023,'_tax_status','taxable'),(3207,2023,'_tax_class','parent'),(3208,2023,'_manage_stock','no'),(3209,2023,'_backorders','no'),(3210,2023,'_sold_individually','no'),(3211,2023,'_virtual','no'),(3212,2023,'_downloadable','no'),(3213,2023,'_download_limit','0'),(3214,2023,'_download_expiry','0'),(3215,2023,'_stock',NULL),(3216,2023,'_stock_status','instock'),(3217,2023,'_wc_average_rating','0'),(3218,2023,'_wc_review_count','0'),(3219,2023,'_product_version','3.7.1'),(3221,2024,'total_sales','0'),(3222,2024,'_tax_status','taxable'),(3223,2024,'_tax_class','parent'),(3224,2024,'_manage_stock','no'),(3225,2024,'_backorders','no'),(3226,2024,'_sold_individually','no'),(3227,2024,'_virtual','no'),(3228,2024,'_downloadable','no'),(3229,2024,'_download_limit','0'),(3230,2024,'_download_expiry','0'),(3231,2024,'_stock',NULL),(3232,2024,'_stock_status','instock'),(3233,2024,'_wc_average_rating','0'),(3234,2024,'_wc_review_count','0'),(3235,2024,'_product_version','3.7.1'),(3237,2025,'total_sales','0'),(3238,2025,'_tax_status','taxable'),(3239,2025,'_tax_class','parent'),(3240,2025,'_manage_stock','no'),(3241,2025,'_backorders','no'),(3242,2025,'_sold_individually','no'),(3243,2025,'_virtual','no'),(3244,2025,'_downloadable','no'),(3245,2025,'_download_limit','0'),(3246,2025,'_download_expiry','0'),(3247,2025,'_stock',NULL),(3248,2025,'_stock_status','instock'),(3249,2025,'_wc_average_rating','0'),(3250,2025,'_wc_review_count','0'),(3251,2025,'_product_version','3.7.1'),(3253,2026,'total_sales','0'),(3254,2026,'_tax_status','taxable'),(3255,2026,'_tax_class','parent'),(3256,2026,'_manage_stock','no'),(3257,2026,'_backorders','no'),(3258,2026,'_sold_individually','no'),(3259,2026,'_virtual','no'),(3260,2026,'_downloadable','no'),(3261,2026,'_download_limit','0'),(3262,2026,'_download_expiry','0'),(3263,2026,'_stock',NULL),(3264,2026,'_stock_status','instock'),(3265,2026,'_wc_average_rating','0'),(3266,2026,'_wc_review_count','0'),(3267,2026,'_product_version','3.7.1'),(3269,2027,'total_sales','0'),(3270,2027,'_tax_status','taxable'),(3271,2027,'_tax_class','parent'),(3272,2027,'_manage_stock','no'),(3273,2027,'_backorders','no'),(3274,2027,'_sold_individually','no'),(3275,2027,'_virtual','no'),(3276,2027,'_downloadable','no'),(3277,2027,'_download_limit','0'),(3278,2027,'_download_expiry','0'),(3279,2027,'_stock',NULL),(3280,2027,'_stock_status','instock'),(3281,2027,'_wc_average_rating','0'),(3282,2027,'_wc_review_count','0'),(3283,2027,'_product_version','3.7.1'),(3285,2028,'total_sales','0'),(3286,2028,'_tax_status','taxable'),(3287,2028,'_tax_class','parent'),(3288,2028,'_manage_stock','no'),(3289,2028,'_backorders','no'),(3290,2028,'_sold_individually','no'),(3291,2028,'_virtual','no'),(3292,2028,'_downloadable','no'),(3293,2028,'_download_limit','0'),(3294,2028,'_download_expiry','0'),(3295,2028,'_stock',NULL),(3296,2028,'_stock_status','instock'),(3297,2028,'_wc_average_rating','0'),(3298,2028,'_wc_review_count','0'),(3299,2028,'_product_version','3.7.1'),(3301,2029,'total_sales','0'),(3302,2029,'_tax_status','taxable'),(3303,2029,'_tax_class','parent'),(3304,2029,'_manage_stock','no'),(3305,2029,'_backorders','no'),(3306,2029,'_sold_individually','no'),(3307,2029,'_virtual','no'),(3308,2029,'_downloadable','no'),(3309,2029,'_download_limit','0'),(3310,2029,'_download_expiry','0'),(3311,2029,'_stock',NULL),(3312,2029,'_stock_status','instock'),(3313,2029,'_wc_average_rating','0'),(3314,2029,'_wc_review_count','0'),(3315,2029,'_product_version','3.7.1'),(3317,2030,'total_sales','0'),(3318,2030,'_tax_status','taxable'),(3319,2030,'_tax_class','parent'),(3320,2030,'_manage_stock','no'),(3321,2030,'_backorders','no'),(3322,2030,'_sold_individually','no'),(3323,2030,'_virtual','no'),(3324,2030,'_downloadable','no'),(3325,2030,'_download_limit','0'),(3326,2030,'_download_expiry','0'),(3327,2030,'_stock',NULL),(3328,2030,'_stock_status','instock'),(3329,2030,'_wc_average_rating','0'),(3330,2030,'_wc_review_count','0'),(3331,2030,'_product_version','3.7.1'),(3342,2011,'slide_template','default'),(3343,2011,'_yoast_wpseo_primary_product_cat','85'),(3344,2011,'pyre_main_top_padding',''),(3345,2011,'pyre_main_bottom_padding',''),(3346,2011,'pyre_portfolio_width_100','default'),(3347,2011,'pyre_hundredp_padding',''),(3348,2011,'pyre_display_header','yes'),(3349,2011,'pyre_header_100_width','default'),(3350,2011,'pyre_combined_header_bg_color',''),(3351,2011,'pyre_mobile_header_bg_color',''),(3352,2011,'pyre_header_bg',''),(3353,2011,'pyre_header_bg_id',''),(3354,2011,'pyre_header_bg_full','no'),(3355,2011,'pyre_header_bg_repeat','repeat'),(3356,2011,'pyre_displayed_menu','default'),(3357,2011,'pyre_display_footer','default'),(3358,2011,'pyre_display_copyright','default'),(3359,2011,'pyre_footer_100_width','default'),(3360,2011,'pyre_sidebar_position','default'),(3361,2011,'pyre_responsive_sidebar_order',''),(3362,2011,'pyre_sidebar_sticky','default'),(3363,2011,'pyre_sidebar_bg_color',''),(3364,2011,'pyre_slider_type','no'),(3365,2011,'pyre_wooslider','0'),(3366,2011,'pyre_revslider','0'),(3367,2011,'pyre_slider_position','default'),(3368,2011,'pyre_avada_rev_styles','default'),(3369,2011,'pyre_fallback',''),(3370,2011,'pyre_fallback_id',''),(3371,2011,'pyre_demo_slider',''),(3372,2011,'pyre_page_bg_layout','default'),(3373,2011,'pyre_page_bg_color',''),(3374,2011,'pyre_page_bg',''),(3375,2011,'pyre_page_bg_id',''),(3376,2011,'pyre_page_bg_full','no'),(3377,2011,'pyre_page_bg_repeat','default'),(3378,2011,'pyre_wide_page_bg_color',''),(3379,2011,'pyre_wide_page_bg',''),(3380,2011,'pyre_wide_page_bg_id',''),(3381,2011,'pyre_wide_page_bg_full','no'),(3382,2011,'pyre_wide_page_bg_repeat','default'),(3383,2011,'pyre_page_title','default'),(3384,2011,'pyre_page_title_breadcrumbs_search_bar','default'),(3385,2011,'pyre_page_title_text','default'),(3386,2011,'pyre_page_title_text_alignment','default'),(3387,2011,'pyre_page_title_custom_text',''),(3388,2011,'pyre_page_title_text_size',''),(3389,2011,'pyre_page_title_font_color',''),(3390,2011,'pyre_page_title_line_height',''),(3391,2011,'pyre_page_title_custom_subheader',''),(3392,2011,'pyre_page_title_custom_subheader_text_size',''),(3393,2011,'pyre_page_title_subheader_font_color',''),(3394,2011,'pyre_page_title_100_width','default'),(3395,2011,'pyre_page_title_height',''),(3396,2011,'pyre_page_title_mobile_height',''),(3397,2011,'pyre_page_title_bar_bg_color',''),(3398,2011,'pyre_page_title_bar_borders_color',''),(3399,2011,'pyre_page_title_bar_bg',''),(3400,2011,'pyre_page_title_bar_bg_id',''),(3401,2011,'pyre_page_title_bar_bg_retina',''),(3402,2011,'pyre_page_title_bar_bg_retina_id',''),(3403,2011,'pyre_page_title_bar_bg_full','default'),(3404,2011,'pyre_page_title_bg_parallax','default'),(3405,2011,'_yoast_wpseo_content_score','30'),(3406,2011,'_wp_old_slug','import-placeholder-for-3453'),(3407,2011,'_regular_price','122.44'),(3408,2011,'_product_image_gallery','2032,2033'),(3410,2011,'_price','122.44'),(3414,2012,'slide_template','default'),(3415,2012,'_yoast_wpseo_primary_product_cat','85'),(3416,2012,'pyre_main_top_padding',''),(3417,2012,'pyre_main_bottom_padding',''),(3418,2012,'pyre_portfolio_width_100','default'),(3419,2012,'pyre_hundredp_padding',''),(3420,2012,'pyre_display_header','yes'),(3421,2012,'pyre_header_100_width','default'),(3422,2012,'pyre_combined_header_bg_color',''),(3423,2012,'pyre_mobile_header_bg_color',''),(3424,2012,'pyre_header_bg',''),(3425,2012,'pyre_header_bg_id',''),(3426,2012,'pyre_header_bg_full','no'),(3427,2012,'pyre_header_bg_repeat','repeat'),(3428,2012,'pyre_displayed_menu','default'),(3429,2012,'pyre_display_footer','default'),(3430,2012,'pyre_display_copyright','default'),(3431,2012,'pyre_footer_100_width','default'),(3432,2012,'pyre_sidebar_position','default'),(3433,2012,'pyre_responsive_sidebar_order',''),(3434,2012,'pyre_sidebar_sticky','default'),(3435,2012,'pyre_sidebar_bg_color',''),(3436,2012,'pyre_slider_type','no'),(3437,2012,'pyre_wooslider','0'),(3438,2012,'pyre_revslider','0'),(3439,2012,'pyre_slider_position','default'),(3440,2012,'pyre_avada_rev_styles','default'),(3441,2012,'pyre_fallback',''),(3442,2012,'pyre_fallback_id',''),(3443,2012,'pyre_demo_slider',''),(3444,2012,'pyre_page_bg_layout','default'),(3445,2012,'pyre_page_bg_color',''),(3446,2012,'pyre_page_bg',''),(3447,2012,'pyre_page_bg_id',''),(3448,2012,'pyre_page_bg_full','no'),(3449,2012,'pyre_page_bg_repeat','default'),(3450,2012,'pyre_wide_page_bg_color',''),(3451,2012,'pyre_wide_page_bg',''),(3452,2012,'pyre_wide_page_bg_id',''),(3453,2012,'pyre_wide_page_bg_full','no'),(3454,2012,'pyre_wide_page_bg_repeat','default'),(3455,2012,'pyre_page_title','default'),(3456,2012,'pyre_page_title_breadcrumbs_search_bar','default'),(3457,2012,'pyre_page_title_text','default'),(3458,2012,'pyre_page_title_text_alignment','default'),(3459,2012,'pyre_page_title_custom_text',''),(3460,2012,'pyre_page_title_text_size',''),(3461,2012,'pyre_page_title_font_color',''),(3462,2012,'pyre_page_title_line_height',''),(3463,2012,'pyre_page_title_custom_subheader',''),(3464,2012,'pyre_page_title_custom_subheader_text_size',''),(3465,2012,'pyre_page_title_subheader_font_color',''),(3466,2012,'pyre_page_title_100_width','default'),(3467,2012,'pyre_page_title_height',''),(3468,2012,'pyre_page_title_mobile_height',''),(3469,2012,'pyre_page_title_bar_bg_color',''),(3470,2012,'pyre_page_title_bar_borders_color',''),(3471,2012,'pyre_page_title_bar_bg',''),(3472,2012,'pyre_page_title_bar_bg_id',''),(3473,2012,'pyre_page_title_bar_bg_retina',''),(3474,2012,'pyre_page_title_bar_bg_retina_id',''),(3475,2012,'pyre_page_title_bar_bg_full','default'),(3476,2012,'pyre_page_title_bg_parallax','default'),(3477,2012,'_yoast_wpseo_content_score','30'),(3478,2012,'_wp_old_slug','import-placeholder-for-3454'),(3480,2012,'_product_attributes','a:1:{s:19:\"ez-clean-hinge-size\";a:6:{s:4:\"name\";s:19:\"EZ Clean Hinge Size\";s:5:\"value\";s:82:\"Small (Fans 14-22 Inches) | Medium (Fans 22-28 Inches) | Large (Fans 24-34 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3490,2013,'slide_template','default'),(3491,2013,'_yoast_wpseo_primary_product_cat','85'),(3492,2013,'pyre_main_top_padding',''),(3493,2013,'pyre_main_bottom_padding',''),(3494,2013,'pyre_portfolio_width_100','default'),(3495,2013,'pyre_hundredp_padding',''),(3496,2013,'pyre_display_header','yes'),(3497,2013,'pyre_header_100_width','default'),(3498,2013,'pyre_combined_header_bg_color',''),(3499,2013,'pyre_mobile_header_bg_color',''),(3500,2013,'pyre_header_bg',''),(3501,2013,'pyre_header_bg_id',''),(3502,2013,'pyre_header_bg_full','no'),(3503,2013,'pyre_header_bg_repeat','repeat'),(3504,2013,'pyre_displayed_menu','default'),(3505,2013,'pyre_display_footer','default'),(3506,2013,'pyre_display_copyright','default'),(3507,2013,'pyre_footer_100_width','default'),(3508,2013,'pyre_sidebar_position','default'),(3509,2013,'pyre_responsive_sidebar_order',''),(3510,2013,'pyre_sidebar_sticky','default'),(3511,2013,'pyre_sidebar_bg_color',''),(3512,2013,'pyre_slider_type','no'),(3513,2013,'pyre_wooslider','0'),(3514,2013,'pyre_revslider','0'),(3515,2013,'pyre_slider_position','default'),(3516,2013,'pyre_avada_rev_styles','default'),(3517,2013,'pyre_fallback',''),(3518,2013,'pyre_fallback_id',''),(3519,2013,'pyre_demo_slider',''),(3520,2013,'pyre_page_bg_layout','default'),(3521,2013,'pyre_page_bg_color',''),(3522,2013,'pyre_page_bg',''),(3523,2013,'pyre_page_bg_id',''),(3524,2013,'pyre_page_bg_full','no'),(3525,2013,'pyre_page_bg_repeat','default'),(3526,2013,'pyre_wide_page_bg_color',''),(3527,2013,'pyre_wide_page_bg',''),(3528,2013,'pyre_wide_page_bg_id',''),(3529,2013,'pyre_wide_page_bg_full','no'),(3530,2013,'pyre_wide_page_bg_repeat','default'),(3531,2013,'pyre_page_title','default'),(3532,2013,'pyre_page_title_breadcrumbs_search_bar','default'),(3533,2013,'pyre_page_title_text','default'),(3534,2013,'pyre_page_title_text_alignment','default'),(3535,2013,'pyre_page_title_custom_text',''),(3536,2013,'pyre_page_title_text_size',''),(3537,2013,'pyre_page_title_font_color',''),(3538,2013,'pyre_page_title_line_height',''),(3539,2013,'pyre_page_title_custom_subheader',''),(3540,2013,'pyre_page_title_custom_subheader_text_size',''),(3541,2013,'pyre_page_title_subheader_font_color',''),(3542,2013,'pyre_page_title_100_width','default'),(3543,2013,'pyre_page_title_height',''),(3544,2013,'pyre_page_title_mobile_height',''),(3545,2013,'pyre_page_title_bar_bg_color',''),(3546,2013,'pyre_page_title_bar_borders_color',''),(3547,2013,'pyre_page_title_bar_bg',''),(3548,2013,'pyre_page_title_bar_bg_id',''),(3549,2013,'pyre_page_title_bar_bg_retina',''),(3550,2013,'pyre_page_title_bar_bg_retina_id',''),(3551,2013,'pyre_page_title_bar_bg_full','default'),(3552,2013,'pyre_page_title_bg_parallax','default'),(3553,2013,'_yoast_wpseo_content_score','30'),(3554,2013,'_wp_old_slug','import-placeholder-for-3459'),(3555,2013,'_product_image_gallery','2036,2037'),(3557,2013,'_product_attributes','a:1:{s:26:\"quick-fit-super-hinge-size\";a:6:{s:4:\"name\";s:26:\"Quick Fit Super Hinge Size\";s:5:\"value\";s:152:\"12\" (Fans 8-12 Inches) | 18\" (Fans 12-18 Inches) | 24\" (Fans 18-28 Inches) | 30\" (Fans 24-36 Inches) | 36\" (Fans 30-45 Inches) | 42\" (Fans 36-54 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3567,2014,'slide_template','default'),(3568,2014,'_yoast_wpseo_primary_product_cat','85'),(3569,2014,'pyre_main_top_padding',''),(3570,2014,'pyre_main_bottom_padding',''),(3571,2014,'pyre_portfolio_width_100','default'),(3572,2014,'pyre_hundredp_padding',''),(3573,2014,'pyre_display_header','yes'),(3574,2014,'pyre_header_100_width','default'),(3575,2014,'pyre_combined_header_bg_color',''),(3576,2014,'pyre_mobile_header_bg_color',''),(3577,2014,'pyre_header_bg',''),(3578,2014,'pyre_header_bg_id',''),(3579,2014,'pyre_header_bg_full','no'),(3580,2014,'pyre_header_bg_repeat','repeat'),(3581,2014,'pyre_displayed_menu','default'),(3582,2014,'pyre_display_footer','default'),(3583,2014,'pyre_display_copyright','default'),(3584,2014,'pyre_footer_100_width','default'),(3585,2014,'pyre_sidebar_position','default'),(3586,2014,'pyre_responsive_sidebar_order',''),(3587,2014,'pyre_sidebar_sticky','default'),(3588,2014,'pyre_sidebar_bg_color',''),(3589,2014,'pyre_slider_type','no'),(3590,2014,'pyre_wooslider','0'),(3591,2014,'pyre_revslider','0'),(3592,2014,'pyre_slider_position','default'),(3593,2014,'pyre_avada_rev_styles','default'),(3594,2014,'pyre_fallback',''),(3595,2014,'pyre_fallback_id',''),(3596,2014,'pyre_demo_slider',''),(3597,2014,'pyre_page_bg_layout','default'),(3598,2014,'pyre_page_bg_color',''),(3599,2014,'pyre_page_bg',''),(3600,2014,'pyre_page_bg_id',''),(3601,2014,'pyre_page_bg_full','no'),(3602,2014,'pyre_page_bg_repeat','default'),(3603,2014,'pyre_wide_page_bg_color',''),(3604,2014,'pyre_wide_page_bg',''),(3605,2014,'pyre_wide_page_bg_id',''),(3606,2014,'pyre_wide_page_bg_full','no'),(3607,2014,'pyre_wide_page_bg_repeat','default'),(3608,2014,'pyre_page_title','default'),(3609,2014,'pyre_page_title_breadcrumbs_search_bar','default'),(3610,2014,'pyre_page_title_text','default'),(3611,2014,'pyre_page_title_text_alignment','default'),(3612,2014,'pyre_page_title_custom_text',''),(3613,2014,'pyre_page_title_text_size',''),(3614,2014,'pyre_page_title_font_color',''),(3615,2014,'pyre_page_title_line_height',''),(3616,2014,'pyre_page_title_custom_subheader',''),(3617,2014,'pyre_page_title_custom_subheader_text_size',''),(3618,2014,'pyre_page_title_subheader_font_color',''),(3619,2014,'pyre_page_title_100_width','default'),(3620,2014,'pyre_page_title_height',''),(3621,2014,'pyre_page_title_mobile_height',''),(3622,2014,'pyre_page_title_bar_bg_color',''),(3623,2014,'pyre_page_title_bar_borders_color',''),(3624,2014,'pyre_page_title_bar_bg',''),(3625,2014,'pyre_page_title_bar_bg_id',''),(3626,2014,'pyre_page_title_bar_bg_retina',''),(3627,2014,'pyre_page_title_bar_bg_retina_id',''),(3628,2014,'pyre_page_title_bar_bg_full','default'),(3629,2014,'pyre_page_title_bg_parallax','default'),(3630,2014,'_yoast_wpseo_content_score','30'),(3631,2014,'_wp_old_slug','import-placeholder-for-3477'),(3632,2014,'_product_image_gallery','2039,2040'),(3634,2014,'_product_attributes','a:1:{s:25:\"standard-super-hinge-size\";a:6:{s:4:\"name\";s:25:\"Standard Super Hinge Size\";s:5:\"value\";s:179:\"14\" (Fans 10-15 Inches) | 18\" (Fans 12-18 Inches) | 24\" (Fans 18-27 Inches) | 30\" (Fans 24-36 Inches) | 36\" (Fans 30-45 Inches) | 42\" (Fans 36-54 Inches) | 48\" (Fans 42-63 Inches)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(3635,2015,'slide_template',''),(3636,2015,'_yoast_wpseo_primary_product_cat',''),(3637,2015,'pyre_main_top_padding',''),(3638,2015,'pyre_main_bottom_padding',''),(3639,2015,'pyre_portfolio_width_100',''),(3640,2015,'pyre_hundredp_padding',''),(3641,2015,'pyre_display_header',''),(3642,2015,'pyre_header_100_width',''),(3643,2015,'pyre_combined_header_bg_color',''),(3644,2015,'pyre_mobile_header_bg_color',''),(3645,2015,'pyre_header_bg',''),(3646,2015,'pyre_header_bg_id',''),(3647,2015,'pyre_header_bg_full',''),(3648,2015,'pyre_header_bg_repeat',''),(3649,2015,'pyre_displayed_menu',''),(3650,2015,'pyre_display_footer',''),(3651,2015,'pyre_display_copyright',''),(3652,2015,'pyre_footer_100_width',''),(3653,2015,'pyre_sidebar_position',''),(3654,2015,'pyre_responsive_sidebar_order',''),(3655,2015,'pyre_sidebar_sticky',''),(3656,2015,'pyre_sidebar_bg_color',''),(3657,2015,'pyre_slider_type',''),(3658,2015,'pyre_wooslider',''),(3659,2015,'pyre_revslider',''),(3660,2015,'pyre_slider_position',''),(3661,2015,'pyre_avada_rev_styles',''),(3662,2015,'pyre_fallback',''),(3663,2015,'pyre_fallback_id',''),(3664,2015,'pyre_demo_slider',''),(3665,2015,'pyre_page_bg_layout',''),(3666,2015,'pyre_page_bg_color',''),(3667,2015,'pyre_page_bg',''),(3668,2015,'pyre_page_bg_id',''),(3669,2015,'pyre_page_bg_full',''),(3670,2015,'pyre_page_bg_repeat',''),(3671,2015,'pyre_wide_page_bg_color',''),(3672,2015,'pyre_wide_page_bg',''),(3673,2015,'pyre_wide_page_bg_id',''),(3674,2015,'pyre_wide_page_bg_full',''),(3675,2015,'pyre_wide_page_bg_repeat',''),(3676,2015,'pyre_page_title',''),(3677,2015,'pyre_page_title_breadcrumbs_search_bar',''),(3678,2015,'pyre_page_title_text',''),(3679,2015,'pyre_page_title_text_alignment',''),(3680,2015,'pyre_page_title_custom_text',''),(3681,2015,'pyre_page_title_text_size',''),(3682,2015,'pyre_page_title_font_color',''),(3683,2015,'pyre_page_title_line_height',''),(3684,2015,'pyre_page_title_custom_subheader',''),(3685,2015,'pyre_page_title_custom_subheader_text_size',''),(3686,2015,'pyre_page_title_subheader_font_color',''),(3687,2015,'pyre_page_title_100_width',''),(3688,2015,'pyre_page_title_height',''),(3689,2015,'pyre_page_title_mobile_height',''),(3690,2015,'pyre_page_title_bar_bg_color',''),(3691,2015,'pyre_page_title_bar_borders_color',''),(3692,2015,'pyre_page_title_bar_bg',''),(3693,2015,'pyre_page_title_bar_bg_id',''),(3694,2015,'pyre_page_title_bar_bg_retina',''),(3695,2015,'pyre_page_title_bar_bg_retina_id',''),(3696,2015,'pyre_page_title_bar_bg_full',''),(3697,2015,'pyre_page_title_bg_parallax',''),(3698,2015,'_yoast_wpseo_content_score',''),(3699,2015,'_wp_old_slug','import-placeholder-for-3457'),(3700,2015,'_variation_description',''),(3701,2015,'_regular_price','966.55'),(3702,2015,'attribute_ez-clean-hinge-size','Large (Fans 24-34 Inches)'),(3703,2015,'_price','966.55'),(3704,2016,'slide_template',''),(3705,2016,'_yoast_wpseo_primary_product_cat',''),(3706,2016,'pyre_main_top_padding',''),(3707,2016,'pyre_main_bottom_padding',''),(3708,2016,'pyre_portfolio_width_100',''),(3709,2016,'pyre_hundredp_padding',''),(3710,2016,'pyre_display_header',''),(3711,2016,'pyre_header_100_width',''),(3712,2016,'pyre_combined_header_bg_color',''),(3713,2016,'pyre_mobile_header_bg_color',''),(3714,2016,'pyre_header_bg',''),(3715,2016,'pyre_header_bg_id',''),(3716,2016,'pyre_header_bg_full',''),(3717,2016,'pyre_header_bg_repeat',''),(3718,2016,'pyre_displayed_menu',''),(3719,2016,'pyre_display_footer',''),(3720,2016,'pyre_display_copyright',''),(3721,2016,'pyre_footer_100_width',''),(3722,2016,'pyre_sidebar_position',''),(3723,2016,'pyre_responsive_sidebar_order',''),(3724,2016,'pyre_sidebar_sticky',''),(3725,2016,'pyre_sidebar_bg_color',''),(3726,2016,'pyre_slider_type',''),(3727,2016,'pyre_wooslider',''),(3728,2016,'pyre_revslider',''),(3729,2016,'pyre_slider_position',''),(3730,2016,'pyre_avada_rev_styles',''),(3731,2016,'pyre_fallback',''),(3732,2016,'pyre_fallback_id',''),(3733,2016,'pyre_demo_slider',''),(3734,2016,'pyre_page_bg_layout',''),(3735,2016,'pyre_page_bg_color',''),(3736,2016,'pyre_page_bg',''),(3737,2016,'pyre_page_bg_id',''),(3738,2016,'pyre_page_bg_full',''),(3739,2016,'pyre_page_bg_repeat',''),(3740,2016,'pyre_wide_page_bg_color',''),(3741,2016,'pyre_wide_page_bg',''),(3742,2016,'pyre_wide_page_bg_id',''),(3743,2016,'pyre_wide_page_bg_full',''),(3744,2016,'pyre_wide_page_bg_repeat',''),(3745,2016,'pyre_page_title',''),(3746,2016,'pyre_page_title_breadcrumbs_search_bar',''),(3747,2016,'pyre_page_title_text',''),(3748,2016,'pyre_page_title_text_alignment',''),(3749,2016,'pyre_page_title_custom_text',''),(3750,2016,'pyre_page_title_text_size',''),(3751,2016,'pyre_page_title_font_color',''),(3752,2016,'pyre_page_title_line_height',''),(3753,2016,'pyre_page_title_custom_subheader',''),(3754,2016,'pyre_page_title_custom_subheader_text_size',''),(3755,2016,'pyre_page_title_subheader_font_color',''),(3756,2016,'pyre_page_title_100_width',''),(3757,2016,'pyre_page_title_height',''),(3758,2016,'pyre_page_title_mobile_height',''),(3759,2016,'pyre_page_title_bar_bg_color',''),(3760,2016,'pyre_page_title_bar_borders_color',''),(3761,2016,'pyre_page_title_bar_bg',''),(3762,2016,'pyre_page_title_bar_bg_id',''),(3763,2016,'pyre_page_title_bar_bg_retina',''),(3764,2016,'pyre_page_title_bar_bg_retina_id',''),(3765,2016,'pyre_page_title_bar_bg_full',''),(3766,2016,'pyre_page_title_bg_parallax',''),(3767,2016,'_yoast_wpseo_content_score',''),(3768,2016,'_wp_old_slug','import-placeholder-for-3456'),(3769,2016,'_variation_description',''),(3770,2016,'_regular_price','820.06'),(3771,2016,'attribute_ez-clean-hinge-size','Medium (Fans 22-28 Inches)'),(3772,2016,'_price','820.06'),(3773,2017,'slide_template',''),(3774,2017,'_yoast_wpseo_primary_product_cat',''),(3775,2017,'pyre_main_top_padding',''),(3776,2017,'pyre_main_bottom_padding',''),(3777,2017,'pyre_portfolio_width_100',''),(3778,2017,'pyre_hundredp_padding',''),(3779,2017,'pyre_display_header',''),(3780,2017,'pyre_header_100_width',''),(3781,2017,'pyre_combined_header_bg_color',''),(3782,2017,'pyre_mobile_header_bg_color',''),(3783,2017,'pyre_header_bg',''),(3784,2017,'pyre_header_bg_id',''),(3785,2017,'pyre_header_bg_full',''),(3786,2017,'pyre_header_bg_repeat',''),(3787,2017,'pyre_displayed_menu',''),(3788,2017,'pyre_display_footer',''),(3789,2017,'pyre_display_copyright',''),(3790,2017,'pyre_footer_100_width',''),(3791,2017,'pyre_sidebar_position',''),(3792,2017,'pyre_responsive_sidebar_order',''),(3793,2017,'pyre_sidebar_sticky',''),(3794,2017,'pyre_sidebar_bg_color',''),(3795,2017,'pyre_slider_type',''),(3796,2017,'pyre_wooslider',''),(3797,2017,'pyre_revslider',''),(3798,2017,'pyre_slider_position',''),(3799,2017,'pyre_avada_rev_styles',''),(3800,2017,'pyre_fallback',''),(3801,2017,'pyre_fallback_id',''),(3802,2017,'pyre_demo_slider',''),(3803,2017,'pyre_page_bg_layout',''),(3804,2017,'pyre_page_bg_color',''),(3805,2017,'pyre_page_bg',''),(3806,2017,'pyre_page_bg_id',''),(3807,2017,'pyre_page_bg_full',''),(3808,2017,'pyre_page_bg_repeat',''),(3809,2017,'pyre_wide_page_bg_color',''),(3810,2017,'pyre_wide_page_bg',''),(3811,2017,'pyre_wide_page_bg_id',''),(3812,2017,'pyre_wide_page_bg_full',''),(3813,2017,'pyre_wide_page_bg_repeat',''),(3814,2017,'pyre_page_title',''),(3815,2017,'pyre_page_title_breadcrumbs_search_bar',''),(3816,2017,'pyre_page_title_text',''),(3817,2017,'pyre_page_title_text_alignment',''),(3818,2017,'pyre_page_title_custom_text',''),(3819,2017,'pyre_page_title_text_size',''),(3820,2017,'pyre_page_title_font_color',''),(3821,2017,'pyre_page_title_line_height',''),(3822,2017,'pyre_page_title_custom_subheader',''),(3823,2017,'pyre_page_title_custom_subheader_text_size',''),(3824,2017,'pyre_page_title_subheader_font_color',''),(3825,2017,'pyre_page_title_100_width',''),(3826,2017,'pyre_page_title_height',''),(3827,2017,'pyre_page_title_mobile_height',''),(3828,2017,'pyre_page_title_bar_bg_color',''),(3829,2017,'pyre_page_title_bar_borders_color',''),(3830,2017,'pyre_page_title_bar_bg',''),(3831,2017,'pyre_page_title_bar_bg_id',''),(3832,2017,'pyre_page_title_bar_bg_retina',''),(3833,2017,'pyre_page_title_bar_bg_retina_id',''),(3834,2017,'pyre_page_title_bar_bg_full',''),(3835,2017,'pyre_page_title_bg_parallax',''),(3836,2017,'_yoast_wpseo_content_score',''),(3837,2017,'_wp_old_slug','import-placeholder-for-3455'),(3838,2017,'_variation_description',''),(3839,2017,'_regular_price','627.10'),(3840,2017,'attribute_ez-clean-hinge-size','Small (Fans 14-22 Inches)'),(3841,2017,'_price','627.10'),(3842,2018,'slide_template',''),(3843,2018,'_yoast_wpseo_primary_product_cat',''),(3844,2018,'pyre_main_top_padding',''),(3845,2018,'pyre_main_bottom_padding',''),(3846,2018,'pyre_portfolio_width_100',''),(3847,2018,'pyre_hundredp_padding',''),(3848,2018,'pyre_display_header',''),(3849,2018,'pyre_header_100_width',''),(3850,2018,'pyre_combined_header_bg_color',''),(3851,2018,'pyre_mobile_header_bg_color',''),(3852,2018,'pyre_header_bg',''),(3853,2018,'pyre_header_bg_id',''),(3854,2018,'pyre_header_bg_full',''),(3855,2018,'pyre_header_bg_repeat',''),(3856,2018,'pyre_displayed_menu',''),(3857,2018,'pyre_display_footer',''),(3858,2018,'pyre_display_copyright',''),(3859,2018,'pyre_footer_100_width',''),(3860,2018,'pyre_sidebar_position',''),(3861,2018,'pyre_responsive_sidebar_order',''),(3862,2018,'pyre_sidebar_sticky',''),(3863,2018,'pyre_sidebar_bg_color',''),(3864,2018,'pyre_slider_type',''),(3865,2018,'pyre_wooslider',''),(3866,2018,'pyre_revslider',''),(3867,2018,'pyre_slider_position',''),(3868,2018,'pyre_avada_rev_styles',''),(3869,2018,'pyre_fallback',''),(3870,2018,'pyre_fallback_id',''),(3871,2018,'pyre_demo_slider',''),(3872,2018,'pyre_page_bg_layout',''),(3873,2018,'pyre_page_bg_color',''),(3874,2018,'pyre_page_bg',''),(3875,2018,'pyre_page_bg_id',''),(3876,2018,'pyre_page_bg_full',''),(3877,2018,'pyre_page_bg_repeat',''),(3878,2018,'pyre_wide_page_bg_color',''),(3879,2018,'pyre_wide_page_bg',''),(3880,2018,'pyre_wide_page_bg_id',''),(3881,2018,'pyre_wide_page_bg_full',''),(3882,2018,'pyre_wide_page_bg_repeat',''),(3883,2018,'pyre_page_title',''),(3884,2018,'pyre_page_title_breadcrumbs_search_bar',''),(3885,2018,'pyre_page_title_text',''),(3886,2018,'pyre_page_title_text_alignment',''),(3887,2018,'pyre_page_title_custom_text',''),(3888,2018,'pyre_page_title_text_size',''),(3889,2018,'pyre_page_title_font_color',''),(3890,2018,'pyre_page_title_line_height',''),(3891,2018,'pyre_page_title_custom_subheader',''),(3892,2018,'pyre_page_title_custom_subheader_text_size',''),(3893,2018,'pyre_page_title_subheader_font_color',''),(3894,2018,'pyre_page_title_100_width',''),(3895,2018,'pyre_page_title_height',''),(3896,2018,'pyre_page_title_mobile_height',''),(3897,2018,'pyre_page_title_bar_bg_color',''),(3898,2018,'pyre_page_title_bar_borders_color',''),(3899,2018,'pyre_page_title_bar_bg',''),(3900,2018,'pyre_page_title_bar_bg_id',''),(3901,2018,'pyre_page_title_bar_bg_retina',''),(3902,2018,'pyre_page_title_bar_bg_retina_id',''),(3903,2018,'pyre_page_title_bar_bg_full',''),(3904,2018,'pyre_page_title_bg_parallax',''),(3905,2018,'_yoast_wpseo_content_score',''),(3906,2018,'_wp_old_slug','import-placeholder-for-3471'),(3907,2018,'_variation_description',''),(3908,2018,'_regular_price','536.73'),(3909,2018,'attribute_quick-fit-super-hinge-size','42\" (Fans 36-54 Inches)'),(3910,2018,'_price','536.73'),(3911,2019,'slide_template',''),(3912,2019,'_yoast_wpseo_primary_product_cat',''),(3913,2019,'pyre_main_top_padding',''),(3914,2019,'pyre_main_bottom_padding',''),(3915,2019,'pyre_portfolio_width_100',''),(3916,2019,'pyre_hundredp_padding',''),(3917,2019,'pyre_display_header',''),(3918,2019,'pyre_header_100_width',''),(3919,2019,'pyre_combined_header_bg_color',''),(3920,2019,'pyre_mobile_header_bg_color',''),(3921,2019,'pyre_header_bg',''),(3922,2019,'pyre_header_bg_id',''),(3923,2019,'pyre_header_bg_full',''),(3924,2019,'pyre_header_bg_repeat',''),(3925,2019,'pyre_displayed_menu',''),(3926,2019,'pyre_display_footer',''),(3927,2019,'pyre_display_copyright',''),(3928,2019,'pyre_footer_100_width',''),(3929,2019,'pyre_sidebar_position',''),(3930,2019,'pyre_responsive_sidebar_order',''),(3931,2019,'pyre_sidebar_sticky',''),(3932,2019,'pyre_sidebar_bg_color',''),(3933,2019,'pyre_slider_type',''),(3934,2019,'pyre_wooslider',''),(3935,2019,'pyre_revslider',''),(3936,2019,'pyre_slider_position',''),(3937,2019,'pyre_avada_rev_styles',''),(3938,2019,'pyre_fallback',''),(3939,2019,'pyre_fallback_id',''),(3940,2019,'pyre_demo_slider',''),(3941,2019,'pyre_page_bg_layout',''),(3942,2019,'pyre_page_bg_color',''),(3943,2019,'pyre_page_bg',''),(3944,2019,'pyre_page_bg_id',''),(3945,2019,'pyre_page_bg_full',''),(3946,2019,'pyre_page_bg_repeat',''),(3947,2019,'pyre_wide_page_bg_color',''),(3948,2019,'pyre_wide_page_bg',''),(3949,2019,'pyre_wide_page_bg_id',''),(3950,2019,'pyre_wide_page_bg_full',''),(3951,2019,'pyre_wide_page_bg_repeat',''),(3952,2019,'pyre_page_title',''),(3953,2019,'pyre_page_title_breadcrumbs_search_bar',''),(3954,2019,'pyre_page_title_text',''),(3955,2019,'pyre_page_title_text_alignment',''),(3956,2019,'pyre_page_title_custom_text',''),(3957,2019,'pyre_page_title_text_size',''),(3958,2019,'pyre_page_title_font_color',''),(3959,2019,'pyre_page_title_line_height',''),(3960,2019,'pyre_page_title_custom_subheader',''),(3961,2019,'pyre_page_title_custom_subheader_text_size',''),(3962,2019,'pyre_page_title_subheader_font_color',''),(3963,2019,'pyre_page_title_100_width',''),(3964,2019,'pyre_page_title_height',''),(3965,2019,'pyre_page_title_mobile_height',''),(3966,2019,'pyre_page_title_bar_bg_color',''),(3967,2019,'pyre_page_title_bar_borders_color',''),(3968,2019,'pyre_page_title_bar_bg',''),(3969,2019,'pyre_page_title_bar_bg_id',''),(3970,2019,'pyre_page_title_bar_bg_retina',''),(3971,2019,'pyre_page_title_bar_bg_retina_id',''),(3972,2019,'pyre_page_title_bar_bg_full',''),(3973,2019,'pyre_page_title_bg_parallax',''),(3974,2019,'_yoast_wpseo_content_score',''),(3975,2019,'_wp_old_slug','import-placeholder-for-3470'),(3976,2019,'_variation_description',''),(3977,2019,'_regular_price','463.99'),(3978,2019,'attribute_quick-fit-super-hinge-size','36\" (Fans 30-45 Inches)'),(3979,2019,'_price','463.99'),(3980,2020,'slide_template',''),(3981,2020,'_yoast_wpseo_primary_product_cat',''),(3982,2020,'pyre_main_top_padding',''),(3983,2020,'pyre_main_bottom_padding',''),(3984,2020,'pyre_portfolio_width_100',''),(3985,2020,'pyre_hundredp_padding',''),(3986,2020,'pyre_display_header',''),(3987,2020,'pyre_header_100_width',''),(3988,2020,'pyre_combined_header_bg_color',''),(3989,2020,'pyre_mobile_header_bg_color',''),(3990,2020,'pyre_header_bg',''),(3991,2020,'pyre_header_bg_id',''),(3992,2020,'pyre_header_bg_full',''),(3993,2020,'pyre_header_bg_repeat',''),(3994,2020,'pyre_displayed_menu',''),(3995,2020,'pyre_display_footer',''),(3996,2020,'pyre_display_copyright',''),(3997,2020,'pyre_footer_100_width',''),(3998,2020,'pyre_sidebar_position',''),(3999,2020,'pyre_responsive_sidebar_order',''),(4000,2020,'pyre_sidebar_sticky',''),(4001,2020,'pyre_sidebar_bg_color',''),(4002,2020,'pyre_slider_type',''),(4003,2020,'pyre_wooslider',''),(4004,2020,'pyre_revslider',''),(4005,2020,'pyre_slider_position',''),(4006,2020,'pyre_avada_rev_styles',''),(4007,2020,'pyre_fallback',''),(4008,2020,'pyre_fallback_id',''),(4009,2020,'pyre_demo_slider',''),(4010,2020,'pyre_page_bg_layout',''),(4011,2020,'pyre_page_bg_color',''),(4012,2020,'pyre_page_bg',''),(4013,2020,'pyre_page_bg_id',''),(4014,2020,'pyre_page_bg_full',''),(4015,2020,'pyre_page_bg_repeat',''),(4016,2020,'pyre_wide_page_bg_color',''),(4017,2020,'pyre_wide_page_bg',''),(4018,2020,'pyre_wide_page_bg_id',''),(4019,2020,'pyre_wide_page_bg_full',''),(4020,2020,'pyre_wide_page_bg_repeat',''),(4021,2020,'pyre_page_title',''),(4022,2020,'pyre_page_title_breadcrumbs_search_bar',''),(4023,2020,'pyre_page_title_text',''),(4024,2020,'pyre_page_title_text_alignment',''),(4025,2020,'pyre_page_title_custom_text',''),(4026,2020,'pyre_page_title_text_size',''),(4027,2020,'pyre_page_title_font_color',''),(4028,2020,'pyre_page_title_line_height',''),(4029,2020,'pyre_page_title_custom_subheader',''),(4030,2020,'pyre_page_title_custom_subheader_text_size',''),(4031,2020,'pyre_page_title_subheader_font_color',''),(4032,2020,'pyre_page_title_100_width',''),(4033,2020,'pyre_page_title_height',''),(4034,2020,'pyre_page_title_mobile_height',''),(4035,2020,'pyre_page_title_bar_bg_color',''),(4036,2020,'pyre_page_title_bar_borders_color',''),(4037,2020,'pyre_page_title_bar_bg',''),(4038,2020,'pyre_page_title_bar_bg_id',''),(4039,2020,'pyre_page_title_bar_bg_retina',''),(4040,2020,'pyre_page_title_bar_bg_retina_id',''),(4041,2020,'pyre_page_title_bar_bg_full',''),(4042,2020,'pyre_page_title_bg_parallax',''),(4043,2020,'_yoast_wpseo_content_score',''),(4044,2020,'_wp_old_slug','import-placeholder-for-3469'),(4045,2020,'_variation_description',''),(4046,2020,'_regular_price','421.71'),(4047,2020,'attribute_quick-fit-super-hinge-size','30\" (Fans 24-36 Inches)'),(4048,2020,'_price','421.71'),(4049,2021,'slide_template',''),(4050,2021,'_yoast_wpseo_primary_product_cat',''),(4051,2021,'pyre_main_top_padding',''),(4052,2021,'pyre_main_bottom_padding',''),(4053,2021,'pyre_portfolio_width_100',''),(4054,2021,'pyre_hundredp_padding',''),(4055,2021,'pyre_display_header',''),(4056,2021,'pyre_header_100_width',''),(4057,2021,'pyre_combined_header_bg_color',''),(4058,2021,'pyre_mobile_header_bg_color',''),(4059,2021,'pyre_header_bg',''),(4060,2021,'pyre_header_bg_id',''),(4061,2021,'pyre_header_bg_full',''),(4062,2021,'pyre_header_bg_repeat',''),(4063,2021,'pyre_displayed_menu',''),(4064,2021,'pyre_display_footer',''),(4065,2021,'pyre_display_copyright',''),(4066,2021,'pyre_footer_100_width',''),(4067,2021,'pyre_sidebar_position',''),(4068,2021,'pyre_responsive_sidebar_order',''),(4069,2021,'pyre_sidebar_sticky',''),(4070,2021,'pyre_sidebar_bg_color',''),(4071,2021,'pyre_slider_type',''),(4072,2021,'pyre_wooslider',''),(4073,2021,'pyre_revslider',''),(4074,2021,'pyre_slider_position',''),(4075,2021,'pyre_avada_rev_styles',''),(4076,2021,'pyre_fallback',''),(4077,2021,'pyre_fallback_id',''),(4078,2021,'pyre_demo_slider',''),(4079,2021,'pyre_page_bg_layout',''),(4080,2021,'pyre_page_bg_color',''),(4081,2021,'pyre_page_bg',''),(4082,2021,'pyre_page_bg_id',''),(4083,2021,'pyre_page_bg_full',''),(4084,2021,'pyre_page_bg_repeat',''),(4085,2021,'pyre_wide_page_bg_color',''),(4086,2021,'pyre_wide_page_bg',''),(4087,2021,'pyre_wide_page_bg_id',''),(4088,2021,'pyre_wide_page_bg_full',''),(4089,2021,'pyre_wide_page_bg_repeat',''),(4090,2021,'pyre_page_title',''),(4091,2021,'pyre_page_title_breadcrumbs_search_bar',''),(4092,2021,'pyre_page_title_text',''),(4093,2021,'pyre_page_title_text_alignment',''),(4094,2021,'pyre_page_title_custom_text',''),(4095,2021,'pyre_page_title_text_size',''),(4096,2021,'pyre_page_title_font_color',''),(4097,2021,'pyre_page_title_line_height',''),(4098,2021,'pyre_page_title_custom_subheader',''),(4099,2021,'pyre_page_title_custom_subheader_text_size',''),(4100,2021,'pyre_page_title_subheader_font_color',''),(4101,2021,'pyre_page_title_100_width',''),(4102,2021,'pyre_page_title_height',''),(4103,2021,'pyre_page_title_mobile_height',''),(4104,2021,'pyre_page_title_bar_bg_color',''),(4105,2021,'pyre_page_title_bar_borders_color',''),(4106,2021,'pyre_page_title_bar_bg',''),(4107,2021,'pyre_page_title_bar_bg_id',''),(4108,2021,'pyre_page_title_bar_bg_retina',''),(4109,2021,'pyre_page_title_bar_bg_retina_id',''),(4110,2021,'pyre_page_title_bar_bg_full',''),(4111,2021,'pyre_page_title_bg_parallax',''),(4112,2021,'_yoast_wpseo_content_score',''),(4113,2021,'_wp_old_slug','import-placeholder-for-3468'),(4114,2021,'_variation_description',''),(4115,2021,'_regular_price','328.31'),(4116,2021,'attribute_quick-fit-super-hinge-size','24\" (Fans 18-28 Inches)'),(4117,2021,'_price','328.31'),(4118,2022,'slide_template',''),(4119,2022,'_yoast_wpseo_primary_product_cat',''),(4120,2022,'pyre_main_top_padding',''),(4121,2022,'pyre_main_bottom_padding',''),(4122,2022,'pyre_portfolio_width_100',''),(4123,2022,'pyre_hundredp_padding',''),(4124,2022,'pyre_display_header',''),(4125,2022,'pyre_header_100_width',''),(4126,2022,'pyre_combined_header_bg_color',''),(4127,2022,'pyre_mobile_header_bg_color',''),(4128,2022,'pyre_header_bg',''),(4129,2022,'pyre_header_bg_id',''),(4130,2022,'pyre_header_bg_full',''),(4131,2022,'pyre_header_bg_repeat',''),(4132,2022,'pyre_displayed_menu',''),(4133,2022,'pyre_display_footer',''),(4134,2022,'pyre_display_copyright',''),(4135,2022,'pyre_footer_100_width',''),(4136,2022,'pyre_sidebar_position',''),(4137,2022,'pyre_responsive_sidebar_order',''),(4138,2022,'pyre_sidebar_sticky',''),(4139,2022,'pyre_sidebar_bg_color',''),(4140,2022,'pyre_slider_type',''),(4141,2022,'pyre_wooslider',''),(4142,2022,'pyre_revslider',''),(4143,2022,'pyre_slider_position',''),(4144,2022,'pyre_avada_rev_styles',''),(4145,2022,'pyre_fallback',''),(4146,2022,'pyre_fallback_id',''),(4147,2022,'pyre_demo_slider',''),(4148,2022,'pyre_page_bg_layout',''),(4149,2022,'pyre_page_bg_color',''),(4150,2022,'pyre_page_bg',''),(4151,2022,'pyre_page_bg_id',''),(4152,2022,'pyre_page_bg_full',''),(4153,2022,'pyre_page_bg_repeat',''),(4154,2022,'pyre_wide_page_bg_color',''),(4155,2022,'pyre_wide_page_bg',''),(4156,2022,'pyre_wide_page_bg_id',''),(4157,2022,'pyre_wide_page_bg_full',''),(4158,2022,'pyre_wide_page_bg_repeat',''),(4159,2022,'pyre_page_title',''),(4160,2022,'pyre_page_title_breadcrumbs_search_bar',''),(4161,2022,'pyre_page_title_text',''),(4162,2022,'pyre_page_title_text_alignment',''),(4163,2022,'pyre_page_title_custom_text',''),(4164,2022,'pyre_page_title_text_size',''),(4165,2022,'pyre_page_title_font_color',''),(4166,2022,'pyre_page_title_line_height',''),(4167,2022,'pyre_page_title_custom_subheader',''),(4168,2022,'pyre_page_title_custom_subheader_text_size',''),(4169,2022,'pyre_page_title_subheader_font_color',''),(4170,2022,'pyre_page_title_100_width',''),(4171,2022,'pyre_page_title_height',''),(4172,2022,'pyre_page_title_mobile_height',''),(4173,2022,'pyre_page_title_bar_bg_color',''),(4174,2022,'pyre_page_title_bar_borders_color',''),(4175,2022,'pyre_page_title_bar_bg',''),(4176,2022,'pyre_page_title_bar_bg_id',''),(4177,2022,'pyre_page_title_bar_bg_retina',''),(4178,2022,'pyre_page_title_bar_bg_retina_id',''),(4179,2022,'pyre_page_title_bar_bg_full',''),(4180,2022,'pyre_page_title_bg_parallax',''),(4181,2022,'_yoast_wpseo_content_score',''),(4182,2022,'_wp_old_slug','import-placeholder-for-3467'),(4183,2022,'_variation_description',''),(4184,2022,'_regular_price','242.17'),(4185,2022,'attribute_quick-fit-super-hinge-size','18\" (Fans 12-18 Inches)'),(4186,2022,'_price','242.17'),(4187,2023,'slide_template',''),(4188,2023,'_yoast_wpseo_primary_product_cat',''),(4189,2023,'pyre_main_top_padding',''),(4190,2023,'pyre_main_bottom_padding',''),(4191,2023,'pyre_portfolio_width_100',''),(4192,2023,'pyre_hundredp_padding',''),(4193,2023,'pyre_display_header',''),(4194,2023,'pyre_header_100_width',''),(4195,2023,'pyre_combined_header_bg_color',''),(4196,2023,'pyre_mobile_header_bg_color',''),(4197,2023,'pyre_header_bg',''),(4198,2023,'pyre_header_bg_id',''),(4199,2023,'pyre_header_bg_full',''),(4200,2023,'pyre_header_bg_repeat',''),(4201,2023,'pyre_displayed_menu',''),(4202,2023,'pyre_display_footer',''),(4203,2023,'pyre_display_copyright',''),(4204,2023,'pyre_footer_100_width',''),(4205,2023,'pyre_sidebar_position',''),(4206,2023,'pyre_responsive_sidebar_order',''),(4207,2023,'pyre_sidebar_sticky',''),(4208,2023,'pyre_sidebar_bg_color',''),(4209,2023,'pyre_slider_type',''),(4210,2023,'pyre_wooslider',''),(4211,2023,'pyre_revslider',''),(4212,2023,'pyre_slider_position',''),(4213,2023,'pyre_avada_rev_styles',''),(4214,2023,'pyre_fallback',''),(4215,2023,'pyre_fallback_id',''),(4216,2023,'pyre_demo_slider',''),(4217,2023,'pyre_page_bg_layout',''),(4218,2023,'pyre_page_bg_color',''),(4219,2023,'pyre_page_bg',''),(4220,2023,'pyre_page_bg_id',''),(4221,2023,'pyre_page_bg_full',''),(4222,2023,'pyre_page_bg_repeat',''),(4223,2023,'pyre_wide_page_bg_color',''),(4224,2023,'pyre_wide_page_bg',''),(4225,2023,'pyre_wide_page_bg_id',''),(4226,2023,'pyre_wide_page_bg_full',''),(4227,2023,'pyre_wide_page_bg_repeat',''),(4228,2023,'pyre_page_title',''),(4229,2023,'pyre_page_title_breadcrumbs_search_bar',''),(4230,2023,'pyre_page_title_text',''),(4231,2023,'pyre_page_title_text_alignment',''),(4232,2023,'pyre_page_title_custom_text',''),(4233,2023,'pyre_page_title_text_size',''),(4234,2023,'pyre_page_title_font_color',''),(4235,2023,'pyre_page_title_line_height',''),(4236,2023,'pyre_page_title_custom_subheader',''),(4237,2023,'pyre_page_title_custom_subheader_text_size',''),(4238,2023,'pyre_page_title_subheader_font_color',''),(4239,2023,'pyre_page_title_100_width',''),(4240,2023,'pyre_page_title_height',''),(4241,2023,'pyre_page_title_mobile_height',''),(4242,2023,'pyre_page_title_bar_bg_color',''),(4243,2023,'pyre_page_title_bar_borders_color',''),(4244,2023,'pyre_page_title_bar_bg',''),(4245,2023,'pyre_page_title_bar_bg_id',''),(4246,2023,'pyre_page_title_bar_bg_retina',''),(4247,2023,'pyre_page_title_bar_bg_retina_id',''),(4248,2023,'pyre_page_title_bar_bg_full',''),(4249,2023,'pyre_page_title_bg_parallax',''),(4250,2023,'_yoast_wpseo_content_score',''),(4251,2023,'_wp_old_slug','import-placeholder-for-3466'),(4252,2023,'_variation_description',''),(4253,2023,'_regular_price','239.40'),(4254,2023,'attribute_quick-fit-super-hinge-size','12\" (Fans 8-12 Inches)'),(4255,2023,'_price','239.40'),(4256,2024,'slide_template',''),(4257,2024,'_yoast_wpseo_primary_product_cat',''),(4258,2024,'pyre_main_top_padding',''),(4259,2024,'pyre_main_bottom_padding',''),(4260,2024,'pyre_portfolio_width_100',''),(4261,2024,'pyre_hundredp_padding',''),(4262,2024,'pyre_display_header',''),(4263,2024,'pyre_header_100_width',''),(4264,2024,'pyre_combined_header_bg_color',''),(4265,2024,'pyre_mobile_header_bg_color',''),(4266,2024,'pyre_header_bg',''),(4267,2024,'pyre_header_bg_id',''),(4268,2024,'pyre_header_bg_full',''),(4269,2024,'pyre_header_bg_repeat',''),(4270,2024,'pyre_displayed_menu',''),(4271,2024,'pyre_display_footer',''),(4272,2024,'pyre_display_copyright',''),(4273,2024,'pyre_footer_100_width',''),(4274,2024,'pyre_sidebar_position',''),(4275,2024,'pyre_responsive_sidebar_order',''),(4276,2024,'pyre_sidebar_sticky',''),(4277,2024,'pyre_sidebar_bg_color',''),(4278,2024,'pyre_slider_type',''),(4279,2024,'pyre_wooslider',''),(4280,2024,'pyre_revslider',''),(4281,2024,'pyre_slider_position',''),(4282,2024,'pyre_avada_rev_styles',''),(4283,2024,'pyre_fallback',''),(4284,2024,'pyre_fallback_id',''),(4285,2024,'pyre_demo_slider',''),(4286,2024,'pyre_page_bg_layout',''),(4287,2024,'pyre_page_bg_color',''),(4288,2024,'pyre_page_bg',''),(4289,2024,'pyre_page_bg_id',''),(4290,2024,'pyre_page_bg_full',''),(4291,2024,'pyre_page_bg_repeat',''),(4292,2024,'pyre_wide_page_bg_color',''),(4293,2024,'pyre_wide_page_bg',''),(4294,2024,'pyre_wide_page_bg_id',''),(4295,2024,'pyre_wide_page_bg_full',''),(4296,2024,'pyre_wide_page_bg_repeat',''),(4297,2024,'pyre_page_title',''),(4298,2024,'pyre_page_title_breadcrumbs_search_bar',''),(4299,2024,'pyre_page_title_text',''),(4300,2024,'pyre_page_title_text_alignment',''),(4301,2024,'pyre_page_title_custom_text',''),(4302,2024,'pyre_page_title_text_size',''),(4303,2024,'pyre_page_title_font_color',''),(4304,2024,'pyre_page_title_line_height',''),(4305,2024,'pyre_page_title_custom_subheader',''),(4306,2024,'pyre_page_title_custom_subheader_text_size',''),(4307,2024,'pyre_page_title_subheader_font_color',''),(4308,2024,'pyre_page_title_100_width',''),(4309,2024,'pyre_page_title_height',''),(4310,2024,'pyre_page_title_mobile_height',''),(4311,2024,'pyre_page_title_bar_bg_color',''),(4312,2024,'pyre_page_title_bar_borders_color',''),(4313,2024,'pyre_page_title_bar_bg',''),(4314,2024,'pyre_page_title_bar_bg_id',''),(4315,2024,'pyre_page_title_bar_bg_retina',''),(4316,2024,'pyre_page_title_bar_bg_retina_id',''),(4317,2024,'pyre_page_title_bar_bg_full',''),(4318,2024,'pyre_page_title_bg_parallax',''),(4319,2024,'_yoast_wpseo_content_score',''),(4320,2024,'_wp_old_slug','import-placeholder-for-3484'),(4321,2024,'_variation_description',''),(4322,2024,'_regular_price','916.74'),(4323,2024,'attribute_standard-super-hinge-size','48\" (Fans 42-63 Inches)'),(4324,2024,'_price','916.74'),(4325,2025,'slide_template',''),(4326,2025,'_yoast_wpseo_primary_product_cat',''),(4327,2025,'pyre_main_top_padding',''),(4328,2025,'pyre_main_bottom_padding',''),(4329,2025,'pyre_portfolio_width_100',''),(4330,2025,'pyre_hundredp_padding',''),(4331,2025,'pyre_display_header',''),(4332,2025,'pyre_header_100_width',''),(4333,2025,'pyre_combined_header_bg_color',''),(4334,2025,'pyre_mobile_header_bg_color',''),(4335,2025,'pyre_header_bg',''),(4336,2025,'pyre_header_bg_id',''),(4337,2025,'pyre_header_bg_full',''),(4338,2025,'pyre_header_bg_repeat',''),(4339,2025,'pyre_displayed_menu',''),(4340,2025,'pyre_display_footer',''),(4341,2025,'pyre_display_copyright',''),(4342,2025,'pyre_footer_100_width',''),(4343,2025,'pyre_sidebar_position',''),(4344,2025,'pyre_responsive_sidebar_order',''),(4345,2025,'pyre_sidebar_sticky',''),(4346,2025,'pyre_sidebar_bg_color',''),(4347,2025,'pyre_slider_type',''),(4348,2025,'pyre_wooslider',''),(4349,2025,'pyre_revslider',''),(4350,2025,'pyre_slider_position',''),(4351,2025,'pyre_avada_rev_styles',''),(4352,2025,'pyre_fallback',''),(4353,2025,'pyre_fallback_id',''),(4354,2025,'pyre_demo_slider',''),(4355,2025,'pyre_page_bg_layout',''),(4356,2025,'pyre_page_bg_color',''),(4357,2025,'pyre_page_bg',''),(4358,2025,'pyre_page_bg_id',''),(4359,2025,'pyre_page_bg_full',''),(4360,2025,'pyre_page_bg_repeat',''),(4361,2025,'pyre_wide_page_bg_color',''),(4362,2025,'pyre_wide_page_bg',''),(4363,2025,'pyre_wide_page_bg_id',''),(4364,2025,'pyre_wide_page_bg_full',''),(4365,2025,'pyre_wide_page_bg_repeat',''),(4366,2025,'pyre_page_title',''),(4367,2025,'pyre_page_title_breadcrumbs_search_bar',''),(4368,2025,'pyre_page_title_text',''),(4369,2025,'pyre_page_title_text_alignment',''),(4370,2025,'pyre_page_title_custom_text',''),(4371,2025,'pyre_page_title_text_size',''),(4372,2025,'pyre_page_title_font_color',''),(4373,2025,'pyre_page_title_line_height',''),(4374,2025,'pyre_page_title_custom_subheader',''),(4375,2025,'pyre_page_title_custom_subheader_text_size',''),(4376,2025,'pyre_page_title_subheader_font_color',''),(4377,2025,'pyre_page_title_100_width',''),(4378,2025,'pyre_page_title_height',''),(4379,2025,'pyre_page_title_mobile_height',''),(4380,2025,'pyre_page_title_bar_bg_color',''),(4381,2025,'pyre_page_title_bar_borders_color',''),(4382,2025,'pyre_page_title_bar_bg',''),(4383,2025,'pyre_page_title_bar_bg_id',''),(4384,2025,'pyre_page_title_bar_bg_retina',''),(4385,2025,'pyre_page_title_bar_bg_retina_id',''),(4386,2025,'pyre_page_title_bar_bg_full',''),(4387,2025,'pyre_page_title_bg_parallax',''),(4388,2025,'_yoast_wpseo_content_score',''),(4389,2025,'_wp_old_slug','import-placeholder-for-3482'),(4390,2025,'_variation_description',''),(4391,2025,'_regular_price','460.00'),(4392,2025,'attribute_standard-super-hinge-size','36\" (Fans 30-45 Inches)'),(4393,2025,'_price','460.00'),(4394,2026,'slide_template',''),(4395,2026,'_yoast_wpseo_primary_product_cat',''),(4396,2026,'pyre_main_top_padding',''),(4397,2026,'pyre_main_bottom_padding',''),(4398,2026,'pyre_portfolio_width_100',''),(4399,2026,'pyre_hundredp_padding',''),(4400,2026,'pyre_display_header',''),(4401,2026,'pyre_header_100_width',''),(4402,2026,'pyre_combined_header_bg_color',''),(4403,2026,'pyre_mobile_header_bg_color',''),(4404,2026,'pyre_header_bg',''),(4405,2026,'pyre_header_bg_id',''),(4406,2026,'pyre_header_bg_full',''),(4407,2026,'pyre_header_bg_repeat',''),(4408,2026,'pyre_displayed_menu',''),(4409,2026,'pyre_display_footer',''),(4410,2026,'pyre_display_copyright',''),(4411,2026,'pyre_footer_100_width',''),(4412,2026,'pyre_sidebar_position',''),(4413,2026,'pyre_responsive_sidebar_order',''),(4414,2026,'pyre_sidebar_sticky',''),(4415,2026,'pyre_sidebar_bg_color',''),(4416,2026,'pyre_slider_type',''),(4417,2026,'pyre_wooslider',''),(4418,2026,'pyre_revslider',''),(4419,2026,'pyre_slider_position',''),(4420,2026,'pyre_avada_rev_styles',''),(4421,2026,'pyre_fallback',''),(4422,2026,'pyre_fallback_id',''),(4423,2026,'pyre_demo_slider',''),(4424,2026,'pyre_page_bg_layout',''),(4425,2026,'pyre_page_bg_color',''),(4426,2026,'pyre_page_bg',''),(4427,2026,'pyre_page_bg_id',''),(4428,2026,'pyre_page_bg_full',''),(4429,2026,'pyre_page_bg_repeat',''),(4430,2026,'pyre_wide_page_bg_color',''),(4431,2026,'pyre_wide_page_bg',''),(4432,2026,'pyre_wide_page_bg_id',''),(4433,2026,'pyre_wide_page_bg_full',''),(4434,2026,'pyre_wide_page_bg_repeat',''),(4435,2026,'pyre_page_title',''),(4436,2026,'pyre_page_title_breadcrumbs_search_bar',''),(4437,2026,'pyre_page_title_text',''),(4438,2026,'pyre_page_title_text_alignment',''),(4439,2026,'pyre_page_title_custom_text',''),(4440,2026,'pyre_page_title_text_size',''),(4441,2026,'pyre_page_title_font_color',''),(4442,2026,'pyre_page_title_line_height',''),(4443,2026,'pyre_page_title_custom_subheader',''),(4444,2026,'pyre_page_title_custom_subheader_text_size',''),(4445,2026,'pyre_page_title_subheader_font_color',''),(4446,2026,'pyre_page_title_100_width',''),(4447,2026,'pyre_page_title_height',''),(4448,2026,'pyre_page_title_mobile_height',''),(4449,2026,'pyre_page_title_bar_bg_color',''),(4450,2026,'pyre_page_title_bar_borders_color',''),(4451,2026,'pyre_page_title_bar_bg',''),(4452,2026,'pyre_page_title_bar_bg_id',''),(4453,2026,'pyre_page_title_bar_bg_retina',''),(4454,2026,'pyre_page_title_bar_bg_retina_id',''),(4455,2026,'pyre_page_title_bar_bg_full',''),(4456,2026,'pyre_page_title_bg_parallax',''),(4457,2026,'_yoast_wpseo_content_score',''),(4458,2026,'_wp_old_slug','import-placeholder-for-3483'),(4459,2026,'_variation_description',''),(4460,2026,'_regular_price','793.51'),(4461,2026,'attribute_standard-super-hinge-size','42\" (Fans 36-54 Inches)'),(4462,2026,'_price','793.51'),(4463,2027,'slide_template',''),(4464,2027,'_yoast_wpseo_primary_product_cat',''),(4465,2027,'pyre_main_top_padding',''),(4466,2027,'pyre_main_bottom_padding',''),(4467,2027,'pyre_portfolio_width_100',''),(4468,2027,'pyre_hundredp_padding',''),(4469,2027,'pyre_display_header',''),(4470,2027,'pyre_header_100_width',''),(4471,2027,'pyre_combined_header_bg_color',''),(4472,2027,'pyre_mobile_header_bg_color',''),(4473,2027,'pyre_header_bg',''),(4474,2027,'pyre_header_bg_id',''),(4475,2027,'pyre_header_bg_full',''),(4476,2027,'pyre_header_bg_repeat',''),(4477,2027,'pyre_displayed_menu',''),(4478,2027,'pyre_display_footer',''),(4479,2027,'pyre_display_copyright',''),(4480,2027,'pyre_footer_100_width',''),(4481,2027,'pyre_sidebar_position',''),(4482,2027,'pyre_responsive_sidebar_order',''),(4483,2027,'pyre_sidebar_sticky',''),(4484,2027,'pyre_sidebar_bg_color',''),(4485,2027,'pyre_slider_type',''),(4486,2027,'pyre_wooslider',''),(4487,2027,'pyre_revslider',''),(4488,2027,'pyre_slider_position',''),(4489,2027,'pyre_avada_rev_styles',''),(4490,2027,'pyre_fallback',''),(4491,2027,'pyre_fallback_id',''),(4492,2027,'pyre_demo_slider',''),(4493,2027,'pyre_page_bg_layout',''),(4494,2027,'pyre_page_bg_color',''),(4495,2027,'pyre_page_bg',''),(4496,2027,'pyre_page_bg_id',''),(4497,2027,'pyre_page_bg_full',''),(4498,2027,'pyre_page_bg_repeat',''),(4499,2027,'pyre_wide_page_bg_color',''),(4500,2027,'pyre_wide_page_bg',''),(4501,2027,'pyre_wide_page_bg_id',''),(4502,2027,'pyre_wide_page_bg_full',''),(4503,2027,'pyre_wide_page_bg_repeat',''),(4504,2027,'pyre_page_title',''),(4505,2027,'pyre_page_title_breadcrumbs_search_bar',''),(4506,2027,'pyre_page_title_text',''),(4507,2027,'pyre_page_title_text_alignment',''),(4508,2027,'pyre_page_title_custom_text',''),(4509,2027,'pyre_page_title_text_size',''),(4510,2027,'pyre_page_title_font_color',''),(4511,2027,'pyre_page_title_line_height',''),(4512,2027,'pyre_page_title_custom_subheader',''),(4513,2027,'pyre_page_title_custom_subheader_text_size',''),(4514,2027,'pyre_page_title_subheader_font_color',''),(4515,2027,'pyre_page_title_100_width',''),(4516,2027,'pyre_page_title_height',''),(4517,2027,'pyre_page_title_mobile_height',''),(4518,2027,'pyre_page_title_bar_bg_color',''),(4519,2027,'pyre_page_title_bar_borders_color',''),(4520,2027,'pyre_page_title_bar_bg',''),(4521,2027,'pyre_page_title_bar_bg_id',''),(4522,2027,'pyre_page_title_bar_bg_retina',''),(4523,2027,'pyre_page_title_bar_bg_retina_id',''),(4524,2027,'pyre_page_title_bar_bg_full',''),(4525,2027,'pyre_page_title_bg_parallax',''),(4526,2027,'_yoast_wpseo_content_score',''),(4527,2027,'_wp_old_slug','import-placeholder-for-3478'),(4528,2027,'_variation_description',''),(4529,2027,'_regular_price','202.48'),(4530,2027,'attribute_standard-super-hinge-size','14\" (Fans 10-15 Inches)'),(4531,2027,'_price','202.48'),(4532,2028,'slide_template',''),(4533,2028,'_yoast_wpseo_primary_product_cat',''),(4534,2028,'pyre_main_top_padding',''),(4535,2028,'pyre_main_bottom_padding',''),(4536,2028,'pyre_portfolio_width_100',''),(4537,2028,'pyre_hundredp_padding',''),(4538,2028,'pyre_display_header',''),(4539,2028,'pyre_header_100_width',''),(4540,2028,'pyre_combined_header_bg_color',''),(4541,2028,'pyre_mobile_header_bg_color',''),(4542,2028,'pyre_header_bg',''),(4543,2028,'pyre_header_bg_id',''),(4544,2028,'pyre_header_bg_full',''),(4545,2028,'pyre_header_bg_repeat',''),(4546,2028,'pyre_displayed_menu',''),(4547,2028,'pyre_display_footer',''),(4548,2028,'pyre_display_copyright',''),(4549,2028,'pyre_footer_100_width',''),(4550,2028,'pyre_sidebar_position',''),(4551,2028,'pyre_responsive_sidebar_order',''),(4552,2028,'pyre_sidebar_sticky',''),(4553,2028,'pyre_sidebar_bg_color',''),(4554,2028,'pyre_slider_type',''),(4555,2028,'pyre_wooslider',''),(4556,2028,'pyre_revslider',''),(4557,2028,'pyre_slider_position',''),(4558,2028,'pyre_avada_rev_styles',''),(4559,2028,'pyre_fallback',''),(4560,2028,'pyre_fallback_id',''),(4561,2028,'pyre_demo_slider',''),(4562,2028,'pyre_page_bg_layout',''),(4563,2028,'pyre_page_bg_color',''),(4564,2028,'pyre_page_bg',''),(4565,2028,'pyre_page_bg_id',''),(4566,2028,'pyre_page_bg_full',''),(4567,2028,'pyre_page_bg_repeat',''),(4568,2028,'pyre_wide_page_bg_color',''),(4569,2028,'pyre_wide_page_bg',''),(4570,2028,'pyre_wide_page_bg_id',''),(4571,2028,'pyre_wide_page_bg_full',''),(4572,2028,'pyre_wide_page_bg_repeat',''),(4573,2028,'pyre_page_title',''),(4574,2028,'pyre_page_title_breadcrumbs_search_bar',''),(4575,2028,'pyre_page_title_text',''),(4576,2028,'pyre_page_title_text_alignment',''),(4577,2028,'pyre_page_title_custom_text',''),(4578,2028,'pyre_page_title_text_size',''),(4579,2028,'pyre_page_title_font_color',''),(4580,2028,'pyre_page_title_line_height',''),(4581,2028,'pyre_page_title_custom_subheader',''),(4582,2028,'pyre_page_title_custom_subheader_text_size',''),(4583,2028,'pyre_page_title_subheader_font_color',''),(4584,2028,'pyre_page_title_100_width',''),(4585,2028,'pyre_page_title_height',''),(4586,2028,'pyre_page_title_mobile_height',''),(4587,2028,'pyre_page_title_bar_bg_color',''),(4588,2028,'pyre_page_title_bar_borders_color',''),(4589,2028,'pyre_page_title_bar_bg',''),(4590,2028,'pyre_page_title_bar_bg_id',''),(4591,2028,'pyre_page_title_bar_bg_retina',''),(4592,2028,'pyre_page_title_bar_bg_retina_id',''),(4593,2028,'pyre_page_title_bar_bg_full',''),(4594,2028,'pyre_page_title_bg_parallax',''),(4595,2028,'_yoast_wpseo_content_score',''),(4596,2028,'_wp_old_slug','import-placeholder-for-3479'),(4597,2028,'_variation_description',''),(4598,2028,'_regular_price','240.00'),(4599,2028,'attribute_standard-super-hinge-size','18\" (Fans 12-18 Inches)'),(4600,2028,'_price','240.00'),(4601,2029,'slide_template',''),(4602,2029,'_yoast_wpseo_primary_product_cat',''),(4603,2029,'pyre_main_top_padding',''),(4604,2029,'pyre_main_bottom_padding',''),(4605,2029,'pyre_portfolio_width_100',''),(4606,2029,'pyre_hundredp_padding',''),(4607,2029,'pyre_display_header',''),(4608,2029,'pyre_header_100_width',''),(4609,2029,'pyre_combined_header_bg_color',''),(4610,2029,'pyre_mobile_header_bg_color',''),(4611,2029,'pyre_header_bg',''),(4612,2029,'pyre_header_bg_id',''),(4613,2029,'pyre_header_bg_full',''),(4614,2029,'pyre_header_bg_repeat',''),(4615,2029,'pyre_displayed_menu',''),(4616,2029,'pyre_display_footer',''),(4617,2029,'pyre_display_copyright',''),(4618,2029,'pyre_footer_100_width',''),(4619,2029,'pyre_sidebar_position',''),(4620,2029,'pyre_responsive_sidebar_order',''),(4621,2029,'pyre_sidebar_sticky',''),(4622,2029,'pyre_sidebar_bg_color',''),(4623,2029,'pyre_slider_type',''),(4624,2029,'pyre_wooslider',''),(4625,2029,'pyre_revslider',''),(4626,2029,'pyre_slider_position',''),(4627,2029,'pyre_avada_rev_styles',''),(4628,2029,'pyre_fallback',''),(4629,2029,'pyre_fallback_id',''),(4630,2029,'pyre_demo_slider',''),(4631,2029,'pyre_page_bg_layout',''),(4632,2029,'pyre_page_bg_color',''),(4633,2029,'pyre_page_bg',''),(4634,2029,'pyre_page_bg_id',''),(4635,2029,'pyre_page_bg_full',''),(4636,2029,'pyre_page_bg_repeat',''),(4637,2029,'pyre_wide_page_bg_color',''),(4638,2029,'pyre_wide_page_bg',''),(4639,2029,'pyre_wide_page_bg_id',''),(4640,2029,'pyre_wide_page_bg_full',''),(4641,2029,'pyre_wide_page_bg_repeat',''),(4642,2029,'pyre_page_title',''),(4643,2029,'pyre_page_title_breadcrumbs_search_bar',''),(4644,2029,'pyre_page_title_text',''),(4645,2029,'pyre_page_title_text_alignment',''),(4646,2029,'pyre_page_title_custom_text',''),(4647,2029,'pyre_page_title_text_size',''),(4648,2029,'pyre_page_title_font_color',''),(4649,2029,'pyre_page_title_line_height',''),(4650,2029,'pyre_page_title_custom_subheader',''),(4651,2029,'pyre_page_title_custom_subheader_text_size',''),(4652,2029,'pyre_page_title_subheader_font_color',''),(4653,2029,'pyre_page_title_100_width',''),(4654,2029,'pyre_page_title_height',''),(4655,2029,'pyre_page_title_mobile_height',''),(4656,2029,'pyre_page_title_bar_bg_color',''),(4657,2029,'pyre_page_title_bar_borders_color',''),(4658,2029,'pyre_page_title_bar_bg',''),(4659,2029,'pyre_page_title_bar_bg_id',''),(4660,2029,'pyre_page_title_bar_bg_retina',''),(4661,2029,'pyre_page_title_bar_bg_retina_id',''),(4662,2029,'pyre_page_title_bar_bg_full',''),(4663,2029,'pyre_page_title_bg_parallax',''),(4664,2029,'_yoast_wpseo_content_score',''),(4665,2029,'_wp_old_slug','import-placeholder-for-3480'),(4666,2029,'_variation_description',''),(4667,2029,'_regular_price','296.93'),(4668,2029,'attribute_standard-super-hinge-size','24\" (Fans 18-27 Inches)'),(4669,2029,'_price','296.93'),(4670,2030,'slide_template',''),(4671,2030,'_yoast_wpseo_primary_product_cat',''),(4672,2030,'pyre_main_top_padding',''),(4673,2030,'pyre_main_bottom_padding',''),(4674,2030,'pyre_portfolio_width_100',''),(4675,2030,'pyre_hundredp_padding',''),(4676,2030,'pyre_display_header',''),(4677,2030,'pyre_header_100_width',''),(4678,2030,'pyre_combined_header_bg_color',''),(4679,2030,'pyre_mobile_header_bg_color',''),(4680,2030,'pyre_header_bg',''),(4681,2030,'pyre_header_bg_id',''),(4682,2030,'pyre_header_bg_full',''),(4683,2030,'pyre_header_bg_repeat',''),(4684,2030,'pyre_displayed_menu',''),(4685,2030,'pyre_display_footer',''),(4686,2030,'pyre_display_copyright',''),(4687,2030,'pyre_footer_100_width',''),(4688,2030,'pyre_sidebar_position',''),(4689,2030,'pyre_responsive_sidebar_order',''),(4690,2030,'pyre_sidebar_sticky',''),(4691,2030,'pyre_sidebar_bg_color',''),(4692,2030,'pyre_slider_type',''),(4693,2030,'pyre_wooslider',''),(4694,2030,'pyre_revslider',''),(4695,2030,'pyre_slider_position',''),(4696,2030,'pyre_avada_rev_styles',''),(4697,2030,'pyre_fallback',''),(4698,2030,'pyre_fallback_id',''),(4699,2030,'pyre_demo_slider',''),(4700,2030,'pyre_page_bg_layout',''),(4701,2030,'pyre_page_bg_color',''),(4702,2030,'pyre_page_bg',''),(4703,2030,'pyre_page_bg_id',''),(4704,2030,'pyre_page_bg_full',''),(4705,2030,'pyre_page_bg_repeat',''),(4706,2030,'pyre_wide_page_bg_color',''),(4707,2030,'pyre_wide_page_bg',''),(4708,2030,'pyre_wide_page_bg_id',''),(4709,2030,'pyre_wide_page_bg_full',''),(4710,2030,'pyre_wide_page_bg_repeat',''),(4711,2030,'pyre_page_title',''),(4712,2030,'pyre_page_title_breadcrumbs_search_bar',''),(4713,2030,'pyre_page_title_text',''),(4714,2030,'pyre_page_title_text_alignment',''),(4715,2030,'pyre_page_title_custom_text',''),(4716,2030,'pyre_page_title_text_size',''),(4717,2030,'pyre_page_title_font_color',''),(4718,2030,'pyre_page_title_line_height',''),(4719,2030,'pyre_page_title_custom_subheader',''),(4720,2030,'pyre_page_title_custom_subheader_text_size',''),(4721,2030,'pyre_page_title_subheader_font_color',''),(4722,2030,'pyre_page_title_100_width',''),(4723,2030,'pyre_page_title_height',''),(4724,2030,'pyre_page_title_mobile_height',''),(4725,2030,'pyre_page_title_bar_bg_color',''),(4726,2030,'pyre_page_title_bar_borders_color',''),(4727,2030,'pyre_page_title_bar_bg',''),(4728,2030,'pyre_page_title_bar_bg_id',''),(4729,2030,'pyre_page_title_bar_bg_retina',''),(4730,2030,'pyre_page_title_bar_bg_retina_id',''),(4731,2030,'pyre_page_title_bar_bg_full',''),(4732,2030,'pyre_page_title_bg_parallax',''),(4733,2030,'_yoast_wpseo_content_score',''),(4734,2030,'_wp_old_slug','import-placeholder-for-3481'),(4735,2030,'_variation_description',''),(4736,2030,'_regular_price','445.62'),(4737,2030,'attribute_standard-super-hinge-size','30\" (Fans 24-36 Inches)'),(4738,2030,'_price','445.62'),(4739,2012,'_price','627.10'),(4740,2012,'_price','820.06'),(4741,2012,'_price','966.55'),(4742,2013,'_price','239.40'),(4743,2013,'_price','242.17'),(4744,2013,'_price','328.31'),(4745,2013,'_price','421.71'),(4746,2013,'_price','463.99'),(4747,2013,'_price','536.73'),(4748,2014,'_price','202.48'),(4749,2014,'_price','240.00'),(4750,2014,'_price','296.93'),(4751,2014,'_price','445.62'),(4752,2014,'_price','460.00'),(4753,2014,'_price','793.51'),(4754,2014,'_price','916.74'),(4755,2041,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1570792167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(4756,2042,'_action_manager_schedule','O:32:\"ActionScheduler_IntervalSchedule\":2:{s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1570795831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}'),(4759,2044,'_wp_attached_file','2019/10/5da59d9e2021c.png'),(4760,2044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2019/10/5da59d9e2021c.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5da59d9e2021c-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4761,2044,'_wp_attachment_image_alt','Subscription Management Software for Telecom billing'),(4762,2045,'_edit_last','1'),(4763,2045,'_wp_page_template','default'),(4764,2045,'_wpb_vc_js_status','true'),(4765,2045,'_yoast_wpseo_content_score','30'),(4766,2045,'article-1553-rating',''),(4767,2045,'article-1553-review-count',''),(4768,2045,'_edit_lock','1606979829:1'),(4769,2045,'_yoast_wpseo_focuskw','Subscription Management Software for Telecom Billing'),(4770,2045,'_yoast_wpseo_title','Subscription Management Software for Telecom Billing'),(4771,2045,'_yoast_wpseo_metadesc','Subscription Management Software for Telecom Billing will make billing and invoicing convenient by counting customers charges with membership management.'),(4772,2045,'_yoast_wpseo_linkdex','73'),(4773,2051,'_wp_attached_file','2019/10/Subscription-Management-Software-for-Telecom-Billing.jpg'),(4774,2051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:64:\"2019/10/Subscription-Management-Software-for-Telecom-Billing.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Telecom-Billing-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4775,2051,'_wp_attachment_image_alt','Subscription Management Software for Telecom Billing'),(4776,2056,'_wp_attached_file','2019/10/recurring-billing-donation-software-for-nonprofits.jpg'),(4777,2056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:62:\"2019/10/recurring-billing-donation-software-for-nonprofits.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"recurring-billing-donation-software-for-nonprofits-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4778,2056,'_wp_attachment_image_alt','recurring billing & donation software for nonprofits'),(4779,2059,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404045694{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404036328{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4780,17,'_yoast_wpseo_title','About | SubscriptionFlow'),(4781,17,'article-1553-rating',''),(4782,17,'article-1553-review-count',''),(4783,2060,'_wpb_shortcodes_custom_css','.vc_custom_1558956947299{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1197) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4784,840,'_yoast_wpseo_title','Login | SubscriptionFlow'),(4785,2061,'_edit_last','1'),(4786,2061,'_edit_lock','1571662020:1'),(4787,2062,'_wp_attached_file','2019/10/billing-solutions.jpg'),(4788,2062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2019/10/billing-solutions.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"billing-solutions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"billing-solutions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"billing-solutions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"billing-solutions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4789,2062,'_wp_attachment_image_alt','billing solutions'),(4792,2064,'_wp_attached_file','2019/10/Online-billing-solution.jpg'),(4793,2064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2019/10/Online-billing-solution.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Online-billing-solution-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4794,2064,'_wp_attachment_image_alt','Online billing solution'),(4795,2061,'_thumbnail_id','2062'),(4797,2061,'_yoast_wpseo_focuskw','Online Billing Solution'),(4798,2061,'_yoast_wpseo_title','Reasons to Choose an Online Billing Solution'),(4799,2061,'_yoast_wpseo_metadesc','0Choose Best Online Billing Solution for your Business and Enjoy a Automated Process to make your Billing Procedure Online.'),(4800,2061,'_yoast_wpseo_linkdex','68'),(4801,2061,'_yoast_wpseo_content_score','90'),(4802,2061,'_yoast_wpseo_primary_category','9'),(4803,2061,'article-1553-rating',''),(4804,2061,'article-1553-review-count',''),(4806,9,'_wp_page_template','default'),(4807,2073,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4808,9,'article-1553-rating',''),(4809,9,'article-1553-review-count',''),(4810,2075,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571837969343{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4813,2080,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4814,2081,'_edit_last','1'),(4815,2081,'_edit_lock','1572959950:1'),(4816,2082,'_wp_attached_file','2019/11/recurring-invoices.jpg'),(4817,2082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2019/11/recurring-invoices.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recurring-invoices-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recurring-invoices-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4818,2082,'_wp_attachment_image_alt','recurring invoices'),(4819,2083,'_wp_attached_file','2019/11/recurring_payments.jpg'),(4820,2083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2019/11/recurring_payments.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recurring_payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recurring_payments-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recurring_payments-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recurring_payments-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4821,2083,'_wp_attachment_image_alt',''),(4822,2081,'_thumbnail_id','2082'),(4824,2081,'_yoast_wpseo_focuskw','Recurring Invoicing'),(4825,2081,'_yoast_wpseo_title','Recurring Invoicing: Top 10 Mistakes to Avoid | SubscriptionFlow'),(4826,2081,'_yoast_wpseo_metadesc','Best Online Billing Software can help you to manage Recurring Invoicing with an Automatic process to get the work going without any break.'),(4827,2081,'_yoast_wpseo_linkdex','71'),(4828,2081,'_yoast_wpseo_content_score','90'),(4829,2081,'_yoast_wpseo_primary_category','9'),(4830,2081,'article-1553-rating',''),(4831,2081,'article-1553-review-count',''),(4833,2086,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046559923{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046628844{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4834,2089,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046628844{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4835,2090,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1573046478317{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4836,2091,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046652013{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4837,2092,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1573046702420{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4838,2093,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170758450{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4839,2094,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4844,2099,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565159755365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574173674827{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1565159895221{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4845,2100,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574174009594{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4846,2102,'_edit_last','1'),(4847,2102,'_edit_lock','1624869587:1'),(4856,2102,'_yoast_wpseo_focuskw','Subscription-Based Services'),(4857,2102,'_yoast_wpseo_title','Subscription-Based Services - SubscriptionFlow'),(4858,2102,'_yoast_wpseo_metadesc','Subscription-Based Services enable businesses to achieve customer excellence while providing handy functionalities and modules simultaneously.'),(4859,2102,'_yoast_wpseo_linkdex','63'),(4860,2102,'_yoast_wpseo_content_score','30'),(4861,2102,'_yoast_wpseo_primary_category','5'),(4862,2102,'article-1553-rating',''),(4863,2102,'article-1553-review-count',''),(4865,2106,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344139587{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1565161342951{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828116452{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828149466{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562828196108{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4866,2107,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344139587{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574344234907{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344305167{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344401610{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4867,2108,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574170457306{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170202162{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170324827{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170556664{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574170758450{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4870,2111,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345518595{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345751266{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4871,2114,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562334959376{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429490741{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429521188{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429626419{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4872,2115,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429807300{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4891,1490,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574839978651{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840135193{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840109718{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4892,2120,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1563190757798{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840776388{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574840274366{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4893,2121,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551963206723{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574841521972{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841851645{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841674945{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841695874{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4912,2128,'_edit_last','1'),(4913,2128,'_edit_lock','1575889187:1'),(4914,2129,'_wp_attached_file','2019/12/SaaS-choice.jpg'),(4915,2129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2019/12/SaaS-choice.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SaaS-choice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SaaS-choice-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4916,2129,'_wp_attachment_image_alt','SaaS subscription Software'),(4917,2130,'_wp_attached_file','2019/12/SaaS-how-to-make-right-choice.jpg'),(4918,2130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2019/12/SaaS-how-to-make-right-choice.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"SaaS-how-to-make-right-choice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"SaaS-how-to-make-right-choice-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4919,2130,'_wp_attachment_image_alt','SaaS how to make right choice'),(4920,2128,'_thumbnail_id','2129'),(4922,2128,'_yoast_wpseo_focuskw','SaaS subscription software'),(4923,2128,'_yoast_wpseo_title','SaaS Subscription Software: How to Make the Right Choices'),(4924,2128,'_yoast_wpseo_metadesc','Choosing a SaaS subscription software for your is one tricky thing but with complete and detailed guide you can make a right choice.'),(4925,2128,'_yoast_wpseo_linkdex','71'),(4926,2128,'_yoast_wpseo_content_score','30'),(4927,2128,'_yoast_wpseo_primary_category','5'),(4928,2134,'_edit_last','1'),(4929,2134,'_edit_lock','1576146484:1'),(4930,2135,'_wp_attached_file','2019/12/SaaS-for-Public-Sectors.jpg'),(4931,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2019/12/SaaS-for-Public-Sectors.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SaaS-for-Public-Sectors-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SaaS-for-Public-Sectors-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4932,2135,'_wp_attachment_image_alt','SaaS for Public Sectors'),(4933,2136,'_wp_attached_file','2019/12/SaaS-for-public-sector.jpg'),(4934,2136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2019/12/SaaS-for-public-sector.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SaaS-for-public-sector-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SaaS-for-public-sector-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4935,2136,'_wp_attachment_image_alt','SaaS for public sector'),(4936,2134,'_thumbnail_id','2135'),(4938,2134,'_yoast_wpseo_focuskw','SaaS subscription software'),(4939,2134,'_yoast_wpseo_title','Public Sector: The 10 good Reasons to Switch to SaaS | Subscription Flow'),(4940,2134,'_yoast_wpseo_linkdex','53'),(4941,2134,'_yoast_wpseo_content_score','30'),(4942,2134,'_yoast_wpseo_primary_category','5'),(4948,2148,'_edit_last','1'),(4949,2148,'_edit_lock','1576498839:1'),(4950,2149,'_wp_attached_file','2019/12/invoicing-software-for-small-businesses.jpg'),(4951,2149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2019/12/invoicing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"invoicing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"invoicing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4952,2149,'_wp_attachment_image_alt','E-invoicing Benefits for Small Businesses'),(4953,2150,'_wp_attached_file','2019/12/87_ficheroEurobits-Foto-acuerdo-Borrox.desktop.jpg'),(4954,2150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1126;s:4:\"file\";s:58:\"2019/12/87_ficheroEurobits-Foto-acuerdo-Borrox.desktop.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"87_ficheroEurobits-Foto-acuerdo-Borrox.desktop-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4955,2150,'_wp_attachment_image_alt','invoicing software for small businesses'),(4956,2151,'_wp_attached_file','2019/12/E-invoicing-software-for-small-businesses.jpg'),(4957,2151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1688;s:6:\"height\";i:1126;s:4:\"file\";s:53:\"2019/12/E-invoicing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"E-invoicing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"E-invoicing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"E-invoicing-software-for-small-businesses-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4958,2151,'_wp_attachment_image_alt',''),(4959,2148,'_thumbnail_id','2149'),(4961,2148,'_yoast_wpseo_focuskw','E-invoicing Benefits for Small Businesses'),(4962,2148,'_yoast_wpseo_title','E-invoicing Benefits for Small Businesses | Subscription Flow'),(4963,2148,'_yoast_wpseo_metadesc','E-invoicing Benefits for Small Businesses can help you to auto generate invoices for your small business with minimum human effort.'),(4964,2148,'_yoast_wpseo_linkdex','67'),(4965,2148,'_yoast_wpseo_content_score','30'),(4966,2148,'_yoast_wpseo_primary_category','9'),(4967,2153,'_edit_last','1'),(4968,2153,'_edit_lock','1576677026:1'),(4969,2154,'_wp_attached_file','2019/12/Tax-planning.jpg'),(4970,2154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/12/Tax-planning.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Tax-planning-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Tax-planning-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tax-planning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Tax-planning-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4971,2154,'_wp_attachment_image_alt','Tax planning'),(4972,2155,'_wp_attached_file','2019/12/5dfa2cfe5fd9a.png'),(4973,2155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:559;s:4:\"file\";s:25:\"2019/12/5dfa2cfe5fd9a.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5dfa2cfe5fd9a-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4974,2155,'_wp_attachment_image_alt','Tax Decision'),(4975,2153,'_thumbnail_id','2154'),(4977,2153,'_yoast_wpseo_focuskw','Tax Management'),(4978,2153,'_yoast_wpseo_title','How Do Tax Decisions Impact Business Strategy? | SubscriptionFlow'),(4979,2153,'_yoast_wpseo_metadesc','How Do Tax Decisions Impact Business Strategy. Tax Management Now made easy with SubscriptionFlow & Avalara Tax planning tools.'),(4980,2153,'_yoast_wpseo_linkdex','65'),(4981,2153,'_yoast_wpseo_content_score','30'),(4982,2153,'_yoast_wpseo_primary_category','50'),(4984,2157,'_edit_last','1'),(4985,2157,'_edit_lock','1577106227:1'),(4986,2157,'_wp_page_template','default'),(4996,2157,'_wpb_vc_js_status','true'),(4997,2160,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(4998,2157,'_yoast_wpseo_content_score','30'),(4999,2157,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5000,2162,'_wp_attached_file','2019/12/image_2019_12_18T12_10_56_461Z.jpg'),(5001,2162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:922;s:4:\"file\";s:42:\"2019/12/image_2019_12_18T12_10_56_461Z.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"image_2019_12_18T12_10_56_461Z-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"image_2019_12_18T12_10_56_461Z-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5002,2162,'_wp_attachment_image_alt','subscriptionflow'),(5003,2163,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5004,2164,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5005,2165,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5006,2166,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5007,2167,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5008,2168,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5009,2169,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5010,2170,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5011,2171,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5012,2172,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5013,2173,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5014,2174,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5015,2175,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5019,2176,'_edit_last','1'),(5020,2176,'_edit_lock','1639571266:1'),(5021,2176,'_wp_page_template','default'),(5031,2176,'_wpb_vc_js_status','true'),(5033,2176,'_yoast_wpseo_content_score','30'),(5034,2176,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5035,2179,'_wp_attached_file','2019/12/image_2019_12_18T12_10_56_461Z-1.jpg'),(5036,2179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:922;s:4:\"file\";s:44:\"2019/12/image_2019_12_18T12_10_56_461Z-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"image_2019_12_18T12_10_56_461Z-1-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"image_2019_12_18T12_10_56_461Z-1-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5037,2179,'_wp_attachment_image_alt','Subscriptionflow'),(5043,2186,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404045694{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571404036328{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5044,2187,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196721510{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571837969343{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196773347{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196791196{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196816405{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5045,2190,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}'),(5059,2206,'_wp_attached_file','2019/12/billing-software-an-asset.jpg'),(5060,2206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/12/billing-software-an-asset.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"billing-software-an-asset-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"billing-software-an-asset-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5061,2206,'_wp_attachment_image_alt','billing software an asset'),(5062,2205,'_edit_last','1'),(5063,2205,'_edit_lock','1576849614:1'),(5064,2207,'_wp_attached_file','2019/12/billing-software-an-asset-for-business.jpg'),(5065,2207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2019/12/billing-software-an-asset-for-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"billing-software-an-asset-for-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"billing-software-an-asset-for-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5066,2207,'_wp_attachment_image_alt','billing software an asset for business'),(5067,2205,'_thumbnail_id','2207'),(5069,2205,'_yoast_wpseo_focuskw','Billing Software'),(5070,2205,'_yoast_wpseo_title','Billing Software: How to make it an Asset for your Business?'),(5071,2205,'_yoast_wpseo_metadesc','Billing Software can be a Real Asset for your Business if you choose it smartly. SubscriptionFlow Online Billing Software helps to achieve ultimate growth.'),(5072,2205,'_yoast_wpseo_linkdex','75'),(5073,2205,'_yoast_wpseo_content_score','30'),(5074,2205,'_yoast_wpseo_primary_category','9'),(5075,2209,'_wpb_shortcodes_custom_css','.vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1558597430999{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(5079,2176,'_yoast_wpseo_title','Best Subscription Management and Billing Software 2021'),(5080,2176,'_yoast_wpseo_metadesc','Subscriptionflow is offering Best Subscription Management and Billing Software 2021 designed to deliver unrivaled results to companies'),(5081,2213,'_edit_last','1'),(5082,2213,'_edit_lock','1577193896:1'),(5083,2214,'_wp_attached_file','2019/12/SaaS-Billing-a-door-to-innovation.jpg'),(5084,2214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2019/12/SaaS-Billing-a-door-to-innovation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"SaaS-Billing-a-door-to-innovation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SaaS-Billing-a-door-to-innovation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5085,2214,'_wp_attachment_image_alt','SaaS Billing a door to innovation'),(5086,2215,'_wp_attached_file','2019/12/SaaS-billing.jpg'),(5087,2215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2019/12/SaaS-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SaaS-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SaaS-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5088,2215,'_wp_attachment_image_alt',''),(5089,2213,'_thumbnail_id','2214'),(5091,2213,'_yoast_wpseo_focuskw','SaaS Billing'),(5092,2213,'_yoast_wpseo_title','SaaS Billing: The Digital Transition of Businesses to the Cloud'),(5093,2213,'_yoast_wpseo_metadesc','SaaS Billing: The Digital Transition of Businesses to the Cloud can bring innovation to your bsuiness with minimal human effort.'),(5094,2213,'_yoast_wpseo_linkdex','71'),(5095,2213,'_yoast_wpseo_content_score','30'),(5096,2213,'_yoast_wpseo_primary_category','9'),(5099,2218,'_wp_attached_file','2019/12/AI-for-business.jpg'),(5100,2218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2019/12/AI-for-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"AI-for-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"AI-for-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"AI-for-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"AI-for-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5101,2218,'_wp_attachment_image_alt','AI for business'),(5102,2219,'_edit_last','1'),(5103,2219,'_edit_lock','1579095066:1'),(5106,2221,'_wp_attached_file','2019/12/5e045fbea427f.png'),(5107,2221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:482;s:4:\"file\";s:25:\"2019/12/5e045fbea427f.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5e045fbea427f-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5108,2221,'_wp_attachment_image_alt',''),(5109,2219,'_thumbnail_id','2414'),(5111,2219,'_yoast_wpseo_focuskw','Artificial Intelligence'),(5112,2219,'_yoast_wpseo_title','What Artificial Intelligence Can Bring in for the Subscription Industry?'),(5113,2219,'_yoast_wpseo_metadesc','AI has a Major Impact on Subscription Industry Here you can find What Artificial Intelligence Can Bring in for the Subscription Industry.'),(5114,2219,'_yoast_wpseo_linkdex','67'),(5115,2219,'_yoast_wpseo_content_score','30'),(5116,2219,'_yoast_wpseo_primary_category','5'),(5120,2226,'_edit_last','1'),(5121,2226,'_edit_lock','1577711914:1'),(5122,2227,'_wp_attached_file','2019/12/human-interaction-with-AI.jpg'),(5123,2227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2019/12/human-interaction-with-AI.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"human-interaction-with-AI-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"human-interaction-with-AI-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5124,2227,'_wp_attachment_image_alt','human interaction with AI'),(5127,2229,'_wp_attached_file','2019/12/AI-and-human-scaled.jpg'),(5128,2229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2019/12/AI-and-human-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"AI-and-human-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"AI-and-human-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"AI-and-human-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"AI-and-human-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"AI-and-human-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"AI-and-human-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"AI-and-human.jpg\";}'),(5129,2229,'_wp_attachment_image_alt','AI and human'),(5130,2229,'_wp_attachment_image_alt','AI and human'),(5131,2226,'_thumbnail_id','2227'),(5133,2226,'_yoast_wpseo_focuskw','Artificial Intelligence'),(5134,2226,'_yoast_wpseo_title','4 Steps to Prepare your Practice for Artificial Intelligence | SubscriptionFlow'),(5135,2226,'_yoast_wpseo_linkdex','58'),(5136,2226,'_yoast_wpseo_content_score','30'),(5137,2226,'_yoast_wpseo_primary_category','5'),(5138,2231,'_wp_attached_file','2019/12/23105-scaled.jpg'),(5139,2231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2019/12/23105-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"23105-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"23105-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"23105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"23105-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:126:\"Artificial intelligence interacting socially with human in everyday life cartoon poster with man and robot vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:54:\"Artificial Intelligence Robots Assistants Illustration\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:51:{i:0;s:6:\"sensor\";i:1;s:6:\"design\";i:2;s:6:\"modern\";i:3;s:8:\"activity\";i:4;s:9:\"fantastic\";i:5;s:10:\"technology\";i:6;s:9:\"character\";i:7;s:8:\"computer\";i:8;s:7:\"digital\";i:9;s:13:\"communication\";i:10;s:7:\"website\";i:11;s:7:\"service\";i:12;s:9:\"interface\";i:13;s:6:\"system\";i:14;s:10:\"electronic\";i:15;s:6:\"future\";i:16;s:10:\"innovation\";i:17;s:7:\"machine\";i:18;s:7:\"walking\";i:19;s:5:\"cyber\";i:20;s:10:\"assistance\";i:21;s:10:\"experience\";i:22;s:5:\"robot\";i:23;s:11:\"intelligent\";i:24;s:10:\"artificial\";i:25;s:10:\"background\";i:26;s:12:\"multitasking\";i:27;s:9:\"automated\";i:28;s:9:\"augmented\";i:29;s:6:\"device\";i:30;s:5:\"smart\";i:31;s:4:\"home\";i:32;s:9:\"autonomic\";i:33;s:4:\"help\";i:34;s:8:\"domestic\";i:35;s:3:\"man\";i:36;s:7:\"outdoor\";i:37;s:7:\"friends\";i:38;s:13:\"communicating\";i:39;s:8:\"teamwork\";i:40;s:11:\"interactive\";i:41;s:5:\"human\";i:42;s:6:\"social\";i:43;s:8:\"together\";i:44;s:7:\"holding\";i:45;s:4:\"city\";i:46;s:6:\"castle\";i:47;s:4:\"game\";i:48;s:12:\"illustration\";i:49;s:7:\"cartoon\";i:50;s:6:\"vector\";}}s:14:\"original_image\";s:9:\"23105.jpg\";}'),(5140,2232,'_wp_attached_file','2019/12/AI-for-subscription-management.jpg'),(5141,2232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2019/12/AI-for-subscription-management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AI-for-subscription-management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AI-for-subscription-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5142,2232,'_wp_attachment_image_alt',''),(5143,2233,'_wp_attached_file','2019/12/AI-for-susbcription.jpg'),(5144,2233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2019/12/AI-for-susbcription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"AI-for-susbcription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"AI-for-susbcription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5145,2233,'_wp_attachment_image_alt',''),(5146,2235,'_edit_last','1'),(5147,2235,'_edit_lock','1577968710:1'),(5148,2236,'_wp_attached_file','2020/01/subscription-billing-software.jpg'),(5149,2236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/01/subscription-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"subscription-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"subscription-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5150,2237,'_wp_attached_file','2020/01/recurring-billing-software.jpg'),(5151,2237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/01/recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5152,2237,'_wp_attachment_image_alt',''),(5153,2236,'_wp_attachment_image_alt','subscription billing software'),(5154,2235,'_thumbnail_id','2236'),(5156,2235,'_yoast_wpseo_focuskw','Subscription Billing'),(5157,2235,'_yoast_wpseo_title','How Subscription Billing Software can Help you Gain more Revenue?'),(5158,2235,'_yoast_wpseo_metadesc','Charge your customers with automatic billing tools learn How Subscription Billing Software can Help you Gain more Revenue?'),(5159,2235,'_yoast_wpseo_linkdex','78'),(5160,2235,'_yoast_wpseo_content_score','30'),(5161,2235,'_yoast_wpseo_primary_category','9'),(5168,2243,'_edit_last','1'),(5169,2243,'_edit_lock','1579094613:1'),(5170,2244,'_wp_attached_file','2020/01/recurring-billing-software-for-businesses.jpg'),(5171,2244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/01/recurring-billing-software-for-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"recurring-billing-software-for-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5172,2244,'_wp_attachment_image_alt','recurring billing software for businesses'),(5173,2245,'_wp_attached_file','2020/01/Recurring-billing-software-solution.jpg'),(5174,2245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/01/Recurring-billing-software-solution.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Recurring-billing-software-solution-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Recurring-billing-software-solution-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5175,2245,'_wp_attachment_image_alt','Recurring billing software solution'),(5176,2245,'_wp_attachment_image_alt','Recurring billing software solution'),(5177,2243,'_thumbnail_id','2413'),(5179,2243,'_yoast_wpseo_focuskw','Recurring Billing'),(5180,2243,'_yoast_wpseo_title','Why Billing Magnates Need to Shift towards Recurring Billing Software?'),(5181,2243,'_yoast_wpseo_metadesc','You can Make your Life Easier by using recurring blling software Learn Why Billing Magnates Need to Shift towards Recurring Billing Software?'),(5182,2243,'_yoast_wpseo_linkdex','76'),(5183,2243,'_yoast_wpseo_content_score','30'),(5184,2243,'_yoast_wpseo_primary_category','9'),(5187,2248,'_wp_attached_file','2020/01/SaaS-based-payroll-software.jpg'),(5188,2248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/01/SaaS-based-payroll-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SaaS-based-payroll-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SaaS-based-payroll-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5189,2248,'_wp_attachment_image_alt','SaaS based payroll software'),(5190,2249,'_wp_attached_file','2020/01/SaaS-based-payroll-system.jpg'),(5191,2249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/01/SaaS-based-payroll-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"SaaS-based-payroll-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SaaS-based-payroll-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5192,2249,'_wp_attachment_image_alt','SaaS based payroll system'),(5201,2251,'_edit_last','1'),(5202,2251,'_wp_page_template','default'),(5203,2251,'_wpb_vc_js_status','true'),(5204,2252,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197045501{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5205,2251,'_yoast_wpseo_content_score','30'),(5206,2251,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5207,2251,'_edit_lock','1579267315:1'),(5208,2253,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552463787{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5209,2254,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552916875{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5210,2255,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578552946634{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196972870{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5211,2256,'_wp_attached_file','2020/01/cleaning-services-payment-handling.jpg'),(5212,2256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2020/01/cleaning-services-payment-handling.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"cleaning-services-payment-handling-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cleaning-services-payment-handling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5213,2256,'_wp_attachment_image_alt','cleaning services payment handling'),(5214,2257,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553713687{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553374755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5215,2258,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553374755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5216,2259,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5217,2260,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5218,2261,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554027210{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5219,2262,'_wp_attached_file','2020/01/SaaS-for-cleaning.jpg'),(5220,2262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2020/01/SaaS-for-cleaning.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SaaS-for-cleaning-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SaaS-for-cleaning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5221,2262,'_wp_attachment_image_alt','SaaS for cleaning'),(5222,2263,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566196985581{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5223,2264,'_wp_attached_file','2020/01/Accept-payments-easily.jpg'),(5224,2264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:34:\"2020/01/Accept-payments-easily.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Accept-payments-easily-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Accept-payments-easily-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5225,2264,'_wp_attachment_image_alt','Accept payments easily'),(5226,2265,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1566197005570{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(5227,2266,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553794070{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5228,2267,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5229,2268,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5230,2269,'_wp_attached_file','2020/01/SaaS-for-cleaning-1.jpg'),(5231,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:31:\"2020/01/SaaS-for-cleaning-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"SaaS-for-cleaning-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SaaS-for-cleaning-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5232,2269,'_wp_attachment_image_alt','SaaS for cleaning'),(5233,2270,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5234,2271,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5235,2272,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578558603691{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5236,2273,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559279932{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5237,2274,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5238,2275,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5239,2276,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559335484{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5240,2277,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559797437{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5241,2278,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578554350265{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5242,2279,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5243,1836,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5244,2280,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5245,1697,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596681754947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722349726{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722459294{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5246,2281,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559817050{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5247,2282,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5248,2283,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578553903676{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565275508{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5249,2284,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565275508{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5250,2285,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578567243932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5251,2286,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578567243932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5252,2287,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578565044955{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568305788{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(5253,2288,'_wp_attached_file','2020/01/ideal-recurring-billing.jpg'),(5254,2288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:35:\"2020/01/ideal-recurring-billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ideal-recurring-billing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ideal-recurring-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5255,2288,'_wp_attachment_image_alt','ideal recurring billing'),(5256,2289,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578559860996{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5257,2290,'_wp_attached_file','2020/01/ecommerce-features.jpg'),(5258,2290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:30:\"2020/01/ecommerce-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ecommerce-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ecommerce-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5259,2291,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578557572099{margin-top: 25px !important;}'),(5260,2292,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578574831061{margin-top: 25px !important;}'),(5261,2293,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578574974040{margin-top: 25px !important;}'),(5262,2294,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575008039{margin-top: 25px !important;}'),(5263,2295,'_wp_attached_file','2020/01/ecommerce-SaaS-software-features.jpg'),(5264,2295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/ecommerce-SaaS-software-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"ecommerce-SaaS-software-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"ecommerce-SaaS-software-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5265,2295,'_wp_attachment_image_alt','ecommerce SaaS software features'),(5266,2296,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575008039{margin-top: 25px !important;}'),(5267,2297,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575381760{margin-top: 25px !important;}'),(5268,2298,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578575408596{margin-top: 25px !important;}'),(5269,2299,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576232589{margin-top: 25px !important;}'),(5270,2300,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5271,2301,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5272,2302,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5274,2303,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578570707702{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5275,1704,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722515066{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722601318{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(5276,2305,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5277,2306,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577897214{margin-top: 25px !important;}'),(5278,2307,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577897214{margin-top: 25px !important;}'),(5279,2308,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578521337{margin-top: 25px !important;}'),(5280,2309,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578570655404{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(5302,2312,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578641594321{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577058852{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5303,2313,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578641629951{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577058852{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5304,2314,'_wp_attached_file','2020/01/subscription-software-for-education.jpg'),(5305,2314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:47:\"2020/01/subscription-software-for-education.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-education-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscription-software-for-education-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5306,2315,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5307,2316,'_wp_attached_file','2020/01/SaaS-software-for-education.jpg'),(5308,2316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:39:\"2020/01/SaaS-software-for-education.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SaaS-software-for-education-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SaaS-software-for-education-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5309,2316,'_wp_attachment_image_alt','SaaS software for education'),(5310,2317,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578571758212{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578576292923{margin-top: 25px !important;}'),(5311,2314,'_wp_attachment_image_alt','subscription software for education'),(5315,2319,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5316,2320,'_wp_attached_file','2020/01/subscription-management-software-for-education-features.jpg'),(5317,2320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:67:\"2020/01/subscription-management-software-for-education-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"subscription-management-software-for-education-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"subscription-management-software-for-education-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5318,2320,'_wp_attachment_image_alt','subscription management software for education features'),(5319,2321,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578649900535{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5320,2322,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5321,1801,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5322,2323,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5323,1713,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681926792{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722749031{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606723961594{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724060173{margin-top: 25px !important;}'),(5324,2325,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578652852424{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5325,2326,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653518573{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5326,2327,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5327,2328,'_wp_attached_file','2020/01/gym_management-subscription-software.jpg'),(5328,2328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:48:\"2020/01/gym_management-subscription-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"gym_management-subscription-software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"gym_management-subscription-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5329,2328,'_wp_attachment_image_alt','gym_management subscription software'),(5330,2329,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656470696{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5331,2330,'_wp_attached_file','2020/01/subscription-billing-software-for-fitness-centers.jpg'),(5332,2330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/01/subscription-billing-software-for-fitness-centers.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"subscription-billing-software-for-fitness-centers-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"subscription-billing-software-for-fitness-centers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5333,2330,'_wp_attachment_image_alt','subscription billing software for fitness centers'),(5334,2331,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5335,2332,'_wp_attached_file','2020/01/Powering-up-your-fitness-centres.jpg'),(5336,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/Powering-up-your-fitness-centres.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Powering-up-your-fitness-centres-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Powering-up-your-fitness-centres-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5337,2332,'_wp_attachment_image_alt','Powering up your fitness centres'); INSERT INTO `_HTO_postmeta` VALUES (5338,2333,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652641441{margin-top: 25px !important;}'),(5339,2335,'_wp_attached_file','2020/01/24-hour-access.jpg'),(5340,2335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2020/01/24-hour-access.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"24-hour-access-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"24-hour-access-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5341,2335,'_wp_attachment_image_alt','24 hour access'),(5342,2336,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5343,2337,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5344,2338,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5345,2339,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5346,2340,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5347,1860,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5348,2341,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578653547591{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5349,1754,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682166536{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725303442{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725387335{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725461934{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5350,2343,'_wp_attached_file','2020/01/recurring-billing-101.jpg'),(5351,2343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:33:\"2020/01/recurring-billing-101.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"recurring-billing-101-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"recurring-billing-101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5352,2343,'_wp_attachment_image_alt','recurring billing 101'),(5353,2344,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5354,2345,'_wp_attached_file','2020/01/customer-service.jpg'),(5355,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"2020/01/customer-service.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"customer-service-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"customer-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5356,2345,'_wp_attachment_image_alt','better customer service'),(5357,2346,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(5358,2347,'_wp_attached_file','2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg'),(5359,2347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:76:\"2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Top-Features-of-Subscription-Management-Software-for-IT-Business-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Top-Features-of-Subscription-Management-Software-for-IT-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5360,2347,'_wp_attachment_image_alt','Top Features of Subscription Management Software for IT Business'),(5361,2348,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578899331032{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5363,2349,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578906594022{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5364,1718,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681941231{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724228997{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724291874{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724319702{margin-top: 25px !important;}'),(5365,2350,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910159415{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5366,2351,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5367,2352,'_wp_attached_file','2020/01/Manage-Recurring-Payments-with-Ease.jpg'),(5368,2352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:47:\"2020/01/Manage-Recurring-Payments-with-Ease.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Manage-Recurring-Payments-with-Ease-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Manage-Recurring-Payments-with-Ease-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5369,2352,'_wp_attachment_image_alt','Manage Recurring Payments with Ease'),(5370,2353,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5374,2355,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5378,2357,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5379,2358,'_wp_attached_file','2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg'),(5380,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Features-of-SaaS-subscription-software-for-real-estate-2-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Features-of-SaaS-subscription-software-for-real-estate-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5381,2358,'_wp_attachment_image_alt','Features of SaaS subscription software for real estate'),(5382,2359,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(5383,2360,'_wp_attached_file','2020/01/Property-Reporting-and-Analytics.jpg'),(5384,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:44:\"2020/01/Property-Reporting-and-Analytics.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Property-Reporting-and-Analytics-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Property-Reporting-and-Analytics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5385,2360,'_wp_attachment_image_alt','Property Reporting and Analytics'),(5386,2361,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5387,1854,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5388,2362,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911678668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5389,1747,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681953934{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724458800{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724513728{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724637361{margin-top: 25px !important;}'),(5390,2363,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578910195916{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916385080{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5391,2364,'_wp_attached_file','2020/01/Recurring-Billing-is-ideal-for-Restaurants.jpg'),(5392,2364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:54:\"2020/01/Recurring-Billing-is-ideal-for-Restaurants.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Recurring-Billing-is-ideal-for-Restaurants-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Recurring-Billing-is-ideal-for-Restaurants-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5393,2364,'_wp_attachment_image_alt','Recurring Billing is ideal for Restaurants'),(5394,2365,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5395,2366,'_wp_attached_file','2020/01/Why-you-need-the-Subscription-Management-Software.jpg'),(5396,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/01/Why-you-need-the-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Why-you-need-the-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Why-you-need-the-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5397,2366,'_wp_attachment_image_alt','Why you need the Subscription Management Software'),(5398,2367,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(5402,2369,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5407,2372,'_wp_attached_file','2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg'),(5408,2372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:79:\"2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"Features-of-the-Subscription-Management-Software-for-Food-companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Features-of-the-Subscription-Management-Software-for-Food-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5409,2372,'_wp_attachment_image_alt','Features of the Subscription Management Software for Food companies'),(5410,2373,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5412,2375,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578916425999{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5413,1751,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724768469{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725011062{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725137549{margin-top: 25px !important;}'),(5414,2376,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916467295{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5415,2377,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5416,2378,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922978519{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5417,2379,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923002502{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5418,2380,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5419,2381,'_wp_attached_file','2020/01/Embark-on-Digital-Age-of-Travel.jpg'),(5420,2381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:43:\"2020/01/Embark-on-Digital-Age-of-Travel.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Embark-on-Digital-Age-of-Travel-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Embark-on-Digital-Age-of-Travel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5421,2381,'_wp_attachment_image_alt','Embark on Digital Age of Travel'),(5422,2382,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578917589720{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5423,2383,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5424,2384,'_wp_attached_file','2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg'),(5425,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:86:\"2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"Queries-Resolved-by-subscription-management-software-for-Transport-Company-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Queries-Resolved-by-subscription-management-software-for-Transport-Company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5426,2384,'_wp_attachment_image_alt','Queries Resolved by subscription management software for Transport Company'),(5427,2385,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5428,2386,'_wp_attached_file','2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg'),(5429,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:94:\"2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5430,2386,'_wp_attachment_image_alt','Features to Look Out for in Subscription management Software for Transport Company'),(5431,2387,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925683235{margin-top: 25px !important;}'),(5432,2388,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984132808{margin-top: 25px !important;}'),(5433,2389,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5434,1818,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5435,2390,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922691576{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5436,1771,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725666394{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725852503{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606726052977{margin-top: 25px !important;}'),(5437,2392,'_wp_attached_file','2020/01/why-choose-billing-software-today.jpg'),(5438,2392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/01/why-choose-billing-software-today.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"why-choose-billing-software-today-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"why-choose-billing-software-today-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5439,2392,'_wp_attachment_image_alt','why choose billing software today'),(5440,2391,'_edit_last','1'),(5441,2391,'_edit_lock','1578991438:1'),(5442,2393,'_wp_attached_file','2020/01/Why-choose-billing-software-now.jpg'),(5443,2393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/01/Why-choose-billing-software-now.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Why-choose-billing-software-now-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Why-choose-billing-software-now-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5444,2393,'_wp_attachment_image_alt',''),(5445,2391,'_thumbnail_id','2392'),(5447,2391,'_yoast_wpseo_focuskw','Billing Software'),(5448,2391,'_yoast_wpseo_title','Why Choose Billing Software Today? | SubscriptionFlow'),(5449,2391,'_yoast_wpseo_metadesc','Handling daily billing process can led you a great hassle learn Why Choose Billing Software Today? to Help yourself make passive growth'),(5450,2391,'_yoast_wpseo_linkdex','59'),(5451,2391,'_yoast_wpseo_content_score','30'),(5452,2391,'_yoast_wpseo_primary_category','9'),(5453,2395,'_wp_attached_file','2020/01/Subscription-management-software-for-salon.jpg'),(5454,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:54:\"2020/01/Subscription-management-software-for-salon.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Subscription-management-software-for-salon-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Subscription-management-software-for-salon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5455,2395,'_wp_attachment_image_alt','Subscription management software for salon'),(5456,2396,'_wp_attached_file','2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg'),(5457,2396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:80:\"2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Better-Customer’s-Experience-with-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Better-Customer’s-Experience-with-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5458,2396,'_wp_attachment_image_alt','Subscription Management Software for Salons'),(5459,2397,'_wp_attached_file','2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg'),(5460,2397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:59:\"2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Advanced-Features-of-Billing-Software-for-Salon-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Advanced-Features-of-Billing-Software-for-Salon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5461,2398,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(5462,2399,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5463,1895,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5464,2400,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578999933099{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5465,1893,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682283877{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894373506{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894401805{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(5466,2401,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5467,2397,'_wp_attachment_image_alt','Billing Software for Salon'),(5468,2402,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578999983324{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579069933232{margin-top: 25px !important;}'),(5469,2403,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070192168{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579000058244{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579069933232{margin-top: 25px !important;}'),(5470,2404,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579069783888{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070799755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070818726{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(5471,2405,'_wp_attached_file','2020/01/Manage-orders-in-a-hassle-free-way.jpg'),(5472,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2020/01/Manage-orders-in-a-hassle-free-way.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Manage-orders-in-a-hassle-free-way-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Manage-orders-in-a-hassle-free-way-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5473,2405,'_wp_attachment_image_alt','Manage orders in a hassle-free way'),(5474,2406,'_wp_attached_file','2020/01/Minimize-Costs-and-Maximize-your-Efficiency.jpg'),(5475,2406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:55:\"2020/01/Minimize-Costs-and-Maximize-your-Efficiency.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Minimize-Costs-and-Maximize-your-Efficiency-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Minimize-Costs-and-Maximize-your-Efficiency-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5476,2406,'_wp_attachment_image_alt','Minimize Costs and Maximize your Efficiency'),(5477,2407,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579002031366{margin-top: 25px !important;}'),(5478,2408,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088338960{margin-top: 25px !important;}'),(5479,2409,'_wp_attached_file','2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg'),(5480,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:76:\"2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5481,2409,'_wp_attachment_image_alt','Make Magazine Subscriptions more like Digital SaaS Subscriptions'),(5482,2410,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5483,2411,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579078073485{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5484,1899,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980039224{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980245646{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980263742{margin-top: 25px !important;}'),(5486,2412,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5487,2413,'_wp_attached_file','2020/01/Recurring-billing-software-solution-1.jpg'),(5488,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2020/01/Recurring-billing-software-solution-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Recurring-billing-software-solution-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Recurring-billing-software-solution-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5489,2413,'_wp_attachment_image_alt','Recurring billing software solution'),(5490,2414,'_wp_attached_file','2019/12/AI-for-subscription-management-1.jpg'),(5491,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2019/12/AI-for-subscription-management-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"AI-for-subscription-management-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"AI-for-subscription-management-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5492,2415,'_wp_attached_file','2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg'),(5493,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Why-you-need-the-Subscription-Management-Software-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Why-you-need-the-Subscription-Management-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5494,2415,'_wp_attachment_image_alt','Why you need the Subscription Management Software'),(5495,2416,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5496,2417,'_wp_attached_file','2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg'),(5497,2417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:56:\"2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Recurring-Billing-is-ideal-for-Restaurants-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Recurring-Billing-is-ideal-for-Restaurants-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5498,2417,'_wp_attachment_image_alt','Recurring Billing is ideal for Restaurants'),(5499,2418,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1578922155728{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(5500,2419,'_wp_attached_file','2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg'),(5501,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:69:\"2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Reasons-why-Recurring-Billing-for-Nonprofits-is-important-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Reasons-why-Recurring-Billing-for-Nonprofits-is-important-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5502,2419,'_wp_attachment_image_alt','Reasons why Recurring Billing for Nonprofits is important'),(5503,2420,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5504,2421,'_wp_attached_file','2020/01/Enhance-Operations-with-Better-Donor-Management.jpg'),(5505,2421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:59:\"2020/01/Enhance-Operations-with-Better-Donor-Management.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Enhance-Operations-with-Better-Donor-Management-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Enhance-Operations-with-Better-Donor-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5506,2421,'_wp_attachment_image_alt','Enhance Operations with Better Donor Management'),(5507,2422,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579154777932{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(5508,2423,'_wp_attached_file','2020/01/Ease-of-Automatic-Payments.jpg'),(5509,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2020/01/Ease-of-Automatic-Payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Ease-of-Automatic-Payments-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ease-of-Automatic-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5510,2423,'_wp_attachment_image_alt','Ease of Automatic Payments'),(5511,2424,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5512,1988,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5513,2425,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579153755419{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5514,1978,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682328272{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5515,2426,'_wp_attached_file','2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg'),(5516,2426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:66:\"2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Advantages-of-Recurring-Billing-Software-for-hospitals-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Advantages-of-Recurring-Billing-Software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5517,2426,'_wp_attachment_image_alt','Advantages of Recurring Billing Software for hospitals'),(5518,2427,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5519,2428,'_wp_attached_file','2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg'),(5520,2428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:88:\"2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Salient-features-of-Subscription-Management-Software-for-Hospital-Management-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Salient-features-of-Subscription-Management-Software-for-Hospital-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5521,2428,'_wp_attachment_image_alt','Salient features of Subscription Management Software for Hospital Management'),(5522,2429,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(5523,2430,'_wp_attached_file','2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg'),(5524,2430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:70:\"2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Benefits-of-subscription-management-software-for-hospitals-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Benefits-of-subscription-management-software-for-hospitals-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5525,2430,'_wp_attachment_image_alt','Benefits of subscription management software for hospitals'),(5526,2431,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5527,1540,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5528,2432,'_edit_last','1'),(5529,2432,'_edit_lock','1580296004:1'),(5530,2432,'_wp_page_template','default'),(5531,2432,'_wpb_vc_js_status','false'),(5532,2433,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5533,2432,'_yoast_wpseo_content_score','30'),(5534,2432,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5535,2434,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5536,2435,'_wp_attached_file','2020/01/Start-working-with-recurring-billing-software.jpg'),(5537,2435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:57:\"2020/01/Start-working-with-recurring-billing-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Start-working-with-recurring-billing-software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Start-working-with-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5538,2435,'_wp_attachment_image_alt','Start working with recurring billing software'),(5539,2436,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169491127{margin-top: 25px !important;}'),(5540,2437,'_wp_attached_file','2020/01/Achieve-an-Improved-ROI.jpg'),(5541,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:35:\"2020/01/Achieve-an-Improved-ROI.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Achieve-an-Improved-ROI-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Achieve-an-Improved-ROI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5542,2437,'_wp_attachment_image_alt','Achieve an Improved ROI'),(5543,2438,'_wp_attached_file','2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg'),(5544,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:92:\"2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5545,2438,'_wp_attachment_image_alt','Advantages of using the Subscription Management Software for Insurance Companies'),(5546,2439,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169491127{margin-top: 25px !important;}'),(5547,2440,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5548,2441,'_edit_last','1'),(5549,2441,'_wp_page_template','default'),(5550,2441,'_wpb_vc_js_status','true'),(5551,2442,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5552,2441,'_yoast_wpseo_content_score','30'),(5553,2441,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5554,2441,'_edit_lock','1580297053:1'),(5555,2443,'_wp_attached_file','2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg'),(5556,2443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:74:\"2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"How-Subscription-Management-Software-for-Telecom-Billing-Works-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"How-Subscription-Management-Software-for-Telecom-Billing-Works-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5557,2443,'_wp_attachment_image_alt','How Subscription Management Software for Telecom Billing Works?'),(5558,2444,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579177185876{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5559,2445,'_wp_attached_file','2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg'),(5560,2445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:78:\"2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5561,2445,'_wp_attachment_image_alt','Features of Ideal Telecom Billing Subscription Management Software'),(5562,2446,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579181137680{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579181226984{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5563,2447,'_wp_attached_file','2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg'),(5564,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:100:\"2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5565,2447,'_wp_attachment_image_alt','Subscription Management Software for Telecom Billing offers Adaptability and Scalability'),(5566,2448,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5567,2049,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5568,2449,'_wp_attached_file','2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg'),(5569,2449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:80:\"2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5570,2449,'_wp_attachment_image_alt','Features of Ideal Telecom Billing Subscription Management Software'),(5571,2450,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5572,2045,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979760050{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979903225{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979961198{margin-top: 25px !important;}'),(5573,2451,'_edit_last','1'),(5574,2451,'_edit_lock','1606721683:1'),(5575,2452,'_wp_attached_file','2020/01/Attain-Business-Excellence-through-Automation.jpg'),(5576,2452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:57:\"2020/01/Attain-Business-Excellence-through-Automation.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Attain-Business-Excellence-through-Automation-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Attain-Business-Excellence-through-Automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5577,2452,'_wp_attachment_image_alt','Attain Business Excellence through Automation'),(5578,2451,'_wp_page_template','default'),(5579,2451,'_wpb_vc_js_status','true'),(5580,2453,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5581,2451,'_yoast_wpseo_content_score','30'),(5582,2451,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5583,2454,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5584,2455,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256445942{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5585,2456,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256528478{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5586,2457,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256553243{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5587,2458,'_wp_attached_file','2020/01/No-More-Hassle.jpg'),(5588,2458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:26:\"2020/01/No-More-Hassle.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"No-More-Hassle-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"No-More-Hassle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5589,2458,'_wp_attachment_image_alt','No More Hassle'),(5590,2459,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579256553243{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(5591,2460,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5592,2461,'_wp_attached_file','2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg'),(5593,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:103:\"2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:103:\"Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5594,2461,'_wp_attachment_image_alt','Pros of selecting recurring billing software for small business powered by SubscriptionFlow'),(5595,2462,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5596,2463,'_edit_last','1'),(5597,2463,'_edit_lock','1579266968:1'),(5598,2464,'_wp_attached_file','2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg'),(5599,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:94:\"2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:95:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:94:\"Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5600,2464,'_wp_attachment_image_alt','Why Digital Transformation Should Drive Subscription Business Model Transformation'),(5601,2465,'_wp_attached_file','2020/01/Dgital-transformation.jpg'),(5602,2465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2020/01/Dgital-transformation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Dgital-transformation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Dgital-transformation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5603,2465,'_wp_attachment_image_alt',''),(5604,2463,'_thumbnail_id','2464'),(5605,2463,'_yoast_wpseo_focuskw','subscription business model'),(5606,2463,'_yoast_wpseo_title','Why Digital Transformation Should Drive Subscription Business Model Transformation?'),(5607,2463,'_yoast_wpseo_linkdex','61'),(5608,2463,'_yoast_wpseo_content_score','30'),(5609,2463,'_yoast_wpseo_primary_category','5'),(5611,2468,'_edit_last','1'),(5612,2468,'_edit_lock','1579519242:1'),(5613,2469,'_wp_attached_file','2020/01/280412-P6ATOW-488.jpg'),(5614,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2020/01/280412-P6ATOW-488.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"280412-P6ATOW-488-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"280412-P6ATOW-488-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"280412-P6ATOW-488-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5615,2469,'_wp_attachment_image_alt','measure your business growth'),(5621,2472,'_wp_attached_file','2020/01/measure-of-business-growth.jpg'),(5622,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/01/measure-of-business-growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"measure-of-business-growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"measure-of-business-growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5623,2472,'_wp_attachment_image_alt',''),(5624,2468,'_thumbnail_id','2469'),(5626,2468,'_yoast_wpseo_focuskw','Subscription'),(5627,2468,'_yoast_wpseo_title','Three Core Metrics to Measure Subscription Business Growth'),(5628,2468,'_yoast_wpseo_metadesc','You can Guage Subscription Business Matrics by keeping an Eye on Three Core Metrics to Measure Subscription Business Growth.'),(5629,2468,'_yoast_wpseo_linkdex','67'),(5630,2468,'_yoast_wpseo_content_score','30'),(5631,2468,'_yoast_wpseo_primary_category','5'),(5632,2474,'_edit_last','1'),(5633,2474,'_edit_lock','1579699921:1'),(5634,2475,'_wp_attached_file','2020/01/subscription-billing-process.jpg'),(5635,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/01/subscription-billing-process.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"subscription-billing-process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"subscription-billing-process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5636,2475,'_wp_attachment_image_alt','best subscription billing software'),(5637,2476,'_wp_attached_file','2020/01/Subscription-billing-software-1.jpg'),(5638,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2020/01/Subscription-billing-software-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Subscription-billing-software-1-1024x853.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Subscription-billing-software-1-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5639,2476,'_wp_attachment_image_alt','online Subscription billing-software'),(5640,2474,'_thumbnail_id','2475'),(5642,2474,'_yoast_wpseo_focuskw','Subscription Billing'),(5643,2474,'_yoast_wpseo_title','A Must-Read for Everyone Who Is Still Curious About Subscription Billing'),(5644,2474,'_yoast_wpseo_metadesc','A Must-Read for Everyone Who Is Still Curious About Subscription Billing. Online Subscription Billing Software can make your business grow within no time.'),(5645,2474,'_yoast_wpseo_linkdex','72'),(5646,2474,'_yoast_wpseo_content_score','30'),(5647,2474,'_yoast_wpseo_primary_category','5'),(5650,2479,'_edit_last','1'),(5651,2479,'_edit_lock','1579864800:1'),(5652,2480,'_wp_attached_file','2020/01/recuring-invoicing.jpg'),(5653,2480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/01/recuring-invoicing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recuring-invoicing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recuring-invoicing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5654,2480,'_wp_attachment_image_alt','recurring invoicing'),(5655,2481,'_wp_attached_file','2020/01/515319-PIRK7R-406.jpg'),(5656,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2020/01/515319-PIRK7R-406.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"515319-PIRK7R-406-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"515319-PIRK7R-406-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5657,2481,'_wp_attachment_image_alt',''),(5658,2479,'_thumbnail_id','2480'),(5660,2479,'_yoast_wpseo_focuskw','billing'),(5661,2479,'_yoast_wpseo_title','Automate your Billing with Recurring Invoices | SubscriptionFlow'),(5662,2479,'_yoast_wpseo_metadesc','Automate your Billing with Recurring Invoices. SubscriptionFlow Tailored Recurring Billing Solutions can Inject Growth with Automation.'),(5663,2479,'_yoast_wpseo_linkdex','60'),(5664,2479,'_yoast_wpseo_content_score','30'),(5665,2479,'_yoast_wpseo_primary_category','9'),(5666,2483,'_edit_last','1'),(5667,2483,'_edit_lock','1580198734:1'),(5668,2484,'_wp_attached_file','2020/01/retain-customers-with-subscriptionflow.jpg'),(5669,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/01/retain-customers-with-subscriptionflow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"retain-customers-with-subscriptionflow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"retain-customers-with-subscriptionflow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5670,2484,'_wp_attachment_image_alt','retain customers with subscriptionflow'),(5671,2485,'_wp_attached_file','2020/01/Guide-for-customer-retention.jpg'),(5672,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/01/Guide-for-customer-retention.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Guide-for-customer-retention-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Guide-for-customer-retention-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5673,2485,'_wp_attachment_image_alt','Guide for customer retention'),(5674,2483,'_thumbnail_id','2484'),(5676,2483,'_yoast_wpseo_focuskw','Customer Retention'),(5677,2483,'_yoast_wpseo_title','The Definitive Guide to Improving Customer Retention for Your Business'),(5678,2483,'_yoast_wpseo_metadesc','Retaining Your Customers is very Dificult if you don\'t have a Proper Plan Read here The Definitive Guide to Improving Customer Retention for Your Business.'),(5679,2483,'_yoast_wpseo_linkdex','69'),(5680,2483,'_yoast_wpseo_content_score','30'),(5681,2483,'_yoast_wpseo_primary_category','5'),(5683,2488,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5684,1535,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5685,2489,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(5687,2490,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5688,1470,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(5690,2491,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5691,1392,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(5692,2492,'_edit_last','1'),(5693,2492,'_edit_lock','1580306696:1'),(5694,2493,'_wp_attached_file','2020/01/Switch-to-SaaS.jpg'),(5695,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/01/Switch-to-SaaS.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Switch-to-SaaS-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Switch-to-SaaS-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5696,2493,'_wp_attachment_image_alt','Switch to SaaS'),(5697,2494,'_wp_attached_file','2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg'),(5698,2494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Switch-to-SaaS-for-Ultimate-Growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Switch-to-SaaS-for-Ultimate-Growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5699,2494,'_wp_attachment_image_alt','Switch to SaaS for Ultimate Growth'),(5700,2492,'_thumbnail_id','2494'),(5702,2492,'_yoast_wpseo_focuskw','SaaS subscription'),(5703,2492,'_yoast_wpseo_title','Switch to SaaS subscription software for Multifunctioning | SubscriptionFlow'),(5704,2492,'_yoast_wpseo_metadesc','Handle your Subscriptions Task efficiently by Switch to SaaS subscription software for Multifunctioning to Trun your Growth Graph Upwards.'),(5705,2492,'_yoast_wpseo_linkdex','65'),(5706,2492,'_yoast_wpseo_content_score','30'),(5707,2492,'_yoast_wpseo_primary_category','5'),(5708,2496,'_wp_attached_file','2020/01/invoice-recu.png'),(5709,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:814;s:4:\"file\";s:24:\"2020/01/invoice-recu.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"invoice-recu-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"invoice-recu-1024x660.png\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"invoice-recu-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"invoice-recu-768x495.png\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5710,2496,'_wp_attachment_image_alt','Recurring Payments Processing and Accounting'),(5711,2498,'_edit_last','1'),(5712,2498,'_edit_lock','1580713675:1'),(5713,2499,'_wp_attached_file','2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg'),(5714,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Manage-Subscriptions-Easily-Across-Channels-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Manage-Subscriptions-Easily-Across-Channels-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5715,2499,'_wp_attachment_image_alt','Manage Subscriptions Easily Across Channels'),(5716,2500,'_wp_attached_file','2020/02/Manage-subscription-across-channels.jpg'),(5717,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/02/Manage-subscription-across-channels.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Manage-subscription-across-channels-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Manage-subscription-across-channels-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5718,2500,'_wp_attachment_image_alt','Manage subscription across channels'),(5721,2498,'_thumbnail_id','2500'),(5723,2498,'_yoast_wpseo_focuskw','Manage Subscriptions'),(5724,2498,'_yoast_wpseo_title','Manage Subscriptions Easily Across Channels | SubscriptionFlow'),(5725,2498,'_yoast_wpseo_metadesc','You can Manage Subscriptions Easily Across Channels with SaaS Subscription Management Software to Get Rocketing Across Channels.'),(5726,2498,'_yoast_wpseo_linkdex','69'),(5727,2498,'_yoast_wpseo_content_score','30'),(5728,2498,'_yoast_wpseo_primary_category','5'),(5729,2503,'_edit_last','1'),(5730,2503,'_edit_lock','1580996941:1'),(5731,2503,'_yoast_wpseo_content_score','30'),(5732,2503,'_yoast_wpseo_primary_category','9'),(5733,2509,'_wp_attached_file','2020/02/Invocing-software-for-small-business.jpg'),(5734,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/02/Invocing-software-for-small-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Invocing-software-for-small-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Invocing-software-for-small-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5735,2509,'_wp_attachment_image_alt','Invoicing software for small business'),(5736,2510,'_wp_attached_file','2020/02/Invoivcing-software-for-small-businesses.jpg'),(5737,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2020/02/Invoivcing-software-for-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Invoivcing-software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Invoivcing-software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5738,2510,'_wp_attachment_image_alt',''),(5739,2503,'_thumbnail_id','2509'),(5741,2503,'_yoast_wpseo_focuskw','Online Invoicing Software for Small Business'),(5742,2503,'_yoast_wpseo_title','If you are a Small Business then Online Invoicing Software for Small Business is for you'),(5743,2503,'_yoast_wpseo_metadesc','If you are a Small Business then Online Invoicing Software for Small Business is for you with its Fast payments processing moduals.'),(5744,2503,'_yoast_wpseo_linkdex','65'),(5745,2512,'_edit_last','1'),(5746,2512,'_edit_lock','1581430333:1'),(5747,2513,'_wp_attached_file','2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg'),(5748,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:79:\"2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"SaaS-Subscription-Software-has-made-Business-Management-Hassle-free-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5749,2513,'_wp_attachment_image_alt','SaaS Subscription Software has made Business Management Hassle-free'),(5750,2514,'_wp_attached_file','2020/02/hassle-free-business-operations.jpg'),(5751,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/02/hassle-free-business-operations.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"hassle-free-business-operations-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"hassle-free-business-operations-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5752,2514,'_wp_attachment_image_alt',''),(5753,2514,'_wp_attachment_image_alt',''),(5754,2512,'_thumbnail_id','2513'),(5756,2512,'_yoast_wpseo_focuskw','SaaS Subscription Software'),(5757,2512,'_yoast_wpseo_title','SaaS Subscription Software has made Business Management Hassle-free'),(5758,2512,'_yoast_wpseo_metadesc','SaaS Subscription Software has made Business Management Hassle-free to Let you manage things under single platform with automated process.'),(5759,2512,'_yoast_wpseo_linkdex','75'),(5760,2512,'_yoast_wpseo_content_score','30'),(5761,2512,'_yoast_wpseo_primary_category','5'),(5762,2516,'_edit_last','1'),(5763,2516,'_edit_lock','1582029667:1'),(5764,2517,'_wp_attached_file','2020/02/automatic-payments.jpg'),(5765,2517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/02/automatic-payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"automatic-payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"automatic-payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"automatic-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"automatic-payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5766,2517,'_wp_attachment_image_alt','automatic payments'),(5767,2518,'_wp_attached_file','2020/02/automatic-recurring-payment-services.jpg'),(5768,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/02/automatic-recurring-payment-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"automatic-recurring-payment-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-payment-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5769,2518,'_wp_attachment_image_alt',''),(5770,2516,'_thumbnail_id','2517'),(5772,2516,'_yoast_wpseo_focuskw','Automatic Payment'),(5773,2516,'_yoast_wpseo_title','How to Set Up Automatic Payments for your Business | SubscriptionFlow'),(5774,2516,'_yoast_wpseo_metadesc','Managing Payment without any Hassle is Tough ask Learn How to Set Up Automatic Payments for your Business to Maintain Smooth Operations.'),(5775,2516,'_yoast_wpseo_linkdex','65'),(5776,2516,'_yoast_wpseo_content_score','30'),(5777,2516,'_yoast_wpseo_primary_category','5'),(5778,2520,'_edit_last','1'),(5779,2520,'_edit_lock','1594654920:1'),(5780,2521,'_wp_attached_file','2020/02/how-to-charge-Recurring-payments.jpg'),(5781,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/02/how-to-charge-Recurring-payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"how-to-charge-Recurring-payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"how-to-charge-Recurring-payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5782,2521,'_wp_attachment_image_alt','how to charge Recurring payments'),(5783,2522,'_wp_attached_file','2020/02/recurring-deposit.jpg'),(5784,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2020/02/recurring-deposit.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"recurring-deposit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"recurring-deposit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5785,2522,'_wp_attachment_image_alt',''),(5786,2520,'_thumbnail_id','2521'),(5788,2520,'_yoast_wpseo_focuskw','Recurring Payments'),(5789,2520,'_yoast_wpseo_title','How to Charge Recurring Payments | SubscriptionFlow'),(5790,2520,'_yoast_wpseo_metadesc','Charging your customer for recurring dues can be a tricky task learn how to charge recurring payments for your business to ensure rapid growth.'),(5791,2520,'_yoast_wpseo_linkdex','61'),(5792,2520,'_yoast_wpseo_content_score','30'),(5793,2520,'_yoast_wpseo_primary_category','60'),(5794,2524,'_edit_last','1'),(5795,2524,'_edit_lock','1582635437:1'),(5800,2524,'_yoast_wpseo_title','Manage Payments as per Customer’s turn out through Recurring Billing'),(5801,2524,'_yoast_wpseo_content_score','30'),(5802,2524,'_yoast_wpseo_primary_category','60'),(5805,2524,'_yoast_wpseo_metadesc','Handle all your recurring billing amounts efficiently with online recurring payment software developed by SubscriptionFlow. Say no to manual entering.'),(5806,2528,'_wp_attached_file','2020/02/Recurring-Billing-Software-1.jpg'),(5807,2528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/02/Recurring-Billing-Software-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Recurring-Billing-Software-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Recurring-Billing-Software-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:137:\"Stock exchange isometric composition with stock market price on laptop display control schedule bundles of banknotes vector illustration\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"Stock Exchange Isometric Composition\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:4:\"bank\";i:1;s:6:\"broker\";i:2;s:9:\"banknotes\";i:3;s:7:\"trading\";i:4;s:6:\"invest\";i:5;s:4:\"euro\";i:6;s:4:\"bond\";i:7;s:5:\"index\";i:8;s:6:\"crisis\";i:9;s:8:\"economic\";i:10;s:4:\"bull\";i:11;s:4:\"bill\";i:12;s:5:\"track\";i:13;s:5:\"price\";i:14;s:4:\"coin\";i:15;s:3:\"pay\";i:16;s:7:\"finance\";i:17;s:6:\"market\";i:18;s:8:\"strategy\";i:19;s:6:\"growth\";i:20;s:5:\"trend\";i:21;s:6:\"laptop\";i:22;s:7:\"display\";i:23;s:3:\"buy\";i:24;s:8:\"currency\";i:25;s:8:\"analysis\";i:26;s:5:\"stock\";i:27;s:4:\"bear\";i:28;s:7:\"banking\";i:29;s:6:\"dollar\";i:30;s:5:\"trade\";i:31;s:7:\"concept\";i:32;s:3:\"set\";i:33;s:8:\"elements\";i:34;s:6:\"emblem\";i:35;s:6:\"object\";i:36;s:10:\"decorative\";i:37;s:10:\"collection\";i:38;s:5:\"icons\";i:39;s:7:\"element\";i:40;s:4:\"sign\";i:41;s:8:\"abstract\";i:42;s:3:\"art\";i:43;s:6:\"symbol\";i:44;s:6:\"design\";i:45;s:7:\"graphic\";i:46;s:12:\"illustration\";i:47;s:2:\"3d\";i:48;s:6:\"vector\";i:49;s:9:\"isometric\";}}}'),(5808,2529,'_wp_attached_file','2020/02/Online-Recurring-Payment.jpg'),(5809,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/02/Online-Recurring-Payment.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Online-Recurring-Payment-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Online-Recurring-Payment-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5810,2524,'_thumbnail_id','2528'),(5811,2533,'_edit_last','1'),(5812,2533,'_edit_lock','1582891119:1'),(5813,2534,'_wp_attached_file','2020/02/saas-subscription-system.jpg'),(5814,2534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/02/saas-subscription-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"saas-subscription-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"saas-subscription-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5815,2534,'_wp_attachment_image_alt','saas-subscription-system'),(5816,2535,'_wp_attached_file','2020/02/Subscription-management-system.jpg'),(5817,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/02/Subscription-management-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Subscription-management-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Subscription-management-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5818,2533,'_thumbnail_id','2534'),(5820,2533,'_yoast_wpseo_focuskw','Subscription Management System'),(5821,2533,'_yoast_wpseo_title','Maximize Revenue and Remove Payment Complexity through A Subscription Management System'),(5822,2533,'_yoast_wpseo_metadesc','Maximize Revenue and Remove Payment Complexity through A Subscription Management System and Make your Business Growth Steady.'),(5823,2533,'_yoast_wpseo_linkdex','70'),(5824,2533,'_yoast_wpseo_content_score','30'),(5825,2533,'_yoast_wpseo_primary_category','5'),(5826,2537,'_edit_last','1'),(5827,2537,'_edit_lock','1583156683:1'),(5828,2538,'_wp_attached_file','2020/03/invoice-automation.jpg'),(5829,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/03/invoice-automation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"invoice-automation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"invoice-automation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"invoice-automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"invoice-automation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5830,2538,'_wp_attachment_image_alt','invoice-automation'),(5831,2539,'_wp_attached_file','2020/03/billing-invoicing-automation.jpg'),(5832,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/03/billing-invoicing-automation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"billing-invoicing-automation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"billing-invoicing-automation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5833,2539,'_wp_attachment_image_alt',''),(5834,2537,'_thumbnail_id','2538'),(5836,2537,'_yoast_wpseo_focuskw','Invoice Automation'),(5837,2537,'_yoast_wpseo_title','Embrace Invoice Automation and Say Goodbye to Invoice Distresses'),(5838,2537,'_yoast_wpseo_metadesc','Embrace Invoice Automation and Say Goodbye to Invoice Distresses with SubscriptionFlow Invoicing Software can help you out to manage recurring payments.'),(5839,2537,'_yoast_wpseo_linkdex','69'),(5840,2537,'_yoast_wpseo_content_score','30'),(5841,2537,'_yoast_wpseo_primary_category','9'),(5842,2542,'_wp_attached_file','2020/03/AI-and-SaaS.jpg'),(5843,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/03/AI-and-SaaS.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"AI-and-SaaS-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"AI-and-SaaS-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5844,2542,'_wp_attachment_image_alt','AI and SaaS'),(5853,2544,'_edit_last','1'),(5854,2544,'_thumbnail_id','2542'),(5855,2544,'_yoast_wpseo_content_score','30'),(5856,2544,'_yoast_wpseo_primary_category','5'),(5857,2544,'_edit_lock','1583323109:1'),(5858,2546,'_wp_attached_file','2020/03/17590-scaled.jpg'),(5859,2546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"2020/03/17590-scaled.jpg\";s:5:\"sizes\";a:1:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"17590-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:36:\"Illustration of robot vector graphic\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"Illustration of robot vector graphic\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:18:{i:0;s:10:\"collection\";i:1;s:7:\"graphic\";i:2;s:4:\"icon\";i:3;s:12:\"illustration\";i:4;s:3:\"set\";i:5;s:6:\"vector\";i:6;s:2:\"ai\";i:7;s:7:\"android\";i:8;s:10:\"automation\";i:9;s:9:\"character\";i:10;s:6:\"cyborg\";i:11;s:10:\"innovation\";i:12;s:7:\"machine\";i:13;s:10:\"mechanical\";i:14;s:5:\"robot\";i:15;s:7:\"robotic\";i:16;s:10:\"technology\";i:17;s:8:\"business\";}}s:14:\"original_image\";s:9:\"17590.jpg\";}'),(5861,2544,'_yoast_wpseo_title','AI Technology Has Empowered Businesses to Excel in the SaaS Market'),(5862,2547,'_edit_last','1'),(5863,2547,'_edit_lock','1583497435:1'),(5864,2548,'_wp_attached_file','2020/03/subscription-handling-system.jpg'),(5865,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/03/subscription-handling-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"subscription-handling-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"subscription-handling-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5866,2548,'_wp_attachment_image_alt','subscription-handling-system'),(5867,2549,'_wp_attached_file','2020/03/SaaS-subscription-handling-software.jpg'),(5868,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/03/SaaS-subscription-handling-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"SaaS-subscription-handling-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"SaaS-subscription-handling-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5869,2549,'_wp_attachment_image_alt','SaaS-subscription-handling-software'),(5870,2549,'_wp_attachment_image_alt','SaaS-subscription-handling-software'),(5871,2547,'_thumbnail_id','2548'),(5873,2547,'_yoast_wpseo_title','SubscriptionFlow Delivering Unparalleled Services to Empower Smart Brands'),(5874,2547,'_yoast_wpseo_content_score','30'),(5875,2547,'_yoast_wpseo_primary_category','3'),(5876,2551,'_edit_last','1'),(5877,2551,'_edit_lock','1583753336:1'),(5878,2552,'_wp_attached_file','2020/03/automatic-recurring-billing-software.jpg'),(5879,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/03/automatic-recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"automatic-recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"automatic-recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5880,2552,'_wp_attachment_image_alt','automatic recurring billing-software'),(5881,2553,'_wp_attached_file','2020/03/AI-based-recurring-billing-software.jpg'),(5882,2553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/03/AI-based-recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"AI-based-recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"AI-based-recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5883,2553,'_wp_attachment_image_alt',''),(5884,2551,'_thumbnail_id','2552'),(5886,2551,'_yoast_wpseo_focuskw','Automatic Recurring Billing Software'),(5887,2551,'_yoast_wpseo_title','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue'),(5888,2551,'_yoast_wpseo_metadesc','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue and Start your progress Needle Moving Upwards th e horizen.'),(5889,2551,'_yoast_wpseo_linkdex','69'),(5890,2551,'_yoast_wpseo_content_score','30'),(5891,2551,'_yoast_wpseo_primary_category','60'),(5892,2555,'_edit_last','1'),(5893,2555,'_edit_lock','1583933965:1'),(5894,2556,'_wp_attached_file','2020/03/recurring-payments-processing.jpg'),(5895,2556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/03/recurring-payments-processing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"recurring-payments-processing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"recurring-payments-processing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5896,2556,'_wp_attachment_image_alt','recurring payments processing'),(5899,2558,'_wp_attached_file','2020/03/recurring-payments-features.jpg'),(5900,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:952;s:6:\"height\";i:996;s:4:\"file\";s:39:\"2020/03/recurring-payments-features.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"recurring-payments-features-768x803.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:63:\"circles and colors tech infographics vector illustration design\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"circles and colors tech infographics\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:6:\"layout\";i:1;s:8:\"business\";i:2;s:8:\"brochure\";i:3;s:6:\"shield\";i:4;s:8:\"security\";i:5;s:6:\"secure\";i:6;s:7:\"desktop\";i:7;s:8:\"computer\";i:8;s:7:\"display\";i:9;s:6:\"folder\";i:10;s:9:\"documents\";i:11;s:6:\"circle\";i:12;s:6:\"around\";i:13;s:8:\"circular\";i:14;s:11:\"publication\";i:15;s:8:\"editable\";i:16;s:6:\"option\";i:17;s:6:\"modern\";i:18;s:5:\"order\";i:19;s:7:\"hi-tech\";i:20;s:8:\"sequence\";i:21;s:11:\"infographic\";i:22;s:10:\"technology\";i:23;s:6:\"choice\";i:24;s:9:\"promotion\";i:25;s:4:\"step\";i:26;s:9:\"corporate\";i:27;s:6:\"banner\";i:28;s:5:\"round\";i:29;s:8:\"creative\";i:30;s:6:\"vector\";i:31;s:12:\"illustration\";i:32;s:11:\"advertising\";i:33;s:7:\"special\";i:34;s:4:\"menu\";i:35;s:5:\"shine\";i:36;s:12:\"infographics\";i:37;s:4:\"icon\";i:38;s:12:\"presentation\";i:39;s:6:\"design\";i:40;s:4:\"tech\";i:41;s:5:\"label\";i:42;s:7:\"content\";i:43;s:7:\"product\";i:44;s:5:\"style\";i:45;s:5:\"trend\";i:46;s:4:\"plan\";i:47;s:7:\"options\";i:48;s:5:\"graph\";i:49;s:7:\"diagram\";}}}'),(5901,2558,'_wp_attachment_image_alt','recurring-payments-features'),(5902,2555,'_thumbnail_id','2556'),(5904,2555,'_yoast_wpseo_title','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software'),(5905,2555,'_yoast_wpseo_metadesc','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software Powered with Artificial Intellegence.'),(5906,2555,'_yoast_wpseo_content_score','60'),(5907,2555,'_yoast_wpseo_primary_category','60'),(5908,2561,'_edit_last','1'),(5909,2561,'_edit_lock','1584098021:1'),(5910,2562,'_wp_attached_file','2020/03/how-subscription-software-helping-small-business.jpg'),(5911,2562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2020/03/how-subscription-software-helping-small-business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"how-subscription-software-helping-small-business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"how-subscription-software-helping-small-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5912,2562,'_wp_attachment_image_alt','how subscription software helping small business'),(5913,2563,'_wp_attached_file','2020/03/saas-subscription-software-helping-small-businesses.jpg'),(5914,2563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:63:\"2020/03/saas-subscription-software-helping-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"saas-subscription-software-helping-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"saas-subscription-software-helping-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5915,2563,'_wp_attachment_image_alt','saas subscription software helping small businesses'),(5916,2561,'_thumbnail_id','2562'),(5918,2561,'_yoast_wpseo_title','Reach your Full Potential as a Small Business with Subscription Management Software'),(5919,2561,'_yoast_wpseo_metadesc','Reach your Full Potential as a Small Business with Subscription Management Software and Stablise your Recurring Payment Processing through AI.'),(5920,2561,'_yoast_wpseo_content_score','30'),(5921,2561,'_yoast_wpseo_primary_category','5'),(5922,2565,'_edit_last','1'),(5923,2565,'_edit_lock','1584452143:1'),(5924,2566,'_wp_attached_file','2020/03/automatic-billing-software.jpg'),(5925,2566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/03/automatic-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"automatic-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"automatic-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5926,2566,'_wp_attachment_image_alt','automatic billing-software'),(5927,2567,'_wp_attached_file','2020/03/Subscriptionflow-automated-billing-software-scaled.jpg'),(5928,2567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:62:\"2020/03/Subscriptionflow-automated-billing-software-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Subscriptionflow-automated-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Subscriptionflow-automated-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"Subscriptionflow-automated-billing-software-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:57:\"Subscriptionflow-automated-billing-software-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:47:\"Subscriptionflow-automated-billing-software.jpg\";}'),(5929,2567,'_wp_attachment_image_alt',''),(5930,2565,'_thumbnail_id','2566'),(5932,2565,'_yoast_wpseo_title','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity'),(5933,2565,'_yoast_wpseo_metadesc','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity and Manage your billing workload with automation.'),(5934,2565,'_yoast_wpseo_content_score','30'),(5935,2565,'_yoast_wpseo_primary_category','9'),(5999,2577,'_edit_last','1'),(6000,2577,'_edit_lock','1585558186:1'),(6001,2578,'_wp_attached_file','2020/03/Recurring-Billing-Software-process-1.jpg'),(6002,2578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/03/Recurring-Billing-Software-process-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Recurring-Billing-Software-process-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Recurring-Billing-Software-process-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6003,2578,'_wp_attachment_image_alt','Recurring-Billing-Software-process'),(6004,2579,'_wp_attached_file','2020/03/Recurring-Billing-System-1.jpg'),(6005,2579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/03/Recurring-Billing-System-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Recurring-Billing-System-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Recurring-Billing-System-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6006,2579,'_wp_attachment_image_alt','Recurring Billing System'),(6007,2579,'_wp_attachment_image_alt','Recurring Billing System'),(6008,2577,'_thumbnail_id','2578'),(6010,2577,'_yoast_wpseo_content_score','60'),(6011,2577,'_yoast_wpseo_primary_category','60'),(6012,2581,'_menu_item_type','post_type'),(6013,2581,'_menu_item_menu_item_parent','243'),(6014,2581,'_menu_item_object_id','129'),(6015,2581,'_menu_item_object','page'),(6016,2581,'_menu_item_target',''),(6017,2581,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6018,2581,'_menu_item_xfn',''),(6019,2581,'_menu_item_url',''),(6030,2583,'_menu_item_type','post_type'),(6031,2583,'_menu_item_menu_item_parent','243'),(6032,2583,'_menu_item_object_id','828'),(6033,2583,'_menu_item_object','page'),(6034,2583,'_menu_item_target',''),(6035,2583,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6036,2583,'_menu_item_xfn',''),(6037,2583,'_menu_item_url',''),(6038,2585,'_edit_last','1'),(6039,2585,'_edit_lock','1624617795:1'),(6040,2585,'_wp_page_template','default'),(6050,2585,'_wpb_vc_js_status','true'),(6052,2585,'_yoast_wpseo_content_score','30'),(6053,2585,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6059,2595,'_wp_attached_file','2020/04/authorize.png'),(6060,2595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:99;s:4:\"file\";s:21:\"2020/04/authorize.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"authorize-150x99.png\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6061,2595,'_wp_attachment_image_alt','Authorize.net'),(6063,2597,'_edit_last','1'),(6064,2597,'_edit_lock','1611563491:1'),(6065,2597,'_wp_page_template','default'),(6075,2597,'_wpb_vc_js_status','true'),(6076,2600,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1585729489238{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574345727625{margin-top: 25px !important;}'),(6077,2597,'_yoast_wpseo_content_score','30'),(6078,2597,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(6079,2601,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6080,2602,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6081,2604,'_wp_attached_file','2020/04/xero.png'),(6082,2604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:16:\"2020/04/xero.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6083,2604,'_wp_attachment_image_alt','xero'),(6084,2605,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6085,2606,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6086,2607,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6087,2608,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6088,2609,'_wp_attached_file','2020/04/qb.png'),(6089,2609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:49;s:4:\"file\";s:14:\"2020/04/qb.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6090,2610,'_wp_attached_file','2020/04/zapier.png'),(6091,2610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2020/04/zapier.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6092,2611,'_wp_attached_file','2020/04/zendesk-medium.png'),(6093,2611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:73;s:6:\"height\";i:56;s:4:\"file\";s:26:\"2020/04/zendesk-medium.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6094,2612,'_wp_attached_file','2020/04/avalara.png'),(6095,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:102;s:4:\"file\";s:19:\"2020/04/avalara.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6096,2613,'_wp_attached_file','2020/04/hubspot.png'),(6097,2613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2020/04/hubspot.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hubspot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6098,2614,'_wp_attached_file','2020/04/Pipedrive.png'),(6099,2614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:304;s:6:\"height\";i:304;s:4:\"file\";s:21:\"2020/04/Pipedrive.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Pipedrive-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Pipedrive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6100,2615,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6101,2616,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6102,2617,'_wpb_shortcodes_custom_css','.vc_custom_1585746416528{padding-top: 70px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6103,2618,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1585746497944{padding-top: 70px !important;}'),(6104,2619,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6105,2620,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6106,2621,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6107,2622,'_wp_attached_file','2020/04/mailchimp.png'),(6108,2622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:76;s:6:\"height\";i:80;s:4:\"file\";s:21:\"2020/04/mailchimp.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6109,2623,'_wp_attached_file','2020/04/piesync.png'),(6110,2623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:146;s:4:\"file\";s:19:\"2020/04/piesync.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6111,2624,'_wp_attached_file','2020/04/sugarCRM.png'),(6112,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:82;s:4:\"file\";s:20:\"2020/04/sugarCRM.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6113,2625,'_wp_attached_file','2020/04/sugarcrm-logo.png'),(6114,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:36;s:4:\"file\";s:25:\"2020/04/sugarcrm-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sugarcrm-logo-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6115,2626,'_wp_attached_file','2020/04/zoho-crm.png'),(6116,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2020/04/zoho-crm.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"zoho-crm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6117,2627,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6118,2628,'_wp_attached_file','2020/04/zohocrm.png'),(6119,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:156;s:4:\"file\";s:19:\"2020/04/zohocrm.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"zohocrm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6120,2629,'_wp_attached_file','2020/04/sugarcrm-logo-new.png'),(6121,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2020/04/sugarcrm-logo-new.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sugarcrm-logo-new-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6122,2630,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6123,2631,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6124,2632,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6125,2633,'_wp_attached_file','2020/04/slack2.png'),(6126,2633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:294;s:4:\"file\";s:18:\"2020/04/slack2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slack2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6127,2633,'_edit_lock','1585900284:1'),(6128,2634,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6129,2635,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6130,2636,'_wp_attached_file','2020/04/salesforce.png'),(6131,2636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:118;s:4:\"file\";s:22:\"2020/04/salesforce.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6132,2636,'_edit_lock','1585900286:1'),(6133,2637,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6134,2638,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6135,2639,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6136,2640,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6137,2641,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6138,2642,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6139,2643,'_edit_last','1'),(6140,2643,'_edit_lock','1585909363:1'),(6141,2644,'_edit_last','1'),(6142,2644,'_edit_lock','1585930778:1'),(6143,2645,'_wp_attached_file','2020/04/Subscription-management-system-adaptation.jpg'),(6144,2645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/04/Subscription-management-system-adaptation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Subscription-management-system-adaptation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Subscription-management-system-adaptation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6145,2645,'_wp_attachment_image_alt','Subscription management system adaptation'),(6148,2647,'_wp_attached_file','2020/04/SAAS-subscription-life-cycle.jpg'),(6149,2647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:779;s:4:\"file\";s:40:\"2020/04/SAAS-subscription-life-cycle.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"SAAS-subscription-life-cycle-768x748.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6150,2647,'_wp_attachment_image_alt',''),(6151,2644,'_thumbnail_id','2645'),(6153,2644,'_yoast_wpseo_content_score','30'),(6154,2644,'_yoast_wpseo_primary_category','5'),(6155,2649,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6156,2650,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6157,2654,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6158,2655,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6159,2656,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6160,2657,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6161,2658,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6162,2659,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6163,2662,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6169,2668,'_wp_attached_file','2020/04/stripe.png'),(6170,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/04/stripe.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6174,2672,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6175,2673,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1586178542715{border-right-width: 0px !important;padding-right: 0px !important;}'),(6176,2674,'_wp_attached_file','2020/04/authorize-1.png'),(6177,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:99;s:4:\"file\";s:23:\"2020/04/authorize-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize-1-150x99.png\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6178,2674,'_edit_lock','1586264094:1'),(6184,2680,'_wp_attached_file','2020/04/braintree.png'),(6185,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:120;s:4:\"file\";s:21:\"2020/04/braintree.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"braintree-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"braintree-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6186,2680,'_edit_lock','1586264094:1'),(6187,2681,'_wp_attached_file','2020/04/gocardless.jpg'),(6188,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2020/04/gocardless.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6189,2681,'_edit_lock','1586264374:1'),(6190,2682,'_wp_attached_file','2020/04/ayden.png'),(6191,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:47;s:4:\"file\";s:17:\"2020/04/ayden.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6192,2682,'_edit_lock','1586264374:1'),(6193,2683,'_wp_attached_file','2020/04/wordpay.png'),(6194,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:65;s:4:\"file\";s:19:\"2020/04/wordpay.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6195,2683,'_edit_lock','1586264494:1'),(6196,2684,'_wp_attached_file','2020/04/paypal.png'),(6197,2684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2020/04/paypal.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6198,2684,'_edit_lock','1586271527:1'),(6201,2687,'_wp_attached_file','2020/04/braintree-1.png'),(6202,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:86;s:4:\"file\";s:23:\"2020/04/braintree-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6203,2687,'_edit_lock','1586274730:1'),(6209,2693,'_wp_attached_file','2020/04/paypal-express-checkout.png'),(6210,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:98;s:4:\"file\";s:35:\"2020/04/paypal-express-checkout.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"paypal-express-checkout-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6211,2694,'_wp_attached_file','2020/04/paypal-pay-flow.png'),(6212,2694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:71;s:4:\"file\";s:27:\"2020/04/paypal-pay-flow.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"paypal-pay-flow-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6213,2695,'_wp_attached_file','2020/04/paypal-payment-pro.png'),(6214,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2020/04/paypal-payment-pro.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"paypal-payment-pro-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6215,2693,'_edit_lock','1586334287:1'),(6216,2694,'_edit_lock','1586334288:1'),(6217,2695,'_edit_lock','1586334289:1'),(6220,1462,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:24:\"self_service_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"self_service_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"self_service_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6221,1463,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6222,1464,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6223,1465,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6224,1466,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:22:\"self_service_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"self_service_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6225,1467,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:24:\"self_service_img_5-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"self_service_img_5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"self_service_img_5-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6226,2699,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574841521972{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841851645{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841674945{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841695874{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6227,2700,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6228,940,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:23:\"customer_success1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"customer_success1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"customer_success1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6229,942,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:12:\"trust1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"trust1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"trust1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6230,947,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:16:\"innovation-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"innovation-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"innovation-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6231,945,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"user_friendly.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"user_friendly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"user_friendly-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6232,913,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:19:\"billing_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6233,955,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"billing_img_2-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_2-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6234,952,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"billing_img_3.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"billing_img_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"billing_img_3-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6235,953,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"billing_img_4-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"billing_img_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6236,1305,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:21:\"sales_tax_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"sales_tax_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"sales_tax_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6237,1307,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6238,1308,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6239,1309,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6240,1310,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"sales_tax_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"sales_tax_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6241,1388,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6242,1390,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6243,1401,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6244,1426,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_4-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6245,1413,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_5.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_5-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6246,1418,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:28:\"recurring_payments_img_6.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"recurring_payments_img_6-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6247,1332,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:496;s:4:\"file\";s:19:\"dunning_top_img.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"dunning_top_img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"dunning_top_img-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6248,1320,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_2-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6249,1323,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:19:\"dunning_img_4-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"dunning_img_4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"dunning_img_4-1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6250,1326,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_5.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_5-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6251,1321,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_3-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6252,1330,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:17:\"dunning_img_1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"dunning_img_1-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6253,2701,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552302462676{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574429807300{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6259,588,'_wp_page_template','default'),(6260,2710,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6261,588,'_yoast_wpseo_content_score','30'),(6262,2711,'_wpb_shortcodes_custom_css','.vc_custom_1551448481056{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6265,2714,'_edit_last','1'),(6266,2714,'_edit_lock','1586524579:1'),(6267,2715,'_wp_attached_file','2020/04/Automated-Recurring-Payments.jpg'),(6268,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/04/Automated-Recurring-Payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Automated-Recurring-Payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Automated-Recurring-Payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6269,2715,'_wp_attachment_image_alt','Automated Recurring Payments'),(6270,2716,'_wp_attached_file','2020/04/automatic-recurring-payments.jpg'),(6271,2716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2020/04/automatic-recurring-payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"automatic-recurring-payments-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"automatic-recurring-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6272,2716,'_wp_attachment_image_alt','automatic recurring payments'),(6273,2714,'_thumbnail_id','2715'),(6275,2714,'_yoast_wpseo_content_score','30'),(6276,2714,'_yoast_wpseo_primary_category','60'),(6280,2718,'_edit_last','1'),(6281,2718,'_edit_lock','1597243534:1'),(6282,2718,'_wp_page_template','thank-you.php'),(6292,2718,'_wpb_vc_js_status','true'),(6293,2720,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6294,2718,'_yoast_wpseo_content_score','30'),(6295,2718,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6297,2721,'_edit_last','1'),(6298,2721,'_edit_lock','1587127281:1'),(6299,2722,'_wp_attached_file','2020/04/Your-Definitive-Guide-on-RevOps.jpg'),(6300,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/04/Your-Definitive-Guide-on-RevOps.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Your-Definitive-Guide-on-RevOps-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Your-Definitive-Guide-on-RevOps-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6301,2722,'_wp_attachment_image_alt','Your Definitive Guide on RevOps'),(6302,2723,'_wp_attached_file','2020/04/recurring-billing-software-for-businesses.jpg'),(6303,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/04/recurring-billing-software-for-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"recurring-billing-software-for-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"recurring-billing-software-for-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6304,2723,'_wp_attachment_image_alt',''),(6305,2723,'_wp_attachment_image_alt',''),(6306,2721,'_thumbnail_id','2722'),(6308,2721,'_yoast_wpseo_content_score','30'),(6309,2721,'_yoast_wpseo_primary_category','60'),(6310,2725,'_edit_last','1'),(6311,2725,'_edit_lock','1587732192:1'),(6312,2726,'_wp_attached_file','2020/04/Recurring-billing-during-covid.jpg'),(6313,2726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/04/Recurring-billing-during-covid.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Recurring-billing-during-covid-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Recurring-billing-during-covid-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6314,2726,'_wp_attachment_image_alt','Recurring billing during covid'),(6315,2727,'_wp_attached_file','2020/04/Automated-recurring-Billing-software.jpg'),(6316,2727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:583;s:6:\"height\";i:431;s:4:\"file\";s:48:\"2020/04/Automated-recurring-Billing-software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Automated-recurring-Billing-software-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Automated-recurring-Billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6317,2727,'_wp_attachment_image_alt','Automated recurring Billing software'),(6318,2725,'_thumbnail_id','2726'),(6320,2725,'_yoast_wpseo_content_score','30'),(6321,2725,'_yoast_wpseo_primary_category','60'),(6322,2729,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6323,2730,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6324,2731,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6325,2732,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6326,2733,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6327,2734,'_edit_last','1'),(6328,2734,'_edit_lock','1637328054:1'),(6329,2734,'_wp_page_template','default'),(6339,2734,'_wpb_vc_js_status','true'),(6340,2736,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6341,2734,'_yoast_wpseo_content_score','30'),(6342,2734,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6343,2737,'_form','<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> First Name <span class=\"required-icon\">*</span>\n [text* first_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Last Name <span class=\"required-icon\">*</span>\n [text* last_name class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Email <span class=\"required-icon\">*</span>\n [email* email class:form-control]\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Phone\n <span class=\"wpcf7-form-control-wrap phone\">[phonetext phone class:form-control]</span>\n </label>\n</div>\n\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <label> Company\n [text company class:form-control]\n </label>\n</div>\n\n\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\n \n [submit \"Proceed to Demo\"]\n</div>'),(6344,2737,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Subscription Flow Demo - [first_name] [last_name]\";s:6:\"sender\";s:58:\"Subscription Flow Demo <info@staging.subscriptionflow.com>\";s:9:\"recipient\";s:33:\"info@staging.subscriptionflow.com\";s:4:\"body\";s:81:\"Name: [first_name] [last_name]\n\nFrom: [email]\n\nCompany: [company]\n\nPhone: [phone]\";s:18:\"additional_headers\";s:56:\"Reply-To: [email]\nCc: sales@staging.subscriptionflow.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(6345,2737,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"Subscription Flow \"[your-subject]\"\";s:6:\"sender\";s:42:\"Subscription Flow <wordpress@192.168.1.40>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\";s:18:\"additional_headers\";s:22:\"Reply-To: abc@mail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6346,2737,'_messages','a:24:{s:12:\"mail_sent_ok\";s:62:\"Thank You, Your request has been received. Redirect...........\";s:12:\"mail_sent_ng\";s:49:\"Unfortunately your query was not sent, try again!\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";s:22:\"iqfix_recaptcha_no_set\";s:40:\"Could not verify the reCaptcha response.\";s:30:\"iqfix_recaptcha_response_empty\";s:39:\"Please verify that you are not a robot.\";}'),(6347,2737,'_additional_settings','skip_mail: on'),(6348,2737,'_locale','en_US'),(6349,2738,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6350,2739,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6351,2740,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6361,2742,'_edit_last','1'),(6362,2742,'_edit_lock','1588245424:1'),(6363,2743,'_wp_attached_file','2020/04/Reasons-behind-churn-rate.jpg'),(6364,2743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/04/Reasons-behind-churn-rate.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Reasons-behind-churn-rate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Reasons-behind-churn-rate-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6365,2743,'_wp_attachment_image_alt','Reasons behind churn rate'),(6366,2744,'_wp_attached_file','2020/04/Reasons-Behind-High-Churn-Rate.jpg'),(6367,2744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/04/Reasons-Behind-High-Churn-Rate.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Reasons-Behind-High-Churn-Rate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Reasons-Behind-High-Churn-Rate-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6368,2744,'_wp_attachment_image_alt','Reasons Behind High Churn Rate'),(6369,2744,'_wp_attachment_image_alt','Reasons Behind High Churn Rate'),(6370,2742,'_thumbnail_id','2743'),(6372,2742,'_yoast_wpseo_content_score','30'),(6373,2742,'_yoast_wpseo_primary_category','5'),(6374,2747,'_wpb_shortcodes_custom_css','.vc_custom_1588674288571{margin-left: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-right: 0px !important;background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6375,2748,'_wpb_shortcodes_custom_css','.vc_custom_1588674349562{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6376,2749,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6377,2750,'_wpb_shortcodes_custom_css','.vc_custom_1588674523813{background-image: url(https://staging.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6378,2751,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/testsubscription/wp-content/uploads/2019/05/bg-masthead.jpg?id=1081) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6393,2754,'_edit_lock','1588679530:1'),(6394,2754,'_edit_last','1'),(6395,2754,'_wp_page_template','default'),(6396,2754,'_wpb_vc_js_status','false'),(6397,2758,'_wp_attached_file','2020/05/login-bg-scaled.jpg'),(6398,2758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2020/05/login-bg-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"login-bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"login-bg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"login-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"login-bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"login-bg-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"login-bg-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"login-bg.jpg\";}'),(6399,2758,'_wp_attachment_image_alt','login-bg'),(6400,2759,'_wpb_shortcodes_custom_css','.vc_custom_1588842975676{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-scaled.jpg?id=2758) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6401,2760,'_wp_attached_file','2020/05/thank-you.jpg'),(6402,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:21:\"2020/05/thank-you.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thank-you-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"thank-you-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thank-you-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"thank-you-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"thank-you-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"thank-you-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6403,2761,'_wpb_shortcodes_custom_css','.vc_custom_1588843927274{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you.jpg?id=2760) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6404,2763,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you.jpg?id=2760) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6405,2764,'_wp_attached_file','2020/05/login-bg-2-1.jpg'),(6406,2764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:24:\"2020/05/login-bg-2-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"login-bg-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"login-bg-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"login-bg-2-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6407,2764,'_wp_attachment_image_alt','Login'),(6408,2765,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6409,2766,'_wp_attached_file','2020/05/thank-you-bg.jpg'),(6410,2766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:24:\"2020/05/thank-you-bg.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"thank-you-bg-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"thank-you-bg-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"thank-you-bg-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6411,2766,'_edit_lock','1588844827:1'),(6412,2767,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6413,2768,'_wpb_shortcodes_custom_css','.vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(6414,2770,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6415,2771,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6416,2772,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6418,2774,'_edit_last','1'),(6419,2774,'_edit_lock','1588944367:1'),(6420,2774,'_wp_page_template','default'),(6430,2774,'_wpb_vc_js_status','true'),(6431,2776,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6432,2774,'_yoast_wpseo_content_score','30'),(6433,2774,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6434,2777,'_wpb_shortcodes_custom_css','.vc_custom_1588933835025{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6435,2778,'_wpb_shortcodes_custom_css','.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6436,2779,'_wpb_shortcodes_custom_css','.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6437,2780,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6438,2782,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6439,2783,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6440,2784,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6441,2785,'_edit_last','1'),(6442,2785,'_edit_lock','1588941938:1'),(6443,2786,'_wp_attached_file','2020/05/business-billing.jpg'),(6444,2786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/05/business-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"business-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"business-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"business-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"business-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6445,2786,'_wp_attachment_image_alt','business billing'),(6446,2787,'_wp_attached_file','2020/05/Metered-billing-for-businesses.jpg'),(6447,2787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2020/05/Metered-billing-for-businesses.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Metered-billing-for-businesses-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Metered-billing-for-businesses-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Metered-billing-for-businesses-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6448,2787,'_wp_attachment_image_alt',''),(6449,2785,'_thumbnail_id','2786'),(6451,2785,'_yoast_wpseo_content_score','30'),(6452,2785,'_yoast_wpseo_primary_category','9'),(6453,2790,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6454,2791,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835120310{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1571835053472{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835135903{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835089077{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1571835150063{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1571835167879{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6455,2792,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6456,2793,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6457,2794,'_edit_last','1'),(6458,2794,'_edit_lock','1603886174:1'),(6459,2795,'_wp_attached_file','2020/05/Recurring-billing-online-services.jpg'),(6460,2795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/05/Recurring-billing-online-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Recurring-billing-online-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Recurring-billing-online-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6461,2795,'_wp_attachment_image_alt','Recurring billing online services'),(6462,2796,'_wp_attached_file','2020/05/recurring-billing-solution.jpg'),(6463,2796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:346;s:4:\"file\";s:38:\"2020/05/recurring-billing-solution.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-solution-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6464,2796,'_wp_attachment_image_alt',''),(6465,2794,'_thumbnail_id','2795'),(6467,2794,'_yoast_wpseo_content_score','30'),(6468,2794,'_yoast_wpseo_primary_category','60'),(6469,2798,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6470,2799,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6471,2800,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198794062{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6473,2801,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268623078{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6474,2802,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6482,2811,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269725420{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269761593{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6483,2812,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589270009205{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6484,2813,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589270134418{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6485,2814,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275299765{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6486,2815,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275442461{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6487,2816,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275286889{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574841709251{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6490,2819,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279358746{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6491,2820,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279640838{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279652884{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6492,2822,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6493,2823,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280273958{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6494,2824,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280562602{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1566196740141{margin-top: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6495,2825,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280562602{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6496,2827,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(6497,2828,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6498,2830,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6499,2831,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6500,2832,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6501,2833,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6502,2834,'_wpb_shortcodes_custom_css','.vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6504,2836,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(6505,2837,'_edit_last','1'),(6506,2837,'_edit_lock','1589543969:1'),(6507,2837,'_wp_page_template','page-pricing-new.php'),(6517,2837,'_wpb_vc_js_status','true'),(6518,2840,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6519,2837,'_yoast_wpseo_content_score','30'),(6520,2837,'_wpb_shortcodes_custom_css','.vc_custom_1551425693833{background-color: #ededed !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}'),(6521,2842,'_edit_last','1'),(6522,2842,'_edit_lock','1603886238:1'),(6523,2843,'_wp_attached_file','2020/05/Dunning-management-software.jpg'),(6524,2843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/05/Dunning-management-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Dunning-management-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Dunning-management-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6525,2843,'_wp_attachment_image_alt','Dunning management software'),(6526,2842,'_thumbnail_id','2843'),(6528,2842,'_yoast_wpseo_content_score','30'),(6529,2842,'_yoast_wpseo_primary_category','98'),(6543,2851,'wpd_form_custom_css',NULL),(6544,2851,'wpdiscuz_form_general_options','a:8:{s:4:\"lang\";s:2:\"en\";s:20:\"roles_cannot_comment\";a:0:{}s:17:\"guest_can_comment\";i:1;s:21:\"show_subscription_bar\";i:1;s:11:\"header_text\";s:13:\"Leave a Reply\";s:24:\"wpdiscuz_form_post_types\";a:3:{s:4:\"post\";s:4:\"post\";s:10:\"attachment\";s:10:\"attachment\";s:4:\"page\";s:4:\"page\";}s:6:\"postid\";s:0:\"\";s:12:\"postidsArray\";a:0:{}}'),(6545,2851,'wpdiscuz_form_structure','a:1:{s:19:\"wpd_form_row_wrap_0\";a:5:{s:11:\"column_type\";s:3:\"two\";s:9:\"row_order\";s:1:\"0\";s:7:\"default\";s:1:\"1\";s:4:\"left\";a:3:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}}s:5:\"right\";a:2:{s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:4:\"Code\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}}}'),(6546,2851,'wpdiscuz_form_fields','a:5:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:4:\"Code\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}'),(6547,2725,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6548,973,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6549,762,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6550,833,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6551,2041,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6552,2042,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6553,2009,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6554,1022,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6555,2852,'_edit_last','1'),(6556,2852,'_edit_lock','1589801960:1'),(6557,2853,'_wp_attached_file','2020/05/Overcomming-business-obstacls.jpg'),(6558,2853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/05/Overcomming-business-obstacls.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Overcomming-business-obstacls-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Overcomming-business-obstacls-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6559,2853,'_wp_attachment_image_alt','Overcoming business obstacls'),(6560,2854,'_wp_attached_file','2020/05/SaaS-Challenges.jpg'),(6561,2854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2020/05/SaaS-Challenges.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SaaS-Challenges-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"SaaS-Challenges-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6562,2854,'_wp_attachment_image_alt',''),(6563,2852,'_thumbnail_id','2853'),(6565,2852,'_yoast_wpseo_content_score','30'),(6566,2852,'_yoast_wpseo_primary_category','60'),(6567,2856,'_menu_item_type','post_type'),(6568,2856,'_menu_item_menu_item_parent','0'),(6569,2856,'_menu_item_object_id','840'),(6570,2856,'_menu_item_object','page'),(6571,2856,'_menu_item_target',''),(6572,2856,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6573,2856,'_menu_item_xfn',''),(6574,2856,'_menu_item_url',''),(6576,2857,'_menu_item_type','custom'),(6577,2857,'_menu_item_menu_item_parent','0'),(6578,2857,'_menu_item_object_id','2857'),(6579,2857,'_menu_item_object','custom'),(6580,2857,'_menu_item_target','_blank'),(6581,2857,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6582,2857,'_menu_item_xfn',''),(6583,2857,'_menu_item_url','https://support.subscriptionflow.com/hc/en-us'),(6585,2858,'_edit_last','1'),(6586,2858,'_edit_lock','1589977886:1'),(6587,2859,'_wp_attached_file','2020/05/Recurring-billing-features.jpg'),(6588,2859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/05/Recurring-billing-features.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Recurring-billing-features-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Recurring-billing-features-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6589,2859,'_wp_attachment_image_alt','Recurring billing features'),(6590,2858,'_thumbnail_id','2859'),(6592,2858,'_yoast_wpseo_content_score','30'),(6593,2858,'_yoast_wpseo_primary_category','60'),(6594,1004,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6595,2520,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6596,2861,'_edit_last','1'),(6597,2862,'_wp_attached_file','2020/05/Subscription-Business-Model.jpg'),(6598,2861,'_edit_lock','1590678771:1'),(6599,2862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/05/Subscription-Business-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscription-Business-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscription-Business-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6600,2862,'_wp_attachment_image_alt','Subscription Business Model'),(6601,2861,'_thumbnail_id','2862'),(6603,2861,'_yoast_wpseo_content_score','30'),(6604,2861,'_yoast_wpseo_primary_category','5'),(6605,2864,'_edit_last','1'),(6606,2864,'_edit_lock','1591015535:1'),(6607,2865,'_wp_attached_file','2020/06/Cloud-Based-Billing-Services.jpg'),(6608,2865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/06/Cloud-Based-Billing-Services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Cloud-Based-Billing-Services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Cloud-Based-Billing-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6609,2865,'_wp_attachment_image_alt','Cloud-Based Billing Services'),(6610,2866,'_wp_attached_file','2020/06/cloud-based-billing-solutions.jpg'),(6611,2866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:522;s:4:\"file\";s:41:\"2020/06/cloud-based-billing-solutions.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cloud-based-billing-solutions-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cloud-based-billing-solutions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6612,2866,'_wp_attachment_image_alt','cloud based billing solutions'),(6613,2864,'_thumbnail_id','2865'),(6615,2864,'_yoast_wpseo_content_score','30'),(6616,2864,'_yoast_wpseo_primary_category','3'),(6617,2533,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6618,2868,'_edit_last','1'),(6619,2868,'_edit_lock','1591171309:1'),(6620,2868,'_wp_page_template','default'),(6630,2868,'_wpb_vc_js_status','false'),(6631,2868,'_yoast_wpseo_content_score','30'),(6634,2877,'_wp_attached_file','2020/06/Software-as-a-Service-Billing.jpg'),(6635,2877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/06/Software-as-a-Service-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Software-as-a-Service-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Software-as-a-Service-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6636,2877,'_wp_attachment_image_alt','Software as a Service Billing'),(6655,2881,'_edit_last','1'),(6656,2881,'_edit_lock','1603886147:1'),(6657,2881,'_thumbnail_id','2877'),(6659,2881,'_yoast_wpseo_focuskw','Software as a Service Billing'),(6660,2881,'_yoast_wpseo_linkdex','61'),(6661,2881,'_yoast_wpseo_content_score','30'),(6662,2881,'_yoast_wpseo_primary_category','5'),(6663,2537,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6664,2885,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(6665,2886,'_edit_last','1'),(6666,2886,'_edit_lock','1591358102:1'),(6667,2887,'_wp_attached_file','2020/06/Best-Recurring-Billing-System.jpg'),(6668,2887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/06/Best-Recurring-Billing-System.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Best-Recurring-Billing-System-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Best-Recurring-Billing-System-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6669,2887,'_wp_attachment_image_alt','Best Recurring Billing System'),(6670,2886,'_thumbnail_id','2887'),(6672,2886,'_yoast_wpseo_focuskw','Best Recurring Billing System'),(6673,2886,'_yoast_wpseo_linkdex','50'),(6674,2886,'_yoast_wpseo_content_score','30'),(6675,2886,'_yoast_wpseo_primary_category','60'),(6676,2889,'_edit_last','1'),(6677,2889,'_edit_lock','1591621879:1'),(6678,2890,'_wp_attached_file','2020/06/IoT-Billing-Systems.jpg'),(6679,2890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/06/IoT-Billing-Systems.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IoT-Billing-Systems-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IoT-Billing-Systems-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6680,2890,'_wp_attachment_image_alt','IoT Billing Systems'),(6681,2889,'_thumbnail_id','2890'),(6683,2889,'_yoast_wpseo_focuskw','IoT Billing Systems'),(6684,2889,'_yoast_wpseo_linkdex','61'),(6685,2889,'_yoast_wpseo_content_score','30'),(6686,2889,'_yoast_wpseo_primary_category','9'),(6687,2893,'_wp_attached_file','2020/06/tax-managment-2.png'),(6688,2893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2020/06/tax-managment-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tax-managment-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6689,2893,'_wp_attachment_image_alt','tax-managment'),(6692,2896,'_wp_attached_file','2020/06/tax-managment.png'),(6693,2896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2020/06/tax-managment.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tax-managment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6694,2896,'_wp_attachment_image_alt','tax-managment'),(6696,2898,'_wp_attached_file','2020/06/integration.png'),(6697,2898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2020/06/integration.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"integration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6698,2898,'_wp_attachment_image_alt','integration'),(6700,2900,'_edit_last','1'),(6701,2900,'_edit_lock','1591970752:1'),(6702,2901,'_wp_attached_file','2020/06/Enterprise-electronic-invoice-software.jpg'),(6703,2901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/06/Enterprise-electronic-invoice-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Enterprise-electronic-invoice-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Enterprise-electronic-invoice-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6704,2901,'_wp_attachment_image_alt','Enterprise electronic invoice software'),(6705,2902,'_wp_attached_file','2020/06/payment.png'),(6706,2902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2020/06/payment.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"payment-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"payment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6707,2902,'_wp_attachment_image_alt',''),(6708,2900,'_thumbnail_id','2901'),(6710,2900,'_yoast_wpseo_focuskw','Invoicing Software for Enterprises'),(6711,2900,'_yoast_wpseo_linkdex','63'),(6712,2900,'_yoast_wpseo_content_score','30'),(6713,2900,'_yoast_wpseo_primary_category','9'),(6714,2904,'_edit_last','1'),(6715,2904,'_edit_lock','1592232669:1'),(6716,2905,'_wp_attached_file','2020/06/Subscription-based-Business-Model.jpg'),(6717,2905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/06/Subscription-based-Business-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Subscription-based-Business-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Subscription-based-Business-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6718,2905,'_wp_attachment_image_alt','Subscription-based Business Model'),(6719,2904,'_thumbnail_id','2905'),(6721,2904,'_yoast_wpseo_focuskw','Subscription-based Business Model'),(6722,2904,'_yoast_wpseo_linkdex','57'),(6723,2904,'_yoast_wpseo_content_score','30'),(6724,2904,'_yoast_wpseo_primary_category','3'),(6725,2555,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6726,2153,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6727,2886,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6744,2915,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(6745,2917,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297321320{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297424730{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592297444705{margin-top: 25px !important;}'),(6748,2919,'_wp_attached_file','2020/06/Subscription-Billing-for-Enterprises.jpg'),(6749,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/06/Subscription-Billing-for-Enterprises.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Subscription-Billing-for-Enterprises-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6750,2919,'_wp_attachment_image_alt','Subscription Billing for Enterprises'),(6751,2565,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6752,2920,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6753,2921,'_wp_attached_file','2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg'),(6754,2921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Empower-your-business-with-our-Enterprise-Billing-System-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Empower-your-business-with-our-Enterprise-Billing-System-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6755,2921,'_wp_attachment_image_alt','Empower your business with our Enterprise Billing System'),(6756,2922,'_wp_attached_file','2020/06/Improve-customer-retention.jpg'),(6757,2922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:38:\"2020/06/Improve-customer-retention.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Improve-customer-retention-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Improve-customer-retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6758,2922,'_wp_attachment_image_alt','Improve customer retention'),(6759,2923,'_wp_attached_file','2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg'),(6760,2923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:58:\"2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Make-Scalable-Progress-with-these-SaaS-Metrics-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Make-Scalable-Progress-with-these-SaaS-Metrics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6761,2923,'_wp_attachment_image_alt','Make Scalable Progress with these SaaS Metrics'),(6762,2924,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592296908565{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6763,2926,'_edit_last','1'),(6764,2926,'_edit_lock','1592407048:1'),(6765,2927,'_wp_attached_file','2020/06/Self-Service-Subscription-Software.jpg'),(6766,2927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/06/Self-Service-Subscription-Software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Self-Service-Subscription-Software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Self-Service-Subscription-Software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6767,2927,'_wp_attachment_image_alt','Self Service Subscription Software'),(6768,2926,'_thumbnail_id','2927'),(6770,2926,'_yoast_wpseo_focuskw','Self Service Subscription Management'),(6771,2926,'_yoast_wpseo_linkdex','50'),(6772,2926,'_yoast_wpseo_content_score','30'),(6773,2926,'_yoast_wpseo_primary_category','5'),(6774,2516,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6775,2561,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6776,2544,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6777,2929,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6778,2930,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6779,2931,'_edit_last','1'),(6780,2931,'_edit_lock','1628171945:1'),(6781,2932,'_wp_attached_file','2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg'),(6782,2932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Boost-Your-Recurring-Revenue-in-2020-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Boost-Your-Recurring-Revenue-in-2020-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6783,2932,'_wp_attachment_image_alt','Boost Your Recurring Revenue in 2020'),(6784,2931,'_thumbnail_id','2932'),(6786,2931,'_yoast_wpseo_focuskw','SaaS Subscription Billing Solution'),(6787,2931,'_yoast_wpseo_linkdex','47'),(6788,2931,'_yoast_wpseo_content_score','30'),(6789,2931,'_yoast_wpseo_primary_category',''),(6790,2934,'_edit_last','1'),(6791,2934,'_edit_lock','1593097719:1'),(6792,2934,'_wp_page_template','default'),(6802,2934,'_wpb_vc_js_status','true'),(6803,2936,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6804,2934,'_yoast_wpseo_content_score','30'),(6805,2934,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6806,2937,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6807,2938,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6808,2939,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6809,2940,'_edit_last','1'),(6810,2940,'_edit_lock','1593097806:1'),(6811,2940,'_wp_page_template','default'),(6821,2940,'_wpb_vc_js_status','true'),(6822,2942,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6823,2940,'_yoast_wpseo_content_score','30'),(6824,2940,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6825,2943,'_edit_last','1'),(6826,2943,'_edit_lock','1593097621:1'),(6827,2943,'_wp_page_template','default'),(6837,2943,'_wpb_vc_js_status','true'),(6838,2945,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6839,2943,'_yoast_wpseo_content_score','30'),(6840,2943,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6841,2946,'_edit_last','1'),(6842,2946,'_edit_lock','1593097803:1'),(6843,2946,'_wp_page_template','default'),(6853,2946,'_wpb_vc_js_status','true'),(6854,2948,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6855,2946,'_yoast_wpseo_content_score','30'),(6856,2946,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6857,2949,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6858,2951,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6859,2952,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6860,2953,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6861,2954,'_edit_last','1'),(6862,2954,'_edit_lock','1593014443:1'),(6863,2955,'_wp_attached_file','2020/06/subscription-billing-challengesjpg.jpg'),(6864,2955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/06/subscription-billing-challengesjpg.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"subscription-billing-challengesjpg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"subscription-billing-challengesjpg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6865,2955,'_wp_attachment_image_alt','subscription billing challenges'),(6866,2954,'_thumbnail_id','2955'),(6868,2954,'_yoast_wpseo_focuskw','Subscription Billing Challenges'),(6869,2954,'_yoast_wpseo_linkdex','57'),(6870,2954,'_yoast_wpseo_content_score','30'),(6871,2954,'_yoast_wpseo_primary_category',''),(6872,2957,'_wp_attached_file','2020/06/subscription-software-for-telemedicine.jpg'),(6873,2957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/06/subscription-software-for-telemedicine.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-software-for-telemedicine-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6874,2957,'_wp_attachment_image_alt','subscription software for telemedicine'),(6875,2959,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6876,2961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593084520986{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6877,2962,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6878,2965,'_edit_last','1'),(6879,2965,'_wp_page_template','default'),(6889,2965,'_wpb_vc_js_status','true'),(6890,2965,'_edit_lock','1606980636:1'),(6891,2970,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1592474292847{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(6892,2965,'_yoast_wpseo_content_score','30'),(6893,2965,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980404313{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980465264{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980567985{margin-top: 25px !important;}'),(6894,2972,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6895,2973,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6896,2974,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6897,2976,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6898,2977,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6899,2979,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6900,2980,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(6901,2981,'_wp_attached_file','2020/06/Customized-Subscription-plans.jpg'),(6902,2981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:41:\"2020/06/Customized-Subscription-plans.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Customized-Subscription-plans-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Customized-Subscription-plans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6903,2981,'_wp_attachment_image_alt','Customized Subscription plans'),(6904,2982,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6905,2983,'_wp_attached_file','2020/06/choose-subscription-plan.jpg'),(6906,2983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:36:\"2020/06/choose-subscription-plan.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"choose-subscription-plan-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"choose-subscription-plan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6907,2983,'_wp_attachment_image_alt','choose subscription plan'),(6908,2984,'_wp_attached_file','2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg'),(6909,2984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:70:\"2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Why-Telemedicine-Companies-Need-Recurring-Billing-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Why-Telemedicine-Companies-Need-Recurring-Billing-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6910,2984,'_wp_attachment_image_alt','Why Telemedicine Companies Need Recurring Billing Software'),(6911,2985,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6912,2986,'_edit_last','1'),(6913,2986,'_edit_lock','1619777397:1'),(6914,2987,'_wp_attached_file','2020/06/Dunning-Management-Process.jpg'),(6915,2987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/06/Dunning-Management-Process.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Dunning-Management-Process-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Dunning-Management-Process-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6916,2987,'_wp_attachment_image_alt','Dunning Management Process'),(6917,2988,'_wp_attached_file','2020/06/customer-retention-with-subscriptionflow.jpg'),(6918,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:780;s:4:\"file\";s:52:\"2020/06/customer-retention-with-subscriptionflow.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"customer-retention-with-subscriptionflow-768x599.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:124:\"Customer retention concept background. Isometric illustration of customer retention vector concept background for web design\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:54:\"Customer retention concept background, isometric style\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:8:\"customer\";i:1;s:9:\"retention\";i:2;s:7:\"concept\";i:3;s:10:\"background\";i:4;s:9:\"isometric\";i:5;s:6:\"vector\";i:6;s:2:\"3d\";i:7;s:5:\"loyal\";i:8;s:6:\"magnet\";i:9;s:12:\"relationship\";i:10;s:7:\"attract\";i:11;s:8:\"business\";i:12;s:10:\"experience\";i:13;s:9:\"marketing\";i:14;s:7:\"service\";i:15;s:8:\"strategy\";i:16;s:7:\"loyalty\";i:17;s:10:\"reputation\";i:18;s:6:\"client\";i:19;s:12:\"illustration\";i:20;s:7:\"company\";i:21;s:6:\"retain\";i:22;s:10:\"attraction\";i:23;s:5:\"brand\";i:24;s:3:\"buy\";i:25;s:8:\"campaign\";i:26;s:4:\"care\";i:27;s:7:\"convert\";i:28;s:11:\"interaction\";i:29;s:10:\"management\";i:30;s:7:\"product\";i:31;s:6:\"return\";i:32;s:4:\"sale\";i:33;s:12:\"satisfaction\";i:34;s:7:\"delight\";i:35;s:10:\"acqusition\";i:36;s:9:\"attention\";i:37;s:9:\"attrition\";i:38;s:5:\"build\";i:39;s:5:\"buyer\";i:40;s:8:\"comeback\";i:41;s:4:\"keep\";i:42;s:7:\"satisfy\";i:43;s:6:\"target\";i:44;s:5:\"trust\";i:45;s:9:\"turn back\";i:46;s:11:\"acquisition\";i:47;s:7:\"digital\";i:48;s:7:\"inbound\";i:49;s:8:\"internet\";}}}'),(6919,2988,'_wp_attachment_image_alt',''),(6920,2986,'_thumbnail_id','2987'),(6922,2986,'_yoast_wpseo_content_score','30'),(6923,2986,'_yoast_wpseo_primary_category','60'),(6924,2990,'_edit_last','1'),(6925,2990,'_wp_page_template','default'),(6935,2990,'_wpb_vc_js_status','true'),(6936,2990,'_edit_lock','1606981004:1'),(6937,2994,'_wp_attached_file','2020/06/Subscription-Management-Software-for-Online-Teaching.jpg'),(6938,2994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2020/06/Subscription-Management-Software-for-Online-Teaching.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Online-Teaching-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6939,2994,'_wp_attachment_image_alt','Subscription Management Software for Online Teaching'),(6940,2996,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593099552620{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(6941,2990,'_yoast_wpseo_content_score','30'),(6942,2990,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980994161{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981051591{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981115176{margin-top: 25px !important;}'),(6943,2998,'_wp_attached_file','2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg'),(6944,2998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:61:\"2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Boost-Net-Revenue-with-Subscription-Based-Billing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Boost-Net-Revenue-with-Subscription-Based-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6945,2998,'_wp_attachment_image_alt','Boost Net Revenue with Subscription-Based Billing'),(6946,2999,'_wp_attached_file','2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg'),(6947,2999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:96:\"2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:96:\"Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6948,2999,'_wp_attachment_image_alt','Subscription Management for the Individuals and Businesses Providing Online Learning'),(6949,3000,'_wp_attached_file','2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg'),(6950,3000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:92:\"2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6951,3000,'_wp_attachment_image_alt','SubscriptionFlow Supports Online Education with Its Automated Payment Processing'),(6952,3001,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(6953,2990,'_yoast_wpseo_focuskw','Subscription Management Software for Online Courses'),(6954,2990,'_yoast_wpseo_title','Subscription Management Software for Online Courses | SubscriptionFlow'),(6955,2990,'_yoast_wpseo_linkdex','63'),(6956,3003,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(6957,2644,'_wpdiscuz_statistics','a:4:{s:7:\"threads\";i:0;s:7:\"replies\";i:0;s:7:\"authors\";i:0;s:14:\"recent_authors\";a:0:{}}'),(6958,3004,'_edit_last','1'),(6959,3004,'_edit_lock','1595432290:1'),(6960,3005,'_wp_attached_file','2020/07/Subscription-Box-Billing.jpg'),(6961,3005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2020/07/Subscription-Box-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Subscription-Box-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Subscription-Box-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6962,3005,'_wp_attachment_image_alt','Subscription Box Billing'),(6963,3004,'_thumbnail_id','3005'),(6965,3004,'_yoast_wpseo_focuskw','Subscription Box'),(6966,3004,'_yoast_wpseo_linkdex','42'),(6967,3004,'_yoast_wpseo_content_score','30'),(6968,3004,'_yoast_wpseo_primary_category','3'),(7009,3027,'_wp_attached_file','2020/07/2.png'),(7010,3027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-131x300.png\";s:5:\"width\";i:131;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7011,3028,'_wp_attached_file','2020/07/1.png'),(7012,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-131x300.png\";s:5:\"width\";i:131;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7013,3029,'_wp_attached_file','2020/07/3.png'),(7014,3029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:760;s:4:\"file\";s:13:\"2020/07/3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-132x300.png\";s:5:\"width\";i:132;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7020,3032,'_edit_lock','1593783163:1'),(7021,3033,'_wp_attached_file','2020/07/What-is-Prorated-Subscription-Billing.jpg'),(7022,3033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2020/07/What-is-Prorated-Subscription-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"What-is-Prorated-Subscription-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"What-is-Prorated-Subscription-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"What-is-Prorated-Subscription-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"What-is-Prorated-Subscription-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7023,3033,'_wp_attachment_image_alt','What is Prorated Subscription Billing'),(7025,3032,'_thumbnail_id','3033'),(7026,3032,'_edit_last','1'),(7028,3032,'_yoast_wpseo_primary_category','78'),(7029,3032,'_yoast_wpseo_focuskw','Prorated Subscription Billing'),(7030,3032,'_yoast_wpseo_linkdex','59'),(7031,3032,'_yoast_wpseo_content_score','30'),(7035,3036,'_edit_last','1'),(7036,3036,'_edit_lock','1594049299:1'),(7037,3037,'_wp_attached_file','2020/07/Online-Payment-Fraud-Prevention.jpg'),(7038,3037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/07/Online-Payment-Fraud-Prevention.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Online-Payment-Fraud-Prevention-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Online-Payment-Fraud-Prevention-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Online-Payment-Fraud-Prevention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Online-Payment-Fraud-Prevention-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7039,3037,'_wp_attachment_image_alt','Online Payment Fraud Prevention'),(7040,3036,'_thumbnail_id','3037'),(7042,3036,'_yoast_wpseo_focuskw','online payment fraud prevention'),(7043,3036,'_yoast_wpseo_linkdex','49'),(7044,3036,'_yoast_wpseo_content_score','30'),(7045,3036,'_yoast_wpseo_primary_category','79'),(7046,3039,'_wp_attached_file','2020/07/Membership-Management-Software-for-Clubs.jpg'),(7047,3039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2020/07/Membership-Management-Software-for-Clubs.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Membership-Management-Software-for-Clubs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Membership-Management-Software-for-Clubs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Membership-Management-Software-for-Clubs-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7048,3039,'_wp_attachment_image_alt','Membership Management Software for Clubs'),(7049,3040,'_edit_last','1'),(7050,3040,'_wp_page_template','default'),(7060,3040,'_wpb_vc_js_status','true'),(7061,3040,'_edit_lock','1606981671:1'),(7062,3044,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1593519910913{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(7063,3040,'_yoast_wpseo_content_score','30'),(7064,3040,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682407795{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981320131{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981564081{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981690897{margin-top: 25px !important;}'),(7065,3046,'_wp_attached_file','2020/07/Manage-Recurring-Payments.jpg'),(7066,3046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:37:\"2020/07/Manage-Recurring-Payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Manage-Recurring-Payments-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Manage-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7067,3046,'_wp_attachment_image_alt','Manage Recurring Payments'),(7068,3047,'_wp_attached_file','2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg'),(7069,3047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:81:\"2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7070,3047,'_wp_attachment_image_alt','SubscriptionFlow Works Best As A Recurring Payment Software for Clubs'),(7071,3048,'_wp_attached_file','2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg'),(7072,3048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:85:\"2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:85:\"SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:85:\"SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7073,3048,'_wp_attachment_image_alt','SubscriptionFlow Is A 360-Degree Efficient Membership Management Solution'),(7074,3049,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594049653490{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049776081{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049867071{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049894227{margin-top: 25px !important;}'),(7075,3040,'_yoast_wpseo_focuskw','Subscription Billing Software for Clubs'),(7076,3040,'_yoast_wpseo_title','Subscription Billing Software for Clubs | SubscriptionFlow'),(7077,3040,'_yoast_wpseo_linkdex','69'),(7078,3050,'_edit_last','1'),(7079,3050,'_edit_lock','1594225990:1'),(7080,3051,'_wp_attached_file','2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg'),(7081,3051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Switch-To-Subscription-Model-Secure-Business-Revenue-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Switch-To-Subscription-Model-Secure-Business-Revenue-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Switch-To-Subscription-Model-Secure-Business-Revenue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Switch-To-Subscription-Model-Secure-Business-Revenue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7082,3051,'_wp_attachment_image_alt','Switch To Subscription Model & Secure Business & Revenue'),(7083,3052,'_wp_attached_file','2020/07/subscription-based-model.jpg'),(7084,3052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:312;s:4:\"file\";s:36:\"2020/07/subscription-based-model.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"subscription-based-model-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"subscription-based-model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7085,3052,'_wp_attachment_image_alt',''),(7086,3050,'_thumbnail_id','3051'),(7088,3050,'_yoast_wpseo_focuskw','Subscription Model'),(7089,3050,'_yoast_wpseo_title','10 Core Reasons Subscription Model is Taking Over the Vertical Market'),(7090,3050,'_yoast_wpseo_metadesc','10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future.'),(7091,3050,'_yoast_wpseo_linkdex','70'),(7092,3050,'_yoast_wpseo_content_score','30'),(7093,3050,'_yoast_wpseo_primary_category','3'),(7094,3054,'_edit_last','1'),(7095,3054,'_wp_page_template','default'),(7105,3054,'_wpb_vc_js_status','true'),(7106,3054,'_edit_lock','1606982333:1'),(7107,3057,'_wp_attached_file','2020/07/Subscription-software-for-retailer.jpg'),(7108,3057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/07/Subscription-software-for-retailer.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Subscription-software-for-retailer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Subscription-software-for-retailer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Subscription-software-for-retailer-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7109,3057,'_wp_attachment_image_alt','Subscription software for retailer'),(7110,3059,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594049653490{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049776081{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049867071{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049894227{margin-top: 25px !important;}'),(7111,3054,'_yoast_wpseo_content_score','30'),(7112,3054,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682427897{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982247780{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982403906{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982431432{margin-top: 25px !important;}'),(7113,3061,'_wp_attached_file','2020/07/AI_based-Subscription-software-features.jpg'),(7114,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:51:\"2020/07/AI_based-Subscription-software-features.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"AI_based-Subscription-software-features-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"AI_based-Subscription-software-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7115,3061,'_wp_attachment_image_alt','AI-based Subscription software features'),(7116,3062,'_wp_attached_file','2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg'),(7117,3062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:83:\"2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7118,3062,'_wp_attachment_image_alt','How SubscriptionFlow can contribute towards thriving Subscription Sales'),(7119,3063,'_wp_attached_file','2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg'),(7120,3063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Let-SubscriptionFlow-Ease-Your-Retail-Business-More-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Let-SubscriptionFlow-Ease-Your-Retail-Business-More-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7121,3063,'_wp_attachment_image_alt','Let SubscriptionFlow Ease Your Retail Business More'),(7122,3064,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594306234816{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306332926{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306419792{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306488556{margin-top: 25px !important;}'),(7123,3054,'_yoast_wpseo_focuskw','Subscription Management Software for Retail Business'),(7124,3054,'_yoast_wpseo_title','Subscription Management Software for Retail Business | SubscriptionFlow'),(7125,3054,'_yoast_wpseo_linkdex','58'),(7126,3066,'_wp_attached_file','2020/07/Usage-Based-Pricing-Model.jpg'),(7127,3066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/07/Usage-Based-Pricing-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Usage-Based-Pricing-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Usage-Based-Pricing-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Usage-Based-Pricing-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Usage-Based-Pricing-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7128,3066,'_wp_attachment_image_alt','Usage-Based Pricing Model'),(7129,3065,'_edit_last','1'),(7130,3065,'_edit_lock','1628171809:1'),(7131,3065,'_thumbnail_id','3066'),(7133,3065,'_yoast_wpseo_focuskw','Usage-Based Pricing Model'),(7134,3065,'_yoast_wpseo_title','The Price Is Right—A 2021 Basic Guide Of SaaS Usage-Based Pricing Model'),(7135,3065,'_yoast_wpseo_linkdex','58'),(7136,3065,'_yoast_wpseo_content_score','30'),(7137,3065,'_yoast_wpseo_primary_category','82'),(7138,3070,'_edit_last','1'),(7139,3070,'_wp_page_template','default'),(7149,3070,'_wpb_vc_js_status','true'),(7150,3072,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(7151,3070,'_yoast_wpseo_content_score','30'),(7152,3070,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894731464{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894793207{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894871846{margin-top: 25px !important;}'),(7153,3070,'_edit_lock','1630564282:1'),(7154,3074,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579093014197{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(7155,3075,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594465044632{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(7156,3070,'_yoast_wpseo_focuskw','Magazine Subscription Management Software'),(7157,3070,'_yoast_wpseo_title','Magazine Subscription Management Software | SubscriptionFlow'),(7158,3070,'_yoast_wpseo_metadesc','Empower your ads and gain maximum customer footfall with Magazine Subscription Management Software. Manage designs and Orders Automatically.'),(7159,3070,'_yoast_wpseo_linkdex','75'),(7160,3076,'_edit_last','1'),(7161,3076,'_wp_page_template','default'),(7171,3076,'_wpb_vc_js_status','true'),(7172,3076,'_edit_lock','1606983297:1'),(7173,3080,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594306234816{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306332926{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306419792{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306488556{margin-top: 25px !important;}'),(7174,3076,'_yoast_wpseo_content_score','30'),(7175,3076,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982821674{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983297916{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983225860{margin-top: 25px !important;}'),(7176,3081,'_wp_attached_file','2020/07/Subscription-Management-Software-for-Media-Companies.jpg'),(7177,3081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:64:\"2020/07/Subscription-Management-Software-for-Media-Companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Media-Companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Subscription-Management-Software-for-Media-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7178,3082,'_wp_attached_file','2020/07/Subscription-Management-Software-for-Media-Companies-1.jpg'),(7179,3082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:66:\"2020/07/Subscription-Management-Software-for-Media-Companies-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Subscription-Management-Software-for-Media-Companies-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Subscription-Management-Software-for-Media-Companies-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Subscription-Management-Software-for-Media-Companies-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7180,3082,'_wp_attachment_image_alt','Subscription-Management-Software for Media-Companies'),(7181,3081,'_wp_attachment_image_alt','Subscription Management Software for Media Companies'),(7182,3083,'_wp_attached_file','2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg'),(7183,3083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:67:\"2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"What-is-the-Subscription-Management-for-Media-Industry--300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"What-is-the-Subscription-Management-for-Media-Industry--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7184,3083,'_wp_attachment_image_alt','What is the Subscription Management for Media Industry'),(7185,3084,'_wp_attached_file','2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg'),(7186,3084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:88:\"2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7187,3084,'_wp_attachment_image_alt','Who Should Avail the Services of SubscriptionFlow as Subscription Management'),(7188,3085,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594644656359{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644709199{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644818549{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644857543{margin-top: 25px !important;}'),(7189,3076,'_yoast_wpseo_focuskw','Subscription Management Software for Media Companies'),(7190,3076,'_yoast_wpseo_title','Subscription Management Software for Media Companies | SubscriptionFlow'),(7191,3076,'_yoast_wpseo_metadesc','Accelerate the Subscription Business with Subscription Management Software for Media Companies. Manage Subscriptions using Automated Tools.'),(7192,3076,'_yoast_wpseo_linkdex','65'),(7193,3087,'_edit_last','1'),(7194,3087,'_edit_lock','1594655092:1'),(7195,3088,'_wp_attached_file','2020/07/Subscription-Pricing-Consultants.jpg'),(7196,3088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/07/Subscription-Pricing-Consultants.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Subscription-Pricing-Consultants-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Subscription-Pricing-Consultants-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Subscription-Pricing-Consultants-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Subscription-Pricing-Consultants-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7197,3088,'_wp_attachment_image_alt','Subscription Pricing Consultants'),(7198,3087,'_thumbnail_id','3088'),(7200,3087,'_yoast_wpseo_focuskw','Subscription Pricing Consultants'),(7201,3087,'_yoast_wpseo_title','Subscription Pricing Consultants | SubscriptionFlow'),(7202,3087,'_yoast_wpseo_metadesc','Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow.'),(7203,3087,'_yoast_wpseo_linkdex','59'),(7204,3087,'_yoast_wpseo_content_score','30'),(7205,3087,'_yoast_wpseo_primary_category','82'),(7206,3090,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7207,3091,'_edit_last','1'),(7208,3091,'_wp_page_template','default'),(7218,3091,'_wpb_vc_js_status','true'),(7219,3091,'_edit_lock','1606983674:1'),(7220,3094,'_wp_attached_file','2020/07/Subscription-Management-Software-for-Shopify.jpg'),(7221,3094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:56:\"2020/07/Subscription-Management-Software-for-Shopify.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7222,3094,'_wp_attachment_image_alt','Subscription Management Software for Shopify'),(7223,3096,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594644656359{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644709199{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644818549{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644857543{margin-top: 25px !important;}'),(7224,3091,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682474815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983584211{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983681977{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983795423{margin-top: 25px !important;}'),(7225,3098,'_wp_attached_file','2020/07/Subscription-Software-for-Shopify.jpg'),(7226,3098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:45:\"2020/07/Subscription-Software-for-Shopify.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Subscription-Software-for-Shopify-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Subscription-Software-for-Shopify-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7227,3098,'_wp_attachment_image_alt','Subscription-Software-for-Shopify'),(7228,3099,'_wp_attached_file','2020/07/Recurring-Billing-Software-for-Shopify.jpg'),(7229,3099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:50:\"2020/07/Recurring-Billing-Software-for-Shopify.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Recurring-Billing-Software-for-Shopify-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Recurring-Billing-Software-for-Shopify-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7230,3099,'_wp_attachment_image_alt','Recurring Billing Software for Shopify'),(7231,3100,'_wp_attached_file','2020/07/Recurring-Billing-Software-Shopify.jpg'),(7232,3100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2020/07/Recurring-Billing-Software-Shopify.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Recurring-Billing-Software-Shopify-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Recurring-Billing-Software-Shopify-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7233,3100,'_wp_attachment_image_alt','Recurring-Billing-Software-Shopify'),(7234,3101,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594742906821{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594742984585{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743014777{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743101338{margin-top: 25px !important;}'),(7235,3091,'_yoast_wpseo_focuskw','Subscription Management Software for Shopify'),(7236,3091,'_yoast_wpseo_title','Subscription Management Software for Shopify | SubscriptioFlow'),(7237,3091,'_yoast_wpseo_metadesc','Boost your eCommerce Sales with Subscription Management Software for Shopify and Accelerate your Online Presence with SubscriptionFlow.'),(7238,3091,'_yoast_wpseo_linkdex','75'),(7239,3091,'_yoast_wpseo_content_score','30'),(7240,3102,'_edit_last','1'),(7241,3102,'_wp_page_template','default'),(7251,3102,'_wpb_vc_js_status','true'),(7252,3102,'_edit_lock','1606984754:1'),(7253,3105,'_wp_attached_file','2020/07/Subscription-Management-Software-for-WordPress.jpg'),(7254,3105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2020/07/Subscription-Management-Software-for-WordPress.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Subscription-Management-Software-for-WordPress-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Subscription-Management-Software-for-WordPress-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Subscription-Management-Software-for-WordPress-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7255,3105,'_wp_attachment_image_alt','Subscription Management Software for WordPress'),(7256,3107,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594742906821{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594742984585{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743014777{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743101338{margin-top: 25px !important;}'),(7257,3102,'_yoast_wpseo_content_score','30'),(7258,3102,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682494885{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984351418{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984459977{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984843977{margin-top: 25px !important;}'),(7259,3108,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594742906821{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594742984585{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743014777{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743101338{margin-top: 25px !important;}'),(7260,3110,'_wp_attached_file','2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg'),(7261,3110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:76:\"2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Ultimate-Recurring-Billing-and-Subscription-Management-Software--300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Ultimate-Recurring-Billing-and-Subscription-Management-Software--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7262,3110,'_wp_attachment_image_alt','Ultimate Recurring Billing and Subscription Management Software'),(7263,3111,'_wp_attached_file','2020/07/Automate-and-Organize-the-Membership-Operations.jpg'),(7264,3111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:59:\"2020/07/Automate-and-Organize-the-Membership-Operations.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Automate-and-Organize-the-Membership-Operations-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Automate-and-Organize-the-Membership-Operations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7265,3111,'_wp_attachment_image_alt','Automate and Organize the Membership Operations'),(7266,3112,'_wp_attached_file','2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg'),(7267,3112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:74:\"2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7268,3113,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594817562541{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817596515{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817700556{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817765954{margin-top: 25px !important;}'),(7269,3102,'_yoast_wpseo_focuskw','Subscription Management Software for WordPress'),(7270,3102,'_yoast_wpseo_title','Subscription Management Software for WordPress | SubscriptionFlow'),(7271,3102,'_yoast_wpseo_metadesc','Accept Recurring Payments, Create Subscription Plans with Subscription Management Software for WordPress and Increase Revenue with Continues Growth.'),(7272,3102,'_yoast_wpseo_linkdex','75'),(7273,3114,'_edit_last','1'),(7274,3114,'_edit_lock','1623827492:1'),(7275,3115,'_wp_attached_file','2020/07/Subscription-vs-pay-per-use.jpg'),(7276,3115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/07/Subscription-vs-pay-per-use.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscription-vs-pay-per-use-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscription-vs-pay-per-use-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscription-vs-pay-per-use-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscription-vs-pay-per-use-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7277,3115,'_wp_attachment_image_alt','Subscription vs pay per use'),(7278,3116,'_wp_attached_file','2020/07/pay-per-use-vs-subscription.jpg'),(7279,3116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/07/pay-per-use-vs-subscription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"pay-per-use-vs-subscription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pay-per-use-vs-subscription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pay-per-use-vs-subscription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pay-per-use-vs-subscription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7280,3116,'_wp_attachment_image_alt','pay per use vs subscription'),(7281,3114,'_thumbnail_id','3115'),(7283,3114,'_yoast_wpseo_focuskw','Subscription vs Pay-Per-Use'),(7284,3114,'_yoast_wpseo_title','Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?'),(7285,3114,'_yoast_wpseo_linkdex','51'),(7286,3114,'_yoast_wpseo_content_score','30'),(7287,3114,'_yoast_wpseo_primary_category','3'),(7288,3118,'_wp_attached_file','2020/07/Subscription-Plugin-for-Magento.jpg'),(7289,3118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/07/Subscription-Plugin-for-Magento.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Subscription-Plugin-for-Magento-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Subscription-Plugin-for-Magento-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Subscription-Plugin-for-Magento-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7290,3118,'_wp_attachment_image_alt','Subscription Plugin for Magento'),(7291,3119,'_edit_last','1'),(7292,3119,'_wp_page_template','default'),(7302,3119,'_wpb_vc_js_status','true'),(7303,3119,'_edit_lock','1622016137:1'),(7304,3123,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594817562541{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817596515{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817700556{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817765954{margin-top: 25px !important;}'),(7305,3119,'_yoast_wpseo_content_score','30'),(7306,3119,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682517851{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985463298{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985543018{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985610080{margin-top: 25px !important;}'),(7307,3125,'_wp_attached_file','2020/07/Subscription-Management-Extension-for-Magento.jpg'),(7308,3125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:57:\"2020/07/Subscription-Management-Extension-for-Magento.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Extension-for-Magento-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Extension-for-Magento-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7309,3125,'_wp_attachment_image_alt','Subscription Management Extension for Magento'),(7310,3126,'_wp_attached_file','2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg'),(7311,3126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:100:\"2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7312,3126,'_wp_attachment_image_alt','SubscriptionFlow is the Perfect Solution as Subscription Management Software for Magento'),(7313,3127,'_wp_attached_file','2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg'),(7314,3127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:72:\"2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7315,3127,'_wp_attachment_image_alt','SubscriptionFlow Takes Your Subscription Business on Magento'),(7316,3128,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594899094399{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899121825{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899154148{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899182797{margin-top: 25px !important;}'),(7317,3119,'_yoast_wpseo_focuskw','Subscription Management Software for Magento'),(7318,3119,'_yoast_wpseo_title','Subscription Management Software for Magento | SubscriptionFlow'),(7319,3119,'_yoast_wpseo_linkdex','67'),(7320,3129,'_edit_last','1'),(7321,3129,'_edit_lock','1594998859:1'),(7322,3130,'_wp_attached_file','2020/07/Self-Service-Subscription-Management-Portal.jpg'),(7323,3130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/07/Self-Service-Subscription-Management-Portal.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Self-Service-Subscription-Management-Portal-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Self-Service-Subscription-Management-Portal-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Self-Service-Subscription-Management-Portal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Self-Service-Subscription-Management-Portal-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7324,3130,'_wp_attachment_image_alt','Self-Service Subscription Management Portal'),(7325,3129,'_thumbnail_id','3130'),(7327,3129,'_yoast_wpseo_focuskw','Self-Service Subscription Management Portal'),(7328,3129,'_yoast_wpseo_title','Elevate Your Business with Self-Service Subscription Management Portal'),(7329,3129,'_yoast_wpseo_metadesc','Elevate Your Business with Self-Service Subscription Management Portal and Learn How You Can Enhance Customer Relationships.'),(7330,3129,'_yoast_wpseo_linkdex','69'),(7331,3129,'_yoast_wpseo_content_score','30'),(7332,3129,'_yoast_wpseo_primary_category','3'),(7333,3133,'_edit_last','1'),(7334,3133,'_edit_lock','1595254171:1'),(7335,3134,'_wp_attached_file','2020/07/Subscription-Management-System-Benefits.jpg'),(7336,3134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2020/07/Subscription-Management-System-Benefits.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Subscription-Management-System-Benefits-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Subscription-Management-System-Benefits-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Subscription-Management-System-Benefits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Subscription-Management-System-Benefits-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7337,3134,'_wp_attachment_image_alt','Subscription Management System Benefits'),(7338,3133,'_thumbnail_id','3134'),(7340,3133,'_yoast_wpseo_focuskw','Subscription Management System'),(7341,3133,'_yoast_wpseo_title','Here are the Different Tools You Can Use to Avail Subscription Management System Benefits'),(7342,3133,'_yoast_wpseo_metadesc','Here are the Different Tools You Can Use to Avail Subscription Management System Benefits with SubscriptionFlow. Get your hands on a Premium SaaS Software.'),(7343,3133,'_yoast_wpseo_linkdex','68'),(7344,3133,'_yoast_wpseo_content_score','30'),(7345,3133,'_yoast_wpseo_primary_category','5'),(7346,3136,'_edit_last','1'),(7347,3136,'_wp_page_template','default'),(7357,3136,'_wpb_vc_js_status','true'),(7358,3136,'_edit_lock','1606990148:1'),(7359,3139,'_wp_attached_file','2020/07/Subscription-Management-Extension-for-Wix.jpg'),(7360,3139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/07/Subscription-Management-Extension-for-Wix.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Subscription-Management-Extension-for-Wix-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Subscription-Management-Extension-for-Wix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Subscription-Management-Extension-for-Wix-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7361,3139,'_wp_attachment_image_alt','Subscription Management Extension for Wix'),(7362,3141,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1594899094399{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899121825{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899154148{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899182797{margin-top: 25px !important;}'),(7363,3136,'_yoast_wpseo_content_score','30'),(7364,3136,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990142482{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990203982{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990281521{margin-top: 25px !important;}'),(7365,3143,'_wp_attached_file','2020/07/Subscription-Management-Software-for-Wix.jpg'),(7366,3143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:52:\"2020/07/Subscription-Management-Software-for-Wix.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Subscription-Management-Software-for-Wix-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Subscription-Management-Software-for-Wix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7367,3143,'_wp_attachment_image_alt','Subscription Management Software for Wix'),(7368,3144,'_wp_attached_file','2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg'),(7369,3144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:93:\"2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:93:\"Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7370,3144,'_wp_attachment_image_alt','Recurring Billing and Subscription Management are Made Easy with SubscriptionFlow'),(7371,3145,'_wp_attached_file','2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg'),(7372,3145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:93:\"2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:93:\"Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7373,3145,'_wp_attachment_image_alt','Overview of the SubscriptionFlow as Best Subscription Management Software for Wix'),(7374,3146,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1595416826039{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416890986{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7375,3136,'_yoast_wpseo_focuskw','Subscription Management Software for Wix'),(7376,3136,'_yoast_wpseo_title','Subscription Management Software for Wix | SubscriptionFlow'),(7377,3136,'_yoast_wpseo_metadesc','Powerup your Wix store subscriptions with SubscriptionFlow Subscription Management Software for Wix and boost sales with automatic recurring process.'),(7378,3136,'_yoast_wpseo_linkdex','75'),(7380,3148,'_edit_last','1'),(7381,3148,'_edit_lock','1595432581:1'),(7382,3149,'_wp_attached_file','2020/07/Subscription-Box-Business-102.jpg'),(7383,3149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/07/Subscription-Box-Business-102.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-102-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subscription-Box-Business-102-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-102-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7384,3149,'_wp_attachment_image_alt','Subscription Box Business 102'),(7385,3148,'_thumbnail_id','3149'),(7387,3148,'_yoast_wpseo_focuskw','Subscription Box Business 102'),(7388,3148,'_yoast_wpseo_title','Subscription Box Business 102'),(7389,3148,'_yoast_wpseo_linkdex','58'),(7390,3148,'_yoast_wpseo_content_score','30'),(7391,3148,'_yoast_wpseo_primary_category','3'),(7392,3153,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7393,3154,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7394,3155,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7395,3156,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7396,3157,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7397,3158,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7398,3159,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7399,3160,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7400,3161,'_edit_last','1'),(7401,3161,'_wp_page_template','default'),(7411,3161,'_wpb_vc_js_status','true'),(7412,3161,'_edit_lock','1606996253:1'),(7413,3161,'_yoast_wpseo_focuskw','Subscription Software Integration with QuickBooks'),(7414,3161,'_yoast_wpseo_title','Subscription Software Integration with QuickBooks - SubscriptionFlow'),(7415,3161,'_yoast_wpseo_linkdex','67'),(7416,3161,'_yoast_wpseo_content_score','30'),(7417,3166,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7418,3167,'_edit_last','1'),(7419,3167,'_edit_lock','1595603469:1'),(7420,3168,'_wp_attached_file','2020/07/Business-Process-Automation.jpg'),(7421,3168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/07/Business-Process-Automation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Business-Process-Automation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Business-Process-Automation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Business-Process-Automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Business-Process-Automation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7422,3168,'_wp_attachment_image_alt','Business Process Automation'),(7423,3169,'_wp_attached_file','2020/07/BPA-Business-Process-Automation.jpg'),(7424,3169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/07/BPA-Business-Process-Automation.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BPA-Business-Process-Automation-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BPA-Business-Process-Automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"BPA-Business-Process-Automation-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7425,3169,'_wp_attachment_image_alt',''),(7426,3167,'_thumbnail_id','3168'),(7428,3167,'_yoast_wpseo_focuskw','Business Process Automation'),(7429,3167,'_yoast_wpseo_title','Business Process Automation - SubscriptionFlow'),(7430,3167,'_yoast_wpseo_metadesc','Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes.'),(7431,3167,'_yoast_wpseo_linkdex','65'),(7432,3167,'_yoast_wpseo_content_score','30'),(7433,3167,'_yoast_wpseo_primary_category','60'),(7438,3173,'_edit_last','1'),(7439,3173,'_edit_lock','1595861664:1'),(7440,3174,'_wp_attached_file','2020/07/Subscription-eCommerce-Billing.jpg'),(7441,3174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2020/07/Subscription-eCommerce-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Subscription-eCommerce-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Subscription-eCommerce-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Subscription-eCommerce-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Subscription-eCommerce-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7442,3174,'_wp_attachment_image_alt','Subscription eCommerce Billing'),(7443,3173,'_thumbnail_id','3174'),(7445,3173,'_yoast_wpseo_content_score','30'),(7446,3173,'_yoast_wpseo_primary_category','78'),(7453,3180,'_edit_last','1'),(7454,3180,'_edit_lock','1596115247:1'),(7455,3181,'_wp_attached_file','2020/07/Selecting-a-Subscription-Service.jpg'),(7456,3181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/07/Selecting-a-Subscription-Service.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Selecting-a-Subscription-Service-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Selecting-a-Subscription-Service-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Selecting-a-Subscription-Service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Selecting-a-Subscription-Service-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7457,3181,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.873791857678494210404096520505845546722412109375;s:5:\"bytes\";i:40121;s:11:\"size_before\";i:138953;s:10:\"size_after\";i:98832;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10037;s:11:\"size_before\";i:19042;s:10:\"size_after\";i:9005;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:10139;s:11:\"size_before\";i:60763;s:10:\"size_after\";i:50624;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:9980;s:11:\"size_before\";i:15833;s:10:\"size_after\";i:5853;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:9965;s:11:\"size_before\";i:43315;s:10:\"size_after\";i:33350;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(7458,3181,'_wp_attachment_image_alt','Selecting a Subscription Service'),(7459,3180,'_thumbnail_id','3181'),(7461,3180,'_yoast_wpseo_focuskw','Subscription Billing Service'),(7462,3180,'_yoast_wpseo_title','07 Features to Look Out For When Selecting a Subscription Billing Service'),(7463,3180,'_yoast_wpseo_metadesc','07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business.'),(7464,3180,'_yoast_wpseo_linkdex','63'),(7465,3180,'_yoast_wpseo_content_score','30'),(7466,3180,'_yoast_wpseo_primary_category','3'),(7484,3189,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7485,3190,'_edit_last','1'),(7486,3190,'_edit_lock','1602250762:1'),(7487,3191,'_wp_attached_file','2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg'),(7488,3191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AI-Enabled-SaaS-for-Subscription-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"AI-Enabled-SaaS-for-Subscription-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AI-Enabled-SaaS-for-Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AI-Enabled-SaaS-for-Subscription-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7489,3191,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.216524216524216939205871312879025936126708984375;s:5:\"bytes\";i:52105;s:11:\"size_before\";i:215163;s:10:\"size_after\";i:163058;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12481;s:11:\"size_before\";i:27107;s:10:\"size_after\";i:14626;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:14002;s:11:\"size_before\";i:97466;s:10:\"size_after\";i:83464;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:12323;s:11:\"size_before\";i:20493;s:10:\"size_after\";i:8170;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:13299;s:11:\"size_before\";i:70097;s:10:\"size_after\";i:56798;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(7490,3191,'_wp_attachment_image_alt','AI-Enabled SaaS for Subscription Management'),(7491,3190,'_thumbnail_id','3191'),(7493,3190,'_yoast_wpseo_content_score','30'),(7494,3190,'_yoast_wpseo_primary_category','5'),(7496,3190,'_yoast_wpseo_focuskw','AI-Enabled SaaS for Subscription Management'),(7497,3190,'_yoast_wpseo_title','AI-Enabled SaaS for Subscription Management'),(7498,3190,'_yoast_wpseo_metadesc','AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionalized the Data-Driven Services.'),(7499,3190,'_yoast_wpseo_linkdex','65'),(7501,3193,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596681709562{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568305788{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(7502,3194,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596681754947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578566518116{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568305788{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(7503,3195,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681926792{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578649936534{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578652571463{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578653269870{margin-top: 25px !important;}'),(7504,3196,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681941231{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578901810487{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903658687{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578903862848{margin-top: 25px !important;}'),(7505,3197,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681953934{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578916385080{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578911883529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578915249477{margin-top: 25px !important;}'),(7506,3198,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578919217680{margin-top: 25px !important;}'),(7507,3199,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682166536{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656664543{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578656702999{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578658677032{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(7508,3200,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923053392{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578925536688{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(7510,3201,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(7512,3202,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(7514,3203,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(7515,3204,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682283877{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070799755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070818726{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(7516,3205,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(7517,3206,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682328272{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579153801244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156986940{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579156969240{margin-top: 25px !important;}'),(7518,3207,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(7519,3208,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(7520,3209,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(7521,3210,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(7522,3211,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682407795{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049776081{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049867071{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049894227{margin-top: 25px !important;}'),(7523,3212,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682427897{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306332926{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306419792{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306488556{margin-top: 25px !important;}'),(7524,3213,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644709199{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644818549{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644857543{margin-top: 25px !important;}'),(7525,3214,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682474815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594742984585{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743014777{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743101338{margin-top: 25px !important;}'),(7526,3215,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682494885{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817596515{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817700556{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817765954{margin-top: 25px !important;}'),(7527,3217,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682517851{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899121825{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899154148{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899182797{margin-top: 25px !important;}'),(7528,3218,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416890986{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7529,3219,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(7530,3220,'_edit_last','1'),(7531,3220,'_edit_lock','1599726621:1'),(7532,3221,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596684694095{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7533,3222,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596684885828{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7534,3223,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596684996878{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7535,3224,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685270495{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595416955603{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7536,3225,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685670177{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685756629{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7537,3226,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685670177{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685839573{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7538,3228,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596686129275{margin-top: 25px !important;}'),(7539,3229,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596686424528{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596686529134{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(7540,3230,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703422780{margin-top: 25px !important;}'),(7541,3231,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703582637{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703603878{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(7542,3232,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596685670177{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703775848{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7543,3233,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578577571701{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578319701{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(7544,3234,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578922950934{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578923127672{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703422780{margin-top: 25px !important;}'),(7545,3235,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703582637{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703603878{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578984158826{margin-top: 25px !important;}'),(7547,3236,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(7549,3237,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(7551,3238,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(7552,3239,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682283877{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070799755{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070818726{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(7553,3240,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085341163{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579085432529{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579088370209{margin-top: 25px !important;}'),(7554,3241,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(7555,3242,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245425155{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245487297{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579245510892{margin-top: 25px !important;}'),(7556,3243,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(7557,3244,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(7558,3245,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682407795{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049776081{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049867071{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594049894227{margin-top: 25px !important;}'),(7559,3246,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682427897{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306332926{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306419792{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594306488556{margin-top: 25px !important;}'),(7560,3247,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644709199{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644818549{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594644857543{margin-top: 25px !important;}'),(7561,3248,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682474815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594742984585{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743014777{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594743101338{margin-top: 25px !important;}'),(7562,3249,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682494885{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817596515{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817700556{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594817765954{margin-top: 25px !important;}'),(7563,3250,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682517851{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899121825{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899154148{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1594899182797{margin-top: 25px !important;}'),(7564,3251,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596705423077{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703775848{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7566,3252,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(7567,3254,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520009671{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520470241{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593520826075{margin-top: 25px !important;}'),(7568,3255,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(7569,3256,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305622167{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305675055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592305717844{margin-top: 25px !important;}'),(7570,3257,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099602501{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099689847{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1593099721833{margin-top: 25px !important;}'),(7571,3258,'_edit_last','1'),(7572,3258,'_wp_page_template','default'),(7582,3258,'_wpb_vc_js_status','true'),(7583,3258,'_edit_lock','1606990850:1'),(7584,3262,'_wp_attached_file','2020/08/Subscription-Software-for-lawfirm.jpg'),(7585,3262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/08/Subscription-Software-for-lawfirm.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Subscription-Software-for-lawfirm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Subscription-Software-for-lawfirm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Subscription-Software-for-lawfirm-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7586,3262,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.757646373434312181416316889226436614990234375;s:5:\"bytes\";i:34122;s:11:\"size_before\";i:85825;s:10:\"size_after\";i:51703;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11092;s:11:\"size_before\";i:20634;s:10:\"size_after\";i:9542;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10822;s:11:\"size_before\";i:14604;s:10:\"size_after\";i:3782;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:12208;s:11:\"size_before\";i:50587;s:10:\"size_after\";i:38379;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(7587,3262,'_wp_attachment_image_alt','Subscription Software for lawfirm'),(7588,3264,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596705423077{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596703775848{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1595417032465{margin-top: 25px !important;}'),(7589,3258,'_yoast_wpseo_content_score','30'),(7590,3258,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596715682074{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990587034{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990692953{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990754145{margin-top: 25px !important;}'),(7591,3265,'_wp_attached_file','2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg'),(7592,3265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Enhance-Productivity-with-Our-Recurring-Billing-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Enhance-Productivity-with-Our-Recurring-Billing-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7593,3265,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:56.25321336760925561293333885259926319122314453125;s:5:\"bytes\";i:26259;s:11:\"size_before\";i:46680;s:10:\"size_after\";i:20421;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:13344;s:11:\"size_before\";i:27321;s:10:\"size_after\";i:13977;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:12915;s:11:\"size_before\";i:19359;s:10:\"size_after\";i:6444;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(7594,3265,'_wp_attachment_image_alt','Enhance Productivity with Our Recurring Billing Software'),(7595,3266,'_wp_attached_file','2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg'),(7596,3266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:75:\"2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Why-is-Subscription-Management-Software-Important-for-Law-Firms-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Why-is-Subscription-Management-Software-Important-for-Law-Firms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7597,3266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:52.70752752157095954999022069387137889862060546875;s:5:\"bytes\";i:28344;s:11:\"size_before\";i:53776;s:10:\"size_after\";i:25432;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14119;s:11:\"size_before\";i:31780;s:10:\"size_after\";i:17661;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:14225;s:11:\"size_before\";i:21996;s:10:\"size_after\";i:7771;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(7598,3266,'_wp_attachment_image_alt','Why is Subscription Management Software Important for Law Firms'),(7599,3267,'_wp_attached_file','2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg'),(7600,3267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Streamline-your-CRM-Processes-and-Recurring-Billing-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Streamline-your-CRM-Processes-and-Recurring-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7601,3267,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.3415210541392212917344295419752597808837890625;s:5:\"bytes\";i:30353;s:11:\"size_before\";i:55856;s:10:\"size_after\";i:25503;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15255;s:11:\"size_before\";i:32834;s:10:\"size_after\";i:17579;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:15098;s:11:\"size_before\";i:23022;s:10:\"size_after\";i:7924;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(7602,3267,'_wp_attachment_image_alt','Streamline your CRM Processes and Recurring Billing'),(7603,3268,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596715682074{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715747819{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715825526{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715945441{margin-top: 25px !important;}'),(7604,3258,'_yoast_wpseo_focuskw','Subscription Management Software for Law Firms'),(7605,3258,'_yoast_wpseo_title','Subscription Management Software for Law Firms | SubscriptionFlow'),(7606,3258,'_yoast_wpseo_metadesc','Choose SubscriptionFlow for better client management with Subscription Management Software for Law Firms and usher into the future of AI-powered billing system.'),(7607,3258,'_yoast_wpseo_linkdex','75'),(7608,3269,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596715682074{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715747819{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715825526{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596715945441{margin-top: 25px !important;}'),(7609,3270,'_edit_last','1'),(7610,3270,'_edit_lock','1606998705:1'),(7611,3270,'_wp_page_template','default'),(7621,3270,'_wpb_vc_js_status','true'),(7622,3270,'_yoast_wpseo_focuskw','Subscription Software Integrated with SugarCRM'),(7623,3270,'_yoast_wpseo_title','Subscription Software Integrated with SugarCRM | SubscriptionFlow'),(7624,3270,'_yoast_wpseo_metadesc','Subscription Software Integrated with SugarCRM can help you business provide services without any hassle and with an automated process.'),(7625,3270,'_yoast_wpseo_linkdex','75'),(7626,3270,'_yoast_wpseo_content_score','30'),(7627,3276,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7628,3277,'_menu_item_type','custom'),(7629,3277,'_menu_item_menu_item_parent','0'),(7630,3277,'_menu_item_object_id','3277'),(7631,3277,'_menu_item_object','custom'),(7632,3277,'_menu_item_target',''),(7633,3277,'_menu_item_classes','a:1:{i:0;s:21:\"description-mega-menu\";}'),(7634,3277,'_menu_item_xfn',''),(7635,3277,'_menu_item_url','#'),(7637,3277,'_megamenu','a:13:{s:4:\"type\";s:4:\"grid\";s:4:\"grid\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:3:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-8\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:13:\"custom_html-9\";s:4:\"type\";s:6:\"widget\";}}}i:2;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-11\";s:4:\"type\";s:6:\"widget\";}}}}}i:1;a:2:{s:4:\"meta\";a:4:{s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";s:7:\"columns\";s:2:\"12\";}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}s:5:\"items\";a:1:{i:0;a:2:{s:2:\"id\";s:14:\"custom_html-10\";s:4:\"type\";s:6:\"widget\";}}}i:1;a:1:{s:4:\"meta\";a:4:{s:4:\"span\";s:1:\"4\";s:5:\"class\";s:0:\"\";s:15:\"hide-on-desktop\";s:5:\"false\";s:14:\"hide-on-mobile\";s:5:\"false\";}}}}}s:4:\"icon\";s:25:\"dashicons-arrow-down-alt2\";s:10:\"item_align\";s:4:\"left\";s:13:\"icon_position\";s:5:\"right\";s:5:\"align\";s:11:\"bottom-left\";s:9:\"hide_text\";s:5:\"false\";s:12:\"disable_link\";s:5:\"false\";s:10:\"hide_arrow\";s:5:\"false\";s:14:\"hide_on_mobile\";s:5:\"false\";s:15:\"hide_on_desktop\";s:5:\"false\";s:23:\"hide_sub_menu_on_mobile\";s:5:\"false\";s:17:\"collapse_children\";s:5:\"false\";}'),(7666,3295,'_edit_last','1'),(7667,3295,'_edit_lock','1610956489:1'),(7668,3295,'_yoast_wpseo_content_score','30'),(7669,3295,'_yoast_wpseo_primary_epkb_post_type_1_category','88'),(7670,3297,'_wp_attached_file','2020/08/image-3.png'),(7671,3297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1822;s:6:\"height\";i:938;s:4:\"file\";s:19:\"2020/08/image-3.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-3-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-3-1024x527.png\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-3-768x395.png\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-3-1536x791.png\";s:5:\"width\";i:1536;s:6:\"height\";i:791;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7672,3297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.100113649645745539373820065520703792572021484375;s:5:\"bytes\";i:44635;s:11:\"size_before\";i:402113;s:10:\"size_after\";i:357478;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:651;s:11:\"size_before\";i:16619;s:10:\"size_after\";i:15968;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12370;s:11:\"size_before\";i:112242;s:10:\"size_after\";i:99872;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:168;s:11:\"size_before\";i:9463;s:10:\"size_after\";i:9295;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6130;s:11:\"size_before\";i:71101;s:10:\"size_after\";i:64971;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:25316;s:11:\"size_before\";i:192688;s:10:\"size_after\";i:167372;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(7673,3298,'_wp_attached_file','2020/08/image-4.png'),(7674,3298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1913;s:6:\"height\";i:648;s:4:\"file\";s:19:\"2020/08/image-4.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-4-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-4-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-4-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-4-1536x520.png\";s:5:\"width\";i:1536;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7675,3298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.8283625709360222799659823067486286163330078125;s:5:\"bytes\";i:18690;s:11:\"size_before\";i:135157;s:10:\"size_after\";i:116467;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:578;s:11:\"size_before\";i:6272;s:10:\"size_after\";i:5694;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5059;s:11:\"size_before\";i:36961;s:10:\"size_after\";i:31902;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:234;s:11:\"size_before\";i:3978;s:10:\"size_after\";i:3744;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:24229;s:10:\"size_after\";i:21631;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10221;s:11:\"size_before\";i:63717;s:10:\"size_after\";i:53496;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}}}'),(7676,3299,'_wp_attached_file','2020/08/image-6.png'),(7677,3299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1918;s:6:\"height\";i:697;s:4:\"file\";s:19:\"2020/08/image-6.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-6-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-6-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-6-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-6-1536x558.png\";s:5:\"width\";i:1536;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7678,3299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.7086607206059323260660676169209182262420654296875;s:5:\"bytes\";i:24205;s:11:\"size_before\";i:226032;s:10:\"size_after\";i:201827;s:4:\"time\";d:1.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:815;s:11:\"size_before\";i:9935;s:10:\"size_after\";i:9120;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5847;s:11:\"size_before\";i:61140;s:10:\"size_after\";i:55293;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:7276;s:10:\"size_after\";i:6130;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4158;s:11:\"size_before\";i:41398;s:10:\"size_after\";i:37240;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12239;s:11:\"size_before\";i:106283;s:10:\"size_after\";i:94044;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),(7679,3300,'_wp_attached_file','2020/08/image-7.png'),(7680,3300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1914;s:6:\"height\";i:797;s:4:\"file\";s:19:\"2020/08/image-7.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-7-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-7-1024x426.png\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-7-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-7-1536x640.png\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7681,3300,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.9769640991808241636817911057732999324798583984375;s:5:\"bytes\";i:19966;s:11:\"size_before\";i:181890;s:10:\"size_after\";i:161924;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:753;s:11:\"size_before\";i:8375;s:10:\"size_after\";i:7622;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5165;s:11:\"size_before\";i:49530;s:10:\"size_after\";i:44365;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:280;s:11:\"size_before\";i:3881;s:10:\"size_after\";i:3601;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3242;s:11:\"size_before\";i:33335;s:10:\"size_after\";i:30093;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:10526;s:11:\"size_before\";i:86769;s:10:\"size_after\";i:76243;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(7682,3301,'_wp_attached_file','2020/08/iamge-5.png'),(7683,3301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1909;s:6:\"height\";i:944;s:4:\"file\";s:19:\"2020/08/iamge-5.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"iamge-5-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"iamge-5-1024x506.png\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"iamge-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"iamge-5-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"iamge-5-1536x760.png\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7684,3301,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.8112301377795194667896794271655380725860595703125;s:5:\"bytes\";i:34676;s:11:\"size_before\";i:293585;s:10:\"size_after\";i:258909;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:955;s:11:\"size_before\";i:12520;s:10:\"size_after\";i:11565;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:8461;s:11:\"size_before\";i:79165;s:10:\"size_after\";i:70704;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:544;s:11:\"size_before\";i:6516;s:10:\"size_after\";i:5972;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5255;s:11:\"size_before\";i:51806;s:10:\"size_after\";i:46551;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19461;s:11:\"size_before\";i:143578;s:10:\"size_after\";i:124117;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}}}'),(7685,3302,'_wp_attached_file','2020/08/image-1.png'),(7686,3302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1797;s:6:\"height\";i:940;s:4:\"file\";s:19:\"2020/08/image-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-1-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-1-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-1-1536x803.png\";s:5:\"width\";i:1536;s:6:\"height\";i:803;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7687,3302,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.2851073088476159256288156029768288135528564453125;s:5:\"bytes\";i:37344;s:11:\"size_before\";i:330914;s:10:\"size_after\";i:293570;s:4:\"time\";d:1.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:681;s:11:\"size_before\";i:13539;s:10:\"size_after\";i:12858;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9634;s:11:\"size_before\";i:90800;s:10:\"size_after\";i:81166;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:352;s:11:\"size_before\";i:7112;s:10:\"size_after\";i:6760;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5823;s:11:\"size_before\";i:59278;s:10:\"size_after\";i:53455;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20854;s:11:\"size_before\";i:160185;s:10:\"size_after\";i:139331;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(7688,3303,'_wp_attached_file','2020/08/image-2.png'),(7689,3303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1807;s:6:\"height\";i:877;s:4:\"file\";s:19:\"2020/08/image-2.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-2-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image-2-1024x497.png\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image-2-768x373.png\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"image-2-1536x745.png\";s:5:\"width\";i:1536;s:6:\"height\";i:745;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7690,3303,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.5155491731776375985418781056068837642669677734375;s:5:\"bytes\";i:39742;s:11:\"size_before\";i:317541;s:10:\"size_after\";i:277799;s:4:\"time\";d:1.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:832;s:11:\"size_before\";i:13050;s:10:\"size_after\";i:12218;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10478;s:11:\"size_before\";i:87585;s:10:\"size_after\";i:77107;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:525;s:11:\"size_before\";i:7633;s:10:\"size_after\";i:7108;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6414;s:11:\"size_before\";i:57535;s:10:\"size_after\";i:51121;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:21493;s:11:\"size_before\";i:151738;s:10:\"size_after\";i:130245;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}}}'),(7691,3304,'_edit_last','1'),(7692,3304,'_edit_lock','1610956505:1'),(7693,3304,'_yoast_wpseo_content_score','30'),(7694,3304,'_yoast_wpseo_primary_epkb_post_type_1_category','88'),(7695,3306,'_edit_last','1'),(7696,3306,'_edit_lock','1610956525:1'),(7697,3306,'_yoast_wpseo_content_score','30'),(7698,3306,'_yoast_wpseo_primary_epkb_post_type_1_category','88'),(7699,3308,'_menu_item_type','post_type'),(7700,3308,'_menu_item_menu_item_parent','3356'),(7701,3308,'_menu_item_object_id','3306'),(7702,3308,'_menu_item_object','epkb_post_type_1'),(7703,3308,'_menu_item_target',''),(7704,3308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7705,3308,'_menu_item_xfn',''),(7706,3308,'_menu_item_url',''),(7708,3309,'_menu_item_type','post_type'),(7709,3309,'_menu_item_menu_item_parent','3308'),(7710,3309,'_menu_item_object_id','3304'),(7711,3309,'_menu_item_object','epkb_post_type_1'),(7712,3309,'_menu_item_target',''),(7713,3309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7714,3309,'_menu_item_xfn',''),(7715,3309,'_menu_item_url',''),(7717,3310,'_menu_item_type','post_type'),(7718,3310,'_menu_item_menu_item_parent','3309'),(7719,3310,'_menu_item_object_id','3295'),(7720,3310,'_menu_item_object','epkb_post_type_1'),(7721,3310,'_menu_item_target',''),(7722,3310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7723,3310,'_menu_item_xfn',''),(7724,3310,'_menu_item_url',''),(7726,3314,'_edit_last','1'),(7727,3314,'_edit_lock','1596814803:1'),(7728,3315,'_wp_attached_file','2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg'),(7729,3315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Top-SaaS-Billing-Models-for-SaaS-Businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Top-SaaS-Billing-Models-for-SaaS-Businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Top-SaaS-Billing-Models-for-SaaS-Businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Top-SaaS-Billing-Models-for-SaaS-Businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7730,3315,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.435131026734079995321735623292624950408935546875;s:5:\"bytes\";i:49471;s:11:\"size_before\";i:242088;s:10:\"size_after\";i:192617;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12555;s:11:\"size_before\";i:28650;s:10:\"size_after\";i:16095;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12065;s:11:\"size_before\";i:115046;s:10:\"size_after\";i:102981;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:12501;s:11:\"size_before\";i:20091;s:10:\"size_after\";i:7590;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12350;s:11:\"size_before\";i:78301;s:10:\"size_after\";i:65951;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(7731,3315,'_wp_attachment_image_alt','Top SaaS Billing Models for SaaS Businesses'),(7732,3314,'_thumbnail_id','3315'),(7734,3314,'_yoast_wpseo_focuskw','SaaS Billing Models'),(7735,3314,'_yoast_wpseo_title','A Definitive Guide: Top SaaS Billing Models for SaaS Businesses | SubscriptionFlow'),(7736,3314,'_yoast_wpseo_metadesc','SaaS billing models ensure flexibility for the users by providing them tailored services that align well according to the user’s needs.'),(7737,3314,'_yoast_wpseo_linkdex','65'),(7738,3314,'_yoast_wpseo_content_score','30'),(7739,3314,'_yoast_wpseo_primary_category','78'),(7740,3318,'_wp_attached_file','2020/08/dashboard-1.png'),(7741,3318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1584;s:6:\"height\";i:712;s:4:\"file\";s:23:\"2020/08/dashboard-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-1-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-1-1024x460.png\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-1-768x345.png\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-1-1536x690.png\";s:5:\"width\";i:1536;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7742,3318,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.3193402739777067012028055614791810512542724609375;s:5:\"bytes\";i:40022;s:11:\"size_before\";i:429451;s:10:\"size_after\";i:389429;s:4:\"time\";d:1.9200000000000001509903313490212894976139068603515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:688;s:11:\"size_before\";i:19620;s:10:\"size_after\";i:18932;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10551;s:11:\"size_before\";i:115353;s:10:\"size_after\";i:104802;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:290;s:11:\"size_before\";i:11843;s:10:\"size_after\";i:11553;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6165;s:11:\"size_before\";i:72977;s:10:\"size_after\";i:66812;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:22328;s:11:\"size_before\";i:209658;s:10:\"size_after\";i:187330;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}}}'),(7743,3319,'_wp_attached_file','2020/08/dashboard-2.png'),(7744,3319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:621;s:4:\"file\";s:23:\"2020/08/dashboard-2.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-2-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-2-1024x398.png\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-2-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-2-1536x597.png\";s:5:\"width\";i:1536;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7745,3319,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.720907106789095308840842335484921932220458984375;s:5:\"bytes\";i:52042;s:11:\"size_before\";i:774330;s:10:\"size_after\";i:722288;s:4:\"time\";d:2.4900000000000002131628207280300557613372802734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:497;s:11:\"size_before\";i:27889;s:10:\"size_after\";i:27392;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9936;s:11:\"size_before\";i:201955;s:10:\"size_after\";i:192019;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:347;s:11:\"size_before\";i:18112;s:10:\"size_after\";i:17765;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6034;s:11:\"size_before\";i:122275;s:10:\"size_after\";i:116241;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:35228;s:11:\"size_before\";i:404099;s:10:\"size_after\";i:368871;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}}}'),(7746,3321,'_wp_attached_file','2020/08/dashboard-4.png'),(7747,3321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:786;s:4:\"file\";s:23:\"2020/08/dashboard-4.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-4-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-4-1024x503.png\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-4-768x378.png\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-4-1536x755.png\";s:5:\"width\";i:1536;s:6:\"height\";i:755;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7748,3321,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.116517009996673692739932448603212833404541015625;s:5:\"bytes\";i:30968;s:11:\"size_before\";i:255585;s:10:\"size_after\";i:224617;s:4:\"time\";d:1.9800000000000002042810365310288034379482269287109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:12160;s:10:\"size_after\";i:11002;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8034;s:11:\"size_before\";i:70315;s:10:\"size_after\";i:62281;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:517;s:11:\"size_before\";i:5086;s:10:\"size_after\";i:4569;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5519;s:11:\"size_before\";i:47694;s:10:\"size_after\";i:42175;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15740;s:11:\"size_before\";i:120330;s:10:\"size_after\";i:104590;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}}}'),(7749,3322,'_wp_attached_file','2020/08/dashboard-5.png'),(7750,3322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2020/08/dashboard-5.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-5-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-5-1024x483.png\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-5-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-5-1536x725.png\";s:5:\"width\";i:1536;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7751,3322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.411424079151725408109996351413428783416748046875;s:5:\"bytes\";i:29757;s:11:\"size_before\";i:260765;s:10:\"size_after\";i:231008;s:4:\"time\";d:1.3600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:924;s:11:\"size_before\";i:12503;s:10:\"size_after\";i:11579;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8206;s:11:\"size_before\";i:72384;s:10:\"size_after\";i:64178;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:389;s:11:\"size_before\";i:5012;s:10:\"size_after\";i:4623;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4887;s:11:\"size_before\";i:48133;s:10:\"size_after\";i:43246;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:15351;s:11:\"size_before\";i:122733;s:10:\"size_after\";i:107382;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),(7752,3323,'_wp_attached_file','2020/08/dashboard-6.png'),(7753,3323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:792;s:4:\"file\";s:23:\"2020/08/dashboard-6.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-6-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-6-1024x507.png\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-6-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-6-1536x761.png\";s:5:\"width\";i:1536;s:6:\"height\";i:761;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7754,3323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9739527628192856667510568513534963130950927734375;s:5:\"bytes\";i:14932;s:11:\"size_before\";i:214111;s:10:\"size_after\";i:199179;s:4:\"time\";d:1.87999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:958;s:11:\"size_before\";i:10061;s:10:\"size_after\";i:9103;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:58591;s:10:\"size_after\";i:55435;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:308;s:11:\"size_before\";i:4723;s:10:\"size_after\";i:4415;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:2634;s:11:\"size_before\";i:39201;s:10:\"size_after\";i:36567;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7876;s:11:\"size_before\";i:101535;s:10:\"size_after\";i:93659;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}}}'),(7755,3320,'_edit_last','1'),(7756,3320,'_edit_lock','1630663146:1'),(7757,3324,'_wp_attached_file','2020/08/dashboard-7.png'),(7758,3324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:788;s:4:\"file\";s:23:\"2020/08/dashboard-7.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-7-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-7-1024x505.png\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-7-768x378.png\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-7-1536x757.png\";s:5:\"width\";i:1536;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7759,3324,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4112366944247494160435962839983403682708740234375;s:5:\"bytes\";i:13835;s:11:\"size_before\";i:215793;s:10:\"size_after\";i:201958;s:4:\"time\";d:3.19000000000000039079850466805510222911834716796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:949;s:11:\"size_before\";i:10421;s:10:\"size_after\";i:9472;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:59353;s:10:\"size_after\";i:56310;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4918;s:10:\"size_after\";i:4678;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2257;s:11:\"size_before\";i:39518;s:10:\"size_after\";i:37261;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7346;s:11:\"size_before\";i:101583;s:10:\"size_after\";i:94237;s:4:\"time\";d:2.430000000000000159872115546022541821002960205078125;}}}'),(7760,3325,'_wp_attached_file','2020/08/dashboard-8.png'),(7761,3325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1598;s:6:\"height\";i:751;s:4:\"file\";s:23:\"2020/08/dashboard-8.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-8-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-8-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-8-768x361.png\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-8-1536x722.png\";s:5:\"width\";i:1536;s:6:\"height\";i:722;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7762,3325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9876439790575926025439912336878478527069091796875;s:5:\"bytes\";i:16683;s:11:\"size_before\";i:238750;s:10:\"size_after\";i:222067;s:4:\"time\";d:0.95000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:691;s:11:\"size_before\";i:11025;s:10:\"size_after\";i:10334;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:66208;s:10:\"size_after\";i:62260;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:158;s:11:\"size_before\";i:6325;s:10:\"size_after\";i:6167;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:42801;s:10:\"size_after\";i:40304;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9389;s:11:\"size_before\";i:112391;s:10:\"size_after\";i:103002;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(7763,3326,'_wp_attached_file','2020/08/dashboard-9.png'),(7764,3326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:785;s:4:\"file\";s:23:\"2020/08/dashboard-9.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dashboard-9-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"dashboard-9-1024x503.png\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dashboard-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dashboard-9-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dashboard-9-1536x754.png\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7765,3326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.95145512846531676842687375028617680072784423828125;s:5:\"bytes\";i:21549;s:11:\"size_before\";i:271007;s:10:\"size_after\";i:249458;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:771;s:11:\"size_before\";i:12353;s:10:\"size_after\";i:11582;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:75046;s:10:\"size_after\";i:69525;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:82;s:11:\"size_before\";i:6854;s:10:\"size_after\";i:6772;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3445;s:11:\"size_before\";i:49562;s:10:\"size_after\";i:46117;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11730;s:11:\"size_before\";i:127192;s:10:\"size_after\";i:115462;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(7766,3327,'_wp_attached_file','2020/08/dashboard-10.png'),(7767,3327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:2215;s:4:\"file\";s:24:\"2020/08/dashboard-10.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-10-185x300.png\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-10-632x1024.png\";s:5:\"width\";i:632;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dashboard-10-768x1245.png\";s:5:\"width\";i:768;s:6:\"height\";i:1245;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-10-947x1536.png\";s:5:\"width\";i:947;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"dashboard-10-1263x2048.png\";s:5:\"width\";i:1263;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7768,3327,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.003927679950709972445110906846821308135986328125;s:5:\"bytes\";i:114820;s:11:\"size_before\";i:882964;s:10:\"size_after\";i:768144;s:4:\"time\";d:5.79999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1492;s:11:\"size_before\";i:19625;s:10:\"size_after\";i:18133;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9619;s:11:\"size_before\";i:119575;s:10:\"size_after\";i:109956;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:982;s:11:\"size_before\";i:9550;s:10:\"size_after\";i:8568;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17926;s:11:\"size_before\";i:165362;s:10:\"size_after\";i:147436;s:4:\"time\";d:2.399999999999999911182158029987476766109466552734375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:30140;s:11:\"size_before\";i:227701;s:10:\"size_after\";i:197561;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:54661;s:11:\"size_before\";i:341151;s:10:\"size_after\";i:286490;s:4:\"time\";d:1.899999999999999911182158029987476766109466552734375;}}}'),(7769,3328,'_wp_attached_file','2020/08/dashboard-11.png'),(7770,3328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:794;s:4:\"file\";s:24:\"2020/08/dashboard-11.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-11-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-11-1024x508.png\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-11-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-11-1536x763.png\";s:5:\"width\";i:1536;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7771,3328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2156823766909905515376522089354693889617919921875;s:5:\"bytes\";i:38559;s:11:\"size_before\";i:291767;s:10:\"size_after\";i:253208;s:4:\"time\";d:1.800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:605;s:11:\"size_before\";i:12176;s:10:\"size_after\";i:11571;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9978;s:11:\"size_before\";i:81660;s:10:\"size_after\";i:71682;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:306;s:11:\"size_before\";i:4830;s:10:\"size_after\";i:4524;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5408;s:11:\"size_before\";i:52703;s:10:\"size_after\";i:47295;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:22262;s:11:\"size_before\";i:140398;s:10:\"size_after\";i:118136;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),(7772,3329,'_wp_attached_file','2020/08/dashboard-12.png'),(7773,3329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1595;s:6:\"height\";i:795;s:4:\"file\";s:24:\"2020/08/dashboard-12.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-12-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-12-1024x510.png\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-12-768x383.png\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-12-1536x766.png\";s:5:\"width\";i:1536;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7774,3329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.6694322737018723046276136301457881927490234375;s:5:\"bytes\";i:36658;s:11:\"size_before\";i:268175;s:10:\"size_after\";i:231517;s:4:\"time\";d:1.930000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:12312;s:10:\"size_after\";i:11053;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9942;s:11:\"size_before\";i:73845;s:10:\"size_after\";i:63903;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:399;s:11:\"size_before\";i:5306;s:10:\"size_after\";i:4907;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6594;s:11:\"size_before\";i:49860;s:10:\"size_after\";i:43266;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:18464;s:11:\"size_before\";i:126852;s:10:\"size_after\";i:108388;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;}}}'),(7775,3330,'_wp_attached_file','2020/08/dashboard-13.png'),(7776,3330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1595;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2020/08/dashboard-13.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-13-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-13-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-13-768x361.png\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-13-1536x721.png\";s:5:\"width\";i:1536;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7777,3330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.684383832286034277103681233711540699005126953125;s:5:\"bytes\";i:34909;s:11:\"size_before\";i:255101;s:10:\"size_after\";i:220192;s:4:\"time\";d:3.550000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1400;s:11:\"size_before\";i:12206;s:10:\"size_after\";i:10806;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10251;s:11:\"size_before\";i:71024;s:10:\"size_after\";i:60773;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:416;s:11:\"size_before\";i:5003;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6645;s:11:\"size_before\";i:47953;s:10:\"size_after\";i:41308;s:4:\"time\";d:0.25;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:16197;s:11:\"size_before\";i:118915;s:10:\"size_after\";i:102718;s:4:\"time\";d:2.930000000000000159872115546022541821002960205078125;}}}'),(7778,3331,'_wp_attached_file','2020/08/dashboard-14.png'),(7779,3331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:784;s:4:\"file\";s:24:\"2020/08/dashboard-14.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-14-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-14-1024x502.png\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-14-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-14-1536x753.png\";s:5:\"width\";i:1536;s:6:\"height\";i:753;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7780,3331,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.5831375767695927692102486616931855678558349609375;s:5:\"bytes\";i:26676;s:11:\"size_before\";i:211998;s:10:\"size_after\";i:185322;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:699;s:11:\"size_before\";i:9377;s:10:\"size_after\";i:8678;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7452;s:11:\"size_before\";i:59841;s:10:\"size_after\";i:52389;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:87;s:11:\"size_before\";i:2906;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4142;s:11:\"size_before\";i:39545;s:10:\"size_after\";i:35403;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:14296;s:11:\"size_before\";i:100329;s:10:\"size_after\";i:86033;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(7781,3332,'_wp_attached_file','2020/08/dashboard-15.png'),(7782,3332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:789;s:4:\"file\";s:24:\"2020/08/dashboard-15.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-15-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-15-1024x505.png\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-15-768x379.png\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-15-1536x758.png\";s:5:\"width\";i:1536;s:6:\"height\";i:758;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7783,3332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.841857141531409780554895405657589435577392578125;s:5:\"bytes\";i:27676;s:11:\"size_before\";i:215514;s:10:\"size_after\";i:187838;s:4:\"time\";d:2.140000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:846;s:11:\"size_before\";i:9608;s:10:\"size_after\";i:8762;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.25;s:5:\"bytes\";i:6700;s:11:\"size_before\";i:59560;s:10:\"size_after\";i:52860;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:106;s:11:\"size_before\";i:3060;s:10:\"size_after\";i:2954;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4258;s:11:\"size_before\";i:40409;s:10:\"size_after\";i:36151;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15766;s:11:\"size_before\";i:102877;s:10:\"size_after\";i:87111;s:4:\"time\";d:1.54000000000000003552713678800500929355621337890625;}}}'),(7784,3333,'_wp_attached_file','2020/08/dashboard-16.png'),(7785,3333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1593;s:6:\"height\";i:786;s:4:\"file\";s:24:\"2020/08/dashboard-16.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-16-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-16-1024x505.png\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-16-768x379.png\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-16-1536x758.png\";s:5:\"width\";i:1536;s:6:\"height\";i:758;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7786,3333,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.1241919602722718618537101065157912671566009521484375;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:116795;s:10:\"size_after\";i:115482;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:497;s:11:\"size_before\";i:5997;s:10:\"size_after\";i:5500;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32771;s:10:\"size_after\";i:32771;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1623;s:10:\"size_after\";i:1623;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:816;s:11:\"size_before\";i:22739;s:10:\"size_after\";i:21923;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53665;s:10:\"size_after\";i:53665;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}}}'),(7787,3334,'_wp_attached_file','2020/08/dashboard-17.png'),(7788,3334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:795;s:4:\"file\";s:24:\"2020/08/dashboard-17.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-17-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-17-1024x513.png\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-17-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-17-1536x769.png\";s:5:\"width\";i:1536;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7789,3334,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.3817868649509030820610178125207312405109405517578125;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:130049;s:10:\"size_after\";i:128252;s:4:\"time\";d:3.3300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:572;s:11:\"size_before\";i:6781;s:10:\"size_after\";i:6209;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35594;s:10:\"size_after\";i:35594;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:367;s:11:\"size_before\";i:2754;s:10:\"size_after\";i:2387;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:858;s:11:\"size_before\";i:24700;s:10:\"size_after\";i:23842;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60220;s:10:\"size_after\";i:60220;s:4:\"time\";d:1.9699999999999999733546474089962430298328399658203125;}}}'),(7790,3335,'_wp_attached_file','2020/08/dashboard-18.png'),(7791,3335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1591;s:6:\"height\";i:785;s:4:\"file\";s:24:\"2020/08/dashboard-18.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-18-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-18-1024x505.png\";s:5:\"width\";i:1024;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-18-768x379.png\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-18-1536x758.png\";s:5:\"width\";i:1536;s:6:\"height\";i:758;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7792,3335,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.41802051653771599148967652581632137298583984375;s:5:\"bytes\";i:3069;s:11:\"size_before\";i:126922;s:10:\"size_after\";i:123853;s:4:\"time\";d:1.359999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:641;s:11:\"size_before\";i:6796;s:10:\"size_after\";i:6155;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:35906;s:10:\"size_after\";i:34559;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5;s:5:\"bytes\";i:9;s:11:\"size_before\";i:1791;s:10:\"size_after\";i:1782;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:24272;s:10:\"size_after\";i:23200;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58157;s:10:\"size_after\";i:58157;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}}}'),(7793,3336,'_wp_attached_file','2020/08/dashboard-19.png'),(7794,3336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1592;s:6:\"height\";i:781;s:4:\"file\";s:24:\"2020/08/dashboard-19.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-19-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-19-1024x502.png\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-19-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-19-1536x754.png\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7795,3336,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.65785859208960051347503394936211407184600830078125;s:5:\"bytes\";i:11740;s:11:\"size_before\";i:207499;s:10:\"size_after\";i:195759;s:4:\"time\";d:1.729999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:831;s:11:\"size_before\";i:9940;s:10:\"size_after\";i:9109;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:4426;s:11:\"size_before\";i:58790;s:10:\"size_after\";i:54364;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1684;s:10:\"size_after\";i:1684;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2222;s:11:\"size_before\";i:39283;s:10:\"size_after\";i:37061;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:4261;s:11:\"size_before\";i:97802;s:10:\"size_after\";i:93541;s:4:\"time\";d:1.1999999999999999555910790149937383830547332763671875;}}}'),(7796,3337,'_wp_attached_file','2020/08/dashboard-20.png'),(7797,3337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1589;s:6:\"height\";i:789;s:4:\"file\";s:24:\"2020/08/dashboard-20.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-20-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-20-1024x508.png\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-20-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-20-1536x763.png\";s:5:\"width\";i:1536;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7798,3337,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.1496653176343301083761616609990596771240234375;s:5:\"bytes\";i:78423;s:11:\"size_before\";i:517655;s:10:\"size_after\";i:439232;s:4:\"time\";d:2.730000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2930;s:11:\"size_before\";i:21344;s:10:\"size_after\";i:18414;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:19312;s:11:\"size_before\";i:144242;s:10:\"size_after\";i:124930;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:8873;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10557;s:11:\"size_before\";i:91179;s:10:\"size_after\";i:80622;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:44605;s:11:\"size_before\";i:250998;s:10:\"size_after\";i:206393;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}}}'),(7799,3338,'_wp_attached_file','2020/08/dashboard-21.png'),(7800,3338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:791;s:4:\"file\";s:24:\"2020/08/dashboard-21.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-21-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-21-1024x510.png\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-21-768x383.png\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-21-1536x766.png\";s:5:\"width\";i:1536;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7801,3338,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.8835258627032605005524601438082754611968994140625;s:5:\"bytes\";i:63036;s:11:\"size_before\";i:489276;s:10:\"size_after\";i:426240;s:4:\"time\";d:2.03000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2515;s:11:\"size_before\";i:21031;s:10:\"size_after\";i:18516;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.25;s:5:\"bytes\";i:16908;s:11:\"size_before\";i:138025;s:10:\"size_after\";i:121117;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:767;s:11:\"size_before\";i:9717;s:10:\"size_after\";i:8950;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:9324;s:11:\"size_before\";i:88723;s:10:\"size_after\";i:79399;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:33522;s:11:\"size_before\";i:231780;s:10:\"size_after\";i:198258;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}}}'),(7802,3339,'_wp_attached_file','2020/08/dashboard-22.png'),(7803,3339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1581;s:6:\"height\";i:782;s:4:\"file\";s:24:\"2020/08/dashboard-22.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-22-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-22-1024x506.png\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-22-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-22-1536x760.png\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7804,3340,'_wp_attached_file','2020/08/dashboard-23.png'),(7805,3340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1597;s:6:\"height\";i:792;s:4:\"file\";s:24:\"2020/08/dashboard-23.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-23-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-23-1024x508.png\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-23-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-23-1536x762.png\";s:5:\"width\";i:1536;s:6:\"height\";i:762;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7806,3340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.4195699589681023411458227201364934444427490234375;s:5:\"bytes\";i:40995;s:11:\"size_before\";i:358989;s:10:\"size_after\";i:317994;s:4:\"time\";d:1.95000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:15691;s:10:\"size_after\";i:13875;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:10257;s:11:\"size_before\";i:99439;s:10:\"size_after\";i:89182;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:677;s:11:\"size_before\";i:6791;s:10:\"size_after\";i:6114;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6791;s:11:\"size_before\";i:66724;s:10:\"size_after\";i:59933;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:21454;s:11:\"size_before\";i:170344;s:10:\"size_after\";i:148890;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}}}'),(7807,3341,'_wp_attached_file','2020/08/dashboard-24.png'),(7808,3341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1597;s:6:\"height\";i:790;s:4:\"file\";s:24:\"2020/08/dashboard-24.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-24-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-24-1024x507.png\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-24-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-24-1536x760.png\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7809,3341,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.190039597554534367418455076403915882110595703125;s:5:\"bytes\";i:32211;s:11:\"size_before\";i:244207;s:10:\"size_after\";i:211996;s:4:\"time\";d:0.9099999999999999200639422269887290894985198974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:922;s:11:\"size_before\";i:11025;s:10:\"size_after\";i:10103;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8456;s:11:\"size_before\";i:67750;s:10:\"size_after\";i:59294;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:105;s:11:\"size_before\";i:3638;s:10:\"size_after\";i:3533;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4573;s:11:\"size_before\";i:44933;s:10:\"size_after\";i:40360;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:18155;s:11:\"size_before\";i:116861;s:10:\"size_after\";i:98706;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}}}'),(7810,3342,'_wp_attached_file','2020/08/dashboard-25.png'),(7811,3342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:753;s:4:\"file\";s:24:\"2020/08/dashboard-25.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-25-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-25-1024x483.png\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-25-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-25-1536x725.png\";s:5:\"width\";i:1536;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7812,3342,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.3979719045855194536898125079460442066192626953125;s:5:\"bytes\";i:52213;s:11:\"size_before\";i:502146;s:10:\"size_after\";i:449933;s:4:\"time\";d:1.770000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:20788;s:10:\"size_after\";i:19430;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:12711;s:11:\"size_before\";i:140743;s:10:\"size_after\";i:128032;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:319;s:11:\"size_before\";i:9307;s:10:\"size_after\";i:8988;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:6339;s:11:\"size_before\";i:92310;s:10:\"size_after\";i:85971;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:31486;s:11:\"size_before\";i:238998;s:10:\"size_after\";i:207512;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;}}}'),(7813,3343,'_wp_attached_file','2020/08/dashboard-26.png'),(7814,3343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1599;s:6:\"height\";i:790;s:4:\"file\";s:24:\"2020/08/dashboard-26.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dashboard-26-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dashboard-26-1024x506.png\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dashboard-26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dashboard-26-768x379.png\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"dashboard-26-1536x759.png\";s:5:\"width\";i:1536;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7815,3343,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.875633306517432430382541497237980365753173828125;s:5:\"bytes\";i:55833;s:11:\"size_before\";i:513377;s:10:\"size_after\";i:457544;s:4:\"time\";d:2.17999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:20843;s:10:\"size_after\";i:19770;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:13716;s:11:\"size_before\";i:144232;s:10:\"size_after\";i:130516;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:256;s:11:\"size_before\";i:9483;s:10:\"size_after\";i:9227;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:6723;s:11:\"size_before\";i:94152;s:10:\"size_after\";i:87429;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:34065;s:11:\"size_before\";i:244667;s:10:\"size_after\";i:210602;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;}}}'),(7816,3320,'_yoast_wpseo_content_score','60'),(7817,3320,'_yoast_wpseo_primary_epkb_post_type_1_category','92'),(7836,3354,'_menu_item_type','custom'),(7837,3354,'_menu_item_menu_item_parent','0'),(7838,3354,'_menu_item_object_id','3354'),(7839,3354,'_menu_item_object','custom'),(7840,3354,'_menu_item_target',''),(7841,3354,'_menu_item_classes','a:1:{i:0;s:19:\"kb-cus-main-heading\";}'),(7842,3354,'_menu_item_xfn',''),(7843,3354,'_menu_item_url','#'),(7845,3355,'_menu_item_type','post_type'),(7846,3355,'_menu_item_menu_item_parent','3354'),(7847,3355,'_menu_item_object_id','3320'),(7848,3355,'_menu_item_object','epkb_post_type_1'),(7849,3355,'_menu_item_target',''),(7850,3355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7851,3355,'_menu_item_xfn',''),(7852,3355,'_menu_item_url',''),(7854,3356,'_menu_item_type','custom'),(7855,3356,'_menu_item_menu_item_parent','0'),(7856,3356,'_menu_item_object_id','3356'),(7857,3356,'_menu_item_object','custom'),(7858,3356,'_menu_item_target',''),(7859,3356,'_menu_item_classes','a:1:{i:0;s:19:\"kb-cus-main-heading\";}'),(7860,3356,'_menu_item_xfn',''),(7861,3356,'_menu_item_url','#'),(7863,3357,'_edit_last','1'),(7864,3357,'_edit_lock','1597072888:1'),(7865,3357,'_yoast_wpseo_primary_category','5'),(7866,3359,'_wp_attached_file','2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg'),(7867,3359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:71:\"2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7868,3359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.70353887454194818928954191505908966064453125;s:5:\"bytes\";i:50363;s:11:\"size_before\";i:195938;s:10:\"size_after\";i:145575;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12295;s:11:\"size_before\";i:25844;s:10:\"size_after\";i:13549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13081;s:11:\"size_before\";i:88458;s:10:\"size_after\";i:75377;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:12084;s:11:\"size_before\";i:18720;s:10:\"size_after\";i:6636;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:12903;s:11:\"size_before\";i:62916;s:10:\"size_after\";i:50013;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(7869,3359,'_wp_attachment_image_alt','How to Manage eCommerce Subscriptions with SubscriptionFlow'),(7870,3357,'_thumbnail_id','3359'),(7872,3357,'_yoast_wpseo_focuskw','How to Manage eCommerce Subscriptions'),(7873,3357,'_yoast_wpseo_title','How to Manage eCommerce Subscriptions with SubscriptionFlow'),(7874,3357,'_yoast_wpseo_metadesc','Subscriptionflow is a subscription management platform for eCommerce that helps industry streamlines all of its subscription process for efficient operations.'),(7875,3357,'_yoast_wpseo_linkdex','61'),(7876,3357,'_yoast_wpseo_content_score','30'),(7877,3366,'_wp_attached_file','2020/08/customer-3.png'),(7878,3366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1595;s:6:\"height\";i:743;s:4:\"file\";s:22:\"2020/08/customer-3.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-3-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-3-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-3-768x358.png\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-3-1536x716.png\";s:5:\"width\";i:1536;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7879,3366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.184024044940418463056630571372807025909423828125;s:5:\"bytes\";i:69657;s:11:\"size_before\";i:528344;s:10:\"size_after\";i:458687;s:4:\"time\";d:2.75;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:21861;s:10:\"size_after\";i:20055;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5;s:5:\"bytes\";i:16892;s:11:\"size_before\";i:146860;s:10:\"size_after\";i:129968;s:4:\"time\";d:1.4199999999999999289457264239899814128875732421875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:696;s:11:\"size_before\";i:11708;s:10:\"size_after\";i:11012;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:9364;s:11:\"size_before\";i:95459;s:10:\"size_after\";i:86095;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:40899;s:11:\"size_before\";i:252456;s:10:\"size_after\";i:211557;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),(7880,3367,'_wp_attached_file','2020/08/customer-4.png'),(7881,3367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1595;s:6:\"height\";i:733;s:4:\"file\";s:22:\"2020/08/customer-4.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-4-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-4-1024x471.png\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-4-768x353.png\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-4-1536x706.png\";s:5:\"width\";i:1536;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7882,3367,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.423448369396300705602698144502937793731689453125;s:5:\"bytes\";i:71262;s:11:\"size_before\";i:530877;s:10:\"size_after\";i:459615;s:4:\"time\";d:1.95999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:21746;s:10:\"size_after\";i:19562;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17383;s:11:\"size_before\";i:146795;s:10:\"size_after\";i:129412;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:650;s:11:\"size_before\";i:11504;s:10:\"size_after\";i:10854;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9595;s:11:\"size_before\";i:96772;s:10:\"size_after\";i:87177;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:41450;s:11:\"size_before\";i:254060;s:10:\"size_after\";i:212610;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;}}}'),(7883,3368,'_wp_attached_file','2020/08/customer-5.png'),(7884,3368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1589;s:6:\"height\";i:703;s:4:\"file\";s:22:\"2020/08/customer-5.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-5-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-5-1024x453.png\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-5-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-5-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7885,3366,'_edit_lock','1597236089:1'),(7886,3368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.46828113598206044798644143156707286834716796875;s:5:\"bytes\";i:68106;s:11:\"size_before\";i:505677;s:10:\"size_after\";i:437571;s:4:\"time\";d:1.649999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:20859;s:10:\"size_after\";i:18778;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:16531;s:11:\"size_before\";i:139716;s:10:\"size_after\";i:123185;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:816;s:11:\"size_before\";i:12629;s:10:\"size_after\";i:11813;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10002;s:11:\"size_before\";i:93951;s:10:\"size_after\";i:83949;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:38676;s:11:\"size_before\";i:238522;s:10:\"size_after\";i:199846;s:4:\"time\";d:1.1999999999999999555910790149937383830547332763671875;}}}'),(7887,3369,'_wp_attached_file','2020/08/customer-6.png'),(7888,3369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1589;s:6:\"height\";i:738;s:4:\"file\";s:22:\"2020/08/customer-6.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-6-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-6-1024x476.png\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-6-768x357.png\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-6-1536x713.png\";s:5:\"width\";i:1536;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7889,3369,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.5410939116334123610840833862312138080596923828125;s:5:\"bytes\";i:72650;s:11:\"size_before\";i:536515;s:10:\"size_after\";i:463865;s:4:\"time\";d:0.9099999999999999200639422269887290894985198974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2377;s:11:\"size_before\";i:22019;s:10:\"size_after\";i:19642;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:18288;s:11:\"size_before\";i:147442;s:10:\"size_after\";i:129154;s:4:\"time\";d:0.25;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:626;s:11:\"size_before\";i:12035;s:10:\"size_after\";i:11409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10381;s:11:\"size_before\";i:98224;s:10:\"size_after\";i:87843;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:40978;s:11:\"size_before\";i:256795;s:10:\"size_after\";i:215817;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}}}'),(7890,3370,'_wp_attached_file','2020/08/customer-7.png'),(7891,3370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1594;s:6:\"height\";i:736;s:4:\"file\";s:22:\"2020/08/customer-7.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-7-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-7-1024x473.png\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-7-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-7-1536x709.png\";s:5:\"width\";i:1536;s:6:\"height\";i:709;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7892,3370,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.9301116378651155258694416261278092861175537109375;s:5:\"bytes\";i:71022;s:11:\"size_before\";i:549276;s:10:\"size_after\";i:478254;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:22691;s:10:\"size_after\";i:20521;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:17257;s:11:\"size_before\";i:151744;s:10:\"size_after\";i:134487;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:912;s:11:\"size_before\";i:12474;s:10:\"size_after\";i:11562;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9027;s:11:\"size_before\";i:99522;s:10:\"size_after\";i:90495;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:41656;s:11:\"size_before\";i:262845;s:10:\"size_after\";i:221189;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(7893,3371,'_wp_attached_file','2020/08/customer-8.png'),(7894,3371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1591;s:6:\"height\";i:733;s:4:\"file\";s:22:\"2020/08/customer-8.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-8-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-8-1024x472.png\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-8-768x354.png\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-8-1536x708.png\";s:5:\"width\";i:1536;s:6:\"height\";i:708;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7895,3371,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.04423196727972111830240464769303798675537109375;s:5:\"bytes\";i:72237;s:11:\"size_before\";i:553785;s:10:\"size_after\";i:481548;s:4:\"time\";d:1.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2426;s:11:\"size_before\";i:22746;s:10:\"size_after\";i:20320;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16976;s:11:\"size_before\";i:149765;s:10:\"size_after\";i:132789;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:980;s:11:\"size_before\";i:12753;s:10:\"size_after\";i:11773;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:9580;s:11:\"size_before\";i:101136;s:10:\"size_after\";i:91556;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:42275;s:11:\"size_before\";i:267385;s:10:\"size_after\";i:225110;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}}}'),(7896,3372,'_wp_attached_file','2020/08/customer-9.png'),(7897,3372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1592;s:6:\"height\";i:741;s:4:\"file\";s:22:\"2020/08/customer-9.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"customer-9-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"customer-9-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"customer-9-768x357.png\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"customer-9-1536x715.png\";s:5:\"width\";i:1536;s:6:\"height\";i:715;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7898,3372,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.9453736499751386190837365575134754180908203125;s:5:\"bytes\";i:25255;s:11:\"size_before\";i:195089;s:10:\"size_after\";i:169834;s:4:\"time\";d:1.180000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8939;s:10:\"size_after\";i:8331;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6189;s:11:\"size_before\";i:53952;s:10:\"size_after\";i:47763;s:4:\"time\";d:0.5;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:203;s:11:\"size_before\";i:3989;s:10:\"size_after\";i:3786;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:36264;s:10:\"size_after\";i:32646;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14637;s:11:\"size_before\";i:91945;s:10:\"size_after\";i:77308;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(7899,3373,'_wp_attached_file','2020/08/customer-10.png'),(7900,3373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:729;s:4:\"file\";s:23:\"2020/08/customer-10.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"customer-10-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"customer-10-1024x470.png\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"customer-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"customer-10-768x353.png\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"customer-10-1536x706.png\";s:5:\"width\";i:1536;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7901,3373,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.683328832561993948502276907674968242645263671875;s:5:\"bytes\";i:27241;s:11:\"size_before\";i:214778;s:10:\"size_after\";i:187537;s:4:\"time\";d:1.760000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:568;s:11:\"size_before\";i:9564;s:10:\"size_after\";i:8996;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6795;s:11:\"size_before\";i:60033;s:10:\"size_after\";i:53238;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:282;s:11:\"size_before\";i:4789;s:10:\"size_after\";i:4507;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:39462;s:10:\"size_after\";i:35663;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15797;s:11:\"size_before\";i:100930;s:10:\"size_after\";i:85133;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}}}'),(7902,3374,'_wp_attached_file','2020/08/customer-11.png'),(7903,3374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1586;s:6:\"height\";i:739;s:4:\"file\";s:23:\"2020/08/customer-11.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"customer-11-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"customer-11-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"customer-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"customer-11-768x358.png\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"customer-11-1536x716.png\";s:5:\"width\";i:1536;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7904,3374,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.5052188583399779275850960402749478816986083984375;s:5:\"bytes\";i:31029;s:11:\"size_before\";i:269695;s:10:\"size_after\";i:238666;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:735;s:11:\"size_before\";i:11855;s:10:\"size_after\";i:11120;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6875;s:11:\"size_before\";i:73555;s:10:\"size_after\";i:66680;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:260;s:11:\"size_before\";i:5570;s:10:\"size_after\";i:5310;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4527;s:11:\"size_before\";i:50390;s:10:\"size_after\";i:45863;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:18632;s:11:\"size_before\";i:128325;s:10:\"size_after\";i:109693;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),(7905,3375,'_wp_attached_file','2020/08/customer-12.png'),(7906,3375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1593;s:6:\"height\";i:742;s:4:\"file\";s:23:\"2020/08/customer-12.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"customer-12-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"customer-12-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"customer-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"customer-12-768x358.png\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"customer-12-1536x715.png\";s:5:\"width\";i:1536;s:6:\"height\";i:715;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7907,3375,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.882599635663080306358097004704177379608154296875;s:5:\"bytes\";i:33215;s:11:\"size_before\";i:305212;s:10:\"size_after\";i:271997;s:4:\"time\";d:1.569999999999999840127884453977458178997039794921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:947;s:11:\"size_before\";i:13788;s:10:\"size_after\";i:12841;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8839;s:11:\"size_before\";i:85292;s:10:\"size_after\";i:76453;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:234;s:11:\"size_before\";i:5508;s:10:\"size_after\";i:5274;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:57679;s:10:\"size_after\";i:51908;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:17424;s:11:\"size_before\";i:142945;s:10:\"size_after\";i:125521;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}}}'),(7908,3376,'_wp_attached_file','2020/08/customer-13.png'),(7909,3376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1591;s:6:\"height\";i:737;s:4:\"file\";s:23:\"2020/08/customer-13.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"customer-13-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"customer-13-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"customer-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"customer-13-768x356.png\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"customer-13-1536x712.png\";s:5:\"width\";i:1536;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7910,3376,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.1744617546452218448393978178501129150390625;s:5:\"bytes\";i:30845;s:11:\"size_before\";i:303161;s:10:\"size_after\";i:272316;s:4:\"time\";d:1.6799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:452;s:11:\"size_before\";i:13230;s:10:\"size_after\";i:12778;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8203;s:11:\"size_before\";i:84458;s:10:\"size_after\";i:76255;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:297;s:11:\"size_before\";i:5712;s:10:\"size_after\";i:5415;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:4418;s:11:\"size_before\";i:55418;s:10:\"size_after\";i:51000;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:17475;s:11:\"size_before\";i:144343;s:10:\"size_after\";i:126868;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}}}'),(7911,3377,'_wp_attached_file','2020/08/customer-14.png'),(7912,3377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1593;s:6:\"height\";i:742;s:4:\"file\";s:23:\"2020/08/customer-14.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"customer-14-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"customer-14-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"customer-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"customer-14-768x358.png\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"customer-14-1536x715.png\";s:5:\"width\";i:1536;s:6:\"height\";i:715;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7913,3377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.4738809923860554107477582874707877635955810546875;s:5:\"bytes\";i:71210;s:11:\"size_before\";i:528504;s:10:\"size_after\";i:457294;s:4:\"time\";d:1.319999999999999840127884453977458178997039794921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1976;s:11:\"size_before\";i:21596;s:10:\"size_after\";i:19620;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18210;s:11:\"size_before\";i:146578;s:10:\"size_after\";i:128368;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:829;s:11:\"size_before\";i:11619;s:10:\"size_after\";i:10790;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10009;s:11:\"size_before\";i:97249;s:10:\"size_after\";i:87240;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:40186;s:11:\"size_before\";i:251462;s:10:\"size_after\";i:211276;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(7914,3378,'_edit_last','1'),(7915,3378,'_edit_lock','1630663242:1'),(7916,3366,'_wp_attachment_image_alt','customer-3'),(7917,3378,'_yoast_wpseo_content_score','30'),(7918,3378,'_yoast_wpseo_primary_epkb_post_type_1_category','93'),(7921,3384,'_edit_last','1'),(7922,3384,'_edit_lock','1597239523:1'),(7923,3385,'_wp_attached_file','2020/08/Subscription-Box-Business-103.jpg'),(7924,3385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/08/Subscription-Box-Business-103.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-103-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subscription-Box-Business-103-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-103-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-103-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7925,3385,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.91568355807810775104371714405715465545654296875;s:5:\"bytes\";i:56148;s:11:\"size_before\";i:208607;s:10:\"size_after\";i:152459;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13230;s:11:\"size_before\";i:27539;s:10:\"size_after\";i:14309;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:15354;s:11:\"size_before\";i:93053;s:10:\"size_after\";i:77699;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:12892;s:11:\"size_before\";i:20689;s:10:\"size_after\";i:7797;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14672;s:11:\"size_before\";i:67326;s:10:\"size_after\";i:52654;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(7926,3385,'_wp_attachment_image_alt','Subscription Box Business 103'),(7927,3384,'_thumbnail_id','3385'),(7929,3384,'_yoast_wpseo_focuskw','Subscription Box Business 103'),(7930,3384,'_yoast_wpseo_title','Subscription Box Business 103-Market your Subscription Box, Attract the Sales And Grow the Subscriber Base'),(7931,3384,'_yoast_wpseo_metadesc','Subscription box business needs to follow important techniques that could help market it, attract the sales, and grow the subscribers.'),(7932,3384,'_yoast_wpseo_linkdex','59'),(7933,3384,'_yoast_wpseo_content_score','30'),(7934,3384,'_yoast_wpseo_primary_category','3'),(7937,3388,'_menu_item_type','custom'),(7938,3388,'_menu_item_menu_item_parent','0'),(7939,3388,'_menu_item_object_id','3388'),(7940,3388,'_menu_item_object','custom'),(7941,3388,'_menu_item_target',''),(7942,3388,'_menu_item_classes','a:1:{i:0;s:19:\"kb-cus-main-heading\";}'),(7943,3388,'_menu_item_xfn',''),(7944,3388,'_menu_item_url','#'),(7946,3389,'_menu_item_type','post_type'),(7947,3389,'_menu_item_menu_item_parent','3388'),(7948,3389,'_menu_item_object_id','3378'),(7949,3389,'_menu_item_object','epkb_post_type_1'),(7950,3389,'_menu_item_target',''),(7951,3389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7952,3389,'_menu_item_xfn',''),(7953,3389,'_menu_item_url',''),(7955,3391,'_edit_last','1'),(7956,3391,'_wp_page_template','default'),(7966,3391,'_wpb_vc_js_status','true'),(7967,3391,'_edit_lock','1606999809:1'),(7968,3391,'_yoast_wpseo_content_score','30'),(7969,3396,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7970,3397,'_wp_attached_file','2020/08/shopify-bag.png'),(7971,3397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:185;s:4:\"file\";s:23:\"2020/08/shopify-bag.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"shopify-bag-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7972,3397,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.030400860909335136739173321984708309173583984375;s:5:\"bytes\";i:820;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:6614;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:820;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:6614;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(7973,3397,'_edit_lock','1597324278:1'),(7974,3398,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7975,3400,'_edit_last','1'),(7976,3400,'_wp_page_template','default'),(7986,3400,'_wpb_vc_js_status','true'),(7987,3400,'_edit_lock','1607350360:1'),(7988,3404,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(7989,3400,'_yoast_wpseo_content_score','30'),(7990,3406,'_edit_last','1'),(7991,3406,'_wp_page_template','default'),(8001,3406,'_wpb_vc_js_status','true'),(8002,3406,'_edit_lock','1606997961:1'),(8003,3406,'_yoast_wpseo_focuskw','Subscription Software Integration with Zendesk'),(8004,3406,'_yoast_wpseo_title','Subscription Software Integration with Zendesk | SubscriptionFlow'),(8005,3406,'_yoast_wpseo_metadesc','Subscription Software Integration with Zendesk allows the subscription businesses to reach out to their potential lead and convert them into their subscribers.'),(8006,3406,'_yoast_wpseo_linkdex','67'),(8007,3406,'_yoast_wpseo_content_score','30'),(8008,3411,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(8009,3412,'_edit_last','1'),(8010,3412,'_wp_page_template','default'),(8020,3412,'_wpb_vc_js_status','true'),(8021,3412,'_edit_lock','1607000060:1'),(8022,3412,'_yoast_wpseo_title','Subscription Software Integration with Avalara | SubscriptionFlow'),(8023,3412,'_yoast_wpseo_metadesc','Subscription Software integration with Avalara makes the process of recurring billing and payments management accurately tax compliant and seamless.'),(8024,3412,'_yoast_wpseo_content_score','30'),(8025,3417,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(8026,3418,'_edit_last','1'),(8027,3418,'_edit_lock','1597674691:1'),(8028,3419,'_wp_attached_file','2020/08/SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about.jpg'),(8029,3419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:76:\"2020/08/SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:76:\"SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8030,3419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.105430638527810316418253933079540729522705078125;s:5:\"bytes\";i:46811;s:11:\"size_before\";i:166555;s:10:\"size_after\";i:119744;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:11292;s:11:\"size_before\";i:22655;s:10:\"size_after\";i:11363;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:12175;s:11:\"size_before\";i:73417;s:10:\"size_after\";i:61242;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.31999999999999317878973670303821563720703125;s:5:\"bytes\";i:11214;s:11:\"size_before\";i:17436;s:10:\"size_after\";i:6222;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:12130;s:11:\"size_before\";i:53047;s:10:\"size_after\";i:40917;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(8031,3419,'_wp_attachment_image_alt','SaaS Business Model – Facts, Stages and Pros & Cons to know about'),(8032,3418,'_thumbnail_id','3419'),(8034,3418,'_yoast_wpseo_focuskw','SaaS Business Model'),(8035,3418,'_yoast_wpseo_title','SaaS Business Model – Facts, Stages and Pros & Cons to Know About | SubscriptionFlow'),(8036,3418,'_yoast_wpseo_metadesc','SaaS business model needs to take into account various aspects that could help ensure a strong business reputation and help generate high business revenue.'),(8037,3418,'_yoast_wpseo_linkdex','71'),(8038,3418,'_yoast_wpseo_content_score','30'),(8039,3418,'_yoast_wpseo_primary_category','3'),(8040,3421,'_edit_last','1'),(8041,3421,'_edit_lock','1597849844:1'),(8042,3422,'_wp_attached_file','2020/08/upgrade-or-downgrade-customer-subscriptions.jpg'),(8043,3422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/08/upgrade-or-downgrade-customer-subscriptions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"upgrade-or-downgrade-customer-subscriptions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"upgrade-or-downgrade-customer-subscriptions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"upgrade-or-downgrade-customer-subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"upgrade-or-downgrade-customer-subscriptions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8044,3422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.29358167356408415571422665379941463470458984375;s:5:\"bytes\";i:58963;s:11:\"size_before\";i:201283;s:10:\"size_after\";i:142320;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:13639;s:11:\"size_before\";i:27633;s:10:\"size_after\";i:13994;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:16400;s:11:\"size_before\";i:88292;s:10:\"size_after\";i:71892;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:13241;s:11:\"size_before\";i:19892;s:10:\"size_after\";i:6651;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15683;s:11:\"size_before\";i:65466;s:10:\"size_after\";i:49783;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8045,3422,'_wp_attachment_image_alt','upgrade or downgrade customer subscriptions'),(8046,3421,'_thumbnail_id','3422'),(8048,3421,'_yoast_wpseo_focuskw','Upgrade & Downgrade Customer Subscriptions'),(8049,3421,'_yoast_wpseo_title','Efficient & Instant Management of Upgrades & Downgrades Helps Subscription Businesses to Retain Customers'),(8050,3421,'_yoast_wpseo_metadesc','With SubscriptionFlow, manage instant subscription upgrade, downgrade, pause, or cancellation in the billing, fairly and accurately.'),(8051,3421,'_yoast_wpseo_linkdex','53'),(8052,3421,'_yoast_wpseo_content_score','30'),(8053,3421,'_yoast_wpseo_primary_category','3'),(8054,3426,'_edit_last','1'),(8055,3426,'_edit_lock','1598275899:1'),(8056,3427,'_wp_attached_file','2020/08/Easy-to-use-subscription-management-system.jpg'),(8057,3427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:54:\"2020/08/Easy-to-use-subscription-management-system.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Easy-to-use-subscription-management-system-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Easy-to-use-subscription-management-system-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Easy-to-use-subscription-management-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Easy-to-use-subscription-management-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8058,3427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.539552165835534225379888084717094898223876953125;s:5:\"bytes\";i:40713;s:11:\"size_before\";i:153405;s:10:\"size_after\";i:112692;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10933;s:11:\"size_before\";i:22403;s:10:\"size_after\";i:11470;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8769;s:11:\"size_before\";i:64450;s:10:\"size_after\";i:55681;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10975;s:11:\"size_before\";i:17933;s:10:\"size_after\";i:6958;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:10036;s:11:\"size_before\";i:48619;s:10:\"size_after\";i:38583;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8059,3427,'_wp_attachment_image_alt','Easy to use subscription management system'),(8060,3426,'_thumbnail_id','3427'),(8062,3426,'_yoast_wpseo_focuskw','Easy-to-Use Subscription Management Platform'),(8063,3426,'_yoast_wpseo_title','Choosing an Easy-to-Use Subscription Management Platform'),(8064,3426,'_yoast_wpseo_metadesc','Allow your subscription businesses to grow more with the convenience offered by our easy to use subscription management platform, SubscriptionFlow.'),(8065,3426,'_yoast_wpseo_linkdex','61'),(8066,3426,'_yoast_wpseo_content_score','30'),(8067,3426,'_yoast_wpseo_primary_category','5'),(8068,3429,'_edit_last','1'),(8069,3429,'_edit_lock','1598445582:1'),(8070,3430,'_wp_attached_file','2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg'),(8071,3430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:69:\"2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Ways-Billing-Automation-can-Benefit-Subscription-Business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"Ways-Billing-Automation-can-Benefit-Subscription-Business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Ways-Billing-Automation-can-Benefit-Subscription-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"Ways-Billing-Automation-can-Benefit-Subscription-Business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8072,3430,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.09857836829434774017499876208603382110595703125;s:5:\"bytes\";i:50510;s:11:\"size_before\";i:162419;s:10:\"size_after\";i:111909;s:4:\"time\";d:0.230000000000000037747582837255322374403476715087890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:11455;s:11:\"size_before\";i:21316;s:10:\"size_after\";i:9861;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14366;s:11:\"size_before\";i:72427;s:10:\"size_after\";i:58061;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:11084;s:11:\"size_before\";i:15970;s:10:\"size_after\";i:4886;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:13605;s:11:\"size_before\";i:52706;s:10:\"size_after\";i:39101;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8073,3430,'_wp_attachment_image_alt','For small- to medium-sized subscription businesses, recurring billing management is the most difficult part. Even, the most tedious and orchestrated processes of sending out the invoices and offering the online payment processing convenience cannot ensure on-time payments. Payment delays mean financial constrains in managing other standard business operations such as production, employee management, sales, marketing, research, order fulfillment, or others. With the growing competition in the market, subscription businesses of any size cannot rely on manual billing processing. To hold systematic control over recurring revenue management growth, accurate revenue recognition is inevitable. And, the revenue recognition can only be achieved when the recurring revenue stream can systematically flow with automatic billing automation. Before diving into the different aspects of automated customer billing, let’s see what we meant by the terms, “Subscription Billing” and “Automation”. Subscription Billing, also known as recurring billing, is the process of charging a customer, repetitively, for a set period after every defined interval for using the subscription product or services. And, automation is the digitalization of several functions to be operated without assistance or human guidance. Using machine language, it is the use of technology to simplify the complex processes of business by automating the repetitive tasks in a system. Automation with artificial intelligence technology enables businesses to understand natural languages, process unstructured data to form patterns, and based on structured data, identifies different commands, and then performs triggered-based actions. The Science of Automated Sales and Billing In any business, sales are directly related to the billing, and billing is related to the payments, and payments contribute towards revenue. However, the foundation of the subscription business is the recurrence of the needs of the customer. This consistency and recurrence creates the same pattern in ordering, invoicing, billing, payment processing, revenue monitoring, and reporting. It, eventually, results in revenue recognition. So, the idea behind the introduction of the automation in subscription management is to automate the billing of the recurring sales of the products or services that would generate stable and predictable recurring revenue without any delay in the payment charging and payment processing to the merchant’s account. What is Automated Billing System? To auto-manage the billing on a recurring basis, Subscription Businesses can take the assistance of the automated billing system. In other words, it is also called a subscription management system, subscription system, subscription billing management system, or recurring billing system. The automated billing system is, basically, a suite of the stacks or applications that are integrated together to build a coordinated system or platform that can manage the subscription billing. Understanding the Relations between Subscription Management, Recurring Billing and Automation Systems Subscription software in today’s market is no longer serving the recurring billing management only. They are full-fledged SaaS platforms, now, that can also auto-manage contacts, subscribers’ data, inventory, supply chain, quotes, orders, invoicing, payment processing, fulfillment, sales deals management, marketing campaigns, service centers, and all the other business operations in one place. So, the question is how do they do it? The automated recurring billing or subscription management software with their open-source APIs makes it possible to integrate different applications and in real-time, flow the information and sync the data across the apps. This cross-platform data synchronization allows the platform to establish trigger-based automated actions within the system, or, with the permission of the other third-party application, across the stacks. This is how in a comprehensive subscription management system, billing and automation go hands-in-hands. It works as automated recurring billing, payments, and revenue operations management system. Automated Billing System Advantages in Subscription Management Manual billing management is the phenomenon of the bygone era. Due to the dozens of automated billing conveniences and assistance, the automated subscription management platforms have already replaced the traditional billing management practices. From startups to SMBs to enterprises, businesses all over are devising their strategies to take advantage of the innovation of automation and artificial intelligence assistance. SubscriptionFlow is the futuristic, flexible, and faster recurring billing, payment, and revenue management system that accelerates the growth of your subscription business and recurring revenue by providing the personalized subscription management solution as per the size, niche, and resources of the subscription business. Some of the main benefits of changing to the automated system of SubscriptionFlow from the manual billing processing are; • Easy, Instant, and automated invoicing—the invoice automation benefits such as accuracy, transparency, and on-time calculations and charging trigger for the payment modules. This ensures the timely and strictly regulated subscription billing cycle without annoying the customers with refunds and re-calculations due to invoice errors. • Automatic mid of the subscription billing cycle calculations and adjustments such as subscription plan upgrades, downgrades, pause, reactivation, or cancelation. It is called prorated subscription billing. • Automated sending out the invoices, payment status notification, and due-payments reminders to the subscriber’s email or Phone • Automated Order placement, order receiving, and order processing • Automated Scheduled Payment Charging on Subscribers credit card • Automated deductions and payment processing to the merchant’s account • In case of payment failures due to credit card expiry, bank system’s technical glitches, or any error, scheduled auto-retries for the payment for ensured collection and reduced involuntary churn. It is called automated dunning management. • Multiple integrations with or within the standard business applications such as CRM and ERP • Automated streamlining of the production, procurement, billing, fulfillment, sales, marketing, development, and support operations through integrations • Automated sync of data across the integrations and operations in real-time • Automated information update in client portal from the self-service customer portal • Automated and AI-fueled online payments and customer risks monitoring, identification, reporting, as well as mitigation • Automated and optimal support for all pricing and billing models—from flat-rate subscription billing to usage- or consumption-based to hybrid billing The web-based SubscriptionFlow as a SaaS billing software automates the recurring billing cycle and payment processing. It is a solution to industrialize operations and increase productivity without focusing on regular financial and accounting operations. With SubscriptionFlow automated platform, you can help your subscription business to auto-manage the hassle-free recurring billing operations with ease, simplicity, and convenience without being tech-astute or configuring the huge technical stacks.'),(8074,3431,'_wp_attached_file','2020/08/Billing-automation.jpg'),(8075,3431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:695;s:4:\"file\";s:30:\"2020/08/Billing-automation.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Billing-automation-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Billing-automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Billing-automation-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8076,3431,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.441082433622167702225169705343432724475860595703125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:43162;s:10:\"size_after\";i:42540;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8595;s:10:\"size_after\";i:8595;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4726;s:10:\"size_after\";i:4726;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:29841;s:10:\"size_after\";i:29219;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8077,3431,'_wp_attachment_image_alt','Billing-automation'),(8078,3429,'_thumbnail_id','3430'),(8080,3429,'_yoast_wpseo_content_score','30'),(8081,3429,'_yoast_wpseo_primary_category','78'),(8083,3429,'_yoast_wpseo_focuskw','Subscription Billing Automation'),(8084,3429,'_yoast_wpseo_title','This is How Subscription Billing Automation is a Game Changer for Subscription Businesses'),(8085,3429,'_yoast_wpseo_metadesc','With SubscriptionFlow, manage automated subscription sales, invoicing, billing adjustments, payments, A/R tracking, and revenue in real-time.'),(8086,3429,'_yoast_wpseo_linkdex','67'),(8087,3435,'_wp_attached_file','2020/08/Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg'),(8088,3435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:116:\"2020/08/Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:116:\"Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:117:\"Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:116:\"Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:116:\"Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8089,3435,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.56522654871915989360786625184118747711181640625;s:5:\"bytes\";i:49477;s:11:\"size_before\";i:151932;s:10:\"size_after\";i:102455;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:11722;s:11:\"size_before\";i:20690;s:10:\"size_after\";i:8968;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:13400;s:11:\"size_before\";i:66623;s:10:\"size_after\";i:53223;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11656;s:11:\"size_before\";i:16618;s:10:\"size_after\";i:4962;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12699;s:11:\"size_before\";i:48001;s:10:\"size_after\";i:35302;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8090,3434,'_edit_last','1'),(8091,3434,'_edit_lock','1598624705:1'),(8092,3435,'_wp_attachment_image_alt','Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfillment'),(8093,3436,'_wp_attached_file','2020/08/Subscription-Box-Business-104.jpg'),(8094,3436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/08/Subscription-Box-Business-104.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-104-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subscription-Box-Business-104-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-104-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-104-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8095,3436,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.222131072183760380767125752754509449005126953125;s:5:\"bytes\";i:42735;s:11:\"size_before\";i:141403;s:10:\"size_after\";i:98668;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:10777;s:11:\"size_before\";i:19680;s:10:\"size_after\";i:8903;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:10455;s:11:\"size_before\";i:61917;s:10:\"size_after\";i:51462;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:10791;s:11:\"size_before\";i:15538;s:10:\"size_after\";i:4747;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10712;s:11:\"size_before\";i:44268;s:10:\"size_after\";i:33556;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8096,3436,'_wp_attachment_image_alt',''),(8097,3434,'_thumbnail_id','3435'),(8099,3434,'_yoast_wpseo_focuskw','Subscription Box Business 104'),(8100,3434,'_yoast_wpseo_title','Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfilment'),(8101,3434,'_yoast_wpseo_metadesc','Managing your seamless subscription box fulfillment could be a stressful engagement. Based on your needs, it can be managed in-house or outsourced'),(8102,3434,'_yoast_wpseo_linkdex','55'),(8103,3434,'_yoast_wpseo_content_score','30'),(8104,3434,'_yoast_wpseo_primary_category','3'),(8105,2734,'_rocket_exclude_defer_all_js','1'),(8106,3439,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(8107,3441,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(8108,3442,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(8109,3443,'_edit_last','1'),(8110,3443,'_edit_lock','1599055478:1'),(8111,3444,'_wp_attached_file','2020/09/ACH-vs-Wire-Transfer-comparison.jpg'),(8112,3444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2020/09/ACH-vs-Wire-Transfer-comparison.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"ACH-vs-Wire-Transfer-comparison-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"ACH-vs-Wire-Transfer-comparison-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ACH-vs-Wire-Transfer-comparison-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"ACH-vs-Wire-Transfer-comparison-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8113,3444,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.85369043647704501154294121079146862030029296875;s:5:\"bytes\";i:50714;s:11:\"size_before\";i:188853;s:10:\"size_after\";i:138139;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11444;s:11:\"size_before\";i:21689;s:10:\"size_after\";i:10245;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14444;s:11:\"size_before\";i:89016;s:10:\"size_after\";i:74572;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:11354;s:11:\"size_before\";i:16308;s:10:\"size_after\";i:4954;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13472;s:11:\"size_before\";i:61840;s:10:\"size_after\";i:48368;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8114,3444,'_wp_attachment_image_alt','ACH vs Wire Transfer-comparison'),(8115,3445,'_wp_attached_file','2020/09/ach-vs-credit-card-comparison.jpg'),(8116,3445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/09/ach-vs-credit-card-comparison.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"ach-vs-credit-card-comparison-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"ach-vs-credit-card-comparison-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ach-vs-credit-card-comparison-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"ach-vs-credit-card-comparison-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8117,3445,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.77059717876619515664060600101947784423828125;s:5:\"bytes\";i:49011;s:11:\"size_before\";i:170351;s:10:\"size_after\";i:121340;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11000;s:11:\"size_before\";i:20037;s:10:\"size_after\";i:9037;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:14275;s:11:\"size_before\";i:79804;s:10:\"size_after\";i:65529;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:10947;s:11:\"size_before\";i:15480;s:10:\"size_after\";i:4533;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:12789;s:11:\"size_before\";i:55030;s:10:\"size_after\";i:42241;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8118,3445,'_wp_attachment_image_alt','ach vs credit card comparison'),(8120,3443,'_yoast_wpseo_focuskw','ACH Payments'),(8121,3443,'_yoast_wpseo_title','Understanding the ACH Payments—Learn In Detail What Are They and How Do They Work?'),(8122,3443,'_yoast_wpseo_metadesc','ACH Payments are the safer, faster, simpler, and hassle-free way of electronic bank-to-bank transfers for recurring payments processing and payment collection.'),(8123,3443,'_yoast_wpseo_linkdex','25'),(8124,3443,'_yoast_wpseo_content_score','30'),(8125,3443,'_yoast_wpseo_primary_category','79'),(8126,3447,'_wp_attached_file','2020/09/ACH-Payments.jpg'),(8127,3447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2020/09/ACH-Payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ACH-Payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ACH-Payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ACH-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ACH-Payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8128,3447,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.96054431922780025843167095445096492767333984375;s:5:\"bytes\";i:45777;s:11:\"size_before\";i:120591;s:10:\"size_after\";i:74814;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11137;s:11:\"size_before\";i:18713;s:10:\"size_after\";i:7576;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:11829;s:11:\"size_before\";i:49350;s:10:\"size_after\";i:37521;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:11061;s:11:\"size_before\";i:15279;s:10:\"size_after\";i:4218;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11750;s:11:\"size_before\";i:37249;s:10:\"size_after\";i:25499;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8129,3447,'_wp_attachment_image_alt','ACH Payments'),(8130,3443,'_thumbnail_id','3447'),(8133,3450,'_edit_last','1'),(8134,3450,'_wp_page_template','default'),(8144,3450,'_wpb_vc_js_status','true'),(8145,3450,'_edit_lock','1606991410:1'),(8146,3453,'_wp_attached_file','2020/09/Subscription-Management-software-for-marketing-companies.jpg'),(8147,3453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:68:\"2020/09/Subscription-Management-software-for-marketing-companies.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-marketing-companies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-marketing-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Subscription-Management-software-for-marketing-companies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8148,3453,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.23407134832951470571060781367123126983642578125;s:5:\"bytes\";i:43224;s:11:\"size_before\";i:113051;s:10:\"size_after\";i:69827;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:14276;s:11:\"size_before\";i:28713;s:10:\"size_after\";i:14437;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.2399999999999948840923025272786617279052734375;s:5:\"bytes\";i:14193;s:11:\"size_before\";i:19923;s:10:\"size_after\";i:5730;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14755;s:11:\"size_before\";i:64415;s:10:\"size_after\";i:49660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8149,3453,'_wp_attachment_image_alt','Subscription Management software for marketing companies'),(8150,3456,'_wp_attached_file','2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg'),(8151,3456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Rise-of-Subscription-billing-in-marketing-companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Rise-of-Subscription-billing-in-marketing-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8152,3456,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.723578023895498745332588441669940948486328125;s:5:\"bytes\";i:25469;s:11:\"size_before\";i:41263;s:10:\"size_after\";i:15794;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12814;s:11:\"size_before\";i:23425;s:10:\"size_after\";i:10611;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:12655;s:11:\"size_before\";i:17838;s:10:\"size_after\";i:5183;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8153,3456,'_wp_attachment_image_alt','Rise of Subscription billing in marketing companies'),(8154,3457,'_wp_attached_file','2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg'),(8155,3457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:73:\"2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8156,3457,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.85197134317028400118942954577505588531494140625;s:5:\"bytes\";i:25230;s:11:\"size_before\";i:42154;s:10:\"size_after\";i:16924;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12717;s:11:\"size_before\";i:24543;s:10:\"size_after\";i:11826;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:12513;s:11:\"size_before\";i:17611;s:10:\"size_after\";i:5098;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8157,3457,'_wp_attachment_image_alt','SubscriptionFlow as Subscription Software for Marketing Firms'),(8158,3458,'_wp_attached_file','2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg'),(8159,3458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:72:\"2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-Serving-the-Traditional-Marketing-Companies-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-Serving-the-Traditional-Marketing-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8160,3458,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.688983578879657443394535221159458160400390625;s:5:\"bytes\";i:28702;s:11:\"size_before\";i:49753;s:10:\"size_after\";i:21051;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14418;s:11:\"size_before\";i:29336;s:10:\"size_after\";i:14918;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.9599999999999937472239253111183643341064453125;s:5:\"bytes\";i:14284;s:11:\"size_before\";i:20417;s:10:\"size_after\";i:6133;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8161,3458,'_wp_attachment_image_alt','SubscriptionFlow Serving the Traditional Marketing Companies'),(8162,3459,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128395764{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128485134{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128554820{margin-top: 25px !important;}'),(8163,3450,'_yoast_wpseo_focuskw','Subscription Software for Marketing Companies'),(8164,3450,'_yoast_wpseo_title','Subscription Software for Marketing Companies | SubscriptionFlow'),(8165,3450,'_yoast_wpseo_metadesc','Maximize your your revnue and marketing business with AI-based Subscription Managment software SubscriptionFlow with Customized Subscription Plans.'),(8166,3450,'_yoast_wpseo_linkdex','67'),(8167,3450,'_yoast_wpseo_content_score','30'),(8168,3450,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991311300{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991415658{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991503080{margin-top: 25px !important;}'),(8169,3460,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(8170,3461,'_edit_last','1'),(8171,3461,'_edit_lock','1601038981:1'),(8172,3462,'_wp_attached_file','2020/09/Managed-Services-Recurring-Billing.jpg'),(8173,3462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/09/Managed-Services-Recurring-Billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Recurring-Billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Managed-Services-Recurring-Billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Recurring-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Recurring-Billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8174,3462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.2802284011205102842723135836422443389892578125;s:5:\"bytes\";i:47848;s:11:\"size_before\";i:139579;s:10:\"size_after\";i:91731;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10924;s:11:\"size_before\";i:19267;s:10:\"size_after\";i:8343;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:13721;s:11:\"size_before\";i:60614;s:10:\"size_after\";i:46893;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:10704;s:11:\"size_before\";i:15807;s:10:\"size_after\";i:5103;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12499;s:11:\"size_before\";i:43891;s:10:\"size_after\";i:31392;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8175,3462,'_wp_attachment_image_alt','Managed Services Recurring Billing'),(8176,3463,'_wp_attached_file','2020/09/Managed-Services-Billing-Solutions.jpg'),(8177,3463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2020/09/Managed-Services-Billing-Solutions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Billing-Solutions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Managed-Services-Billing-Solutions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Billing-Solutions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Managed-Services-Billing-Solutions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8178,3463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.40769847742422626879488234408199787139892578125;s:5:\"bytes\";i:49566;s:11:\"size_before\";i:148367;s:10:\"size_after\";i:98801;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:11233;s:11:\"size_before\";i:20191;s:10:\"size_after\";i:8958;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14371;s:11:\"size_before\";i:64864;s:10:\"size_after\";i:50493;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:11039;s:11:\"size_before\";i:16578;s:10:\"size_after\";i:5539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12923;s:11:\"size_before\";i:46734;s:10:\"size_after\";i:33811;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8179,3463,'_wp_attachment_image_alt','Managed Services Billing Solutions'),(8180,3461,'_thumbnail_id','3462'),(8182,3461,'_yoast_wpseo_focuskw','managed services billing system'),(8183,3461,'_yoast_wpseo_title','Learn How Automated Recurring Billing Can Help Managed Services Providers to Optimize Revenue Collection'),(8184,3461,'_yoast_wpseo_metadesc','SubscriptionFlow offers Managed Service Billing Solution to optimize MSP recurring revenue by providing a range of tailored billing options to enhance the personalized customer experience.'),(8185,3461,'_yoast_wpseo_linkdex','57'),(8186,3461,'_yoast_wpseo_content_score','30'),(8187,3461,'_yoast_wpseo_primary_category','60'),(8197,3220,'_wp_page_template','default'),(8198,3220,'_wpb_vc_js_status','false'),(8199,3220,'_yoast_wpseo_content_score','30'),(8200,3477,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(8201,3220,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(8202,3478,'_edit_last','1'),(8203,3478,'_edit_lock','1599824768:1'),(8204,3478,'_yoast_wpseo_content_score','30'),(8205,3478,'_yoast_wpseo_primary_category','79'),(8206,3480,'_wp_attached_file','2020/09/Select-PayPal.jpg'),(8207,3480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:482;s:4:\"file\";s:25:\"2020/09/Select-PayPal.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Select-PayPal-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Select-PayPal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Select-PayPal-768x438.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8208,3480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.64424345204446975543532971641980111598968505859375;s:5:\"bytes\";i:967;s:11:\"size_before\";i:26535;s:10:\"size_after\";i:25568;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4975;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2309;s:10:\"size_after\";i:2309;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:967;s:11:\"size_before\";i:19251;s:10:\"size_after\";i:18284;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8209,3480,'_wp_attachment_image_alt','Select PayPal'),(8210,3481,'_wp_attached_file','2020/09/Access-the-PayPal-page.jpg'),(8211,3481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:807;s:6:\"height\";i:439;s:4:\"file\";s:34:\"2020/09/Access-the-PayPal-page.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Access-the-PayPal-page-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Access-the-PayPal-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Access-the-PayPal-page-768x418.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8212,3481,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.236505830598421784571883108583278954029083251953125;s:5:\"bytes\";i:927;s:11:\"size_before\";i:28642;s:10:\"size_after\";i:27715;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5223;s:10:\"size_after\";i:5223;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2825;s:10:\"size_after\";i:2825;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:927;s:11:\"size_before\";i:20594;s:10:\"size_after\";i:19667;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8213,3481,'_wp_attachment_image_alt','Access the PayPal page'),(8214,3482,'_wp_attached_file','2020/09/A-new-page-with-the-fields.jpg'),(8215,3482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:422;s:4:\"file\";s:38:\"2020/09/A-new-page-with-the-fields.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"A-new-page-with-the-fields-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"A-new-page-with-the-fields-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"A-new-page-with-the-fields-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8216,3482,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.107233502538071068244107664213515818119049072265625;s:5:\"bytes\";i:349;s:11:\"size_before\";i:31520;s:10:\"size_after\";i:31171;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6043;s:10:\"size_after\";i:6043;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3232;s:10:\"size_after\";i:3232;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:349;s:11:\"size_before\";i:22245;s:10:\"size_after\";i:21896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8217,3482,'_wp_attachment_image_alt','A new page with the fields'),(8218,3483,'_wp_attached_file','2020/09/To-configure-the-PayPal.jpg'),(8219,3483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:815;s:6:\"height\";i:386;s:4:\"file\";s:35:\"2020/09/To-configure-the-PayPal.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"To-configure-the-PayPal-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"To-configure-the-PayPal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"To-configure-the-PayPal-768x364.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8220,3483,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4924126409578171159608928064699284732341766357421875;s:5:\"bytes\";i:536;s:11:\"size_before\";i:35915;s:10:\"size_after\";i:35379;s:4:\"time\";d:0.310000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6397;s:10:\"size_after\";i:6397;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3713;s:10:\"size_after\";i:3713;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:536;s:11:\"size_before\";i:25805;s:10:\"size_after\";i:25269;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8221,3483,'_wp_attachment_image_alt','To configure the PayPal'),(8222,3484,'_wp_attached_file','2020/09/Under-the-‘Advance-Options’-tab.jpg'),(8223,3484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:423;s:4:\"file\";s:47:\"2020/09/Under-the-‘Advance-Options’-tab.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Under-the-‘Advance-Options’-tab-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Under-the-‘Advance-Options’-tab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Under-the-‘Advance-Options’-tab-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8224,3484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7673778389538885580378746453789062798023223876953125;s:5:\"bytes\";i:642;s:11:\"size_before\";i:36325;s:10:\"size_after\";i:35683;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6590;s:10:\"size_after\";i:6590;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4371;s:10:\"size_after\";i:4371;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:642;s:11:\"size_before\";i:25364;s:10:\"size_after\";i:24722;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(8225,3484,'_wp_attachment_image_alt','Under the ‘Advance Options’ tab'),(8226,3485,'_wp_attached_file','2020/09/Select-the-pre-made-response-email-template.jpg'),(8227,3485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:448;s:4:\"file\";s:55:\"2020/09/Select-the-pre-made-response-email-template.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Select-the-pre-made-response-email-template-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Select-the-pre-made-response-email-template-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Select-the-pre-made-response-email-template-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8228,3485,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6143521454238005663484045726363547146320343017578125;s:5:\"bytes\";i:611;s:11:\"size_before\";i:37848;s:10:\"size_after\";i:37237;s:4:\"time\";d:0.09000000000000001054711873393898713402450084686279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6819;s:10:\"size_after\";i:6819;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4324;s:10:\"size_after\";i:4324;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:611;s:11:\"size_before\";i:26705;s:10:\"size_after\";i:26094;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8229,3485,'_wp_attachment_image_alt','Select the pre-made response email template'),(8230,3486,'_wp_attached_file','2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg'),(8231,3486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:404;s:4:\"file\";s:71:\"2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"This-will-activate-the-gateway-for-the-subscription-account-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"This-will-activate-the-gateway-for-the-subscription-account-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"This-will-activate-the-gateway-for-the-subscription-account-768x365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8232,3486,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5514181207651258631585733382962644100189208984375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:33354;s:10:\"size_after\";i:32503;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6033;s:10:\"size_after\";i:6033;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3758;s:10:\"size_after\";i:3758;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:851;s:11:\"size_before\";i:23563;s:10:\"size_after\";i:22712;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8233,3486,'_wp_attachment_image_alt','This will activate the gateway for the subscription account'),(8234,3487,'_wp_attached_file','2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg'),(8235,3487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:434;s:4:\"file\";s:63:\"2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Go-back-to-the-Connection-tab-and-save-the-settings-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Go-back-to-the-Connection-tab-and-save-the-settings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Go-back-to-the-Connection-tab-and-save-the-settings-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8236,3487,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.50865051903114189002508283010683953762054443359375;s:5:\"bytes\";i:841;s:11:\"size_before\";i:33524;s:10:\"size_after\";i:32683;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6265;s:10:\"size_after\";i:6265;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3612;s:10:\"size_after\";i:3612;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:841;s:11:\"size_before\";i:23647;s:10:\"size_after\";i:22806;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8237,3487,'_wp_attachment_image_alt','Go back to the Connection tab and save the settings'),(8238,3488,'_wp_attached_file','2020/09/Uninstall-paypal.jpg'),(8239,3488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:829;s:6:\"height\";i:422;s:4:\"file\";s:28:\"2020/09/Uninstall-paypal.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Uninstall-paypal-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Uninstall-paypal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Uninstall-paypal-768x391.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8240,3488,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.623356535189481864023264279239811003208160400390625;s:5:\"bytes\";i:848;s:11:\"size_before\";i:32325;s:10:\"size_after\";i:31477;s:4:\"time\";d:0.06999999999999999278355033993648248724639415740966796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5982;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3338;s:10:\"size_after\";i:3338;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:848;s:11:\"size_before\";i:23005;s:10:\"size_after\";i:22157;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8241,3488,'_wp_attachment_image_alt','Uninstall paypal'),(8242,3489,'_wp_attached_file','2020/09/Select-Stripe.jpg'),(8243,3489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:439;s:4:\"file\";s:25:\"2020/09/Select-Stripe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Select-Stripe-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Select-Stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Select-Stripe-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8244,3489,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.00011321181931389645569652202539145946502685546875;s:5:\"bytes\";i:795;s:11:\"size_before\";i:26499;s:10:\"size_after\";i:25704;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4911;s:10:\"size_after\";i:4911;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2584;s:10:\"size_after\";i:2584;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:795;s:11:\"size_before\";i:19004;s:10:\"size_after\";i:18209;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8245,3489,'_wp_attachment_image_alt','Select Stripe'),(8246,3490,'_wp_attached_file','2020/09/Access-Stripe.jpg'),(8247,3490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:827;s:6:\"height\";i:386;s:4:\"file\";s:25:\"2020/09/Access-Stripe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Access-Stripe-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Access-Stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Access-Stripe-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8248,3490,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.37704060667189676081534344120882451534271240234375;s:5:\"bytes\";i:904;s:11:\"size_before\";i:26769;s:10:\"size_after\";i:25865;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5064;s:10:\"size_after\";i:5064;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2650;s:10:\"size_after\";i:2650;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:904;s:11:\"size_before\";i:19055;s:10:\"size_after\";i:18151;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8249,3490,'_wp_attachment_image_alt','Access Stripe'),(8250,3491,'_wp_attached_file','2020/09/A-new-page-with-the-fields-for-stripe.jpg'),(8251,3491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:815;s:6:\"height\";i:440;s:4:\"file\";s:49:\"2020/09/A-new-page-with-the-fields-for-stripe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"A-new-page-with-the-fields-for-stripe-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"A-new-page-with-the-fields-for-stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"A-new-page-with-the-fields-for-stripe-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8252,3491,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.95921961420984569457459656405262649059295654296875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:36341;s:10:\"size_after\";i:35629;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6743;s:10:\"size_after\";i:6743;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3536;s:10:\"size_after\";i:3536;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:26062;s:10:\"size_after\";i:25350;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8253,3491,'_wp_attachment_image_alt','A new page with the fields for stripe'),(8254,3492,'_wp_attached_file','2020/09/To-configure-the-Stripe.jpg'),(8255,3492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:431;s:4:\"file\";s:35:\"2020/09/To-configure-the-Stripe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"To-configure-the-Stripe-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"To-configure-the-Stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"To-configure-the-Stripe-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8256,3492,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.813422050121349382578728182124905288219451904296875;s:5:\"bytes\";i:665;s:11:\"size_before\";i:36671;s:10:\"size_after\";i:36006;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6703;s:10:\"size_after\";i:6703;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3913;s:10:\"size_after\";i:3913;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:665;s:11:\"size_before\";i:26055;s:10:\"size_after\";i:25390;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8257,3492,'_wp_attachment_image_alt','To configure the Stripe'),(8258,3493,'_wp_attached_file','2020/09/authorize7.jpg'),(8259,3493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:878;s:6:\"height\";i:490;s:4:\"file\";s:22:\"2020/09/authorize7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize7-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize7-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836367\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8260,3493,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.54839820874957467822241596877574920654296875;s:5:\"bytes\";i:22281;s:11:\"size_before\";i:60963;s:10:\"size_after\";i:38682;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7114;s:11:\"size_before\";i:13899;s:10:\"size_after\";i:6785;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:7002;s:11:\"size_before\";i:10965;s:10:\"size_after\";i:3963;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:8165;s:11:\"size_before\";i:36099;s:10:\"size_after\";i:27934;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8261,3494,'_wp_attached_file','2020/09/authorize6.jpg'),(8262,3494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:883;s:6:\"height\";i:457;s:4:\"file\";s:22:\"2020/09/authorize6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize6-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize6-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836341\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8263,3494,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.7134130320546461234698654152452945709228515625;s:5:\"bytes\";i:22357;s:11:\"size_before\";i:60896;s:10:\"size_after\";i:38539;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7130;s:11:\"size_before\";i:13731;s:10:\"size_after\";i:6601;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:6996;s:11:\"size_before\";i:11179;s:10:\"size_after\";i:4183;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:8231;s:11:\"size_before\";i:35986;s:10:\"size_after\";i:27755;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8264,3495,'_wp_attached_file','2020/09/authorize5.jpg'),(8265,3495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:879;s:6:\"height\";i:459;s:4:\"file\";s:22:\"2020/09/authorize5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize5-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize5-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836313\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8266,3495,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.55828730163798212515757768414914608001708984375;s:5:\"bytes\";i:22273;s:11:\"size_before\";i:62638;s:10:\"size_after\";i:40365;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:7080;s:11:\"size_before\";i:14142;s:10:\"size_after\";i:7062;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:7009;s:11:\"size_before\";i:11765;s:10:\"size_after\";i:4756;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:8184;s:11:\"size_before\";i:36731;s:10:\"size_after\";i:28547;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(8267,3496,'_wp_attached_file','2020/09/authorize4.jpg'),(8268,3496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:883;s:6:\"height\";i:488;s:4:\"file\";s:22:\"2020/09/authorize4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize4-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize4-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8269,3496,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.27134136388861662680938025005161762237548828125;s:5:\"bytes\";i:22222;s:11:\"size_before\";i:61266;s:10:\"size_after\";i:39044;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7073;s:11:\"size_before\";i:13841;s:10:\"size_after\";i:6768;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:6972;s:11:\"size_before\";i:11431;s:10:\"size_after\";i:4459;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:8177;s:11:\"size_before\";i:35994;s:10:\"size_after\";i:27817;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(8270,3497,'_wp_attached_file','2020/09/authorize3.jpg'),(8271,3497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:871;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2020/09/authorize3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize3-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize3-768x423.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836245\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8272,3497,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.8147046617789470701609388925135135650634765625;s:5:\"bytes\";i:21869;s:11:\"size_before\";i:57832;s:10:\"size_after\";i:35963;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:7081;s:11:\"size_before\";i:13646;s:10:\"size_after\";i:6565;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:6992;s:11:\"size_before\";i:10915;s:10:\"size_after\";i:3923;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7796;s:11:\"size_before\";i:33271;s:10:\"size_after\";i:25475;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8273,3498,'_wp_attached_file','2020/09/authorize2.jpg'),(8274,3498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:402;s:4:\"file\";s:22:\"2020/09/authorize2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize2-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize2-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836213\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8275,3498,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:45.32947434930598973323867539875209331512451171875;s:5:\"bytes\";i:22240;s:11:\"size_before\";i:49063;s:10:\"size_after\";i:26823;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:7106;s:11:\"size_before\";i:12108;s:10:\"size_after\";i:5002;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:7003;s:11:\"size_before\";i:9992;s:10:\"size_after\";i:2989;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8131;s:11:\"size_before\";i:26963;s:10:\"size_after\";i:18832;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8276,3499,'_wp_attached_file','2020/09/authorize1.jpg'),(8277,3499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:878;s:6:\"height\";i:457;s:4:\"file\";s:22:\"2020/09/authorize1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"authorize1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"authorize1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"authorize1-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Faheem\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1599836177\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8278,3499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:45.30301787764474141795290051959455013275146484375;s:5:\"bytes\";i:22097;s:11:\"size_before\";i:48776;s:10:\"size_after\";i:26679;s:4:\"time\";d:0.06999999999999999278355033993648248724639415740966796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:7099;s:11:\"size_before\";i:12111;s:10:\"size_after\";i:5012;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7003;s:11:\"size_before\";i:9711;s:10:\"size_after\";i:2708;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7995;s:11:\"size_before\";i:26954;s:10:\"size_after\";i:18959;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8279,3500,'_wp_attached_file','2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg'),(8280,3500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:393;s:4:\"file\";s:80:\"2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8281,3500,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.162697222388865636588661800487898290157318115234375;s:5:\"bytes\";i:721;s:11:\"size_before\";i:33338;s:10:\"size_after\";i:32617;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6056;s:10:\"size_after\";i:6056;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3860;s:10:\"size_after\";i:3860;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:721;s:11:\"size_before\";i:23422;s:10:\"size_after\";i:22701;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8282,3501,'_wp_attached_file','2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg'),(8283,3501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:815;s:6:\"height\";i:386;s:4:\"file\";s:65:\"2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Clicking-on-the-‘Save’-tab-configure-the-settings-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Clicking-on-the-‘Save’-tab-configure-the-settings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Clicking-on-the-‘Save’-tab-configure-the-settings-768x364.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8284,3501,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.964377572016461126480635357438586652278900146484375;s:5:\"bytes\";i:611;s:11:\"size_before\";i:31104;s:10:\"size_after\";i:30493;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5533;s:10:\"size_after\";i:5533;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3548;s:10:\"size_after\";i:3548;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:611;s:11:\"size_before\";i:22023;s:10:\"size_after\";i:21412;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8285,3502,'_wp_attached_file','2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg'),(8286,3502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:387;s:4:\"file\";s:88:\"2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:88:\"Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8287,3502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.234852133705808707730966489179991185665130615234375;s:5:\"bytes\";i:696;s:11:\"size_before\";i:31143;s:10:\"size_after\";i:30447;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5469;s:10:\"size_after\";i:5469;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3211;s:10:\"size_after\";i:3211;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:696;s:11:\"size_before\";i:22463;s:10:\"size_after\";i:21767;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8288,3503,'_wp_attached_file','2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg'),(8289,3503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:436;s:4:\"file\";s:54:\"2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Under-the-‘Advance-Options’-tab-stripe-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Under-the-‘Advance-Options’-tab-stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Under-the-‘Advance-Options’-tab-stripe-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8290,3503,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.924947014088019159316900186240673065185546875;s:5:\"bytes\";i:772;s:11:\"size_before\";i:40105;s:10:\"size_after\";i:39333;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7039;s:10:\"size_after\";i:7039;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4521;s:10:\"size_after\";i:4521;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:772;s:11:\"size_before\";i:28545;s:10:\"size_after\";i:27773;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8291,3503,'_wp_attachment_image_alt','Under the ‘Advance Options’ tab stripe'),(8292,3502,'_wp_attachment_image_alt','Go back to the ‘Connection’ tab and hit the ‘Test Connection’ button'),(8293,3501,'_wp_attachment_image_alt','Clicking on the ‘Save’ tab configure the settings'),(8294,3500,'_wp_attachment_image_alt','To configure another gateway, click on the ‘Back to Payment Gateway'),(8295,3499,'_wp_attachment_image_alt','authorize1'),(8296,3498,'_wp_attachment_image_alt','authorize2'),(8297,3494,'_wp_attachment_image_alt','authorize6'),(8298,3493,'_wp_attachment_image_alt','authorize7'),(8299,3504,'_wp_attached_file','2020/09/payment-process-cycle.jpg'),(8300,3504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2020/09/payment-process-cycle.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"payment-process-cycle-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"payment-process-cycle-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"payment-process-cycle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"payment-process-cycle-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8301,3504,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.38467604567534863235778175294399261474609375;s:5:\"bytes\";i:51211;s:11:\"size_before\";i:126808;s:10:\"size_after\";i:75597;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:11817;s:11:\"size_before\";i:18627;s:10:\"size_after\";i:6810;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:14371;s:11:\"size_before\";i:53176;s:10:\"size_after\";i:38805;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.93000000000000682121026329696178436279296875;s:5:\"bytes\";i:11640;s:11:\"size_before\";i:15745;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:13383;s:11:\"size_before\";i:39260;s:10:\"size_after\";i:25877;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8302,3504,'_wp_attachment_image_alt','payment-process-cycle'),(8303,3505,'_wp_attached_file','2020/09/easy-paisa.png'),(8304,3505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:107;s:4:\"file\";s:22:\"2020/09/easy-paisa.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8305,3505,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.16877918612408304710470474674366414546966552734375;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8306,3505,'_wp_attachment_image_alt','easy-paisa'),(8307,3506,'_wp_attached_file','2020/09/jazz-cash.png'),(8308,3506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:78;s:4:\"file\";s:21:\"2020/09/jazz-cash.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8309,3506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.05999194738961222128637018613517284393310546875;s:5:\"bytes\";i:456;s:11:\"size_before\";i:14902;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:456;s:11:\"size_before\";i:14902;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8310,3506,'_wp_attachment_image_alt','jazz-cash'),(8311,3507,'_wp_attached_file','2020/09/1-link.png'),(8312,3507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:139;s:4:\"file\";s:18:\"2020/09/1-link.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8313,3507,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21115;s:10:\"size_after\";i:21115;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21115;s:10:\"size_after\";i:21115;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8314,3507,'_wp_attachment_image_alt','1-Link'),(8315,3508,'_wp_attached_file','2020/09/pioneer.png'),(8316,3508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:30;s:4:\"file\";s:19:\"2020/09/pioneer.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pioneer-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8317,3508,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.66248869362966811280557521968148648738861083984375;s:5:\"bytes\";i:593;s:11:\"size_before\";i:7739;s:10:\"size_after\";i:7146;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:593;s:11:\"size_before\";i:7739;s:10:\"size_after\";i:7146;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8318,3508,'_wp_attachment_image_alt','pioneer'),(8319,3509,'_wp_attached_file','2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg'),(8320,3509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Online-Payment-Processing-for-Recurring-Payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Online-Payment-Processing-for-Recurring-Payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Online-Payment-Processing-for-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Online-Payment-Processing-for-Recurring-Payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8321,3509,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.21492732320757568231783807277679443359375;s:5:\"bytes\";i:48810;s:11:\"size_before\";i:146952;s:10:\"size_after\";i:98142;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:11444;s:11:\"size_before\";i:20196;s:10:\"size_after\";i:8752;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:13547;s:11:\"size_before\";i:64024;s:10:\"size_after\";i:50477;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:11281;s:11:\"size_before\";i:15865;s:10:\"size_after\";i:4584;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.75;s:5:\"bytes\";i:12538;s:11:\"size_before\";i:46867;s:10:\"size_after\";i:34329;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8322,3509,'_wp_attachment_image_alt','Online-Payment-Processing-for-Recurring-Payments'),(8323,3478,'_thumbnail_id','3509'),(8325,3478,'_yoast_wpseo_focuskw','Online Payment Processing'),(8326,3478,'_yoast_wpseo_title','Online Payment Processing for Recurring Payments'),(8327,3478,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration of all the leading payment processors. Find the easy steps to configure the best payment services provider for your recurring billing business.'),(8328,3478,'_yoast_wpseo_linkdex','71'),(8332,3514,'_wp_attached_file','2020/09/ubl-internet-payment-gateway.jpg'),(8333,3514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:65;s:4:\"file\";s:40:\"2020/09/ubl-internet-payment-gateway.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8334,3514,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1819;s:10:\"size_after\";i:1819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1819;s:10:\"size_after\";i:1819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8335,3515,'_wp_attached_file','2020/09/ubl-omni.png'),(8336,3515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2020/09/ubl-omni.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ubl-omni-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8337,3515,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.13003381494005594731788733042776584625244140625;s:5:\"bytes\";i:297;s:11:\"size_before\";i:3253;s:10:\"size_after\";i:2956;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:297;s:11:\"size_before\";i:3253;s:10:\"size_after\";i:2956;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8338,3516,'_wp_attached_file','2020/09/xoom.png'),(8339,3516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:151;s:4:\"file\";s:16:\"2020/09/xoom.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8340,3516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.940165061898211806834524395526386797428131103515625;s:5:\"bytes\";i:684;s:11:\"size_before\";i:23264;s:10:\"size_after\";i:22580;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:684;s:11:\"size_before\";i:23264;s:10:\"size_after\";i:22580;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(8341,3517,'_wp_attached_file','2020/09/1-link-1.png'),(8342,3517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:139;s:4:\"file\";s:20:\"2020/09/1-link-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8343,3517,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21115;s:10:\"size_after\";i:21115;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21115;s:10:\"size_after\";i:21115;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8344,3518,'_wp_attached_file','2020/09/2-checkout.png'),(8345,3518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2020/09/2-checkout.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8346,3518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7187873000716162863454883336089551448822021484375;s:5:\"bytes\";i:144;s:11:\"size_before\";i:8378;s:10:\"size_after\";i:8234;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:144;s:11:\"size_before\";i:8378;s:10:\"size_after\";i:8234;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8347,3519,'_wp_attached_file','2020/09/alfa-logo.png'),(8348,3519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:153;s:4:\"file\";s:21:\"2020/09/alfa-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"alfa-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8349,3519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18163;s:10:\"size_after\";i:18163;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18163;s:10:\"size_after\";i:18163;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8350,3520,'_wp_attached_file','2020/09/bank-al-habib.png'),(8351,3520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:151;s:4:\"file\";s:25:\"2020/09/bank-al-habib.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8352,3520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.55237550085861475412940535534289665520191192626953125;s:5:\"bytes\";i:193;s:11:\"size_before\";i:34940;s:10:\"size_after\";i:34747;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:193;s:11:\"size_before\";i:34940;s:10:\"size_after\";i:34747;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8353,3521,'_wp_attached_file','2020/09/easy-paisa-1.png'),(8354,3521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:107;s:4:\"file\";s:24:\"2020/09/easy-paisa-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8355,3521,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.16877918612408304710470474674366414546966552734375;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(8356,3522,'_wp_attached_file','2020/09/easypay.png'),(8357,3522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:59;s:4:\"file\";s:19:\"2020/09/easypay.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8358,3522,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.32469852612773575373239509644918143749237060546875;s:5:\"bytes\";i:164;s:11:\"size_before\";i:2239;s:10:\"size_after\";i:2075;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:164;s:11:\"size_before\";i:2239;s:10:\"size_after\";i:2075;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8359,3523,'_wp_attached_file','2020/09/e-gate-mcb-2.png'),(8360,3523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:84;s:4:\"file\";s:24:\"2020/09/e-gate-mcb-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8361,3523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9160990514991407263067912936094217002391815185546875;s:5:\"bytes\";i:301;s:11:\"size_before\";i:15709;s:10:\"size_after\";i:15408;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:301;s:11:\"size_before\";i:15709;s:10:\"size_after\";i:15408;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8362,3524,'_wp_attached_file','2020/09/hbl.jpg'),(8363,3524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:58;s:4:\"file\";s:15:\"2020/09/hbl.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8364,3524,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1756;s:10:\"size_after\";i:1756;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1756;s:10:\"size_after\";i:1756;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8365,3525,'_wp_attached_file','2020/09/jazz-cash-1.png'),(8366,3525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:78;s:4:\"file\";s:23:\"2020/09/jazz-cash-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8367,3525,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.05999194738961222128637018613517284393310546875;s:5:\"bytes\";i:456;s:11:\"size_before\";i:14902;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:456;s:11:\"size_before\";i:14902;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8368,3526,'_wp_attached_file','2020/09/mobicash.png'),(8369,3526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:51;s:4:\"file\";s:20:\"2020/09/mobicash.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8370,3526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.893091841641288741726611988269723951816558837890625;s:5:\"bytes\";i:361;s:11:\"size_before\";i:12478;s:10:\"size_after\";i:12117;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:361;s:11:\"size_before\";i:12478;s:10:\"size_after\";i:12117;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8371,3527,'_wp_attached_file','2020/09/PayFirstSolutions.png'),(8372,3527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:30;s:4:\"file\";s:29:\"2020/09/PayFirstSolutions.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8373,3527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.93449781659388264642984722740948200225830078125;s:5:\"bytes\";i:629;s:11:\"size_before\";i:1145;s:10:\"size_after\";i:516;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:629;s:11:\"size_before\";i:1145;s:10:\"size_after\";i:516;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8374,3528,'_wp_attached_file','2020/09/payoneer.png'),(8375,3528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:53;s:4:\"file\";s:20:\"2020/09/payoneer.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8376,3528,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7878435927216411727158629219047725200653076171875;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5166;s:10:\"size_after\";i:4867;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5166;s:10:\"size_after\";i:4867;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8377,3529,'_wp_attached_file','2020/09/skrill.png'),(8378,3529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:51;s:4:\"file\";s:18:\"2020/09/skrill.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8379,3529,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.56820534050921178703674740972928702831268310546875;s:5:\"bytes\";i:269;s:11:\"size_before\";i:4831;s:10:\"size_after\";i:4562;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:269;s:11:\"size_before\";i:4831;s:10:\"size_after\";i:4562;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8380,3530,'_wp_attached_file','2020/09/easy-paisa-2.png'),(8381,3530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:107;s:4:\"file\";s:24:\"2020/09/easy-paisa-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8382,3530,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.16877918612408304710470474674366414546966552734375;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(8383,3531,'_wp_attached_file','2020/09/easy-paisa-3.png'),(8384,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:107;s:4:\"file\";s:24:\"2020/09/easy-paisa-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8385,3531,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.16877918612408304710470474674366414546966552734375;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11992;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(8386,3530,'_wp_attachment_image_alt','easy-paisa'),(8388,3534,'_wp_attached_file','2020/09/What-is-recurring-billing.jpg'),(8389,3534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/09/What-is-recurring-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"What-is-recurring-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"What-is-recurring-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"What-is-recurring-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"What-is-recurring-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8390,3534,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.08679028246940134749820572324097156524658203125;s:5:\"bytes\";i:47017;s:11:\"size_before\";i:123447;s:10:\"size_after\";i:76430;s:4:\"time\";d:0.1299999999999999766853164828717126511037349700927734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11271;s:11:\"size_before\";i:18851;s:10:\"size_after\";i:7580;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12520;s:11:\"size_before\";i:50660;s:10:\"size_after\";i:38140;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:11143;s:11:\"size_before\";i:15659;s:10:\"size_after\";i:4516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12083;s:11:\"size_before\";i:38277;s:10:\"size_after\";i:26194;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8391,3533,'_edit_last','1'),(8392,3534,'_wp_attachment_image_alt','What is recurring billing'),(8393,3533,'_edit_lock','1600090521:1'),(8403,3533,'_thumbnail_id','3534'),(8404,3533,'_yoast_wpseo_focuskw','Recurring Billing'),(8405,3533,'_yoast_wpseo_title','Recurring Billing, Recurring Payments, and Recurring Revenue'),(8406,3533,'_yoast_wpseo_metadesc','The automated recurring billing allows businesses to draw recurring revenue with recurring payments received in the merchant’s account after every decided interval.'),(8407,3533,'_yoast_wpseo_linkdex','71'),(8408,3533,'_yoast_wpseo_content_score','30'),(8409,3533,'_yoast_wpseo_primary_category','60'),(8414,3539,'_wp_attached_file','2020/09/recurring-billing-system-process.jpg'),(8415,3539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2020/09/recurring-billing-system-process.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"recurring-billing-system-process-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"recurring-billing-system-process-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"recurring-billing-system-process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"recurring-billing-system-process-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"recurring-billing-system-process-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8416,3539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.227177064701717057459973148070275783538818359375;s:5:\"bytes\";i:83312;s:11:\"size_before\";i:392478;s:10:\"size_after\";i:309166;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14966;s:11:\"size_before\";i:29513;s:10:\"size_after\";i:14547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:17461;s:11:\"size_before\";i:102626;s:10:\"size_after\";i:85165;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:14532;s:11:\"size_before\";i:19752;s:10:\"size_after\";i:5220;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:16606;s:11:\"size_before\";i:73715;s:10:\"size_after\";i:57109;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:19747;s:11:\"size_before\";i:166872;s:10:\"size_after\";i:147125;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(8417,3539,'_wp_attachment_image_alt','recurring-billing-system-process'),(8420,3544,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170556363{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170593169{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170866142{margin-top: 25px !important;}'),(8421,3545,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600171003564{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170593169{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170866142{margin-top: 25px !important;}'),(8422,3546,'_wp_attached_file','2020/09/newspaper-subscription-management-system.jpg'),(8423,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:52:\"2020/09/newspaper-subscription-management-system.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"newspaper-subscription-management-system-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"newspaper-subscription-management-system-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8424,3546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:60.37347247013593687370303086936473846435546875;s:5:\"bytes\";i:26382;s:11:\"size_before\";i:43698;s:10:\"size_after\";i:17316;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:13306;s:11:\"size_before\";i:25487;s:10:\"size_after\";i:12181;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13076;s:11:\"size_before\";i:18211;s:10:\"size_after\";i:5135;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8425,3546,'_wp_attachment_image_alt','newspaper-subscription-management-system'),(8426,3547,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600171003564{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170593169{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600170866142{margin-top: 25px !important;}'),(8427,3548,'_edit_last','1'),(8428,3548,'_edit_lock','1603281292:1'),(8429,3549,'_wp_attached_file','2020/09/What-is-usage-based-billing.jpg'),(8430,3549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/09/What-is-usage-based-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"What-is-usage-based-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"What-is-usage-based-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"What-is-usage-based-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"What-is-usage-based-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8431,3549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.8992052875914708920390694402158260345458984375;s:5:\"bytes\";i:51699;s:11:\"size_before\";i:152508;s:10:\"size_after\";i:100809;s:4:\"time\";d:0.1399999999999999855671006798729649744927883148193359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:12516;s:11:\"size_before\";i:22759;s:10:\"size_after\";i:10243;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:13570;s:11:\"size_before\";i:63882;s:10:\"size_after\";i:50312;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:12372;s:11:\"size_before\";i:17821;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:13241;s:11:\"size_before\";i:48046;s:10:\"size_after\";i:34805;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8432,3549,'_wp_attachment_image_alt','What-is-usage-based-billing'),(8433,3548,'_thumbnail_id','3549'),(8434,3548,'_yoast_wpseo_focuskw','Usage-Based Billing'),(8435,3548,'_yoast_wpseo_title','What is Usage-Based Billing? | SubscriptionFlow'),(8436,3548,'_yoast_wpseo_metadesc','A usage-based SaaS billing model helps streamline the payment system by taking into account the usage of service and respective pricing to users.'),(8437,3548,'_yoast_wpseo_linkdex','75'),(8438,3548,'_yoast_wpseo_content_score','30'),(8439,3548,'_yoast_wpseo_primary_category','82'),(8441,3553,'_wp_attached_file','2020/09/SubscriptionFlow-SalesForce-Integration.jpg'),(8442,3553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2020/09/SubscriptionFlow-SalesForce-Integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-SalesForce-Integration-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"SubscriptionFlow-SalesForce-Integration-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-SalesForce-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-SalesForce-Integration-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8443,3553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.00653878503404570210477686487138271331787109375;s:5:\"bytes\";i:54558;s:11:\"size_before\";i:147428;s:10:\"size_after\";i:92870;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:12596;s:11:\"size_before\";i:21470;s:10:\"size_after\";i:8874;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:15361;s:11:\"size_before\";i:63257;s:10:\"size_after\";i:47896;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.2099999999999937472239253111183643341064453125;s:5:\"bytes\";i:12325;s:11:\"size_before\";i:16173;s:10:\"size_after\";i:3848;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14276;s:11:\"size_before\";i:46528;s:10:\"size_after\";i:32252;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8444,3552,'_edit_last','1'),(8445,3552,'_edit_lock','1600433510:1'),(8446,3553,'_wp_attachment_image_alt','SubscriptionFlow-SalesForce-Integration'),(8447,3554,'_wp_attached_file','2020/09/Subscriptionflow-integration-with-Salesforce.jpg'),(8448,3554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:56:\"2020/09/Subscriptionflow-integration-with-Salesforce.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Subscriptionflow-integration-with-Salesforce-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Subscriptionflow-integration-with-Salesforce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8449,3554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.717635331339664617189555428922176361083984375;s:5:\"bytes\";i:25250;s:11:\"size_before\";i:46146;s:10:\"size_after\";i:20896;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12842;s:11:\"size_before\";i:28047;s:10:\"size_after\";i:15205;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:12408;s:11:\"size_before\";i:18099;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8450,3554,'_wp_attachment_image_alt','Subscriptionflow-integration-with-Salesforce'),(8451,3552,'_thumbnail_id','3553'),(8453,3552,'_yoast_wpseo_focuskw','Subscriptionflow salesforce integration'),(8454,3552,'_yoast_wpseo_title','Driving Ease and Efficiency In Workflow—SubscriptionFlow Teams Up with Salesforce'),(8455,3552,'_yoast_wpseo_metadesc','SubscriptionFlow teams up with Salesforce to provide customers with ease and efficiency of managing subscription management within the window of Salesforce.'),(8456,3552,'_yoast_wpseo_linkdex','62'),(8457,3552,'_yoast_wpseo_content_score','30'),(8458,3552,'_yoast_wpseo_primary_category','96'),(8460,3558,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600672938259{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1600673508472{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(8461,3559,'_edit_last','1'),(8462,3559,'_edit_lock','1600763456:1'),(8467,3561,'_wp_attached_file','2020/09/Monthly-recurring-revenue-formula.jpg'),(8468,3561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:174;s:4:\"file\";s:45:\"2020/09/Monthly-recurring-revenue-formula.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Monthly-recurring-revenue-formula-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Monthly-recurring-revenue-formula-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8469,3561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.40420491560556826016181730665266513824462890625;s:5:\"bytes\";i:14968;s:11:\"size_before\";i:27016;s:10:\"size_after\";i:12048;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:7488;s:11:\"size_before\";i:14040;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:7480;s:11:\"size_before\";i:12976;s:10:\"size_after\";i:5496;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8470,3561,'_wp_attachment_image_alt','Monthly-recurring-revenue-formula'),(8471,3562,'_wp_attached_file','2020/09/New-MRR.jpg'),(8472,3562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:350;s:4:\"file\";s:19:\"2020/09/New-MRR.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"New-MRR-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"New-MRR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8473,3562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.651615352972811479048687033355236053466796875;s:5:\"bytes\";i:22012;s:11:\"size_before\";i:31603;s:10:\"size_after\";i:9591;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:11043;s:11:\"size_before\";i:17146;s:10:\"size_after\";i:6103;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.8700000000000045474735088646411895751953125;s:5:\"bytes\";i:10969;s:11:\"size_before\";i:14457;s:10:\"size_after\";i:3488;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8474,3562,'_wp_attachment_image_alt','New-MRR'),(8475,3563,'_wp_attached_file','2020/09/Untitled-1.jpg'),(8476,3563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/09/Untitled-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8477,3563,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.29875953357679208011177252046763896942138671875;s:5:\"bytes\";i:46878;s:11:\"size_before\";i:306417;s:10:\"size_after\";i:259539;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:10250;s:11:\"size_before\";i:27533;s:10:\"size_after\";i:17283;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:14319;s:11:\"size_before\";i:163618;s:10:\"size_after\";i:149299;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.86999999999999744204615126363933086395263671875;s:5:\"bytes\";i:10001;s:11:\"size_before\";i:17587;s:10:\"size_after\";i:7586;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12308;s:11:\"size_before\";i:97679;s:10:\"size_after\";i:85371;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8478,3563,'_wp_attachment_image_alt','what-is-monthly-recurring-revenue'),(8479,3559,'_thumbnail_id','3563'),(8480,3559,'_yoast_wpseo_content_score','30'),(8481,3559,'_yoast_wpseo_primary_category','60'),(8482,3565,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(8484,3559,'_yoast_wpseo_focuskw','What is MRR'),(8485,3559,'_yoast_wpseo_title','What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue'),(8486,3559,'_yoast_wpseo_metadesc','MRR is the most important metric to measure monthly recurring revenue in the subscription billing. It gives insights to learn why and how recurring revenue is expanding or contracting.'),(8487,3559,'_yoast_wpseo_linkdex','60'),(8496,3578,'_edit_last','1'),(8497,3578,'_edit_lock','1601297289:1'),(8498,3578,'_yoast_wpseo_content_score','30'),(8499,3578,'_yoast_wpseo_primary_category','79'),(8500,3580,'_wp_attached_file','2020/09/Untitled-122222.jpg'),(8501,3580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2020/09/Untitled-122222.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-122222-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Untitled-122222-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-122222-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Untitled-122222-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8502,3580,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.42118088411391596537214354611933231353759765625;s:5:\"bytes\";i:44688;s:11:\"size_before\";i:119419;s:10:\"size_after\";i:74731;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10635;s:11:\"size_before\";i:17971;s:10:\"size_after\";i:7336;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12132;s:11:\"size_before\";i:50212;s:10:\"size_after\";i:38080;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:10532;s:11:\"size_before\";i:14306;s:10:\"size_after\";i:3774;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11389;s:11:\"size_before\";i:36930;s:10:\"size_after\";i:25541;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(8503,3580,'_wp_attachment_image_alt','The-Revenue-Driven-Benefits-of-Using-Multiple-Payment-Gateways'),(8504,3578,'_thumbnail_id','3580'),(8506,3578,'_yoast_wpseo_focuskw','Multiple Payment Gateways'),(8507,3578,'_yoast_wpseo_title','The Revenue-Driven Benefits of Using Multiple Payment Gateways'),(8508,3578,'_yoast_wpseo_metadesc','Using multiple payment gateways in the subscription management system helps merchants to draw opportunities for more revenue and easy payment processing.'),(8509,3578,'_yoast_wpseo_linkdex','70'),(8510,3591,'_edit_last','1'),(8511,3591,'_yoast_wpseo_content_score','30'),(8512,3591,'_yoast_wpseo_primary_category','3'),(8513,3591,'_edit_lock','1601365160:1'),(8514,3593,'_wp_attached_file','2020/09/digital-subscriber-software.jpg'),(8515,3593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/09/digital-subscriber-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"digital-subscriber-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"digital-subscriber-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"digital-subscriber-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"digital-subscriber-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8516,3593,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.319764368250133657056721858680248260498046875;s:5:\"bytes\";i:48091;s:11:\"size_before\";i:132410;s:10:\"size_after\";i:84319;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:11643;s:11:\"size_before\";i:20063;s:10:\"size_after\";i:8420;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12779;s:11:\"size_before\";i:55198;s:10:\"size_after\";i:42419;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7300000000000039790393202565610408782958984375;s:5:\"bytes\";i:11489;s:11:\"size_before\";i:16018;s:10:\"size_after\";i:4529;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12180;s:11:\"size_before\";i:41131;s:10:\"size_after\";i:28951;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8517,3593,'_wp_attachment_image_alt','digital-subscriber-software'),(8518,3591,'_thumbnail_id','3593'),(8519,3591,'_yoast_wpseo_focuskw','digital subscription management'),(8520,3591,'_yoast_wpseo_title','How to Get More Subscribers with the Digital Subscription Management'),(8521,3591,'_yoast_wpseo_metadesc','SubscriptionFlow is a complete digital subscription management platform. As digital subscription software, it provides complete subscription billing and payment solutions.'),(8522,3591,'_yoast_wpseo_linkdex','74'),(8525,3597,'_edit_last','1'),(8526,3597,'_edit_lock','1601474511:1'),(8527,3598,'_wp_attached_file','2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg'),(8528,3598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:78:\"2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8529,3598,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.3791145904866510818465030752122402191162109375;s:5:\"bytes\";i:51037;s:11:\"size_before\";i:152901;s:10:\"size_after\";i:101864;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11874;s:11:\"size_before\";i:20952;s:10:\"size_after\";i:9078;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:14311;s:11:\"size_before\";i:68186;s:10:\"size_after\";i:53875;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.4899999999999948840923025272786617279052734375;s:5:\"bytes\";i:11568;s:11:\"size_before\";i:15324;s:10:\"size_after\";i:3756;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:13284;s:11:\"size_before\";i:48439;s:10:\"size_after\";i:35155;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8530,3598,'_wp_attachment_image_alt','Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups'),(8531,3597,'_thumbnail_id','3598'),(8533,3597,'_yoast_wpseo_focuskw','Subscription Management Platform for IT startups'),(8534,3597,'_yoast_wpseo_title','How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire'),(8535,3597,'_yoast_wpseo_metadesc','Try SubscriptionFlow for the best recurring billing management solution as a budgeted and efficient Subscription Management Platform for IT startups.'),(8536,3597,'_yoast_wpseo_linkdex','65'),(8537,3597,'_yoast_wpseo_content_score','30'),(8538,3597,'_yoast_wpseo_primary_category','3'),(8541,3602,'_edit_last','1'),(8542,3602,'_wp_page_template','default'),(8552,3602,'_wpb_vc_js_status','true'),(8553,3602,'_edit_lock','1606991678:1'),(8554,3605,'_wp_attached_file','2020/10/subscription-software-for-courier-company.jpg'),(8555,3605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:53:\"2020/10/subscription-software-for-courier-company.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"subscription-software-for-courier-company-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"subscription-software-for-courier-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"subscription-software-for-courier-company-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8556,3605,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.1767791611320035372045822441577911376953125;s:5:\"bytes\";i:39244;s:11:\"size_before\";i:88834;s:10:\"size_after\";i:49590;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:12885;s:11:\"size_before\";i:23619;s:10:\"size_after\";i:10734;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:12796;s:11:\"size_before\";i:17445;s:10:\"size_after\";i:4649;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:13563;s:11:\"size_before\";i:47770;s:10:\"size_after\";i:34207;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8557,3605,'_wp_attachment_image_alt','subscription-software-for-courier-company'),(8558,3606,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128395764{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128485134{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128554820{margin-top: 25px !important;}'),(8559,3602,'_yoast_wpseo_content_score','30'),(8560,3602,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1601618780046{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618602229{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991801076{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618692051{margin-top: 25px !important;}'),(8561,3609,'_wp_attached_file','2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg'),(8562,3609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:78:\"2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Exploring-New-Opportunities-With-Subscription-Based-Business-Model-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Exploring-New-Opportunities-With-Subscription-Based-Business-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8563,3609,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:58.37040599575167476587012060917913913726806640625;s:5:\"bytes\";i:29128;s:11:\"size_before\";i:49902;s:10:\"size_after\";i:20774;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:14810;s:11:\"size_before\";i:29267;s:10:\"size_after\";i:14457;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:14318;s:11:\"size_before\";i:20635;s:10:\"size_after\";i:6317;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8564,3609,'_wp_attachment_image_alt','Exploring-New-Opportunities-With-Subscription-Based-Business-Model'),(8568,3611,'_wp_attached_file','2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg'),(8569,3611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:78:\"2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8570,3611,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:62.59447972760860778862479492090642452239990234375;s:5:\"bytes\";i:25921;s:11:\"size_before\";i:41411;s:10:\"size_after\";i:15490;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:13122;s:11:\"size_before\";i:23992;s:10:\"size_after\";i:10870;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:12799;s:11:\"size_before\";i:17419;s:10:\"size_after\";i:4620;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8571,3611,'_wp_attachment_image_alt','Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform'),(8572,3612,'_wp_attached_file','2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg'),(8573,3612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:71:\"2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8574,3612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.48783084879829630153835751116275787353515625;s:5:\"bytes\";i:30234;s:11:\"size_before\";i:52592;s:10:\"size_after\";i:22358;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:15213;s:11:\"size_before\";i:30753;s:10:\"size_after\";i:15540;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:15021;s:11:\"size_before\";i:21839;s:10:\"size_after\";i:6818;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8575,3612,'_wp_attachment_image_alt','Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager'),(8576,3613,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1601617733822{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601617759658{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601617882531{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601617910917{margin-top: 25px !important;}'),(8577,3602,'_yoast_wpseo_focuskw','Subscription Management Software for Courier Company'),(8578,3602,'_yoast_wpseo_title','Subscription Management Software for Courier Company | SubscriptionFlow'),(8579,3602,'_yoast_wpseo_metadesc','An automated highly flexable subscription management software for courier company can help you to manage orders inventory without much of effort.'),(8580,3602,'_yoast_wpseo_linkdex','69'),(8581,3615,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1601617733822{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618602229{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601617882531{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618692051{margin-top: 25px !important;}'),(8582,3616,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1601618780046{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618602229{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601617882531{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618692051{margin-top: 25px !important;}'),(8588,3622,'_edit_last','1'),(8589,3622,'_edit_lock','1601642659:1'),(8590,3624,'_wp_attached_file','2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg'),(8591,3624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:75:\"2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8592,3624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.2580858236151613027686835266649723052978515625;s:5:\"bytes\";i:63675;s:11:\"size_before\";i:175616;s:10:\"size_after\";i:111941;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14706;s:11:\"size_before\";i:24641;s:10:\"size_after\";i:9935;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:17836;s:11:\"size_before\";i:74579;s:10:\"size_after\";i:56743;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.68000000000000682121026329696178436279296875;s:5:\"bytes\";i:14570;s:11:\"size_before\";i:20614;s:10:\"size_after\";i:6044;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:16563;s:11:\"size_before\";i:55782;s:10:\"size_after\";i:39219;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8593,3624,'_wp_attachment_image_alt','The 7-Steps Guide to Automate Your SaaS-Subscription-Management'),(8594,3625,'_wp_attached_file','2020/10/ai-and-revenue.jpg'),(8595,3625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/10/ai-and-revenue.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ai-and-revenue-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ai-and-revenue-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ai-and-revenue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"ai-and-revenue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8596,3625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.07333279587913921204744838178157806396484375;s:5:\"bytes\";i:54379;s:11:\"size_before\";i:235679;s:10:\"size_after\";i:181300;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:12848;s:11:\"size_before\";i:24628;s:10:\"size_after\";i:11780;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14725;s:11:\"size_before\";i:115110;s:10:\"size_after\";i:100385;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:12671;s:11:\"size_before\";i:18756;s:10:\"size_after\";i:6085;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:14135;s:11:\"size_before\";i:77185;s:10:\"size_after\";i:63050;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(8597,3625,'_wp_attachment_image_alt','AI-and-revenue'),(8598,3622,'_thumbnail_id','3625'),(8600,3622,'_yoast_wpseo_focuskw','AI and SaaS'),(8601,3622,'_yoast_wpseo_title','AI and SaaS for Revenue Growth | SubscriptionFlow'),(8602,3622,'_yoast_wpseo_metadesc','AI and SaaS are now two inseparable factors that are mandatory to grow the revenue and manage the subscription management with the aid of automation, predictive analysis, and data security tools.'),(8603,3622,'_yoast_wpseo_linkdex','69'),(8604,3622,'_yoast_wpseo_content_score','30'),(8605,3622,'_yoast_wpseo_primary_category','3'),(8615,3621,'_edit_lock','1602488831:1'),(8616,3621,'_edit_last','1'),(8617,3621,'_wp_page_template','default'),(8618,3621,'_wpb_vc_js_status','true'),(8619,3621,'_yoast_wpseo_content_score','30'),(8620,3621,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8621,3637,'_wp_attached_file','2020/10/subscriptionflowdiagram.jpg'),(8622,3637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2020/10/subscriptionflowdiagram.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"subscriptionflowdiagram-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"subscriptionflowdiagram-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"subscriptionflowdiagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"subscriptionflowdiagram-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8623,3637,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.471126799404334661858229083009064197540283203125;s:5:\"bytes\";i:51621;s:11:\"size_before\";i:181310;s:10:\"size_after\";i:129689;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:11480;s:11:\"size_before\";i:23091;s:10:\"size_after\";i:11611;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.75;s:5:\"bytes\";i:15308;s:11:\"size_before\";i:81627;s:10:\"size_after\";i:66319;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:66;s:5:\"bytes\";i:11100;s:11:\"size_before\";i:16817;s:10:\"size_after\";i:5717;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:13733;s:11:\"size_before\";i:59775;s:10:\"size_after\";i:46042;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8624,3630,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8625,3641,'_wpb_shortcodes_custom_css','.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601648530912{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648346136{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648955551{margin-right: 50px !important;margin-left: 50px !important;}'),(8626,3643,'_wpb_shortcodes_custom_css','.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601881386102{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881430612{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8627,3644,'_wpb_shortcodes_custom_css','.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601881386102{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881430612{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8628,3645,'_wpb_shortcodes_custom_css','.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881386102{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881430612{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8629,3646,'_wpb_shortcodes_custom_css','.vc_custom_1601893179099{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601893075781{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8630,3647,'_wpb_shortcodes_custom_css','.vc_custom_1601893179099{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601893075781{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601648328525{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8631,3648,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8632,3649,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8633,3650,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881571329{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8634,3651,'_edit_last','1'),(8635,3651,'_edit_lock','1603886176:1'),(8636,3652,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881591827{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601881601587{margin-right: 50px !important;margin-left: 50px !important;}'),(8637,3653,'_wp_attached_file','2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg'),(8638,3653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:109:\"2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:109:\"Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:110:\"Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:109:\"Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:109:\"Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8639,3653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.55377761475741493768509826622903347015380859375;s:5:\"bytes\";i:49144;s:11:\"size_before\";i:130863;s:10:\"size_after\";i:81719;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:11430;s:11:\"size_before\";i:19195;s:10:\"size_after\";i:7765;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.5;s:5:\"bytes\";i:13608;s:11:\"size_before\";i:55541;s:10:\"size_after\";i:41933;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:11243;s:11:\"size_before\";i:14715;s:10:\"size_after\";i:3472;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:12863;s:11:\"size_before\";i:41412;s:10:\"size_after\";i:28549;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8640,3653,'_wp_attachment_image_alt','Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate'),(8641,3654,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895235306{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895252306{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}'),(8642,3651,'_thumbnail_id','3653'),(8644,3651,'_yoast_wpseo_focuskw','Machine Learning in Subscription Billing'),(8645,3651,'_yoast_wpseo_title','Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn'),(8646,3651,'_yoast_wpseo_metadesc','Machine learning technology is reforming the way subscription-based businesses operate. This helps increase security and reduce customer churn rate.'),(8647,3651,'_yoast_wpseo_linkdex','65'),(8648,3651,'_yoast_wpseo_content_score','30'),(8649,3651,'_yoast_wpseo_primary_category','98'),(8650,3656,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895252306{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}'),(8651,3657,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}'),(8652,3658,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601892807341{margin-right: 50px !important;margin-left: 50px !important;}'),(8653,3659,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601895715556{margin-right: 50px !important;margin-left: 50px !important;background-color: #7f7f7f !important;}'),(8654,3660,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601895715556{margin-right: 50px !important;margin-left: 50px !important;background-color: #7f7f7f !important;}'),(8655,3661,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601895715556{margin-right: 50px !important;margin-left: 50px !important;background-color: #7f7f7f !important;}'),(8656,3662,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601645844778{background-color: #000000 !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8663,3665,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899646595{background-color: #000000 !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8664,3666,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8665,3667,'_wpb_shortcodes_custom_css','.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8666,3668,'_wpb_shortcodes_custom_css','.vc_custom_1601899986275{background-color: #000000 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8667,3669,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8668,3670,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8669,3671,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8670,3672,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8671,3673,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8672,3674,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8673,3675,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8674,3676,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8675,3677,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8676,3678,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8677,3679,'_wpb_shortcodes_custom_css','.vc_custom_1601900042575{background-color: #020d26 !important;}.vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}.vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}'),(8678,3681,'_edit_last','1'),(8679,3681,'_edit_lock','1602139820:1'),(8681,3681,'_yoast_wpseo_focuskw','Online Payment Security'),(8682,3681,'_yoast_wpseo_title','The Online Payment Security Obstacles'),(8683,3681,'_yoast_wpseo_metadesc','The AI-enabled modules of SubscriptionFlow sieve through the piles of the data of the customers and suggest best and secured options for online payment processing ways, including payment gateways, payment methods, currencies, and more.'),(8684,3681,'_yoast_wpseo_linkdex','71'),(8685,3681,'_yoast_wpseo_content_score','30'),(8686,3681,'_yoast_wpseo_primary_category','79'),(8687,3683,'_wp_attached_file','2020/10/online-payment-security.jpg'),(8688,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2020/10/online-payment-security.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"online-payment-security-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"online-payment-security-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"online-payment-security-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"online-payment-security-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8689,3683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.403639928917211676662191166542470455169677734375;s:5:\"bytes\";i:53664;s:11:\"size_before\";i:195828;s:10:\"size_after\";i:142164;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12636;s:11:\"size_before\";i:26363;s:10:\"size_after\";i:13727;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:14674;s:11:\"size_before\";i:86261;s:10:\"size_after\";i:71587;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:12266;s:11:\"size_before\";i:19288;s:10:\"size_after\";i:7022;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14088;s:11:\"size_before\";i:63916;s:10:\"size_after\";i:49828;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8690,3683,'_wp_attachment_image_alt','online-payment-security'),(8691,3681,'_thumbnail_id','3683'),(8694,3685,'_edit_last','1'),(8695,3685,'_edit_lock','1602241949:1'),(8696,3686,'_wp_attached_file','2020/10/AI-Leveraging-Recurring-Payment-Management.jpg'),(8697,3686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:54:\"2020/10/AI-Leveraging-Recurring-Payment-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"AI-Leveraging-Recurring-Payment-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"AI-Leveraging-Recurring-Payment-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"AI-Leveraging-Recurring-Payment-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"AI-Leveraging-Recurring-Payment-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8698,3686,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.5572127301566212054240168072283267974853515625;s:5:\"bytes\";i:47351;s:11:\"size_before\";i:165811;s:10:\"size_after\";i:118460;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:11806;s:11:\"size_before\";i:21580;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11751;s:11:\"size_before\";i:74705;s:10:\"size_after\";i:62954;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.2300000000000039790393202565610408782958984375;s:5:\"bytes\";i:11621;s:11:\"size_before\";i:16546;s:10:\"size_after\";i:4925;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12173;s:11:\"size_before\";i:52980;s:10:\"size_after\";i:40807;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8699,3686,'_wp_attachment_image_alt','AI-Leveraging-Recurring-Payment-Management'),(8700,3685,'_thumbnail_id','3686'),(8702,3685,'_yoast_wpseo_focuskw','AI for Online Recurring Payments'),(8703,3685,'_yoast_wpseo_title','AI for Online Recurring Payments'),(8704,3685,'_yoast_wpseo_metadesc','The growing trends of using artificial intelligence in the recurring billing and payment software is diffusing the stresses and risks of mounting online payment.'),(8705,3685,'_yoast_wpseo_linkdex','59'),(8706,3685,'_yoast_wpseo_content_score','30'),(8707,3685,'_yoast_wpseo_primary_category','79'),(8711,3689,'_edit_last','1'),(8712,3689,'_edit_lock','1602592136:1'),(8718,3689,'_yoast_wpseo_focuskw','Flexible subscription Engine'),(8719,3689,'_yoast_wpseo_title','How a Flexible Subscription Engine Uncovers the Hidden Revenue'),(8720,3689,'_yoast_wpseo_metadesc','SubscriptionFlow is a highly scalable and flexible subscription engine to automate the recurring invoicing, billing, and payment processing.'),(8721,3689,'_yoast_wpseo_linkdex','67'),(8722,3689,'_yoast_wpseo_content_score','30'),(8723,3689,'_yoast_wpseo_primary_category','5'),(8731,3694,'_wp_attached_file','2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg'),(8732,3694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:96:\"2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:96:\"Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:97:\"Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:96:\"Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8733,3694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.89668680515324439284086111001670360565185546875;s:5:\"bytes\";i:45124;s:11:\"size_before\";i:181245;s:10:\"size_after\";i:136121;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10051;s:11:\"size_before\";i:23769;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:13241;s:11:\"size_before\";i:80193;s:10:\"size_after\";i:66952;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:9501;s:11:\"size_before\";i:18145;s:10:\"size_after\";i:8644;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12331;s:11:\"size_before\";i:59138;s:10:\"size_after\";i:46807;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8734,3694,'_wp_attachment_image_alt','Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities'),(8735,3689,'_thumbnail_id','3694'),(8739,3696,'_edit_last','1'),(8740,3696,'_wp_page_template','page-subscriptionflow-ads-landing.php'),(8750,3696,'_wpb_vc_js_status','true'),(8751,3696,'_edit_lock','1622111030:1'),(8753,3696,'_yoast_wpseo_content_score','30'),(8754,3696,'_wpb_shortcodes_custom_css','.vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1602500488684{padding-top: 0px !important;}.vc_custom_1602500488684{padding-top: 0px !important;}'),(8755,3700,'_wp_attached_file','2020/10/Automated-Invoicing.png'),(8756,3700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:77;s:4:\"file\";s:31:\"2020/10/Automated-Invoicing.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8757,3700,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.32397853900123774195662917918525636196136474609375;s:5:\"bytes\";i:129;s:11:\"size_before\";i:2423;s:10:\"size_after\";i:2294;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:129;s:11:\"size_before\";i:2423;s:10:\"size_after\";i:2294;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8758,3701,'_wp_attached_file','2020/10/Billing-Adjustments.png'),(8759,3701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:31:\"2020/10/Billing-Adjustments.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8760,3701,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.66343042071197455555875421850942075252532958984375;s:5:\"bytes\";i:140;s:11:\"size_before\";i:2472;s:10:\"size_after\";i:2332;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:140;s:11:\"size_before\";i:2472;s:10:\"size_after\";i:2332;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8761,3702,'_wp_attached_file','2020/10/flexible-billing.png'),(8762,3702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:28:\"2020/10/flexible-billing.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8763,3702,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.01474926253687325328201040974818170070648193359375;s:5:\"bytes\";i:102;s:11:\"size_before\";i:2034;s:10:\"size_after\";i:1932;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:102;s:11:\"size_before\";i:2034;s:10:\"size_after\";i:1932;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8764,3703,'_wp_attached_file','2020/10/Global-Tax-Calculation.png'),(8765,3703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:34:\"2020/10/Global-Tax-Calculation.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8766,3703,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7345590347601262948273870279081165790557861328125;s:5:\"bytes\";i:130;s:11:\"size_before\";i:3481;s:10:\"size_after\";i:3351;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:130;s:11:\"size_before\";i:3481;s:10:\"size_after\";i:3351;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8767,3704,'_wp_attached_file','2020/10/One-Stop-Recurring-Billing-Management.png'),(8768,3704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:71;s:4:\"file\";s:49:\"2020/10/One-Stop-Recurring-Billing-Management.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8769,3704,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0677655677655675248161060153506696224212646484375;s:5:\"bytes\";i:67;s:11:\"size_before\";i:2184;s:10:\"size_after\";i:2117;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:67;s:11:\"size_before\";i:2184;s:10:\"size_after\";i:2117;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8770,3705,'_wp_attached_file','2020/10/Recurring-Payment-Processing.png'),(8771,3705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:40:\"2020/10/Recurring-Payment-Processing.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8772,3705,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.43714658547194407134384164237417280673980712890625;s:5:\"bytes\";i:125;s:11:\"size_before\";i:2299;s:10:\"size_after\";i:2174;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:125;s:11:\"size_before\";i:2299;s:10:\"size_after\";i:2174;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8774,3708,'_wp_attached_file','2020/10/recurring-billing-software.jpg'),(8775,3708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/10/recurring-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"recurring-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"recurring-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8776,3708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.0712223383948327182224602438509464263916015625;s:5:\"bytes\";i:52274;s:11:\"size_before\";i:208502;s:10:\"size_after\";i:156228;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11489;s:11:\"size_before\";i:24653;s:10:\"size_after\";i:13164;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:15606;s:11:\"size_before\";i:97223;s:10:\"size_after\";i:81617;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:11016;s:11:\"size_before\";i:17395;s:10:\"size_after\";i:6379;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:14163;s:11:\"size_before\";i:69231;s:10:\"size_after\";i:55068;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8777,3708,'_wp_attachment_image_alt','recurring-billing-software'),(8778,3709,'_wp_attached_file','2020/10/integrations-for-landing-page.jpg'),(8779,3709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:254;s:4:\"file\";s:41:\"2020/10/integrations-for-landing-page.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"integrations-for-landing-page-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"integrations-for-landing-page-1024x203.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"integrations-for-landing-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"integrations-for-landing-page-768x152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8780,3709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.42604056365561149277709773741662502288818359375;s:5:\"bytes\";i:40687;s:11:\"size_before\";i:98216;s:10:\"size_after\";i:57529;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:9534;s:11:\"size_before\";i:15269;s:10:\"size_after\";i:5735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11084;s:11:\"size_before\";i:39350;s:10:\"size_after\";i:28266;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:9495;s:11:\"size_before\";i:13695;s:10:\"size_after\";i:4200;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:10574;s:11:\"size_before\";i:29902;s:10:\"size_after\";i:19328;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8784,3712,'_wp_attached_file','2020/10/recurring-billing-software-infographic.jpg'),(8785,3712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/10/recurring-billing-software-infographic.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"recurring-billing-software-infographic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"recurring-billing-software-infographic-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"recurring-billing-software-infographic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"recurring-billing-software-infographic-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8786,3712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.998973387033085913344621076248586177825927734375;s:5:\"bytes\";i:52676;s:11:\"size_before\";i:202608;s:10:\"size_after\";i:149932;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11294;s:11:\"size_before\";i:23897;s:10:\"size_after\";i:12603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16041;s:11:\"size_before\";i:94860;s:10:\"size_after\";i:78819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:10852;s:11:\"size_before\";i:17066;s:10:\"size_after\";i:6214;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:14489;s:11:\"size_before\";i:66785;s:10:\"size_after\";i:52296;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(8787,3712,'_wp_attachment_image_alt','recurring-billing-software-infographic'),(8789,3714,'_wpb_shortcodes_custom_css','.vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1602500488684{padding-top: 0px !important;}.vc_custom_1602500488684{padding-top: 0px !important;}'),(8790,3715,'_wpb_shortcodes_custom_css','.vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1602500488684{padding-top: 0px !important;}.vc_custom_1602500488684{padding-top: 0px !important;}'),(8791,3716,'_wpb_shortcodes_custom_css','.vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1602500488684{padding-top: 0px !important;}.vc_custom_1602500488684{padding-top: 0px !important;}'),(8792,3717,'_edit_last','1'),(8793,3717,'_edit_lock','1603886121:1'),(8794,3718,'_wp_attached_file','2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg'),(8795,3718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:113:\"2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:113:\"Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:114:\"Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:113:\"Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:113:\"Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8796,3718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.67817539195070963842226774431765079498291015625;s:5:\"bytes\";i:70965;s:11:\"size_before\";i:312922;s:10:\"size_after\";i:241957;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:15860;s:11:\"size_before\";i:37665;s:10:\"size_after\";i:21805;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:20648;s:11:\"size_before\";i:145532;s:10:\"size_after\";i:124884;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:15184;s:11:\"size_before\";i:24788;s:10:\"size_after\";i:9604;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:19273;s:11:\"size_before\";i:104937;s:10:\"size_after\";i:85664;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8797,3718,'_wp_attachment_image_alt','Harness-the-Power-of-the-Data-Driven Technology-to-Identify-Reasons-behind-Subscription-Cancellations'),(8798,3717,'_thumbnail_id','3718'),(8800,3717,'_yoast_wpseo_focuskw','Subscription Cancellation'),(8801,3717,'_yoast_wpseo_title','AI can Predict Subscription Cancellation'),(8802,3717,'_yoast_wpseo_metadesc','Artificial Intelligence in a subscription software can structure, read, and analyze the data and suggest the reasons behind subscription cancellations.'),(8803,3717,'_yoast_wpseo_linkdex','61'),(8804,3717,'_yoast_wpseo_content_score','30'),(8805,3717,'_yoast_wpseo_primary_category','3'),(8807,3722,'_edit_last','1'),(8808,3722,'_edit_lock','1603281121:1'),(8809,3723,'_wp_attached_file','2020/10/difference-between-MRR-CMRR.jpg'),(8810,3723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2020/10/difference-between-MRR-CMRR.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"difference-between-MRR-CMRR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"difference-between-MRR-CMRR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"difference-between-MRR-CMRR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"difference-between-MRR-CMRR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8811,3723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.405705316168695873102478799410164356231689453125;s:5:\"bytes\";i:53953;s:11:\"size_before\";i:183478;s:10:\"size_after\";i:129525;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:12965;s:11:\"size_before\";i:26239;s:10:\"size_after\";i:13274;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14168;s:11:\"size_before\";i:78920;s:10:\"size_after\";i:64752;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.31999999999999317878973670303821563720703125;s:5:\"bytes\";i:12916;s:11:\"size_before\";i:20080;s:10:\"size_after\";i:7164;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:13904;s:11:\"size_before\";i:58239;s:10:\"size_after\";i:44335;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8812,3723,'_wp_attachment_image_alt','difference-between-MRR-&-CMRR'),(8813,3722,'_thumbnail_id','3723'),(8815,3722,'_yoast_wpseo_focuskw','What Is CMRR'),(8816,3722,'_yoast_wpseo_title','What Is CMRR and How Does It Help the SaaS'),(8817,3722,'_yoast_wpseo_metadesc','CMRR can be defined as the fixed or recognized recurring portion of the subscription revenue. Learn How CMRR works to help SaaS.'),(8818,3722,'_yoast_wpseo_linkdex','69'),(8819,3722,'_yoast_wpseo_content_score','30'),(8820,3722,'_yoast_wpseo_primary_category','3'),(8822,3727,'_edit_last','1'),(8823,3727,'_edit_lock','1603281124:1'),(8824,3728,'_wp_attached_file','2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg'),(8825,3728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Subscription-Data-Is-A-Hidden-Treasure-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Subscription-Data-Is-A-Hidden-Treasure-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Subscription-Data-Is-A-Hidden-Treasure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Subscription-Data-Is-A-Hidden-Treasure-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8826,3728,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.33234645141468632800751947797834873199462890625;s:5:\"bytes\";i:48929;s:11:\"size_before\";i:179015;s:10:\"size_after\";i:130086;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:11706;s:11:\"size_before\";i:23711;s:10:\"size_after\";i:12005;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:13034;s:11:\"size_before\";i:79610;s:10:\"size_after\";i:66576;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.75;s:5:\"bytes\";i:11612;s:11:\"size_before\";i:18214;s:10:\"size_after\";i:6602;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:12577;s:11:\"size_before\";i:57480;s:10:\"size_after\";i:44903;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8827,3728,'_wp_attachment_image_alt','Subscription-Data-Is-A-Hidden-Treasure'),(8828,3727,'_thumbnail_id','3728'),(8830,3727,'_yoast_wpseo_focuskw','Recurring Billing Data'),(8831,3727,'_yoast_wpseo_title','Subscription Data Is A Hidden Treasure'),(8832,3727,'_yoast_wpseo_metadesc','Recurring Billing Data exposes the recurring invoicing for a product, service, feature, or plan which further explains the sales and marketing teams the outcomes of their efforts.'),(8833,3727,'_yoast_wpseo_linkdex','64'),(8834,3727,'_yoast_wpseo_content_score','30'),(8835,3727,'_yoast_wpseo_primary_category','3'),(8836,3731,'_wp_attached_file','2020/10/Recurring-Billing-Software-For-Alarm-Companies.jpg'),(8837,3731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2020/10/Recurring-Billing-Software-For-Alarm-Companies.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Recurring-Billing-Software-For-Alarm-Companies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Recurring-Billing-Software-For-Alarm-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Recurring-Billing-Software-For-Alarm-Companies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8838,3731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.4619164619164592977540451101958751678466796875;s:5:\"bytes\";i:35100;s:11:\"size_before\";i:84656;s:10:\"size_after\";i:49556;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11642;s:11:\"size_before\";i:22112;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:11419;s:11:\"size_before\";i:15953;s:10:\"size_after\";i:4534;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12039;s:11:\"size_before\";i:46591;s:10:\"size_after\";i:34552;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8839,3731,'_wp_attachment_image_alt','Recurring-Billing-Software-For-Alarm-Companies'),(8840,3732,'_edit_last','1'),(8841,3732,'_edit_lock','1606991841:1'),(8842,3732,'_wp_page_template','default'),(8852,3732,'_wpb_vc_js_status','true'),(8853,3736,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128395764{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128485134{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1599128554820{margin-top: 25px !important;}'),(8854,3732,'_yoast_wpseo_content_score','30'),(8855,3732,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991894267{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991977487{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991964074{margin-top: 25px !important;}'),(8856,3737,'_wp_attached_file','2020/10/Secure-Your-Recurring-Revenue.jpg'),(8857,3737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:41:\"2020/10/Secure-Your-Recurring-Revenue.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Secure-Your-Recurring-Revenue-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Secure-Your-Recurring-Revenue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8858,3737,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.5580740476332124444525106810033321380615234375;s:5:\"bytes\";i:27512;s:11:\"size_before\";i:50427;s:10:\"size_after\";i:22915;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13950;s:11:\"size_before\";i:29655;s:10:\"size_after\";i:15705;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:13562;s:11:\"size_before\";i:20772;s:10:\"size_after\";i:7210;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(8859,3737,'_wp_attachment_image_alt','Secure-Your-Recurring-Revenue'),(8860,3739,'_wp_attached_file','2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg'),(8861,3739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:79:\"2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8862,3739,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:56.3268774880350662215278134681284427642822265625;s:5:\"bytes\";i:25186;s:11:\"size_before\";i:44714;s:10:\"size_after\";i:19528;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:12640;s:11:\"size_before\";i:25919;s:10:\"size_after\";i:13279;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.75;s:5:\"bytes\";i:12546;s:11:\"size_before\";i:18795;s:10:\"size_after\";i:6249;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8863,3739,'_wp_attachment_image_alt','Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software'),(8864,3740,'_wp_attached_file','2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg'),(8865,3740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:68:\"2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Best-Subscription-Management-Platform-for-Smart-Security-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Best-Subscription-Management-Platform-for-Smart-Security-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8866,3740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:56.6671317613134277735298383049666881561279296875;s:5:\"bytes\";i:24368;s:11:\"size_before\";i:43002;s:10:\"size_after\";i:18634;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:12264;s:11:\"size_before\";i:24598;s:10:\"size_after\";i:12334;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:12104;s:11:\"size_before\";i:18404;s:10:\"size_after\";i:6300;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8867,3740,'_wp_attachment_image_alt','Best-Subscription-Management-Platform-for-Smart-Security'); INSERT INTO `_HTO_postmeta` VALUES (8868,3741,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174898271{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174967802{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603175282756{margin-top: 25px !important;}'),(8869,3732,'_yoast_wpseo_focuskw','Recurring Billing Software For Alarm Companies'),(8870,3732,'_yoast_wpseo_title','Recurring Billing Software For Alarm Companies | SubscriptionFlow'),(8871,3732,'_yoast_wpseo_metadesc','Manage your Recurring Revenue with complete security Using SubscriptionFlow Ai-Based Recurring Billing Software For Alarm Companies.'),(8872,3732,'_yoast_wpseo_linkdex','65'),(8873,3742,'_edit_last','1'),(8874,3742,'_wp_page_template','default'),(8884,3742,'_wpb_vc_js_status','true'),(8885,3742,'_edit_lock','1606992525:1'),(8886,3745,'_wp_attached_file','2020/10/Subscription-Management-Software-for-Startups.jpg'),(8887,3745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:57:\"2020/10/Subscription-Management-Software-for-Startups.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Software-for-Startups-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Subscription-Management-Software-for-Startups-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Software-for-Startups-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Software-for-Startups-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8888,3745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.9096156207785810465793474577367305755615234375;s:5:\"bytes\";i:56817;s:11:\"size_before\";i:203575;s:10:\"size_after\";i:146758;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:13553;s:11:\"size_before\";i:27497;s:10:\"size_after\";i:13944;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:15426;s:11:\"size_before\";i:91423;s:10:\"size_after\";i:75997;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:12991;s:11:\"size_before\";i:17907;s:10:\"size_after\";i:4916;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:14847;s:11:\"size_before\";i:66748;s:10:\"size_after\";i:51901;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8889,3745,'_wp_attachment_image_alt','Subscription-Management-Software-for-Startups'),(8890,3746,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174898271{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174967802{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603175282756{margin-top: 25px !important;}'),(8891,3742,'_yoast_wpseo_content_score','30'),(8892,3742,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603262266252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992274361{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992161204{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992236730{margin-top: 25px !important;}'),(8893,3749,'_wp_attached_file','2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg'),(8894,3749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:66:\"2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Attract-Revenue-and-Business-Growth-Through-Automation-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Attract-Revenue-and-Business-Growth-Through-Automation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8895,3749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:50.8884618903833825243054889142513275146484375;s:5:\"bytes\";i:27808;s:11:\"size_before\";i:54645;s:10:\"size_after\";i:26837;s:4:\"time\";d:0.06999999999999999278355033993648248724639415740966796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:14068;s:11:\"size_before\";i:32635;s:10:\"size_after\";i:18567;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13740;s:11:\"size_before\";i:22010;s:10:\"size_after\";i:8270;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8896,3749,'_wp_attachment_image_alt','Attract-Revenue-and-Business-Growth-Through-Automation'),(8897,3750,'_wp_attached_file','2020/10/Subscription-Management-for-Startups.jpg'),(8898,3750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:48:\"2020/10/Subscription-Management-for-Startups.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Subscription-Management-for-Startups-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Subscription-Management-for-Startups-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8899,3750,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:53.71642978037888127573751262389123439788818359375;s:5:\"bytes\";i:26342;s:11:\"size_before\";i:49039;s:10:\"size_after\";i:22697;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13431;s:11:\"size_before\";i:29071;s:10:\"size_after\";i:15640;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:12911;s:11:\"size_before\";i:19968;s:10:\"size_after\";i:7057;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8900,3750,'_wp_attachment_image_alt','Subscription-Management-for-Startups'),(8901,3751,'_wp_attached_file','2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg'),(8902,3751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:65:\"2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Automated-Communication-workflows-to-Handle-Customers-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Automated-Communication-workflows-to-Handle-Customers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8903,3751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.04255319148936820283779525198042392730712890625;s:5:\"bytes\";i:22200;s:11:\"size_before\";i:37600;s:10:\"size_after\";i:15400;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:11269;s:11:\"size_before\";i:21892;s:10:\"size_after\";i:10623;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:10931;s:11:\"size_before\";i:15708;s:10:\"size_after\";i:4777;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8904,3751,'_wp_attachment_image_alt','Automated-Communication-workflows-to-Handle-Customers'),(8905,3752,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603262266252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603262325668{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603262355123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603262394963{margin-top: 25px !important;}'),(8906,3742,'_yoast_wpseo_focuskw','Subscription Management Software for Startups'),(8907,3742,'_yoast_wpseo_title','Subscription Management Software for Startups | SubscriptionFlow'),(8908,3742,'_yoast_wpseo_metadesc','Grow your Startup with AI-Based Subscription Management Software for Startups and Gearup your Growth Speed and Achieve Goals Faster then ever.'),(8909,3742,'_yoast_wpseo_linkdex','75'),(8920,3754,'_edit_last','1'),(8921,3754,'_edit_lock','1603866687:1'),(8922,3755,'_wp_attached_file','2020/10/Untitled-2.png'),(8923,3755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/10/Untitled-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8924,3755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.866813355239858918110940066981129348278045654296875;s:5:\"bytes\";i:9876;s:11:\"size_before\";i:344494;s:10:\"size_after\";i:334618;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:617;s:11:\"size_before\";i:33496;s:10:\"size_after\";i:32879;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:174390;s:10:\"size_after\";i:170981;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15467;s:10:\"size_after\";i:15467;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5850;s:11:\"size_before\";i:121141;s:10:\"size_after\";i:115291;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(8925,3755,'_wp_attachment_image_alt','07-Ways-SubscriptionFlow-is-An-Apt-Solution-as-the-Best-Online-Subscription-Billing'),(8933,3754,'_thumbnail_id','3755'),(8934,3754,'_yoast_wpseo_focuskw','07 Ways SubscriptionFlow is An Apt Solution'),(8935,3754,'_yoast_wpseo_title','07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software'),(8936,3754,'_yoast_wpseo_metadesc','As the best online subscription billing software, SubscriptionFlow is a highly accessible, flexible, stable, and intelligent platform to manage subscription businesses.'),(8937,3754,'_yoast_wpseo_linkdex','58'),(8938,3754,'_yoast_wpseo_content_score','30'),(8939,3754,'_yoast_wpseo_primary_category','3'),(8942,3762,'_edit_last','1'),(8943,3762,'_edit_lock','1603457394:1'),(8944,3763,'_wp_attached_file','2020/10/Subscription-Box-Business-105.jpg'),(8945,3763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2020/10/Subscription-Box-Business-105.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-105-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subscription-Box-Business-105-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Subscription-Box-Business-105-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8946,3763,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.576424006369567365481998422183096408843994140625;s:5:\"bytes\";i:53119;s:11:\"size_before\";i:185884;s:10:\"size_after\";i:132765;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:12088;s:11:\"size_before\";i:24502;s:10:\"size_after\";i:12414;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15123;s:11:\"size_before\";i:83180;s:10:\"size_after\";i:68057;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:11645;s:11:\"size_before\";i:18314;s:10:\"size_after\";i:6669;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14263;s:11:\"size_before\";i:59888;s:10:\"size_after\";i:45625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8947,3763,'_wp_attachment_image_alt','Subscription-Box-Business-105'),(8948,3762,'_thumbnail_id','3763'),(8950,3762,'_yoast_wpseo_focuskw','Subscription Box Business 105'),(8951,3762,'_yoast_wpseo_title','Subscription Box Business 105'),(8952,3762,'_yoast_wpseo_metadesc','Scaling subscription box business deals with upscale strategies, measuring the revenue performance, and bringing in the enhanced customer experience.'),(8953,3762,'_yoast_wpseo_linkdex','61'),(8954,3762,'_yoast_wpseo_content_score','30'),(8955,3762,'_yoast_wpseo_primary_category','3'),(8956,3766,'_edit_last','1'),(8957,3766,'_edit_lock','1603714478:1'),(8958,3766,'_yoast_wpseo_content_score','30'),(8959,3766,'_yoast_wpseo_primary_category','3'),(8960,3766,'_yoast_wpseo_focuskw','Transitioning to SaaS Subscription Model'),(8961,3766,'_yoast_wpseo_title','Transitioning to SaaS Subscription Model'),(8962,3766,'_yoast_wpseo_metadesc','Transitioning to the Subscription Model is the latest trend of tapping more profit as recurring revenue in addition to growing customer base and brand loyalty.'),(8963,3766,'_yoast_wpseo_linkdex','65'),(8964,3769,'_wp_attached_file','2020/10/Untitled-1.jpg'),(8965,3769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/10/Untitled-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8966,3769,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.862542020089005490035560796968638896942138671875;s:5:\"bytes\";i:43379;s:11:\"size_before\";i:198417;s:10:\"size_after\";i:155038;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:9913;s:11:\"size_before\";i:24902;s:10:\"size_after\";i:14989;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5;s:5:\"bytes\";i:12383;s:11:\"size_before\";i:91745;s:10:\"size_after\";i:79362;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:9628;s:11:\"size_before\";i:17153;s:10:\"size_after\";i:7525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11455;s:11:\"size_before\";i:64617;s:10:\"size_after\";i:53162;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8967,3769,'_wp_attachment_image_alt','Transition-to-SaaS'),(8968,3766,'_thumbnail_id','3769'),(8970,3771,'_wp_attached_file','2020/10/subscriptionflow-subscription-management-features-scaled.jpg'),(8971,3771,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:68:\"2020/10/subscriptionflow-subscription-management-features-scaled.jpg\";s:5:\"sizes\";a:1:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"subscriptionflow-subscription-management-features-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"Freepik Company S.L. - www.freepik.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:53:\"subscriptionflow-subscription-management-features.jpg\";}'),(8972,3772,'_wp_attached_file','2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg'),(8973,3772,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:70:\"2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"subscriptionflow-subscription-management-features-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"subscriptionflow-subscription-management-features-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"subscriptionflow-subscription-management-features-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"subscriptionflow-subscription-management-features-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:65:\"subscriptionflow-subscription-management-features-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:65:\"subscriptionflow-subscription-management-features-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"Freepik Company S.L. - www.freepik.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:55:\"subscriptionflow-subscription-management-features-1.jpg\";}'),(8974,3772,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.329882497545799679983247187919914722442626953125;s:5:\"bytes\";i:149521;s:11:\"size_before\";i:735474;s:10:\"size_after\";i:585953;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:9570;s:11:\"size_before\";i:23334;s:10:\"size_after\";i:13764;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13878;s:11:\"size_before\";i:97849;s:10:\"size_after\";i:83971;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:9328;s:11:\"size_before\";i:16160;s:10:\"size_after\";i:6832;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:25439;s:11:\"size_before\";i:127366;s:10:\"size_after\";i:101927;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:36230;s:11:\"size_before\";i:189287;s:10:\"size_after\";i:153057;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:55076;s:11:\"size_before\";i:281478;s:10:\"size_after\";i:226402;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(8975,3772,'_wp_attachment_image_alt','subscriptionflow-subscription-management-features'),(8976,3773,'_wp_attached_file','2020/10/subscription-flow-subscription-management-features-scaled.jpg'),(8977,3773,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:69:\"2020/10/subscription-flow-subscription-management-features-scaled.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"subscription-flow-subscription-management-features-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"subscription-flow-subscription-management-features-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"subscription-flow-subscription-management-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"subscription-flow-subscription-management-features-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:64:\"subscription-flow-subscription-management-features-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"Freepik Company S.L. - www.freepik.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:54:\"subscription-flow-subscription-management-features.jpg\";}'),(8979,3775,'_edit_last','1'),(8980,3775,'_wp_page_template','default'),(8990,3775,'_wpb_vc_js_status','true'),(8991,3775,'_edit_lock','1606992525:1'),(8992,3778,'_wp_attached_file','2020/10/Subscription-Billing-for-Ambulance-Services.jpg'),(8993,3778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/10/Subscription-Billing-for-Ambulance-Services.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Subscription-Billing-for-Ambulance-Services-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Subscription-Billing-for-Ambulance-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Subscription-Billing-for-Ambulance-Services-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8994,3778,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.387762194020098149849218316376209259033203125;s:5:\"bytes\";i:31933;s:11:\"size_before\";i:71941;s:10:\"size_after\";i:40008;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10861;s:11:\"size_before\";i:19464;s:10:\"size_after\";i:8603;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:10926;s:11:\"size_before\";i:15076;s:10:\"size_after\";i:4150;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:10146;s:11:\"size_before\";i:37401;s:10:\"size_after\";i:27255;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(8995,3778,'_wp_attachment_image_alt','Subscription-Billing-for-Ambulance-Services'),(8996,3780,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174898271{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174967802{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603175282756{margin-top: 25px !important;}'),(8997,3775,'_yoast_wpseo_content_score','30'),(8998,3775,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603867784731{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992374050{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992504283{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992642970{margin-top: 25px !important;}'),(8999,3782,'_wp_attached_file','2020/10/Ambulance-Membership-Management-Software.jpg'),(9000,3782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:52:\"2020/10/Ambulance-Membership-Management-Software.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Ambulance-Membership-Management-Software-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Ambulance-Membership-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9001,3782,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:51.346415588443051092326641082763671875;s:5:\"bytes\";i:29803;s:11:\"size_before\";i:58043;s:10:\"size_after\";i:28240;s:4:\"time\";d:0.06999999999999999278355033993648248724639415740966796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:43;s:5:\"bytes\";i:15166;s:11:\"size_before\";i:35269;s:10:\"size_after\";i:20103;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.2699999999999960209606797434389591217041015625;s:5:\"bytes\";i:14637;s:11:\"size_before\";i:22774;s:10:\"size_after\";i:8137;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9002,3782,'_wp_attachment_image_alt','Ambulance-Membership-Management-Software'),(9003,3783,'_wp_attached_file','2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg'),(9004,3783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:64:\"2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Automate-Subscription-Billing-For-Ambulance-Services-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Automate-Subscription-Billing-For-Ambulance-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9005,3783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:53.20721723233447164602694101631641387939453125;s:5:\"bytes\";i:26776;s:11:\"size_before\";i:50324;s:10:\"size_after\";i:23548;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:13481;s:11:\"size_before\";i:29786;s:10:\"size_after\";i:16305;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.7300000000000039790393202565610408782958984375;s:5:\"bytes\";i:13295;s:11:\"size_before\";i:20538;s:10:\"size_after\";i:7243;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9006,3783,'_wp_attachment_image_alt','Automate-Subscription-Billing-For-Ambulance-Services'),(9007,3784,'_wp_attached_file','2020/10/Auto-Manage-Subscriptions-Subscribers.jpg'),(9008,3784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:49:\"2020/10/Auto-Manage-Subscriptions-Subscribers.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Auto-Manage-Subscriptions-Subscribers-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Auto-Manage-Subscriptions-Subscribers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9009,3784,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.049435164622963156944024376571178436279296875;s:5:\"bytes\";i:24463;s:11:\"size_before\";i:41428;s:10:\"size_after\";i:16965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:12381;s:11:\"size_before\";i:24317;s:10:\"size_after\";i:11936;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12082;s:11:\"size_before\";i:17111;s:10:\"size_after\";i:5029;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9010,3784,'_wp_attachment_image_alt','Auto-Manage-Subscriptions-&-Subscribers'),(9011,3785,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603867784731{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603867814269{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603867921055{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603867957990{margin-top: 25px !important;}'),(9012,3775,'_yoast_wpseo_focuskw','Subscription Billing for Ambulance Services'),(9013,3775,'_yoast_wpseo_title','Subscription Billing for Ambulance Services | SubscriptionFlow'),(9014,3775,'_yoast_wpseo_linkdex','64'),(9015,3786,'_edit_last','1'),(9016,3786,'_edit_lock','1603893858:1'),(9017,3787,'_wp_attached_file','2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg'),(9018,3787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:83:\"2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:84:\"Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:83:\"Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9019,3787,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.8277234149129100160280358977615833282470703125;s:5:\"bytes\";i:46531;s:11:\"size_before\";i:141743;s:10:\"size_after\";i:95212;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10901;s:11:\"size_before\";i:19977;s:10:\"size_after\";i:9076;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:12761;s:11:\"size_before\";i:62100;s:10:\"size_after\";i:49339;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.06999999999999317878973670303821563720703125;s:5:\"bytes\";i:10653;s:11:\"size_before\";i:15204;s:10:\"size_after\";i:4551;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:12216;s:11:\"size_before\";i:44462;s:10:\"size_after\";i:32246;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9020,3787,'_wp_attachment_image_alt','Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers'),(9021,3788,'_wp_attached_file','2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg'),(9022,3788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:63:\"2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Content-Lowers-Churn-Rates-for-SaaS-Business-Growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Content-Lowers-Churn-Rates-for-SaaS-Business-Growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Content-Lowers-Churn-Rates-for-SaaS-Business-Growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Content-Lowers-Churn-Rates-for-SaaS-Business-Growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9023,3788,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.315428938518920176647952757775783538818359375;s:5:\"bytes\";i:47772;s:11:\"size_before\";i:152551;s:10:\"size_after\";i:104779;s:4:\"time\";d:0.86999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:11099;s:11:\"size_before\";i:20281;s:10:\"size_after\";i:9182;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:13235;s:11:\"size_before\";i:67583;s:10:\"size_after\";i:54348;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:69;s:5:\"bytes\";i:10900;s:11:\"size_before\";i:15796;s:10:\"size_after\";i:4896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12538;s:11:\"size_before\";i:48891;s:10:\"size_after\";i:36353;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9024,3788,'_wp_attachment_image_alt','Content-Lower-Churn-Rates-for-SaaS-Business-Growth'),(9025,3786,'_thumbnail_id','3787'),(9026,3786,'_yoast_wpseo_content_score','30'),(9027,3786,'_yoast_wpseo_primary_category','98'),(9029,3786,'_yoast_wpseo_focuskw','Combating Churn'),(9030,3786,'_yoast_wpseo_title','Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer'),(9031,3786,'_yoast_wpseo_metadesc','Right content marketing targeted to identified customers not only attracts them to the SaaS, but it can become a great source of customer retention while reducing churn rates.'),(9032,3786,'_yoast_wpseo_linkdex','58'),(9035,3790,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9036,3791,'_edit_last','1'),(9037,3791,'_edit_lock','1604325796:1'),(9038,3792,'_wp_attached_file','2020/11/today-blog.jpg'),(9039,3792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/11/today-blog.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"today-blog-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"today-blog-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"today-blog-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"today-blog-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9040,3792,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.92384541232144101741141639649868011474609375;s:5:\"bytes\";i:39606;s:11:\"size_before\";i:136932;s:10:\"size_after\";i:97326;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:10205;s:11:\"size_before\";i:18650;s:10:\"size_after\";i:8445;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9460;s:11:\"size_before\";i:60657;s:10:\"size_after\";i:51197;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.2399999999999948840923025272786617279052734375;s:5:\"bytes\";i:10026;s:11:\"size_before\";i:14273;s:10:\"size_after\";i:4247;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:9915;s:11:\"size_before\";i:43352;s:10:\"size_after\";i:33437;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(9041,3792,'_wp_attachment_image_alt','What-Are-the-Online-Payment-Methods-for-Automated-Recurring-Payment-Processing'),(9042,3791,'_thumbnail_id','3792'),(9043,3791,'_yoast_wpseo_content_score','30'),(9044,3791,'_yoast_wpseo_primary_category','79'),(9046,3791,'_yoast_wpseo_focuskw','Online Payment Methods for Automated Recurring Payment Processing'),(9047,3791,'_yoast_wpseo_title','What Are the Online Payment Methods for Automated Recurring Payment Processing'),(9048,3791,'_yoast_wpseo_metadesc','Automated recurring payments enable merchants to charge customers using their payment method through the payment gateway connected with the merchant’s account.'),(9049,3791,'_yoast_wpseo_linkdex','61'),(9050,3796,'_edit_last','1'),(9051,3796,'_edit_lock','1611563492:1'),(9052,3796,'_wp_page_template','default'),(9062,3796,'_wpb_vc_js_status','true'),(9063,3799,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269725420{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269761593{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9064,3796,'_yoast_wpseo_content_score','30'),(9065,3796,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322788353{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322993265{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607323001548{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9070,3800,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269725420{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269761593{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9079,3804,'_wp_attached_file','2020/11/recurring-billing-with-authorize.net_.png'),(9080,3804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:49:\"2020/11/recurring-billing-with-authorize.net_.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"recurring-billing-with-authorize.net_-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"recurring-billing-with-authorize.net_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9081,3804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.045881702598119744607174652628600597381591796875;s:5:\"bytes\";i:2596;s:11:\"size_before\";i:19899;s:10:\"size_after\";i:17303;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:11305;s:10:\"size_after\";i:9965;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:8594;s:10:\"size_after\";i:7338;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9082,3804,'_wp_attachment_image_alt','recurring-billing-with-authorize.net'),(9083,3805,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9084,3806,'_wp_attached_file','2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg'),(9085,3806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:350;s:4:\"file\";s:75:\"2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Recurring-Revenue-Frictions-with-Automated-Subscription-Billing-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Recurring-Revenue-Frictions-with-Automated-Subscription-Billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9086,3806,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.9276270006958924341233796440064907073974609375;s:5:\"bytes\";i:21529;s:11:\"size_before\";i:35925;s:10:\"size_after\";i:14396;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:10829;s:11:\"size_before\";i:19873;s:10:\"size_after\";i:9044;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:10700;s:11:\"size_before\";i:16052;s:10:\"size_after\";i:5352;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9087,3806,'_wp_attachment_image_alt','Recurring-Revenue-Frictions-with-Automated-Subscription-Billing'),(9088,3807,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9089,3808,'_wp_attached_file','2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg'),(9090,3808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:350;s:4:\"file\";s:92:\"2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9091,3808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.2374276135324606684662285260856151580810546875;s:5:\"bytes\";i:20092;s:11:\"size_before\";i:32810;s:10:\"size_after\";i:12718;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:10026;s:11:\"size_before\";i:17464;s:10:\"size_after\";i:7438;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:10066;s:11:\"size_before\";i:15346;s:10:\"size_after\";i:5280;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9092,3808,'_wp_attachment_image_alt','Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net'),(9093,3809,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9094,3810,'_wp_attached_file','2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg'),(9095,3810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:350;s:4:\"file\";s:71:\"2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"5-reasons-to-integrate-subscriptionflow-with-authorize.net_-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"5-reasons-to-integrate-subscriptionflow-with-authorize.net_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9096,3810,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.91388148451917317061088397167623043060302734375;s:5:\"bytes\";i:23376;s:11:\"size_before\";i:39016;s:10:\"size_after\";i:15640;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:11756;s:11:\"size_before\";i:20468;s:10:\"size_after\";i:8712;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:11620;s:11:\"size_before\";i:18548;s:10:\"size_after\";i:6928;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9097,3810,'_wp_attachment_image_alt','5-reasons-to-integrate-subscriptionflow-with-authorize.net'),(9098,3811,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9101,3814,'_edit_last','1'),(9102,3814,'_edit_lock','1605187050:1'),(9103,3815,'_wp_attached_file','2020/11/Covid-19-payment-fruad-protection.jpg'),(9104,3815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/11/Covid-19-payment-fruad-protection.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Covid-19-payment-fruad-protection-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Covid-19-payment-fruad-protection-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Covid-19-payment-fruad-protection-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Covid-19-payment-fruad-protection-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9105,3815,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.2205061021857517289390671066939830780029296875;s:5:\"bytes\";i:54593;s:11:\"size_before\";i:159533;s:10:\"size_after\";i:104940;s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13564;s:11:\"size_before\";i:25448;s:10:\"size_after\";i:11884;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:14012;s:11:\"size_before\";i:64075;s:10:\"size_after\";i:50063;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:13227;s:11:\"size_before\";i:20127;s:10:\"size_after\";i:6900;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:13790;s:11:\"size_before\";i:49883;s:10:\"size_after\";i:36093;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9106,3815,'_wp_attachment_image_alt','Covid-19-payment-fraud-protection'),(9107,3814,'_thumbnail_id','3976'),(9109,3814,'_yoast_wpseo_focuskw','ACH Payment Fraud'),(9110,3814,'_yoast_wpseo_title','COVID-19 ALERT—ACH Payment Fraud'),(9111,3814,'_yoast_wpseo_metadesc','ACH payment fraud refers to the unauthorized transactions of ACH payments involving ACH Network through the targeted digital con called phishing email.'),(9112,3814,'_yoast_wpseo_linkdex','70'),(9113,3814,'_yoast_wpseo_content_score','30'),(9114,3814,'_yoast_wpseo_primary_category','79'),(9115,3817,'_edit_last','1'),(9116,3817,'_edit_lock','1611563491:1'),(9117,3817,'_wp_page_template','default'),(9127,3817,'_wpb_vc_js_status','true'),(9128,3820,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9129,3817,'_yoast_wpseo_content_score','30'),(9130,3817,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322375493{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322402969{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322512287{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9131,3822,'_wp_attached_file','2020/11/recurring-billing-with-stripe.png'),(9132,3822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:41:\"2020/11/recurring-billing-with-stripe.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"recurring-billing-with-stripe-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"recurring-billing-with-stripe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9133,3822,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0906186953597849509378647780977189540863037109375;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:47584;s:10:\"size_after\";i:44210;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:30471;s:10:\"size_after\";i:28282;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:17113;s:10:\"size_after\";i:15928;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9134,3822,'_wp_attachment_image_alt','recurring-billing-with-stripe'),(9135,3823,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604564523360{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564565432{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564605472{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9136,3824,'_wp_attached_file','2020/11/Secure-Payment-Processing-with-stripe.jpg'),(9137,3824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2020/11/Secure-Payment-Processing-with-stripe.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Secure-Payment-Processing-with-stripe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Secure-Payment-Processing-with-stripe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9138,3824,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.67903640067310533368072356097400188446044921875;s:5:\"bytes\";i:24659;s:11:\"size_before\";i:56455;s:10:\"size_after\";i:31796;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:12487;s:11:\"size_before\";i:34647;s:10:\"size_after\";i:22160;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:12172;s:11:\"size_before\";i:21808;s:10:\"size_after\";i:9636;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9139,3824,'_wp_attachment_image_alt','Secure-Payment-Processing-with-stripe'),(9140,3825,'_wp_attached_file','2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg'),(9141,3825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:82:\"2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:82:\"Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9142,3825,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:49.75691134413727212404410238377749919891357421875;s:5:\"bytes\";i:20878;s:11:\"size_before\";i:41960;s:10:\"size_after\";i:21082;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10555;s:11:\"size_before\";i:25701;s:10:\"size_after\";i:15146;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:10323;s:11:\"size_before\";i:16259;s:10:\"size_after\";i:5936;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9143,3825,'_wp_attachment_image_alt','Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider'),(9144,3826,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604564523360{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564565432{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564605472{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9145,3827,'_wp_attached_file','2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg'),(9146,3827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Recurring-Billing-with-SubscriptionFlow-Stripe-Integration-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Recurring-Billing-with-SubscriptionFlow-Stripe-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9147,3827,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:48.68617257082980387394854915328323841094970703125;s:5:\"bytes\";i:24161;s:11:\"size_before\";i:49626;s:10:\"size_after\";i:25465;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12154;s:11:\"size_before\";i:29959;s:10:\"size_after\";i:17805;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:12007;s:11:\"size_before\";i:19667;s:10:\"size_after\";i:7660;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9148,3827,'_wp_attachment_image_alt','Recurring-Billing-with-SubscriptionFlow-Stripe-Integration'),(9149,3828,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604564523360{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564565432{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564605472{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9151,3832,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681941231{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604582201244{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604582239980{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604582299445{margin-top: 25px !important;}'),(9152,3,'_edit_last','1'),(9153,3,'_wpb_vc_js_status','true'),(9154,3833,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174898271{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174967802{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603175282756{margin-top: 25px !important;}'),(9155,3,'_yoast_wpseo_content_score','30'),(9156,3,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}.vc_custom_1607930244803{padding-bottom: 40px !important;}'),(9157,3834,'_wpb_shortcodes_custom_css','.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174898271{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603174967802{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1603175282756{margin-top: 25px !important;}'),(9158,3835,'_edit_last','1'),(9159,3835,'_wp_page_template','default'),(9169,3835,'_wpb_vc_js_status','true'),(9170,3835,'_edit_lock','1606999054:1'),(9171,3835,'_yoast_wpseo_focuskw','SubscriptionFlow HubSpot Integration'),(9172,3835,'_yoast_wpseo_title','SubscriptionFlow HubSpot Integration | SubscriptionFlow'),(9173,3835,'_yoast_wpseo_metadesc','SubscriptionFlow integration with HubSpot allows subscription businesses to devise data-driven billing, marketing, sales & support strategies on one platform.'),(9174,3835,'_yoast_wpseo_linkdex','69'),(9175,3835,'_yoast_wpseo_content_score','30'),(9176,3840,'_edit_last','1'),(9177,3840,'_edit_lock','1607931249:1'),(9178,3840,'_wp_page_template','default'),(9179,3840,'_wpb_vc_js_status','true'),(9180,3842,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9181,3843,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9182,3840,'_yoast_wpseo_content_score','30'),(9183,3840,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}.vc_custom_1607930265556{padding-bottom: 40px !important;}'),(9193,3845,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9194,3846,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9195,3849,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9196,3848,'_edit_last','1'),(9197,3848,'_edit_lock','1624869223:1'),(9198,3848,'_wp_page_template','default'),(9208,3848,'_wpb_vc_js_status','true'),(9209,3848,'_yoast_wpseo_focuskw','Subscription Software Integrated with Mailchimp'),(9210,3848,'_yoast_wpseo_title','Subscription Software Integrated with Mailchimp | SubscriptionFlow'),(9211,3848,'_yoast_wpseo_metadesc','Integrate SubscriptionFlow with MailChimp for easy, automated, and instant sales and marketing campaigns and triggered communications.'),(9212,3848,'_yoast_wpseo_linkdex','61'),(9213,3848,'_yoast_wpseo_content_score','30'),(9214,3852,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9215,3853,'_edit_last','1'),(9216,3853,'_edit_lock','1607350034:1'),(9217,3853,'_wp_page_template','default'),(9227,3853,'_wpb_vc_js_status','true'),(9228,3853,'_yoast_wpseo_focuskw','Subscription Software Integration with PipeDrive'),(9229,3853,'_yoast_wpseo_title','Subscription Software Integration with PipeDrive | SubscriptionFlow'),(9230,3853,'_yoast_wpseo_metadesc','SubscriptionFlow integration with PipeDrive eases subscription sales management from creating a deal to closing a deal with visual pipelines & real-time data sync.'),(9231,3853,'_yoast_wpseo_linkdex','59'),(9232,3853,'_yoast_wpseo_content_score','30'),(9233,3856,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9234,3857,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9235,3858,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9236,3859,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9237,3860,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9238,3861,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9239,3862,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9240,3863,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9241,3864,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9242,3865,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9243,3866,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9244,3867,'_wpb_shortcodes_custom_css','.vc_custom_1604659117474{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9245,3868,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9246,3869,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9247,3870,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9248,3871,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9249,3872,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9250,3873,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9251,3874,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9252,3875,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9253,3876,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9254,3877,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9255,3878,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9265,3880,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604640552040{margin-top: 25px !important;}'),(9266,3882,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9267,3883,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9268,3884,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9269,3885,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9270,3886,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9271,3887,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9272,3888,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9273,3889,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9274,3890,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9275,3891,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9276,3892,'_wpb_shortcodes_custom_css','.vc_custom_1604661715455{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9277,3893,'_wpb_shortcodes_custom_css','.vc_custom_1604661715455{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9278,3894,'_wpb_shortcodes_custom_css','.vc_custom_1604661715455{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9279,3895,'_wpb_shortcodes_custom_css','.vc_custom_1604661715455{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9280,3896,'_wpb_shortcodes_custom_css','.vc_custom_1604661715455{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9281,3897,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}'),(9282,3898,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604664530140{padding-top: 0px !important;}'),(9283,3899,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604664530140{padding-top: 0px !important;}.vc_custom_1604664629201{margin-top: 0px !important;padding-top: 0px !important;}'),(9284,3900,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604664530140{padding-top: 0px !important;}.vc_custom_1604664681504{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(9285,3901,'_edit_last','1'),(9286,3901,'_edit_lock','1604669362:1'),(9287,3902,'_wp_attached_file','2020/11/Untitled-15656.jpg'),(9288,3902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/11/Untitled-15656.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Untitled-15656-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Untitled-15656-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Untitled-15656-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Untitled-15656-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9289,3902,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.073648463779310446852832683362066745758056640625;s:5:\"bytes\";i:52329;s:11:\"size_before\";i:186399;s:10:\"size_after\";i:134070;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:12381;s:11:\"size_before\";i:25388;s:10:\"size_after\";i:13007;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:14151;s:11:\"size_before\";i:82012;s:10:\"size_after\";i:67861;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.7300000000000039790393202565610408782958984375;s:5:\"bytes\";i:12112;s:11:\"size_before\";i:18713;s:10:\"size_after\";i:6601;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13685;s:11:\"size_before\";i:60286;s:10:\"size_after\";i:46601;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9290,3902,'_wp_attachment_image_alt','Recurring Billing Amid COVID-19'),(9295,3901,'_thumbnail_id','3902'),(9296,3901,'_yoast_wpseo_focuskw','Recurring Billing Amid COVID-19'),(9297,3901,'_yoast_wpseo_title','Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay… | SubscriptionFlow'),(9298,3901,'_yoast_wpseo_metadesc','During COVID-19, subscription billing paves the way for individuals, businesses, and big entities to get access to more products and services on a recurring basis.'),(9299,3901,'_yoast_wpseo_linkdex','65'),(9300,3901,'_yoast_wpseo_content_score','30'),(9301,3901,'_yoast_wpseo_primary_category','60'),(9303,3905,'_wp_attached_file','2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg'),(9304,3905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:78:\"2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9305,3905,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.887691150664327466301983804441988468170166015625;s:5:\"bytes\";i:57240;s:11:\"size_before\";i:179505;s:10:\"size_after\";i:122265;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12581;s:11:\"size_before\";i:22149;s:10:\"size_after\";i:9568;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:17307;s:11:\"size_before\";i:82834;s:10:\"size_after\";i:65527;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:12266;s:11:\"size_before\";i:18154;s:10:\"size_after\";i:5888;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:15086;s:11:\"size_before\";i:56368;s:10:\"size_after\";i:41282;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(9306,3905,'_wp_attachment_image_alt','Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19'),(9308,3907,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589279358746{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9309,3908,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9310,3909,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604675196138{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9311,3910,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604675196138{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9312,3911,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604675196138{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9313,3912,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604675196138{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9314,3913,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604675196138{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9315,3914,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604676118930{margin-top: 25px !important;margin-bottom: 15px !important;}'),(9316,3915,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(9317,3916,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9318,3917,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9319,3918,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9320,3919,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9321,3920,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9336,3928,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9337,3929,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9338,3931,'_wpb_shortcodes_custom_css','.vc_custom_1604659499105{padding-top: 0px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604664530140{padding-top: 0px !important;}.vc_custom_1604664681504{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(9342,3932,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9343,3933,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9344,3934,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9345,3935,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9346,3936,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(9347,3937,'_edit_last','1'),(9348,3937,'_wp_page_template','default'),(9349,3937,'_wpb_vc_js_status','true'),(9350,3937,'_edit_lock','1611563494:1'),(9352,3937,'_yoast_wpseo_focuskw','Recurring Payments with PayPal'),(9353,3937,'_yoast_wpseo_title','Recurring Payments with PayPal | SubscriptionFlow'),(9354,3937,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, PayPal to facilitate more customers with their preferred payment methods.'),(9355,3937,'_yoast_wpseo_linkdex','71'),(9356,3937,'_yoast_wpseo_content_score','30'),(9357,3943,'_edit_last','1'),(9358,3943,'_edit_lock','1605185229:1'),(9359,3943,'_yoast_wpseo_focuskw','PayPal vs. Stripe vs. Authorize.Net'),(9360,3943,'_yoast_wpseo_title','PayPal vs. Stripe vs. Authorize.Net'),(9361,3943,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with all the leading payment gateways to facilitate subscription services providers and SaaS vendors to offer the best customer experience.'),(9362,3943,'_yoast_wpseo_linkdex','58'),(9363,3943,'_yoast_wpseo_content_score','30'),(9364,3943,'_yoast_wpseo_primary_category','79'),(9365,3947,'_wp_attached_file','2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg'),(9366,3947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"ayPal-vs.-Stripe-vs.-Authorize.Net_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"ayPal-vs.-Stripe-vs.-Authorize.Net_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ayPal-vs.-Stripe-vs.-Authorize.Net_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"ayPal-vs.-Stripe-vs.-Authorize.Net_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9367,3947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.0482403842878085242773522622883319854736328125;s:5:\"bytes\";i:49398;s:11:\"size_before\";i:176118;s:10:\"size_after\";i:126720;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:12581;s:11:\"size_before\";i:26261;s:10:\"size_after\";i:13680;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11836;s:11:\"size_before\";i:74904;s:10:\"size_after\";i:63068;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:12458;s:11:\"size_before\";i:18833;s:10:\"size_after\";i:6375;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.309999999999998721023075631819665431976318359375;s:5:\"bytes\";i:12523;s:11:\"size_before\";i:56120;s:10:\"size_after\";i:43597;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9368,3947,'_wp_attachment_image_alt','PayPal-vs.-Stripe-vs.-Authorize.Net'),(9369,3943,'_thumbnail_id','3947'),(9371,3948,'_wp_attached_file','2020/11/Slide1.gif'),(9372,3948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2020/11/Slide1.gif\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide1-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Slide1-1024x576.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Slide1-768x432.gif\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9373,3948,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.03195875982174443963312882033278583548963069915771484375;s:5:\"bytes\";i:215;s:11:\"size_before\";i:672742;s:10:\"size_after\";i:672527;s:4:\"time\";d:0.1800000000000000210942374678779742680490016937255859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:55;s:11:\"size_before\";i:35639;s:10:\"size_after\";i:35584;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:150;s:11:\"size_before\";i:407217;s:10:\"size_after\";i:407067;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.059999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:10;s:11:\"size_before\";i:16120;s:10:\"size_after\";i:16110;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:213766;s:10:\"size_after\";i:213766;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9374,3948,'_wp_attachment_image_alt','Slide1'),(9376,3951,'_wp_attached_file','2020/11/Subscription-Billing-E-Book.pdf'),(9377,3951,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:35:\"Subscription-Billing-E-Book-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Subscription-Billing-E-Book-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Subscription-Billing-E-Book-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Subscription-Billing-E-Book-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(9378,3952,'_wp_attached_file','2020/11/Subscription-Billing-Ebook.jpg'),(9379,3952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2020/11/Subscription-Billing-Ebook.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Subscription-Billing-Ebook-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscription-Billing-Ebook-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Subscription-Billing-Ebook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Subscription-Billing-Ebook-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Subscription-Billing-Ebook-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9380,3952,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.411701388110241595086336019448935985565185546875;s:5:\"bytes\";i:38822;s:11:\"size_before\";i:222965;s:10:\"size_after\";i:184143;s:4:\"time\";d:0.32999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.50999999999999801048033987171947956085205078125;s:5:\"bytes\";i:7773;s:11:\"size_before\";i:17865;s:10:\"size_after\";i:10092;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8277;s:11:\"size_before\";i:57636;s:10:\"size_after\";i:49359;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:7807;s:11:\"size_before\";i:11745;s:10:\"size_after\";i:3938;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:8058;s:11:\"size_before\";i:41630;s:10:\"size_after\";i:33572;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6907;s:11:\"size_before\";i:94089;s:10:\"size_after\";i:87182;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(9381,3953,'_wp_attached_file','2020/11/pvepolfrmchrdpcuzzs8.png'),(9382,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:32:\"2020/11/pvepolfrmchrdpcuzzs8.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pvepolfrmchrdpcuzzs8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9383,3953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.68888888888888999417758896015584468841552734375;s:5:\"bytes\";i:616;s:11:\"size_before\";i:4500;s:10:\"size_after\";i:3884;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:616;s:11:\"size_before\";i:4500;s:10:\"size_after\";i:3884;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9384,3953,'_wp_attachment_image_alt','monday.com'),(9385,3152,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9386,3954,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9387,3955,'_edit_last','1'),(9388,3955,'_edit_lock','1607350531:1'),(9389,3955,'_wp_page_template','default'),(9390,3955,'_wpb_vc_js_status','true'),(9391,3955,'_yoast_wpseo_focuskw','SubscriptionFlow Monday.com Integration'),(9392,3955,'_yoast_wpseo_title','SubscriptionFlow Monday.com Integration | SubscriptionFlow'),(9393,3955,'_yoast_wpseo_metadesc','SubscriptionFlow monday.com integration helps businesses to automate the entire business workflow by managing processes in a seamless manner.'),(9394,3955,'_yoast_wpseo_linkdex','71'),(9395,3955,'_yoast_wpseo_content_score','30'),(9396,3957,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9397,3958,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9398,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(9399,3960,'_edit_last','1'),(9400,3960,'_edit_lock','1611563492:1'),(9401,3960,'_wp_page_template','default'),(9402,3960,'_wpb_vc_js_status','true'),(9403,3960,'_yoast_wpseo_focuskw','Recurring Recurring Billing with Braintree'),(9404,3960,'_yoast_wpseo_title','Recurring Recurring Billing with Braintree | SubscriptionFlow'),(9405,3960,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, Braintree to facilitate more customers with their preferred payment methods.'),(9406,3960,'_yoast_wpseo_linkdex','63'),(9407,3960,'_yoast_wpseo_content_score','30'),(9409,31,'_megamenu','a:1:{s:4:\"type\";s:6:\"flyout\";}'),(9410,3964,'_edit_last','1'),(9411,3964,'_edit_lock','1605100397:1'),(9412,3965,'_wp_attached_file','2020/11/subscription-monetization.jpg'),(9413,3965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2020/11/subscription-monetization.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"subscription-monetization-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"subscription-monetization-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"subscription-monetization-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"subscription-monetization-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9414,3965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.096221206986367491253986372612416744232177734375;s:5:\"bytes\";i:50264;s:11:\"size_before\";i:167011;s:10:\"size_after\";i:116747;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:11674;s:11:\"size_before\";i:21687;s:10:\"size_after\";i:10013;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:19;s:5:\"bytes\";i:14045;s:11:\"size_before\";i:73939;s:10:\"size_after\";i:59894;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:11401;s:11:\"size_before\";i:17918;s:10:\"size_after\";i:6517;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:13144;s:11:\"size_before\";i:53467;s:10:\"size_after\";i:40323;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9415,3965,'_wp_attachment_image_alt','subscription monetization'),(9416,3964,'_thumbnail_id','3965'),(9418,3964,'_yoast_wpseo_focuskw','IoT-led Subscription Monetization'),(9419,3964,'_yoast_wpseo_title','IoT-led Subscription Monetization—Smart Recurring Billing'),(9420,3964,'_yoast_wpseo_metadesc','IoT subscription monetization is the process of billing customers on a recurring basis through IoT-enabled devices, connecting software, and services.'),(9421,3964,'_yoast_wpseo_linkdex','63'),(9422,3964,'_yoast_wpseo_content_score','30'),(9423,3964,'_yoast_wpseo_primary_category','60'),(9429,3972,'_edit_last','1'),(9430,3972,'_edit_lock','1607349377:1'),(9431,3972,'_wp_page_template','default'),(9432,3972,'_wpb_vc_js_status','true'),(9433,3972,'_yoast_wpseo_content_score','30'),(9436,3976,'_wp_attached_file','2020/11/Covid-19-payment-fruad-protection-1.jpg'),(9437,3976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2020/11/Covid-19-payment-fruad-protection-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Covid-19-payment-fruad-protection-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Covid-19-payment-fruad-protection-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Covid-19-payment-fruad-protection-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Covid-19-payment-fruad-protection-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9438,3976,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.67962121918410645093899802304804325103759765625;s:5:\"bytes\";i:52077;s:11:\"size_before\";i:150166;s:10:\"size_after\";i:98089;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:13017;s:11:\"size_before\";i:24178;s:10:\"size_after\";i:11161;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:13301;s:11:\"size_before\";i:60093;s:10:\"size_after\";i:46792;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:12723;s:11:\"size_before\";i:19417;s:10:\"size_after\";i:6694;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:13036;s:11:\"size_before\";i:46478;s:10:\"size_after\";i:33442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9440,3980,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1604400892027{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604400978573{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604401011091{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9441,3937,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9442,3981,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9447,3941,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9448,3983,'_wp_attached_file','2020/11/Recurring-Payments-Using-PayPal.png'),(9449,3983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:43:\"2020/11/Recurring-Payments-Using-PayPal.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Recurring-Payments-Using-PayPal-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Recurring-Payments-Using-PayPal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9450,3983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.5227245279980667902464119833894073963165283203125;s:5:\"bytes\";i:3856;s:11:\"size_before\";i:24841;s:10:\"size_after\";i:20985;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:13709;s:10:\"size_after\";i:11612;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:11132;s:10:\"size_after\";i:9373;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(9451,3983,'_wp_attachment_image_alt','Recurring-Payments-Using-PayPal'),(9452,3984,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9453,3985,'_wp_attached_file','2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg'),(9454,3985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:72:\"2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9455,3985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.6153399186519408203821512870490550994873046875;s:5:\"bytes\";i:24789;s:11:\"size_before\";i:43025;s:10:\"size_after\";i:18236;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12464;s:11:\"size_before\";i:25487;s:10:\"size_after\";i:13023;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:12325;s:11:\"size_before\";i:17538;s:10:\"size_after\";i:5213;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9456,3985,'_wp_attachment_image_alt','Get-Paid-Faster,-Accept-Online-Recurring-Payments-with-PayPal'),(9457,3986,'_wp_attached_file','2020/11/Automate-Recurring-Payments.jpg'),(9458,3986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2020/11/Automate-Recurring-Payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Automate-Recurring-Payments-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Automate-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9459,3986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.480012839189157602959312498569488525390625;s:5:\"bytes\";i:24090;s:11:\"size_before\";i:40501;s:10:\"size_after\";i:16411;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:12191;s:11:\"size_before\";i:23735;s:10:\"size_after\";i:11544;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:11899;s:11:\"size_before\";i:16766;s:10:\"size_after\";i:4867;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9460,3986,'_wp_attachment_image_alt','Automate-Recurring-Payments'),(9461,3987,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9462,3988,'_wp_attached_file','2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg'),(9463,3988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:66:\"2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9464,3988,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:60.62872738299807906514615751802921295166015625;s:5:\"bytes\";i:23992;s:11:\"size_before\";i:39572;s:10:\"size_after\";i:15580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:11998;s:11:\"size_before\";i:22705;s:10:\"size_after\";i:10707;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:11994;s:11:\"size_before\";i:16867;s:10:\"size_after\";i:4873;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9465,3988,'_wp_attachment_image_alt','Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal'),(9466,3989,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9467,3990,'_edit_last','1'),(9468,3990,'_edit_lock','1605264881:1'),(9469,3991,'_wp_attached_file','2020/11/SubscriptionFlow-Supported-Integrations.jpg'),(9470,3991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:51:\"2020/11/SubscriptionFlow-Supported-Integrations.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-Supported-Integrations-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-Supported-Integrations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-Supported-Integrations-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9471,3991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.30663777473134956608191714622080326080322265625;s:5:\"bytes\";i:29222;s:11:\"size_before\";i:90452;s:10:\"size_after\";i:61230;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:9311;s:11:\"size_before\";i:21200;s:10:\"size_after\";i:11889;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:8918;s:11:\"size_before\";i:13400;s:10:\"size_after\";i:4482;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10993;s:11:\"size_before\";i:55852;s:10:\"size_after\";i:44859;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9472,3991,'_wp_attachment_image_alt','SubscriptionFlow-Supported-Integrations'),(9473,3992,'_wp_attached_file','2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg'),(9474,3992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:83:\"2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:84:\"VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:83:\"VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9475,3992,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.82185425165986458750921883620321750640869140625;s:5:\"bytes\";i:46942;s:11:\"size_before\";i:175014;s:10:\"size_after\";i:128072;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:10974;s:11:\"size_before\";i:21529;s:10:\"size_after\";i:10555;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12828;s:11:\"size_before\";i:80653;s:10:\"size_after\";i:67825;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:10724;s:11:\"size_before\";i:15762;s:10:\"size_after\";i:5038;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:12416;s:11:\"size_before\";i:57070;s:10:\"size_after\";i:44654;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9476,3992,'_wp_attachment_image_alt','VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES'),(9477,3990,'_thumbnail_id','3992'),(9479,3990,'_yoast_wpseo_focuskw','SubscriptionFlow offers to SaaS Businesses'),(9480,3990,'_yoast_wpseo_title','An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses'),(9481,3990,'_yoast_wpseo_metadesc','SubscriptionFlow offers a wide variety of amazing integrations for potential businesses to automate the entire workflow in a highly efficient manner.'),(9482,3990,'_yoast_wpseo_linkdex','58'),(9483,3990,'_yoast_wpseo_content_score','30'),(9484,3990,'_yoast_wpseo_primary_category','99'),(9485,3995,'_wp_attached_file','2020/11/braintree-payment-gateway.png'),(9486,3995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:37:\"2020/11/braintree-payment-gateway.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"braintree-payment-gateway-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"braintree-payment-gateway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9487,3995,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.1553925249841139333284445456229150295257568359375;s:5:\"bytes\";i:3516;s:11:\"size_before\";i:34622;s:10:\"size_after\";i:31106;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:19375;s:10:\"size_after\";i:17640;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:15247;s:10:\"size_after\";i:13466;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9488,3995,'_wp_attachment_image_alt','braintree-payment-gateway'),(9489,3996,'_wp_attached_file','2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg'),(9490,3996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:75:\"2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9491,3996,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.40105144573789175410638563334941864013671875;s:5:\"bytes\";i:28974;s:11:\"size_before\";i:53260;s:10:\"size_after\";i:24286;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:14590;s:11:\"size_before\";i:31884;s:10:\"size_after\";i:17294;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:14384;s:11:\"size_before\";i:21376;s:10:\"size_after\";i:6992;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(9492,3996,'_wp_attachment_image_alt','Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments'),(9493,3997,'_wp_attached_file','2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg'),(9494,3997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:81:\"2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9495,3997,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:60.264441734116871884907595813274383544921875;s:5:\"bytes\";i:21741;s:11:\"size_before\";i:36076;s:10:\"size_after\";i:14335;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:10950;s:11:\"size_before\";i:20870;s:10:\"size_after\";i:9920;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:10791;s:11:\"size_before\";i:15206;s:10:\"size_after\";i:4415;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9496,3997,'_wp_attachment_image_alt','Charge Up Subscription Billing With A Range of Online Payment Methods'),(9497,3998,'_wp_attached_file','2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg'),(9498,3998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:92:\"2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9499,3998,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.87136740457319916686174110509455204010009765625;s:5:\"bytes\";i:24532;s:11:\"size_before\";i:43908;s:10:\"size_after\";i:19376;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:12389;s:11:\"size_before\";i:26237;s:10:\"size_after\";i:13848;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:12143;s:11:\"size_before\";i:17671;s:10:\"size_after\";i:5528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9500,3998,'_wp_attachment_image_alt','SubscriptionFlow Braintree Integration Offers Real-Time Stellar Customer Support'),(9501,3999,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605510193365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510227422{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510251397{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9502,3960,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349022011{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349049024{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349087099{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9503,4001,'_wp_attached_file','2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg'),(9504,4001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Customer-Acquisition-vs.-Customer-Retention-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Customer-Acquisition-vs.-Customer-Retention-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Customer-Acquisition-vs.-Customer-Retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Customer-Acquisition-vs.-Customer-Retention-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9505,4001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.624920455348938475026443484239280223846435546875;s:5:\"bytes\";i:60249;s:11:\"size_before\";i:226288;s:10:\"size_after\";i:166039;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:14325;s:11:\"size_before\";i:30431;s:10:\"size_after\";i:16106;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16133;s:11:\"size_before\";i:100167;s:10:\"size_after\";i:84034;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:13918;s:11:\"size_before\";i:21727;s:10:\"size_after\";i:7809;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:15873;s:11:\"size_before\";i:73963;s:10:\"size_after\";i:58090;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(9506,4001,'_wp_attachment_image_alt','Customer Acquisition vs. Customer Retention'),(9507,4000,'_edit_last','1'),(9508,4000,'_edit_lock','1605529639:1'),(9509,4002,'_wp_attached_file','2020/11/Acquisition-vs-Retention.jpg'),(9510,4002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1708;s:4:\"file\";s:36:\"2020/11/Acquisition-vs-Retention.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Acquisition-vs-Retention-141x300.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Acquisition-vs-Retention-480x1024.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Acquisition-vs-Retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Acquisition-vs-Retention-768x1640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Acquisition-vs-Retention-719x1536.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9511,4002,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.00230177478950821523540071211755275726318359375;s:5:\"bytes\";i:86188;s:11:\"size_before\";i:478761;s:10:\"size_after\";i:392573;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:13468;s:11:\"size_before\";i:26239;s:10:\"size_after\";i:12771;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:17206;s:11:\"size_before\";i:94136;s:10:\"size_after\";i:76930;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:13219;s:11:\"size_before\";i:22034;s:10:\"size_after\";i:8815;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:21708;s:11:\"size_before\";i:175293;s:10:\"size_after\";i:153585;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:20587;s:11:\"size_before\";i:161059;s:10:\"size_after\";i:140472;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(9512,4002,'_wp_attachment_image_alt','Acquisition-vs-Retention'),(9513,4000,'_thumbnail_id','4001'),(9514,4000,'_yoast_wpseo_focuskw','Customer Acquisition vs. Customer Retention'),(9515,4000,'_yoast_wpseo_title','Customer Acquisition vs. Customer Retention | SubscriptionFlow'),(9516,4000,'_yoast_wpseo_metadesc','With customer retention strategies, SMEs need to shift their marketing, sales, and support to focus on providing enhanced and personalized customer experiences.'),(9517,4000,'_yoast_wpseo_linkdex','67'),(9518,4000,'_yoast_wpseo_content_score','30'),(9519,4000,'_yoast_wpseo_primary_category','3'),(9524,4008,'_wp_attached_file','2020/11/subscriptionflow-and-xero-integration.jpg'),(9525,4008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:49:\"2020/11/subscriptionflow-and-xero-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-and-xero-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-and-xero-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-and-xero-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-and-xero-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9526,4008,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.1892586698378835308176348917186260223388671875;s:5:\"bytes\";i:43674;s:11:\"size_before\";i:114362;s:10:\"size_after\";i:70688;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:10484;s:11:\"size_before\";i:17179;s:10:\"size_after\";i:6695;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11585;s:11:\"size_before\";i:47688;s:10:\"size_after\";i:36103;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.900000000000005684341886080801486968994140625;s:5:\"bytes\";i:10404;s:11:\"size_before\";i:13186;s:10:\"size_after\";i:2782;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11201;s:11:\"size_before\";i:36309;s:10:\"size_after\";i:25108;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9527,4008,'_wp_attachment_image_alt','subscriptionflow and xero integration'),(9528,4012,'_wp_attached_file','2020/11/Subscriptionflow-integration-with-xero-infographic.jpg'),(9529,4012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:835;s:6:\"height\";i:522;s:4:\"file\";s:62:\"2020/11/Subscriptionflow-integration-with-xero-infographic.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Subscriptionflow-integration-with-xero-infographic-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Subscriptionflow-integration-with-xero-infographic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Subscriptionflow-integration-with-xero-infographic-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:126:\"Flat circle element for infographic with 4 parts, options or steps. Template for cycle diagram, graph, presentation and chart.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:125:\"Flat circle element for infographic with 4 parts, options or steps. Template for cycle diagram, graph, presentation and chart\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:41:{i:0;s:1:\"4\";i:1;s:11:\"infographic\";i:2;s:6:\"vector\";i:3;s:5:\"cycle\";i:4;s:5:\"graph\";i:5;s:6:\"circle\";i:6;s:11:\"advertising\";i:7;s:6:\"banner\";i:8;s:3:\"bar\";i:9;s:8:\"brochure\";i:10;s:8:\"business\";i:11;s:5:\"chart\";i:12;s:7:\"concept\";i:13;s:9:\"connected\";i:14;s:4:\"data\";i:15;s:7:\"diagram\";i:16;s:7:\"finance\";i:17;s:5:\"icons\";i:18;s:12:\"illustration\";i:19;s:11:\"information\";i:20;s:5:\"label\";i:21;s:6:\"layout\";i:22;s:9:\"marketing\";i:23;s:4:\"menu\";i:24;s:7:\"options\";i:25;s:4:\"part\";i:26;s:4:\"plan\";i:27;s:12:\"presentation\";i:28;s:9:\"processes\";i:29;s:8:\"progress\";i:30;s:7:\"project\";i:31;s:7:\"startup\";i:32;s:4:\"step\";i:33;s:8:\"strategy\";i:34;s:6:\"symbol\";i:35;s:10:\"technology\";i:36;s:8:\"template\";i:37;s:13:\"visualization\";i:38;s:8:\"workflow\";i:39;s:7:\"element\";i:40;s:9:\"infochart\";}}}'),(9530,4012,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:49.0010674078101970962961786426603794097900390625;s:5:\"bytes\";i:48661;s:11:\"size_before\";i:99306;s:10:\"size_after\";i:50645;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:15909;s:11:\"size_before\";i:25922;s:10:\"size_after\";i:10013;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.2699999999999960209606797434389591217041015625;s:5:\"bytes\";i:15639;s:11:\"size_before\";i:21944;s:10:\"size_after\";i:6305;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.27000000000000312638803734444081783294677734375;s:5:\"bytes\";i:17113;s:11:\"size_before\";i:51440;s:10:\"size_after\";i:34327;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9531,4012,'_wp_attachment_image_alt','Subscriptionflow-integration-with-xero-infographic.'),(9532,4014,'_wp_attached_file','2020/11/subscriptionflow-quickbooks-integration.jpg'),(9533,4014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:51:\"2020/11/subscriptionflow-quickbooks-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"subscriptionflow-quickbooks-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"subscriptionflow-quickbooks-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"subscriptionflow-quickbooks-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"subscriptionflow-quickbooks-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9534,4014,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.077659759707472630907432176172733306884765625;s:5:\"bytes\";i:43736;s:11:\"size_before\";i:114860;s:10:\"size_after\";i:71124;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:17239;s:10:\"size_after\";i:6693;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:11592;s:11:\"size_before\";i:47930;s:10:\"size_after\";i:36338;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:10422;s:11:\"size_before\";i:13210;s:10:\"size_after\";i:2788;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11176;s:11:\"size_before\";i:36481;s:10:\"size_after\";i:25305;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9535,4014,'_wp_attachment_image_alt','subscriptionflow-quickbooks-integration'),(9536,4016,'_wp_attached_file','2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg'),(9537,4016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:480;s:4:\"file\";s:82:\"2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:82:\"Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:82:\"Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9538,4016,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.37617584949126836590949096716940402984619140625;s:5:\"bytes\";i:35318;s:11:\"size_before\";i:83344;s:10:\"size_after\";i:48026;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:11407;s:11:\"size_before\";i:20916;s:10:\"size_after\";i:9509;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:11129;s:11:\"size_before\";i:16184;s:10:\"size_after\";i:5055;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12782;s:11:\"size_before\";i:46244;s:10:\"size_after\";i:33462;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9539,4016,'_wp_attachment_image_alt','Manage your sales process with SubscriptionFlow QuickBooks Integration'),(9540,4018,'_wp_attached_file','2020/11/subscriptionflow-zendesk-integration.jpg'),(9541,4018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2020/11/subscriptionflow-zendesk-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-zendesk-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-zendesk-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-zendesk-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-zendesk-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9542,4018,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.8721892624331673005144693888723850250244140625;s:5:\"bytes\";i:43550;s:11:\"size_before\";i:109224;s:10:\"size_after\";i:65674;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:10560;s:11:\"size_before\";i:16858;s:10:\"size_after\";i:6298;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11418;s:11:\"size_before\";i:44858;s:10:\"size_after\";i:33440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.9599999999999937472239253111183643341064453125;s:5:\"bytes\";i:10474;s:11:\"size_before\";i:13099;s:10:\"size_after\";i:2625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.25;s:5:\"bytes\";i:11098;s:11:\"size_before\";i:34409;s:10:\"size_after\";i:23311;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9543,4018,'_wp_attachment_image_alt','subscriptionflow zendesk integration'),(9544,4020,'_wp_attached_file','2020/11/integrate-susbcriptionflow-with-zendesk.jpg'),(9545,4020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:630;s:4:\"file\";s:51:\"2020/11/integrate-susbcriptionflow-with-zendesk.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"integrate-susbcriptionflow-with-zendesk-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"integrate-susbcriptionflow-with-zendesk-1024x564.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"integrate-susbcriptionflow-with-zendesk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"integrate-susbcriptionflow-with-zendesk-768x423.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9546,4020,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.455732085173707446301705203950405120849609375;s:5:\"bytes\";i:46254;s:11:\"size_before\";i:197197;s:10:\"size_after\";i:150943;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:10119;s:11:\"size_before\";i:24003;s:10:\"size_after\";i:13884;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:13989;s:11:\"size_before\";i:90936;s:10:\"size_after\";i:76947;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9816;s:11:\"size_before\";i:17953;s:10:\"size_after\";i:8137;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:12330;s:11:\"size_before\";i:64305;s:10:\"size_after\";i:51975;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9547,4020,'_wp_attachment_image_alt','integrate susbcriptionflow with zendesk'),(9548,4025,'_wp_attached_file','2020/11/subscriptionflow-hubspot.jpg'),(9549,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2020/11/subscriptionflow-hubspot.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"subscriptionflow-hubspot-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"subscriptionflow-hubspot-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"subscriptionflow-hubspot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"subscriptionflow-hubspot-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9550,4025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2145197524396422750214696861803531646728515625;s:5:\"bytes\";i:44163;s:11:\"size_before\";i:112619;s:10:\"size_after\";i:68456;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:10633;s:11:\"size_before\";i:17154;s:10:\"size_after\";i:6521;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:11676;s:11:\"size_before\";i:46592;s:10:\"size_after\";i:34916;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:10544;s:11:\"size_before\";i:13271;s:10:\"size_after\";i:2727;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:11310;s:11:\"size_before\";i:35602;s:10:\"size_after\";i:24292;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9551,4025,'_wp_attachment_image_alt','subscriptionflow + hubspot'),(9552,4026,'_wp_attached_file','2020/11/hubspotand-subscriptionflow-integrations.jpg'),(9553,4026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:716;s:4:\"file\";s:52:\"2020/11/hubspotand-subscriptionflow-integrations.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"hubspotand-subscriptionflow-integrations-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"hubspotand-subscriptionflow-integrations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"hubspotand-subscriptionflow-integrations-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9554,4026,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.75166508087535677251622701078304089605808258056640625;s:5:\"bytes\";i:316;s:11:\"size_before\";i:42040;s:10:\"size_after\";i:41724;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7810;s:10:\"size_after\";i:7810;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3496;s:10:\"size_after\";i:3496;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:316;s:11:\"size_before\";i:30734;s:10:\"size_after\";i:30418;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(9555,4026,'_wp_attachment_image_alt','hubspot-and-subscriptionflow-integrations'),(9556,4028,'_wp_attached_file','2020/11/Subscriptionflow-salesforce.jpg'),(9557,4028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2020/11/Subscriptionflow-salesforce.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscriptionflow-salesforce-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Subscriptionflow-salesforce-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscriptionflow-salesforce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscriptionflow-salesforce-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9558,4028,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.7682787706986573539325036108493804931640625;s:5:\"bytes\";i:44858;s:11:\"size_before\";i:115708;s:10:\"size_after\";i:70850;s:4:\"time\";d:0.11999999999999998168132009368491708301007747650146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:10789;s:11:\"size_before\";i:17497;s:10:\"size_after\";i:6708;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:11902;s:11:\"size_before\";i:48035;s:10:\"size_after\";i:36133;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:10656;s:11:\"size_before\";i:13377;s:10:\"size_after\";i:2721;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:11511;s:11:\"size_before\";i:36799;s:10:\"size_after\";i:25288;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9559,4028,'_wp_attachment_image_alt','Subscriptionflow + salesforce'),(9560,4031,'_wp_attached_file','2020/11/SF-salesforce-integration.jpg'),(9561,4031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:350;s:4:\"file\";s:37:\"2020/11/SF-salesforce-integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SF-salesforce-integration-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SF-salesforce-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9562,4031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.99570869620092850027504027821123600006103515625;s:5:\"bytes\";i:22975;s:11:\"size_before\";i:39615;s:10:\"size_after\";i:16640;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:11567;s:11:\"size_before\";i:21952;s:10:\"size_after\";i:10385;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:11408;s:11:\"size_before\";i:17663;s:10:\"size_after\";i:6255;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9563,4031,'_wp_attachment_image_alt','SF-salesforce-integration'),(9564,4033,'_wp_attached_file','2020/11/subscriptionflow-avalara-integration.jpg'),(9565,4033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2020/11/subscriptionflow-avalara-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-avalara-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-avalara-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-avalara-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-avalara-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9566,4033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.28821584047806680928260902874171733856201171875;s:5:\"bytes\";i:44312;s:11:\"size_before\";i:112787;s:10:\"size_after\";i:68475;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10668;s:11:\"size_before\";i:17038;s:10:\"size_after\";i:6370;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11775;s:11:\"size_before\";i:46787;s:10:\"size_after\";i:35012;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:10540;s:11:\"size_before\";i:13261;s:10:\"size_after\";i:2721;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11329;s:11:\"size_before\";i:35701;s:10:\"size_after\";i:24372;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9567,4033,'_wp_attachment_image_alt','subscriptionflow-avalara-integration'),(9568,4035,'_wp_attached_file','2020/11/avalara-tax.jpg'),(9569,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1801;s:6:\"height\";i:1195;s:4:\"file\";s:23:\"2020/11/avalara-tax.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"avalara-tax-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"avalara-tax-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"avalara-tax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"avalara-tax-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"avalara-tax-1536x1019.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9570,4035,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.68897714579528468448188505135476589202880859375;s:5:\"bytes\";i:37651;s:11:\"size_before\";i:225604;s:10:\"size_after\";i:187953;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7275;s:11:\"size_before\";i:16042;s:10:\"size_after\";i:8767;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7700;s:11:\"size_before\";i:57748;s:10:\"size_after\";i:50048;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:7198;s:11:\"size_before\";i:12361;s:10:\"size_after\";i:5163;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:19;s:5:\"bytes\";i:7644;s:11:\"size_before\";i:40228;s:10:\"size_after\";i:32584;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7834;s:11:\"size_before\";i:99225;s:10:\"size_after\";i:91391;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(9571,4035,'_wp_attachment_image_alt','avalara-tax'),(9572,4037,'_wp_attached_file','2020/11/subscriptionflow-mailchimp-integration.jpg'),(9573,4037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:50:\"2020/11/subscriptionflow-mailchimp-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-mailchimp-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"subscriptionflow-mailchimp-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-mailchimp-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-mailchimp-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9574,4037,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.45496968076388810686694341711699962615966796875;s:5:\"bytes\";i:44582;s:11:\"size_before\";i:115933;s:10:\"size_after\";i:71351;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:10712;s:11:\"size_before\";i:17171;s:10:\"size_after\";i:6459;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:11816;s:11:\"size_before\";i:48667;s:10:\"size_after\";i:36851;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:10598;s:11:\"size_before\";i:13225;s:10:\"size_after\";i:2627;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11456;s:11:\"size_before\";i:36870;s:10:\"size_after\";i:25414;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9575,4037,'_wp_attachment_image_alt','subscriptionflow-mailchimp-integration'),(9576,4040,'_wp_attached_file','2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg'),(9577,4040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:525;s:4:\"file\";s:86:\"2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9578,4040,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:47.49447499614534962120160344056785106658935546875;s:5:\"bytes\";i:18482;s:11:\"size_before\";i:38914;s:10:\"size_after\";i:20432;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9263;s:11:\"size_before\";i:22753;s:10:\"size_after\";i:13490;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:9219;s:11:\"size_before\";i:16161;s:10:\"size_after\";i:6942;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9579,4040,'_wp_attachment_image_alt','boost your marketing campaings with subscriptionflow mailchimp integration'),(9580,4042,'_wp_attached_file','2020/11/subscriptionflow-pipedrive-integration.jpg'),(9581,4042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:50:\"2020/11/subscriptionflow-pipedrive-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-pipedrive-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"subscriptionflow-pipedrive-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-pipedrive-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscriptionflow-pipedrive-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9582,4042,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.33052135375431390684752841480076313018798828125;s:5:\"bytes\";i:44318;s:11:\"size_before\";i:109887;s:10:\"size_after\";i:65569;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10745;s:11:\"size_before\";i:16933;s:10:\"size_after\";i:6188;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:11590;s:11:\"size_before\";i:45032;s:10:\"size_after\";i:33442;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.5;s:5:\"bytes\";i:10687;s:11:\"size_before\";i:13276;s:10:\"size_after\";i:2589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11296;s:11:\"size_before\";i:34646;s:10:\"size_after\";i:23350;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9583,4042,'_wp_attachment_image_alt','subscriptionflow-pipedrive-integration'),(9590,4048,'_wp_attached_file','2020/11/pipedrive-features-1.jpg'),(9591,4048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:743;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2020/11/pipedrive-features-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pipedrive-features-1-186x300.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pipedrive-features-1-634x1024.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pipedrive-features-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9592,4048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.365622262884496951329538205754943192005157470703125;s:5:\"bytes\";i:3881;s:11:\"size_before\";i:115313;s:10:\"size_after\";i:111432;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:820;s:11:\"size_before\";i:15566;s:10:\"size_after\";i:14746;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:91673;s:10:\"size_after\";i:89276;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:664;s:11:\"size_before\";i:8074;s:10:\"size_after\";i:7410;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9593,4048,'_wp_attachment_image_alt','pipedrive-features'),(9594,4051,'_edit_last','1'),(9595,4051,'_edit_lock','1605709522:1'),(9596,4052,'_wp_attached_file','2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg'),(9597,4052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:86:\"2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:86:\"Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9598,4052,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.906510085711826008036950952373445034027099609375;s:5:\"bytes\";i:58410;s:11:\"size_before\";i:209306;s:10:\"size_after\";i:150896;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13433;s:11:\"size_before\";i:27249;s:10:\"size_after\";i:13816;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:16357;s:11:\"size_before\";i:93706;s:10:\"size_after\";i:77349;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.6299999999999954525264911353588104248046875;s:5:\"bytes\";i:13164;s:11:\"size_before\";i:19756;s:10:\"size_after\";i:6592;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:15456;s:11:\"size_before\";i:68595;s:10:\"size_after\";i:53139;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9599,4052,'_wp_attachment_image_alt','Alternative Payment Methods Are Transforming The Digital Payments Industry'),(9600,4053,'_wp_attached_file','2020/11/The-Evolution-of-Digital-Payment-Industry.jpg'),(9601,4053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1842;s:6:\"height\";i:1726;s:4:\"file\";s:53:\"2020/11/The-Evolution-of-Digital-Payment-Industry.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"The-Evolution-of-Digital-Payment-Industry-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"The-Evolution-of-Digital-Payment-Industry-1024x960.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"The-Evolution-of-Digital-Payment-Industry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"The-Evolution-of-Digital-Payment-Industry-768x720.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"The-Evolution-of-Digital-Payment-Industry-1536x1439.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9602,4053,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4792374539774240105316494009457528591156005859375;s:5:\"bytes\";i:24481;s:11:\"size_before\";i:288717;s:10:\"size_after\";i:264236;s:4:\"time\";d:0.360000000000000042188474935755948536098003387451171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:12175;s:10:\"size_after\";i:10944;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6598;s:11:\"size_before\";i:78921;s:10:\"size_after\";i:72323;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:734;s:11:\"size_before\";i:5266;s:10:\"size_after\";i:4532;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4369;s:11:\"size_before\";i:51840;s:10:\"size_after\";i:47471;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:11549;s:11:\"size_before\";i:140515;s:10:\"size_after\";i:128966;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(9603,4053,'_wp_attachment_image_alt','The-Evolution-of-Digital-Payment-Industry'),(9604,4051,'_thumbnail_id','4052'),(9605,4051,'_yoast_wpseo_content_score','30'),(9606,4051,'_yoast_wpseo_primary_category','79'),(9608,4051,'_yoast_wpseo_focuskw','Alternative Payment Methods'),(9609,4051,'_yoast_wpseo_title','Alternative Payment Methods—A New-Age of Electronic Funds Transfer | SubscriptionFlow'),(9610,4051,'_yoast_wpseo_metadesc','Alternative Payment Methods are the forms of digital payment methods used to pay for goods or services that are anything but cash or credit card issued by the banks.'),(9611,4051,'_yoast_wpseo_linkdex','68'),(9612,4055,'_wp_attached_file','2020/11/subscriptionflow-shopify-integration.jpg'),(9613,4055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2020/11/subscriptionflow-shopify-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-shopify-integration-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"subscriptionflow-shopify-integration-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-shopify-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"subscriptionflow-shopify-integration-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9614,4055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.56501165147361831486705341376364231109619140625;s:5:\"bytes\";i:44314;s:11:\"size_before\";i:112003;s:10:\"size_after\";i:67689;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10719;s:11:\"size_before\";i:17033;s:10:\"size_after\";i:6314;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:11645;s:11:\"size_before\";i:46274;s:10:\"size_after\";i:34629;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:10633;s:11:\"size_before\";i:13301;s:10:\"size_after\";i:2668;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:11317;s:11:\"size_before\";i:35395;s:10:\"size_after\";i:24078;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9615,4055,'_wp_attachment_image_alt','subscriptionflow-shopify-integration'),(9616,4056,'_wp_attached_file','2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg'),(9617,4056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:650;s:4:\"file\";s:100:\"2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:101:\"Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:100:\"Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9618,4056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.295213135240206980824950733222067356109619140625;s:5:\"bytes\";i:60601;s:11:\"size_before\";i:230464;s:10:\"size_after\";i:169863;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:13455;s:11:\"size_before\";i:27549;s:10:\"size_after\";i:14094;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:17958;s:11:\"size_before\";i:106170;s:10:\"size_after\";i:88212;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:13034;s:11:\"size_before\";i:20847;s:10:\"size_after\";i:7813;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:16154;s:11:\"size_before\";i:75898;s:10:\"size_after\";i:59744;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9619,4056,'_wp_attachment_image_alt','Easy Manage Invoicing, Subscriptions, & Recurring Payments for Shopify With SubscriptionFlow'),(9620,4059,'_wp_attached_file','2020/11/SubscriptionFlow-Integration-with-monday-com.jpg'),(9621,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:56:\"2020/11/SubscriptionFlow-Integration-with-monday-com.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"SubscriptionFlow-Integration-with-monday-com-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"SubscriptionFlow-Integration-with-monday-com-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"SubscriptionFlow-Integration-with-monday-com-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"SubscriptionFlow-Integration-with-monday-com-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9622,4059,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.9006696728733203372030402533710002899169921875;s:5:\"bytes\";i:44508;s:11:\"size_before\";i:111547;s:10:\"size_after\";i:67039;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:10706;s:11:\"size_before\";i:16783;s:10:\"size_after\";i:6077;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:11808;s:11:\"size_before\";i:46214;s:10:\"size_after\";i:34406;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.93000000000000682121026329696178436279296875;s:5:\"bytes\";i:10625;s:11:\"size_before\";i:13293;s:10:\"size_after\";i:2668;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.25;s:5:\"bytes\";i:11369;s:11:\"size_before\";i:35257;s:10:\"size_after\";i:23888;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9623,4059,'_wp_attachment_image_alt','SubscriptionFlow Integration with monday com'),(9624,4061,'_wp_attached_file','2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png'),(9625,4061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:482;s:4:\"file\";s:63:\"2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Features-of-SubscriptionFlow-monday.com-Integration-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Features-of-SubscriptionFlow-monday.com-Integration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Features-of-SubscriptionFlow-monday.com-Integration-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9626,4061,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.844422025168586998233877238817512989044189453125;s:5:\"bytes\";i:11124;s:11:\"size_before\";i:112998;s:10:\"size_after\";i:101874;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2425;s:11:\"size_before\";i:21694;s:10:\"size_after\";i:19269;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:13465;s:10:\"size_after\";i:11942;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:7176;s:11:\"size_before\";i:77839;s:10:\"size_after\";i:70663;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}}}'),(9627,4061,'_wp_attachment_image_alt','Features of SubscriptionFlow monday.com Integration'),(9634,4067,'_wp_attached_file','2020/11/infographic-payments-timeline-scaled.jpg'),(9635,4067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:182;s:6:\"height\";i:2560;s:4:\"file\";s:48:\"2020/11/infographic-payments-timeline-scaled.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"infographic-payments-timeline-21x300.jpg\";s:5:\"width\";i:21;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"infographic-payments-timeline-73x1024.jpg\";s:5:\"width\";i:73;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"infographic-payments-timeline-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:33:\"infographic-payments-timeline.jpg\";}'),(9636,4068,'_wp_attached_file','2020/11/ezgif.com-gif-maker.png'),(9637,4068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3312;s:4:\"file\";s:31:\"2020/11/ezgif.com-gif-maker.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ezgif.com-gif-maker-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ezgif.com-gif-maker-788x1024.png\";s:5:\"width\";i:788;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ezgif.com-gif-maker-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ezgif.com-gif-maker-768x997.png\";s:5:\"width\";i:768;s:6:\"height\";i:997;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-1183x1536.png\";s:5:\"width\";i:1183;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-1577x2048.png\";s:5:\"width\";i:1577;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9638,4068,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.907874178792614117128323414362967014312744140625;s:5:\"bytes\";i:444765;s:11:\"size_before\";i:1593690;s:10:\"size_after\";i:1148925;s:4:\"time\";d:8.7200000000000006394884621840901672840118408203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:15773;s:11:\"size_before\";i:50937;s:10:\"size_after\";i:35164;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:77269;s:11:\"size_before\";i:265564;s:10:\"size_after\";i:188295;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6215;s:11:\"size_before\";i:21969;s:10:\"size_after\";i:15754;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:73735;s:11:\"size_before\";i:256544;s:10:\"size_after\";i:182809;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:119942;s:11:\"size_before\";i:423590;s:10:\"size_after\";i:303648;s:4:\"time\";d:1.2199999999999999733546474089962430298328399658203125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:151831;s:11:\"size_before\";i:575086;s:10:\"size_after\";i:423255;s:4:\"time\";d:6.1500000000000003552713678800500929355621337890625;}}}'),(9642,4069,'_edit_last','1'),(9643,4069,'_edit_lock','1605881759:1'),(9644,4070,'_wp_attached_file','2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg'),(9645,4070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:81:\"2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"automated-recurring-revenue-management-with-minimal-means-and-hitches-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"automated-recurring-revenue-management-with-minimal-means-and-hitches-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"automated-recurring-revenue-management-with-minimal-means-and-hitches-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"automated-recurring-revenue-management-with-minimal-means-and-hitches-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9646,4070,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.266543850293306405774274026043713092803955078125;s:5:\"bytes\";i:54180;s:11:\"size_before\";i:206270;s:10:\"size_after\";i:152090;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:12916;s:11:\"size_before\";i:27815;s:10:\"size_after\";i:14899;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:14720;s:11:\"size_before\";i:91779;s:10:\"size_after\";i:77059;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:12588;s:11:\"size_before\";i:20427;s:10:\"size_after\";i:7839;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13956;s:11:\"size_before\";i:66249;s:10:\"size_after\";i:52293;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(9647,4070,'_wp_attachment_image_alt','automated recurring revenue management with minimal means and hitches'),(9648,4071,'_wp_attached_file','2020/11/benefits-of-recurring-revenue-management-scaled.jpg'),(9649,4071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1201;s:6:\"height\";i:2560;s:4:\"file\";s:59:\"2020/11/benefits-of-recurring-revenue-management-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"benefits-of-recurring-revenue-management-141x300.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"benefits-of-recurring-revenue-management-480x1024.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"benefits-of-recurring-revenue-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"benefits-of-recurring-revenue-management-768x1637.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1637;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"benefits-of-recurring-revenue-management.jpg\";}'),(9650,4072,'_wp_attached_file','2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg'),(9651,4072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1201;s:6:\"height\";i:2560;s:4:\"file\";s:61:\"2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"benefits-of-recurring-revenue-management-1-141x300.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"benefits-of-recurring-revenue-management-1-480x1024.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"benefits-of-recurring-revenue-management-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"benefits-of-recurring-revenue-management-1-768x1637.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"benefits-of-recurring-revenue-management-1-721x1536.jpg\";s:5:\"width\";i:721;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:55:\"benefits-of-recurring-revenue-management-1-961x2048.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:46:\"benefits-of-recurring-revenue-management-1.jpg\";}'),(9652,4072,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.0212783617727296814337023533880710601806640625;s:5:\"bytes\";i:130346;s:11:\"size_before\";i:1084294;s:10:\"size_after\";i:953948;s:4:\"time\";d:0.33999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15622;s:11:\"size_before\";i:28593;s:10:\"size_after\";i:12971;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:18836;s:11:\"size_before\";i:129500;s:10:\"size_after\";i:110664;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.9800000000000039790393202565610408782958984375;s:5:\"bytes\";i:15567;s:11:\"size_before\";i:22568;s:10:\"size_after\";i:7001;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:24853;s:11:\"size_before\";i:270357;s:10:\"size_after\";i:245504;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:23831;s:11:\"size_before\";i:245896;s:10:\"size_after\";i:222065;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:31637;s:11:\"size_before\";i:387380;s:10:\"size_after\";i:355743;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(9653,4072,'_wp_attachment_image_alt',''),(9654,4069,'_thumbnail_id','4070'),(9655,4069,'_yoast_wpseo_content_score','30'),(9657,4069,'_yoast_wpseo_focuskw','From Robust Reporting to Increased Efficiency'),(9658,4069,'_yoast_wpseo_title','From Robust Reporting to Increased Efficiency'),(9659,4069,'_yoast_wpseo_metadesc','To measure and manage the growth of the recurring revenue, different modules and metrics are used that automates recurring revenue management.'),(9660,4069,'_yoast_wpseo_linkdex','59'),(9661,4069,'_yoast_wpseo_primary_category','60'),(9662,4075,'_edit_last','1'),(9663,4075,'_edit_lock','1606904880:1'),(9664,4076,'_wp_attached_file','2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg'),(9665,4076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:100:\"2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:101:\"Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:100:\"Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9666,4076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.337472905360254316065038437955081462860107421875;s:5:\"bytes\";i:50322;s:11:\"size_before\";i:184077;s:10:\"size_after\";i:133755;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:11810;s:11:\"size_before\";i:23983;s:10:\"size_after\";i:12173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13701;s:11:\"size_before\";i:82583;s:10:\"size_after\";i:68882;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:11602;s:11:\"size_before\";i:17754;s:10:\"size_after\";i:6152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:13209;s:11:\"size_before\";i:59757;s:10:\"size_after\";i:46548;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(9667,4077,'_wp_attached_file','2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg'),(9668,4077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1200;s:4:\"file\";s:84:\"2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:84:\"Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:85:\"Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes-1024x878.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes-768x658.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9669,4077,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.70764588197302913386010914109647274017333984375;s:5:\"bytes\";i:74648;s:11:\"size_before\";i:269413;s:10:\"size_after\";i:194765;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:15902;s:11:\"size_before\";i:32441;s:10:\"size_after\";i:16539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:23343;s:11:\"size_before\";i:126747;s:10:\"size_after\";i:103404;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.3700000000000045474735088646411895751953125;s:5:\"bytes\";i:15348;s:11:\"size_before\";i:22126;s:10:\"size_after\";i:6778;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:20055;s:11:\"size_before\";i:88099;s:10:\"size_after\";i:68044;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9670,4076,'_wp_attachment_image_alt','Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow'),(9671,4077,'_wp_attachment_image_alt','Fine-Tune the Management of Key Subscription Business Business Processes'),(9672,4075,'_thumbnail_id','4076'),(9673,4075,'_yoast_wpseo_focuskw','Subscription Growth'),(9674,4075,'_yoast_wpseo_title','2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice'),(9675,4075,'_yoast_wpseo_metadesc','SubscriptionFlow aims to provide support to subscription and SaaS businesses against all the obstacles of subscription management in one place.'),(9676,4075,'_yoast_wpseo_linkdex','61'),(9677,4075,'_yoast_wpseo_content_score','30'),(9678,4075,'_yoast_wpseo_primary_category','3'),(9681,4081,'_wp_attached_file','2020/11/recurring-payments-with-adyen.png'),(9682,4081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:285;s:4:\"file\";s:41:\"2020/11/recurring-payments-with-adyen.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"recurring-payments-with-adyen-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"recurring-payments-with-adyen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9683,4081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.060956934224780212616678909398615360260009765625;s:5:\"bytes\";i:4300;s:11:\"size_before\";i:26773;s:10:\"size_after\";i:22473;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:14688;s:10:\"size_after\";i:12476;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:2088;s:11:\"size_before\";i:12085;s:10:\"size_after\";i:9997;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(9684,4081,'_wp_attachment_image_alt','recurring payments with adyen'),(9685,4082,'_wp_attached_file','2020/11/subscription-billing-with-adyen.jpg'),(9686,4082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2020/11/subscription-billing-with-adyen.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"subscription-billing-with-adyen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"subscription-billing-with-adyen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9687,4082,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.79327713815789735463113174773752689361572265625;s:5:\"bytes\";i:24045;s:11:\"size_before\";i:38912;s:10:\"size_after\";i:14867;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:12183;s:11:\"size_before\";i:22390;s:10:\"size_after\";i:10207;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11862;s:11:\"size_before\";i:16522;s:10:\"size_after\";i:4660;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9688,4082,'_wp_attachment_image_alt','subscription billing with adyen'),(9689,4083,'_wp_attached_file','2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg'),(9690,4083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:92:\"2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9691,4083,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.5129702566888454384752549231052398681640625;s:5:\"bytes\";i:22646;s:11:\"size_before\";i:36815;s:10:\"size_after\";i:14169;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11421;s:11:\"size_before\";i:21647;s:10:\"size_after\";i:10226;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:74;s:5:\"bytes\";i:11225;s:11:\"size_before\";i:15168;s:10:\"size_after\";i:3943;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9692,4083,'_wp_attachment_image_alt','Adyen—All-In-One Payment Processing Platform for Mid to Large-Sized Businesses'),(9693,4084,'_wp_attached_file','2020/11/SubscriptionFlow-Adyen-Integration.jpg'),(9694,4084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/11/SubscriptionFlow-Adyen-Integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"SubscriptionFlow-Adyen-Integration-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"SubscriptionFlow-Adyen-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9695,4084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:62.28718193131569336173924966715276241302490234375;s:5:\"bytes\";i:23524;s:11:\"size_before\";i:37767;s:10:\"size_after\";i:14243;s:4:\"time\";d:0.09000000000000001054711873393898713402450084686279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.75;s:5:\"bytes\";i:11968;s:11:\"size_before\";i:21858;s:10:\"size_after\";i:9890;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11556;s:11:\"size_before\";i:15909;s:10:\"size_after\";i:4353;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9696,4084,'_wp_attachment_image_alt','SubscriptionFlow + Adyen Integration'),(9697,4085,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606218166134{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218368623{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218417260{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9698,3972,'_yoast_wpseo_title','Recurring Payments with Adyen | SubscriptionFlow'),(9699,3972,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349408411{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349452649{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349499978{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9700,4080,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606218166134{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218633864{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218417260{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9709,4088,'_wp_attached_file','2020/11/subscriptionflow-and-adyen-unscreen.gif'),(9710,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2020/11/subscriptionflow-and-adyen-unscreen.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"subscriptionflow-and-adyen-unscreen-300x225.gif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"subscriptionflow-and-adyen-unscreen-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9711,4088,'wp-smush-animated','1'),(9712,4088,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0157517523824525496056736528771580196917057037353515625;s:5:\"bytes\";i:2;s:11:\"size_before\";i:12697;s:10:\"size_after\";i:12695;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:8225;s:10:\"size_after\";i:8223;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4472;s:10:\"size_after\";i:4472;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9713,4088,'_wp_attachment_image_alt','subscriptionflow-and-adyen'),(9714,4089,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606218166134{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218633864{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218417260{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9715,4091,'_wp_attached_file','2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg'),(9716,4091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Convert-More-Manage-Churn-and-Grow-Business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Convert-More-Manage-Churn-and-Grow-Business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Convert-More-Manage-Churn-and-Grow-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Convert-More-Manage-Churn-and-Grow-Business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9717,4091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.830876575065342848347427207045257091522216796875;s:5:\"bytes\";i:55322;s:11:\"size_before\";i:179437;s:10:\"size_after\";i:124115;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:13234;s:11:\"size_before\";i:24999;s:10:\"size_after\";i:11765;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:14853;s:11:\"size_before\";i:78439;s:10:\"size_after\";i:63586;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.9599999999999937472239253111183643341064453125;s:5:\"bytes\";i:13098;s:11:\"size_before\";i:18723;s:10:\"size_after\";i:5625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14137;s:11:\"size_before\";i:57276;s:10:\"size_after\";i:43139;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9718,4092,'_wp_attached_file','2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg'),(9719,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:1024;s:4:\"file\";s:48:\"2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Benefits-of-SaaS-Revenue-Forecasting-120x300.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Benefits-of-SaaS-Revenue-Forecasting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9720,4092,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:53.7598926144467128551696077920496463775634765625;s:5:\"bytes\";i:19224;s:11:\"size_before\";i:35759;s:10:\"size_after\";i:16535;s:4:\"time\";d:0.06999999999999999278355033993648248724639415740966796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:9715;s:11:\"size_before\";i:20784;s:10:\"size_after\";i:11069;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.5;s:5:\"bytes\";i:9509;s:11:\"size_before\";i:14975;s:10:\"size_after\";i:5466;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(9721,4091,'_wp_attachment_image_alt','Convert More, Manage Churn, and Grow Business'),(9722,4090,'_edit_last','1'),(9723,4090,'_edit_lock','1606309525:1'),(9724,4090,'_thumbnail_id','4091'),(9726,4090,'_yoast_wpseo_focuskw','Convert More'),(9727,4090,'_yoast_wpseo_title','Convert More, Manage Churn, and Grow Business'),(9728,4090,'_yoast_wpseo_metadesc','With the subscription management platform, it has become more than ever to use automated AI modules and analytics to generate recurring revenue growth reports.'),(9729,4090,'_yoast_wpseo_linkdex','61'),(9730,4090,'_yoast_wpseo_content_score','30'),(9731,4090,'_yoast_wpseo_primary_category','3'),(9732,4094,'_edit_last','1'),(9733,4094,'_edit_lock','1607349143:1'),(9734,4094,'_wp_page_template','default'),(9735,4094,'_wpb_vc_js_status','true'),(9736,4097,'_wp_attached_file','2020/11/subscriptionflow-gocardless.gif'),(9737,4097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:182;s:4:\"file\";s:39:\"2020/11/subscriptionflow-gocardless.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"subscriptionflow-gocardless-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9738,4097,'wp-smush-animated','1'),(9739,4097,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0161864681126578195680121297073128516785800457000732421875;s:5:\"bytes\";i:1;s:11:\"size_before\";i:6178;s:10:\"size_after\";i:6177;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1;s:11:\"size_before\";i:6178;s:10:\"size_after\";i:6177;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9740,4096,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605510193365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510227422{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510251397{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9741,4094,'_yoast_wpseo_content_score','30'),(9742,4098,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605510193365{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510227422{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605510251397{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9743,4099,'_wp_attached_file','2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png'),(9744,4099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:80:\"2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9745,4099,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.215026172636765267043301719240844249725341796875;s:5:\"bytes\";i:3981;s:11:\"size_before\";i:38972;s:10:\"size_after\";i:34991;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3198;s:11:\"size_before\";i:28567;s:10:\"size_after\";i:25369;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:783;s:11:\"size_before\";i:10405;s:10:\"size_after\";i:9622;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(9746,4099,'_wp_attachment_image_alt','Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration'),(9747,4100,'_wp_attached_file','2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg'),(9748,4100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:66:\"2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9749,4100,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:60.4705477431409263999739778228104114532470703125;s:5:\"bytes\";i:24597;s:11:\"size_before\";i:40676;s:10:\"size_after\";i:16079;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:12437;s:11:\"size_before\";i:23788;s:10:\"size_after\";i:11351;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:72;s:5:\"bytes\";i:12160;s:11:\"size_before\";i:16888;s:10:\"size_after\";i:4728;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9750,4100,'_wp_attachment_image_alt','The Simplest and Stellar Way to Accept Direct Deposits'),(9751,4101,'_wp_attached_file','2020/11/SubscriptionFlow-GoCardless-Integration.jpg'),(9752,4101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:51:\"2020/11/SubscriptionFlow-GoCardless-Integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-GoCardless-Integration-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"SubscriptionFlow-GoCardless-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9753,4101,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:48.30121886287432886319948011077940464019775390625;s:5:\"bytes\";i:33565;s:11:\"size_before\";i:69491;s:10:\"size_after\";i:35926;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:17016;s:11:\"size_before\";i:43314;s:10:\"size_after\";i:26298;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:16549;s:11:\"size_before\";i:26177;s:10:\"size_after\";i:9628;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9754,4101,'_wp_attachment_image_alt','SubscriptionFlow GoCardless Integration'),(9755,4102,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606375453233{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606376878585{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606375479981{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606377033494{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606378962477{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9756,4094,'_yoast_wpseo_focuskw','Recurring Payments with GoCardless'),(9757,4094,'_yoast_wpseo_title','Recurring Payments with GoCardless | SubscriptionFlow'),(9758,4094,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, GoCardless to facilitate more customers with their preferred payment methods.'),(9759,4094,'_yoast_wpseo_linkdex','63'),(9760,4094,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606375453233{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606376878585{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349185466{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349208833{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349249682{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9762,4104,'_edit_last','1'),(9763,4104,'_edit_lock','1613463222:1'),(9764,4104,'_wp_page_template','default'),(9765,4104,'_wpb_vc_js_status','true'),(9770,4108,'_wp_attached_file','2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg'),(9771,4108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Budgeted-WorldPay-SubscriptionFlow-Integration-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Budgeted-WorldPay-SubscriptionFlow-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9772,4108,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.8706519235199294826088589616119861602783203125;s:5:\"bytes\";i:22181;s:11:\"size_before\";i:34728;s:10:\"size_after\";i:12547;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11125;s:11:\"size_before\";i:19815;s:10:\"size_after\";i:8690;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:11056;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:3857;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9773,4109,'_wp_attached_file','2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg'),(9774,4109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Accepting-Payment-from-Several-Payment-Methods-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Accepting-Payment-from-Several-Payment-Methods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9775,4109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:58.882663150955835362765355966985225677490234375;s:5:\"bytes\";i:25011;s:11:\"size_before\";i:42476;s:10:\"size_after\";i:17465;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:12649;s:11:\"size_before\";i:24844;s:10:\"size_after\";i:12195;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12362;s:11:\"size_before\";i:17632;s:10:\"size_after\";i:5270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9776,4109,'_wp_attachment_image_alt','Accepting-Payment-from-Several-Payment-Methods'),(9777,4110,'_wp_attached_file','2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png'),(9778,4110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:72:\"2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9779,4110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.55139380987196062733346479944884777069091796875;s:5:\"bytes\";i:5095;s:11:\"size_before\";i:53343;s:10:\"size_after\";i:48248;s:4:\"time\";d:0.32999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3851;s:11:\"size_before\";i:38276;s:10:\"size_after\";i:34425;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:15067;s:10:\"size_after\";i:13823;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(9780,4110,'_wp_attachment_image_alt','SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform'),(9781,4111,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606471700804{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471691134{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471594383{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9782,4104,'_yoast_wpseo_focuskw','Recurring Billing with Worldpay'),(9783,4104,'_yoast_wpseo_title','Recurring Billing with Worldpay | SubscriptionFlow'),(9784,4104,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, WorldPay to facilitate more customers with their preferred payment methods.'),(9785,4104,'_yoast_wpseo_linkdex','59'),(9786,4104,'_yoast_wpseo_content_score','30'),(9787,4104,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349585043{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349620003{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349637521{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9791,4107,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606471700804{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471691134{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471594383{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9796,4114,'_wp_attached_file','2020/11/subscriptionflow-integration-with-worldpay.png'),(9797,4114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:54:\"2020/11/subscriptionflow-integration-with-worldpay.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"subscriptionflow-integration-with-worldpay-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"subscriptionflow-integration-with-worldpay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9798,4114,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.99490036830673300727312380331568419933319091796875;s:5:\"bytes\";i:3174;s:11:\"size_before\";i:52945;s:10:\"size_after\";i:49771;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:30332;s:10:\"size_after\";i:28853;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:1695;s:11:\"size_before\";i:22613;s:10:\"size_after\";i:20918;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(9799,4114,'_wp_attachment_image_alt','subscriptionflow-integration-with-worldpay'),(9800,4115,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1606471700804{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471691134{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471594383{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9802,4118,'_edit_last','1'),(9803,4118,'_edit_lock','1607088553:1'),(9804,4119,'_wp_attached_file','2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg'),(9805,4119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:81:\"2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9806,4119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.793695839456749041573857539333403110504150390625;s:5:\"bytes\";i:52872;s:11:\"size_before\";i:197330;s:10:\"size_after\";i:144458;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:12263;s:11:\"size_before\";i:25459;s:10:\"size_after\";i:13196;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14901;s:11:\"size_before\";i:89237;s:10:\"size_after\";i:74336;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:11997;s:11:\"size_before\";i:18662;s:10:\"size_after\";i:6665;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:13711;s:11:\"size_before\";i:63972;s:10:\"size_after\";i:50261;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9807,4119,'_wp_attachment_image_alt','SaaS and Subscription-Based Startups are More Prone to Business Risks'),(9808,4118,'_thumbnail_id','4119'),(9809,4118,'_yoast_wpseo_content_score','30'),(9810,4118,'_yoast_wpseo_primary_category','3'),(9813,4121,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(9814,4122,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1596681754947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722349726{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722459294{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578568242884{margin-top: 25px !important;}'),(9815,4123,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722515066{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722601318{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578578614288{margin-top: 25px !important;}'),(9816,4124,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681926792{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606722749031{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606723961594{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724060173{margin-top: 25px !important;}'),(9817,4125,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681941231{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724228997{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724291874{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724319702{margin-top: 25px !important;}'),(9818,4126,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681953934{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724458800{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724513728{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724637361{margin-top: 25px !important;}'),(9819,4127,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606724768469{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725011062{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725137549{margin-top: 25px !important;}'),(9820,4128,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682166536{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725303442{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725387335{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725461934{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1578661357993{margin-top: 25px !important;}'),(9821,4129,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725666394{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606725852503{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606726052977{margin-top: 25px !important;}'),(9823,4130,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579159637158{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579162192080{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579163485260{margin-top: 25px !important;}'),(9825,4131,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169376007{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579169426587{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579176311688{margin-top: 25px !important;}'),(9828,4132,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579253766950{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260877436{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579260746964{margin-top: 25px !important;}'),(9829,4133,'_edit_last','1'),(9830,4133,'_edit_lock','1606893213:1'),(9831,4134,'_wp_attached_file','2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg'),(9832,4134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:822;s:6:\"height\";i:1060;s:4:\"file\";s:81:\"2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It-768x990.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9833,4134,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.55287950786274819847676553763449192047119140625;s:5:\"bytes\";i:82222;s:11:\"size_before\";i:400051;s:10:\"size_after\";i:317829;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:16195;s:11:\"size_before\";i:36797;s:10:\"size_after\";i:20602;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:25531;s:11:\"size_before\";i:174909;s:10:\"size_after\";i:149378;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:15413;s:11:\"size_before\";i:23188;s:10:\"size_after\";i:7775;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:25083;s:11:\"size_before\";i:165157;s:10:\"size_after\";i:140074;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9834,4135,'_wp_attached_file','2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg'),(9835,4135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:67:\"2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9836,4135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.511024722104110651343944482505321502685546875;s:5:\"bytes\";i:48584;s:11:\"size_before\";i:164630;s:10:\"size_after\";i:116046;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:11529;s:11:\"size_before\";i:22372;s:10:\"size_after\";i:10843;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:13008;s:11:\"size_before\";i:71519;s:10:\"size_after\";i:58511;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.0100000000000051159076974727213382720947265625;s:5:\"bytes\";i:11437;s:11:\"size_before\";i:17325;s:10:\"size_after\";i:5888;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:12610;s:11:\"size_before\";i:53414;s:10:\"size_after\";i:40804;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9837,4135,'_wp_attachment_image_alt','SubscriptionFlow HubSpot Integration For SaaS Marketing'),(9838,4134,'_wp_attachment_image_alt','The-Changing-Landscape-of-SaaS-Marketing—Are You Keeping Up with It'),(9839,4133,'_thumbnail_id','4135'),(9841,4133,'_yoast_wpseo_title','The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing | SubscriptionFlow'),(9842,4133,'_yoast_wpseo_metadesc','Integrating HubSpot with SubscriptionFlow makes it easier to use subscription data with the AI-led features as the one-stop SaaS marketing destination for high-quality leads.'),(9843,4133,'_yoast_wpseo_content_score','30'),(9844,4133,'_yoast_wpseo_primary_category','96'),(9846,4133,'_yoast_wpseo_focuskw','HubSpot and SubscriptionFlow Integration'),(9847,4133,'_yoast_wpseo_linkdex','51'),(9849,4140,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682283877{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894373506{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894401805{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1579070864792{margin-top: 25px !important;}'),(9850,4141,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894731464{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894793207{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606894871846{margin-top: 25px !important;}'),(9851,4143,'_edit_last','1'),(9852,4143,'_edit_lock','1606917844:1'),(9853,4144,'_wp_attached_file','2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg'),(9854,4144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:2000;s:4:\"file\";s:83:\"2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION-120x300.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:84:\"POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION-410x1024.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION-768x1920.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:84:\"POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION-614x1536.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9855,4144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.915642828859677848640785668976604938507080078125;s:5:\"bytes\";i:99808;s:11:\"size_before\";i:717236;s:10:\"size_after\";i:617428;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12191;s:11:\"size_before\";i:25057;s:10:\"size_after\";i:12866;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:18058;s:11:\"size_before\";i:122990;s:10:\"size_after\";i:104932;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12035;s:11:\"size_before\";i:20083;s:10:\"size_after\";i:8048;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:32038;s:11:\"size_before\";i:318493;s:10:\"size_after\";i:286455;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:25486;s:11:\"size_before\";i:230613;s:10:\"size_after\";i:205127;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(9856,4145,'_wp_attached_file','2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg'),(9857,4145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:89:\"2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:89:\"Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:90:\"Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:89:\"Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:89:\"Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9858,4145,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.396458468927438190121392835862934589385986328125;s:5:\"bytes\";i:54175;s:11:\"size_before\";i:178228;s:10:\"size_after\";i:124053;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:12811;s:11:\"size_before\";i:24376;s:10:\"size_after\";i:11565;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14756;s:11:\"size_before\";i:78090;s:10:\"size_after\";i:63334;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.5100000000000051159076974727213382720947265625;s:5:\"bytes\";i:12538;s:11:\"size_before\";i:18301;s:10:\"size_after\";i:5763;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:14070;s:11:\"size_before\";i:57461;s:10:\"size_after\";i:43391;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9859,4145,'_wp_attachment_image_alt','Businesses Tightening the reins on post-COVID measures for Customer Retention'),(9860,4144,'_wp_attachment_image_alt','POST-COVID CUSTOMER BEHAVIOR TRENDS AND MEASURES FOR CUSTOMER RETENTION'),(9861,4143,'_thumbnail_id','4145'),(9862,4143,'_yoast_wpseo_focuskw','post-COVID measures for Customer Retention'),(9863,4143,'_yoast_wpseo_title','Businesses Tightening the reins on post-COVID measures for Customer Retention'),(9864,4143,'_yoast_wpseo_linkdex','62'),(9865,4143,'_yoast_wpseo_content_score','30'),(9866,4143,'_yoast_wpseo_primary_category','100'),(9874,4154,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979760050{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979903225{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606979961198{margin-top: 25px !important;}'),(9875,4155,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980039224{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980245646{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980263742{margin-top: 25px !important;}'),(9876,4156,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980404313{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980465264{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980567985{margin-top: 25px !important;}'),(9877,2965,'_yoast_wpseo_focuskw','Subscription Management Software for Telemedicine Companies'),(9878,2965,'_yoast_wpseo_title','Subscription Management Software for Telemedicine Companies | SubscriptionFlow'),(9879,2965,'_yoast_wpseo_metadesc','Subscription Management Software for Telemedicine Companies can automate your business process with AI-Powered Subscription Handling Tools.'),(9880,2965,'_yoast_wpseo_linkdex','63'),(9881,4157,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606980994161{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981051591{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981115176{margin-top: 25px !important;}'),(9882,4158,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682407795{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981320131{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981564081{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606981690897{margin-top: 25px !important;}'),(9883,3040,'_yoast_wpseo_metadesc','AI-Fueled Subscription Billing Software for Clubs can manage all your club memberships billing hassles with flexible subscription engine.'),(9884,4159,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682427897{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982247780{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982403906{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982431432{margin-top: 25px !important;}'),(9885,4160,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982821674{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983240351{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983225860{margin-top: 25px !important;}'),(9886,4161,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606982821674{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983297916{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983225860{margin-top: 25px !important;}'),(9887,4163,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682474815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983584211{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983681977{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606983795423{margin-top: 25px !important;}'),(9888,4165,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682494885{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984351418{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984459977{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606984843977{margin-top: 25px !important;}'),(9889,4167,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682517851{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985463298{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985543018{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606985610080{margin-top: 25px !important;}'),(9890,4168,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990142482{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990203982{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990281521{margin-top: 25px !important;}'),(9891,4169,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1596715682074{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990587034{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990692953{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606990754145{margin-top: 25px !important;}'),(9892,4170,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991311300{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991415658{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991503080{margin-top: 25px !important;}'),(9893,4171,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1601618780046{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618602229{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991801076{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1601618692051{margin-top: 25px !important;}'),(9894,4172,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991894267{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991977487{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606991964074{margin-top: 25px !important;}'),(9895,4173,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603262266252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992075099{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992161204{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992236730{margin-top: 25px !important;}'),(9896,4174,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603262266252{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992274361{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992161204{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992236730{margin-top: 25px !important;}'),(9897,4176,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1603867784731{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992374050{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992504283{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606992642970{margin-top: 25px !important;}'),(9898,4180,'_wp_attached_file','2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg'),(9899,4180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:69:\"2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Subscription-Management-Software-Integrated-with-SugarCRM-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"Subscription-Management-Software-Integrated-with-SugarCRM-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Subscription-Management-Software-Integrated-with-SugarCRM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"Subscription-Management-Software-Integrated-with-SugarCRM-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9900,4180,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.1271123152538251588339335285127162933349609375;s:5:\"bytes\";i:45058;s:11:\"size_before\";i:115158;s:10:\"size_after\";i:70100;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:10783;s:11:\"size_before\";i:17132;s:10:\"size_after\";i:6349;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:12032;s:11:\"size_before\";i:48182;s:10:\"size_after\";i:36150;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.9800000000000039790393202565610408782958984375;s:5:\"bytes\";i:10657;s:11:\"size_before\";i:13325;s:10:\"size_after\";i:2668;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11586;s:11:\"size_before\";i:36519;s:10:\"size_after\";i:24933;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9901,4180,'_wp_attachment_image_alt','Subscription Management Software Integrated with SugarCRM'),(9902,3391,'_yoast_wpseo_focuskw','Subscription Software Integrated with Salesforce'),(9903,3391,'_yoast_wpseo_title','Subscription Software Integrated with Salesforce | SubscriptionFlow'),(9904,3391,'_yoast_wpseo_linkdex','58'),(9905,3412,'_yoast_wpseo_focuskw','Subscription Software Integration with Avalara'),(9906,3412,'_yoast_wpseo_linkdex','65'),(9907,4186,'_edit_last','1'),(9908,4186,'_edit_lock','1611056586:1'),(9912,4186,'_yoast_wpseo_content_score','30'),(9917,4193,'_wp_attached_file','2020/12/PAYMENT-GATEWAYS-IN-US.jpg'),(9918,4193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2020/12/PAYMENT-GATEWAYS-IN-US.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PAYMENT-GATEWAYS-IN-US-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PAYMENT-GATEWAYS-IN-US-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PAYMENT-GATEWAYS-IN-US-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"PAYMENT-GATEWAYS-IN-US-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9919,4193,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.73866409891204742876880118274129927158355712890625;s:5:\"bytes\";i:8582;s:11:\"size_before\";i:149547;s:10:\"size_after\";i:140965;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1085;s:11:\"size_before\";i:14210;s:10:\"size_after\";i:13125;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3883;s:11:\"size_before\";i:76677;s:10:\"size_after\";i:72794;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:767;s:11:\"size_before\";i:7116;s:10:\"size_after\";i:6349;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2847;s:11:\"size_before\";i:51544;s:10:\"size_after\";i:48697;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9920,4193,'_wp_attachment_image_alt','PAYMENT-GATEWAYS-IN-US'),(9942,4201,'_wp_attached_file','2020/12/Top-Payment-Gateways-in-US.jpg'),(9943,4201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/12/Top-Payment-Gateways-in-US.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-US-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Top-Payment-Gateways-in-US-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-US-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-US-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9944,4201,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.079526000172155164591458742506802082061767578125;s:5:\"bytes\";i:5311;s:11:\"size_before\";i:104557;s:10:\"size_after\";i:99246;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:900;s:11:\"size_before\";i:9991;s:10:\"size_after\";i:9091;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:53483;s:10:\"size_after\";i:51403;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:765;s:11:\"size_before\";i:5325;s:10:\"size_after\";i:4560;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:35758;s:10:\"size_after\";i:34192;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9945,4201,'_wp_attachment_image_alt','Top-Payment-Gateways-in-US'),(9946,4186,'_thumbnail_id','4201'),(9947,4186,'_yoast_wpseo_primary_category','79'),(9950,4186,'_yoast_wpseo_focuskw','Payment Gateway Services Providers in the United States'),(9951,4186,'_yoast_wpseo_title','All the Top Payment Gateway Services Providers in the United States'),(9952,4186,'_yoast_wpseo_metadesc','SubscriptionFlow enlists top payment gateways in the United States to let our customers compare and choose the best payment gateway to receive payments.'),(9953,4186,'_yoast_wpseo_linkdex','59'),(9955,4212,'_wp_attached_file','2020/12/2checkout.png'),(9956,4212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/12/2checkout.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"2checkout-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9957,4212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.521351652432230139311286620795726776123046875;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:5386;s:10:\"size_after\";i:4173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:5386;s:10:\"size_after\";i:4173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9958,4213,'_wp_attached_file','2020/12/amazonpay.png'),(9959,4213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/12/amazonpay.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"amazonpay-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9960,4213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.666919000757001612100793863646686077117919921875;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:6605;s:10:\"size_after\";i:5306;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:6605;s:10:\"size_after\";i:5306;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(9961,4214,'_wp_attached_file','2020/12/authorize.net-payment-gateway.png'),(9962,4214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:41:\"2020/12/authorize.net-payment-gateway.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"authorize.net-payment-gateway-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9963,4214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.006116207951070151693784282542765140533447265625;s:5:\"bytes\";i:818;s:11:\"size_before\";i:8175;s:10:\"size_after\";i:7357;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:818;s:11:\"size_before\";i:8175;s:10:\"size_after\";i:7357;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(9964,4215,'_wp_attached_file','2020/12/braintree.png'),(9965,4215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/12/braintree.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"braintree-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9966,4215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2896;s:10:\"size_after\";i:2896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2896;s:10:\"size_after\";i:2896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9967,4216,'_wp_attached_file','2020/12/gocardless.png'),(9968,4216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:22:\"2020/12/gocardless.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gocardless-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9969,4216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.80530594779632025392857030965387821197509765625;s:5:\"bytes\";i:692;s:11:\"size_before\";i:4674;s:10:\"size_after\";i:3982;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:692;s:11:\"size_before\";i:4674;s:10:\"size_after\";i:3982;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(9970,4217,'_wp_attached_file','2020/12/paypal.png'),(9971,4217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/12/paypal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"paypal-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9972,4217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.5690607734806629736112881801091134548187255859375;s:5:\"bytes\";i:614;s:11:\"size_before\";i:4525;s:10:\"size_after\";i:3911;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:614;s:11:\"size_before\";i:4525;s:10:\"size_after\";i:3911;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(9973,4218,'_wp_attached_file','2020/12/paysimple.png'),(9974,4218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2020/12/paysimple.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"paysimple-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9975,4218,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.6077170418006421215295631554909050464630126953125;s:5:\"bytes\";i:722;s:11:\"size_before\";i:6220;s:10:\"size_after\";i:5498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:722;s:11:\"size_before\";i:6220;s:10:\"size_after\";i:5498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(9976,4219,'_wp_attached_file','2020/12/stripe.png'),(9977,4219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/12/stripe.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"stripe-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9978,4219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.3486238532110093046867405064404010772705078125;s:5:\"bytes\";i:391;s:11:\"size_before\";i:2725;s:10:\"size_after\";i:2334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:391;s:11:\"size_before\";i:2725;s:10:\"size_after\";i:2334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(9979,4220,'_wp_attached_file','2020/12/worldpay.png'),(9980,4220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2020/12/worldpay.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"worldpay-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9981,4220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.92401857323765312912655645050108432769775390625;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:7107;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:7107;s:10:\"size_after\";i:5691;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(9982,4212,'_wp_attachment_image_alt','2checkout'),(9983,4213,'_wp_attachment_image_alt','amazonpay'),(9984,4214,'_wp_attachment_image_alt','authorize.net-payment-gateway'),(9985,4215,'_wp_attachment_image_alt','braintree'),(9986,4216,'_wp_attachment_image_alt','gocardless'),(9987,4218,'_wp_attachment_image_alt','paysimple'),(9988,4217,'_wp_attachment_image_alt','paypal'),(9989,4219,'_wp_attachment_image_alt','stripe'),(9990,4220,'_wp_attachment_image_alt','worldpay'),(9993,4223,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322375493{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322402969{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322512287{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9994,3817,'_yoast_wpseo_focuskw','Recurring Billing With Stripe'),(9995,3817,'_yoast_wpseo_title','Recurring Billing With Stripe | SubscriptionFlow'),(9996,3817,'_yoast_wpseo_linkdex','63'),(9997,4224,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322788353{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322993265{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607323001548{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(9998,3796,'_yoast_wpseo_focuskw','Recurring Billing with Authorize.net'),(9999,3796,'_yoast_wpseo_title','Recurring Billing with Authorize.net | SubscriptionFlow'),(10000,3796,'_yoast_wpseo_linkdex','65'),(10001,4227,'_wp_attached_file','2020/12/Subscriptionflow-xero-integration.jpg'),(10002,4227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2020/12/Subscriptionflow-xero-integration.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Subscriptionflow-xero-integration-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Subscriptionflow-xero-integration-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Subscriptionflow-xero-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Subscriptionflow-xero-integration-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10003,4227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.23879432419154422717610941617749631404876708984375;s:5:\"bytes\";i:5867;s:11:\"size_before\";i:138412;s:10:\"size_after\";i:132545;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:907;s:11:\"size_before\";i:12849;s:10:\"size_after\";i:11942;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:69896;s:10:\"size_after\";i:67778;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:756;s:11:\"size_before\";i:7284;s:10:\"size_after\";i:6528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:48383;s:10:\"size_after\";i:46297;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10004,4227,'_wp_attachment_image_alt','Subscriptionflow-xero-integration'),(10012,4229,'_edit_last','1'),(10013,4229,'_edit_lock','1607345217:1'),(10014,4230,'_wp_attached_file','2020/12/xero-infographic.jpg'),(10015,4230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:28:\"2020/12/xero-infographic.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"xero-infographic-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"xero-infographic-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"xero-infographic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"xero-infographic-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10016,4230,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.0452973382283499148570626857690513134002685546875;s:5:\"bytes\";i:18912;s:11:\"size_before\";i:235069;s:10:\"size_after\";i:216157;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:17742;s:10:\"size_after\";i:15950;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:8374;s:11:\"size_before\";i:109910;s:10:\"size_after\";i:101536;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:955;s:11:\"size_before\";i:7161;s:10:\"size_after\";i:6206;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7791;s:11:\"size_before\";i:100256;s:10:\"size_after\";i:92465;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10017,4230,'_wp_attachment_image_alt','xero-infographic'),(10018,4229,'_thumbnail_id','4227'),(10019,4229,'_yoast_wpseo_focuskw','Integrating Xero'),(10020,4229,'_yoast_wpseo_title','This is Why Integrating Xero Is An Ultimate Accounting Solution for Smart Subscription'),(10021,4229,'_yoast_wpseo_linkdex','56'),(10022,4229,'_yoast_wpseo_content_score','30'),(10023,4229,'_yoast_wpseo_primary_category','96'),(10025,4234,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349022011{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349049024{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349087099{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10026,4235,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606375453233{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606376878585{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349185466{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349208833{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349249682{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10027,4236,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349408411{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349452649{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349499978{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10028,4237,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349585043{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349620003{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349637521{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10029,3400,'_yoast_wpseo_focuskw','Subscription Software Integration with Shopify'),(10030,3400,'_yoast_wpseo_title','Subscription Software Integration with Shopify | Subscription Flow'),(10031,3400,'_yoast_wpseo_linkdex','58'),(10034,4244,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497006494{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497022947{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10035,4245,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497141062{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10036,1458,'_yoast_wpseo_focuskw','Self-service Portal'),(10037,1458,'_yoast_wpseo_linkdex','59'),(10038,4246,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497432960{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10039,4248,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10040,4249,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10041,4250,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498534270{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607498576589{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10042,4251,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607499624391{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10043,4252,'_edit_last','1'),(10044,4252,'_edit_lock','1607579799:1'),(10045,4253,'_wp_attached_file','2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg'),(10046,4253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:71:\"2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10047,4253,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.653545760235488604195097650517709553241729736328125;s:5:\"bytes\";i:2470;s:11:\"size_before\";i:93083;s:10:\"size_after\";i:90613;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:742;s:11:\"size_before\";i:9190;s:10:\"size_after\";i:8448;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:545;s:11:\"size_before\";i:47655;s:10:\"size_after\";i:47110;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:680;s:11:\"size_before\";i:4811;s:10:\"size_after\";i:4131;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:503;s:11:\"size_before\";i:31427;s:10:\"size_after\";i:30924;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(10048,4253,'_wp_attachment_image_alt','All-You-Need-to-Know-About-the-Subscription-Video-On-Demand'),(10049,4254,'_wp_attached_file','2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png'),(10050,4254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:5000;s:4:\"file\";s:99:\"2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:98:\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation-42x300.png\";s:5:\"width\";i:42;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:100:\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation-143x1024.png\";s:5:\"width\";i:143;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:99:\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:100:\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation-215x1536.png\";s:5:\"width\";i:215;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:100:\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation-287x2048.png\";s:5:\"width\";i:287;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10051,4254,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.9921716587376607776604942046105861663818359375;s:5:\"bytes\";i:132545;s:11:\"size_before\";i:509942;s:10:\"size_after\";i:377397;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1689;s:11:\"size_before\";i:12583;s:10:\"size_after\";i:10894;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:22892;s:11:\"size_before\";i:89879;s:10:\"size_after\";i:66987;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4438;s:11:\"size_before\";i:15610;s:10:\"size_after\";i:11172;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:42136;s:11:\"size_before\";i:159303;s:10:\"size_after\";i:117167;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:61390;s:11:\"size_before\";i:232567;s:10:\"size_after\";i:171177;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(10052,4254,'_wp_attachment_image_alt','15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity,-Revenue,-and-Innovation'),(10053,4252,'_thumbnail_id','4253'),(10054,4252,'_yoast_wpseo_content_score','30'),(10055,4252,'_yoast_wpseo_primary_category','3'),(10057,4252,'_yoast_wpseo_focuskw','Subscription Video On Demand'),(10058,4252,'_yoast_wpseo_title','All You Need to Know About the Subscription-Video-On-Demand (SVOD)'),(10059,4252,'_yoast_wpseo_metadesc','SVOD is the subscription of the OTT (Over-the-top) services that provide access to the video content via streaming through the internet on a recurring basis.'),(10060,4252,'_yoast_wpseo_linkdex','63'),(10064,4260,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}'),(10065,4261,'_wpb_shortcodes_custom_css','.vc_custom_1607688253382{background-color: #ededed !important;}'),(10066,4262,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10067,4263,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10068,4264,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10069,4265,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10070,4266,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10071,4267,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10073,4268,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10074,4269,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10075,4270,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10076,4271,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10077,4272,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10078,4274,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10079,4275,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10080,4276,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10081,4277,'_wpb_shortcodes_custom_css','.vc_custom_1607688428680{background-color: #ededed !important;}'),(10082,4278,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10091,4281,'_edit_last','1'),(10092,4281,'_edit_lock','1607695102:1'),(10094,4284,'_wp_attached_file','2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg'),(10095,4284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:65:\"2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Cloud-Billing-Market-Implications-Trends-Applications-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Cloud-Billing-Market-Implications-Trends-Applications-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Cloud-Billing-Market-Implications-Trends-Applications-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Cloud-Billing-Market-Implications-Trends-Applications-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10096,4284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.64150781647061716483904092456214129924774169921875;s:5:\"bytes\";i:7580;s:11:\"size_before\";i:163309;s:10:\"size_after\";i:155729;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:15515;s:10:\"size_after\";i:14415;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3341;s:11:\"size_before\";i:83475;s:10:\"size_after\";i:80134;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:774;s:11:\"size_before\";i:7735;s:10:\"size_after\";i:6961;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2365;s:11:\"size_before\";i:56584;s:10:\"size_after\";i:54219;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10097,4284,'_wp_attachment_image_alt','Cloud-Billing-Market-Implications,-Trends-&-Applications'),(10098,4285,'_wp_attached_file','2020/12/size-of-the-Cloud-Billing-market.jpg'),(10099,4285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2020/12/size-of-the-Cloud-Billing-market.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"size-of-the-Cloud-Billing-market-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"size-of-the-Cloud-Billing-market-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"size-of-the-Cloud-Billing-market-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10100,4285,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.848874170718470821839218842796981334686279296875;s:5:\"bytes\";i:4378;s:11:\"size_before\";i:90289;s:10:\"size_after\";i:85911;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:18156;s:10:\"size_after\";i:16971;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:793;s:11:\"size_before\";i:8784;s:10:\"size_after\";i:7991;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:63349;s:10:\"size_after\";i:60949;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(10101,4285,'_wp_attachment_image_alt','size-of-the-Cloud-Billing-market'),(10102,4281,'_thumbnail_id','4284'),(10103,4281,'_yoast_wpseo_focuskw','Cloud Billing Market'),(10104,4281,'_yoast_wpseo_title','Cloud Billing Market - Implications, Trends & Applications | SubscriptionFlow'),(10105,4281,'_yoast_wpseo_metadesc','Cloud billing is a crucial part of any subscription-based or SaaS businesses that help them ensure seamless invoicing and billing operations.'),(10106,4281,'_yoast_wpseo_linkdex','69'),(10107,4281,'_yoast_wpseo_content_score','30'),(10108,4281,'_yoast_wpseo_primary_category','9'),(10118,4296,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10129,4307,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10133,4308,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10134,4309,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10135,4310,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10136,4311,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10137,4312,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10138,4314,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}'),(10139,4315,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}.vc_custom_1607930244803{padding-bottom: 40px !important;}'),(10140,4316,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}.vc_custom_1607930265556{padding-bottom: 40px !important;}'),(10141,4317,'_wpb_shortcodes_custom_css','.vc_custom_1607693549995{background-color: #ededed !important;}.vc_custom_1607930265556{padding-bottom: 40px !important;}'),(10144,4319,'_edit_last','1'),(10145,4319,'_edit_lock','1611055922:1'),(10146,4320,'_wp_attached_file','2020/12/sagepay.png'),(10147,4320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2020/12/sagepay.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sagepay-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10148,4320,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.3305548319874986873401212505996227264404296875;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:2713;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:3839;s:10:\"size_after\";i:2713;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10149,4320,'_wp_attachment_image_alt','sagepay'),(10150,4321,'_wp_attached_file','2020/12/adyen.png'),(10151,4321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:17:\"2020/12/adyen.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"adyen-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10152,4321,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.84496124031007813215410351403988897800445556640625;s:5:\"bytes\";i:100;s:11:\"size_before\";i:2064;s:10:\"size_after\";i:1964;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:100;s:11:\"size_before\";i:2064;s:10:\"size_after\";i:1964;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10153,4321,'_wp_attachment_image_alt','adyen'),(10154,4322,'_wp_attached_file','2020/12/Top-Payment-Gateways-in-UK.jpg'),(10155,4322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/12/Top-Payment-Gateways-in-UK.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-UK-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Top-Payment-Gateways-in-UK-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-UK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Top-Payment-Gateways-in-UK-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10156,4322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.77651930872001972971929717459715902805328369140625;s:5:\"bytes\";i:7895;s:11:\"size_before\";i:136674;s:10:\"size_after\";i:128779;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:12595;s:10:\"size_after\";i:11395;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3488;s:11:\"size_before\";i:71079;s:10:\"size_after\";i:67591;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:775;s:11:\"size_before\";i:6038;s:10:\"size_after\";i:5263;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:46962;s:10:\"size_after\";i:44530;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(10157,4322,'_wp_attachment_image_alt','Top-Payment-Gateways-in-UK'),(10158,4323,'_wp_attached_file','2020/12/payment-gateway-option-in-uk.jpg'),(10159,4323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2020/12/payment-gateway-option-in-uk.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"payment-gateway-option-in-uk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"payment-gateway-option-in-uk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"payment-gateway-option-in-uk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"payment-gateway-option-in-uk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10160,4323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0899728239642474392212534439750015735626220703125;s:5:\"bytes\";i:9948;s:11:\"size_before\";i:243229;s:10:\"size_after\";i:233281;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:22954;s:10:\"size_after\";i:21860;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4626;s:11:\"size_before\";i:126481;s:10:\"size_after\";i:121855;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:877;s:11:\"size_before\";i:10773;s:10:\"size_after\";i:9896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3351;s:11:\"size_before\";i:83021;s:10:\"size_after\";i:79670;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(10161,4323,'_wp_attachment_image_alt','payment-gateway-option-in-uk'),(10162,4319,'_thumbnail_id','4322'),(10163,4319,'_yoast_wpseo_title','The Best Payment Gateway Integration Options in UK'),(10164,4319,'_yoast_wpseo_metadesc','SubscriptionFlow enlists top payment gateways in the United Kingdom to let our customers compare and choose the best payment gateway to receive payments.'),(10165,4319,'_yoast_wpseo_content_score','30'),(10166,4319,'_yoast_wpseo_primary_category','79'),(10168,4319,'_yoast_wpseo_focuskw','Payment Gateway Integration Options in UK'),(10169,4319,'_yoast_wpseo_linkdex','59'),(10170,4328,'_edit_last','1'),(10171,4328,'_edit_lock','1608121557:1'),(10172,4328,'_yoast_wpseo_content_score','30'),(10173,4334,'_wp_attached_file','2020/12/Untitled-1.png'),(10174,4334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/12/Untitled-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10175,4334,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.549211218089311614676262252032756805419921875;s:5:\"bytes\";i:51686;s:11:\"size_before\";i:312317;s:10:\"size_after\";i:260631;s:4:\"time\";d:1.3600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:7804;s:11:\"size_before\";i:30571;s:10:\"size_after\";i:22767;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:21220;s:11:\"size_before\";i:159537;s:10:\"size_after\";i:138317;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3632;s:11:\"size_before\";i:14752;s:10:\"size_after\";i:11120;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:19030;s:11:\"size_before\";i:107457;s:10:\"size_after\";i:88427;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}}}'),(10176,4334,'_wp_attachment_image_alt','SaaS Products'),(10177,4328,'_thumbnail_id','4334'),(10178,4328,'_yoast_wpseo_primary_category','100'),(10179,4328,'_yoast_wpseo_focuskw','SaaS Products'),(10180,4328,'_yoast_wpseo_title','Non-Profits Can Increase Impact and Meet Their Fundraising Through SaaS Products'),(10181,4328,'_yoast_wpseo_metadesc','As a donations management SaaS solution for non-profits, SubscriptionFlow offers several tools for any non-profit organization to grow its donor base.'),(10182,4328,'_yoast_wpseo_linkdex','61'),(10189,2803,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10191,4340,'_wp_attached_file','2020/12/automate-subscription-process-with-subscriptionflow.gif'),(10192,4340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:63:\"2020/12/automate-subscription-process-with-subscriptionflow.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"automate-subscription-process-with-subscriptionflow-300x266.gif\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"automate-subscription-process-with-subscriptionflow-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10193,4340,'wp-smush-animated','1'),(10194,4340,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.124533001245330010586798152871779166162014007568359375;s:5:\"bytes\";i:17;s:11:\"size_before\";i:13651;s:10:\"size_after\";i:13634;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0899999999999999966693309261245303787291049957275390625;s:5:\"bytes\";i:8;s:11:\"size_before\";i:9274;s:10:\"size_after\";i:9266;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:9;s:11:\"size_before\";i:4377;s:10:\"size_after\";i:4368;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10195,4340,'_wp_attachment_image_alt','automate-subscription-process-with-subscriptionflow'),(10197,4342,'_edit_last','1'),(10198,4342,'_edit_lock','1629456919:1'),(10199,4343,'_wp_attached_file','2020/12/Ready-to-Earn-More-Revenue.gif'),(10200,4343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2020/12/Ready-to-Earn-More-Revenue.gif\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Ready-to-Earn-More-Revenue-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Ready-to-Earn-More-Revenue-1024x683.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ready-to-Earn-More-Revenue-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Ready-to-Earn-More-Revenue-768x512.gif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10201,4343,'wp-smush-animated','1'),(10202,4343,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.007164134082425247136705070971629538689740002155303955078125;s:5:\"bytes\";i:19;s:11:\"size_before\";i:265210;s:10:\"size_after\";i:265191;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17392;s:10:\"size_after\";i:17392;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151271;s:10:\"size_after\";i:151271;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:1;s:11:\"size_before\";i:7278;s:10:\"size_after\";i:7277;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:18;s:11:\"size_before\";i:89269;s:10:\"size_after\";i:89251;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10203,4343,'_wp_attachment_image_alt','Ready-to-Earn-More-Revenue'),(10204,4342,'_thumbnail_id','4343'),(10205,4342,'_yoast_wpseo_focuskw','Subscription Rundles'),(10206,4342,'_yoast_wpseo_title','Subscription Rundles—The Future of Subscription Business Is Here… | SubscriptionFlow'),(10207,4342,'_yoast_wpseo_metadesc','Use SubscriptionFlow to roll out plans and prices of your rundles in its recurring billing and subscription management platform and go with the flow.'),(10208,4342,'_yoast_wpseo_linkdex','60'),(10209,4342,'_yoast_wpseo_content_score','30'),(10216,4247,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1608645521071{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10221,4349,'_wp_attached_file','2020/12/billing-and-invoicing.gif'),(10222,4349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:614;s:4:\"file\";s:33:\"2020/12/billing-and-invoicing.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"billing-and-invoicing-300x266.gif\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"billing-and-invoicing-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10223,4349,'wp-smush-animated','1'),(10224,4349,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0186978796604465070940737092541894526220858097076416015625;s:5:\"bytes\";i:5;s:11:\"size_before\";i:26741;s:10:\"size_after\";i:26736;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:5;s:11:\"size_before\";i:18861;s:10:\"size_after\";i:18856;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7880;s:10:\"size_after\";i:7880;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10225,4349,'_wp_attachment_image_alt','billing-and-invoicing'),(10226,4350,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10227,4351,'_edit_last','1'),(10228,4351,'_edit_lock','1629454774:1'),(10229,4352,'_wp_attached_file','2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg'),(10230,4352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:106:\"2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:106:\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:107:\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:106:\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:106:\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10231,4352,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.15403385694677407258268431178294122219085693359375;s:5:\"bytes\";i:3531;s:11:\"size_before\";i:163925;s:10:\"size_after\";i:160394;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:845;s:11:\"size_before\";i:16495;s:10:\"size_after\";i:15650;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:873;s:11:\"size_before\";i:82281;s:10:\"size_after\";i:81408;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:757;s:11:\"size_before\";i:8153;s:10:\"size_after\";i:7396;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:56996;s:10:\"size_after\";i:55940;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(10232,4352,'_wp_attachment_image_alt','Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive,-Even,-In-the-Toughest-Time'),(10233,4353,'_wp_attached_file','2020/12/subscription-business-attractions.jpg'),(10234,4353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:645;s:4:\"file\";s:45:\"2020/12/subscription-business-attractions.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"subscription-business-attractions-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"subscription-business-attractions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"subscription-business-attractions-768x595.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10235,4353,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.61794566907527581633985391817986965179443359375;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:54665;s:10:\"size_after\";i:49954;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:10892;s:10:\"size_after\";i:9764;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:745;s:11:\"size_before\";i:6161;s:10:\"size_after\";i:5416;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2838;s:11:\"size_before\";i:37612;s:10:\"size_after\";i:34774;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10236,4353,'_wp_attachment_image_alt','subscription-business-attractions'),(10237,4351,'_thumbnail_id','4352'),(10238,4351,'_yoast_wpseo_focuskw','Stream Recurring Revenue'),(10239,4351,'_yoast_wpseo_title','Every Business Can Stream Recurring Revenue'),(10240,4351,'_yoast_wpseo_linkdex','58'),(10241,4351,'_yoast_wpseo_content_score','30'),(10244,4357,'_wp_attached_file','2020/12/subscription-software.gif'),(10245,4357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1288;s:6:\"height\";i:773;s:4:\"file\";s:33:\"2020/12/subscription-software.gif\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"subscription-software-300x180.gif\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"subscription-software-1024x615.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"subscription-software-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"subscription-software-768x461.gif\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10246,4357,'wp-smush-animated','1'),(10247,4357,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2898;s:10:\"size_after\";i:2898;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:355;s:10:\"size_after\";i:355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1341;s:10:\"size_after\";i:1341;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:227;s:10:\"size_after\";i:227;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:975;s:10:\"size_after\";i:975;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10248,4357,'_wp_attachment_image_alt','subscription-software'),(10250,4359,'_wp_attached_file','2020/12/Untitled-test.gif'),(10251,4359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1288;s:6:\"height\";i:773;s:4:\"file\";s:25:\"2020/12/Untitled-test.gif\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Untitled-test-300x180.gif\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Untitled-test-1024x615.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Untitled-test-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Untitled-test-768x461.gif\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10252,4359,'wp-smush-animated','1'),(10253,4359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2898;s:10:\"size_after\";i:2898;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:355;s:10:\"size_after\";i:355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1341;s:10:\"size_after\";i:1341;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:227;s:10:\"size_after\";i:227;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:975;s:10:\"size_after\";i:975;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10254,4360,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10255,4359,'_wp_attachment_image_alt','Subscription management software'),(10256,4361,'_wp_attached_file','2020/12/billing-gif.gif'),(10257,4361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:426;s:4:\"file\";s:23:\"2020/12/billing-gif.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"billing-gif-300x213.gif\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"billing-gif-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10258,4361,'wp-smush-animated','1'),(10259,4361,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4637;s:10:\"size_after\";i:4637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2828;s:10:\"size_after\";i:2828;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1809;s:10:\"size_after\";i:1809;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10260,4362,'_edit_last','1'),(10261,4362,'_edit_lock','1628689610:1'),(10262,4364,'_edit_last','1'),(10263,4364,'_edit_lock','1608727365:1'),(10264,4365,'_wp_attached_file','2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg'),(10265,4365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:90:\"2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:90:\"Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:90:\"Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10266,4365,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9859682905463529323242255486547946929931640625;s:5:\"bytes\";i:7585;s:11:\"size_before\";i:126713;s:10:\"size_after\";i:119128;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:21442;s:10:\"size_after\";i:20079;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:903;s:11:\"size_before\";i:10095;s:10:\"size_after\";i:9192;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5319;s:11:\"size_before\";i:95176;s:10:\"size_after\";i:89857;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(10267,4366,'_wp_attached_file','2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg'),(10268,4366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:88:\"2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:89:\"Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:88:\"Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10269,4366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.09612354238890663538086300832219421863555908203125;s:5:\"bytes\";i:14553;s:11:\"size_before\";i:285570;s:10:\"size_after\";i:271017;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:21675;s:10:\"size_after\";i:20271;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:7452;s:11:\"size_before\";i:156730;s:10:\"size_after\";i:149278;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:864;s:11:\"size_before\";i:9080;s:10:\"size_after\";i:8216;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4833;s:11:\"size_before\";i:98085;s:10:\"size_after\";i:93252;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10270,4366,'_wp_attachment_image_alt','Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement'),(10271,4365,'_wp_attachment_image_alt','Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue!'),(10272,4364,'_thumbnail_id','4366'),(10273,4364,'_yoast_wpseo_content_score','30'),(10275,4364,'_yoast_wpseo_focuskw','Revenue Opportunity This Holiday Season'),(10276,4364,'_yoast_wpseo_title','2020 Is Ending—20 Ways to Not Miss Any Revenue Opportunity This Holiday Season'),(10277,4364,'_yoast_wpseo_metadesc','Holidays drive more customer engagement and growth opportunities. Stream more revenue and implement these proven SaaS and subscription business approaches.'),(10278,4364,'_yoast_wpseo_linkdex','58'),(10279,4369,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10280,4370,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10281,4371,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10282,4372,'_edit_last','1'),(10283,4372,'_edit_lock','1609161413:1'),(10284,4373,'_wp_attached_file','2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg'),(10285,4373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:102:\"2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:103:\"Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:102:\"Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10286,4373,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.761403413561989594882106757722795009613037109375;s:5:\"bytes\";i:8493;s:11:\"size_before\";i:147412;s:10:\"size_after\";i:138919;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:14172;s:10:\"size_after\";i:13010;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3667;s:11:\"size_before\";i:74512;s:10:\"size_after\";i:70845;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:759;s:11:\"size_before\";i:7838;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2905;s:11:\"size_before\";i:50890;s:10:\"size_after\";i:47985;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10287,4373,'_wp_attachment_image_alt','Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year'),(10288,4372,'_thumbnail_id','4373'),(10290,4372,'_yoast_wpseo_focuskw','Rounding Up the Subscription Economy'),(10291,4372,'_yoast_wpseo_title','Rounding Up the Subscription Economy'),(10292,4372,'_yoast_wpseo_linkdex','58'),(10293,4372,'_yoast_wpseo_content_score','30'),(10295,4372,'_yoast_wpseo_primary_category','3'),(10297,4376,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497141062{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10298,4377,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10299,4378,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10300,4379,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10301,4380,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10302,4381,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10303,4382,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10305,4384,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10306,4385,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10307,4386,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497006494{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497022947{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10308,4387,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497141062{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10309,4388,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1563191291704{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497432960{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269969123{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574344365195{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269982396{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10310,4389,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10311,4390,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10312,4391,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498534270{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607498576589{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10313,4392,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10314,4393,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607499624391{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10315,4394,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10316,4395,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(10317,4396,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10318,4397,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322375493{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322402969{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322512287{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10319,4398,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349022011{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349049024{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349087099{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10320,4399,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322788353{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322993265{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607323001548{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10321,4400,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10323,4402,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(10324,4403,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(10325,4404,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(10326,4405,'_edit_last','1'),(10327,4405,'_edit_lock','1609332349:1'),(10328,4406,'_wp_attached_file','2020/12/Subscription-Market-and-Subscription-Management.jpg'),(10329,4406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:59:\"2020/12/Subscription-Market-and-Subscription-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Subscription-Market-and-Subscription-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Subscription-Market-and-Subscription-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Subscription-Market-and-Subscription-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Subscription-Market-and-Subscription-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10330,4406,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.300753064924084156928074662573635578155517578125;s:5:\"bytes\";i:3211;s:11:\"size_before\";i:139563;s:10:\"size_after\";i:136352;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:711;s:11:\"size_before\";i:12422;s:10:\"size_after\";i:11711;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:911;s:11:\"size_before\";i:72734;s:10:\"size_after\";i:71823;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:677;s:11:\"size_before\";i:6734;s:10:\"size_after\";i:6057;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:912;s:11:\"size_before\";i:47673;s:10:\"size_after\";i:46761;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10331,4406,'_wp_attachment_image_alt','Subscription-Market-and-Subscription-Management'),(10332,4405,'_thumbnail_id','4406'),(10333,4405,'_yoast_wpseo_focuskw','What to Expect in 2021 and Beyond'),(10334,4405,'_yoast_wpseo_title','What to Expect in 2021 and Beyond'),(10335,4405,'_yoast_wpseo_metadesc','2020 is around the corner, it is time to overview the former year to stay strong throughout the next year. Top predictions for 2021 and beyond.'),(10336,4405,'_yoast_wpseo_linkdex','63'),(10337,4405,'_yoast_wpseo_content_score','30'),(10340,4405,'_yoast_wpseo_primary_category','3'),(10343,4411,'_edit_last','1'),(10344,4411,'_edit_lock','1609760270:1'),(10349,4411,'_thumbnail_id','4414'),(10351,4411,'_yoast_wpseo_focuskw','Key Business Processes for Subscription Growth'),(10352,4411,'_yoast_wpseo_title','Key Business Processes for Subscription Growth'),(10353,4411,'_yoast_wpseo_metadesc','2020 has increased business dependence on cloud applications. This is why 2021 is a year to set growth and revenue resolutions and stick to it until it all starts hitting the goals.'),(10354,4411,'_yoast_wpseo_linkdex','58'),(10355,4411,'_yoast_wpseo_content_score','30'),(10356,4411,'_yoast_wpseo_primary_category','100'),(10358,4414,'_wp_attached_file','2021/01/Key-Business-Processes-for-Subscription-Growth.jpg'),(10359,4414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2021/01/Key-Business-Processes-for-Subscription-Growth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Key-Business-Processes-for-Subscription-Growth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Key-Business-Processes-for-Subscription-Growth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Key-Business-Processes-for-Subscription-Growth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Key-Business-Processes-for-Subscription-Growth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10360,4414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.38271924037029148024657843052409589290618896484375;s:5:\"bytes\";i:10854;s:11:\"size_before\";i:147019;s:10:\"size_after\";i:136165;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:13226;s:10:\"size_after\";i:12053;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:5044;s:11:\"size_before\";i:76256;s:10:\"size_after\";i:71212;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:815;s:11:\"size_before\";i:6114;s:10:\"size_after\";i:5299;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3822;s:11:\"size_before\";i:51423;s:10:\"size_after\";i:47601;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(10361,4414,'_wp_attachment_image_alt','Key-Business-Processes-for-Subscription-Growth'),(10363,4411,'_wp_old_slug','key-business-processes-10-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year'),(10365,4417,'_edit_last','1'),(10366,4417,'_edit_lock','1609761138:1'),(10375,4420,'_wp_attached_file','2021/01/SF1.png'),(10376,4420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10377,4420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4004134195378465932435574359260499477386474609375;s:5:\"bytes\";i:22270;s:11:\"size_before\";i:265106;s:10:\"size_after\";i:242836;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:962;s:11:\"size_before\";i:24365;s:10:\"size_after\";i:23403;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:10747;s:11:\"size_before\";i:134796;s:10:\"size_after\";i:124049;s:4:\"time\";d:0.5;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:129;s:11:\"size_before\";i:11258;s:10:\"size_after\";i:11129;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:10432;s:11:\"size_before\";i:94687;s:10:\"size_after\";i:84255;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}}}'),(10378,4420,'_wp_attachment_image_alt','SF1'),(10379,4421,'_wp_attached_file','2021/01/SF2.png'),(10380,4421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10381,4421,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.100562002510788062181745772249996662139892578125;s:5:\"bytes\";i:24670;s:11:\"size_before\";i:222241;s:10:\"size_after\";i:197571;s:4:\"time\";d:2.4199999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1902;s:11:\"size_before\";i:20756;s:10:\"size_after\";i:18854;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:11558;s:11:\"size_before\";i:112745;s:10:\"size_after\";i:101187;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:8377;s:10:\"size_after\";i:7092;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:9925;s:11:\"size_before\";i:80363;s:10:\"size_after\";i:70438;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}}}'),(10382,4421,'_wp_attachment_image_alt','SF2'),(10383,4422,'_wp_attached_file','2021/01/SF3.png'),(10384,4422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10385,4422,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.279985505495833564282293082214891910552978515625;s:5:\"bytes\";i:21936;s:11:\"size_before\";i:264928;s:10:\"size_after\";i:242992;s:4:\"time\";d:2.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:940;s:11:\"size_before\";i:24307;s:10:\"size_after\";i:23367;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10405;s:11:\"size_before\";i:134548;s:10:\"size_after\";i:124143;s:4:\"time\";d:1.3000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8899999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:216;s:11:\"size_before\";i:11411;s:10:\"size_after\";i:11195;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10375;s:11:\"size_before\";i:94662;s:10:\"size_after\";i:84287;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}}}'),(10386,4422,'_wp_attachment_image_alt','SF3'),(10387,4423,'_wp_attached_file','2021/01/SF4.png'),(10388,4423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10389,4423,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9647412234922736473663462675176560878753662109375;s:5:\"bytes\";i:15657;s:11:\"size_before\";i:157124;s:10:\"size_after\";i:141467;s:4:\"time\";d:1.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:923;s:11:\"size_before\";i:13597;s:10:\"size_after\";i:12674;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8741;s:11:\"size_before\";i:81419;s:10:\"size_after\";i:72678;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:280;s:11:\"size_before\";i:7267;s:10:\"size_after\";i:6987;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5713;s:11:\"size_before\";i:54841;s:10:\"size_after\";i:49128;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),(10390,4423,'_wp_attachment_image_alt','SF4'),(10391,4424,'_wp_attached_file','2021/01/SF5.png'),(10392,4424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10393,4424,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.320442260744439266773042618297040462493896484375;s:5:\"bytes\";i:16783;s:11:\"size_before\";i:162619;s:10:\"size_after\";i:145836;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:14357;s:10:\"size_after\";i:13281;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:10016;s:11:\"size_before\";i:85485;s:10:\"size_after\";i:75469;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6244;s:10:\"size_after\";i:5882;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5329;s:11:\"size_before\";i:56533;s:10:\"size_after\";i:51204;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(10394,4424,'_wp_attachment_image_alt','SF5'),(10395,4425,'_wp_attached_file','2021/01/SF6.png'),(10396,4425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF6-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF6-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF6-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10397,4425,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9415228518367531052035701577551662921905517578125;s:5:\"bytes\";i:21039;s:11:\"size_before\";i:264924;s:10:\"size_after\";i:243885;s:4:\"time\";d:0.890000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:913;s:11:\"size_before\";i:24381;s:10:\"size_after\";i:23468;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:10272;s:11:\"size_before\";i:134753;s:10:\"size_after\";i:124481;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:103;s:11:\"size_before\";i:11354;s:10:\"size_after\";i:11251;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9751;s:11:\"size_before\";i:94436;s:10:\"size_after\";i:84685;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(10398,4425,'_wp_attachment_image_alt','SF6'),(10399,4426,'_wp_attached_file','2021/01/SF7.png'),(10400,4426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:15:\"2021/01/SF7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF7-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF7-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SF7-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10401,4426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.21328463620162363412191552924923598766326904296875;s:5:\"bytes\";i:14120;s:11:\"size_before\";i:227255;s:10:\"size_after\";i:213135;s:4:\"time\";d:1.640000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:685;s:11:\"size_before\";i:18415;s:10:\"size_after\";i:17730;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:8056;s:11:\"size_before\";i:118459;s:10:\"size_after\";i:110403;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:367;s:11:\"size_before\";i:11612;s:10:\"size_after\";i:11245;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:5012;s:11:\"size_before\";i:78769;s:10:\"size_after\";i:73757;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}}}'),(10402,4426,'_wp_attachment_image_alt','SF7'),(10403,4427,'_wp_attached_file','2021/01/SF8.png'),(10404,4427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1188;s:6:\"height\";i:2134;s:4:\"file\";s:15:\"2021/01/SF8.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF8-167x300.png\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF8-570x1024.png\";s:5:\"width\";i:570;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"SF8-768x1380.png\";s:5:\"width\";i:768;s:6:\"height\";i:1380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"SF8-855x1536.png\";s:5:\"width\";i:855;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"SF8-1140x2048.png\";s:5:\"width\";i:1140;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10405,4427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.50678417570143619030886839027516543865203857421875;s:5:\"bytes\";i:49388;s:11:\"size_before\";i:1095859;s:10:\"size_after\";i:1046471;s:4:\"time\";d:8.780000000000001136868377216160297393798828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:849;s:11:\"size_before\";i:22164;s:10:\"size_after\";i:21315;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5811;s:11:\"size_before\";i:140816;s:10:\"size_after\";i:135005;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1264;s:11:\"size_before\";i:9949;s:10:\"size_after\";i:8685;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12017;s:11:\"size_before\";i:230766;s:10:\"size_after\";i:218749;s:4:\"time\";d:4.44000000000000039079850466805510222911834716796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:10064;s:11:\"size_before\";i:267051;s:10:\"size_after\";i:256987;s:4:\"time\";d:0.92000000000000003996802888650563545525074005126953125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:19383;s:11:\"size_before\";i:425113;s:10:\"size_after\";i:405730;s:4:\"time\";d:2.79999999999999982236431605997495353221893310546875;}}}'),(10406,4427,'_wp_attachment_image_alt','SF8'),(10407,4428,'_wp_attached_file','2021/01/SF9.png'),(10408,4428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:2664;s:4:\"file\";s:15:\"2021/01/SF9.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SF9-154x300.png\";s:5:\"width\";i:154;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SF9-525x1024.png\";s:5:\"width\";i:525;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SF9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"SF9-768x1498.png\";s:5:\"width\";i:768;s:6:\"height\";i:1498;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"SF9-788x1536.png\";s:5:\"width\";i:788;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"SF9-1050x2048.png\";s:5:\"width\";i:1050;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10409,4428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.530402299689191725207138006226159632205963134765625;s:5:\"bytes\";i:5244;s:11:\"size_before\";i:342655;s:10:\"size_after\";i:337411;s:4:\"time\";d:2.699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7926;s:10:\"size_after\";i:7521;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46013;s:10:\"size_after\";i:46013;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:457;s:11:\"size_before\";i:3570;s:10:\"size_after\";i:3113;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79341;s:10:\"size_after\";i:79341;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82219;s:10:\"size_after\";i:82219;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4382;s:11:\"size_before\";i:123586;s:10:\"size_after\";i:119204;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}}}'),(10410,4428,'_wp_attachment_image_alt','SF9'),(10411,4417,'_yoast_wpseo_content_score','30'),(10412,4430,'_wp_attached_file','2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg'),(10413,4430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"How-to-Get-Started-with-SubscriptionFlow-in-2021-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"How-to-Get-Started-with-SubscriptionFlow-in-2021-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"How-to-Get-Started-with-SubscriptionFlow-in-2021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"How-to-Get-Started-with-SubscriptionFlow-in-2021-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10414,4430,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.27713375755361990826486362493596971035003662109375;s:5:\"bytes\";i:5114;s:11:\"size_before\";i:156051;s:10:\"size_after\";i:150937;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:914;s:11:\"size_before\";i:15672;s:10:\"size_after\";i:14758;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:78477;s:10:\"size_after\";i:76701;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:767;s:11:\"size_before\";i:8537;s:10:\"size_after\";i:7770;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:53365;s:10:\"size_after\";i:51708;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(10415,4430,'_wp_attachment_image_alt','How-to-Get-Started-with-SubscriptionFlow-in-2021'),(10416,4417,'_thumbnail_id','4430'),(10418,4417,'_yoast_wpseo_primary_category','5'),(10419,4417,'_yoast_wpseo_focuskw','Subscription Management Mastery'),(10420,4417,'_yoast_wpseo_title','Subscription Management Mastery How to Get Started with SubscriptionFlow in 2021'),(10421,4417,'_yoast_wpseo_metadesc','SubscriptionFlow allows subscription-based businesses to create, manage, and automate the subscription billing and payment processing for their products or services.'),(10422,4417,'_yoast_wpseo_linkdex','59'),(10424,3285,'_edit_lock','1615276029:1'),(10425,3285,'_edit_last','1'),(10426,3285,'_wp_page_template','default'),(10427,3285,'_wpb_vc_js_status','true'),(10428,3285,'_yoast_wpseo_content_score','60'),(10429,4454,'_edit_last','1'),(10430,4454,'_edit_lock','1622804426:1'),(10435,4456,'_wp_attached_file','2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg'),(10436,4456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1010;s:6:\"height\";i:1026;s:4:\"file\";s:77:\"2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business-1008x1024.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10437,4456,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.32102852633926293179911226616241037845611572265625;s:5:\"bytes\";i:9306;s:11:\"size_before\";i:174891;s:10:\"size_after\";i:165585;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:17053;s:10:\"size_after\";i:15936;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:88800;s:10:\"size_after\";i:84647;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:692;s:11:\"size_before\";i:6961;s:10:\"size_after\";i:6269;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3344;s:11:\"size_before\";i:62077;s:10:\"size_after\";i:58733;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(10438,4456,'_wp_attachment_image_alt','Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business'),(10440,4454,'_yoast_wpseo_content_score','30'),(10442,4454,'_yoast_wpseo_primary_category','98'),(10443,4454,'_yoast_wpseo_focuskw','revenue leakage'),(10444,4454,'_yoast_wpseo_title','Learn How to Mitigate Disruption in Recurring Revenue leakage Streaming'),(10445,4454,'_yoast_wpseo_metadesc','subscription businesses to keep tracking and mitigating the small losses due to revenue leakage by building controls around them.'),(10446,4454,'_yoast_wpseo_linkdex','67'),(10447,4462,'_wpb_shortcodes_custom_css','.vc_custom_1610004230623{border-left-width: 0px !important;padding-right: 0px !important;}'),(10448,3285,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}'),(10449,4463,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004230623{border-left-width: 0px !important;padding-right: 0px !important;}'),(10450,4464,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004230623{border-left-width: 0px !important;padding-right: 0px !important;}'),(10451,4465,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}'),(10452,4466,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}'),(10453,4468,'_edit_last','1'),(10454,4468,'_edit_lock','1610103524:1'),(10455,4468,'_wp_page_template','page-payment-ggateways.php'),(10456,4468,'_wpb_vc_js_status','true'),(10457,4472,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(10458,4468,'_yoast_wpseo_content_score','30'),(10459,4468,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10460,4473,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(10461,4474,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(10462,4475,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(10463,4476,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(10464,4477,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10465,4478,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10466,4479,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10467,4480,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10468,4481,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(10469,3922,'_edit_lock','1610019429:1'),(10470,3922,'_edit_last','1'),(10471,4485,'_edit_last','1'),(10472,4485,'_edit_lock','1610373829:1'),(10473,4486,'_wp_attached_file','2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg'),(10474,4486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:76:\"2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Subscription-Retention-Begins-With-Customer-Experience-Elevation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"Subscription-Retention-Begins-With-Customer-Experience-Elevation-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Subscription-Retention-Begins-With-Customer-Experience-Elevation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:76:\"Subscription-Retention-Begins-With-Customer-Experience-Elevation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10475,4486,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.646375149841038165732243214733898639678955078125;s:5:\"bytes\";i:7132;s:11:\"size_before\";i:153496;s:10:\"size_after\";i:146364;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1033;s:11:\"size_before\";i:14375;s:10:\"size_after\";i:13342;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2987;s:11:\"size_before\";i:78637;s:10:\"size_after\";i:75650;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:848;s:11:\"size_before\";i:8244;s:10:\"size_after\";i:7396;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2264;s:11:\"size_before\";i:52240;s:10:\"size_after\";i:49976;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(10476,4486,'_wp_attachment_image_alt','Subscription-Retention-Begins-With-Customer-Experience-Elevation'),(10477,4485,'_thumbnail_id','4486'),(10478,4485,'_yoast_wpseo_focuskw','Subscription Retention'),(10479,4485,'_yoast_wpseo_title','Subscription Retention Begins With Customer Experience Elevation'),(10480,4485,'_yoast_wpseo_metadesc','With these data-driven consumer predictions and actionable measures, drive sustainable customer retention in addition to enhanced and personalized customer experience.'),(10481,4485,'_yoast_wpseo_linkdex','65'),(10482,4485,'_yoast_wpseo_content_score','30'),(10483,4485,'_yoast_wpseo_primary_category','3'),(10485,4488,'_edit_last','1'),(10486,4488,'_edit_lock','1610719166:1'),(10487,4489,'_wp_attached_file','2021/01/pricing1.png'),(10488,4489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:368;s:4:\"file\";s:20:\"2021/01/pricing1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pricing1-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pricing1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10489,4489,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.34389140271493179312756183207966387271881103515625;s:5:\"bytes\";i:768;s:11:\"size_before\";i:17680;s:10:\"size_after\";i:16912;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:768;s:11:\"size_before\";i:13073;s:10:\"size_after\";i:12305;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4607;s:10:\"size_after\";i:4607;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10490,4489,'_wp_attachment_image_alt','pricing1'),(10491,4488,'_yoast_wpseo_content_score','30'),(10492,4491,'_wp_attached_file','2021/01/pricing2.png'),(10493,4491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:698;s:6:\"height\";i:368;s:4:\"file\";s:20:\"2021/01/pricing2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pricing2-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pricing2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10494,4491,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.60681751395827188133580420981161296367645263671875;s:5:\"bytes\";i:954;s:11:\"size_before\";i:17015;s:10:\"size_after\";i:16061;s:4:\"time\";d:0.41000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:753;s:11:\"size_before\";i:11883;s:10:\"size_after\";i:11130;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:201;s:11:\"size_before\";i:5132;s:10:\"size_after\";i:4931;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10495,4491,'_wp_attachment_image_alt','pricing2'),(10496,4492,'_wp_attached_file','2021/01/pricing3.png'),(10497,4492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:368;s:4:\"file\";s:20:\"2021/01/pricing3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pricing3-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pricing3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10498,4492,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.69088224812910414840416706283576786518096923828125;s:5:\"bytes\";i:725;s:11:\"size_before\";i:19643;s:10:\"size_after\";i:18918;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:534;s:11:\"size_before\";i:13160;s:10:\"size_after\";i:12626;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:191;s:11:\"size_before\";i:6483;s:10:\"size_after\";i:6292;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(10499,4492,'_wp_attachment_image_alt','pricing3'),(10500,4493,'_wp_attached_file','2021/01/pricing4.png'),(10501,4493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:276;s:4:\"file\";s:20:\"2021/01/pricing4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pricing4-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pricing4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10502,4493,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.13146195859265841221485970891080796718597412109375;s:5:\"bytes\";i:808;s:11:\"size_before\";i:15746;s:10:\"size_after\";i:14938;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:691;s:11:\"size_before\";i:10515;s:10:\"size_after\";i:9824;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:117;s:11:\"size_before\";i:5231;s:10:\"size_after\";i:5114;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(10503,4493,'_wp_attachment_image_alt','pricing4'),(10504,4494,'_wp_attached_file','2021/01/pricing5.png'),(10505,4494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:276;s:4:\"file\";s:20:\"2021/01/pricing5.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pricing5-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pricing5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10506,4494,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.03163603495028599610350283910520374774932861328125;s:5:\"bytes\";i:835;s:11:\"size_before\";i:16595;s:10:\"size_after\";i:15760;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:784;s:11:\"size_before\";i:10980;s:10:\"size_after\";i:10196;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:51;s:11:\"size_before\";i:5615;s:10:\"size_after\";i:5564;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(10507,4494,'_wp_attachment_image_alt','pricing5'),(10508,4495,'_wp_attached_file','2021/01/Get-Your-SaaS-Pricing-Right.jpg'),(10509,4495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2021/01/Get-Your-SaaS-Pricing-Right.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Get-Your-SaaS-Pricing-Right-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Get-Your-SaaS-Pricing-Right-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Get-Your-SaaS-Pricing-Right-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Get-Your-SaaS-Pricing-Right-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10510,4495,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1180551540729606330160095239989459514617919921875;s:5:\"bytes\";i:7123;s:11:\"size_before\";i:172970;s:10:\"size_after\";i:165847;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:16743;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2898;s:11:\"size_before\";i:88064;s:10:\"size_after\";i:85166;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:869;s:11:\"size_before\";i:8709;s:10:\"size_after\";i:7840;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2177;s:11:\"size_before\";i:59454;s:10:\"size_after\";i:57277;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(10511,4495,'_wp_attachment_image_alt','Get-Your-SaaS-Pricing-Right!'),(10512,4488,'_thumbnail_id','4498'),(10513,4488,'_yoast_wpseo_focuskw','Get Your SaaS Pricing Right'),(10514,4488,'_yoast_wpseo_title','Get Your SaaS Pricing Right'),(10515,4488,'_yoast_wpseo_metadesc','SubscriptionFlow AI-fueled modules find out the optimal price point for your SaaS product so that as a SaaS vendor, you can best meet your revenue objectives.'),(10516,4488,'_yoast_wpseo_linkdex','59'),(10517,4488,'_yoast_wpseo_primary_category','82'),(10519,4498,'_wp_attached_file','2021/01/Get-Your-SaaS-Pricing-Right.jpeg'),(10520,4498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/01/Get-Your-SaaS-Pricing-Right.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Get-Your-SaaS-Pricing-Right-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Get-Your-SaaS-Pricing-Right-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Get-Your-SaaS-Pricing-Right-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Get-Your-SaaS-Pricing-Right-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10521,4498,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1180551540729606330160095239989459514617919921875;s:5:\"bytes\";i:7123;s:11:\"size_before\";i:172970;s:10:\"size_after\";i:165847;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:16743;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2898;s:11:\"size_before\";i:88064;s:10:\"size_after\";i:85166;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:869;s:11:\"size_before\";i:8709;s:10:\"size_after\";i:7840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2177;s:11:\"size_before\";i:59454;s:10:\"size_after\";i:57277;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(10523,4499,'_wp_attached_file','2021/01/hpp-1.png'),(10524,4499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1265;s:6:\"height\";i:871;s:4:\"file\";s:17:\"2021/01/hpp-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hpp-1-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"hpp-1-1024x705.png\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hpp-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hpp-1-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10525,4499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.71401142181961407828794108354486525058746337890625;s:5:\"bytes\";i:10910;s:11:\"size_before\";i:162496;s:10:\"size_after\";i:151586;s:4:\"time\";d:1.899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:471;s:11:\"size_before\";i:13908;s:10:\"size_after\";i:13437;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7754;s:11:\"size_before\";i:85350;s:10:\"size_after\";i:77596;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:429;s:11:\"size_before\";i:6714;s:10:\"size_after\";i:6285;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2256;s:11:\"size_before\";i:56524;s:10:\"size_after\";i:54268;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),(10526,4500,'_wp_attached_file','2021/01/hpp-2.png'),(10527,4500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1259;s:6:\"height\";i:883;s:4:\"file\";s:17:\"2021/01/hpp-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hpp-2-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"hpp-2-1024x718.png\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hpp-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hpp-2-768x539.png\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10528,4500,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.02906318663026841164764846325851976871490478515625;s:5:\"bytes\";i:4841;s:11:\"size_before\";i:120152;s:10:\"size_after\";i:115311;s:4:\"time\";d:2.760000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:124;s:11:\"size_before\";i:10634;s:10:\"size_after\";i:10510;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:62066;s:10:\"size_after\";i:59093;s:4:\"time\";d:2.25;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:120;s:11:\"size_before\";i:4933;s:10:\"size_after\";i:4813;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1624;s:11:\"size_before\";i:42519;s:10:\"size_after\";i:40895;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}}}'),(10529,4501,'_wp_attached_file','2021/01/hpp-3.png'),(10530,4501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1259;s:6:\"height\";i:875;s:4:\"file\";s:17:\"2021/01/hpp-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hpp-3-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"hpp-3-1024x712.png\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hpp-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hpp-3-768x534.png\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10531,4501,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.44685477410576890378024472738616168498992919921875;s:5:\"bytes\";i:10140;s:11:\"size_before\";i:157286;s:10:\"size_after\";i:147146;s:4:\"time\";d:3.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:282;s:11:\"size_before\";i:12837;s:10:\"size_after\";i:12555;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6476;s:11:\"size_before\";i:83309;s:10:\"size_after\";i:76833;s:4:\"time\";d:2.25;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:62;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5412;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3320;s:11:\"size_before\";i:55666;s:10:\"size_after\";i:52346;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}}}'),(10532,4502,'_wp_attached_file','2021/01/hpp-4.png'),(10533,4502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1257;s:6:\"height\";i:873;s:4:\"file\";s:17:\"2021/01/hpp-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hpp-4-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"hpp-4-1024x711.png\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hpp-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hpp-4-768x533.png\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10534,4502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.52110775302369649608635882032103836536407470703125;s:5:\"bytes\";i:13264;s:11:\"size_before\";i:176357;s:10:\"size_after\";i:163093;s:4:\"time\";d:1.7600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:937;s:11:\"size_before\";i:15278;s:10:\"size_after\";i:14341;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7721;s:11:\"size_before\";i:93362;s:10:\"size_after\";i:85641;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:439;s:11:\"size_before\";i:6527;s:10:\"size_after\";i:6088;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4167;s:11:\"size_before\";i:61190;s:10:\"size_after\";i:57023;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}}}'),(10535,4503,'_wp_attached_file','2021/01/implementation-1.png'),(10536,4503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10537,4503,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.99019068190704739862439964781515300273895263671875;s:5:\"bytes\";i:21048;s:11:\"size_before\";i:263423;s:10:\"size_after\";i:242375;s:4:\"time\";d:1.359999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:24221;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11114;s:11:\"size_before\";i:135995;s:10:\"size_after\";i:124881;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:11186;s:10:\"size_after\";i:10854;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8349;s:11:\"size_before\";i:92021;s:10:\"size_after\";i:83672;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}}}'),(10538,4504,'_wp_attached_file','2021/01/implementation-2.png'),(10539,4504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10540,4504,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.69188463377846431967554963193833827972412109375;s:5:\"bytes\";i:23251;s:11:\"size_before\";i:217464;s:10:\"size_after\";i:194213;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:20426;s:10:\"size_after\";i:18347;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:11530;s:11:\"size_before\";i:111129;s:10:\"size_after\";i:99599;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:8206;s:10:\"size_after\";i:7020;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:8456;s:11:\"size_before\";i:77703;s:10:\"size_after\";i:69247;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(10541,4505,'_wp_attached_file','2021/01/implementation-3.png'),(10542,4505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10543,4505,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.99019068190704739862439964781515300273895263671875;s:5:\"bytes\";i:21048;s:11:\"size_before\";i:263423;s:10:\"size_after\";i:242375;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:24221;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11114;s:11:\"size_before\";i:135995;s:10:\"size_after\";i:124881;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:11186;s:10:\"size_after\";i:10854;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8349;s:11:\"size_before\";i:92021;s:10:\"size_after\";i:83672;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(10544,4506,'_wp_attached_file','2021/01/implementation-4.png'),(10545,4506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10546,4506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.552526067414365940067000337876379489898681640625;s:5:\"bytes\";i:17397;s:11:\"size_before\";i:164861;s:10:\"size_after\";i:147464;s:4:\"time\";d:2.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:900;s:11:\"size_before\";i:13708;s:10:\"size_after\";i:12808;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9787;s:11:\"size_before\";i:86301;s:10:\"size_after\";i:76514;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:237;s:11:\"size_before\";i:7272;s:10:\"size_after\";i:7035;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6473;s:11:\"size_before\";i:57580;s:10:\"size_after\";i:51107;s:4:\"time\";d:1.100000000000000088817841970012523233890533447265625;}}}'),(10547,4507,'_wp_attached_file','2021/01/implementation-5.png'),(10548,4507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10549,4507,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.7579725221508777366352660465054214000701904296875;s:5:\"bytes\";i:17994;s:11:\"size_before\";i:167262;s:10:\"size_after\";i:149268;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:14493;s:10:\"size_after\";i:13351;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10799;s:11:\"size_before\";i:88606;s:10:\"size_after\";i:77807;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6255;s:10:\"size_after\";i:5892;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5690;s:11:\"size_before\";i:57908;s:10:\"size_after\";i:52218;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}}}'),(10550,4508,'_wp_attached_file','2021/01/implementation-6.png'),(10551,4508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-6-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-6-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-6-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10552,4508,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.99019068190704739862439964781515300273895263671875;s:5:\"bytes\";i:21048;s:11:\"size_before\";i:263423;s:10:\"size_after\";i:242375;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:24221;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11114;s:11:\"size_before\";i:135995;s:10:\"size_after\";i:124881;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:11186;s:10:\"size_after\";i:10854;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8349;s:11:\"size_before\";i:92021;s:10:\"size_after\";i:83672;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(10553,4509,'_wp_attached_file','2021/01/implementation-7.png'),(10554,4509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-7-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-7-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-7-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10555,4509,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.80328961212036187333751513506285846233367919921875;s:5:\"bytes\";i:13238;s:11:\"size_before\";i:228112;s:10:\"size_after\";i:214874;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:628;s:11:\"size_before\";i:18425;s:10:\"size_after\";i:17797;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7715;s:11:\"size_before\";i:119096;s:10:\"size_after\";i:111381;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:321;s:11:\"size_before\";i:11647;s:10:\"size_after\";i:11326;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4574;s:11:\"size_before\";i:78944;s:10:\"size_after\";i:74370;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}}}'),(10556,4510,'_wp_attached_file','2021/01/implementation-8.png'),(10557,4510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2021/01/implementation-8.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-8-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-8-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-8-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10558,4510,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.9968877009263668043104189564473927021026611328125;s:5:\"bytes\";i:81916;s:11:\"size_before\";i:546220;s:10:\"size_after\";i:464304;s:4:\"time\";d:2.660000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3936;s:11:\"size_before\";i:38771;s:10:\"size_after\";i:34835;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:48013;s:11:\"size_before\";i:304151;s:10:\"size_after\";i:256138;s:4:\"time\";d:1.6399999999999999023003738329862244427204132080078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:17432;s:10:\"size_after\";i:16142;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:28677;s:11:\"size_before\";i:185866;s:10:\"size_after\";i:157189;s:4:\"time\";d:0.5;}}}'),(10559,4511,'_wp_attached_file','2021/01/implementation-9.png'),(10560,4511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1547;s:6:\"height\";i:846;s:4:\"file\";s:28:\"2021/01/implementation-9.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"implementation-9-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"implementation-9-1024x560.png\";s:5:\"width\";i:1024;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"implementation-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"implementation-9-768x420.png\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"implementation-9-1536x840.png\";s:5:\"width\";i:1536;s:6:\"height\";i:840;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10561,4511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0176049743416863309353193045581065234728157520294189453125;s:5:\"bytes\";i:47;s:11:\"size_before\";i:266970;s:10:\"size_after\";i:266923;s:4:\"time\";d:2.839999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11317;s:10:\"size_after\";i:11317;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72766;s:10:\"size_after\";i:72766;s:4:\"time\";d:1.3000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:47;s:11:\"size_before\";i:5366;s:10:\"size_after\";i:5319;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47047;s:10:\"size_after\";i:47047;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130474;s:10:\"size_after\";i:130474;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}}}'),(10562,4512,'_wp_attached_file','2021/01/implementation-10.png'),(10563,4512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-10.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-10-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-10-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-10-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10564,4512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111968;s:10:\"size_after\";i:111968;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9596;s:10:\"size_after\";i:9596;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59649;s:10:\"size_after\";i:59649;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3445;s:10:\"size_after\";i:3445;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39278;s:10:\"size_after\";i:39278;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}}}'),(10565,4513,'_wp_attached_file','2021/01/implementation-11.jpg'),(10566,4513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:1564;s:4:\"file\";s:29:\"2021/01/implementation-11.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-11-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-11-884x1024.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-11-768x890.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:890;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"implementation-11-1326x1536.jpg\";s:5:\"width\";i:1326;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10567,4513,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.7988250135823273812007982996874488890171051025390625;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:217194;s:10:\"size_after\";i:215459;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55370;s:10:\"size_after\";i:55370;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2724;s:10:\"size_after\";i:2724;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:181;s:11:\"size_before\";i:44745;s:10:\"size_after\";i:44564;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:106655;s:10:\"size_after\";i:105101;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(10568,4514,'_wp_attached_file','2021/01/implementation-11.png'),(10569,4514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1188;s:6:\"height\";i:2134;s:4:\"file\";s:29:\"2021/01/implementation-11.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-11-167x300.png\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-11-570x1024.png\";s:5:\"width\";i:570;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"implementation-11-768x1380.png\";s:5:\"width\";i:768;s:6:\"height\";i:1380;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"implementation-11-855x1536.png\";s:5:\"width\";i:855;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"implementation-11-1140x2048.png\";s:5:\"width\";i:1140;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10570,4514,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.4650252281562767819877990405075252056121826171875;s:5:\"bytes\";i:149697;s:11:\"size_before\";i:1305684;s:10:\"size_after\";i:1155987;s:4:\"time\";d:10.730000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:24147;s:10:\"size_after\";i:22588;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:11257;s:11:\"size_before\";i:155191;s:10:\"size_after\";i:143934;s:4:\"time\";d:0.5;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:10349;s:10:\"size_after\";i:8833;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:28786;s:11:\"size_before\";i:267820;s:10:\"size_after\";i:239034;s:4:\"time\";i:1;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:36897;s:11:\"size_before\";i:323486;s:10:\"size_after\";i:286589;s:4:\"time\";d:1.3899999999999999023003738329862244427204132080078125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:69682;s:11:\"size_before\";i:524691;s:10:\"size_after\";i:455009;s:4:\"time\";d:7.04999999999999982236431605997495353221893310546875;}}}'),(10571,4515,'_wp_attached_file','2021/01/implementation-12.png'),(10572,4515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:2664;s:4:\"file\";s:29:\"2021/01/implementation-12.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-12-154x300.png\";s:5:\"width\";i:154;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-12-525x1024.png\";s:5:\"width\";i:525;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"implementation-12-768x1498.png\";s:5:\"width\";i:768;s:6:\"height\";i:1498;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"implementation-12-788x1536.png\";s:5:\"width\";i:788;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"implementation-12-1050x2048.png\";s:5:\"width\";i:1050;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10573,4515,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.53983424871195939687140707974322140216827392578125;s:5:\"bytes\";i:20849;s:11:\"size_before\";i:376347;s:10:\"size_after\";i:355498;s:4:\"time\";d:3.38999999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:534;s:11:\"size_before\";i:8242;s:10:\"size_after\";i:7708;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47779;s:10:\"size_after\";i:47779;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:534;s:11:\"size_before\";i:3760;s:10:\"size_after\";i:3226;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3749;s:11:\"size_before\";i:86691;s:10:\"size_after\";i:82942;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3695;s:11:\"size_before\";i:91054;s:10:\"size_after\";i:87359;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:12337;s:11:\"size_before\";i:138821;s:10:\"size_after\";i:126484;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}}}'),(10574,4516,'_wp_attached_file','2021/01/implementation-13.png'),(10575,4516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10576,4516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.9968877009263668043104189564473927021026611328125;s:5:\"bytes\";i:81916;s:11:\"size_before\";i:546220;s:10:\"size_after\";i:464304;s:4:\"time\";d:2.36000000000000031974423109204508364200592041015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3936;s:11:\"size_before\";i:38771;s:10:\"size_after\";i:34835;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:48013;s:11:\"size_before\";i:304151;s:10:\"size_after\";i:256138;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:17432;s:10:\"size_after\";i:16142;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:28677;s:11:\"size_before\";i:185866;s:10:\"size_after\";i:157189;s:4:\"time\";d:0.9899999999999999911182158029987476766109466552734375;}}}'),(10577,4517,'_wp_attached_file','2021/01/implementation-14.png'),(10578,4517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1547;s:6:\"height\";i:846;s:4:\"file\";s:29:\"2021/01/implementation-14.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-14-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-14-1024x560.png\";s:5:\"width\";i:1024;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-14-768x420.png\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"implementation-14-1536x840.png\";s:5:\"width\";i:1536;s:6:\"height\";i:840;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10579,4517,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0176049743416863309353193045581065234728157520294189453125;s:5:\"bytes\";i:47;s:11:\"size_before\";i:266970;s:10:\"size_after\";i:266923;s:4:\"time\";d:2.430000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11317;s:10:\"size_after\";i:11317;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72766;s:10:\"size_after\";i:72766;s:4:\"time\";d:1.4099999999999999200639422269887290894985198974609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:47;s:11:\"size_before\";i:5366;s:10:\"size_after\";i:5319;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47047;s:10:\"size_after\";i:47047;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130474;s:10:\"size_after\";i:130474;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}}}'),(10580,4518,'_wp_attached_file','2021/01/implementation-15.png'),(10581,4518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-15.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-15-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-15-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-15-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10582,4518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111968;s:10:\"size_after\";i:111968;s:4:\"time\";d:1.6699999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9596;s:10:\"size_after\";i:9596;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59649;s:10:\"size_after\";i:59649;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3445;s:10:\"size_after\";i:3445;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39278;s:10:\"size_after\";i:39278;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}}}'),(10583,4519,'_wp_attached_file','2021/01/implementation-17.jpg'),(10584,4519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:1564;s:4:\"file\";s:29:\"2021/01/implementation-17.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-17-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-17-884x1024.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-17-768x890.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:890;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"implementation-17-1326x1536.jpg\";s:5:\"width\";i:1326;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10585,4519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.7988250135823273812007982996874488890171051025390625;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:217194;s:10:\"size_after\";i:215459;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55370;s:10:\"size_after\";i:55370;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2724;s:10:\"size_after\";i:2724;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:181;s:11:\"size_before\";i:44745;s:10:\"size_after\";i:44564;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:106655;s:10:\"size_after\";i:105101;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(10586,4520,'_wp_attached_file','2021/01/implementation-18.png'),(10587,4520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-18.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-18-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-18-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-18-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10588,4520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.815446746481228501579607836902141571044921875;s:5:\"bytes\";i:14756;s:11:\"size_before\";i:167388;s:10:\"size_after\";i:152632;s:4:\"time\";d:0.98000000000000009325873406851314939558506011962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:451;s:11:\"size_before\";i:13424;s:10:\"size_after\";i:12973;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10210;s:11:\"size_before\";i:88899;s:10:\"size_after\";i:78689;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:207;s:11:\"size_before\";i:6602;s:10:\"size_after\";i:6395;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3888;s:11:\"size_before\";i:58463;s:10:\"size_after\";i:54575;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10589,4521,'_wp_attached_file','2021/01/implementation-19.png'),(10590,4521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-19.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10591,4521,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9850388988629550368614218314178287982940673828125;s:5:\"bytes\";i:7507;s:11:\"size_before\";i:83550;s:10:\"size_after\";i:76043;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:558;s:11:\"size_before\";i:7605;s:10:\"size_after\";i:7047;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4865;s:11:\"size_before\";i:44644;s:10:\"size_after\";i:39779;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:30;s:11:\"size_before\";i:2397;s:10:\"size_after\";i:2367;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2054;s:11:\"size_before\";i:28904;s:10:\"size_after\";i:26850;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(10592,4522,'_wp_attached_file','2021/01/implementation-20.png'),(10593,4522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-20.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10594,4522,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.3247181936299465832007626886479556560516357421875;s:5:\"bytes\";i:13277;s:11:\"size_before\";i:142385;s:10:\"size_after\";i:129108;s:4:\"time\";d:2.03000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:999;s:11:\"size_before\";i:11939;s:10:\"size_after\";i:10940;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8406;s:11:\"size_before\";i:76588;s:10:\"size_after\";i:68182;s:4:\"time\";d:1.6599999999999999200639422269887290894985198974609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:200;s:11:\"size_before\";i:5222;s:10:\"size_after\";i:5022;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3672;s:11:\"size_before\";i:48636;s:10:\"size_after\";i:44964;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}}}'),(10595,4523,'_wp_attached_file','2021/01/implementation-21.png'),(10596,4523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-21.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-21-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-21-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-21-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10597,4523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5079571995002982731648444314487278461456298828125;s:5:\"bytes\";i:7832;s:11:\"size_before\";i:92055;s:10:\"size_after\";i:84223;s:4:\"time\";d:2.87000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:411;s:11:\"size_before\";i:8014;s:10:\"size_after\";i:7603;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5031;s:11:\"size_before\";i:49813;s:10:\"size_after\";i:44782;s:4:\"time\";d:1.6799999999999999378275106209912337362766265869140625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:81;s:11:\"size_before\";i:1896;s:10:\"size_after\";i:1815;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2309;s:11:\"size_before\";i:32332;s:10:\"size_after\";i:30023;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}}}'),(10598,4524,'_wp_attached_file','2021/01/implementation-22.png'),(10599,4524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-22.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-22-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-22-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-22-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10600,4524,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.566053511705685963306677876971662044525146484375;s:5:\"bytes\";i:8196;s:11:\"size_before\";i:95680;s:10:\"size_after\";i:87484;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:393;s:11:\"size_before\";i:8573;s:10:\"size_after\";i:8180;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5213;s:11:\"size_before\";i:50133;s:10:\"size_after\";i:44920;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:143;s:11:\"size_before\";i:3403;s:10:\"size_after\";i:3260;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2447;s:11:\"size_before\";i:33571;s:10:\"size_after\";i:31124;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(10601,4525,'_wp_attached_file','2021/01/implementation-23.png'),(10602,4525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-23.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-23-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-23-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-23-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10603,4525,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.776562224294824687831351184286177158355712890625;s:5:\"bytes\";i:13927;s:11:\"size_before\";i:158684;s:10:\"size_after\";i:144757;s:4:\"time\";d:1.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:13279;s:10:\"size_after\";i:12019;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7897;s:11:\"size_before\";i:84180;s:10:\"size_after\";i:76283;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:595;s:11:\"size_before\";i:6884;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4175;s:11:\"size_before\";i:54341;s:10:\"size_after\";i:50166;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(10604,4526,'_wp_attached_file','2021/01/implementation-24.png'),(10605,4526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2021/01/implementation-24.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"implementation-24-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"implementation-24-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"implementation-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"implementation-24-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10606,4526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.013992248767262793762711226008832454681396484375;s:5:\"bytes\";i:9908;s:11:\"size_before\";i:109918;s:10:\"size_after\";i:100010;s:4:\"time\";d:2.6899999999999995026200849679298698902130126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:721;s:11:\"size_before\";i:9988;s:10:\"size_after\";i:9267;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6409;s:11:\"size_before\";i:58719;s:10:\"size_after\";i:52310;s:4:\"time\";d:1.899999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:138;s:11:\"size_before\";i:2913;s:10:\"size_after\";i:2775;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2640;s:11:\"size_before\";i:38298;s:10:\"size_after\";i:35658;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(10607,4527,'_wp_attached_file','2021/01/implementiation-25.png'),(10608,4527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2021/01/implementiation-25.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"implementiation-25-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"implementiation-25-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"implementiation-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"implementiation-25-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10609,4527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.7579725221508777366352660465054214000701904296875;s:5:\"bytes\";i:17994;s:11:\"size_before\";i:167262;s:10:\"size_after\";i:149268;s:4:\"time\";d:2.07000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:14493;s:10:\"size_after\";i:13351;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10799;s:11:\"size_before\";i:88606;s:10:\"size_after\";i:77807;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6255;s:10:\"size_after\";i:5892;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5690;s:11:\"size_before\";i:57908;s:10:\"size_after\";i:52218;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}}}'),(10610,4528,'_wp_attached_file','2021/01/pg-1.png'),(10611,4528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1277;s:6:\"height\";i:823;s:4:\"file\";s:16:\"2021/01/pg-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pg-1-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"pg-1-1024x660.png\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"pg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"pg-1-768x495.png\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10612,4528,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.672679652788975346311417524702847003936767578125;s:5:\"bytes\";i:19193;s:11:\"size_before\";i:179833;s:10:\"size_after\";i:160640;s:4:\"time\";d:4.019999999999999573674358543939888477325439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:15201;s:10:\"size_after\";i:14068;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:11329;s:11:\"size_before\";i:94841;s:10:\"size_after\";i:83512;s:4:\"time\";d:2.180000000000000159872115546022541821002960205078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:388;s:11:\"size_before\";i:7285;s:10:\"size_after\";i:6897;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6343;s:11:\"size_before\";i:62506;s:10:\"size_after\";i:56163;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;}}}'),(10613,4529,'_wp_attached_file','2021/01/sap-1.png'),(10614,4529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10615,4529,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111968;s:10:\"size_after\";i:111968;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9596;s:10:\"size_after\";i:9596;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59649;s:10:\"size_after\";i:59649;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3445;s:10:\"size_after\";i:3445;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39278;s:10:\"size_after\";i:39278;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(10616,4530,'_wp_attached_file','2021/01/sap-2.png'),(10617,4530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10618,4530,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.86628728336351201733123161830008029937744140625;s:5:\"bytes\";i:9917;s:11:\"size_before\";i:100514;s:10:\"size_after\";i:90597;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:704;s:11:\"size_before\";i:8837;s:10:\"size_after\";i:8133;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6134;s:11:\"size_before\";i:54170;s:10:\"size_after\";i:48036;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:78;s:11:\"size_before\";i:2148;s:10:\"size_after\";i:2070;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3001;s:11:\"size_before\";i:35359;s:10:\"size_after\";i:32358;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(10619,4531,'_wp_attached_file','2021/01/sap-3.png'),(10620,4531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10621,4531,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.42120438559438611036966904066503047943115234375;s:5:\"bytes\";i:25191;s:11:\"size_before\";i:163353;s:10:\"size_after\";i:138162;s:4:\"time\";d:2.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:13812;s:10:\"size_after\";i:11680;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:15697;s:11:\"size_before\";i:88568;s:10:\"size_after\";i:72871;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:972;s:11:\"size_before\";i:6234;s:10:\"size_after\";i:5262;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6390;s:11:\"size_before\";i:54739;s:10:\"size_after\";i:48349;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}}}'),(10622,4532,'_wp_attached_file','2021/01/sap-4.jpg'),(10623,4532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:1564;s:4:\"file\";s:17:\"2021/01/sap-4.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-4-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-4-884x1024.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-4-768x890.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:890;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"sap-4-1326x1536.jpg\";s:5:\"width\";i:1326;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10624,4532,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.7988250135823273812007982996874488890171051025390625;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:217194;s:10:\"size_after\";i:215459;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55370;s:10:\"size_after\";i:55370;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2724;s:10:\"size_after\";i:2724;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:181;s:11:\"size_before\";i:44745;s:10:\"size_after\";i:44564;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:106655;s:10:\"size_after\";i:105101;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(10625,4533,'_wp_attached_file','2021/01/sap-5.png'),(10626,4533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10627,4533,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.669621720192683511641007498838007450103759765625;s:5:\"bytes\";i:15784;s:11:\"size_before\";i:182061;s:10:\"size_after\";i:166277;s:4:\"time\";d:2.5800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:15633;s:10:\"size_after\";i:13650;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7795;s:11:\"size_before\";i:95824;s:10:\"size_after\";i:88029;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:7440;s:10:\"size_after\";i:6428;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4994;s:11:\"size_before\";i:63164;s:10:\"size_after\";i:58170;s:4:\"time\";d:2.089999999999999857891452847979962825775146484375;}}}'),(10628,4534,'_wp_attached_file','2021/01/sap-6.png'),(10629,4534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-6-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-6-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-6-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10630,4534,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.0429627845149855858153387089259922504425048828125;s:5:\"bytes\";i:21021;s:11:\"size_before\";i:232457;s:10:\"size_after\";i:211436;s:4:\"time\";d:2.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:19192;s:10:\"size_after\";i:17376;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:12735;s:11:\"size_before\";i:124775;s:10:\"size_after\";i:112040;s:4:\"time\";d:0.75;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:116;s:11:\"size_before\";i:8161;s:10:\"size_after\";i:8045;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6354;s:11:\"size_before\";i:80329;s:10:\"size_after\";i:73975;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;}}}'),(10631,4535,'_wp_attached_file','2021/01/sap-7.png'),(10632,4535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-7-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-7-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-7-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10633,4535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9025616489333412317819238523952662944793701171875;s:5:\"bytes\";i:13039;s:11:\"size_before\";i:131673;s:10:\"size_after\";i:118634;s:4:\"time\";d:1.75;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:714;s:11:\"size_before\";i:11054;s:10:\"size_after\";i:10340;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8170;s:11:\"size_before\";i:70543;s:10:\"size_after\";i:62373;s:4:\"time\";d:1.4099999999999999200639422269887290894985198974609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:300;s:11:\"size_before\";i:4431;s:10:\"size_after\";i:4131;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:45645;s:10:\"size_after\";i:41790;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}}}'),(10634,4536,'_wp_attached_file','2021/01/sap-8.png'),(10635,4536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-8.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-8-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-8-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-8-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10636,4536,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.8896050561719537341787145123817026615142822265625;s:5:\"bytes\";i:14208;s:11:\"size_before\";i:143666;s:10:\"size_after\";i:129458;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:12680;s:10:\"size_after\";i:11528;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:8367;s:11:\"size_before\";i:76432;s:10:\"size_after\";i:68065;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:133;s:11:\"size_before\";i:4605;s:10:\"size_after\";i:4472;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4556;s:11:\"size_before\";i:49949;s:10:\"size_after\";i:45393;s:4:\"time\";d:1.0800000000000000710542735760100185871124267578125;}}}'),(10637,4537,'_wp_attached_file','2021/01/sap-9.png'),(10638,4537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/sap-9.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sap-9-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sap-9-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sap-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sap-9-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10639,4537,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.309324853118621234671081765554845333099365234375;s:5:\"bytes\";i:9142;s:11:\"size_before\";i:88677;s:10:\"size_after\";i:79535;s:4:\"time\";d:1.609999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:625;s:11:\"size_before\";i:7991;s:10:\"size_after\";i:7366;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5729;s:11:\"size_before\";i:47371;s:10:\"size_after\";i:41642;s:4:\"time\";d:1.229999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:110;s:11:\"size_before\";i:2738;s:10:\"size_after\";i:2628;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:30577;s:10:\"size_after\";i:27899;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(10640,4538,'_wp_attached_file','2021/01/sap-10.png'),(10641,4538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-10.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-10-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-10-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-10-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10642,4538,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.64050227230934897448832998634316027164459228515625;s:5:\"bytes\";i:3533;s:11:\"size_before\";i:76134;s:10:\"size_after\";i:72601;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:27;s:11:\"size_before\";i:6919;s:10:\"size_after\";i:6892;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2625;s:11:\"size_before\";i:40631;s:10:\"size_after\";i:38006;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2202;s:10:\"size_after\";i:2202;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:881;s:11:\"size_before\";i:26382;s:10:\"size_after\";i:25501;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(10643,4539,'_wp_attached_file','2021/01/sap-11.png'),(10644,4539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-11.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10645,4539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9840196126092966011356111266650259494781494140625;s:5:\"bytes\";i:12936;s:11:\"size_before\";i:143989;s:10:\"size_after\";i:131053;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:556;s:11:\"size_before\";i:12867;s:10:\"size_after\";i:12311;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8197;s:11:\"size_before\";i:75774;s:10:\"size_after\";i:67577;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4158;s:10:\"size_after\";i:4158;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4183;s:11:\"size_before\";i:51190;s:10:\"size_after\";i:47007;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;}}}'),(10646,4540,'_wp_attached_file','2021/01/sap-12.png'),(10647,4540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-12.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-12-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-12-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-12-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10648,4540,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.7425794653178297011208996991626918315887451171875;s:5:\"bytes\";i:19199;s:11:\"size_before\";i:163499;s:10:\"size_after\";i:144300;s:4:\"time\";d:2.410000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1993;s:11:\"size_before\";i:14747;s:10:\"size_after\";i:12754;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:11157;s:11:\"size_before\";i:87436;s:10:\"size_after\";i:76279;s:4:\"time\";d:1.8899999999999999023003738329862244427204132080078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:280;s:11:\"size_before\";i:4332;s:10:\"size_after\";i:4052;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5769;s:11:\"size_before\";i:56984;s:10:\"size_after\";i:51215;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(10649,4541,'_wp_attached_file','2021/01/sap-13.png'),(10650,4541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10651,4541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.519509680925022365727272699587047100067138671875;s:5:\"bytes\";i:11913;s:11:\"size_before\";i:125143;s:10:\"size_after\";i:113230;s:4:\"time\";d:1.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:782;s:11:\"size_before\";i:10815;s:10:\"size_after\";i:10033;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7623;s:11:\"size_before\";i:66246;s:10:\"size_after\";i:58623;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:222;s:11:\"size_before\";i:5051;s:10:\"size_after\";i:4829;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:43031;s:10:\"size_after\";i:39745;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;}}}'),(10652,4542,'_wp_attached_file','2021/01/sap-14.png'),(10653,4542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-14.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-14-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-14-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-14-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10654,4542,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.50169740393797734867575854877941310405731201171875;s:5:\"bytes\";i:13590;s:11:\"size_before\";i:181159;s:10:\"size_after\";i:167569;s:4:\"time\";d:0.99000000000000010214051826551440171897411346435546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:682;s:11:\"size_before\";i:15128;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:8405;s:11:\"size_before\";i:94597;s:10:\"size_after\";i:86192;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7686;s:10:\"size_after\";i:7686;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:4503;s:11:\"size_before\";i:63748;s:10:\"size_after\";i:59245;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10655,4543,'_wp_attached_file','2021/01/sap-15.png'),(10656,4543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-15.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-15-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-15-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-15-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10657,4543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.58402071013426137824353645555675029754638671875;s:5:\"bytes\";i:18881;s:11:\"size_before\";i:197005;s:10:\"size_after\";i:178124;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1886;s:11:\"size_before\";i:16960;s:10:\"size_after\";i:15074;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:10637;s:11:\"size_before\";i:104479;s:10:\"size_after\";i:93842;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:358;s:11:\"size_before\";i:6772;s:10:\"size_after\";i:6414;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:6000;s:11:\"size_before\";i:68794;s:10:\"size_after\";i:62794;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}}}'),(10658,4544,'_wp_attached_file','2021/01/sap-16.png'),(10659,4544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-16.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-16-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-16-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-16-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10660,4544,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.56875990326077907610624606604687869548797607421875;s:5:\"bytes\";i:5342;s:11:\"size_before\";i:95928;s:10:\"size_after\";i:90586;s:4:\"time\";d:1.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:298;s:11:\"size_before\";i:8383;s:10:\"size_after\";i:8085;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3638;s:11:\"size_before\";i:51471;s:10:\"size_after\";i:47833;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2740;s:10:\"size_after\";i:2740;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:33334;s:10:\"size_after\";i:31928;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}}}'),(10661,4545,'_wp_attached_file','2021/01/sap-17.png'),(10662,4545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:843;s:4:\"file\";s:18:\"2021/01/sap-17.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-17-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-17-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-17-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10663,4545,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.9371304974765681805592976161278784275054931640625;s:5:\"bytes\";i:20696;s:11:\"size_before\";i:173375;s:10:\"size_after\";i:152679;s:4:\"time\";d:0.92000000000000003996802888650563545525074005126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:14307;s:10:\"size_after\";i:12997;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:11313;s:11:\"size_before\";i:91257;s:10:\"size_after\";i:79944;s:4:\"time\";d:0.5;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:6498;s:10:\"size_after\";i:5748;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7323;s:11:\"size_before\";i:61313;s:10:\"size_after\";i:53990;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(10664,4546,'_wp_attached_file','2021/01/sap-18.png'),(10665,4546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-18.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-18-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-18-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-18-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10666,4546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.89766204998932863645677571184933185577392578125;s:5:\"bytes\";i:22359;s:11:\"size_before\";i:173357;s:10:\"size_after\";i:150998;s:4:\"time\";d:1.560000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2137;s:11:\"size_before\";i:15417;s:10:\"size_after\";i:13280;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:13753;s:11:\"size_before\";i:93154;s:10:\"size_after\";i:79401;s:4:\"time\";d:1.0300000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:405;s:11:\"size_before\";i:4934;s:10:\"size_after\";i:4529;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6064;s:11:\"size_before\";i:59852;s:10:\"size_after\";i:53788;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}}}'),(10667,4547,'_wp_attached_file','2021/01/sap-19.png'),(10668,4547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-19.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10669,4547,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.179930593179388864655265933834016323089599609375;s:5:\"bytes\";i:25077;s:11:\"size_before\";i:273172;s:10:\"size_after\";i:248095;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:22088;s:10:\"size_after\";i:20054;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:14933;s:11:\"size_before\";i:146609;s:10:\"size_after\";i:131676;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:291;s:11:\"size_before\";i:9096;s:10:\"size_after\";i:8805;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7819;s:11:\"size_before\";i:95379;s:10:\"size_after\";i:87560;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}}}'),(10670,4548,'_wp_attached_file','2021/01/sap-20.png'),(10671,4548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-20.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10672,4548,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7009200499528507322111181565560400485992431640625;s:5:\"bytes\";i:3689;s:11:\"size_before\";i:78474;s:10:\"size_after\";i:74785;s:4:\"time\";d:1.04999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:95;s:11:\"size_before\";i:7060;s:10:\"size_after\";i:6965;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2536;s:11:\"size_before\";i:41900;s:10:\"size_after\";i:39364;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2464;s:10:\"size_after\";i:2464;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:27050;s:10:\"size_after\";i:25992;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(10673,4549,'_wp_attached_file','2021/01/sap-21.png'),(10674,4549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-21.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-21-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-21-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-21-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10675,4549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.815446746481228501579607836902141571044921875;s:5:\"bytes\";i:14756;s:11:\"size_before\";i:167388;s:10:\"size_after\";i:152632;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:451;s:11:\"size_before\";i:13424;s:10:\"size_after\";i:12973;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:10210;s:11:\"size_before\";i:88899;s:10:\"size_after\";i:78689;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:207;s:11:\"size_before\";i:6602;s:10:\"size_after\";i:6395;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3888;s:11:\"size_before\";i:58463;s:10:\"size_after\";i:54575;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}}}'),(10676,4550,'_wp_attached_file','2021/01/sap-22.png'),(10677,4550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-22.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-22-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-22-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-22-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10678,4550,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.15719500899035576679807491018436849117279052734375;s:5:\"bytes\";i:3786;s:11:\"size_before\";i:73412;s:10:\"size_after\";i:69626;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6112;s:10:\"size_after\";i:6112;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2592;s:11:\"size_before\";i:39342;s:10:\"size_after\";i:36750;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2758;s:10:\"size_after\";i:2758;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:25200;s:10:\"size_after\";i:24006;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(10679,4551,'_wp_attached_file','2021/01/sap-23.png'),(10680,4551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:18:\"2021/01/sap-23.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"sap-23-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"sap-23-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sap-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"sap-23-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10681,4551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.2903943955393071263415549765340983867645263671875;s:5:\"bytes\";i:12035;s:11:\"size_before\";i:97922;s:10:\"size_after\";i:85887;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:998;s:11:\"size_before\";i:9368;s:10:\"size_after\";i:8370;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7118;s:11:\"size_before\";i:51562;s:10:\"size_after\";i:44444;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2964;s:10:\"size_after\";i:2815;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3770;s:11:\"size_before\";i:34028;s:10:\"size_after\";i:30258;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(10682,4552,'_wp_attached_file','2021/01/sap-124.png'),(10683,4552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2021/01/sap-124.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sap-124-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"sap-124-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sap-124-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"sap-124-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10684,4552,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.2903943955393071263415549765340983867645263671875;s:5:\"bytes\";i:12035;s:11:\"size_before\";i:97922;s:10:\"size_after\";i:85887;s:4:\"time\";d:1.62999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:998;s:11:\"size_before\";i:9368;s:10:\"size_after\";i:8370;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7118;s:11:\"size_before\";i:51562;s:10:\"size_after\";i:44444;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2964;s:10:\"size_after\";i:2815;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3770;s:11:\"size_before\";i:34028;s:10:\"size_after\";i:30258;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;}}}'),(10685,4553,'_wp_attached_file','2021/01/ss-1.png'),(10686,4553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10687,4553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9840196126092966011356111266650259494781494140625;s:5:\"bytes\";i:12936;s:11:\"size_before\";i:143989;s:10:\"size_after\";i:131053;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:556;s:11:\"size_before\";i:12867;s:10:\"size_after\";i:12311;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8197;s:11:\"size_before\";i:75774;s:10:\"size_after\";i:67577;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4158;s:10:\"size_after\";i:4158;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4183;s:11:\"size_before\";i:51190;s:10:\"size_after\";i:47007;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10688,4554,'_wp_attached_file','2021/01/ss-2.png'),(10689,4554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10690,4554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.2721785771011777654848629026673734188079833984375;s:5:\"bytes\";i:15178;s:11:\"size_before\";i:163694;s:10:\"size_after\";i:148516;s:4:\"time\";d:3.14999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:846;s:11:\"size_before\";i:13998;s:10:\"size_after\";i:13152;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:9206;s:11:\"size_before\";i:86563;s:10:\"size_after\";i:77357;s:4:\"time\";d:2.29999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6288;s:10:\"size_after\";i:5961;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:56845;s:10:\"size_after\";i:52046;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}}}'),(10691,4555,'_wp_attached_file','2021/01/ss-3.png'),(10692,4555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10693,4555,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.0215508883138415541225185734219849109649658203125;s:5:\"bytes\";i:13492;s:11:\"size_before\";i:149553;s:10:\"size_after\";i:136061;s:4:\"time\";d:1.609999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:696;s:11:\"size_before\";i:13070;s:10:\"size_after\";i:12374;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7952;s:11:\"size_before\";i:78543;s:10:\"size_after\";i:70591;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:216;s:11:\"size_before\";i:5775;s:10:\"size_after\";i:5559;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4628;s:11:\"size_before\";i:52165;s:10:\"size_after\";i:47537;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}}}'),(10694,4556,'_wp_attached_file','2021/01/ss-4.png'),(10695,4556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10696,4556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.3087767580127991351446326007135212421417236328125;s:5:\"bytes\";i:12801;s:11:\"size_before\";i:154066;s:10:\"size_after\";i:141265;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:13443;s:10:\"size_after\";i:12731;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7767;s:11:\"size_before\";i:80908;s:10:\"size_after\";i:73141;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:160;s:11:\"size_before\";i:6062;s:10:\"size_after\";i:5902;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4162;s:11:\"size_before\";i:53653;s:10:\"size_after\";i:49491;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(10697,4557,'_wp_attached_file','2021/01/ss-5.png'),(10698,4557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10699,4557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.5468972947788355298825990757904946804046630859375;s:5:\"bytes\";i:13114;s:11:\"size_before\";i:137364;s:10:\"size_after\";i:124250;s:4:\"time\";d:1.1199999999999998845368054389837197959423065185546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:839;s:11:\"size_before\";i:12336;s:10:\"size_after\";i:11497;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8349;s:11:\"size_before\";i:72299;s:10:\"size_after\";i:63950;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:97;s:11:\"size_before\";i:5285;s:10:\"size_after\";i:5188;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3829;s:11:\"size_before\";i:47444;s:10:\"size_after\";i:43615;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(10700,4558,'_wp_attached_file','2021/01/ss-6.png'),(10701,4558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-6-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-6-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-6-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10702,4558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3363452818323242610176748712547123432159423828125;s:5:\"bytes\";i:9572;s:11:\"size_before\";i:151065;s:10:\"size_after\";i:141493;s:4:\"time\";d:1.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:626;s:11:\"size_before\";i:12715;s:10:\"size_after\";i:12089;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5528;s:11:\"size_before\";i:81435;s:10:\"size_after\";i:75907;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:462;s:11:\"size_before\";i:4634;s:10:\"size_after\";i:4172;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:52281;s:10:\"size_after\";i:49325;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10703,4559,'_wp_attached_file','2021/01/ss-7.png'),(10704,4559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-7-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-7-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-7-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10705,4559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.64139596235104789911929401569068431854248046875;s:5:\"bytes\";i:8625;s:11:\"size_before\";i:89458;s:10:\"size_after\";i:80833;s:4:\"time\";d:1.180000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:7906;s:10:\"size_after\";i:7323;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5318;s:11:\"size_before\";i:48489;s:10:\"size_after\";i:43171;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1483;s:10:\"size_after\";i:1483;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2724;s:11:\"size_before\";i:31580;s:10:\"size_after\";i:28856;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(10706,4561,'_wp_attached_file','2021/01/ss-8.png'),(10707,4561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-8.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-8-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-8-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-8-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10708,4561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.2497930327599586775022544316016137599945068359375;s:5:\"bytes\";i:14078;s:11:\"size_before\";i:152198;s:10:\"size_after\";i:138120;s:4:\"time\";d:1.9699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:794;s:11:\"size_before\";i:12529;s:10:\"size_after\";i:11735;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8792;s:11:\"size_before\";i:81880;s:10:\"size_after\";i:73088;s:4:\"time\";d:1.4699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:165;s:11:\"size_before\";i:3906;s:10:\"size_after\";i:3741;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4327;s:11:\"size_before\";i:53883;s:10:\"size_after\";i:49556;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}}}'),(10709,4562,'_wp_attached_file','2021/01/ss-9.png'),(10710,4562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"2021/01/ss-9.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ss-9-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ss-9-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ss-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ss-9-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10711,4562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4319759262882332251365369302220642566680908203125;s:5:\"bytes\";i:10124;s:11:\"size_before\";i:107337;s:10:\"size_after\";i:97213;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:798;s:11:\"size_before\";i:9173;s:10:\"size_after\";i:8375;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6316;s:11:\"size_before\";i:57503;s:10:\"size_after\";i:51187;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:125;s:11:\"size_before\";i:3241;s:10:\"size_after\";i:3116;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:37420;s:10:\"size_after\";i:34535;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(10712,4563,'_wp_attached_file','2021/01/ss-10.png'),(10713,4563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-10.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-10-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-10-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-10-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10714,4563,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.7025237501199494971615422400645911693572998046875;s:5:\"bytes\";i:10111;s:11:\"size_before\";i:104210;s:10:\"size_after\";i:94099;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:661;s:11:\"size_before\";i:9024;s:10:\"size_after\";i:8363;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6193;s:11:\"size_before\";i:56169;s:10:\"size_after\";i:49976;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:29;s:11:\"size_before\";i:2815;s:10:\"size_after\";i:2786;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3228;s:11:\"size_before\";i:36202;s:10:\"size_after\";i:32974;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(10715,4564,'_wp_attached_file','2021/01/ss-11.png'),(10716,4564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-11.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10717,4564,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.675854922279793157713356777094304561614990234375;s:5:\"bytes\";i:9259;s:11:\"size_before\";i:120625;s:10:\"size_after\";i:111366;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:538;s:11:\"size_before\";i:10196;s:10:\"size_after\";i:9658;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5954;s:11:\"size_before\";i:64911;s:10:\"size_after\";i:58957;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3542;s:10:\"size_after\";i:3542;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2767;s:11:\"size_before\";i:41976;s:10:\"size_after\";i:39209;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}}}'),(10718,4565,'_wp_attached_file','2021/01/ss-12.png'),(10719,4565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-12.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-12-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-12-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-12-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10720,4565,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.7022678343072659146173464250750839710235595703125;s:5:\"bytes\";i:10752;s:11:\"size_before\";i:123554;s:10:\"size_after\";i:112802;s:4:\"time\";d:1.140000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:634;s:11:\"size_before\";i:10433;s:10:\"size_after\";i:9799;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:6779;s:11:\"size_before\";i:66158;s:10:\"size_after\";i:59379;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:136;s:11:\"size_before\";i:3822;s:10:\"size_after\";i:3686;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:43141;s:10:\"size_after\";i:39938;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}}}'),(10721,4566,'_wp_attached_file','2021/01/ss-13.png'),(10722,4566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-13-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-13-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-13-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10723,4566,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.417306157287033130387499113567173480987548828125;s:5:\"bytes\";i:11916;s:11:\"size_before\";i:126533;s:10:\"size_after\";i:114617;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:10974;s:10:\"size_after\";i:9857;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7190;s:11:\"size_before\";i:67819;s:10:\"size_after\";i:60629;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:66;s:11:\"size_before\";i:3204;s:10:\"size_after\";i:3138;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3543;s:11:\"size_before\";i:44536;s:10:\"size_after\";i:40993;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),(10724,4567,'_wp_attached_file','2021/01/ss-14.png'),(10725,4567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-14.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-14-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-14-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-14-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10726,4567,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.0767263427109963203065490233711898326873779296875;s:5:\"bytes\";i:12214;s:11:\"size_before\";i:121210;s:10:\"size_after\";i:108996;s:4:\"time\";d:2.229999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:10350;s:10:\"size_after\";i:9277;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:6822;s:11:\"size_before\";i:64072;s:10:\"size_after\";i:57250;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:330;s:11:\"size_before\";i:4080;s:10:\"size_after\";i:3750;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3989;s:11:\"size_before\";i:42708;s:10:\"size_after\";i:38719;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}}}'),(10727,4568,'_wp_attached_file','2021/01/ss-15.png'),(10728,4568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-15.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-15-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-15-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-15-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10729,4568,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.885335362203537812320064404048025608062744140625;s:5:\"bytes\";i:25596;s:11:\"size_before\";i:258929;s:10:\"size_after\";i:233333;s:4:\"time\";d:1.0999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:20021;s:10:\"size_after\";i:18255;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:14832;s:11:\"size_before\";i:138870;s:10:\"size_after\";i:124038;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:398;s:11:\"size_before\";i:8257;s:10:\"size_after\";i:7859;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:8600;s:11:\"size_before\";i:91781;s:10:\"size_after\";i:83181;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}}}'),(10730,4560,'_edit_last','1'),(10731,4560,'_edit_lock','1610954984:1'),(10732,4569,'_wp_attached_file','2021/01/ss-16.png'),(10733,4569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-16.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-16-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-16-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-16-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10734,4569,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.2982357357357354743498945026658475399017333984375;s:5:\"bytes\";i:20968;s:11:\"size_before\";i:170496;s:10:\"size_after\";i:149528;s:4:\"time\";d:0.8899999999999999023003738329862244427204132080078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:15520;s:10:\"size_after\";i:14116;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12237;s:11:\"size_before\";i:88358;s:10:\"size_after\";i:76121;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5960;s:10:\"size_after\";i:5649;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:7016;s:11:\"size_before\";i:60658;s:10:\"size_after\";i:53642;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(10735,4570,'_wp_attached_file','2021/01/ss-17.png'),(10736,4570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-17.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-17-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-17-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-17-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10737,4570,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.579568442346594991931851836852729320526123046875;s:5:\"bytes\";i:20607;s:11:\"size_before\";i:177960;s:10:\"size_after\";i:157353;s:4:\"time\";d:1.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:15272;s:10:\"size_after\";i:13456;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11586;s:11:\"size_before\";i:93184;s:10:\"size_after\";i:81598;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:538;s:11:\"size_before\";i:6735;s:10:\"size_after\";i:6197;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6667;s:11:\"size_before\";i:62769;s:10:\"size_after\";i:56102;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}}}'),(10738,4571,'_wp_attached_file','2021/01/ss-18.png'),(10739,4571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-18.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-18-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-18-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-18-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10740,4571,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.6286090473055576666183696943335235118865966796875;s:5:\"bytes\";i:13428;s:11:\"size_before\";i:106330;s:10:\"size_after\";i:92902;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:10535;s:10:\"size_after\";i:9455;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7012;s:11:\"size_before\";i:54621;s:10:\"size_after\";i:47609;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2964;s:10:\"size_after\";i:2964;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5336;s:11:\"size_before\";i:38210;s:10:\"size_after\";i:32874;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}}}'),(10741,4572,'_wp_attached_file','2021/01/ss-19.png'),(10742,4572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-19.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-19-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-19-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-19-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10743,4572,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.86628728336351201733123161830008029937744140625;s:5:\"bytes\";i:9917;s:11:\"size_before\";i:100514;s:10:\"size_after\";i:90597;s:4:\"time\";d:0.8600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:704;s:11:\"size_before\";i:8837;s:10:\"size_after\";i:8133;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6134;s:11:\"size_before\";i:54170;s:10:\"size_after\";i:48036;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:78;s:11:\"size_before\";i:2148;s:10:\"size_after\";i:2070;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3001;s:11:\"size_before\";i:35359;s:10:\"size_after\";i:32358;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(10744,4573,'_wp_attached_file','2021/01/ss-20.png'),(10745,4573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-20.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-20-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-20-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-20-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10746,4573,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.42120438559438611036966904066503047943115234375;s:5:\"bytes\";i:25191;s:11:\"size_before\";i:163353;s:10:\"size_after\";i:138162;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:13812;s:10:\"size_after\";i:11680;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:15697;s:11:\"size_before\";i:88568;s:10:\"size_after\";i:72871;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:972;s:11:\"size_before\";i:6234;s:10:\"size_after\";i:5262;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6390;s:11:\"size_before\";i:54739;s:10:\"size_after\";i:48349;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(10747,4574,'_wp_attached_file','2021/01/ss-22.png'),(10748,4574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-22.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-22-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-22-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-22-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10749,4574,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6142041350360489815329856355674564838409423828125;s:5:\"bytes\";i:12641;s:11:\"size_before\";i:146746;s:10:\"size_after\";i:134105;s:4:\"time\";d:1.3400000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1033;s:11:\"size_before\";i:12477;s:10:\"size_after\";i:11444;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7966;s:11:\"size_before\";i:78259;s:10:\"size_after\";i:70293;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:111;s:11:\"size_before\";i:5237;s:10:\"size_after\";i:5126;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3531;s:11:\"size_before\";i:50773;s:10:\"size_after\";i:47242;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}}}'),(10750,4575,'_wp_attached_file','2021/01/ss-23.png'),(10751,4575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-23.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-23-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-23-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-23-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10752,4575,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9884741758462300964538371772505342960357666015625;s:5:\"bytes\";i:17419;s:11:\"size_before\";i:174391;s:10:\"size_after\";i:156972;s:4:\"time\";d:1.75;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:15031;s:10:\"size_after\";i:13706;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:10606;s:11:\"size_before\";i:93992;s:10:\"size_after\";i:83386;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:372;s:11:\"size_before\";i:5172;s:10:\"size_after\";i:4800;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:5116;s:11:\"size_before\";i:60196;s:10:\"size_after\";i:55080;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}}}'),(10753,4576,'_wp_attached_file','2021/01/ss-24.png'),(10754,4576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-24.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-24-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-24-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-24-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10755,4576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.296124528208796533590430044569075107574462890625;s:5:\"bytes\";i:13452;s:11:\"size_before\";i:162148;s:10:\"size_after\";i:148696;s:4:\"time\";d:1.29999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:801;s:11:\"size_before\";i:13298;s:10:\"size_after\";i:12497;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8027;s:11:\"size_before\";i:85935;s:10:\"size_after\";i:77908;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:324;s:11:\"size_before\";i:6607;s:10:\"size_after\";i:6283;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:4300;s:11:\"size_before\";i:56308;s:10:\"size_after\";i:52008;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}}}'),(10756,4577,'_wp_attached_file','2021/01/ss-25.png'),(10757,4577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-25.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-25-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-25-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-25-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10758,4577,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6605545508758492445622323430143296718597412109375;s:5:\"bytes\";i:17863;s:11:\"size_before\";i:206257;s:10:\"size_after\";i:188394;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:997;s:11:\"size_before\";i:15519;s:10:\"size_after\";i:14522;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:11396;s:11:\"size_before\";i:111249;s:10:\"size_after\";i:99853;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:349;s:11:\"size_before\";i:8156;s:10:\"size_after\";i:7807;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5121;s:11:\"size_before\";i:71333;s:10:\"size_after\";i:66212;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(10759,4578,'_wp_attached_file','2021/01/ss-21.png'),(10760,4578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:17:\"2021/01/ss-21.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ss-21-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ss-21-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ss-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ss-21-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10761,4578,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.01483695362117742888585780747234821319580078125;s:5:\"bytes\";i:6762;s:11:\"size_before\";i:112422;s:10:\"size_after\";i:105660;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:138;s:11:\"size_before\";i:10050;s:10:\"size_after\";i:9912;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4325;s:11:\"size_before\";i:58447;s:10:\"size_after\";i:54122;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:218;s:11:\"size_before\";i:5037;s:10:\"size_after\";i:4819;s:4:\"time\";d:0.25;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:38888;s:10:\"size_after\";i:36807;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}}}'),(10762,4560,'_yoast_wpseo_content_score','30'),(10763,4560,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10764,4580,'_edit_last','1'),(10765,4580,'_edit_lock','1610955036:1'),(10766,4580,'_yoast_wpseo_content_score','30'),(10767,4580,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10768,4582,'_edit_last','1'),(10769,4582,'_edit_lock','1610955079:1'),(10770,4582,'_yoast_wpseo_content_score','30'),(10771,4582,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10772,4584,'_edit_last','1'),(10773,4584,'_edit_lock','1610955123:1'),(10774,4584,'_yoast_wpseo_content_score','30'),(10775,4584,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10776,4587,'_edit_last','1'),(10777,4587,'_edit_lock','1610955163:1'),(10778,4587,'_yoast_wpseo_content_score','30'),(10779,4587,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10780,4589,'_edit_last','1'),(10781,4589,'_edit_lock','1610955210:1'),(10782,4589,'_yoast_wpseo_content_score','30'),(10783,4589,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10784,4592,'_edit_last','1'),(10785,4592,'_edit_lock','1610955242:1'),(10786,4592,'_yoast_wpseo_content_score','30'),(10787,4592,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10788,4594,'_edit_last','1'),(10789,4594,'_edit_lock','1610955439:1'),(10790,4594,'_yoast_wpseo_content_score','30'),(10791,4594,'_yoast_wpseo_primary_epkb_post_type_1_category','102'),(10792,4596,'_menu_item_type','custom'),(10793,4596,'_menu_item_menu_item_parent','0'),(10794,4596,'_menu_item_object_id','4596'),(10795,4596,'_menu_item_object','custom'),(10796,4596,'_menu_item_target',''),(10797,4596,'_menu_item_classes','a:1:{i:0;s:19:\"kb-cus-main-heading\";}'),(10798,4596,'_menu_item_xfn',''),(10799,4596,'_menu_item_url','#'),(10801,4597,'_menu_item_type','post_type'),(10802,4597,'_menu_item_menu_item_parent','4596'),(10803,4597,'_menu_item_object_id','4594'),(10804,4597,'_menu_item_object','epkb_post_type_1'),(10805,4597,'_menu_item_target',''),(10806,4597,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10807,4597,'_menu_item_xfn',''),(10808,4597,'_menu_item_url',''),(10810,4598,'_menu_item_type','post_type'),(10811,4598,'_menu_item_menu_item_parent','4596'),(10812,4598,'_menu_item_object_id','4592'),(10813,4598,'_menu_item_object','epkb_post_type_1'),(10814,4598,'_menu_item_target',''),(10815,4598,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10816,4598,'_menu_item_xfn',''),(10817,4598,'_menu_item_url',''),(10819,4599,'_menu_item_type','post_type'),(10820,4599,'_menu_item_menu_item_parent','4596'),(10821,4599,'_menu_item_object_id','4589'),(10822,4599,'_menu_item_object','epkb_post_type_1'),(10823,4599,'_menu_item_target',''),(10824,4599,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10825,4599,'_menu_item_xfn',''),(10826,4599,'_menu_item_url',''),(10828,4600,'_menu_item_type','post_type'),(10829,4600,'_menu_item_menu_item_parent','4596'),(10830,4600,'_menu_item_object_id','4587'),(10831,4600,'_menu_item_object','epkb_post_type_1'),(10832,4600,'_menu_item_target',''),(10833,4600,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10834,4600,'_menu_item_xfn',''),(10835,4600,'_menu_item_url',''),(10837,4601,'_menu_item_type','post_type'),(10838,4601,'_menu_item_menu_item_parent','4596'),(10839,4601,'_menu_item_object_id','4584'),(10840,4601,'_menu_item_object','epkb_post_type_1'),(10841,4601,'_menu_item_target',''),(10842,4601,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10843,4601,'_menu_item_xfn',''),(10844,4601,'_menu_item_url',''),(10846,4602,'_menu_item_type','post_type'),(10847,4602,'_menu_item_menu_item_parent','4596'),(10848,4602,'_menu_item_object_id','4582'),(10849,4602,'_menu_item_object','epkb_post_type_1'),(10850,4602,'_menu_item_target',''),(10851,4602,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10852,4602,'_menu_item_xfn',''),(10853,4602,'_menu_item_url',''),(10855,4603,'_menu_item_type','post_type'),(10856,4603,'_menu_item_menu_item_parent','4596'),(10857,4603,'_menu_item_object_id','4580'),(10858,4603,'_menu_item_object','epkb_post_type_1'),(10859,4603,'_menu_item_target',''),(10860,4603,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10861,4603,'_menu_item_xfn',''),(10862,4603,'_menu_item_url',''),(10864,4604,'_menu_item_type','post_type'),(10865,4604,'_menu_item_menu_item_parent','4596'),(10866,4604,'_menu_item_object_id','4560'),(10867,4604,'_menu_item_object','epkb_post_type_1'),(10868,4604,'_menu_item_target',''),(10869,4604,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10870,4604,'_menu_item_xfn',''),(10871,4604,'_menu_item_url',''),(10873,4605,'_wp_attached_file','2021/01/ra-1.png'),(10874,4605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:833;s:4:\"file\";s:16:\"2021/01/ra-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-1-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-1-1024x667.png\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-1-768x500.png\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10875,4605,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.8611856394531738345676785684190690517425537109375;s:5:\"bytes\";i:22281;s:11:\"size_before\";i:187848;s:10:\"size_after\";i:165567;s:4:\"time\";d:1.970000000000000195399252334027551114559173583984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:16634;s:10:\"size_after\";i:15157;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:12306;s:11:\"size_before\";i:97376;s:10:\"size_after\";i:85070;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:540;s:11:\"size_before\";i:7272;s:10:\"size_after\";i:6732;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:7958;s:11:\"size_before\";i:66566;s:10:\"size_after\";i:58608;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}}}'),(10876,4606,'_wp_attached_file','2021/01/ra-2.png'),(10877,4606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:843;s:4:\"file\";s:16:\"2021/01/ra-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-2-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-2-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-2-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10878,4606,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.9371304974765681805592976161278784275054931640625;s:5:\"bytes\";i:20696;s:11:\"size_before\";i:173375;s:10:\"size_after\";i:152679;s:4:\"time\";d:2.92999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:14307;s:10:\"size_after\";i:12997;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:11313;s:11:\"size_before\";i:91257;s:10:\"size_after\";i:79944;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:6498;s:10:\"size_after\";i:5748;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:7323;s:11:\"size_before\";i:61313;s:10:\"size_after\";i:53990;s:4:\"time\";d:1.75;}}}'),(10879,4607,'_wp_attached_file','2021/01/ra-3.png'),(10880,4607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1361;s:6:\"height\";i:619;s:4:\"file\";s:16:\"2021/01/ra-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-3-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-3-1024x466.png\";s:5:\"width\";i:1024;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-3-768x349.png\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10881,4607,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.544395872910502731656379182823002338409423828125;s:5:\"bytes\";i:19179;s:11:\"size_before\";i:141601;s:10:\"size_after\";i:122422;s:4:\"time\";d:2.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:12486;s:10:\"size_after\";i:10766;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:10055;s:11:\"size_before\";i:73896;s:10:\"size_after\";i:63841;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:847;s:11:\"size_before\";i:6700;s:10:\"size_after\";i:5853;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6557;s:11:\"size_before\";i:48519;s:10:\"size_after\";i:41962;s:4:\"time\";d:1.6699999999999999289457264239899814128875732421875;}}}'),(10882,4608,'_wp_attached_file','2021/01/ra-4.png'),(10883,4608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:753;s:4:\"file\";s:16:\"2021/01/ra-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-4-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-4-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10884,4608,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.964456746188655955620561144314706325531005859375;s:5:\"bytes\";i:10202;s:11:\"size_before\";i:113805;s:10:\"size_after\";i:103603;s:4:\"time\";d:1.70999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1095;s:11:\"size_before\";i:10861;s:10:\"size_after\";i:9766;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5091;s:11:\"size_before\";i:58672;s:10:\"size_after\";i:53581;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:212;s:11:\"size_before\";i:4579;s:10:\"size_after\";i:4367;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3804;s:11:\"size_before\";i:39693;s:10:\"size_after\";i:35889;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}}}'),(10885,4609,'_wp_attached_file','2021/01/ra-5.png'),(10886,4609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:841;s:4:\"file\";s:16:\"2021/01/ra-5.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-5-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-5-1024x673.png\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-5-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10887,4609,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.9825613309124694438878577784635126590728759765625;s:5:\"bytes\";i:13005;s:11:\"size_before\";i:118415;s:10:\"size_after\";i:105410;s:4:\"time\";d:2.229999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:10909;s:10:\"size_after\";i:9861;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7161;s:11:\"size_before\";i:61382;s:10:\"size_after\";i:54221;s:4:\"time\";d:1.560000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4388;s:10:\"size_after\";i:4149;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4557;s:11:\"size_before\";i:41736;s:10:\"size_after\";i:37179;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}}}'),(10888,4610,'_wp_attached_file','2021/01/ra-6.png'),(10889,4610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1277;s:6:\"height\";i:841;s:4:\"file\";s:16:\"2021/01/ra-6.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-6-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-6-1024x674.png\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-6-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10890,4610,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.076542687122408636923864833079278469085693359375;s:5:\"bytes\";i:12004;s:11:\"size_before\";i:132253;s:10:\"size_after\";i:120249;s:4:\"time\";d:2.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:662;s:11:\"size_before\";i:11567;s:10:\"size_after\";i:10905;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:7017;s:11:\"size_before\";i:69179;s:10:\"size_after\";i:62162;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4728;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4213;s:11:\"size_before\";i:46667;s:10:\"size_after\";i:42454;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}}}'),(10891,4611,'_wp_attached_file','2021/01/ra-7.png'),(10892,4611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:849;s:4:\"file\";s:16:\"2021/01/ra-7.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-7-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-7-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-7-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10893,4611,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.291758753053390051945825689472258090972900390625;s:5:\"bytes\";i:12781;s:11:\"size_before\";i:137552;s:10:\"size_after\";i:124771;s:4:\"time\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:903;s:11:\"size_before\";i:12619;s:10:\"size_after\";i:11716;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:7059;s:11:\"size_before\";i:71368;s:10:\"size_after\";i:64309;s:4:\"time\";d:2.8300000000000000710542735760100185871124267578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:166;s:11:\"size_before\";i:5247;s:10:\"size_after\";i:5081;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4653;s:11:\"size_before\";i:48318;s:10:\"size_after\";i:43665;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}}}'),(10894,4612,'_wp_attached_file','2021/01/ra-8.png'),(10895,4612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:843;s:4:\"file\";s:16:\"2021/01/ra-8.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-8-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-8-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-8-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10896,4612,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.96341994303411837563544395379722118377685546875;s:5:\"bytes\";i:14413;s:11:\"size_before\";i:160798;s:10:\"size_after\";i:146385;s:4:\"time\";d:1.6599999999999999200639422269887290894985198974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:936;s:11:\"size_before\";i:14249;s:10:\"size_after\";i:13313;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8316;s:11:\"size_before\";i:84000;s:10:\"size_after\";i:75684;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:224;s:11:\"size_before\";i:6471;s:10:\"size_after\";i:6247;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4937;s:11:\"size_before\";i:56078;s:10:\"size_after\";i:51141;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}}}'),(10897,4613,'_wp_attached_file','2021/01/ra-9.png'),(10898,4613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:827;s:4:\"file\";s:16:\"2021/01/ra-9.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ra-9-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ra-9-1024x664.png\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ra-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ra-9-768x498.png\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10899,4613,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.7310497093355241560175272752530872821807861328125;s:5:\"bytes\";i:23411;s:11:\"size_before\";i:183889;s:10:\"size_after\";i:160478;s:4:\"time\";d:1.600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:16229;s:10:\"size_after\";i:14320;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:12431;s:11:\"size_before\";i:95660;s:10:\"size_after\";i:83229;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:863;s:11:\"size_before\";i:7940;s:10:\"size_after\";i:7077;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:8208;s:11:\"size_before\";i:64060;s:10:\"size_after\";i:55852;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}}}'),(10900,4614,'_wp_attached_file','2021/01/ra-10.png'),(10901,4614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:839;s:4:\"file\";s:17:\"2021/01/ra-10.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ra-10-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ra-10-1024x674.png\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ra-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ra-10-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10902,4614,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.32397081095965774011347093619406223297119140625;s:5:\"bytes\";i:10158;s:11:\"size_before\";i:108945;s:10:\"size_after\";i:98787;s:4:\"time\";d:1.70000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:658;s:11:\"size_before\";i:9990;s:10:\"size_after\";i:9332;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5869;s:11:\"size_before\";i:56619;s:10:\"size_after\";i:50750;s:4:\"time\";d:1.2199999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:147;s:11:\"size_before\";i:4358;s:10:\"size_after\";i:4211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3484;s:11:\"size_before\";i:37978;s:10:\"size_after\";i:34494;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}}}'),(10903,4615,'_wp_attached_file','2021/01/ra-11.png'),(10904,4615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1361;s:6:\"height\";i:656;s:4:\"file\";s:17:\"2021/01/ra-11.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ra-11-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ra-11-1024x494.png\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ra-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ra-11-768x370.png\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10905,4615,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.36489570879484745091758668422698974609375;s:5:\"bytes\";i:10490;s:11:\"size_before\";i:101207;s:10:\"size_after\";i:90717;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:676;s:11:\"size_before\";i:8963;s:10:\"size_after\";i:8287;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:6122;s:11:\"size_before\";i:53752;s:10:\"size_after\";i:47630;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:94;s:11:\"size_before\";i:2904;s:10:\"size_after\";i:2810;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3598;s:11:\"size_before\";i:35588;s:10:\"size_after\";i:31990;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}}}'),(10906,4616,'_wp_attached_file','2021/01/ra-12.png'),(10907,4616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:845;s:4:\"file\";s:17:\"2021/01/ra-12.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ra-12-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ra-12-1024x677.png\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ra-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ra-12-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10908,4616,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.7100746720197026462528810952790081501007080078125;s:5:\"bytes\";i:12236;s:11:\"size_before\";i:140481;s:10:\"size_after\";i:128245;s:4:\"time\";d:3.609999999999999875655021241982467472553253173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:727;s:11:\"size_before\";i:12202;s:10:\"size_after\";i:11475;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7304;s:11:\"size_before\";i:74136;s:10:\"size_after\";i:66832;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:96;s:11:\"size_before\";i:5532;s:10:\"size_after\";i:5436;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4109;s:11:\"size_before\";i:48611;s:10:\"size_after\";i:44502;s:4:\"time\";d:2.45999999999999996447286321199499070644378662109375;}}}'),(10909,4617,'_wp_attached_file','2021/01/ra-13.png'),(10910,4617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1277;s:6:\"height\";i:847;s:4:\"file\";s:17:\"2021/01/ra-13.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ra-13-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ra-13-1024x679.png\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ra-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ra-13-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10911,4617,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.4694956867457360516482367529533803462982177734375;s:5:\"bytes\";i:16811;s:11:\"size_before\";i:134817;s:10:\"size_after\";i:118006;s:4:\"time\";d:1.20000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1740;s:11:\"size_before\";i:12771;s:10:\"size_after\";i:11031;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8585;s:11:\"size_before\";i:69225;s:10:\"size_after\";i:60640;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:431;s:11:\"size_before\";i:5672;s:10:\"size_after\";i:5241;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6055;s:11:\"size_before\";i:47149;s:10:\"size_after\";i:41094;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}}}'),(10912,4621,'_wp_attached_file','2021/01/sfpreloader.gif'),(10913,4621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:23:\"2021/01/sfpreloader.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10914,4621,'wp-smush-animated','1'),(10915,4621,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.6508556060642121110504376702010631561279296875;s:5:\"bytes\";i:4055;s:11:\"size_before\";i:42017;s:10:\"size_after\";i:37962;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4055;s:11:\"size_before\";i:42017;s:10:\"size_after\";i:37962;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10916,4621,'_edit_lock','1610960118:1'),(10917,4622,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}'),(10918,4624,'_wp_attached_file','2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg'),(10919,4624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Leading-Causes-of-Revenue-Leakages-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Leading-Causes-of-Revenue-Leakages-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Leading-Causes-of-Revenue-Leakages-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Leading-Causes-of-Revenue-Leakages-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10920,4624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.0683005745950870934990462046698667109012603759765625;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:107554;s:10:\"size_after\";i:106405;s:4:\"time\";d:0.2400000000000000188737914186276611872017383575439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9465;s:10:\"size_after\";i:9465;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:701;s:11:\"size_before\";i:56361;s:10:\"size_after\";i:55660;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4737;s:10:\"size_after\";i:4737;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:448;s:11:\"size_before\";i:36991;s:10:\"size_after\";i:36543;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(10921,4624,'_wp_attachment_image_alt','Leading-Causes-of-Revenue-Leakages'),(10923,4454,'_thumbnail_id','4624'),(10925,4625,'_edit_last','1'),(10926,4625,'_edit_lock','1611057515:1'),(10929,4627,'_wp_attached_file','2021/01/eway.png'),(10930,4627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:16:\"2021/01/eway.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"eway-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10931,4627,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.125240435990594534132469561882317066192626953125;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:9358;s:10:\"size_after\";i:7849;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:9358;s:10:\"size_after\";i:7849;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10932,4627,'_wp_attachment_image_alt','eway'),(10933,4628,'_wp_attached_file','2021/01/Fat-Zebra.png'),(10934,4628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2021/01/Fat-Zebra.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Fat-Zebra-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10935,4628,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.558113292710448405387069215066730976104736328125;s:5:\"bytes\";i:778;s:11:\"size_before\";i:4431;s:10:\"size_after\";i:3653;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:778;s:11:\"size_before\";i:4431;s:10:\"size_after\";i:3653;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(10936,4628,'_wp_attachment_image_alt','Fat-Zebra'),(10937,4629,'_wp_attached_file','2021/01/Pin-Payments.png'),(10938,4629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:24:\"2021/01/Pin-Payments.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Pin-Payments-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10939,4629,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1600688468158324440082651562988758087158203125;s:5:\"bytes\";i:789;s:11:\"size_before\";i:2905;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:789;s:11:\"size_before\";i:2905;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(10940,4629,'_wp_attachment_image_alt','Pin-Payments'),(10941,4630,'_wp_attached_file','2021/01/ANZ-ewallet.png'),(10942,4630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2021/01/ANZ-ewallet.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ANZ-ewallet-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10943,4630,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7733;s:10:\"size_after\";i:7733;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7733;s:10:\"size_after\";i:7733;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(10944,4630,'_wp_attachment_image_alt','ANZ-ewallet'),(10945,4631,'_wp_attached_file','2021/01/top-payment-gateways-in-australia-1.jpg'),(10946,4631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2021/01/top-payment-gateways-in-australia-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"top-payment-gateways-in-australia-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"top-payment-gateways-in-australia-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"top-payment-gateways-in-australia-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"top-payment-gateways-in-australia-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10947,4631,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.212860788880373075215857170405797660350799560546875;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:134393;s:10:\"size_after\";i:132763;s:4:\"time\";d:0.2199999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:88;s:11:\"size_before\";i:12648;s:10:\"size_after\";i:12560;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:796;s:11:\"size_before\";i:69459;s:10:\"size_after\";i:68663;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5699;s:10:\"size_after\";i:5699;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:746;s:11:\"size_before\";i:46587;s:10:\"size_after\";i:45841;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(10948,4631,'_wp_attachment_image_alt','top-payment-gateways-in-Australia'),(10949,4625,'_thumbnail_id','4631'),(10950,4625,'_yoast_wpseo_focuskw','Payment Gateway Options in Australia'),(10951,4625,'_yoast_wpseo_title','Payment Gateway Options in Australia'),(10952,4625,'_yoast_wpseo_metadesc','SubscriptionFlow enlists top payment gateways in Australia to let our customers compare and choose the best payment gateway to receive payments.'),(10953,4625,'_yoast_wpseo_linkdex','59'),(10954,4625,'_yoast_wpseo_content_score','30'),(10955,4625,'_yoast_wpseo_primary_category','79'),(10957,4633,'_wp_attached_file','2021/01/sap-10-e1610613260900.png'),(10958,4633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2021/01/sap-10-e1610613260900.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"sap-10-e1610613260900-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"sap-10-e1610613260900-1024x541.png\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sap-10-e1610613260900-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"sap-10-e1610613260900-768x406.png\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10959,4633,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.39000946187465235226454751682467758655548095703125;s:5:\"bytes\";i:2923;s:11:\"size_before\";i:66583;s:10:\"size_after\";i:63660;s:4:\"time\";d:1.689999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.84999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:51;s:11:\"size_before\";i:5972;s:10:\"size_after\";i:5921;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:2051;s:11:\"size_before\";i:35310;s:10:\"size_after\";i:33259;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2275;s:10:\"size_after\";i:2275;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:821;s:11:\"size_before\";i:23026;s:10:\"size_after\";i:22205;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}}}'),(10960,4634,'_wp_attached_file','2021/01/sap-19-1.png'),(10961,4634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2021/01/sap-19-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sap-19-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sap-19-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sap-19-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sap-19-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10962,4634,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.5633660640543265429869279614649713039398193359375;s:5:\"bytes\";i:26053;s:11:\"size_before\";i:272425;s:10:\"size_after\";i:246372;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:22087;s:10:\"size_after\";i:20035;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:15547;s:11:\"size_before\";i:146041;s:10:\"size_after\";i:130494;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:281;s:11:\"size_before\";i:9090;s:10:\"size_after\";i:8809;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8173;s:11:\"size_before\";i:95207;s:10:\"size_after\";i:87034;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}}}'),(10963,4635,'_wp_attached_file','2021/01/sap-7-1.png'),(10964,4635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2021/01/sap-7-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sap-7-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"sap-7-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sap-7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"sap-7-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10965,4635,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9205896880580564101137497345916926860809326171875;s:5:\"bytes\";i:13055;s:11:\"size_before\";i:131595;s:10:\"size_after\";i:118540;s:4:\"time\";d:0.6799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:714;s:11:\"size_before\";i:11064;s:10:\"size_after\";i:10350;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8182;s:11:\"size_before\";i:70456;s:10:\"size_after\";i:62274;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:302;s:11:\"size_before\";i:4430;s:10:\"size_after\";i:4128;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3857;s:11:\"size_before\";i:45645;s:10:\"size_after\";i:41788;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(10966,4636,'_wp_attached_file','2021/01/sap-4-e1610610854889.jpg'),(10967,4636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:1188;s:4:\"file\";s:32:\"2021/01/sap-4-e1610610854889.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"sap-4-e1610610854889-300x264.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"sap-4-e1610610854889-1024x902.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sap-4-e1610610854889-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"sap-4-e1610610854889-768x677.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10968,4636,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.73125809216404979995473922826931811869144439697265625;s:5:\"bytes\";i:802;s:11:\"size_before\";i:109674;s:10:\"size_after\";i:108872;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8371;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:672;s:11:\"size_before\";i:59618;s:10:\"size_after\";i:58946;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3187;s:10:\"size_after\";i:3187;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:130;s:11:\"size_before\";i:38498;s:10:\"size_after\";i:38368;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(10969,4637,'_edit_last','1'),(10970,4637,'_edit_lock','1611320501:1'),(10971,4638,'_wp_attached_file','2021/01/The-Checkout-Process.jpg'),(10972,4638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:170;s:4:\"file\";s:32:\"2021/01/The-Checkout-Process.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"The-Checkout-Process-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"The-Checkout-Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"The-Checkout-Process-768x163.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10973,4638,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.13371879786843887671921038418076932430267333984375;s:5:\"bytes\";i:989;s:11:\"size_before\";i:46351;s:10:\"size_after\";i:45362;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:18;s:11:\"size_before\";i:7801;s:10:\"size_after\";i:7783;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6977;s:10:\"size_after\";i:6977;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:971;s:11:\"size_before\";i:31573;s:10:\"size_after\";i:30602;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(10974,4638,'_wp_attachment_image_alt','The-Checkout-Process'),(10975,4639,'_wp_attached_file','2021/01/Optimal-Checkout-process-for-businesses.jpg'),(10976,4639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2021/01/Optimal-Checkout-process-for-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Optimal-Checkout-process-for-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Optimal-Checkout-process-for-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Optimal-Checkout-process-for-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Optimal-Checkout-process-for-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10977,4639,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.59579637598430945644167877617292106151580810546875;s:5:\"bytes\";i:3547;s:11:\"size_before\";i:136644;s:10:\"size_after\";i:133097;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:142;s:11:\"size_before\";i:11616;s:10:\"size_after\";i:11474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:72022;s:10:\"size_after\";i:70113;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5509;s:10:\"size_after\";i:5509;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:47497;s:10:\"size_after\";i:46001;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(10978,4639,'_wp_attachment_image_alt','Optimal-Checkout-process-for-businesses'),(10979,4637,'_thumbnail_id','4639'),(10980,4637,'_yoast_wpseo_focuskw','Optimal Checkout Process for Businesses'),(10981,4637,'_yoast_wpseo_title','Optimal Checkout Process for Businesses'),(10982,4637,'_yoast_wpseo_metadesc','Checkout is the online web form to fill the order, billing, shipping, or contact and payment details and connects the online shopping cart to the payment page.'),(10983,4637,'_yoast_wpseo_linkdex','58'),(10984,4637,'_yoast_wpseo_content_score','30'),(10985,4637,'_yoast_wpseo_primary_category','79'),(11001,4649,'_edit_last','1'),(11002,4649,'_edit_lock','1611562143:1'),(11003,4649,'_wp_page_template','page-payment-ggateways.php'),(11004,4649,'_wpb_vc_js_status','true'),(11005,4650,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1611560754507{padding-bottom: 100px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(11006,4649,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1611560754507{padding-bottom: 100px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(11008,4653,'_wpb_shortcodes_custom_css','.vc_custom_1610015324278{background-color: #ededed !important;}.vc_custom_1611560754507{padding-bottom: 100px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1610015264513{padding-bottom: 50px !important;}'),(11009,4654,'_wpb_shortcodes_custom_css','.vc_custom_1551425543218{background-color: #ededed !important;}.vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1553257642754{background-color: #ffffff !important;}.vc_custom_1553264858435{background-color: #ffffff !important;}.vc_custom_1552547964890{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589198933169{margin-top: 25px !important;}.vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1553255133610{padding-top: 0px !important;}.vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198849077{margin-top: 25px !important;}.vc_custom_1553255141345{padding-top: 0px !important;}.vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198864654{margin-top: 25px !important;}.vc_custom_1553255148046{padding-top: 0px !important;}.vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589198880645{margin-top: 25px !important;}.vc_custom_1553255245180{padding-top: 0px !important;}.vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553500454432{padding-top: 0px !important;}.vc_custom_1589198923726{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1552302926286{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11010,4655,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11011,4656,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1574840788044{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497006494{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497022947{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11012,4657,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607497141062{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174046337{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174074141{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1562572838443{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174129586{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574174154300{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11013,4658,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589275244348{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497898207{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275505965{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589275314082{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607497989351{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11014,4659,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549796301{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11015,4660,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498534270{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607498576589{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345789327{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574345817050{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11016,4661,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1589280059053{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280074553{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429546957{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429574862{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1574429598822{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280089784{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11017,4662,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1552303285526{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607499624391{margin-top: 25px !important;}.vc_custom_1552305027795{margin-top: 0px !important;}.vc_custom_1552305046283{margin-top: 0px !important;}.vc_custom_1552305071377{margin-top: 0px !important;}.vc_custom_1552305099190{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11019,4664,'_wpb_shortcodes_custom_css','.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}'),(11020,4665,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322375493{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322402969{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322512287{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11021,4666,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607349022011{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349049024{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607349087099{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11022,4667,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607322788353{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607322993265{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607323001548{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11023,4668,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1605251062388{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251093587{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1605251125529{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11024,4669,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551362775858{background-color: #ffffff !important;}.vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}.vc_custom_1552649194809{background-color: #f5f6fa !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280606043{margin-top: 25px !important;}.vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280626758{margin-top: 25px !important;}.vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280640611{margin-top: 25px !important;}.vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280667258{margin-top: 25px !important;}.vc_custom_1551943824126{margin-top: 0px !important;}.vc_custom_1551944136856{margin-top: 0px !important;}.vc_custom_1551944163883{margin-top: 0px !important;}.vc_custom_1551944146194{margin-top: 0px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11025,4670,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1553264545488{background-color: #ffffff !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280928896{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1553236715554{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280949584{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589280960032{margin-top: 25px !important;}.vc_custom_1567584844626{padding-top: 0px !important;}'),(11026,4671,'_wpb_shortcodes_custom_css','.vc_custom_1551425671406{background-color: #ededed !important;}.vc_custom_1551955301323{padding-bottom: 2vh !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}.vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281234275{margin-top: 25px !important;}.vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281268638{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11027,4672,'_wpb_shortcodes_custom_css','.vc_custom_1588934147627{padding-top: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}'),(11028,4673,'_wpb_shortcodes_custom_css','.vc_custom_1587981303515{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11029,4674,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11030,4675,'_edit_last','1'),(11031,4675,'_edit_lock','1611583164:1'),(11032,4676,'_wp_attached_file','2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg'),(11033,4676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"How-SaaS-is-Changing-the-Way-Businesses-Work-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"How-SaaS-is-Changing-the-Way-Businesses-Work-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"How-SaaS-is-Changing-the-Way-Businesses-Work-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"How-SaaS-is-Changing-the-Way-Businesses-Work-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11034,4676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6905805240483233742310176239698193967342376708984375;s:5:\"bytes\";i:3206;s:11:\"size_before\";i:189639;s:10:\"size_after\";i:186433;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:217;s:11:\"size_before\";i:16708;s:10:\"size_after\";i:16491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:1694;s:11:\"size_before\";i:98641;s:10:\"size_after\";i:96947;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8233;s:10:\"size_after\";i:8233;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:66057;s:10:\"size_after\";i:64762;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(11035,4676,'_wp_attachment_image_alt','How-SaaS-is-Changing-the-Way-Businesses-Work'),(11036,4675,'_thumbnail_id','4676'),(11037,4675,'_yoast_wpseo_focuskw','How SaaS is Changing the Way Businesses Work'),(11038,4675,'_yoast_wpseo_title','How SaaS is Changing the Way Businesses Work | SubscriptionFlow'),(11039,4675,'_yoast_wpseo_metadesc','Businesses are adopting SaaS-based technical solutions in order to ensure flexibility, convenience, and reliability in online business applications.'),(11040,4675,'_yoast_wpseo_linkdex','59'),(11041,4675,'_yoast_wpseo_content_score','30'),(11042,4675,'_yoast_wpseo_primary_category','3'),(11045,4679,'_wp_attached_file','2021/01/f-user.png'),(11046,4679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2021/01/f-user.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"f-user-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11047,4679,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.4778987828315184316352315363474190235137939453125;s:5:\"bytes\";i:452;s:11:\"size_before\";i:3122;s:10:\"size_after\";i:2670;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:452;s:11:\"size_before\";i:3122;s:10:\"size_after\";i:2670;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(11048,4680,'_wp_attached_file','2021/01/user.png'),(11049,4680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:16:\"2021/01/user.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"user-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11050,4680,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.2045971204849710289863651269115507602691650390625;s:5:\"bytes\";i:404;s:11:\"size_before\";i:3959;s:10:\"size_after\";i:3555;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:404;s:11:\"size_before\";i:3959;s:10:\"size_after\";i:3555;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11051,4682,'_edit_last','1'),(11052,4682,'_edit_lock','1611925933:1'),(11053,4683,'_wp_attached_file','2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg'),(11054,4683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Manage-Hasslefree-Recurring-Billing-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Manage-Hasslefree-Recurring-Billing-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Manage-Hasslefree-Recurring-Billing-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Manage-Hasslefree-Recurring-Billing-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11055,4683,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8071742125910141840705591675941832363605499267578125;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:132809;s:10:\"size_after\";i:131737;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10742;s:10:\"size_after\";i:10742;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:867;s:11:\"size_before\";i:71168;s:10:\"size_after\";i:70301;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5992;s:10:\"size_after\";i:5992;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.460000000000000019984014443252817727625370025634765625;s:5:\"bytes\";i:205;s:11:\"size_before\";i:44907;s:10:\"size_after\";i:44702;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11056,4683,'_wp_attachment_image_alt','Manage-Hasslefree-Recurring-Billing'),(11057,4684,'_wp_attached_file','2021/01/invoicing-features-1.jpg'),(11058,4685,'_wp_attached_file','2021/01/invoicing-features-1-1-scaled.jpg'),(11059,4685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:845;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2021/01/invoicing-features-1-1-scaled.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"invoicing-features-1-1-99x300.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"invoicing-features-1-1-338x1024.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"invoicing-features-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"invoicing-features-1-1.jpg\";}'),(11060,4686,'_wp_attached_file','2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg'),(11061,4686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:853;s:6:\"height\";i:2560;s:4:\"file\";s:58:\"2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Subscriptionflow-invoicing-features-min-100x300.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Subscriptionflow-invoicing-features-min-341x1024.jpg\";s:5:\"width\";i:341;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Subscriptionflow-invoicing-features-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Subscriptionflow-invoicing-features-min-768x2304.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"Subscriptionflow-invoicing-features-min-512x1536.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:43:\"Subscriptionflow-invoicing-features-min.jpg\";}'),(11062,4687,'_wp_attached_file','2021/01/invoicing-features-SF-min.jpg'),(11063,4687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:2500;s:4:\"file\";s:37:\"2021/01/invoicing-features-SF-min.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"invoicing-features-SF-min-144x300.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"invoicing-features-SF-min-492x1024.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"invoicing-features-SF-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"invoicing-features-SF-min-768x1600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"invoicing-features-SF-min-737x1536.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"invoicing-features-SF-min-983x2048.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11064,4687,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.059438626419624274177522238460369408130645751953125;s:5:\"bytes\";i:19369;s:11:\"size_before\";i:633090;s:10:\"size_after\";i:613721;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:142;s:11:\"size_before\";i:13328;s:10:\"size_after\";i:13186;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:85881;s:10:\"size_after\";i:83038;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7425;s:10:\"size_after\";i:7425;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:5085;s:11:\"size_before\";i:158043;s:10:\"size_after\";i:152958;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:4489;s:11:\"size_before\";i:147983;s:10:\"size_after\";i:143494;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6810;s:11:\"size_before\";i:220430;s:10:\"size_after\";i:213620;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11065,4687,'_wp_attachment_image_alt','invoicing-features-SF-min'),(11066,4682,'_thumbnail_id','4683'),(11067,4682,'_yoast_wpseo_focuskw','Top-Notch Invoicing Solutions in SubscriptionFlow'),(11068,4682,'_yoast_wpseo_title','Top-Notch Invoicing Solutions in SubscriptionFlow'),(11069,4682,'_yoast_wpseo_metadesc','SubscriptionFlow has identified the loopholes and developed and incorporated all the invoice automation and management features and functionalities.'),(11070,4682,'_yoast_wpseo_linkdex','59'),(11071,4682,'_yoast_wpseo_content_score','30'),(11072,4682,'_yoast_wpseo_primary_category','9'),(11074,2176,'_yoast_wpseo_focuskw','Best Subscription Management and Billing Software 2021'),(11075,2176,'_yoast_wpseo_linkdex','69'),(11076,4689,'_edit_last','1'),(11077,4689,'_edit_lock','1612181972:1'),(11078,4690,'_wp_attached_file','2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg'),(11079,4690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:70:\"2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11080,4690,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.89289795669597271654538417351432144641876220703125;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:131258;s:10:\"size_after\";i:130086;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11512;s:10:\"size_after\";i:11512;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:502;s:11:\"size_before\";i:67480;s:10:\"size_after\";i:66978;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6213;s:10:\"size_after\";i:6213;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:670;s:11:\"size_before\";i:46053;s:10:\"size_after\";i:45383;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(11081,4690,'_wp_attachment_image_alt','Connect-&-Grow-with-SubscriptionFlow-Mailchimp-Integration'),(11082,4691,'_wp_attached_file','2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg'),(11083,4691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1900;s:4:\"file\";s:56:\"2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Why-SubscriptionFlow-Mailchimp-Integration-1-129x300.jpg\";s:5:\"width\";i:129;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Why-SubscriptionFlow-Mailchimp-Integration-1-440x1024.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Why-SubscriptionFlow-Mailchimp-Integration-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Why-SubscriptionFlow-Mailchimp-Integration-1-768x1788.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"Why-SubscriptionFlow-Mailchimp-Integration-1-660x1536.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11084,4691,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.00150788695559977981019983417354524135589599609375;s:5:\"bytes\";i:20378;s:11:\"size_before\";i:339548;s:10:\"size_after\";i:319170;s:4:\"time\";d:0.45000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8634;s:10:\"size_after\";i:8634;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:62707;s:10:\"size_after\";i:59298;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4121;s:10:\"size_after\";i:4121;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9979;s:11:\"size_before\";i:146227;s:10:\"size_after\";i:136248;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6990;s:11:\"size_before\";i:117859;s:10:\"size_after\";i:110869;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(11085,4691,'_wp_attachment_image_alt','Why-SubscriptionFlow-Mailchimp-Integration'),(11086,4689,'_thumbnail_id','4690'),(11087,4689,'_yoast_wpseo_focuskw','SubscriptionFlow-Mailchimp Integration'),(11088,4689,'_yoast_wpseo_title','Connect & Grow with SubscriptionFlow-Mailchimp Integration'),(11089,4689,'_yoast_wpseo_metadesc','SubscriptionFlow teams up with the email marketing platform-Mailchimp. Connect & grow the bottom line, get started with SubscriptionFlow Mailchimp integration.'),(11090,4689,'_yoast_wpseo_linkdex','58'),(11091,4689,'_yoast_wpseo_content_score','30'),(11092,4689,'_yoast_wpseo_primary_category','99'),(11093,4693,'_edit_last','1'),(11094,4693,'_edit_lock','1616591112:1'),(11096,4693,'_yoast_wpseo_focuskw','Multicurrency Support'),(11097,4693,'_yoast_wpseo_title','Introducing the Multicurrency Support for Recurring Billing and Payment Processing'),(11098,4693,'_yoast_wpseo_metadesc','The multicurrency solutions in SubscriptionFlow help subscription, SaaS, & other recurring billing based businesses to achieve the goals of international sales for business growth.'),(11099,4693,'_yoast_wpseo_linkdex','67'),(11100,4693,'_yoast_wpseo_content_score','30'),(11101,4693,'_yoast_wpseo_primary_category','79'),(11102,4695,'_wp_attached_file','2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg'),(11103,4695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:66:\"2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Introducing-Multicurrency-Support-for-SubscriptionFlow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"Introducing-Multicurrency-Support-for-SubscriptionFlow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Introducing-Multicurrency-Support-for-SubscriptionFlow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Introducing-Multicurrency-Support-for-SubscriptionFlow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11104,4695,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1195169780163070072376285679638385772705078125;s:5:\"bytes\";i:4836;s:11:\"size_before\";i:155024;s:10:\"size_after\";i:150188;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:199;s:11:\"size_before\";i:13424;s:10:\"size_after\";i:13225;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:81480;s:10:\"size_after\";i:78615;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7662;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:52458;s:10:\"size_after\";i:50686;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(11105,4695,'_wp_attachment_image_alt','Introducing-Multicurrency-Support-for-SubscriptionFlow'),(11106,4696,'_wp_attached_file','2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg'),(11107,4696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:79:\"2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11108,4696,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.06880545468678889164948486723005771636962890625;s:5:\"bytes\";i:3664;s:11:\"size_before\";i:90051;s:10:\"size_after\";i:86387;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:432;s:11:\"size_before\";i:16310;s:10:\"size_after\";i:15878;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:84;s:11:\"size_before\";i:9285;s:10:\"size_after\";i:9201;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3148;s:11:\"size_before\";i:64456;s:10:\"size_after\";i:61308;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(11109,4696,'_wp_attachment_image_alt','Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow'),(11110,4693,'_thumbnail_id','4695'),(11113,4701,'_edit_last','1'),(11114,4701,'_edit_lock','1616589863:1'),(11119,4703,'_wp_attached_file','2021/02/Subscription-Management-and-CFOs-2.jpg'),(11120,4703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/02/Subscription-Management-and-CFOs-2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Subscription-Management-and-CFOs-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Subscription-Management-and-CFOs-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Subscription-Management-and-CFOs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Subscription-Management-and-CFOs-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11121,4703,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.64332905169937515399425365103525109589099884033203125;s:5:\"bytes\";i:1187;s:11:\"size_before\";i:184509;s:10:\"size_after\";i:183322;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.61999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:99;s:11:\"size_before\";i:15878;s:10:\"size_after\";i:15779;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.58999999999999996891375531049561686813831329345703125;s:5:\"bytes\";i:572;s:11:\"size_before\";i:97412;s:10:\"size_after\";i:96840;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7626;s:10:\"size_after\";i:7626;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:516;s:11:\"size_before\";i:63593;s:10:\"size_after\";i:63077;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(11122,4703,'_wp_attachment_image_alt','Subscription-Management-and-CFOs'),(11123,4701,'_thumbnail_id','4703'),(11124,4701,'_yoast_wpseo_focuskw','Subscription Management and CFOs'),(11125,4701,'_yoast_wpseo_title','Subscription Management and CFOs'),(11126,4701,'_yoast_wpseo_metadesc','A subscription management system and CFO are associated with respect to the business revenue. There are multiple factors that impact a CFO.'),(11127,4701,'_yoast_wpseo_linkdex','65'),(11128,4701,'_yoast_wpseo_content_score','30'),(11129,4701,'_yoast_wpseo_primary_category','5'),(11130,4706,'_edit_last','1'),(11131,4706,'_edit_lock','1613046771:1'),(11132,4707,'_wp_attached_file','2021/02/The-Future-of-Print-and-Publishing.jpg'),(11133,4707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/02/The-Future-of-Print-and-Publishing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"The-Future-of-Print-and-Publishing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"The-Future-of-Print-and-Publishing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"The-Future-of-Print-and-Publishing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"The-Future-of-Print-and-Publishing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11134,4707,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6561916634907920542474357716855593025684356689453125;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:154813;s:10:\"size_after\";i:152249;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.60999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:76;s:11:\"size_before\";i:12393;s:10:\"size_after\";i:12317;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:82979;s:10:\"size_after\";i:81620;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5740;s:10:\"size_after\";i:5740;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:53701;s:10:\"size_after\";i:52572;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(11135,4707,'_wp_attachment_image_alt','The-Future-of-Print-and-Publishing'),(11136,4706,'_thumbnail_id','4707'),(11138,4706,'_yoast_wpseo_focuskw','Future of Print and Publishing'),(11139,4706,'_yoast_wpseo_title','The Future of Print and Publishing'),(11140,4706,'_yoast_wpseo_metadesc','A range of digital news outlets bet on early on the subscription-based revenue model while shifting from the advertisement-based business model.'),(11141,4706,'_yoast_wpseo_linkdex','65'),(11142,4706,'_yoast_wpseo_content_score','30'),(11143,4706,'_yoast_wpseo_primary_category','3'),(11145,4710,'_edit_last','1'),(11146,4710,'_edit_lock','1616589863:1'),(11147,4711,'_wp_attached_file','2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg'),(11148,4711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11149,4711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5757310453510768866181024350225925445556640625;s:5:\"bytes\";i:2942;s:11:\"size_before\";i:114220;s:10:\"size_after\";i:111278;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:28;s:11:\"size_before\";i:10315;s:10:\"size_after\";i:10287;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1634;s:11:\"size_before\";i:58871;s:10:\"size_after\";i:57237;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5162;s:10:\"size_after\";i:5162;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:39872;s:10:\"size_after\";i:38592;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(11150,4711,'_wp_attachment_image_alt','Chase-Stellar-SaaS-Customer-Experience-the-Right-Way'),(11151,4712,'_wp_attached_file','2021/02/SaaS-Customer-Experience.jpg'),(11152,4712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:671;s:4:\"file\";s:36:\"2021/02/SaaS-Customer-Experience.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"SaaS-Customer-Experience-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"SaaS-Customer-Experience-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SaaS-Customer-Experience-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"SaaS-Customer-Experience-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11153,4712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.23880078289341266639667082927189767360687255859375;s:5:\"bytes\";i:5728;s:11:\"size_before\";i:109338;s:10:\"size_after\";i:103610;s:4:\"time\";d:0.1399999999999999855671006798729649744927883148193359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:166;s:11:\"size_before\";i:8707;s:10:\"size_after\";i:8541;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3390;s:11:\"size_before\";i:56919;s:10:\"size_after\";i:53529;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5915;s:10:\"size_after\";i:5915;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:37797;s:10:\"size_after\";i:35625;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(11154,4712,'_wp_attachment_image_alt','SaaS-Customer-Experience'),(11155,4710,'_thumbnail_id','4711'),(11156,4710,'_yoast_wpseo_focuskw','SaaS Customer Experience'),(11157,4710,'_yoast_wpseo_title','SaaS Customer Experience'),(11158,4710,'_yoast_wpseo_metadesc','The SaaS customer experience is a customer’s holistic perception of the experience he or she has with product. As a digital asset, SaaS has to compete more to influence customer’s perception.'),(11159,4710,'_yoast_wpseo_linkdex','67'),(11160,4710,'_yoast_wpseo_content_score','30'),(11161,4710,'_yoast_wpseo_primary_category','3'),(11163,4715,'_wp_attached_file','2021/02/card-connect.png'),(11164,4715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:263;s:6:\"height\";i:64;s:4:\"file\";s:24:\"2021/02/card-connect.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"card-connect-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11165,4715,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.660346248969496674163792704348452389240264892578125;s:5:\"bytes\";i:222;s:11:\"size_before\";i:6065;s:10:\"size_after\";i:5843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:222;s:11:\"size_before\";i:6065;s:10:\"size_after\";i:5843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11166,4715,'_edit_lock','1613469838:1'),(11168,4717,'_edit_last','1'),(11169,4717,'_wp_page_template','default'),(11170,4717,'_wpb_vc_js_status','true'),(11171,4717,'_edit_lock','1624623380:1'),(11174,4717,'_yoast_wpseo_content_score','30'),(11175,4717,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1624621472332{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11176,4722,'_wp_attached_file','2021/02/CardConnect-Payment-Gateway.png'),(11177,4722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2021/02/CardConnect-Payment-Gateway.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"CardConnect-Payment-Gateway-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"CardConnect-Payment-Gateway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11178,4722,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6869680557090749317694644560106098651885986328125;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:36188;s:10:\"size_after\";i:34130;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:21356;s:10:\"size_after\";i:20258;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:960;s:11:\"size_before\";i:14832;s:10:\"size_after\";i:13872;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(11179,4722,'_wp_attachment_image_alt','CardConnect-Payment-Gateway'),(11193,4727,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1613476360724{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11194,4717,'_yoast_wpseo_focuskw','Recurring Payments with CardConnect'),(11195,4717,'_yoast_wpseo_title','Recurring Payments with CardConnect | SubscriptionFlow'),(11196,4717,'_yoast_wpseo_metadesc','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, CardConnect to facilitate more customers with their preferred payment methods.'),(11197,4717,'_yoast_wpseo_linkdex','58'),(11202,4729,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1613476360724{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11203,4730,'_edit_last','1'),(11204,4730,'_edit_lock','1630663439:1'),(11205,4731,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-1.png'),(11206,4731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11207,4731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7819616912171341027715243399143218994140625;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:19891;s:10:\"size_after\";i:18542;s:4:\"time\";d:0.229999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:955;s:11:\"size_before\";i:13093;s:10:\"size_after\";i:12138;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:394;s:11:\"size_before\";i:6798;s:10:\"size_after\";i:6404;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(11208,4732,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-2.png'),(11209,4732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-2-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11210,4732,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.367950532667808971609701984561979770660400390625;s:5:\"bytes\";i:1978;s:11:\"size_before\";i:26846;s:10:\"size_after\";i:24868;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:17877;s:10:\"size_after\";i:16365;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:466;s:11:\"size_before\";i:8969;s:10:\"size_after\";i:8503;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11211,4733,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-3.png'),(11212,4733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11213,4733,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.079312013372629053264972753822803497314453125;s:5:\"bytes\";i:2064;s:11:\"size_before\";i:22733;s:10:\"size_after\";i:20669;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:15756;s:10:\"size_after\";i:14236;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:544;s:11:\"size_before\";i:6977;s:10:\"size_after\";i:6433;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(11214,4734,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-4.png'),(11215,4734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-4-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11216,4734,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.7732997481108299098195857368409633636474609375;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:21835;s:10:\"size_after\";i:19701;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:15120;s:10:\"size_after\";i:13409;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:423;s:11:\"size_before\";i:6715;s:10:\"size_after\";i:6292;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(11217,4735,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-5.png'),(11218,4735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-5.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-5-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11219,4735,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3555622687108215274065514677204191684722900390625;s:5:\"bytes\";i:3272;s:11:\"size_before\";i:26482;s:10:\"size_after\";i:23210;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2691;s:11:\"size_before\";i:19140;s:10:\"size_after\";i:16449;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:581;s:11:\"size_before\";i:7342;s:10:\"size_after\";i:6761;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(11220,4736,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-6.png'),(11221,4736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-6.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-6-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11222,4736,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.041443850267379733764983029686845839023590087890625;s:5:\"bytes\";i:273;s:11:\"size_before\";i:8976;s:10:\"size_after\";i:8703;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:273;s:11:\"size_before\";i:6753;s:10:\"size_after\";i:6480;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2223;s:10:\"size_after\";i:2223;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(11223,4737,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-7.png'),(11224,4737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-7.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-7-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11225,4737,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.97077745065968823467983384034596383571624755859375;s:5:\"bytes\";i:1462;s:11:\"size_before\";i:18342;s:10:\"size_after\";i:16880;s:4:\"time\";d:0.33999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:12102;s:10:\"size_after\";i:11035;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:395;s:11:\"size_before\";i:6240;s:10:\"size_after\";i:5845;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(11226,4738,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-8.png'),(11227,4738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-8.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-8-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11228,4738,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.405867610201976702910542371682822704315185546875;s:5:\"bytes\";i:1914;s:11:\"size_before\";i:20349;s:10:\"size_after\";i:18435;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:13338;s:10:\"size_after\";i:12042;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:618;s:11:\"size_before\";i:7011;s:10:\"size_after\";i:6393;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(11229,4739,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-9.png'),(11230,4739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:45:\"2021/02/Enabling-the-Gift-Subscriptions-9.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-9-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enabling-the-Gift-Subscriptions-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11231,4739,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.63892566672971451424700717325322329998016357421875;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:15861;s:10:\"size_after\";i:14808;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:921;s:11:\"size_before\";i:11189;s:10:\"size_after\";i:10268;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:132;s:11:\"size_before\";i:4672;s:10:\"size_after\";i:4540;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11232,4740,'_wp_attached_file','2021/02/Enabling-the-Gift-Subscriptions-10.png'),(11233,4740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:420;s:4:\"file\";s:46:\"2021/02/Enabling-the-Gift-Subscriptions-10.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Enabling-the-Gift-Subscriptions-10-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Enabling-the-Gift-Subscriptions-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11234,4740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.70625111946981888877417077310383319854736328125;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:22332;s:10:\"size_after\";i:21281;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:816;s:11:\"size_before\";i:14398;s:10:\"size_after\";i:13582;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:235;s:11:\"size_before\";i:7934;s:10:\"size_after\";i:7699;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(11235,4731,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-1'),(11236,4732,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-2'),(11237,4733,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-3'),(11238,4734,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-3'),(11239,4735,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-5'),(11240,4736,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-6'),(11241,4737,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-7'),(11242,4738,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-8'),(11243,4739,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-9'),(11244,4740,'_wp_attachment_image_alt','Enabling-the-Gift-Subscriptions-10'),(11245,4741,'_wp_attached_file','2021/02/Gift-Subscriptions.jpg'),(11246,4741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2021/02/Gift-Subscriptions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Gift-Subscriptions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Gift-Subscriptions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Gift-Subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Gift-Subscriptions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11247,4741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.440118743446218430026561918566585518419742584228515625;s:5:\"bytes\";i:596;s:11:\"size_before\";i:135418;s:10:\"size_after\";i:134822;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:14;s:11:\"size_before\";i:13847;s:10:\"size_after\";i:13833;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2300000000000000099920072216264088638126850128173828125;s:5:\"bytes\";i:157;s:11:\"size_before\";i:67450;s:10:\"size_after\";i:67293;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7515;s:10:\"size_after\";i:7515;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:425;s:11:\"size_before\";i:46606;s:10:\"size_after\";i:46181;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(11248,4741,'_wp_attachment_image_alt','Gift-Subscriptions'),(11249,4730,'_thumbnail_id','4741'),(11250,4730,'_yoast_wpseo_focuskw','Gift subscription'),(11251,4730,'_yoast_wpseo_title','Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base'),(11252,4730,'_yoast_wpseo_metadesc','Gift subscription helps merchants to reduce their cost of sales and marketing and attract more customers and revenue with fewer sources.'),(11253,4730,'_yoast_wpseo_linkdex','62'),(11254,4730,'_yoast_wpseo_content_score','30'),(11255,4730,'_yoast_wpseo_primary_category','3'),(11258,4744,'_edit_last','1'),(11259,4744,'_edit_lock','1613996538:1'),(11260,4745,'_wp_attached_file','2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg'),(11261,4745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:86:\"2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:86:\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:86:\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11262,4745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.623936248328528453299668399267829954624176025390625;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:129377;s:10:\"size_after\";i:127276;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:40;s:11:\"size_before\";i:11074;s:10:\"size_after\";i:11034;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:67811;s:10:\"size_after\";i:66656;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6173;s:10:\"size_after\";i:6173;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:906;s:11:\"size_before\";i:44319;s:10:\"size_after\";i:43413;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(11263,4745,'_wp_attachment_image_alt','How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions'),(11264,4744,'_thumbnail_id','4745'),(11265,4744,'_yoast_wpseo_focuskw','Scaling Subscription Solutions'),(11266,4744,'_yoast_wpseo_title','This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions'),(11267,4744,'_yoast_wpseo_metadesc','The manufacturing industry is harmonizing with the subscription business model and is dealing with the obstructions on their way to the subscription-based future.'),(11268,4744,'_yoast_wpseo_linkdex','56'),(11269,4744,'_yoast_wpseo_content_score','30'),(11270,4744,'_yoast_wpseo_primary_category','3'),(11272,4748,'_edit_last','1'),(11273,4748,'_edit_lock','1614173595:1'),(11274,4749,'_wp_attached_file','2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg'),(11275,4749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:90:\"2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:90:\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:91:\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:90:\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11276,4749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.027555180655138400425130384974181652069091796875;s:5:\"bytes\";i:7162;s:11:\"size_before\";i:177825;s:10:\"size_after\";i:170663;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:17251;s:10:\"size_after\";i:16065;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:90863;s:10:\"size_after\";i:87977;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:860;s:11:\"size_before\";i:8494;s:10:\"size_after\";i:7634;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2230;s:11:\"size_before\";i:61217;s:10:\"size_after\";i:58987;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11277,4749,'_wp_attachment_image_alt','Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era'),(11278,4748,'_thumbnail_id','4749'),(11280,4748,'_yoast_wpseo_focuskw','Post-COVID Economy and the Hospitality Industry'),(11281,4748,'_yoast_wpseo_title','Post-COVID Economy and the Hospitality Industry'),(11282,4748,'_yoast_wpseo_metadesc','The hospitality industry finds survival and revival opportunities in the subscription business model with cross-platform associations and valued services.'),(11283,4748,'_yoast_wpseo_linkdex','67'),(11284,4748,'_yoast_wpseo_content_score','30'),(11285,4748,'_yoast_wpseo_primary_category','3'),(11286,4751,'_edit_last','1'),(11287,4751,'_edit_lock','1614342127:1'),(11288,4752,'_wp_attached_file','2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg'),(11289,4752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Drive-Any-Car-You-Want...-With-Car-Subscriptions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Drive-Any-Car-You-Want...-With-Car-Subscriptions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Drive-Any-Car-You-Want...-With-Car-Subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Drive-Any-Car-You-Want...-With-Car-Subscriptions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11290,4752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8264282823351043472115406984812580049037933349609375;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:155659;s:10:\"size_after\";i:152816;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:191;s:11:\"size_before\";i:12784;s:10:\"size_after\";i:12593;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:82657;s:10:\"size_after\";i:81121;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6618;s:10:\"size_after\";i:6618;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:53600;s:10:\"size_after\";i:52484;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(11291,4752,'_wp_attachment_image_alt','Drive-Any-Car-You-Want...-With-Car-Subscriptions'),(11292,4751,'_thumbnail_id','4752'),(11293,4751,'_yoast_wpseo_focuskw','Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership'),(11294,4751,'_yoast_wpseo_title','Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership'),(11295,4751,'_yoast_wpseo_metadesc','Car subscription is an all-inclusive deal that not only eases access to the dream cars but is a one-fee package for all the maintenance, insurance, duties & other requirements.'),(11296,4751,'_yoast_wpseo_linkdex','59'),(11297,4751,'_yoast_wpseo_content_score','30'),(11298,4751,'_yoast_wpseo_primary_category','3'),(11300,4754,'_edit_last','1'),(11301,4754,'_edit_lock','1617879485:1'),(11302,4755,'_wp_attached_file','2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg'),(11303,4755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:72:\"2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11304,4755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.042414507965560677149596813251264393329620361328125;s:5:\"bytes\";i:4887;s:11:\"size_before\";i:160629;s:10:\"size_after\";i:155742;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:208;s:11:\"size_before\";i:12842;s:10:\"size_after\";i:12634;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:84473;s:10:\"size_after\";i:81765;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7397;s:10:\"size_after\";i:7397;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:55917;s:10:\"size_after\";i:53946;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(11305,4755,'_wp_attachment_image_alt','Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management'),(11306,4754,'_thumbnail_id','4755'),(11307,4754,'_yoast_wpseo_focuskw','Telematics Billing'),(11308,4754,'_yoast_wpseo_title','Telematics and Telematics Billing—How the Future of Connected Recurring Revenue'),(11309,4754,'_yoast_wpseo_metadesc','Telematics technology is revolutionizing the prospects for trade, business, travelling, and tourism with more secure, connected, & monitored fleet management in real-time.'),(11310,4754,'_yoast_wpseo_linkdex','53'),(11311,4754,'_yoast_wpseo_content_score','30'),(11312,4754,'_yoast_wpseo_primary_category','60'),(11314,4757,'_edit_last','1'),(11315,4757,'_edit_lock','1614776522:1'),(11316,4758,'_wp_attached_file','2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg'),(11317,4758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Gear-up-for-the-Subscription-Based-Smart-Laundry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Gear-up-for-the-Subscription-Based-Smart-Laundry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Gear-up-for-the-Subscription-Based-Smart-Laundry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Gear-up-for-the-Subscription-Based-Smart-Laundry-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11318,4758,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.1028120381477528599845072676544077694416046142578125;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:150887;s:10:\"size_after\";i:149223;s:4:\"time\";d:0.3000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:45;s:11:\"size_before\";i:13880;s:10:\"size_after\";i:13835;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:800;s:11:\"size_before\";i:77589;s:10:\"size_after\";i:76789;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7428;s:10:\"size_after\";i:7428;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:819;s:11:\"size_before\";i:51990;s:10:\"size_after\";i:51171;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11319,4758,'_wp_attachment_image_alt','Gear-up-for-the-Subscription-Based-Smart-Laundry'),(11320,4757,'_thumbnail_id','4758'),(11321,4757,'_yoast_wpseo_focuskw','Subscription-Based Smart Laundry'),(11322,4757,'_yoast_wpseo_title','Gear up for the Subscription-Based Smart Laundry'),(11323,4757,'_yoast_wpseo_metadesc','Manage the recurring billing for laundry services with SubscriptionFlow that enables the laundry services providers or washing machine manufacturers to offer customized solutions to their customers'),(11324,4757,'_yoast_wpseo_linkdex','59'),(11325,4757,'_yoast_wpseo_content_score','30'),(11326,4757,'_yoast_wpseo_primary_category','3'),(11328,4761,'_edit_last','1'),(11329,4761,'_edit_lock','1616743984:1'),(11330,4762,'_wp_attached_file','2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg'),(11331,4762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"The-Art-of-Improving-Customer-Loyalty-with-Upselling-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"The-Art-of-Improving-Customer-Loyalty-with-Upselling-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"The-Art-of-Improving-Customer-Loyalty-with-Upselling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"The-Art-of-Improving-Customer-Loyalty-with-Upselling-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11332,4762,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.54582452220404575893297760558198206126689910888671875;s:5:\"bytes\";i:684;s:11:\"size_before\";i:125315;s:10:\"size_after\";i:124631;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11843;s:10:\"size_after\";i:11843;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:252;s:11:\"size_before\";i:64929;s:10:\"size_after\";i:64677;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5644;s:10:\"size_after\";i:5644;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:432;s:11:\"size_before\";i:42899;s:10:\"size_after\";i:42467;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11333,4762,'_wp_attachment_image_alt','The-Art-of-Improving-Customer-Loyalty-with-Upselling'),(11334,4761,'_thumbnail_id','4762'),(11335,4761,'_yoast_wpseo_content_score','30'),(11336,4761,'_yoast_wpseo_primary_category','100'),(11338,4761,'_yoast_wpseo_focuskw','Art of Improving Customer Loyalty with Upselling'),(11339,4761,'_yoast_wpseo_title','The Art of Improving Customer Loyalty with Upselling'),(11340,4761,'_yoast_wpseo_metadesc','Use the SubscriptionFlow platform and analytics to design data-driven upsell & other subscription mgmt. strategies and can take other informed business development decisions.'),(11341,4761,'_yoast_wpseo_linkdex','59'),(11342,4764,'_edit_last','1'),(11343,4764,'_edit_lock','1616743984:1'),(11347,4766,'_wp_attached_file','2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg'),(11348,4766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:127:\"2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:127:\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:128:\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:127:\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:127:\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11349,4766,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.649475239836685869221355460467748343944549560546875;s:5:\"bytes\";i:4231;s:11:\"size_before\";i:159692;s:10:\"size_after\";i:155461;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:193;s:11:\"size_before\";i:13974;s:10:\"size_after\";i:13781;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:83130;s:10:\"size_after\";i:80904;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7231;s:10:\"size_after\";i:7231;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:55357;s:10:\"size_after\";i:53545;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11350,4766,'_wp_attachment_image_alt','Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-&-Efficient-Way-to-Manage-&-Monetize-Associations'),(11351,4764,'_thumbnail_id','4766'),(11353,4764,'_yoast_wpseo_focuskw','Associations Subscription Management'),(11354,4764,'_yoast_wpseo_title','Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations'),(11355,4764,'_yoast_wpseo_metadesc','SubscriptionFlow works best as a membership and billing software for associations. Go Pro and serve your respected members with SubscriptionFlow.'),(11356,4764,'_yoast_wpseo_linkdex','61'),(11357,4764,'_yoast_wpseo_content_score','30'),(11358,4764,'_yoast_wpseo_primary_category','5'),(11359,4768,'_wpb_shortcodes_custom_css','.vc_custom_1610004538359{margin-bottom: 0px !important;}.vc_custom_1610004551557{margin-bottom: 0px !important;}.vc_custom_1610004545947{margin-bottom: 0px !important;}.vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}'),(11360,4769,'_edit_last','1'),(11361,4769,'_edit_lock','1616743983:1'),(11362,4770,'_wp_attached_file','2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg'),(11363,4770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:102:\"2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:103:\"Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:102:\"Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11364,4770,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.344171589331069061046264323522336781024932861328125;s:5:\"bytes\";i:3258;s:11:\"size_before\";i:138983;s:10:\"size_after\";i:135725;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12499;s:10:\"size_after\";i:12499;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1841;s:11:\"size_before\";i:71764;s:10:\"size_after\";i:69923;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7029;s:10:\"size_after\";i:7029;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:47691;s:10:\"size_after\";i:46274;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(11365,4770,'_wp_attachment_image_alt','Invest-Time,-Money,-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back!'),(11366,4769,'_thumbnail_id','4770'),(11368,4769,'_yoast_wpseo_focuskw','customer acquisition to customer retention & customer monitoring'),(11369,4769,'_yoast_wpseo_metadesc','From customer acquisition to customer retention & customer monitoring to customer advocacy, leverage SubscriptionFlow analytics for data-driven customer success management.'),(11370,4769,'_yoast_wpseo_linkdex','53'),(11371,4769,'_yoast_wpseo_content_score','30'),(11372,4769,'_yoast_wpseo_primary_category','100'),(11374,4776,'_edit_last','1'),(11375,4776,'_edit_lock','1621344880:1'),(11376,4776,'_yoast_wpseo_content_score','30'),(11377,4776,'_yoast_wpseo_primary_category','9'),(11378,4780,'_wp_attached_file','2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg'),(11379,4780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:59:\"2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"SF-Blog-Recurring-Payments-for-Fitness-Industry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"SF-Blog-Recurring-Payments-for-Fitness-Industry-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"SF-Blog-Recurring-Payments-for-Fitness-Industry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"SF-Blog-Recurring-Payments-for-Fitness-Industry-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11380,4780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.2033295947461588593085934917326085269451141357421875;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:148006;s:10:\"size_after\";i:146225;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:78;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:13883;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:889;s:11:\"size_before\";i:75245;s:10:\"size_after\";i:74356;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7662;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:814;s:11:\"size_before\";i:51138;s:10:\"size_after\";i:50324;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(11381,4780,'_wp_attachment_image_alt','SF-Blog-Recurring-Payments-for-Fitness-Industry'),(11382,4776,'_thumbnail_id','4780'),(11384,4776,'_yoast_wpseo_metadesc','The fitness industry can employ recurring payment processes to streamline the business revenue and collect payments from customers automatically.'),(11389,4786,'_edit_last','1'),(11390,4786,'_edit_lock','1621344624:1'),(11391,4786,'_yoast_wpseo_content_score','30'),(11398,4786,'_yoast_wpseo_primary_category','5'),(11401,4786,'_yoast_wpseo_metadesc','The new subscriptions rate for yoga studios, personal trainings, meditation programs, digital yoga platforms, & yoga subscription boxes.'),(11402,4715,'_wp_attachment_image_alt','card-connect'),(11403,4686,'_wp_attachment_image_alt','Subscriptionflow-invoicing-features-min'),(11404,4685,'_wp_attachment_image_alt','invoicing-features'),(11405,4498,'_wp_attachment_image_alt','Get-Your-SaaS-Pricing-Right'),(11406,4097,'_wp_attachment_image_alt','subscriptionflow-+-gocardless'),(11407,3514,'_wp_attachment_image_alt','ubl-internet-payment-gateway'),(11408,3515,'_wp_attachment_image_alt','ubl-omni'),(11409,3516,'_wp_attachment_image_alt','xoom'),(11410,3517,'_wp_attachment_image_alt','1-link'),(11411,3522,'_wp_attachment_image_alt','easypay'),(11412,3521,'_wp_attachment_image_alt','easy-paisa'),(11413,3520,'_wp_attachment_image_alt','bank-al-habib'),(11414,3519,'_wp_attachment_image_alt','alfa-logo'),(11415,3518,'_wp_attachment_image_alt','2-checkout'),(11416,3524,'_wp_attachment_image_alt','hbl'),(11417,3549,'_wp_old_slug','what-is-usage-based-billing'),(11418,3637,'_wp_attachment_image_alt','subscriptionflow-diagram'),(11419,3653,'_wp_old_slug','leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate'),(11420,3702,'_wp_attachment_image_alt','flexible-billing'),(11421,3701,'_wp_attachment_image_alt','Billing-Adjustments'),(11422,3700,'_wp_attachment_image_alt','Automated-Invoicing'),(11423,3703,'_wp_attachment_image_alt','Global-Tax-Calculation'),(11424,3704,'_wp_attachment_image_alt','One-Stop-Recurring-Billing-Management'),(11425,3705,'_wp_attachment_image_alt','Recurring-Payment-Processing'),(11426,3709,'_wp_attachment_image_alt','integrations-for-landing-page'),(11427,3731,'_wp_old_slug','recurring-billing-software-for-alarm-companies'),(11428,3773,'_wp_attachment_image_alt','subscription-flow-subscription-management features'),(11429,3771,'_wp_attachment_image_alt','subscriptionflow-subscription-management-features'),(11430,3952,'_wp_attachment_image_alt','Subscription-Billing-Ebook'),(11431,3976,'_wp_attachment_image_alt','Covid-19-payment-fruad-protection'),(11432,4068,'_wp_attachment_image_alt','ezgif.com-gif-maker'),(11433,4067,'_wp_attachment_image_alt','infographic-payments-timeline'),(11434,4071,'_wp_attachment_image_alt','benefits of recurring revenue management'),(11435,4092,'_wp_attachment_image_alt','Benefits of SaaS Revenue Forecasting'),(11436,4108,'_wp_attachment_image_alt','Budgeted WorldPay SubscriptionFlow Integration'),(11437,4794,'_edit_last','1'),(11438,4794,'_edit_lock','1621344152:1'),(11445,4794,'_yoast_wpseo_focuskw','Subscription Management systems'),(11446,4794,'_yoast_wpseo_title','5 Ways AI-Based Subscription Management Software is Remodeling Revenue Management with Price Optimization'),(11447,4794,'_yoast_wpseo_metadesc','The pricing engine feature in subscription management plays a vital role in optimizing recurring revenue growth by optimizing the plans and pricing.'),(11448,4794,'_yoast_wpseo_linkdex','56'),(11449,4794,'_yoast_wpseo_content_score','30'),(11450,4794,'_yoast_wpseo_primary_category','5'),(11451,4799,'_edit_last','1'),(11452,4799,'_edit_lock','1621343916:1'),(11459,4799,'_yoast_wpseo_focuskw','subscription management software for law firms'),(11460,4799,'_yoast_wpseo_title','A Potential Subscription Model for Your Law Firm in 2021'),(11461,4799,'_yoast_wpseo_metadesc','Take your financial dealings with clients to the next level by installing subscription management software for law firms and streamline your revenues.'),(11462,4799,'_yoast_wpseo_linkdex','58'),(11463,4799,'_yoast_wpseo_content_score','30'),(11464,4799,'_yoast_wpseo_primary_category','3'),(11466,4786,'_wp_old_slug','the-yoga-market-is-growing-at-an-exponential-rate-learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing-in-the-rise-of-healthy-living'),(11467,4786,'_yoast_wpseo_focuskw','Yoga Subscription Boxes'),(11468,4786,'_yoast_wpseo_title','Learn How Yoga Subscriptions & Yoga Subscription Boxes Are Contributing'),(11469,4786,'_yoast_wpseo_linkdex','63'),(11482,4811,'_edit_last','1'),(11483,4811,'_edit_lock','1621343687:1'),(11488,4811,'_oembed_5b02e3291c5b7752b42802e3c43ca819','<blockquote class=\"wp-embedded-content\" data-secret=\"LktHwx8ZzO\"><a href=\"https://staging.subscriptionflow.com/2021/03/ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations/\">AMS Change Alert—Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"“AMS Change Alert—Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations” — Subscription Flow\" src=\"https://staging.subscriptionflow.com/2021/03/ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations/embed/#?secret=LktHwx8ZzO\" data-secret=\"LktHwx8ZzO\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11489,4811,'_oembed_time_5b02e3291c5b7752b42802e3c43ca819','1617881326'),(11492,4811,'_yoast_wpseo_focuskw','Subscription Software for Marketing Agency'),(11493,4811,'_yoast_wpseo_title','Get Subscription Software for Your Marketing Agency'),(11494,4811,'_yoast_wpseo_metadesc','SubscriptionFlow provides you with effective AI-based customer relationship management tools so, you can facilitate your clientele.'),(11495,4811,'_yoast_wpseo_linkdex','61'),(11496,4811,'_yoast_wpseo_content_score','60'),(11497,4811,'_yoast_wpseo_primary_category','5'),(11536,4825,'_edit_last','1'),(11537,4825,'_edit_lock','1621343580:1'),(11544,4825,'_yoast_wpseo_focuskw','MRR'),(11545,4825,'_yoast_wpseo_title','Expand MRR for Your SaaS Business Growth in 2021'),(11546,4825,'_yoast_wpseo_metadesc','With SubscriptionFlow, SaaS can not only reap the benefits of automated billing, but they can also leverage the data to add more expansion MRR to the overall MRR.'),(11547,4825,'_yoast_wpseo_linkdex','75'),(11548,4825,'_yoast_wpseo_content_score','30'),(11549,4825,'_yoast_wpseo_primary_category','5'),(11550,4829,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11551,4830,'_edit_last','1'),(11552,4830,'_edit_lock','1621343444:1'),(11559,4830,'_yoast_wpseo_focuskw','Subscription Automation'),(11560,4830,'_yoast_wpseo_title','The Impact of Subscription Automation on the Future of Insurance'),(11561,4830,'_yoast_wpseo_metadesc','Automated insurance policy workflow and recurring revenue collection using subscription management software for the insurance companies.'),(11562,4830,'_yoast_wpseo_linkdex','69'),(11563,4830,'_yoast_wpseo_content_score','30'),(11564,4830,'_yoast_wpseo_primary_category','3'),(11568,4837,'_edit_last','1'),(11569,4837,'_edit_lock','1621343313:1'),(11576,4837,'_yoast_wpseo_focuskw','Recurring Billing'),(11577,4837,'_yoast_wpseo_title','Subscription-Based Business Model Explained—Proliferate Revenue Opportunities with Recurring Billing'),(11578,4837,'_yoast_wpseo_metadesc','Switch to subscription business model & thrive with AI-powered subscription management software SubscriptionFlow for easier, better, & faster subscription management.'),(11579,4837,'_yoast_wpseo_linkdex','48'),(11580,4837,'_yoast_wpseo_content_score','30'),(11581,4837,'_yoast_wpseo_primary_category','5'),(11588,4841,'_edit_last','1'),(11589,4841,'_edit_lock','1621343112:1'),(11596,4841,'_yoast_wpseo_focuskw','SaaS'),(11597,4841,'_yoast_wpseo_title','SaaS Free Trial vs. SaaS Freemium - An Ultimate Take On Which One Can Get You More Paying Customers and How!'),(11598,4841,'_yoast_wpseo_metadesc','The SaaS Free Trials and Freemiums are the keys to create an organic pool of users who become paid customers. Choosing the right option depends on the conversion rate.'),(11599,4841,'_yoast_wpseo_linkdex','64'),(11600,4841,'_yoast_wpseo_content_score','30'),(11601,4841,'_yoast_wpseo_primary_category','159'),(11604,4846,'_edit_last','1'),(11605,4846,'_edit_lock','1621342771:1'),(11612,4846,'_yoast_wpseo_focuskw','Healthcare'),(11613,4846,'_yoast_wpseo_title','7 Ways AI & AI Tools Are Transforming the Healthcare, Fitness, and Well-Being Management Landscape'),(11614,4846,'_yoast_wpseo_metadesc','AI is empowering the healthcare, fitness, and mental well-being sectors. AI tools also support health businesses and organizations to automate their business operations'),(11615,4846,'_yoast_wpseo_linkdex','63'),(11616,4846,'_yoast_wpseo_content_score','30'),(11617,4846,'_yoast_wpseo_primary_category','60'),(11621,4850,'_edit_last','1'),(11622,4850,'_edit_lock','1621342608:1'),(11629,4850,'_yoast_wpseo_focuskw','Subscription Management Platform'),(11630,4850,'_yoast_wpseo_title','Leverage Subscription Management Platform for One-Window Operations'),(11631,4850,'_yoast_wpseo_metadesc','Subscription Management Platform is used to manage the recurring billing and payment processing for SaaS or subscription-based businesses with effective revenue reporting.'),(11632,4850,'_yoast_wpseo_linkdex','71'),(11633,4850,'_yoast_wpseo_content_score','30'),(11634,4850,'_yoast_wpseo_primary_category','5'),(11637,4856,'_edit_last','1'),(11638,4856,'_edit_lock','1621342508:1'),(11645,4856,'_yoast_wpseo_focuskw','Business Management'),(11646,4856,'_yoast_wpseo_title','AI Is Greasing the Wheels of Efficiency For Business Management'),(11647,4856,'_yoast_wpseo_metadesc','AI is optimizing the business processes with automation, intelligent recognition and analysis, and other enterprise cognitive technologies.'),(11648,4856,'_yoast_wpseo_linkdex','69'),(11649,4856,'_yoast_wpseo_content_score','30'),(11650,4856,'_yoast_wpseo_primary_category','182'),(11654,2986,'_yoast_wpseo_focuskw','Dunning Process'),(11655,2986,'_yoast_wpseo_title','How SaaS Businesses are Recovering Revenue with SubscriptionFlow'),(11656,2986,'_yoast_wpseo_metadesc','Why is Dunning Process More Important during Pandemic and How SaaS Businesses are Recovering Revenue with SubscriptionFlow'),(11657,2986,'_yoast_wpseo_linkdex','71'),(11658,4864,'_edit_last','1'),(11659,4864,'_edit_lock','1621342221:1'),(11670,4864,'_yoast_wpseo_focuskw','customer success'),(11671,4864,'_yoast_wpseo_title','The Role of Customer Success in the Subscription Business and How to Embrace It to Excel?'),(11672,4864,'_yoast_wpseo_metadesc','The ultimate goal of customer success in subscription management is to become the advocate of the customer & keep the retention rate high and revenue streaming strong.'),(11673,4864,'_yoast_wpseo_linkdex','32'),(11674,4864,'_yoast_wpseo_content_score','30'),(11676,4870,'_edit_last','1'),(11677,4870,'_edit_lock','1621340432:1'),(11685,4870,'_yoast_wpseo_focuskw','Recurring Revenue'),(11686,4870,'_yoast_wpseo_title','You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards'),(11687,4870,'_yoast_wpseo_metadesc','If you want a business model to earn predictable and stable revenue, then recurring billing is for you. So, embark upon the journey of giving your business a boost in 2021.'),(11688,4870,'_yoast_wpseo_linkdex','65'),(11689,4870,'_yoast_wpseo_content_score','60'),(11690,4870,'_yoast_wpseo_primary_category','60'),(11693,4874,'_edit_last','1'),(11694,4874,'_edit_lock','1621348124:1'),(11700,4874,'_yoast_wpseo_focuskw','Dunning Management'),(11701,4874,'_yoast_wpseo_title','Dunning Management As An Effective Way to Recover Payments'),(11702,4874,'_yoast_wpseo_metadesc','If you want to reduce churn and stop losing your revenue because of payment failure, then come up with a smart dunning management plan.'),(11703,4874,'_yoast_wpseo_linkdex','75'),(11704,4874,'_yoast_wpseo_content_score','30'),(11705,4874,'_yoast_wpseo_primary_category','204'),(11711,4879,'_wp_attached_file','2021/05/inner-image-01-1.jpg'),(11712,4879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2021/05/inner-image-01-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"inner-image-01-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"inner-image-01-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"inner-image-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"inner-image-01-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11713,4879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.23498908489759617879144570906646549701690673828125;s:5:\"bytes\";i:11989;s:11:\"size_before\";i:283094;s:10:\"size_after\";i:271105;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:435;s:11:\"size_before\";i:20340;s:10:\"size_after\";i:19905;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:7163;s:11:\"size_before\";i:154129;s:10:\"size_after\";i:146966;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9852;s:10:\"size_after\";i:9852;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4391;s:11:\"size_before\";i:98773;s:10:\"size_after\";i:94382;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(11714,4879,'_wp_attachment_image_alt','Dunning-Management-Software'),(11722,4884,'_wp_attached_file','2021/05/Recurring-Revenue.jpg'),(11723,4884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2021/05/Recurring-Revenue.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Recurring-Revenue-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Recurring-Revenue-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Recurring-Revenue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Recurring-Revenue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11724,4884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3291892297808072243014976265840232372283935546875;s:5:\"bytes\";i:3990;s:11:\"size_before\";i:119849;s:10:\"size_after\";i:115859;s:4:\"time\";d:0.1899999999999999744648704336213995702564716339111328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:171;s:11:\"size_before\";i:11521;s:10:\"size_after\";i:11350;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:61183;s:10:\"size_after\";i:58872;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5533;s:10:\"size_after\";i:5533;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:41612;s:10:\"size_after\";i:40104;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11725,4884,'_wp_attachment_image_alt','Recurring-Revenue'),(11726,4870,'_thumbnail_id','4884'),(11729,4885,'_wp_attached_file','2021/05/Customer-Success-in-the-Subscription-Business.jpg'),(11730,4885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:57:\"2021/05/Customer-Success-in-the-Subscription-Business.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Customer-Success-in-the-Subscription-Business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Customer-Success-in-the-Subscription-Business-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Customer-Success-in-the-Subscription-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Customer-Success-in-the-Subscription-Business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11731,4885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.30429035364002832153573763207532465457916259765625;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:122554;s:10:\"size_after\";i:119730;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1100000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:131;s:11:\"size_before\";i:11775;s:10:\"size_after\";i:11644;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:62029;s:10:\"size_after\";i:60483;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5815;s:10:\"size_after\";i:5815;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:42935;s:10:\"size_after\";i:41788;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(11732,4885,'_wp_attachment_image_alt','Customer-Success-in-the-Subscription-Business'),(11733,4886,'_wp_attached_file','2021/05/role-of-customer-success-1.jpg'),(11734,4886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2021/05/role-of-customer-success-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"role-of-customer-success-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"role-of-customer-success-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"role-of-customer-success-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"role-of-customer-success-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11735,4886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8672753402654489462975107016973197460174560546875;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:141948;s:10:\"size_after\";i:135039;s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:391;s:11:\"size_before\";i:13791;s:10:\"size_after\";i:13400;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:3832;s:11:\"size_before\";i:73033;s:10:\"size_after\";i:69201;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4889;s:10:\"size_after\";i:4889;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2686;s:11:\"size_before\";i:50235;s:10:\"size_after\";i:47549;s:4:\"time\";d:0.25;}}}'),(11736,4886,'_wp_attachment_image_alt','role-of-customer-success'),(11737,4864,'_thumbnail_id','4885'),(11739,4889,'_wp_attached_file','2021/04/AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1.jpg'),(11740,4889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:77:\"2021/04/AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11741,4889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.64920134428484299604633633862249553203582763671875;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:154134;s:10:\"size_after\";i:146968;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:341;s:11:\"size_before\";i:13576;s:10:\"size_after\";i:13235;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4059;s:11:\"size_before\";i:80026;s:10:\"size_after\";i:75967;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6349;s:10:\"size_after\";i:6349;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2766;s:11:\"size_before\";i:54183;s:10:\"size_after\";i:51417;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11742,4889,'_wp_attachment_image_alt','AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management'),(11743,4856,'_thumbnail_id','4889'),(11745,4890,'_wp_attached_file','2021/04/Subscription-Management-Software-min.jpg'),(11746,4890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2021/04/Subscription-Management-Software-min.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Subscription-Management-Software-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Subscription-Management-Software-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Subscription-Management-Software-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Subscription-Management-Software-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11747,4890,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7770981159774894564407077268697321414947509765625;s:5:\"bytes\";i:3178;s:11:\"size_before\";i:114436;s:10:\"size_after\";i:111258;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:143;s:11:\"size_before\";i:11465;s:10:\"size_after\";i:11322;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:57633;s:10:\"size_after\";i:55824;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5398;s:10:\"size_after\";i:5398;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:39940;s:10:\"size_after\";i:38714;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11748,4890,'_wp_attachment_image_alt','Subscription-Management-Software-min'),(11749,4850,'_thumbnail_id','4890'),(11751,4892,'_wp_attached_file','2021/04/Artificial-Intelligence-is-Transforming-Healthcare.jpg'),(11752,4892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:62:\"2021/04/Artificial-Intelligence-is-Transforming-Healthcare.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Artificial-Intelligence-is-Transforming-Healthcare-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Artificial-Intelligence-is-Transforming-Healthcare-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Artificial-Intelligence-is-Transforming-Healthcare-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Artificial-Intelligence-is-Transforming-Healthcare-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11753,4892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.251916390901855802297859554528258740901947021484375;s:5:\"bytes\";i:2688;s:11:\"size_before\";i:119365;s:10:\"size_after\";i:116677;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:120;s:11:\"size_before\";i:11069;s:10:\"size_after\";i:10949;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:61078;s:10:\"size_after\";i:59662;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5269;s:10:\"size_after\";i:5269;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:41949;s:10:\"size_after\";i:40797;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(11754,4892,'_wp_attachment_image_alt','Artificial-Intelligence-is-Transforming-Healthcare'),(11755,4846,'_thumbnail_id','4892'),(11757,4894,'_wp_attached_file','2021/04/SaaS-Free-Trial-vs-SaaS-Freemium.jpg'),(11758,4894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2021/04/SaaS-Free-Trial-vs-SaaS-Freemium.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"SaaS-Free-Trial-vs-SaaS-Freemium-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"SaaS-Free-Trial-vs-SaaS-Freemium-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"SaaS-Free-Trial-vs-SaaS-Freemium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"SaaS-Free-Trial-vs-SaaS-Freemium-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11759,4894,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.256232549569851197901471095974557101726531982421875;s:5:\"bytes\";i:4595;s:11:\"size_before\";i:141114;s:10:\"size_after\";i:136519;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:292;s:11:\"size_before\";i:13839;s:10:\"size_after\";i:13547;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2498;s:11:\"size_before\";i:71312;s:10:\"size_after\";i:68814;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6286;s:10:\"size_after\";i:6286;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:49677;s:10:\"size_after\";i:47872;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11760,4894,'_wp_attachment_image_alt','SaaS-Free-Trial-vs-SaaS-Freemium'),(11761,4841,'_thumbnail_id','4894'),(11763,4896,'_wp_attached_file','2021/04/subscription-management-software.jpg'),(11764,4896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2021/04/subscription-management-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"subscription-management-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"subscription-management-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"subscription-management-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"subscription-management-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11765,4896,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.735143141711571246332823648117482662200927734375;s:5:\"bytes\";i:3213;s:11:\"size_before\";i:117471;s:10:\"size_after\";i:114258;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1100000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:127;s:11:\"size_before\";i:11461;s:10:\"size_after\";i:11334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1953;s:11:\"size_before\";i:59736;s:10:\"size_after\";i:57783;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5223;s:10:\"size_after\";i:5223;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:41051;s:10:\"size_after\";i:39918;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11766,4896,'_wp_attachment_image_alt','subscription-management-software'),(11767,4837,'_thumbnail_id','4896'),(11769,4897,'_wp_attached_file','2021/04/subscription-management-software-for-the-insurance-companies.jpg'),(11770,4897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:72:\"2021/04/subscription-management-software-for-the-insurance-companies.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"subscription-management-software-for-the-insurance-companies-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"subscription-management-software-for-the-insurance-companies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"subscription-management-software-for-the-insurance-companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"subscription-management-software-for-the-insurance-companies-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11771,4897,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.636405721957316927728243172168731689453125;s:5:\"bytes\";i:4713;s:11:\"size_before\";i:129606;s:10:\"size_after\";i:124893;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:228;s:11:\"size_before\";i:12150;s:10:\"size_after\";i:11922;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:66529;s:10:\"size_after\";i:63873;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5301;s:10:\"size_after\";i:5301;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1829;s:11:\"size_before\";i:45626;s:10:\"size_after\";i:43797;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(11772,4897,'_wp_attachment_image_alt','subscription-management-software-for-the-insurance-companies'),(11773,4830,'_thumbnail_id','4897'),(11775,4900,'_wp_attached_file','2021/04/Expand-MRR-for-Your-SaaS-Business-Growth-2021.jpg'),(11776,4900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:57:\"2021/04/Expand-MRR-for-Your-SaaS-Business-Growth-2021.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Expand-MRR-for-Your-SaaS-Business-Growth-2021-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Expand-MRR-for-Your-SaaS-Business-Growth-2021-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Expand-MRR-for-Your-SaaS-Business-Growth-2021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Expand-MRR-for-Your-SaaS-Business-Growth-2021-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11777,4900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.36228535056525146273997961543500423431396484375;s:5:\"bytes\";i:48483;s:11:\"size_before\";i:216807;s:10:\"size_after\";i:168324;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:11260;s:11:\"size_before\";i:27968;s:10:\"size_after\";i:16708;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:13527;s:11:\"size_before\";i:99430;s:10:\"size_after\";i:85903;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:10923;s:11:\"size_before\";i:18517;s:10:\"size_after\";i:7594;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:12773;s:11:\"size_before\";i:70892;s:10:\"size_after\";i:58119;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(11778,4900,'_wp_attachment_image_alt','Expand-MRR-for-Your-SaaS-Business-Growth-2021'),(11779,4825,'_thumbnail_id','4900'),(11781,4901,'_wp_attached_file','2021/04/subscription-software-for-marketing-agencies.jpg'),(11782,4901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:56:\"2021/04/subscription-software-for-marketing-agencies.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"subscription-software-for-marketing-agencies-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"subscription-software-for-marketing-agencies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"subscription-software-for-marketing-agencies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"subscription-software-for-marketing-agencies-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11783,4901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.94013529247048754911020296276547014713287353515625;s:5:\"bytes\";i:5347;s:11:\"size_before\";i:135706;s:10:\"size_after\";i:130359;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:242;s:11:\"size_before\";i:12426;s:10:\"size_after\";i:12184;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:69996;s:10:\"size_after\";i:67008;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5619;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2117;s:11:\"size_before\";i:47665;s:10:\"size_after\";i:45548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11784,4901,'_wp_attachment_image_alt','subscription-software-for-marketing-agencies'),(11785,4811,'_thumbnail_id','4901'),(11791,4904,'_wp_attached_file','2021/04/Subscription-Management-Software-for-Law-Firms-1.jpg'),(11792,4904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:60:\"2021/04/Subscription-Management-Software-for-Law-Firms-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Subscription-Management-Software-for-Law-Firms-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Subscription-Management-Software-for-Law-Firms-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Subscription-Management-Software-for-Law-Firms-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Subscription-Management-Software-for-Law-Firms-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11793,4904,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.992564866447687155215362508897669613361358642578125;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:117819;s:10:\"size_after\";i:113115;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:246;s:11:\"size_before\";i:11277;s:10:\"size_after\";i:11031;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2699;s:11:\"size_before\";i:60139;s:10:\"size_after\";i:57440;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5181;s:10:\"size_after\";i:5181;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:41222;s:10:\"size_after\";i:39463;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(11794,4904,'_wp_attachment_image_alt','Subscription-Management-Software-for-Law-Firms'),(11795,4799,'_thumbnail_id','4904'),(11797,4906,'_wp_attached_file','2021/03/Subscription-Management-systems.jpg'),(11798,4906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2021/03/Subscription-Management-systems.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Subscription-Management-systems-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Subscription-Management-systems-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Subscription-Management-systems-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Subscription-Management-systems-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11799,4906,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.64944759368127780163604256813414394855499267578125;s:5:\"bytes\";i:3024;s:11:\"size_before\";i:114137;s:10:\"size_after\";i:111113;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:41;s:11:\"size_before\";i:11017;s:10:\"size_after\";i:10976;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1836;s:11:\"size_before\";i:58134;s:10:\"size_after\";i:56298;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5166;s:10:\"size_after\";i:5166;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:39820;s:10:\"size_after\";i:38673;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'); INSERT INTO `_HTO_postmeta` VALUES (11800,4906,'_wp_attachment_image_alt','Subscription-Management-systems'),(11801,4794,'_thumbnail_id','4906'),(11803,4907,'_wp_attached_file','2021/03/SF-Blog-Yoga-Subscriptions.jpg'),(11804,4907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2021/03/SF-Blog-Yoga-Subscriptions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"SF-Blog-Yoga-Subscriptions-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SF-Blog-Yoga-Subscriptions-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SF-Blog-Yoga-Subscriptions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"SF-Blog-Yoga-Subscriptions-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11805,4907,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.31263429977266365966670491616241633892059326171875;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:128444;s:10:\"size_after\";i:126758;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:141;s:11:\"size_before\";i:11841;s:10:\"size_after\";i:11700;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3899999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:923;s:11:\"size_before\";i:66455;s:10:\"size_after\";i:65532;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5167;s:10:\"size_after\";i:5167;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:44981;s:10:\"size_after\";i:44359;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11806,4786,'_thumbnail_id','4907'),(11809,4776,'_wp_old_slug','fitness-industry-is-proliferating-with-automated-recurring-payments-this-is-why-gyms-yoga-and-training-centers-should-capitalize-on-subscription-based-services'),(11810,4776,'_yoast_wpseo_focuskw','Recurring Payments'),(11811,4776,'_yoast_wpseo_title','Fitness Industry is Proliferating with Automated Recurring Payments'),(11812,4776,'_yoast_wpseo_linkdex','67'),(11813,4908,'_wp_attached_file','2021/05/Smart-Dunning-Management.jpg'),(11814,4908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2021/05/Smart-Dunning-Management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Smart-Dunning-Management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Smart-Dunning-Management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Smart-Dunning-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Smart-Dunning-Management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11815,4908,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.38981998758535052473916948656551539897918701171875;s:5:\"bytes\";i:2849;s:11:\"size_before\";i:119214;s:10:\"size_after\";i:116365;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:120;s:11:\"size_before\";i:11224;s:10:\"size_after\";i:11104;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1581;s:11:\"size_before\";i:61247;s:10:\"size_after\";i:59666;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5793;s:10:\"size_after\";i:5793;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1148;s:11:\"size_before\";i:40950;s:10:\"size_after\";i:39802;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11816,4908,'_wp_attachment_image_alt','Smart-Dunning-Management'),(11817,4874,'_thumbnail_id','4908'),(11821,4912,'_edit_last','1'),(11822,4912,'_edit_lock','1621432786:1'),(11823,4913,'_wp_attached_file','2021/05/Ecommerce-subscription.jpg'),(11824,4913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2021/05/Ecommerce-subscription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Ecommerce-subscription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Ecommerce-subscription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Ecommerce-subscription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Ecommerce-subscription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11825,4913,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.060536398467432750436501009971834719181060791015625;s:5:\"bytes\";i:3994;s:11:\"size_before\";i:130500;s:10:\"size_after\";i:126506;s:4:\"time\";d:0.230000000000000037747582837255322374403476715087890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:247;s:11:\"size_before\";i:12594;s:10:\"size_after\";i:12347;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2145;s:11:\"size_before\";i:66194;s:10:\"size_after\";i:64049;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5988;s:10:\"size_after\";i:5988;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:45724;s:10:\"size_after\";i:44122;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(11826,4913,'_wp_attachment_image_alt','Ecommerce-subscription'),(11827,4912,'_thumbnail_id','4913'),(11829,4912,'_yoast_wpseo_focuskw','eCommerce Subscription'),(11830,4912,'_yoast_wpseo_title','ECommerce Subscription Businesses Might Face in 2021'),(11831,4912,'_yoast_wpseo_metadesc','If it is your dream to outperform in the highly competitive market of eCommerce subscriptions, get vigorous subscription management software.'),(11832,4912,'_yoast_wpseo_linkdex','75'),(11833,4912,'_yoast_wpseo_content_score','60'),(11834,4912,'_yoast_wpseo_primary_category','3'),(11838,4917,'_edit_last','1'),(11839,4917,'_edit_lock','1622028046:1'),(11840,4918,'_wp_attached_file','2021/05/subscription-management-for-pharmacies.jpg'),(11841,4918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2021/05/subscription-management-for-pharmacies.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"subscription-management-for-pharmacies-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"subscription-management-for-pharmacies-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"subscription-management-for-pharmacies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"subscription-management-for-pharmacies-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11842,4918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.906484248885195409428661150741390883922576904296875;s:5:\"bytes\";i:3637;s:11:\"size_before\";i:125134;s:10:\"size_after\";i:121497;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:166;s:11:\"size_before\";i:11850;s:10:\"size_after\";i:11684;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1900;s:11:\"size_before\";i:63499;s:10:\"size_after\";i:61599;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5766;s:10:\"size_after\";i:5766;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:44019;s:10:\"size_after\";i:42448;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(11843,4918,'_wp_attachment_image_alt','subscription-management-for-pharmacies'),(11844,4917,'_thumbnail_id','4918'),(11846,4917,'_yoast_wpseo_focuskw','subscription management'),(11847,4917,'_yoast_wpseo_title','How Subscription Management Can Revolutionize Pharmacies Business'),(11848,4917,'_yoast_wpseo_metadesc','It is time to explore new options for your pharmacy. So, adopt a subscription billing model and get robust software for subscription management for pharmacies.'),(11849,4917,'_yoast_wpseo_linkdex','60'),(11850,4917,'_yoast_wpseo_content_score','30'),(11851,4917,'_yoast_wpseo_primary_category','5'),(11854,4917,'_wp_old_slug','transfiguring-the-dispensary-and-drugstore-business-with-subscription-business-model'),(11856,4922,'_wpb_shortcodes_custom_css','.vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1602500488684{padding-top: 0px !important;}.vc_custom_1602500488684{padding-top: 0px !important;}'),(11857,4923,'_edit_last','1'),(11858,4923,'_edit_lock','1622200447:1'),(11859,4924,'_wp_attached_file','2021/05/Freemium-vs-Free-Trial.jpg'),(11860,4924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2021/05/Freemium-vs-Free-Trial.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Freemium-vs-Free-Trial-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Freemium-vs-Free-Trial-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Freemium-vs-Free-Trial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Freemium-vs-Free-Trial-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11861,4924,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.199104056093879488997799853677861392498016357421875;s:5:\"bytes\";i:3285;s:11:\"size_before\";i:102685;s:10:\"size_after\";i:99400;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:19;s:11:\"size_before\";i:9789;s:10:\"size_after\";i:9770;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1908;s:11:\"size_before\";i:52166;s:10:\"size_after\";i:50258;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4559;s:10:\"size_after\";i:4559;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:36171;s:10:\"size_after\";i:34813;s:4:\"time\";d:0.25;}}}'),(11862,4924,'_wp_attachment_image_alt','Freemium-model'),(11863,4925,'_wp_attached_file','2021/05/freemium-business-model.jpg'),(11864,4925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:521;s:4:\"file\";s:35:\"2021/05/freemium-business-model.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"freemium-business-model-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"freemium-business-model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"freemium-business-model-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11865,4925,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.436532507739938235857835024944506585597991943359375;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:48450;s:10:\"size_after\";i:46785;s:4:\"time\";d:0.42000000000000003996802888650563545525074005126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:184;s:11:\"size_before\";i:9630;s:10:\"size_after\";i:9446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5142;s:10:\"size_after\";i:5142;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:33678;s:10:\"size_after\";i:32197;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}}}'),(11866,4925,'_wp_attachment_image_alt',''),(11867,4923,'_thumbnail_id','4924'),(11869,4923,'_yoast_wpseo_focuskw','Freemium Model'),(11870,4923,'_yoast_wpseo_title','How to Plan the Best Freemium Model to Make More Users'),(11871,4923,'_yoast_wpseo_metadesc','Convert your users to premium customers, use the best recurring billing software platform to devise the best freemium model for your subscription business.'),(11872,4923,'_yoast_wpseo_linkdex','71'),(11873,4923,'_yoast_wpseo_content_score','30'),(11874,4923,'_yoast_wpseo_primary_category','3'),(11875,4927,'_edit_last','1'),(11876,4927,'_edit_lock','1624880596:1'),(11877,4928,'_wp_attached_file','2021/05/subscription-management-platforms.jpg'),(11878,4928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2021/05/subscription-management-platforms.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"subscription-management-platforms-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"subscription-management-platforms-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"subscription-management-platforms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"subscription-management-platforms-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11879,4928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9742300502803906692150803792173974215984344482421875;s:5:\"bytes\";i:1975;s:11:\"size_before\";i:100039;s:10:\"size_after\";i:98064;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:39;s:11:\"size_before\";i:9749;s:10:\"size_after\";i:9710;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:51013;s:10:\"size_after\";i:49939;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4726;s:10:\"size_after\";i:4726;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:862;s:11:\"size_before\";i:34551;s:10:\"size_after\";i:33689;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(11880,4928,'_wp_attachment_image_alt','subscription-management-platforms'),(11881,4927,'_thumbnail_id','4928'),(11883,4927,'_yoast_wpseo_focuskw','subscription'),(11884,4927,'_yoast_wpseo_title','Subscription Management Platforms and Automated Communications'),(11885,4927,'_yoast_wpseo_metadesc','Use your subscription management platform for automated communication and bring a boom in your business. Communicate well, earn well!'),(11886,4927,'_yoast_wpseo_linkdex','73'),(11887,4927,'_yoast_wpseo_content_score','30'),(11888,4927,'_yoast_wpseo_primary_category','5'),(11890,4933,'_edit_last','1'),(11891,4933,'_edit_lock','1623136823:1'),(11892,4934,'_wp_attached_file','2021/06/Free-Subscription-Management-Software.jpg'),(11893,4934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2021/06/Free-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Free-Subscription-Management-Software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Free-Subscription-Management-Software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Free-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Free-Subscription-Management-Software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11894,4934,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.74480824208425477905848310911096632480621337890625;s:5:\"bytes\";i:5554;s:11:\"size_before\";i:148312;s:10:\"size_after\";i:142758;s:4:\"time\";d:0.169999999999999984456877655247808434069156646728515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:312;s:11:\"size_before\";i:13403;s:10:\"size_after\";i:13091;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:75855;s:10:\"size_after\";i:72862;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:17;s:11:\"size_before\";i:6759;s:10:\"size_after\";i:6742;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:52295;s:10:\"size_after\";i:50063;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(11895,4934,'_wp_attachment_image_alt','Free-Subscription-Management-Software'),(11896,4933,'_thumbnail_id','4934'),(11898,4933,'_yoast_wpseo_focuskw','free'),(11899,4933,'_yoast_wpseo_title','How to level up the recurring billing with free trials and freemium'),(11900,4933,'_yoast_wpseo_metadesc','If you want to increase your recurring revenue, offer free subscription management software but with a strategy that users cannot help but buy the premium version.'),(11901,4933,'_yoast_wpseo_linkdex','71'),(11902,4933,'_yoast_wpseo_content_score','30'),(11903,4933,'_yoast_wpseo_primary_category','159'),(11904,4936,'_edit_last','1'),(11905,4936,'_edit_lock','1623310024:1'),(11906,4937,'_wp_attached_file','2021/06/recurring-billing-services.jpg'),(11907,4937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2021/06/recurring-billing-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"recurring-billing-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"recurring-billing-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"recurring-billing-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"recurring-billing-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11908,4937,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.231473348435116133003930372069589793682098388671875;s:5:\"bytes\";i:4194;s:11:\"size_before\";i:129786;s:10:\"size_after\";i:125592;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:195;s:11:\"size_before\";i:11509;s:10:\"size_after\";i:11314;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:67430;s:10:\"size_after\";i:65060;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5074;s:10:\"size_after\";i:5074;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1629;s:11:\"size_before\";i:45773;s:10:\"size_after\";i:44144;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(11909,4937,'_wp_attachment_image_alt','recurring-billing-services'),(11910,4936,'_thumbnail_id','4937'),(11912,4936,'_yoast_wpseo_focuskw','recurring'),(11913,4936,'_yoast_wpseo_title','How SaaS Companies Should Prepare for Post-COVID Conditions'),(11914,4936,'_yoast_wpseo_metadesc','If you want to compete in the market, then get the best recurring billing software for small business as well as for a large enterprise.'),(11915,4936,'_yoast_wpseo_linkdex','61'),(11916,4936,'_yoast_wpseo_content_score','30'),(11917,4940,'_edit_last','1'),(11918,4940,'_edit_lock','1623829365:1'),(11923,4942,'_wp_attached_file','2021/06/Magazine-Subscription.jpg'),(11924,4942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2021/06/Magazine-Subscription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Magazine-Subscription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Magazine-Subscription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Magazine-Subscription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Magazine-Subscription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11925,4942,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.080131547284831849964348293724469840526580810546875;s:5:\"bytes\";i:8064;s:11:\"size_before\";i:261807;s:10:\"size_after\";i:253743;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:429;s:11:\"size_before\";i:17426;s:10:\"size_after\";i:16997;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:4376;s:11:\"size_before\";i:144461;s:10:\"size_after\";i:140085;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7334;s:10:\"size_after\";i:7334;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3259;s:11:\"size_before\";i:92586;s:10:\"size_after\";i:89327;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(11926,4942,'_wp_attachment_image_alt','Magazine-Subscription'),(11929,4940,'_yoast_wpseo_focuskw','magazine subscription'),(11930,4940,'_yoast_wpseo_title','Fuel the growth of Magazine Subscriptions | Subscription Flow'),(11931,4940,'_yoast_wpseo_metadesc','Use your magazine subscription software to offer subscription gifts to increase your readers base. And, more readers means more subscribers.'),(11932,4940,'_yoast_wpseo_linkdex','71'),(11933,4940,'_yoast_wpseo_content_score','30'),(11934,4940,'_yoast_wpseo_primary_category','3'),(11935,4944,'_wp_attached_file','2021/06/magazine-subscription-software-1.jpg'),(11936,4944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2021/06/magazine-subscription-software-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"magazine-subscription-software-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"magazine-subscription-software-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"magazine-subscription-software-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"magazine-subscription-software-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11937,4944,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.765702798344101598360111893271096050739288330078125;s:5:\"bytes\";i:5338;s:11:\"size_before\";i:193007;s:10:\"size_after\";i:187669;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:17399;s:10:\"size_after\";i:17067;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3016;s:11:\"size_before\";i:100581;s:10:\"size_after\";i:97565;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8138;s:10:\"size_after\";i:8138;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1990;s:11:\"size_before\";i:66889;s:10:\"size_after\";i:64899;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(11938,4944,'_wp_attachment_image_alt','magazine-subscription-software'),(11939,4940,'_thumbnail_id','4944'),(11946,4945,'_edit_last','1'),(11947,4945,'_edit_lock','1625645294:1'),(11948,4946,'_wp_attached_file','2021/06/pay-per-use.jpg'),(11949,4946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2021/06/pay-per-use.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"pay-per-use-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"pay-per-use-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pay-per-use-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"pay-per-use-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11950,4946,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.119319372081550856279363870271481573581695556640625;s:5:\"bytes\";i:4616;s:11:\"size_before\";i:147981;s:10:\"size_after\";i:143365;s:4:\"time\";d:0.370000000000000051070259132757200859487056732177734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:216;s:11:\"size_before\";i:14204;s:10:\"size_after\";i:13988;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:76005;s:10:\"size_after\";i:73483;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6387;s:10:\"size_after\";i:6387;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1878;s:11:\"size_before\";i:51385;s:10:\"size_after\";i:49507;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(11951,4946,'_wp_attachment_image_alt','pay-per-use'),(11952,4945,'_thumbnail_id','4946'),(11954,4945,'_yoast_wpseo_focuskw','pay per use'),(11955,4945,'_yoast_wpseo_title','How to Evaluate If pay per use Billing Is Meant for Your SaaS Business'),(11956,4945,'_yoast_wpseo_metadesc','If you deliver metered SaaS services and your customers are increasing, then pay per use is the pricing model that will help you earn more revenue.'),(11957,4945,'_yoast_wpseo_linkdex','73'),(11958,4945,'_yoast_wpseo_content_score','60'),(11959,4945,'_yoast_wpseo_primary_category','159'),(11960,4949,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}.vc_custom_1553259067318{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1607498161591{margin-top: 25px !important;}.vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279442551{margin-top: 25px !important;}.vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1575549779581{margin-top: 25px !important;}.vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1624261254428{margin-top: 25px !important;}.vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589279247249{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(11961,4951,'_wp_attached_file','2021/06/Recurring-Payment-Processing.jpg'),(11962,4951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/06/Recurring-Payment-Processing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Recurring-Payment-Processing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Recurring-Payment-Processing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Recurring-Payment-Processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Recurring-Payment-Processing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11963,4951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.643643315412075533998859100393019616603851318359375;s:5:\"bytes\";i:4273;s:11:\"size_before\";i:161633;s:10:\"size_after\";i:157360;s:4:\"time\";d:0.350000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:193;s:11:\"size_before\";i:16040;s:10:\"size_after\";i:15847;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:81618;s:10:\"size_after\";i:79386;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7409;s:10:\"size_after\";i:7409;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:56566;s:10:\"size_after\";i:54718;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(11964,4951,'_wp_attachment_image_alt','Recurring-Payments-Processing'),(11965,4950,'_edit_last','1'),(11966,4950,'_edit_lock','1624278599:1'),(11967,4950,'_thumbnail_id','4951'),(11969,4950,'_yoast_wpseo_focuskw','Payments'),(11970,4950,'_yoast_wpseo_title','Scaling Subscription Business With Faster Recurring Payments Processing'),(11971,4950,'_yoast_wpseo_metadesc','subscription management and payments processing platform of SubscriptionFlow and leave your payment-related worries behind.'),(11972,4950,'_yoast_wpseo_linkdex','73'),(11973,4950,'_yoast_wpseo_content_score','30'),(11974,4950,'_yoast_wpseo_primary_category','60'),(11975,4954,'_edit_last','1'),(11976,4954,'_edit_lock','1624458139:1'),(11977,4955,'_wp_attached_file','2021/06/payment-processing.jpg'),(11978,4955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2021/06/payment-processing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"payment-processing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"payment-processing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"payment-processing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"payment-processing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11979,4955,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.948074359640923347569696488790214061737060546875;s:5:\"bytes\";i:7138;s:11:\"size_before\";i:180797;s:10:\"size_after\";i:173659;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:431;s:11:\"size_before\";i:16748;s:10:\"size_after\";i:16317;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3753;s:11:\"size_before\";i:92736;s:10:\"size_after\";i:88983;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7654;s:10:\"size_after\";i:7654;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:2954;s:11:\"size_before\";i:63659;s:10:\"size_after\";i:60705;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(11980,4955,'_wp_attachment_image_alt','payment processing'),(11981,4954,'_thumbnail_id','4955'),(11983,4954,'_yoast_wpseo_focuskw','payment processing'),(11984,4954,'_yoast_wpseo_title','The pain points of subscription payment processing'),(11985,4954,'_yoast_wpseo_metadesc','Repeatedly facing billing and payment errors, then switch to an efficient & well-integrated subscription management to beat challenges.'),(11986,4954,'_yoast_wpseo_linkdex','73'),(11987,4954,'_yoast_wpseo_content_score','30'),(11988,4954,'_yoast_wpseo_primary_category','79'),(11990,4954,'_wp_old_slug','recurring-payment-challenges-switch-to-the-ultimate-subscription-management-and-payment-processing-platform'),(11991,2697,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(11993,4958,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(11998,4960,'_wp_attached_file','2021/06/logo.png'),(11999,4960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:65;s:4:\"file\";s:16:\"2021/06/logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12000,4960,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.6650342801175384011003188788890838623046875;s:5:\"bytes\";i:3148;s:11:\"size_before\";i:5105;s:10:\"size_after\";i:1957;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3148;s:11:\"size_before\";i:5105;s:10:\"size_after\";i:1957;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(12001,4960,'_wp_attachment_image_alt','card-connect'),(12002,4961,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(12003,4962,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(12004,4963,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1599833881290{padding-bottom: 50px !important;}.vc_custom_1599834018066{padding-bottom: 50px !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}'),(12008,4720,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1624621472332{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12009,4965,'_wp_attached_file','2021/06/Recurring-Payments-Collection-Connect-with-CardConnect.jpg'),(12010,4965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2021/06/Recurring-Payments-Collection-Connect-with-CardConnect.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Recurring-Payments-Collection-Connect-with-CardConnect-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Recurring-Payments-Collection-Connect-with-CardConnect-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Recurring-Payments-Collection-Connect-with-CardConnect-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12011,4965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.06087585666338402035080434870906174182891845703125;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:49757;s:10:\"size_after\";i:48234;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:108;s:11:\"size_before\";i:9062;s:10:\"size_after\";i:8954;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6259;s:10:\"size_after\";i:6259;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:34436;s:10:\"size_after\";i:33021;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(12015,4967,'_wp_attached_file','2021/06/CardConnect-SubscriptionFlow-Integration.jpg'),(12016,4967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2021/06/CardConnect-SubscriptionFlow-Integration.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"CardConnect-SubscriptionFlow-Integration-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"CardConnect-SubscriptionFlow-Integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"CardConnect-SubscriptionFlow-Integration-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12017,4967,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.378794121686581330976650860975496470928192138671875;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:72810;s:10:\"size_after\";i:71078;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:269;s:11:\"size_before\";i:13553;s:10:\"size_after\";i:13284;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9039;s:10:\"size_after\";i:9039;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:50218;s:10:\"size_after\";i:48755;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12018,4967,'_wp_attachment_image_alt','CardConnect-SubscriptionFlow-Integration'),(12020,4965,'_wp_attachment_image_alt','Recurring-Payments-Collection-Connect-with-CardConnect'),(12021,4968,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1624621472332{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12029,4970,'_wp_attached_file','2021/06/Secure-Payments-in-CardConnect-1.jpg'),(12030,4970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:550;s:4:\"file\";s:44:\"2021/06/Secure-Payments-in-CardConnect-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Secure-Payments-in-CardConnect-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Secure-Payments-in-CardConnect-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12031,4970,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.97959261665456498491266756900586187839508056640625;s:5:\"bytes\";i:518;s:11:\"size_before\";i:26167;s:10:\"size_after\";i:25649;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:518;s:11:\"size_before\";i:19300;s:10:\"size_after\";i:18782;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6867;s:10:\"size_after\";i:6867;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(12032,4970,'_wp_attachment_image_alt','Secure-Payments-CardConnect'),(12033,4971,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}.vc_custom_1553259049195{padding-top: 0px !important;}.vc_custom_1553259078737{padding-top: 0px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}.vc_custom_1624621472332{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1613463481541{margin-top: 25px !important;}.vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463507304{margin-top: 25px !important;}.vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1613463532018{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12034,4972,'_edit_last','1'),(12035,4972,'_edit_lock','1624629316:1'),(12036,4973,'_wp_attached_file','2021/06/Get-Happy-Customers.jpg'),(12037,4973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2021/06/Get-Happy-Customers.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Get-Happy-Customers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Get-Happy-Customers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Get-Happy-Customers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Get-Happy-Customers-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12038,4973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.862245753160203687315288334502838551998138427734375;s:5:\"bytes\";i:4952;s:11:\"size_before\";i:173011;s:10:\"size_after\";i:168059;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:298;s:11:\"size_before\";i:17039;s:10:\"size_after\";i:16741;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2724;s:11:\"size_before\";i:87612;s:10:\"size_after\";i:84888;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8702;s:10:\"size_after\";i:8702;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:59658;s:10:\"size_after\";i:57728;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(12039,4973,'_wp_attachment_image_alt','Get-Happy-Customers'),(12040,4974,'_wp_attached_file','2021/06/checklist-for-customers.jpg'),(12041,4974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2021/06/checklist-for-customers.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"checklist-for-customers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"checklist-for-customers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"checklist-for-customers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"checklist-for-customers-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12042,4974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.54011748405491744051687419414520263671875;s:5:\"bytes\";i:2690;s:11:\"size_before\";i:174662;s:10:\"size_after\";i:171972;s:4:\"time\";d:0.09999999999999999167332731531132594682276248931884765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.61999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:88;s:11:\"size_before\";i:14139;s:10:\"size_after\";i:14051;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:92497;s:10:\"size_after\";i:91162;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7160;s:10:\"size_after\";i:7160;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:60866;s:10:\"size_after\";i:59599;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12043,4974,'_wp_attachment_image_alt','checklist-for-customers'),(12044,4972,'_thumbnail_id','4973'),(12046,4972,'_yoast_wpseo_focuskw','Customers'),(12047,4972,'_yoast_wpseo_title','How to Formulate an Ultimate Onboarding Strategy to Get Customers'),(12048,4972,'_yoast_wpseo_metadesc','SaaS Businesses can taraget onboarding from the phase of targeting leads with data-driven plans and strategies to get happy customers.'),(12049,4972,'_yoast_wpseo_linkdex','73'),(12050,4972,'_yoast_wpseo_content_score','60'),(12051,4972,'_yoast_wpseo_primary_category','78'),(12053,4977,'_wp_attached_file','2019/11/Subscription-Based-Services.jpg'),(12054,4977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:39:\"2019/11/Subscription-Based-Services.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Subscription-Based-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12055,4977,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.79919451261720475532257523809676058590412139892578125;s:5:\"bytes\";i:889;s:11:\"size_before\";i:111237;s:10:\"size_after\";i:110348;s:4:\"time\";d:0.32999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:234;s:11:\"size_before\";i:19415;s:10:\"size_after\";i:19181;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:9;s:11:\"size_before\";i:8807;s:10:\"size_after\";i:8798;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:646;s:11:\"size_before\";i:83015;s:10:\"size_after\";i:82369;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(12056,2102,'_thumbnail_id','4977'),(12058,4978,'_wp_attached_file','2019/11/Subscription-Based-Services-.jpg'),(12059,4978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2019/11/Subscription-Based-Services-.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Subscription-Based-Services--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Subscription-Based-Services--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Subscription-Based-Services--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12060,4978,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.124800100061645213855854308349080383777618408203125;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:111931;s:10:\"size_after\";i:110672;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.75;s:5:\"bytes\";i:147;s:11:\"size_before\";i:19474;s:10:\"size_after\";i:19327;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8900;s:10:\"size_after\";i:8900;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:83557;s:10:\"size_after\";i:82445;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(12061,4978,'_wp_attachment_image_alt','SaaS-services'),(12062,4977,'_wp_attachment_image_alt','Subscription-Based-Services'),(12066,4981,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12068,4984,'_wp_attached_file','2021/06/Subscription-Software-for-online-education.jpg'),(12069,4984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:54:\"2021/06/Subscription-Software-for-online-education.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Subscription-Software-for-online-education-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Subscription-Software-for-online-education-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Subscription-Software-for-online-education-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Subscription-Software-for-online-education-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12070,4984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.86092267524535515121897333301603794097900390625;s:5:\"bytes\";i:4909;s:11:\"size_before\";i:171588;s:10:\"size_after\";i:166679;s:4:\"time\";d:1.12999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:2;s:5:\"bytes\";i:331;s:11:\"size_before\";i:16562;s:10:\"size_after\";i:16231;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2837;s:11:\"size_before\";i:87734;s:10:\"size_after\";i:84897;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8075;s:10:\"size_after\";i:8075;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:59217;s:10:\"size_after\";i:57476;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}}}'),(12071,4984,'_wp_attachment_image_alt','Subscription-Software-for-online-education'),(12072,4983,'_edit_last','1'),(12073,4983,'_edit_lock','1624888294:1'),(12074,4985,'_wp_attached_file','2021/06/Subscription-Management-Software-for-Educational-Institutes.jpg'),(12075,4985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:71:\"2021/06/Subscription-Management-Software-for-Educational-Institutes.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Subscription-Management-Software-for-Educational-Institutes-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Subscription-Management-Software-for-Educational-Institutes-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Subscription-Management-Software-for-Educational-Institutes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"Subscription-Management-Software-for-Educational-Institutes-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12076,4985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.938447127211605280905359904863871634006500244140625;s:5:\"bytes\";i:6713;s:11:\"size_before\";i:228454;s:10:\"size_after\";i:221741;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:342;s:11:\"size_before\";i:19601;s:10:\"size_after\";i:19259;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3933;s:11:\"size_before\";i:118939;s:10:\"size_after\";i:115006;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9416;s:10:\"size_after\";i:9416;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:80498;s:10:\"size_after\";i:78060;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(12077,4985,'_wp_attachment_image_alt','Subscription-Management-Software-for-Educational-Institutes'),(12078,4983,'_thumbnail_id','4984'),(12080,4983,'_yoast_wpseo_focuskw','e-Learning'),(12081,4983,'_yoast_wpseo_title','Subscription Management Software for Educational Institutes'),(12082,4983,'_yoast_wpseo_metadesc','Subscription management software for online education and e-learning businesses that offers a variety of scalable and customizable features.'),(12083,4983,'_yoast_wpseo_linkdex','62'),(12084,4983,'_yoast_wpseo_content_score','30'),(12085,4983,'_yoast_wpseo_primary_category','5'),(12086,4988,'_edit_last','1'),(12087,4988,'_edit_lock','1625122712:1'),(12088,4989,'_wp_attached_file','2021/07/recurring-billing.jpg'),(12089,4989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2021/07/recurring-billing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"recurring-billing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"recurring-billing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"recurring-billing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"recurring-billing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12090,4989,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.95568929715271178082502956385724246501922607421875;s:5:\"bytes\";i:4199;s:11:\"size_before\";i:142065;s:10:\"size_after\";i:137866;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:243;s:11:\"size_before\";i:12948;s:10:\"size_after\";i:12705;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:73844;s:10:\"size_after\";i:71483;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6279;s:10:\"size_after\";i:6279;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:48994;s:10:\"size_after\";i:47399;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12091,4989,'_wp_attachment_image_alt','recurring-billing'),(12092,4988,'_thumbnail_id','4989'),(12094,4988,'_yoast_wpseo_focuskw','billing'),(12095,4988,'_yoast_wpseo_title','Recurring Billing in Commerce and Trade-BigCommerce and ECommerce'),(12096,4988,'_yoast_wpseo_metadesc','Take your business to the zenith. Shift to the best subscription management software for your eCommerce staple food subscription business.'),(12097,4988,'_yoast_wpseo_linkdex','71'),(12098,4988,'_yoast_wpseo_content_score','30'),(12099,4988,'_wp_old_slug','recurring-billing-in-commerce-and-trade-bigcommerce-and-ecommerce'),(12100,4988,'_yoast_wpseo_primary_category','60'),(12102,4992,'_edit_last','1'),(12103,4992,'_edit_lock','1625493531:1'),(12104,4993,'_wp_attached_file','2021/07/Recurring-Invoicing.jpg'),(12105,4993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2021/07/Recurring-Invoicing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Recurring-Invoicing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Recurring-Invoicing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Recurring-Invoicing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Recurring-Invoicing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12106,4993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.197205119194943545579690180602483451366424560546875;s:5:\"bytes\";i:6278;s:11:\"size_before\";i:196359;s:10:\"size_after\";i:190081;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:385;s:11:\"size_before\";i:17823;s:10:\"size_after\";i:17438;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3554;s:11:\"size_before\";i:101951;s:10:\"size_after\";i:98397;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7961;s:10:\"size_after\";i:7961;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:68624;s:10:\"size_after\";i:66285;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12107,4993,'_wp_attachment_image_alt','Recurring-Invoicing'),(12108,4992,'_thumbnail_id','4993'),(12110,4992,'_yoast_wpseo_focuskw','Recurring Invoicing'),(12111,4992,'_yoast_wpseo_title','Recurring Invoicing Management and Optimization'),(12112,4992,'_yoast_wpseo_metadesc','Use an automated recurring invoicing management software and cater to local and international clients equally.'),(12113,4992,'_yoast_wpseo_linkdex','73'),(12114,4992,'_yoast_wpseo_content_score','30'),(12115,4992,'_yoast_wpseo_primary_category','9'),(12118,4997,'_edit_last','1'),(12119,4997,'_edit_lock','1625730913:1'),(12120,4998,'_wp_attached_file','2021/07/OTT.jpg'),(12121,4998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2021/07/OTT.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"OTT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"OTT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"OTT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"OTT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12122,4998,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.269935458791381588383728740154765546321868896484375;s:5:\"bytes\";i:5720;s:11:\"size_before\";i:174927;s:10:\"size_after\";i:169207;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:402;s:11:\"size_before\";i:16557;s:10:\"size_after\";i:16155;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3050;s:11:\"size_before\";i:89078;s:10:\"size_after\";i:86028;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:31;s:11:\"size_before\";i:8636;s:10:\"size_after\";i:8605;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2237;s:11:\"size_before\";i:60656;s:10:\"size_after\";i:58419;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(12123,4998,'_wp_attachment_image_alt','OTT'),(12124,4997,'_thumbnail_id','4998'),(12126,4997,'_yoast_wpseo_focuskw','OTT'),(12127,4997,'_yoast_wpseo_title','How Diverse Revenue Streams Are Fueling The OTT Industry'),(12128,4997,'_yoast_wpseo_metadesc','If you want to manage your diverse recurring revenue streams, then opt for highly effective subscription management software.'),(12129,4997,'_yoast_wpseo_linkdex','69'),(12130,4997,'_yoast_wpseo_content_score','60'),(12131,4997,'_yoast_wpseo_primary_category','3'),(12132,5001,'_edit_last','1'),(12133,5001,'_edit_lock','1626098214:1'),(12134,5002,'_wp_attached_file','2021/07/simple-billing-software.jpg'),(12135,5002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2021/07/simple-billing-software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"simple-billing-software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"simple-billing-software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"simple-billing-software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"simple-billing-software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12136,5002,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.051754758986417126465084947994910180568695068359375;s:5:\"bytes\";i:4880;s:11:\"size_before\";i:159908;s:10:\"size_after\";i:155028;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:360;s:11:\"size_before\";i:16029;s:10:\"size_after\";i:15669;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2594;s:11:\"size_before\";i:80523;s:10:\"size_after\";i:77929;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8135;s:10:\"size_after\";i:8135;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1926;s:11:\"size_before\";i:55221;s:10:\"size_after\";i:53295;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(12137,5002,'_wp_attachment_image_alt','simple-billing-software'),(12138,5001,'_thumbnail_id','5002'),(12140,5001,'_yoast_wpseo_focuskw','customer psychology'),(12141,5001,'_yoast_wpseo_title','Physical Triggers That Can Help You Bring More Customers On Board'),(12142,5001,'_yoast_wpseo_metadesc','Identify your targeted market, understand your customer psychology, and use a SaaS recurring billing software to increase your customer base.'),(12143,5001,'_yoast_wpseo_linkdex','61'),(12144,5001,'_yoast_wpseo_content_score','90'),(12145,5001,'_yoast_wpseo_primary_category','60'),(12148,5005,'_edit_last','1'),(12149,5005,'_edit_lock','1626330266:1'),(12150,5006,'_wp_attached_file','2021/07/SubscriptionFlow-free-trials.jpg'),(12151,5006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/07/SubscriptionFlow-free-trials.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"SubscriptionFlow-free-trials-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"SubscriptionFlow-free-trials-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"SubscriptionFlow-free-trials-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"SubscriptionFlow-free-trials-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12152,5006,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3630178660324130390790742239914834499359130859375;s:5:\"bytes\";i:6080;s:11:\"size_before\";i:180790;s:10:\"size_after\";i:174710;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:288;s:11:\"size_before\";i:17658;s:10:\"size_after\";i:17370;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3501;s:11:\"size_before\";i:91931;s:10:\"size_after\";i:88430;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:31;s:11:\"size_before\";i:8509;s:10:\"size_after\";i:8478;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2260;s:11:\"size_before\";i:62692;s:10:\"size_after\";i:60432;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12153,5006,'_wp_attachment_image_alt','SubscriptionFlow-free-trials'),(12154,5005,'_thumbnail_id','5006'),(12156,5005,'_yoast_wpseo_focuskw','Free Trials'),(12157,5005,'_yoast_wpseo_title','Experimenting with free trials of the SaaS products'),(12158,5005,'_yoast_wpseo_metadesc','There are no fixed rules, you need to research and analyse various factors to devise an ideal free trial strategy for your SaaS subscription product.'),(12159,5005,'_yoast_wpseo_linkdex','73'),(12160,5005,'_yoast_wpseo_content_score','30'),(12161,5005,'_yoast_wpseo_primary_category','3'),(12166,5012,'_wp_attached_file','2021/07/Billing-Model.jpg'),(12167,5012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/Billing-Model.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Billing-Model-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Billing-Model-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Billing-Model-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Billing-Model-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12168,5012,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.947026059167172196140427331556566059589385986328125;s:5:\"bytes\";i:5201;s:11:\"size_before\";i:176483;s:10:\"size_after\";i:171282;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:1;s:5:\"bytes\";i:162;s:11:\"size_before\";i:16201;s:10:\"size_after\";i:16039;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2866;s:11:\"size_before\";i:90806;s:10:\"size_after\";i:87940;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7679;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2173;s:11:\"size_before\";i:61797;s:10:\"size_after\";i:59624;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(12169,5012,'_wp_attachment_image_alt','Billing-Model'),(12170,5011,'_edit_last','1'),(12171,5011,'_edit_lock','1626680232:1'),(12172,5011,'_thumbnail_id','5012'),(12174,5011,'_yoast_wpseo_focuskw','Subscription Billing Model'),(12175,5011,'_yoast_wpseo_title','Indicators to Test If Your Pay-As-You-Go Billing Model Is Hurting'),(12176,5011,'_yoast_wpseo_metadesc','If you want to decide the success of your subscription billing model, then keep an eye on some specific indicators.'),(12177,5011,'_yoast_wpseo_linkdex','64'),(12178,5011,'_yoast_wpseo_content_score','30'),(12181,5011,'_yoast_wpseo_primary_category','78'),(12182,5014,'_edit_last','1'),(12183,5014,'_edit_lock','1626698164:1'),(12184,5015,'_wp_attached_file','2021/07/telematics.jpg'),(12185,5015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2021/07/telematics.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"telematics-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"telematics-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"telematics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"telematics-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12186,5015,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.580120781603538748782966649741865694522857666015625;s:5:\"bytes\";i:6693;s:11:\"size_before\";i:186949;s:10:\"size_after\";i:180256;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:357;s:11:\"size_before\";i:16888;s:10:\"size_after\";i:16531;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3812;s:11:\"size_before\";i:97337;s:10:\"size_after\";i:93525;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8112;s:10:\"size_after\";i:8112;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2524;s:11:\"size_before\";i:64612;s:10:\"size_after\";i:62088;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12187,5015,'_wp_attachment_image_alt','telematics'),(12188,5014,'_thumbnail_id','5015'),(12189,5014,'_yoast_wpseo_focuskw','telematics'),(12190,5014,'_yoast_wpseo_title','How Real-Time Billing Helps Monetize The Diverse Customer Base In Telematics Industry'),(12191,5014,'_yoast_wpseo_metadesc','It is time to try the combo of telematics and subscription billing software to overcome the billing complexities and cater to the needs of a diverse customer base.'),(12192,5014,'_yoast_wpseo_linkdex','54'),(12193,5014,'_yoast_wpseo_content_score','60'),(12194,5014,'_yoast_wpseo_primary_category','78'),(12196,5018,'_edit_last','1'),(12197,5018,'_edit_lock','1627049293:1'),(12198,5019,'_wp_attached_file','2021/07/blog-post-33.jpg'),(12199,5019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2021/07/blog-post-33.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"blog-post-33-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"blog-post-33-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"blog-post-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"blog-post-33-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12200,5019,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.16930557287121672516150283627212047576904296875;s:5:\"bytes\";i:52476;s:11:\"size_before\";i:200525;s:10:\"size_after\";i:148049;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:12124;s:11:\"size_before\";i:27047;s:10:\"size_after\";i:14923;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:14622;s:11:\"size_before\";i:89073;s:10:\"size_after\";i:74451;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:11809;s:11:\"size_before\";i:19697;s:10:\"size_after\";i:7888;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:13921;s:11:\"size_before\";i:64708;s:10:\"size_after\";i:50787;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12201,5019,'_wp_attachment_image_alt','Subscription Management & Payment Process'),(12202,5018,'_thumbnail_id','5019'),(12203,5018,'_yoast_wpseo_focuskw','Subscription Management'),(12204,5018,'_yoast_wpseo_metadesc','You can survive in the subscription business market only if your subscription management platform allows you to experiment with recurring billing & payment and inculcate innovation in your business.'),(12205,5018,'_yoast_wpseo_linkdex','61'),(12206,5018,'_yoast_wpseo_content_score','30'),(12207,5018,'_yoast_wpseo_primary_category','5'),(12212,5024,'_edit_last','1'),(12213,5024,'_edit_lock','1627381850:1'),(12214,5025,'_wp_attached_file','2021/07/Digital-Wallet.jpg'),(12215,5025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2021/07/Digital-Wallet.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Digital-Wallet-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Digital-Wallet-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Digital-Wallet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Digital-Wallet-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12216,5025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.765546355911158382667736077564768493175506591796875;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:165103;s:10:\"size_after\";i:160537;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:206;s:11:\"size_before\";i:15673;s:10:\"size_after\";i:15467;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2639;s:11:\"size_before\";i:84768;s:10:\"size_after\";i:82129;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7578;s:10:\"size_after\";i:7578;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1721;s:11:\"size_before\";i:57084;s:10:\"size_after\";i:55363;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12217,5025,'_wp_attachment_image_alt','Digital-Wallet-payment-method'),(12218,5024,'_thumbnail_id','5025'),(12220,5024,'_yoast_wpseo_focuskw','Digital Wallets'),(12221,5024,'_yoast_wpseo_title','Credit Card VS. Digital Wallet - Which Method Works Best For Recurring'),(12222,5024,'_yoast_wpseo_metadesc','If you are confused about which payment method suits your business, then go for multiple payment methods for a subscription business to facilitate your customers to the maximum.'),(12223,5024,'_yoast_wpseo_linkdex','58'),(12224,5024,'_yoast_wpseo_content_score','60'),(12225,5024,'_yoast_wpseo_primary_category','60'),(12226,5027,'_edit_last','1'),(12227,5027,'_edit_lock','1627564885:1'),(12228,5028,'_wp_attached_file','2021/07/late-recurring-payments.jpg'),(12229,5028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2021/07/late-recurring-payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"late-recurring-payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"late-recurring-payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"late-recurring-payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"late-recurring-payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12230,5028,'_wp_attachment_image_alt','late-recurring-payments'),(12231,5029,'_wp_attached_file','2021/07/blog-post01-1.jpg'),(12232,5029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post01-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post01-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post01-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post01-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12233,5029,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.178535146193133709147105037118308246135711669921875;s:5:\"bytes\";i:4568;s:11:\"size_before\";i:143714;s:10:\"size_after\";i:139146;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:378;s:11:\"size_before\";i:13455;s:10:\"size_after\";i:13077;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2402;s:11:\"size_before\";i:74527;s:10:\"size_after\";i:72125;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5449;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:50283;s:10:\"size_after\";i:48495;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(12234,5029,'_wp_attachment_image_alt','payment-system'),(12235,5030,'_wp_attached_file','2021/07/blog-post02-1.jpg'),(12236,5030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post02-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post02-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post02-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post02-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post02-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12237,5030,'_wp_attachment_image_alt','payment gateways'),(12238,5031,'_wp_attached_file','2021/07/blog-post03-1.jpg'),(12239,5031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post03-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post03-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post03-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post03-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post03-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12240,5031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.874310995954583614064858920755796134471893310546875;s:5:\"bytes\";i:6340;s:11:\"size_before\";i:163642;s:10:\"size_after\";i:157302;s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:439;s:11:\"size_before\";i:14385;s:10:\"size_after\";i:13946;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3502;s:11:\"size_before\";i:87461;s:10:\"size_after\";i:83959;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5745;s:10:\"size_after\";i:5745;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:2399;s:11:\"size_before\";i:56051;s:10:\"size_after\";i:53652;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(12241,5031,'_wp_attachment_image_alt','Machine-Learning'),(12242,5032,'_wp_attached_file','2021/07/blog-post04-1.jpg'),(12243,5032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post04-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post04-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post04-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post04-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post04-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12244,5032,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.996542190036887820525635106605477631092071533203125;s:5:\"bytes\";i:4411;s:11:\"size_before\";i:147203;s:10:\"size_after\";i:142792;s:4:\"time\";d:0.1999999999999999833466546306226518936455249786376953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:339;s:11:\"size_before\";i:13719;s:10:\"size_after\";i:13380;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:77803;s:10:\"size_after\";i:75442;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5596;s:10:\"size_after\";i:5596;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:50085;s:10:\"size_after\";i:48374;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(12245,5032,'_wp_attachment_image_alt','Digital-Currencies'),(12246,5033,'_wp_attached_file','2021/07/blog-post05-1.jpg'),(12247,5033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post05-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post05-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post05-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post05-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post05-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12248,5033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.82924590455181412806950902449898421764373779296875;s:5:\"bytes\";i:3822;s:11:\"size_before\";i:135089;s:10:\"size_after\";i:131267;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:354;s:11:\"size_before\";i:12921;s:10:\"size_after\";i:12567;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1945;s:11:\"size_before\";i:69837;s:10:\"size_after\";i:67892;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5154;s:10:\"size_after\";i:5154;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:47177;s:10:\"size_after\";i:45654;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(12249,5033,'_wp_attachment_image_alt','Local-Currency-Help'),(12250,5034,'_wp_attached_file','2021/07/blog-post06-1.jpg'),(12251,5034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2021/07/blog-post06-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-post06-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-post06-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-post06-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-post06-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12252,5034,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6166921228686010891806290601380169391632080078125;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:111957;s:10:\"size_after\";i:110147;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:131;s:11:\"size_before\";i:10739;s:10:\"size_after\";i:10608;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:925;s:11:\"size_before\";i:57914;s:10:\"size_after\";i:56989;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4528;s:10:\"size_after\";i:4528;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:754;s:11:\"size_before\";i:38776;s:10:\"size_after\";i:38022;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12253,5034,'_wp_attachment_image_alt',''),(12254,5027,'_thumbnail_id','5028'),(12256,5027,'_yoast_wpseo_focuskw','recurring payments'),(12257,5027,'_yoast_wpseo_title','7 Ways To Nip The Cause Of Late Recurring Payments In The Bud'),(12258,5027,'_yoast_wpseo_metadesc','Late payment of the subscription fee will bring forth various cash flow issues for you. Devise pragmatics policies to get your recurring payments on time.'),(12259,5027,'_yoast_wpseo_linkdex','65'),(12260,5027,'_yoast_wpseo_content_score','30'),(12261,5027,'_yoast_wpseo_primary_category','302'),(12262,5036,'_edit_last','1'),(12263,5036,'_edit_lock','1627654843:1'),(12264,5037,'_wp_attached_file','2021/07/SaaS-Subscription.jpg'),(12265,5037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2021/07/SaaS-Subscription.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SaaS-Subscription-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SaaS-Subscription-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SaaS-Subscription-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"SaaS-Subscription-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12266,5037,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.326008847056652228957318584434688091278076171875;s:5:\"bytes\";i:5767;s:11:\"size_before\";i:173391;s:10:\"size_after\";i:167624;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:335;s:11:\"size_before\";i:16481;s:10:\"size_after\";i:16146;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:3235;s:11:\"size_before\";i:88712;s:10:\"size_after\";i:85477;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7901;s:10:\"size_after\";i:7901;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:60297;s:10:\"size_after\";i:58100;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(12267,5037,'_wp_attachment_image_alt','SaaS-Subscription'),(12268,5036,'_thumbnail_id','5037'),(12270,5036,'_yoast_wpseo_focuskw','SaaS'),(12271,5036,'_yoast_wpseo_title','Challenges Of Recurring Revenue And The SaaS Business’ Growth'),(12272,5036,'_yoast_wpseo_metadesc','Many challenges can affect the flow of your revenue stream. Adopt an AI-based SaaS subscription management software and fight them.'),(12273,5036,'_yoast_wpseo_linkdex','71'),(12274,5036,'_yoast_wpseo_content_score','30'),(12275,5036,'_yoast_wpseo_primary_category','3'),(12281,5042,'_edit_last','1'),(12282,5042,'_edit_lock','1628083783:1'),(12283,5043,'_wp_attached_file','2021/08/Gen-Z.jpg'),(12284,5043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2021/08/Gen-Z.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Gen-Z-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Gen-Z-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Gen-Z-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Gen-Z-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12285,5043,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9631773456144241407628214801661670207977294921875;s:5:\"bytes\";i:7689;s:11:\"size_before\";i:194011;s:10:\"size_after\";i:186322;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:481;s:11:\"size_before\";i:17613;s:10:\"size_after\";i:17132;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4423;s:11:\"size_before\";i:101594;s:10:\"size_after\";i:97171;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8144;s:10:\"size_after\";i:8144;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:66660;s:10:\"size_after\";i:63875;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12286,5043,'_wp_attachment_image_alt','Gen-Z-subscribers'),(12287,5042,'_thumbnail_id','5043'),(12289,5042,'_yoast_wpseo_focuskw','Gen Z'),(12290,5042,'_yoast_wpseo_title','5 Graving Challenges And Their Solutions To Retain Gen Z Subscribers'),(12291,5042,'_yoast_wpseo_metadesc','If Gen Z customer churn is worrisome for you, then try managing your customer base through a reliable free subscription management system.'),(12292,5042,'_yoast_wpseo_linkdex','73'),(12293,5042,'_yoast_wpseo_content_score','30'),(12294,5042,'_yoast_wpseo_primary_category','5'),(12299,2931,'_yoast_wpseo_title','Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2021'),(12301,5047,'_edit_last','1'),(12302,5047,'_edit_lock','1628683009:1'),(12303,5048,'_wp_attached_file','2021/08/esports-subscriptions-management.jpg'),(12304,5048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2021/08/esports-subscriptions-management.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"esports-subscriptions-management-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"esports-subscriptions-management-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"esports-subscriptions-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"esports-subscriptions-management-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12305,5048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.708715571131936616922075700131244957447052001953125;s:5:\"bytes\";i:4931;s:11:\"size_before\";i:182042;s:10:\"size_after\";i:177111;s:4:\"time\";d:0.2400000000000000188737914186276611872017383575439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:329;s:11:\"size_before\";i:17920;s:10:\"size_after\";i:17591;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2879;s:11:\"size_before\";i:94109;s:10:\"size_after\";i:91230;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8140;s:10:\"size_after\";i:8140;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:61873;s:10:\"size_after\";i:60150;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(12306,5048,'_wp_attachment_image_alt','esports-subscriptions-management'),(12307,5047,'_thumbnail_id','5048'),(12309,5047,'_yoast_wpseo_focuskw','Esports'),(12310,5047,'_yoast_wpseo_title','Your Revenue Streams With Esports & Gaming Subscriptions'),(12311,5047,'_yoast_wpseo_metadesc','Esports subscription management software can prove to be your key to open the door to earn more revenue from more than one revenue stream.'),(12312,5047,'_yoast_wpseo_linkdex','79'),(12313,5047,'_yoast_wpseo_content_score','30'),(12314,5047,'_yoast_wpseo_primary_category','3'),(12319,5054,'_edit_last','1'),(12320,5054,'_edit_lock','1628519118:1'),(12321,5055,'_wp_attached_file','2021/08/Recurring-Payments-Explained.jpg'),(12322,5055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/08/Recurring-Payments-Explained.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Recurring-Payments-Explained-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Recurring-Payments-Explained-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Recurring-Payments-Explained-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Recurring-Payments-Explained-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12323,5055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8426499639290987442308278332347981631755828857421875;s:5:\"bytes\";i:2733;s:11:\"size_before\";i:148319;s:10:\"size_after\";i:145586;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.81999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:123;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:14847;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:76260;s:10:\"size_after\";i:74692;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7029;s:10:\"size_after\";i:7029;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:50060;s:10:\"size_after\";i:49018;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(12324,5055,'_wp_attachment_image_alt','Recurring-Payments-Explained'),(12325,5054,'_thumbnail_id','5055'),(12327,5054,'_yoast_wpseo_focuskw','recurring payment'),(12328,5054,'_yoast_wpseo_title','Recurring Payments Management—What Should Be Your Strategy to Fight Necessary Evils of Chargebacks & Friendly-Frauds'),(12329,5054,'_yoast_wpseo_metadesc','An efficient automated recurring payment system can help you get your payments in time and avoid all billing disputes.'),(12330,5054,'_yoast_wpseo_linkdex','58'),(12331,5054,'_yoast_wpseo_content_score','60'),(12332,5054,'_ez-toc-disabled','1'),(12333,5054,'_ez-toc-insert',''),(12334,5054,'_ez-toc-heading-levels','a:5:{i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;}'),(12335,5054,'_ez-toc-alttext',''),(12336,5054,'_ez-toc-exclude',''),(12337,5054,'_yoast_wpseo_primary_category','302'),(12339,5060,'_wp_attached_file','2021/08/Subscription-Marketing.jpg'),(12340,5060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2021/08/Subscription-Marketing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Subscription-Marketing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Subscription-Marketing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Subscription-Marketing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Subscription-Marketing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12341,5060,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.08351484224282756940738181583583354949951171875;s:5:\"bytes\";i:3348;s:11:\"size_before\";i:160690;s:10:\"size_after\";i:157342;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:237;s:11:\"size_before\";i:15574;s:10:\"size_after\";i:15337;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1943;s:11:\"size_before\";i:83106;s:10:\"size_after\";i:81163;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7806;s:10:\"size_after\";i:7806;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:54204;s:10:\"size_after\";i:53036;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(12342,5060,'_wp_attachment_image_alt','Subscription-Marketing'),(12343,5062,'_edit_last','1'),(12344,5062,'_edit_lock','1628691869:1'),(12345,5062,'_thumbnail_id','5060'),(12347,5062,'_yoast_wpseo_focuskw','Subscription Marketing'),(12348,5062,'_yoast_wpseo_title','6 Small Tools to Manage Your Subscription Marketing'),(12349,5062,'_yoast_wpseo_metadesc','To market subscription services or products, you need innovative subscription marketing tactics and the best marketing tools.'),(12350,5062,'_yoast_wpseo_linkdex','69'),(12351,5062,'_yoast_wpseo_content_score','30'),(12352,5062,'_yoast_wpseo_primary_category','3'),(12353,5064,'_edit_last','1'),(12354,5064,'_edit_lock','1628866022:1'),(12356,5064,'_yoast_wpseo_title','Best Of The Business Solutions Available At SubscriptionFlow Marketplace'),(12357,5064,'_yoast_wpseo_metadesc','Integrate your subscription handling software with the right applications, and boost the performance of your system and business as well.'),(12358,5064,'_yoast_wpseo_content_score','30'),(12359,5064,'_yoast_wpseo_primary_category','5'),(12360,5066,'_wp_attached_file','2021/08/Subscription-Management-Software-for-Shopify.jpg'),(12361,5066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:56:\"2021/08/Subscription-Management-Software-for-Shopify.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Subscription-Management-Software-for-Shopify-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Subscription-Management-Software-for-Shopify-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12362,5066,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.21256751121372730040093301795423030853271484375;s:5:\"bytes\";i:6317;s:11:\"size_before\";i:196634;s:10:\"size_after\";i:190317;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:373;s:11:\"size_before\";i:17966;s:10:\"size_after\";i:17593;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3724;s:11:\"size_before\";i:102771;s:10:\"size_after\";i:99047;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8045;s:10:\"size_after\";i:8045;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2220;s:11:\"size_before\";i:67852;s:10:\"size_after\";i:65632;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}}}'),(12363,5066,'_wp_attachment_image_alt','Subscription-Management-Software-for-Shopify'),(12364,5064,'_thumbnail_id','5066'),(12367,5064,'_yoast_wpseo_focuskw','Business Solutions'),(12368,5064,'_yoast_wpseo_linkdex','61'),(12369,5067,'_edit_last','1'),(12370,5067,'_edit_lock','1629180879:1'),(12371,5068,'_wp_attached_file','2021/08/Best-Magazine-Subscription-Management-Software.jpg'),(12372,5068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:58:\"2021/08/Best-Magazine-Subscription-Management-Software.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Best-Magazine-Subscription-Management-Software-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Best-Magazine-Subscription-Management-Software-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Best-Magazine-Subscription-Management-Software-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Best-Magazine-Subscription-Management-Software-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12373,5068,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.027652210096272167305642142309807240962982177734375;s:5:\"bytes\";i:6403;s:11:\"size_before\";i:211484;s:10:\"size_after\";i:205081;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:495;s:11:\"size_before\";i:19470;s:10:\"size_after\";i:18975;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:3445;s:11:\"size_before\";i:109514;s:10:\"size_after\";i:106069;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:45;s:11:\"size_before\";i:9338;s:10:\"size_after\";i:9293;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2418;s:11:\"size_before\";i:73162;s:10:\"size_after\";i:70744;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(12374,5068,'_wp_attachment_image_alt','Best-Magazine-Subscription-Management-Software'),(12375,5067,'_thumbnail_id','5068'),(12377,5067,'_yoast_wpseo_focuskw','Magazine'),(12378,5067,'_yoast_wpseo_title','Combat Fake News, Get News From Reliable Sources, PAY FOR NEWSPAPER AND MAGAZINE SUBSCRIPTIONS'),(12379,5067,'_yoast_wpseo_metadesc','If you want to continue having more readers for your digital magazine and newspaper, get magazine subscription management software.'),(12380,5067,'_yoast_wpseo_linkdex','71'),(12381,5067,'_yoast_wpseo_content_score','30'),(12382,5067,'_wp_old_slug','getnews-from-reliable-sources-pay-for-newspaper-and-magazine'),(12383,5067,'_yoast_wpseo_primary_category','3'),(12385,5070,'_edit_last','1'),(12386,5070,'_edit_lock','1629454931:1'),(12388,5070,'_yoast_wpseo_focuskw','Hosted Payment'),(12389,5070,'_yoast_wpseo_title','Everything You Need to Know About Hosted Payment Pages'),(12390,5070,'_yoast_wpseo_metadesc','If you want to offer your subscribers secure, quick, and easy online recurring payment options, integrate hosted payment pages with your website.'),(12391,5070,'_yoast_wpseo_linkdex','56'),(12392,5070,'_yoast_wpseo_content_score','30'),(12393,5070,'_yoast_wpseo_primary_category','302'),(12394,5072,'_wp_attached_file','2021/08/Hosted-Payment.jpg'),(12395,5072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2021/08/Hosted-Payment.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Hosted-Payment-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Hosted-Payment-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Hosted-Payment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Hosted-Payment-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12396,5072,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.149784016601568481519279885105788707733154296875;s:5:\"bytes\";i:5024;s:11:\"size_before\";i:159503;s:10:\"size_after\";i:154479;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:263;s:11:\"size_before\";i:15358;s:10:\"size_after\";i:15095;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2827;s:11:\"size_before\";i:81070;s:10:\"size_after\";i:78243;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7487;s:10:\"size_after\";i:7487;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:55588;s:10:\"size_after\";i:53654;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(12397,5072,'_wp_attachment_image_alt','Hosted-Payment-pages'),(12398,5070,'_thumbnail_id','5072'),(12403,5075,'_edit_last','1'),(12404,5075,'_edit_lock','1629719790:1'),(12405,5076,'_wp_attached_file','2021/08/Top-Payment-Gateways-for-Recurring-Payments.jpg'),(12406,5076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2021/08/Top-Payment-Gateways-for-Recurring-Payments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Top-Payment-Gateways-for-Recurring-Payments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Top-Payment-Gateways-for-Recurring-Payments-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Top-Payment-Gateways-for-Recurring-Payments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Top-Payment-Gateways-for-Recurring-Payments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12407,5076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.582138467841048612427812258829362690448760986328125;s:5:\"bytes\";i:6558;s:11:\"size_before\";i:183075;s:10:\"size_after\";i:176517;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:367;s:11:\"size_before\";i:16923;s:10:\"size_after\";i:16556;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:94150;s:10:\"size_after\";i:90484;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8388;s:10:\"size_after\";i:8388;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2525;s:11:\"size_before\";i:63614;s:10:\"size_after\";i:61089;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(12408,5076,'_wp_attachment_image_alt','Top-Payment-Gateways-for-Recurring-Payments'),(12409,5075,'_thumbnail_id','5076'),(12411,5075,'_wpb_vc_js_status','false'),(12412,5075,'_yoast_wpseo_focuskw','Payment Gateways'),(12413,5075,'_yoast_wpseo_title','Top Payment Gateways For Recurring Payments In Europe In 2021-2022'),(12414,5075,'_yoast_wpseo_metadesc','If you are passionate to lead the subscription business market, then nothing can help you more than top payment gateways for recurring payments.'),(12415,5075,'_yoast_wpseo_linkdex','71'),(12416,5075,'_yoast_wpseo_content_score','60'),(12417,5075,'_yoast_wpseo_primary_category','302'),(12418,5079,'_wp_attached_file','2021/08/SalesOps-and-RevOps.jpg'),(12419,5079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2021/08/SalesOps-and-RevOps.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"SalesOps-and-RevOps-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SalesOps-and-RevOps-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SalesOps-and-RevOps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"SalesOps-and-RevOps-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12420,5079,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.422402943169716049709450089721940457820892333984375;s:5:\"bytes\";i:6363;s:11:\"size_before\";i:185922;s:10:\"size_after\";i:179559;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:495;s:11:\"size_before\";i:17459;s:10:\"size_after\";i:16964;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:95716;s:10:\"size_after\";i:92242;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.320000000000000006661338147750939242541790008544921875;s:5:\"bytes\";i:27;s:11:\"size_before\";i:8432;s:10:\"size_after\";i:8405;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2367;s:11:\"size_before\";i:64315;s:10:\"size_after\";i:61948;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(12421,5079,'_wp_attachment_image_alt','SalesOps-and-RevOps'),(12422,5078,'_edit_last','1'),(12423,5078,'_edit_lock','1629968361:1'),(12424,5078,'_thumbnail_id','5079'),(12426,5078,'_wpb_vc_js_status','false'),(12427,5078,'_yoast_wpseo_focuskw','SalesOps and RevOps'),(12428,5078,'_yoast_wpseo_title','How To Manage The SalesOps And RevOps Of A Subscription Business'),(12429,5078,'_yoast_wpseo_metadesc','If you offer subscription services, then oil the wheels of your business by opting for SlaesOps and RevOps and improve your recurring sales and recurring revenue.'),(12430,5078,'_yoast_wpseo_linkdex','65'),(12431,5078,'_yoast_wpseo_content_score','60'),(12432,5078,'_yoast_wpseo_primary_category','182'),(12435,5084,'_edit_last','1'),(12436,5084,'_edit_lock','1630476289:1'),(12437,5085,'_wp_attached_file','2021/08/Subscription-Services.jpg'),(12438,5085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2021/08/Subscription-Services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Subscription-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Subscription-Services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Subscription-Services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Subscription-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12439,5085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.84928331945725776819244856596924364566802978515625;s:5:\"bytes\";i:5065;s:11:\"size_before\";i:177764;s:10:\"size_after\";i:172699;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:367;s:11:\"size_before\";i:17737;s:10:\"size_after\";i:17370;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2830;s:11:\"size_before\";i:89770;s:10:\"size_after\";i:86940;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:17;s:11:\"size_before\";i:9114;s:10:\"size_after\";i:9097;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1851;s:11:\"size_before\";i:61143;s:10:\"size_after\";i:59292;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(12440,5085,'_wp_attachment_image_alt','Subscription-Management-Services'),(12441,5084,'_thumbnail_id','5085'),(12443,5084,'_wpb_vc_js_status','false'),(12444,5084,'_yoast_wpseo_focuskw','Subscription Software'),(12445,5084,'_yoast_wpseo_title','Subscription Software And The Scope Of Recurring Billing Management'),(12446,5084,'_yoast_wpseo_metadesc','If you offer subscription services, shift your system to a vigorous subscription management system that can help you thrive even in the future.'),(12447,5084,'_yoast_wpseo_linkdex','73'),(12448,5084,'_yoast_wpseo_content_score','30'),(12449,5084,'_yoast_wpseo_primary_category','5'),(12455,5092,'_edit_last','1'),(12456,5092,'_edit_lock','1630506499:1'),(12457,5093,'_wp_attached_file','2021/09/Subscription-Management-Software-for-small-businesses.jpg'),(12458,5093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:65:\"2021/09/Subscription-Management-Software-for-small-businesses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Subscription-Management-Software-for-small-businesses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Subscription-Management-Software-for-small-businesses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Subscription-Management-Software-for-small-businesses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Subscription-Management-Software-for-small-businesses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12459,5093,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.619543130068573422164490693830884993076324462890625;s:5:\"bytes\";i:4267;s:11:\"size_before\";i:162891;s:10:\"size_after\";i:158624;s:4:\"time\";d:0.4299999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:249;s:11:\"size_before\";i:15998;s:10:\"size_after\";i:15749;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2375;s:11:\"size_before\";i:82739;s:10:\"size_after\";i:80364;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7830;s:10:\"size_after\";i:7830;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1643;s:11:\"size_before\";i:56324;s:10:\"size_after\";i:54681;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(12460,5093,'_wp_attachment_image_alt','Subscription-Management-Software-for-small-businesses'),(12461,5092,'_thumbnail_id','5093'),(12463,5092,'_wpb_vc_js_status','false'),(12464,5092,'_yoast_wpseo_focuskw','Subscription Management'),(12465,5092,'_yoast_wpseo_title','Uncovering The Facts About Subscription Ecosystem'),(12466,5092,'_yoast_wpseo_metadesc','Enter the subscription business market with the right plan and the right subscription management platform to become the market leader.'),(12467,5092,'_yoast_wpseo_linkdex','59'),(12468,5092,'_yoast_wpseo_content_score','90'),(12469,5092,'_yoast_wpseo_primary_category','5'),(12470,5095,'_wpb_shortcodes_custom_css','.vc_custom_1551425613683{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1569398731278{background-color: #ffffff !important;}.vc_custom_1569397908470{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}.vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589269423086{margin-top: 25px !important;}.vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1607496629670{margin-top: 25px !important;}.vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}.vc_custom_1589268964805{margin-top: 25px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12471,5096,'_wp_attached_file','2021/09/playbtn.png'),(12472,5096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:19:\"2021/09/playbtn.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"playbtn-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12473,5096,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.66855524079320360897327191196382045745849609375;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:8825;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:8825;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(12474,5096,'_edit_lock','1630591984:1'),(12475,5097,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12476,5098,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12477,3728,'_edit_lock','1630663015:1'),(12478,4507,'_edit_lock','1630663592:1'),(12479,5099,'_wp_attached_file','2021/09/main-slider-img.png'),(12480,5099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:970;s:4:\"file\";s:27:\"2021/09/main-slider-img.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"main-slider-img-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"main-slider-img-1024x518.png\";s:5:\"width\";i:1024;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"main-slider-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"main-slider-img-768x388.png\";s:5:\"width\";i:768;s:6:\"height\";i:388;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"main-slider-img-1536x776.png\";s:5:\"width\";i:1536;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12481,5099,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.327729191264324981602840125560760498046875;s:5:\"bytes\";i:43360;s:11:\"size_before\";i:282886;s:10:\"size_after\";i:239526;s:4:\"time\";d:4.20999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:13813;s:10:\"size_after\";i:12194;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:12208;s:11:\"size_before\";i:77946;s:10:\"size_after\";i:65738;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:616;s:11:\"size_before\";i:6740;s:10:\"size_after\";i:6124;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7545;s:11:\"size_before\";i:51068;s:10:\"size_after\";i:43523;s:4:\"time\";d:0.70999999999999996447286321199499070644378662109375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:21372;s:11:\"size_before\";i:133319;s:10:\"size_after\";i:111947;s:4:\"time\";d:2.62000000000000010658141036401502788066864013671875;}}}'),(12482,5099,'_wp_attachment_image_alt','main-subscriptionflow-slider'),(12483,5100,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12484,5101,'_edit_last','1'),(12485,5101,'_edit_lock','1630913401:1'),(12486,5102,'_wp_attached_file','2021/09/online-language-learning.jpg'),(12487,5102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2021/09/online-language-learning.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"online-language-learning-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"online-language-learning-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"online-language-learning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"online-language-learning-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12488,5102,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.27894390367693944199345423839986324310302734375;s:5:\"bytes\";i:6525;s:11:\"size_before\";i:198997;s:10:\"size_after\";i:192472;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:441;s:11:\"size_before\";i:18291;s:10:\"size_after\";i:17850;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:102033;s:10:\"size_after\";i:98488;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.190000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:16;s:11:\"size_before\";i:8630;s:10:\"size_after\";i:8614;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2523;s:11:\"size_before\";i:70043;s:10:\"size_after\";i:67520;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(12489,5102,'_wp_attachment_image_alt','online-language-learning'),(12490,5101,'_thumbnail_id','5102'),(12492,5101,'_wpb_vc_js_status','false'),(12493,5101,'_yoast_wpseo_focuskw','Learning Subscription'),(12494,5101,'_yoast_wpseo_title','Online Language Learning Subscription Business Scope'),(12495,5101,'_yoast_wpseo_metadesc','Considering billing models for online language courses? Opt for a subscription business model for online education services and online language services.'),(12496,5101,'_yoast_wpseo_linkdex','69'),(12497,5101,'_yoast_wpseo_content_score','30'),(12498,5101,'_yoast_wpseo_primary_category','3'),(12502,5105,'_wp_attached_file','2021/09/slider-main-img.png'),(12503,5105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1527;s:6:\"height\";i:951;s:4:\"file\";s:27:\"2021/09/slider-main-img.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"slider-main-img-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"slider-main-img-1024x638.png\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"slider-main-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"slider-main-img-768x478.png\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12504,5105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.20520035379371392991743050515651702880859375;s:5:\"bytes\";i:31330;s:11:\"size_before\";i:193333;s:10:\"size_after\";i:162003;s:4:\"time\";d:0.9199999999999999289457264239899814128875732421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2623;s:11:\"size_before\";i:17598;s:10:\"size_after\";i:14975;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:16232;s:11:\"size_before\";i:99711;s:10:\"size_after\";i:83479;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:761;s:11:\"size_before\";i:7057;s:10:\"size_after\";i:6296;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:11714;s:11:\"size_before\";i:68967;s:10:\"size_after\";i:57253;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}}}'),(12505,5105,'_wp_attachment_image_alt','slider-main'),(12506,5106,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12513,5109,'_edit_last','1'),(12514,5109,'_edit_lock','1631024417:1'),(12515,5110,'_wp_attached_file','2021/09/SaaS-Product-Experience.jpg'),(12516,5110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2021/09/SaaS-Product-Experience.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SaaS-Product-Experience-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SaaS-Product-Experience-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SaaS-Product-Experience-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SaaS-Product-Experience-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12517,5110,'_wp_attachment_image_alt','SaaS-Product-Experience'),(12518,5109,'_thumbnail_id','5110'),(12520,5109,'_wpb_vc_js_status','false'),(12521,5109,'_yoast_wpseo_focuskw','Subscription Business'),(12522,5109,'_yoast_wpseo_title','An ultimate guide to managing your Product Experience and Its Impact on Overall Business Growth'),(12523,5109,'_yoast_wpseo_metadesc','Other than the best SaaS subscription software, you need to optimize the SaaS product experience to improve business growth.'),(12524,5109,'_yoast_wpseo_linkdex','64'),(12525,5109,'_yoast_wpseo_content_score','60'),(12526,5109,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12527,5109,'_yoast_wpseo_primary_category','345'),(12529,5115,'_edit_last','1'),(12530,5115,'_edit_lock','1631280211:1'),(12531,5116,'_wp_attached_file','2021/09/SaaS-pricing.jpg'),(12532,5116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2021/09/SaaS-pricing.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SaaS-pricing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SaaS-pricing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SaaS-pricing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SaaS-pricing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12533,5116,'_wp_attachment_image_alt','SaaS-pricing'),(12534,5117,'_wp_attached_file','2021/09/SaaS-Business.jpg'),(12535,5117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2021/09/SaaS-Business.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SaaS-Business-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"SaaS-Business-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SaaS-Business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"SaaS-Business-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"SaaS-Business-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12536,5117,'_wp_attachment_image_alt','Process of Deriving the Value-Based Pricing'),(12537,5115,'_thumbnail_id','5116'),(12539,5115,'_wpb_vc_js_status','false'),(12540,5115,'_yoast_wpseo_focuskw','SaaS Business'),(12541,5115,'_yoast_wpseo_title','Why Value-Based Pricing Approach Is Important For Your SaaS Business'),(12542,5115,'_yoast_wpseo_metadesc','Use your subscription management software to opt for the right pricing strategy for your recurring billing business.'),(12543,5115,'_yoast_wpseo_linkdex','60'),(12544,5115,'_yoast_wpseo_content_score','60'),(12545,5115,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12546,5115,'_yoast_wpseo_primary_category','159'),(12549,5121,'_edit_last','1'),(12550,5121,'_edit_lock','1631543196:1'),(12556,5121,'_wpb_vc_js_status','false'),(12557,5121,'_yoast_wpseo_focuskw','SaaS Subscription Businesses'),(12558,5121,'_yoast_wpseo_title','Lead Qualification Criteria For SaaS Subscription Businesses'),(12559,5121,'_yoast_wpseo_metadesc','Get help from experts and use your SaaS subscription software to set the right criteria for lead qualification.'),(12560,5121,'_yoast_wpseo_linkdex','62'),(12561,5121,'_yoast_wpseo_content_score','60'),(12562,5121,'_yoast_wpseo_estimated-reading-time-minutes','5'),(12563,5121,'_yoast_wpseo_primary_category','353'),(12570,5125,'_wp_attached_file','2021/09/saas-subscription-businesses-1.jpg'),(12571,5125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2021/09/saas-subscription-businesses-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"saas-subscription-businesses-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"saas-subscription-businesses-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"saas-subscription-businesses-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"saas-subscription-businesses-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12572,5125,'_wp_attachment_image_alt','saas-subscription-businesses'),(12573,5121,'_thumbnail_id','5125'),(12575,5126,'_edit_last','1'),(12576,5126,'_edit_lock','1631711268:1'),(12577,5127,'_wp_attached_file','2021/09/after-sales-services.jpg'),(12578,5127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2021/09/after-sales-services.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"after-sales-services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"after-sales-services-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"after-sales-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"after-sales-services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12579,5127,'_wp_attachment_image_alt','after-sales-services'),(12580,5126,'_thumbnail_id','5127'),(12582,5126,'_wpb_vc_js_status','false'),(12583,5126,'_yoast_wpseo_focuskw','After sales'),(12584,5126,'_yoast_wpseo_title','How After sales Services Can Help You Grow Subscription Business'),(12585,5126,'_yoast_wpseo_metadesc','After sales Services can lessen the concern of customer retention for subscription-based businesses. For effective strategy development, you can leverage Subscription management software data.'),(12586,5126,'_yoast_wpseo_linkdex','71'),(12587,5126,'_yoast_wpseo_content_score','30'),(12588,5126,'_yoast_wpseo_estimated-reading-time-minutes','5'),(12589,5126,'_yoast_wpseo_primary_category','353'),(12592,5133,'_edit_last','1'),(12593,5133,'_edit_lock','1631888792:1'),(12594,5134,'_wp_attached_file','2021/09/subscription-management-tool.jpg'),(12595,5134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2021/09/subscription-management-tool.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"subscription-management-tool-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"subscription-management-tool-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"subscription-management-tool-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"subscription-management-tool-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12596,5134,'_wp_attachment_image_alt','subscription-management-tool'),(12597,5133,'_thumbnail_id','5134'),(12599,5133,'_wpb_vc_js_status','false'),(12600,5133,'_yoast_wpseo_focuskw','Subscription Business'),(12601,5133,'_yoast_wpseo_title','How To Turn Your Subscription Business Into A Brand Through Email Marketing'),(12602,5133,'_yoast_wpseo_metadesc','Integrate your cloud-based subscription management software with the right tools to manage email marketing campaigns and subscription billing side by side.'),(12603,5133,'_yoast_wpseo_linkdex','67'),(12604,5133,'_yoast_wpseo_content_score','60'),(12605,5133,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12606,5133,'_yoast_wpseo_primary_category','353'),(12610,5140,'_edit_last','1'),(12611,5140,'_edit_lock','1632213021:1'),(12612,5141,'_wp_attached_file','2021/09/Self-Care-Self-Development-Courses.jpg'),(12613,5141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2021/09/Self-Care-Self-Development-Courses.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Self-Care-Self-Development-Courses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Self-Care-Self-Development-Courses-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Self-Care-Self-Development-Courses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Self-Care-Self-Development-Courses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12614,5141,'_wp_attachment_image_alt','Self-Care-&-Self-Development-Courses'),(12615,5140,'_thumbnail_id','5141'),(12617,5140,'_wpb_vc_js_status','false'),(12618,5140,'_yoast_wpseo_focuskw','Self-Care'),(12619,5140,'_yoast_wpseo_title','A step by step guide to build and sell self-development and care services'),(12620,5140,'_yoast_wpseo_metadesc','If you want to sell and earn recurring revenue from the subscriptions for your self-care and self-development course, then onboard a subscription management software.'),(12621,5140,'_yoast_wpseo_linkdex','70'),(12622,5140,'_yoast_wpseo_content_score','60'),(12623,5140,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12624,5140,'_yoast_wpseo_primary_category','3'),(12627,5144,'_edit_last','1'),(12628,5144,'_edit_lock','1632402380:1'),(12629,5145,'_wp_attached_file','2021/09/Recurring-Customers.jpg'),(12630,5145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2021/09/Recurring-Customers.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Recurring-Customers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Recurring-Customers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Recurring-Customers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Recurring-Customers-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12631,5145,'_wp_attachment_image_alt','Recurring-Customers'),(12632,5144,'_thumbnail_id','5145'),(12634,5144,'_wpb_vc_js_status','false'),(12635,5144,'_yoast_wpseo_focuskw','Recurring Customers'),(12636,5144,'_yoast_wpseo_title','How To Segment Your Recurring Customers & Unlock The Door To The Success'),(12637,5144,'_yoast_wpseo_metadesc','Sorting subscribers into the segment and creating a buyer persona can help businesses to increase subscription revenue with a targeted campaign and manage subscriptions.'),(12638,5144,'_yoast_wpseo_linkdex','60'),(12639,5144,'_yoast_wpseo_content_score','60'),(12640,5144,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12641,5144,'_yoast_wpseo_primary_category','5'),(12642,5148,'_edit_last','1'),(12643,5148,'_edit_lock','1632746835:1'),(12644,5149,'_wp_attached_file','2021/09/re-engage-dead-email-subscribers.jpg'),(12645,5149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2021/09/re-engage-dead-email-subscribers.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"re-engage-dead-email-subscribers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"re-engage-dead-email-subscribers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"re-engage-dead-email-subscribers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"re-engage-dead-email-subscribers-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12646,5149,'_wp_attachment_image_alt','re-engage-dead-email-subscribers'),(12648,5148,'_wpb_vc_js_status','false'),(12649,5148,'_yoast_wpseo_focuskw','Email Subscribers'),(12650,5148,'_yoast_wpseo_title','How To Re-Engage Your Dormant Email Subscribers'),(12651,5148,'_yoast_wpseo_metadesc','Do you want to re-engage your inactive subscribers? Use the performance of metrics that your subscription management system provides to identify dormant customers and come up with a robust strategy to bring them back to life.'),(12652,5148,'_yoast_wpseo_linkdex','65'),(12653,5148,'_yoast_wpseo_content_score','90'),(12654,5148,'_yoast_wpseo_estimated-reading-time-minutes','5'),(12655,5148,'_yoast_wpseo_primary_category','353'),(12656,5148,'_thumbnail_id','5149'),(12660,5152,'_edit_last','1'),(12661,5152,'_edit_lock','1633008866:1'),(12662,5153,'_wp_attached_file','2021/09/SF-Payments-Landing-page-Content.docx'),(12663,5154,'_wp_attached_file','2021/09/SF-Pakistan-Onsite-Content-Edit-About-Us.docx'),(12664,5155,'_wp_attached_file','2021/09/Subscription-Box.jpg'),(12665,5155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2021/09/Subscription-Box.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Subscription-Box-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Subscription-Box-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Subscription-Box-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Subscription-Box-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12666,5155,'_wp_attachment_image_alt','Subscription-Box'),(12667,5152,'_thumbnail_id','5155'),(12669,5152,'_wpb_vc_js_status','false'),(12670,5152,'_yoast_wpseo_focuskw','Subscription Box'),(12671,5152,'_yoast_wpseo_title','How To Come Up With The Best Beauty Subscription Box in 2021'),(12672,5152,'_yoast_wpseo_metadesc','Winter is the right time to position your products to attract customers. Here is a guide to help you create a subscription box and how to manage things with subscription management software.'),(12673,5152,'_yoast_wpseo_linkdex','67'),(12674,5152,'_yoast_wpseo_content_score','30'),(12675,5152,'_yoast_wpseo_estimated-reading-time-minutes','6'),(12676,5152,'_yoast_wpseo_primary_category','3'),(12677,5157,'_edit_last','1'),(12678,5157,'_edit_lock','1633529911:1'),(12679,5158,'_wp_attached_file','2021/10/Unsubscribe-Obstacles.jpg'),(12680,5158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2021/10/Unsubscribe-Obstacles.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Unsubscribe-Obstacles-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Unsubscribe-Obstacles-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Unsubscribe-Obstacles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Unsubscribe-Obstacles-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12681,5158,'_wp_attachment_image_alt','Unsubscribe-Obstacles'),(12682,5157,'_thumbnail_id','5158'),(12684,5157,'_wpb_vc_js_status','false'),(12685,5157,'_yoast_wpseo_focuskw','Unsubscribtion Obstacles'),(12686,5157,'_yoast_wpseo_title','A Step-By-Step Guide To Deal With The \'Unsubscribtion\' Obstacles'),(12687,5157,'_yoast_wpseo_metadesc','Unsubscription from services and subscription boxes can affect the revenue of subscription businesses. Here is a guide to help you navigate unsubscription issues using subscription management software.'),(12688,5157,'_yoast_wpseo_linkdex','62'),(12689,5157,'_yoast_wpseo_content_score','60'),(12690,5157,'_yoast_wpseo_estimated-reading-time-minutes','5'),(12691,5157,'_yoast_wpseo_primary_category','98'),(12699,5168,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}.vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12700,2176,'_yoast_wpseo_estimated-reading-time-minutes','8'),(12701,5171,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636723887810{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12702,5172,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636723887810{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12703,5173,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12704,31,'_wp_old_date','2019-02-21'),(12705,542,'_wp_old_date','2019-03-12'),(12706,286,'_wp_old_date','2019-03-01'),(12707,1495,'_wp_old_date','2019-07-15'),(12708,1469,'_wp_old_date','2019-07-11'),(12709,1514,'_wp_old_date','2019-07-15'),(12710,1303,'_wp_old_date','2019-07-03'),(12711,439,'_wp_old_date','2019-03-07'),(12712,1304,'_wp_old_date','2019-07-03'),(12713,1167,'_wp_old_date','2019-05-23'),(12714,1302,'_wp_old_date','2019-07-03'),(12715,438,'_wp_old_date','2019-03-07'),(12716,243,'_wp_old_date','2019-02-28'),(12717,2581,'_wp_old_date','2020-03-30'),(12718,2583,'_wp_old_date','2020-03-30'),(12719,3277,'_wp_old_date','2020-08-07'),(12720,1558,'_wp_old_date','2019-07-18'),(12721,26,'_wp_old_date','2019-02-21'),(12722,5174,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12723,5175,'_wpb_shortcodes_custom_css','.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1552309973606{padding-bottom: 100px !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}.vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}.vc_custom_1611324902047{padding-top: 60px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12724,5181,'_edit_last','1'),(12725,5181,'_edit_lock','1641283081:1'),(12726,5181,'_wp_page_template','default'),(12727,5181,'_wpb_vc_js_status','true'),(12728,5182,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12729,5181,'_yoast_wpseo_content_score','90'),(12730,5181,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12731,5181,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12732,5184,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12733,5185,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12734,5186,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12735,5187,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12736,5188,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12737,5189,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12738,5190,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12739,5191,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12740,5192,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12741,5193,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12742,5194,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12743,5195,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12744,5196,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12745,5197,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12746,5198,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12747,5199,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12748,5200,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12749,5202,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12750,5203,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12751,5204,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12752,5205,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12753,5206,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12754,5207,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12755,5208,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12756,5209,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12757,5210,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12758,5211,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12759,5212,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12760,5213,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12761,5214,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12762,5215,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12763,5216,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12764,5217,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12765,5218,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12766,5219,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12767,5220,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12768,5221,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12769,5222,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12770,5223,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12771,5224,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12772,5225,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12773,5226,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12774,5227,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12775,5228,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12776,5229,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12777,5230,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'),(12778,5231,'_wpb_shortcodes_custom_css','.vc_custom_1587981636048{background-color: #ededed !important;}.vc_custom_1551273829704{padding-bottom: 2vh !important;}.vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}.vc_custom_1639657857649{padding-right: 40px !important;}.vc_custom_1551940778856{padding-top: 0px !important;}'); /*!40000 ALTER TABLE `_HTO_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_posts` -- DROP TABLE IF EXISTS `_HTO_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=5232 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_posts` -- LOCK TABLES `_HTO_posts` WRITE; /*!40000 ALTER TABLE `_HTO_posts` DISABLE KEYS */; INSERT INTO `_HTO_posts` VALUES (3,1,'2019-02-21 06:50:06','2019-02-21 06:50:06','<p>[vc_row css=\".vc_custom_1607693549995{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh pt-main-heading\"][vc_column][vc_custom_heading text=\"SubscriptionFlow Privacy Notice\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" el_class=\"landing-page-heading\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong>Effective Date: November 05, 2020</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_column_text]This privacy policy applies to those who visit <a href=\"https://staging.subscriptionflow.com/\">subscriptionflow.com</a> as well as customers, excluding end-users of our billing and subscription platform, tools, and services that are owned and operated by TECHLOYCE LLC. (“We”, “Us” or “Our”). Thank you for choosing to be part of our community. We are committed to protecting your personal information and your right to privacy.</p>\r\n<p>If you have any questions or concerns about this privacy notice or our practices with regards to your personal information, please contact us at <a href=\"mailto:privacy@staging.subscriptionflow.com\">privacy@staging.subscriptionflow.com</a>. This privacy policy describes how Chargebee collects, uses, and shares the personal information you provide to us. It also describes the choices available to you regarding the use of, your access to, and how to update and correct your personal information. The use of information collected through our products and services shall be limited to the purpose of providing the products and services for which our customer has contracted with Chargebee.</p>\r\n<p>If there are any questions regarding this privacy policy, the practices of this website, or your dealings with this website or in relation to any privacy or data protection issues through the above email address <a href=\"mailto:privacy@staging.subscriptionflow.com\">privacy@staging.subscriptionflow.com</a>.</p>\r\n<p><strong>Please read this privacy notice carefully as it will help you understand what we do with the information that we collect.</strong> <strong>Consent</strong> By using our website, you hereby consent to our Privacy Policy and agree to its terms.<br />\r\nFor our Terms and Conditions, please visit the <strong><a href=\"https://staging.subscriptionflow.com/terms-and-conditions/\"> Terms of Service </a></strong>. <strong>Key Terms of Our Privacy Policy</strong>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"WHAT INFORMATION DO WE COLLECT?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]<strong>Personal Information Provided by You</strong> We collect personal information that you voluntarily provide to us when you register on the Website, express an interest in obtaining information about us or our products and Services when you participate in activities on the Website or otherwise when you contact us. The personal information that we collect depends on the context of your interactions with us and the Website, the choices you make, and the products and features you use. The personal information we collect may include the following:</p>\r\n<ul>\r\n<li><strong>Account Information</strong></li>\r\n</ul>\r\n<p>We collect names; phone numbers; email addresses; mailing addresses; job titles; usernames; passwords; contact preferences; and contact details.</p>\r\n<ul>\r\n<li><strong>Billing Information</strong></li>\r\n</ul>\r\n<p>We collect billing addresses; debit/credit card numbers; account number; account passwords; and other similar information.</p>\r\n<ul>\r\n<li><strong>Credit Card Information</strong></li>\r\n</ul>\r\n<p>We collect credit card information such as First Name, Last Name, full PAN, and Card Address.<br />\r\nAll personal information that you provide to us must be true, complete, and accurate, and you must notify us of any changes to such personal information.</p>\r\n<ul>\r\n<li><strong>Information Automatically Collected</strong></li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"WHY DO WE COLLECT THE INFORMATION?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]In most cases, we collect your information based on your intention to avail of a particular service from us or to make a payment transaction using our platform. We process your information with your consent or with the need to perform a contract that we may have with you.</p>\r\n<p>Therefore, our processing in many cases occurs based on your consent or the need to perform a contract that we may have with you (also on behalf of your end-users). However, in addition to the collection based on consent, there are other bases on which we may collect or process your information. These are as follows:</p>\r\n<p>[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]</p>\r\n<ul class=\"f-regular\">\r\n<li>To manage user accounts</li>\r\n<li>To send administrative information to you</li>\r\n<li>To protect our Services</li>\r\n<li>To enforce our terms, conditions, and policies for business purposes, to comply with legal and regulatory requirements, or in connection with our contract.</li>\r\n<li>To respond to legal requests and prevent harm</li>\r\n<li>Manage Your Accounts</li>\r\n<li>To deliver and facilitate the delivery of services to the user</li>\r\n<li>To respond to user inquiries/offer support to users</li>\r\n<li>To send you marketing and promotional communications</li>\r\n<li>For other business purposes</li>\r\n</ul>\r\n<p>[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"HOW DO WE PROTECT YOUR INFORMATION?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]We have implemented appropriate technical and organizational security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other unauthorized third parties will not be able to defeat our security, and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, the transmission of personal information to and from our Website is at your own risk. You should only access the Website within a secure environment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"DO WE USE COOKIES?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]The information we collect includes:</p>\r\n<p>[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]</p>\r\n<ul class=\"f-regular\">\r\n<li><em><strong>Log and Usage Data: </strong></em>Log and usage data is service-related, diagnostic, usage, and performance information our servers automatically collect when you access or use our Website and which we record in log files.</li>\r\n<li><em><strong>Device Data: </strong></em>We collect device data such as information about your computer, phone, tablet, or another device you use to access the Website.</li>\r\n<li><em><strong>Location Data: </strong></em>We collect location data such as information about your device\'s location, which can be either precise or imprecise. How much information we collect depends on the type and settings of the device you use to access the Website.</li>\r\n</ul>\r\n<p>[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"DO WE SHARE YOUR INFORMATION?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]We do not sell, trade, or otherwise transfer to outside parties your personal information. We will share your personal information with third parties only in the ways that are described in this privacy policy. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"Service Providers\" use_theme_fonts=\"yes\"][vc_column_text]We may provide your personal information to third-party services providers companies that provide services to help us with our business activities such as offering customer service or processing your payment. These companies are authorized to use your personal information only as necessary to provide these services to us.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"Legal Obligations\" use_theme_fonts=\"yes\"][vc_column_text]We may also disclose your personal information as required by law, such as to comply with a subpoena or similar legal process when we believe in good faith that disclosure is necessary to protect our rights, protect your safety or the safety of others, investigate fraud, or respond to a government request. If SubscriptionFlow is involved in a merger, acquisition, or sale of all or a portion of its assets, you will be notified via email and/or a prominent notice on our website, of any change in ownership, uses of your personal information, and choices you may have regarding your personal information. We may also disclose your personal information to any other third party with your prior consent.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"HOW LONG DO WE KEEP YOUR INFORMATION?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]We will only keep your personal information for as long as it is necessary for the purposes set out in this privacy notice unless a longer retention period is required or permitted by law (such as tax, accounting, or other legal requirements). No purpose in this notice will require us to keep your personal information for longer than the period of time in which users have an account with us.</p>\r\n<p>When we have no ongoing legitimate business need to process your personal information, we will either delete or anonymize such information or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible.</p>\r\n<p>You can ask for the deletion of your personal information. If you ask us to delete your personal information, we will respect your request and delete your personal information, subject to certain exceptions provided by law, such as (but not limited to) the exercise by another consumer of his or her right to free speech, our compliance requirements resulting from a legal obligation or any processing that may be required to protect against illegal activities.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"WHAT ARE YOUR PRIVACY RIGHTS?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]n some regions (like the European Economic Area), you have certain rights under applicable data protection laws.</p>\r\n<p>These may include the right;</p>\r\n<p>(i) to request access and obtain a copy of your personal information, (ii) to request rectification or erasure; (iii) to restrict the processing of your personal information; and (iv) if applicable, to data portability. In certain circumstances, you may also have the right to object to the processing of your personal information. To make such a request, please use the contact details provided below. We will consider and act upon any request in accordance with applicable data protection laws.</p>\r\n<p>If we are relying on your consent to process your personal information, you have the right to withdraw your consent at any time. Please note however that this will not affect the lawfulness of the processing before its withdrawal, nor will it affect the processing of your personal information conducted in reliance on lawful processing grounds other than consent.</p>\r\n<p>If you are a resident in the European Economic Area and you believe we are unlawfully processing your personal information, you also have the right to complain to your local data protection supervisory authority. You can find their contact details here: <a href=\"http://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm\">http://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm</a>.</p>\r\n<p>If you are a resident in Switzerland, the contact details for the data protection authorities are available here: <a href=\"https://www.edoeb.admin.ch/edoeb/en/home.html\">https://www.edoeb.admin.ch/edoeb/en/home.html</a>.</p>\r\n<p>If you are a resident of California, you are guarded by the <a href=\"https://www.consumerprivacyact.com/california/#:~:text=The%20California%20Consumer%20Privacy%20Act%20%28CCPA%29%20is%20a,right%20to%20delete%20personal%20information%20and%20the%20\">California Code of Regulations</a>.</p>\r\n<p>If you have questions or comments about your privacy rights, you may email us at <a href=\"mailto:privacy@staging.subscriptionflow.com\">privacy@staging.subscriptionflow.com</a>.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\"][vc_column][vc_custom_heading text=\"DO WE MAKE UPDATES TO THIS NOTICE?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]We may update this privacy notice from time to time. The updated version will be indicated by an updated \"Revised\" date and the updated version will be effective as soon as it is accessible. If we make material changes to this privacy notice, we may notify you either by prominently posting a notice of such changes or by directly sending you a notification. We encourage you to review this privacy notice frequently to be informed of how we are protecting your information.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page\" css=\".vc_custom_1607930244803{padding-bottom: 40px !important;}\"][vc_column][vc_custom_heading text=\"HOW CAN YOU CONTACT US ABOUT THIS NOTICE?\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]If you have questions or comments about this notice, you may email us at <a href=\"mailto:privacy@staging.subscriptionflow.com\">privacy@staging.subscriptionflow.com</a> or <a href=\"mailto:info@staging.subscriptionflow.com\">info@staging.subscriptionflow.com</a>.[/vc_column_text][/vc_column][/vc_row]</p>\r\n','SubscriptionFlow Privacy Policy','','publish','closed','open','','privacypolicy','','','2020-12-14 07:25:01','2020-12-14 07:25:01','',0,'http://localhost/zuora/?page_id=3',0,'page','',0),(9,1,'2019-02-21 07:06:53','2019-02-21 07:06:53','[vc_row css=\".vc_custom_1551425543218{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"656\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589268703120{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 style=\"color: #ffffff; text-align: left; font-weight: bold; font-style: normal;\">Why <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\nSynchronize Complex Order and Billing Processes for Your Entire Organization with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1554366113616{margin-top: 10vh !important;margin-bottom: 5vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1020\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1554970112990{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Unlocking the Power of Subscriptions\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589198933169{margin-top: 25px !important;}\"]Are you looking to enhance your customer’s experience, curb your billing woes, achieve revenue goals fast and implement different pricing models to optimize and automate recurring revenue?\r\n\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the only technology solutions provider that gives your business subscription success. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more-informed decisions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1552553712621{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Reasons To Choose Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Automate complex billing requirements and maximize revenue collection.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255133610{padding-top: 0px !important;}\"][vc_single_image image=\"940\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944855693{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Customer Success\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198849077{margin-top: 25px !important;}\"]We aim to provide a frictionless experience for our high-esteemed customers and stakeholders. At <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, we believe that our partner’s success is imperative to our growth. We hope to engage our existing and potential customers with automated tools no matter how complex your order is. As the business grows so does the payments and invoices. Our software will automatically generate fast, accurate bills and deliver them to you online. You don’t have to worry about the constant upgrades and conversions as <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will take care of everything while you concentrate on becoming more productive.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255141345{padding-top: 0px !important;}\"][vc_single_image image=\"942\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944967082{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Trust\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198864654{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is committed to safeguarding the privacy of customer’s data. Our team of dedicated individuals work extremely hard and round the clock to ensure that the site provides complete transparency. We have deployed the best security practices which will ensure that our customers feel at complete ease when accessing our service. We have always stayed one step ahead of our competitors and incorporated features such as Two-Factor Authentication, Login IP Ranges, TLS 1.1 or higher and My domain, to name a few, which will ensure additional layers of security.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553257642754{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1553255148046{padding-top: 0px !important;}\"][vc_single_image image=\"947\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944974215{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Innovation\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198880645{margin-top: 25px !important;}\"]We harness new technologies that would help create a future of new opportunities for our customers. Our market driven ideas and products put us ahead of other companies. By joining hands with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you are bound to reach new heights of growth and efficiency. Our all new features have given a boost to sales, marketing and service. Companies can gain smarter insights into customer data and predict profitable business outcomes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264858435{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\" css=\".vc_custom_1553255245180{padding-top: 0px !important;}\"][vc_single_image image=\"945\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\" css=\".vc_custom_1553500454432{padding-top: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551944981217{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"User-friendly\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589198923726{margin-top: 25px !important;}\"]Growing your business is hectic enough, you can’t afford to become stuck in reconciliations, missing orders and invoices. <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span> flexible and scalable solution integrates seamlessly with your current CRM, Accounting, and Business Management tools to provide your customers and team with advanced recurring billing technology. Whether your customer wants to be billed monthly, quarterly or through a customized schedule, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> does it all. Its flexible pricing strategy is well suited for small sized companies that want to enter into new markets quickly. You don’t even need a dedicated resource to manage <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552547964890{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552302926286{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Why Us','','publish','closed','closed','','why-us','','','2021-01-25 08:11:11','2021-01-25 08:11:11','',0,'http://localhost/zuora/?page_id=9',0,'page','',0),(11,1,'2019-02-21 07:07:00','2019-02-21 07:07:00','[vc_row css=\".vc_custom_1551425580649{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"249\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1550756398313{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"left-to-right\" el_class=\"p18 pc1\" css=\".vc_custom_1551356047394{margin-top: 25px !important;}\"]Automate your subscription billing. Empower your subscription business for growth. #DoBillingRight[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We bring Subscription Management System to a whole new different level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieving high profits.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\"][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"78\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23000000\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"71\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23000000\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"68\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Simplify Complex Billing\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">New to the subscription billing? We have the expertise and experience in making the process simpler and easier to use.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959482643{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-phone\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Office 1: +(03) 0106 387 4456\r\nOffice 2: +(03) 0106 387 4456</p>\r\n<p style=\"text-align: center;\"><a>Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@domainname.com\r\nsupport@domainname.com</p>\r\n<p style=\"text-align: center;\"><a>Fill Our Form</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-clock-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"We are open on\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">Mon – Sat 07:00 – 21:00\r\nSunday – Closed</p>\r\n<p style=\"text-align: center;\"><a>View More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Features','','publish','closed','closed','','features','','','2019-03-07 11:52:36','2019-03-07 11:52:36','',0,'http://localhost/zuora/?page_id=11',0,'page','',0),(13,1,'2019-02-21 07:07:09','2019-02-21 07:07:09','','Solutions','','publish','closed','closed','','solutions','','','2019-02-21 07:07:09','2019-02-21 07:07:09','',0,'http://localhost/zuora/?page_id=13',0,'page','',0),(15,1,'2019-02-21 07:08:13','2019-02-21 07:08:13','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1553167502522{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Find a plan that\'s right for you.[/vc_column_text][vc_custom_heading text=\"Subscription Flow Pricing\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"front-section-3 features-page-fh padL100 padR100 padT5vh padB10vh\"][vc_column][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|font_size:45px|text_align:center|color:%23000000\"][vc_column_text el_class=\"3-p\"]\r\n<p style=\"text-align: center;\">We take Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high profits.</p>\r\n[/vc_column_text][vc_row_inner el_class=\"packages-wrapper\"][vc_column_inner el_class=\"package package-1\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Standard\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Basic Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Low Barrier to Entry</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=standard\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-2\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Enterprise\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Enhanced Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Saleforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Fixed Monthly Cost</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=enterprise\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner el_class=\"package package-3\" width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Ultimate\" font_container=\"tag:h2|text_align:center\"][vc_column_text]\r\n<ul class=\"package-features\">\r\n <li class=\"package-cost\"></li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Custom Onboarding</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>QuickBooks Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Salesforce Integration</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Annual Cost Certainty</li>\r\n <li><i class=\"fa fa-check-circle-o\" aria-hidden=\"true\"></i>Unlimited Users</li>\r\n <li class=\"purchase-btn-wrapper\"><button class=\"orange-btn\"><a href=\"https://staging.subscriptionflow.com/contact?plan=ultimate\">Get Quote</a></button></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing old','','draft','closed','closed','','pricing-2','','','2019-07-18 13:48:56','2019-07-18 13:48:56','',0,'http://localhost/zuora/?page_id=15',0,'page','',0),(17,1,'2019-02-21 07:08:07','2019-02-21 07:08:07','[vc_row css=\".vc_custom_1551425671406{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"777\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"About Us\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"fadeIn\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1552564804947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Optimize Revenue Growth and Maximize Customer Lifetime Value with a Flexible Subscription Management System.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551955301323{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading\" style=\"text-align: left; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<h4><strong>Help in Boosting Your Subscription Billing Business and Maximizing the Revenue.</strong></h4>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> was founded with the premise to open a new chapter of growth for your subscription business. We have helped recurring businesses turn their billing into a competitive advantage. We stand by our customers every step of the way. Our vision is to become a secure system for managing a recurring revenue cycle and eliminate all the billing bottleneck.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"746\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956816633{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Simplify Billing from Order to Cash\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589281234275{margin-top: 25px !important;}\"]We take Subscription Management System to a whole new level. From launching, integration to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.\r\n\r\nOur innovative technology, a team of dedicated individuals and customer service ethos equip us to solve real-time problems. Today’s fast growing businesses demand flexibility and that is where <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> comes in. We have spent years in research to come up with flexible billing models whichhas set a benchmark in Fintech industry.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"779\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551956827465{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Efficient Monetization Platform for Repeatable Success\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589281268638{margin-top: 25px !important;}\"]Our cloud-based monetization platform has stood the test of time and is easily the number one choice of businesses all around the world. We offer frictionless payment strategies that address customer needs everywhere at any time. Businesses that have capitalized on our business model have an effective billing system in place which helps them to efficiently monetize their new products and services. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> lets you do that in a secure way. Our award-winning technology will give you a head start on your competition and make you realize the most of your investment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','publish','closed','closed','','about','','','2021-01-25 08:35:47','2021-01-25 08:35:47','',0,'http://localhost/zuora/?page_id=17',0,'page','',0),(19,1,'2019-02-21 07:08:19','2019-02-21 07:08:19','','Resources','','publish','closed','closed','','resources','','','2019-02-21 07:08:19','2019-02-21 07:08:19','',0,'http://localhost/zuora/?page_id=19',0,'page','',0),(26,1,'2021-11-12 14:11:53','2019-02-21 07:09:19',' ','','','publish','closed','closed','','26','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=26',18,'nav_menu_item','',0),(31,1,'2021-11-12 14:11:53','2019-02-21 07:09:18',' ','','','publish','closed','closed','','31','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=31',1,'nav_menu_item','',0),(32,1,'2019-02-21 11:01:33','2019-02-21 11:01:33','[vc_row el_class=\"home-page-carousel-wrapper\" css=\".vc_custom_1552375396216{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmcm9udC10b3AtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjBpdGVtMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAzJTJGc2xpZGVyMS5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjEwMCUyNSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2Fyb3VzZWwtY2FwdGlvbiUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VUYWtlJTIweW91ciUyMFN1YnNjcmlwdGlvbiUyMEJ1c2luZXNzJTIwdG8lMjAlM0NzcGFuJTNFTmV3JTIwSGVpZ2h0cyUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRU91dCUyMCVFMiU4MCU5M29mLXRoZS1ib3glMjBpbnRlZ3JhdGlvbnMlMjB0byUyMGhlbHAlMjB5b3UlMjBydW4lMjB5b3VyJTIwYnVzaW5lc3MlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDaDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFRWFzeSUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFRmFzdCUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTIwY2xhc3MlM0QlMjJzZXBhcmF0b3IlMjIlM0UlMjZuYnNwJTNCJTI2bmJzcCUzQi0lMjZuYnNwJTNCJTI2bmJzcCUzQiUzQyUyRnNwYW4lM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFU2VjdXJlJTNDJTJGc3BhbiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyRmg0JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTIlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjIuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFUmV2b2x1dGlvbml6ZSUyME1vbmV0aXphdGlvbiUyMCUyNiUyMCUzQ3NwYW4lM0VEcml2ZSUyMEdyb3d0aCUzQyUyRnNwYW4lM0UlM0MlMkZoMyUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlMjBjbGFzcyUzRCUyMnBjMSUyMiUzRUFsbC1pbi1vbmUtc29sdXRpb25zJTIwdG8lMjBtYW5hZ2UlMjBhbmQlMjBlbmdhZ2UlMjB5b3VyJTIwY3VzdG9tZXJzJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyMS0taDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNC0tJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIwaXRlbTMlMjIlM0UlMEElMjAlMjAlMDklMDklM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMyUyRnNsaWRlcjMuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAlMjUlMjIlMjAlMkYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmNhcm91c2VsLWNhcHRpb24lMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIycGMxJTIyJTNFR2V0JTIwbW9yZSUyMHRoYW4lMjBqdXN0JTIwYSUyMCUzQ3NwYW4lM0VCaWxsaW5nJTIwU29sdXRpb24lM0MlMkZzcGFuJTNFJTNDJTJGaDMlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJwYzElMjIlM0VUYWtlJTIwY2hhcmdlJTIwb2YlMjB5b3VyJTIwY3VzdG9tZXIlRTIlODAlOTlzJTIwc3Vic2NyaXB0aW9uJTIwbGlmZSUyMGN5Y2xlJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQyUyMS0taDQlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlMDklM0NzcGFuJTNFQmVzdCUyMElkZWElM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUyMGNsYXNzJTNEJTIyc2VwYXJhdG9yJTIyJTNFJTI2bmJzcCUzQiUyNm5ic3AlM0ItJTI2bmJzcCUzQiUyNm5ic3AlM0IlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTA5JTNDc3BhbiUzRUJlc3QlMjBJZGVhJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lMjBjbGFzcyUzRCUyMnNlcGFyYXRvciUyMiUzRSUyNm5ic3AlM0IlMjZuYnNwJTNCLSUyNm5ic3AlM0IlMjZuYnNwJTNCJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwOSUzQ3NwYW4lM0VCZXN0JTIwSWRlYSUzQyUyRnNwYW4lM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMDklM0MlMkZoNC0tJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SubscriptionFlow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator el_width=\"70\" el_class=\"separator\"][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take the Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">SubscriptionFlow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home backup','','draft','closed','closed','','home-backup','','','2019-12-23 13:03:53','2019-12-23 13:03:53','',0,'http://localhost/zuora/?page_id=32',0,'page','',0),(34,1,'2019-02-21 11:22:12','2019-02-21 11:22:12','','Desert','','inherit','open','closed','','desert','','','2019-02-21 11:22:12','2019-02-21 11:22:12','',32,'http://localhost/zuora/wp-content/uploads/2019/02/Desert.jpg',0,'attachment','image/jpeg',0),(51,1,'2019-02-21 13:47:33','2019-02-21 13:47:33','','Marketing strategy and content marketing. Investment management. Thin line design','Thin line flat design concept banners for marketing strategy and content marketing. Strategy for successful business. Investment growth. Investment business. Investment management. Color line icons','inherit','open','closed','','marketing-strategy-and-content-marketing-investment-management-thin-line-design','','','2019-02-21 13:47:33','2019-02-21 13:47:33','',32,'http://localhost/zuora/wp-content/uploads/2019/02/b1.jpg',0,'attachment','image/jpeg',0),(63,1,'2019-02-21 14:38:13','2019-02-21 14:38:13','','billingp','','inherit','open','closed','','billingp','','','2019-02-21 14:38:13','2019-02-21 14:38:13','',32,'http://localhost/zuora/wp-content/uploads/2019/02/billingp.png',0,'attachment','image/png',0),(67,1,'2019-02-21 14:56:11','2019-02-21 14:56:11','','i4','','inherit','open','closed','','i4','','','2019-02-21 14:56:11','2019-02-21 14:56:11','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i4.png',0,'attachment','image/png',0),(68,1,'2019-02-21 14:56:18','2019-02-21 14:56:18','','abp','','inherit','open','closed','','abp','','','2019-02-21 14:56:18','2019-02-21 14:56:18','',32,'http://localhost/zuora/wp-content/uploads/2019/02/abp.png',0,'attachment','image/png',0),(69,1,'2019-02-21 14:56:24','2019-02-21 14:56:24','','i1','','inherit','open','closed','','i1','','','2019-02-21 14:56:24','2019-02-21 14:56:24','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i1.png',0,'attachment','image/png',0),(70,1,'2019-02-21 14:56:30','2019-02-21 14:56:30','','i2','','inherit','open','closed','','i2','','','2019-02-21 14:56:30','2019-02-21 14:56:30','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i2.png',0,'attachment','image/png',0),(71,1,'2019-02-21 14:56:32','2019-02-21 14:56:32','','i3','','inherit','open','closed','','i3','','','2019-02-21 14:56:32','2019-02-21 14:56:32','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i3.png',0,'attachment','image/png',0),(72,1,'2019-02-21 14:56:35','2019-02-21 14:56:35','','i5','','inherit','open','closed','','i5','','','2019-02-21 14:56:35','2019-02-21 14:56:35','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i5.jpg',0,'attachment','image/jpeg',0),(73,1,'2019-02-21 14:56:39','2019-02-21 14:56:39','','i6','','inherit','open','closed','','i6','','','2019-02-21 14:56:39','2019-02-21 14:56:39','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i6.png',0,'attachment','image/png',0),(74,1,'2019-02-21 14:56:41','2019-02-21 14:56:41','','i7','','inherit','open','closed','','i7','','','2019-02-21 14:56:41','2019-02-21 14:56:41','',32,'http://localhost/zuora/wp-content/uploads/2019/02/i7.png',0,'attachment','image/png',0),(75,1,'2019-02-21 14:56:46','2019-02-21 14:56:46','','images','','inherit','open','closed','','images','','','2019-02-21 14:56:46','2019-02-21 14:56:46','',32,'http://localhost/zuora/wp-content/uploads/2019/02/images.png',0,'attachment','image/png',0),(78,1,'2019-02-22 06:54:32','2019-02-22 06:54:32','','download','','inherit','open','closed','','download','','','2019-02-22 06:54:32','2019-02-22 06:54:32','',32,'http://localhost/zuora/wp-content/uploads/2019/02/download.png',0,'attachment','image/png',0),(89,1,'2019-02-22 07:55:08','2019-02-22 07:55:08','','lower-bg','','inherit','open','closed','','lower-bg','','','2019-02-22 07:55:08','2019-02-22 07:55:08','',32,'http://localhost/zuora/wp-content/uploads/2019/02/lower-bg.jpg',0,'attachment','image/jpeg',0),(95,1,'2019-02-22 10:10:46','2019-02-22 10:10:46','','wordpress','','inherit','open','closed','','wordpress','','','2019-02-22 10:10:46','2019-02-22 10:10:46','',0,'http://localhost/zuora/wp-content/uploads/2019/02/wordpress.png',0,'attachment','image/png',0),(129,1,'2019-02-27 08:54:12','2019-02-27 08:54:12','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"795\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Role\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1592810255815{margin-top: 25px !important;margin-bottom: 15px !important;}\"]See how <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Accelerates Growth for any role in any Industry[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading vc_custom_1566196740141\" style=\"text-align: left; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps deliver the benefits you need for every role in your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"964\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954370808{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Management\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280606043{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> cloud based billing platform will make it easy to launch innovative products and services rapidly,giving the business a competitive advantage. Whether it is managing a wide range of product catalogs and pricing or it is entering into a new market, execution can be done in a fairly simple and fully automated manner. Our monetization model supports your needs no matter how unique. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the only solution that offers a seamless customer experience by combining your demographic, financial and behavioral data. You can understand how your customers are using your products through Customer Churn, MRR, earned revenue and deferred revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"965\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551790443973{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Finance\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280626758{margin-top: 25px !important;}\"]Now it is easy to automate all your financial complications that result from recurring bills, payments, revenue and month-end close processes. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps you keep your team lean and efficient by incorporating a built in general ledger that monitors all your key ledger details in real time. With rapid changes and evolving demand, you want to make sure that your business complies with the audit regulations. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> was designed to meet all stringent financial compliance standards. This is made possible with the aid of audit trail reports that accurately track key business metrics in real time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362775858{background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"966\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954428455{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"Marketing\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280640611{margin-top: 25px !important;}\"]Our subscription model operates on the basic principle of expanding customer base while retaining the old ones. Things can go haywire when you are focusing on driving upsells while reducing churn. This is where Subscription Flow comes in. Our personalized services help marketing teams to build a long term relationship with their customers. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> gives you the freedom to identify new segments and markets and create offers through personalized dashboards. You can further gain insights through analytic tools without the help of any IT resource. Determining the lifecycle of a product and making modifications in your product catalog is only a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551362941409{padding-bottom: 10vh !important;background-color: #ffffff !important;}\" el_class=\"page-section-7 ps7-2 padR100 padB10vh\"][vc_column width=\"1/2\"][vc_single_image image=\"967\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551954435554{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Technology\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280667258{margin-top: 25px !important;}\"]It may be that your current system is unable to meet the demands of the ever-changing subscription – based business models. It is high time to empower your business with <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> out-of-the-box integrations. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> enterprise grade cloudeffectively manages your monetization platform without the need to purchase and setup monitor capacity, hardware, and component software licenses. You can remain confident that your data is safe and secure and our team of dedicated professionals will keep the system running while you focus on managing vendor and customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552649194809{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551943824126{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"74\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944136856{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" css=\".vc_custom_1551944163883{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"73\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Flexible Subscription Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1551944146194{margin-top: 0px !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing & Management Solutions By Role','','publish','closed','closed','','subscription-billing-solutions-by-role','','','2021-01-25 08:34:38','2021-01-25 08:34:38','',0,'http://localhost/zuora/?page_id=129',0,'page','',0),(214,1,'2019-02-28 07:04:04','2019-02-28 07:04:04','','b1','','inherit','open','closed','','b1','','','2019-02-28 07:04:04','2019-02-28 07:04:04','',0,'http://localhost/zuora/wp-content/uploads/2019/02/b1.png',0,'attachment','image/png',0),(243,1,'2021-11-12 14:11:53','2019-02-28 12:06:19','','Solutions','','publish','closed','closed','','solutions','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=243',13,'nav_menu_item','',0),(249,1,'2019-02-28 12:37:31','2019-02-28 12:37:31','','img2','','inherit','open','closed','','img2','','','2019-02-28 12:37:31','2019-02-28 12:37:31','',17,'http://localhost/zuora/wp-content/uploads/2019/02/img2.png',0,'attachment','image/png',0),(281,1,'2019-03-01 11:12:40','2019-03-01 11:12:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4359\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Managing subscriptions is now just a click away with subscription management software\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"title-25\"][vc_column_text el_class=\"p18 pc1\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Store payment details and customer information.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically takes care of recurring revenue like customer subscriptions.</li>\r\n <li><i class=\"fa fa-check\"></i>Support variety of payment gateways available in the market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automate billing and contracts for hassle-free processing.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551953869442{padding-top: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_column_text]\r\n<h2 class=\"vc_custom_heading vc_custom_1589269139819\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps the entire organization; from the back office to customer service.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"4340\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551945050058{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269423086{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; font-weight: bold; font-style: normal; margin-bottom: 30px;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the Ultimate Solution for all Subscription Management Needs</h4>\r\nWe provide subscription management services that automate the billing, invoicing and payments of the successful subscriptions. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is offering the best online subscription management software where a business can enhance the customer experience and reduce the number of failed subscriptions. Our experts offer all the assistance that is required to improve your relationship with the customers. Whether it is a renewal or personalized plan, we are the ultimate choice for all subscription management needs. We are the experts who can assist with various problems that are caused during the customer lifecycle. We understand that customer service is an integral part of any service business and requires detailed insight into all stages of turning leads into actual sales. So, when working with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, a business will focus on all aspects of achieving customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-7 ps7-2 padR100\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/-hDpGpQO8Bw?rel=0\" width=\"1019\" height=\"467\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946328912{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Enabling Easy Interaction with the Customers for Better Services and Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607496629670{margin-top: 25px !important;}\"]When using <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, the user can customize the type of billing, frequency, add-ons, discounts/promos, upgrades, and usage. All the subscription activity can be managed at a single platform. From customer interaction to providing tools for customer convenience, easy to use subscription management software helps you manage all the work efficiently. We are the experts that can automate the billing system and ensure that there are other tools readily available for managing failed payments, expired credit cards, etc. The <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portal</a> can be utilized to allow customers to update the payment methods and new invoices. The proficient staff helps each client by providing insight into the software so that its best potential can be utilized. We offer a number of other support services to all our customers in order to <strong>manage subscriptions</strong> in the best manner. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a user-friendly SaaS subscription management software that allows its users to handle all the subscription management modules in one place without any errors. Once the data is fed into the system, it will go through each stage automatically, providing the best results.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1569398731278{background-color: #ffffff !important;}\" el_class=\"padding-bottom-0 page-section-7 ps7-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"958\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551946322843{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c3 template-section-box-shadow\"][vc_custom_heading text=\"In need of Software that Can Strengthen Your Team to Deliver the Best Customer Services?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589268964805{margin-top: 25px !important;}\"]We have the answer to your question. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a platform where a holistic approach is followed to enhance customer relationships. The support team will have all the tools to ensure that the customer does not face any inconvenience, making room for achieving the best customer services that set them apart from their competitors. It is not possible to attain customer satisfaction overnight, but with the best online subscription management software, we can turn this vision into reality. Our services are aimed at taking your business to a different horizon and follow a result-driven approach for the business. We help businesses in making their subscriptions more organized and manageable with customized solutions for any type of service. Let us help you learn more about our services and assist with the new system today.\r\n\r\nGet help and assistance from our experts today. Call us for a quote or booking an appointment with an expert at:[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\"][vc_column][vc_custom_heading text=\"FREQUENTLY ASKED QUESTIONS\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"faq-title\"][vc_toggle title=\"What is Subscription Management System?\" size=\"lg\" el_class=\"faq-sub-title\"]Any system that manages the subscriber’s lifecycle of operations through automation is known as a Subscription management system. Operations like managing monthly or annually subscription trials, renewing or canceling subscription statuses, performing dunning management, sending invoices with accurate billing details and making any midterm subscription changes. A subscription management system performs all these tedious tasks in a matter of few moments. A subscription management system will take care of every minute task related to the subscription industry. From bringing automation down into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a> to managing the key stats for every subscriber’s account, from sending invoices with accurate billing amounts to generating tracking reports on monthly, quarterly or annual basis for businesses, from handling payment processing to reducing churn rate subscription management system is a one-stop solution for all the your subscription woes.\r\n\r\nFrom acquiring to activation and from activation to the renewal of subscriptions, the subscription management system handles all these for business. When subscriptions are managed poorly, subscribers lose their trust and interest in the business and stop wanting to deal with the same company. Prove that payments happen securely, responsively and seamlessly on the business end, and customers forget about billing, focusing on the value and the experience the business provides instead. This is where the subscription management system plays its part. It helps businesses to successfully manage all the aspects of the subscription lifecycle.\r\n\r\nSubscription management system not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process of products but also helps them to meet their customer demands and requirements all at one platform with minimal time. Subscription management system allows businesses to maximize their customer’s lifetime value by nurturing long-term subscription relationships. To put all this in a nutshell, subscription management system is a must have![/vc_toggle][vc_toggle title=\"What is a Software Subscription?\" size=\"lg\" el_class=\"faq-sub-title\"]A software subscription relates to a monthly or annual licensing model. It allows the end-users to pay on a per-user fee basis. Customers typically pay an initial subscription upfront and are entitled to use the software only during the subscription term (i.e. SaaS) unlike a perpetual license, allowing them to use the software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as they are released.\r\n\r\nSaaS (software-as-a-service) is a branch of the larger platform- cloud computing i.e. utilizing remote, internet-hosted servers for processing, storage, and management of data relatively than maintaining equipment and in-house expertise for that purpose. SaaS resides in the cloud, with software conveyed to the end client on interest. With the SaaS model, a salesperson grants an organization access to its software services. Generally, the client does not obtain a license to the software; rather pays for use of it through the subscription.\r\n\r\nSoftware subscriptions are usually considered operating expenses, along with day-to-day costs such as rent and payroll. This accounting concept is much easier for most administrators to understand as compared to a perpetual license. Typically, subscription software payments are made on a recurring basis. Spreading the cost in this manner results in lower initial expense to get up and running as compared to the higher up-front cost of a perpetual license. In most cases, upgrades are included as part of the subscription fee. As soon as the vendor updates its software, it releases those updates to SaaS customers almost instantly.[/vc_toggle][vc_toggle title=\"How does Subscription Software Work?\" size=\"lg\" el_class=\"faq-sub-title\" el_id=\"faq-sub-title\"]Subscription software works in a different way. Rather than purchasing a product, you essentially rent it. You pay a fixed amount at fixed intervals (generally monthly, quarterly or yearly basis) that allows you to run the software. Any updates to the software including new versions are automatically covered by the cost of the subscription. Thus, if a new feature is released, you simply download and install it rather than having to spend extra.\r\n\r\nEven if the subscription software is updated, the quality and value of those updates remain substantial enough to merit the costs of the subscription. Compared to traditional software licenses, most software subscriptions are cloud-based, thereby removing the expense and risks associated with self-hosting. Hardware costs, as well as maintenance and security concerns, are put in the hands of the vendor.\r\n\r\nSubscription-based software works as a monthly or annual licensing model, allowing users or subscribers to pay user fees individually. Subscribers typically pay an initial subscription amount upfront, and are as a result they are enabled to use the software only during that particular subscription term, unlike a perpetual license, allowing them to use the software indefinitely. The subscription payment includes software licenses, access to support services and new versions of the software as soon as they are released. It works in a way where the business organizations do not have to worry about the hardware side of the software. The vendor is responsible to deal with all the maintenance and support matters.[/vc_toggle][vc_toggle title=\"How does Subscription Management Software Work?\" size=\"lg\" el_class=\"faq-sub-title\"]Subscription management software provides businesses with the modules that are essential for the sustenance of their sales and billing process of products and also helps them to retain their clients while providing automation. Subscription management software comes with the following functionalities such as Billing and Invoicing, Subscription Management, Advance Invoicing, Customer Data Management, Customer Quality Assurance, Compliance, Third-party integration access, Payment processing, <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Analytics and Reporting</a>, <a href=\"https://staging.subscriptionflow.com/dunning-management/\">Dunning management</a> and Fraudulent activity prevention\r\n\r\nThe subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at regular intervals in order to get access to a product or a service. And that’s what the subscription management software is all about. It provides the customers with the ease they have always looked for.\r\n\r\nIt works in a splendid way for all the companies that used to use a billing solution that only support the per-month billing model. As it was not a success and failed to cater to usage-driven and consumption-based billing. Contrary to this, subscription management software effectively tracks the constant changes to all the subscriptions so that the business doesn’t have to do an extra effort in order to maintain the alteration records from their side. Not only has this but it also worked in a way where the final tax amount is charged on each invoice regardless of the location. This way companies get a better understanding of consumption pattern and how to stay on top.[/vc_toggle][vc_toggle title=\"How does Subscription Model Work?\" size=\"lg\" el_class=\"faq-sub-title\"]The subscription model works in a way where the customers are charged on a recurring payment basis (i.e. on monthly, quarterly and yearly) for the set of services they choose to subscribe for. The basic idea is, individual users, pay for a service at regular intervals to enjoy an uninterrupted subscription experience. The primary motive is to put more concentration on retaining customers rather than acquiring new ones.\r\n\r\nWith the influx of technology, businesses are shifting more towards subscription business models from a one-time purchase business model. A subscription model without a doubt helps businesses to capitalize on their customer relationships. The more satisfied customers the longer they’ll keep using your subscription services.\r\n\r\nThe Subscription model is a bit more complicated from the business owner’s side of the transaction. If you’re contracting out the production of the good or service, it is your responsibility to negotiate with the maker or supplier to guarantee a steady production line and availability. But on the side, the subscription model is straightforward from the consumer’s side of the transaction. The customer signs up to purchase or rent a product or service with an automated payment transaction every month, quarter or year. After the first subscription transaction is complete, the customer will receive either access to a collection of services to use at a time of their own choosing, or they will receive a predetermined service selected for them to be delivered either in person or digitally on a regular basis.\r\n\r\nNeedless to say, the Subscription model is a hot cake these as it provides you more business and helps you achieve customer satisfaction.[/vc_toggle][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1569397908470{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Management Software','','publish','closed','closed','','subscription-management-software','','','2021-09-02 06:35:46','2021-09-02 06:35:46','',0,'http://localhost/zuora/?page_id=281',0,'page','',0),(286,1,'2021-11-12 14:11:53','2019-03-01 11:21:38','','Overview','','publish','closed','closed','','286','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=286',3,'nav_menu_item','',0),(287,1,'2019-03-01 12:52:54','2019-03-01 12:52:54','','logo3','','inherit','open','closed','','logo3','','','2019-03-01 12:52:54','2019-03-01 12:52:54','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo3.png',0,'attachment','image/png',0),(288,1,'2019-03-01 13:33:38','2019-03-01 13:33:38','','logo4','','inherit','open','closed','','logo4','','','2019-03-01 13:33:38','2019-03-01 13:33:38','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo4.png',0,'attachment','image/png',0),(289,1,'2019-03-01 13:39:44','2019-03-01 13:39:44','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Register','','publish','closed','closed','','register','','','2021-04-16 05:19:47','2021-04-16 05:19:47','',0,'http://localhost/zuora/?page_id=289',0,'page','',0),(353,1,'2019-03-06 07:47:40','2019-03-06 07:47:40','','businessman-3210932_1920','','inherit','open','closed','','businessman-3210932_1920','','','2019-03-06 07:47:40','2019-03-06 07:47:40','',32,'http://localhost/zuora/wp-content/uploads/2019/03/businessman-3210932_1920.jpg',0,'attachment','image/jpeg',0),(356,1,'2019-03-06 08:02:34','2019-03-06 08:02:34','','singapore-river-255116_1920','','inherit','open','closed','','singapore-river-255116_1920','','','2019-03-06 08:02:34','2019-03-06 08:02:34','',0,'http://localhost/zuora/wp-content/uploads/2019/03/singapore-river-255116_1920.jpg',0,'attachment','image/jpeg',0),(360,1,'2019-03-06 08:29:10','2019-03-06 08:29:10','','dummy-banner','','inherit','open','closed','','business-3167295_1920','','','2019-03-22 13:04:34','2019-03-22 13:04:34','',0,'http://localhost/zuora/wp-content/uploads/2019/03/business-3167295_1920.jpg',0,'attachment','image/jpeg',0),(432,1,'2019-03-07 12:23:45','2019-03-07 12:23:45','','logo1','','inherit','open','closed','','logo1','','','2019-03-07 12:23:45','2019-03-07 12:23:45','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo1.png',0,'attachment','image/png',0),(433,1,'2019-03-07 12:24:07','2019-03-07 12:24:07','','logo1_','','inherit','open','closed','','logo1_','','','2019-03-07 12:24:07','2019-03-07 12:24:07','',0,'http://localhost/zuora/wp-content/uploads/2019/03/logo1_.png',0,'attachment','image/png',0),(434,1,'2019-11-27 12:31:06','2019-11-27 12:31:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4349\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Benefits that our Online Invoicing Software provides\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1586336732558{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Simple and Easy-to-use</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>Time Saving</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"913\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553264976916{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Leading Billing and Invoicing System Management Software\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589275244348{margin-top: 25px !important;}\"]At <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, our billing and invoicing management software makes invoicing process easier than ever for enterprises, mid-sized and small sized businesses. Each paid invoice adds up to the total revenue of your business, and our software ensures the creation and sending of all the invoices in a professional manner to the customers at just a few clicks. We provide efficient billing software for small business while enabling them with the most suitable and flexible billing solutions. We provide an online cloud-based platform allowing a single bill and invoice to be managed at a time. Clear, simple and secure invoice functionalities makes <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> the best invoice software for small business without a second thought. Billing software for small business makes the invoice management process much simpler and easier. The online invoicing software customizes all the invoices, checks the status and performs operations like credits, refunds, errors, etc. to provide a high level of customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Professional and Time Saving Invoice and Billing Management Software to meet all Subscription Needs\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607497898207{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is one of the best online billing systems that allow calculation of billing charges and sending invoices with minimal efforts. Our experts can streamline the entire billing process at a fraction of cost and allow your business to work efficiently. The SaaS recurring billing software enables the businesses and professionals to execute recurring billing flawlessly apart from the size of their businesses. Without a doubt, the SaaS subscription model (software as a service) is a billion-dollar industry and it is only going to increase in the near future because of its innumerable opportunities for the growth of a business. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> presents itself as the best recurring billing system in the market for it assists businesses irrespective of size and provide them with same functionalities.\r\n\r\nThere is no much better time to use <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> than now in order to increase and speed up the sales process for subscription businesses while making delivering to all the user needs and requirements. Our software works as the best SaaS billing software for small, mid-sized and enterprises. We enable businesses with the latest technology and tools. So that they can use the cloud-based billing software for the application with customized solutions. The customization can be done according to the business modules and requirements, creating a system that works efficiently all in all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"955\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589275505965{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to send a Clear and Accurate Invoice to Your Customers</h4>\r\nIt is imperative to inform the customers about the billing system. A simple and easily understandable invoice can ensure customer satisfaction by and large. There is a number of invoice templates that can be introduced to the design and configured with the software. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is not only a billing software for small business but also provide its services for mid-size and large companies. Our online invoicing software allows the customers to view, receive and pay their invoices without any hassle. We are proud to serves as an invoicing software for small businesses. We believe small businesses are the ones who need state of the art billing software right from the beginning.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"952\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Organize and manage all the Subscription Billing Requirements Efficiently\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589275314082{margin-top: 25px !important;}\"]When looking for a monthly subscription billing software, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the answer to all your queries. This software helps you bill your customers on a monthly basis. In this the billing charges are calculated automatically considering all the add-ons, discounts, coupons and taxes. The billing requirements grow as the business and customers grow, making the reporting, accounting and other modules more complex. Our SaaS billing systems allow you to handle these requirements efficiently. We automate the entire process of invoicing and along with this, you can also customize the software to send emails to the customers regarding their transaction status.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"953\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Our Billing and Invoicing Software Streamlines the Subscription Billing and Takes Your Business to a New Horizon\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607497989351{margin-top: 25px !important;}\"]Whether it is creating an invoice for billing, refunds or credits, our customizable solutions offer maximum convenience to your business. Our automatic billing software ensures that the invoices are accurate and follow a simple process. We provide your accounting teams to have access to the complete database so that they can be assisted for efficient <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">reporting</a>.\r\n\r\nLearn more about our billing and invoicing software today![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Billing and Invoicing','','publish','closed','closed','','billing-and-invoicing-software','','','2021-01-25 08:21:09','2021-01-25 08:21:09','',0,'http://localhost/zuora/?page_id=434',0,'page','',0),(436,1,'2019-03-07 12:31:40','2019-03-07 12:31:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"853\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280416657{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Why Customers Love <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>?</h2>\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Powerful Analytics</li>\r\n <li><i class=\"fa fa-check\"></i>Customizable</li>\r\n <li><i class=\"fa fa-check\"></i>User-Friendly</li>\r\n <li><i class=\"fa fa-check\"></i>Collaborative</li>\r\n <li><i class=\"fa fa-check\"></i>Highly Secure</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html el_class=\"full-width-coursal\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFVHJ5JTIwSXQlMjBGcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUwOSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdWJzY3JpcHRpb25mbG93LmNvbSUyRmNvbnRhY3QlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUYWxrJTIwdG8lMjBVcyUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"962\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1553502025252{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Understand the State of Your Subscription Business with Real Time Reporting and Actionable Insights\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607499624391{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will effectively manage all the transactions done by your customers. Our built-in custom reports and configurable dashboards will keep managers, customers and stakeholders better informed. <strong>Real-Time Analytics</strong> such as churn rate, subscriber life-cycle, and monthly recurring revenue assist the end-user to gauge and track subscription plans right from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> intuitive dashboard. Our financial reports like invoice details and net revenue will equip you to get a deeper understanding of your business revenue and <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription billing</a>. By joining hands with us you can expect your business and operations to grow more effectively and efficiently.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-10 padL100 padR100 padT10vh padB10vh\" css=\".vc_custom_1552303285526{background-color: #f5f6fa !important;}\"][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-3\"][vc_single_image image=\"700\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Key Performance Indicators\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305027795{margin-top: 0px !important;}\"][vc_column_text]Our subscription business analytics software dashboard gives a snapshot of the key metrics. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to plan for cash flow predictability through its key performance indicators such as usage trends, monthly or annual recurring revenue, renewal rates and customer lifetime value. As new developments in the domain of revenue and subscription take place, financial executives can find themselves in a sticky situation where they have to adopt manual means of reporting. Don’t put your business at risk by using inadequate CRM reports. Our state of the art tools will meet your expectations in a personalized and immediate form.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"701\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Automated Custom Reports\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305046283{margin-top: 0px !important;}\"][vc_column_text]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> Automated Custom Reports enables customers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is important to bear in mind that successful reporting depends on how the data is organized and presented. Traditional systems follow rigid hierarchies that limit the easy flow of data and how it is accessed. To combat this problem <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers a data model that coincides with your business model. This is made easy through real-time customer analytics which includes product usage, customer segmentation, payments and credits, invoice ageing, sales rep performance, taxes, and much more.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"702\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Financial Calendar\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305071377{margin-top: 0px !important;}\"][vc_column_text]Another powerful feature of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is its Financial Calendar which will give customers a complete round-up of all the activities that transpired on any given day. You can always stay one step ahead of your billing cycles by taking precautionary measures to cut down on failed collections and maximize customer retention.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3 vc_col-xs-12\"][vc_single_image image=\"857\" img_size=\"80*80\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-9 vc_col-md-9 vc_col-xs-12\"][vc_custom_heading text=\"Highly Customized Dashboards\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1552305099190{margin-top: 0px !important;}\"][vc_column_text]We understand that simple subscription systems have limitations in terms of creating customized Dashboards and confined viewing capabilities. All this leads to slow-down of information in a timely manner and hence resulting in hurdles for management. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> Dashboard wizard provides an easy way to create valuable views with enhanced security, giving real-time information to track the health of your business. Our account-specific Dashboards also provide help with customer support.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Analytics and Reporting','','publish','closed','closed','','subscription-analytics-reporting','','','2021-01-25 08:21:02','2021-01-25 08:21:02','',0,'http://localhost/zuora/?page_id=436',0,'page','',0),(438,1,'2021-11-12 14:11:53','2019-03-07 12:32:57','','Overview','','publish','closed','closed','','438','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=438',12,'nav_menu_item','',0),(439,1,'2021-11-12 14:11:53','2019-03-07 12:32:55','','Overview','','publish','closed','closed','','439','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://localhost/zuora/?p=439',8,'nav_menu_item','',0),(458,1,'2019-03-07 13:24:45','2019-03-07 13:24:45','','Businessman standing with arms crossed','','inherit','open','closed','','businessman-standing-with-arms-crossed','','','2021-04-29 10:24:47','2021-04-29 10:24:47','',434,'http://localhost/zuora/wp-content/uploads/2019/03/1034.jpg',0,'attachment','image/jpeg',0),(480,1,'2019-03-11 07:16:21','2019-03-11 07:16:21','','71215','','inherit','open','closed','','71215','','','2019-03-11 07:16:21','2019-03-11 07:16:21','',434,'http://localhost/zuora/wp-content/uploads/2019/03/71215.jpg',0,'attachment','image/jpeg',0),(484,1,'2019-03-11 07:19:17','2019-03-11 07:19:17','','160','','inherit','open','closed','','160','','','2019-03-11 07:19:17','2019-03-11 07:19:17','',434,'http://localhost/zuora/wp-content/uploads/2019/03/160.jpg',0,'attachment','image/jpeg',0),(542,1,'2021-11-12 14:11:53','2019-03-12 10:17:26','','Features','','publish','closed','closed','','features','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'http://192.168.1.34/zuora/?p=542',2,'nav_menu_item','',0),(552,1,'2019-03-12 11:04:45','0000-00-00 00:00:00','','Custom Blog Post Template','','draft','closed','closed','','','','','2019-03-12 11:04:45','2019-03-12 11:04:45','',0,'http://192.168.1.34/zuora/?post_type=vc_grid_item&p=552',0,'vc_grid_item','',0),(564,1,'2019-03-12 14:17:38','2019-03-12 14:17:38','','Blog','','publish','closed','closed','','blog','','','2019-04-08 12:18:20','2019-04-08 12:18:20','',0,'http://192.168.1.34/zuora/?page_id=564',0,'page','',0),(588,1,'2019-03-14 14:45:04','2019-03-14 14:45:04','[vc_row css=\".vc_custom_1587981303515{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h1|text_align:center|color:%23020d26\"][vc_column_text el_class=\"pc1\"][/vc_column_text][vc_row_inner][vc_column_inner offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12\"][vc_column_text]\r\n<p style=\"text-align: center; font-size: 20px!important; font-weight: 600;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjI1OTElMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBVcyUyMiUyMGh0bWxfY2xhc3MlM0QlMjJjb250YWN0LWZvcm0lMjIlNUQlMEElM0MlMkZkaXYlM0UlMEElMEElM0MlMjEtLWRpdiUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0td3JhcHBlciUyMiUzRSUwQSUzQ2Zvcm0lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbi1mb3JtJTIyJTIwYWN0aW9uJTNEJTIyJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gzJTIwaWQlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS1oZWFkaW5nJTIyJTNFU3VibWl0JTIwWW91ciUyMFF1ZXJ5JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJmaXJzdC1uYW1lJTIyJTNFRmlyc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmZpcnN0LW5hbWUlMjIlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmxhc3QtbmFtZSUyMiUzRUxhc3QlMjBOYW1lJTNDJTJGbGFiZWwlM0UlMEElMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmxhc3QtbmFtZSUyMiUyMGlkJTNEJTIybGFzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMmVtYWlsJTIyJTNFRW1haWwlM0MlMkZsYWJlbCUzRSUwQSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyZW1haWwlMjIlMjBpZCUzRCUyMmVtYWlsJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMDklMDklM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRUZpcnN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJmaXJzdC1uYW1lJTIyJTIwaWQlM0QlMjJmaXJzdC1uYW1lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjAlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIyJTNFU3RhcnQlMjBUZXN0JTIwQWNjb3VudCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYtLSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2021-01-25 08:36:45','2021-01-25 08:36:45','',0,'http://192.168.1.40/subscriptionflow/?page_id=588',0,'page','',0),(591,1,'2019-03-14 14:50:43','2019-03-14 14:50:43','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> First Name <span class=\"required-icon\">*</span>\r\n [text* first_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Last Name <span class=\"required-icon\">*</span>\r\n [text* last_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Your Email <span class=\"required-icon\">*</span>\r\n [email* email class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Phone\r\n [tel phone id:phone class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Company\r\n [text company class:form-control]\r\n </label>\r\n</div>\r\n\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Query Type\r\n [select query_type id:plan class:form-control include_blank \"Information\" \"Support\" \"Pricing\"]\r\n \r\n\r\n </label>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Your Message\r\n [textarea message class:form-control]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\r\n \r\n [submit \"Send\"]\r\n</div>\n1\nSubscription Flow Contact Us - [first_name] [last_name]\nSubscription Flow Contact Us <info@staging.subscriptionflow.com>\ninfo@staging.subscriptionflow.com\nName: [first_name] [last_name]\r\n\r\nFrom: [email]\r\n\r\nQuery Type: [query_type]\r\n\r\nCompany: [company]\r\n\r\nPhone: [phone]\r\n\r\nQuery:\r\n[message]\nReply-To: [email]\nCc: sales@staging.subscriptionflow.com\n\n1\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@192.168.1.40>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\nReply-To: abc@mail.com\n\n\n\nYour request has been received. We will contact you shortly with the details\nUnfortunately your query was not sent, try again!\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\nCould not verify the reCaptcha response.\nPlease verify that you are not a robot.\nskip_mail: on','Contact form 1','','publish','closed','closed','','contact-form-1','','','2021-11-17 11:38:01','2021-11-17 11:38:01','',0,'http://192.168.1.40/subscriptionflow/?post_type=wpcf7_contact_form&p=591',0,'wpcf7_contact_form','',0),(613,1,'2019-03-15 10:31:07','2019-03-15 10:31:07','','customer_success1','','inherit','open','closed','','customer_success1','','','2019-03-15 10:31:07','2019-03-15 10:31:07','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1.jpg',0,'attachment','image/jpeg',0),(615,1,'2019-03-15 10:31:47','2019-03-15 10:31:47','','innovation','','inherit','open','closed','','innovation','','','2019-03-15 10:31:47','2019-03-15 10:31:47','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation.jpg',0,'attachment','image/jpeg',0),(617,1,'2019-03-15 10:32:10','2019-03-15 10:32:10','','user_friendly1','','inherit','open','closed','','user_friendly1','','','2019-03-15 10:32:10','2019-03-15 10:32:10','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly1.jpg',0,'attachment','image/jpeg',0),(624,1,'2019-03-15 10:41:06','2019-03-15 10:41:06','','trust1','','inherit','open','closed','','trust1','','','2019-03-15 10:41:06','2019-03-15 10:41:06','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1.jpg',0,'attachment','image/jpeg',0),(656,1,'2019-03-15 13:47:28','2019-03-15 13:47:28','','banner_img1','','inherit','open','closed','','banner_img1','','','2019-03-15 13:47:28','2019-03-15 13:47:28','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png',0,'attachment','image/png',0),(659,1,'2019-03-15 14:03:57','2019-03-15 14:03:57','','billin_img_3','','inherit','open','closed','','billin_img_3','','','2019-03-15 14:03:57','2019-03-15 14:03:57','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billin_img_3.jpg',0,'attachment','image/jpeg',0),(661,1,'2019-03-15 14:32:14','2019-03-15 14:32:14','','billing_img_1','','inherit','open','closed','','billing_img_1','','','2019-03-15 14:32:14','2019-03-15 14:32:14','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1.jpg',0,'attachment','image/jpeg',0),(667,1,'2019-03-18 07:38:57','2019-03-18 07:38:57','','billing_img_2','','inherit','open','closed','','billing_img_2','','','2019-03-18 07:38:57','2019-03-18 07:38:57','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2.png',0,'attachment','image/png',0),(670,1,'2019-03-18 08:05:53','2019-03-18 08:05:53','','billing_img_4','','inherit','open','closed','','billing_img_4','','','2019-03-18 08:05:53','2019-03-18 08:05:53','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4.png',0,'attachment','image/png',0),(678,1,'2019-03-18 13:32:19','2019-03-18 13:32:19','','slider1','','inherit','open','closed','','slider1','','','2019-03-18 13:32:19','2019-03-18 13:32:19','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider1.jpg',0,'attachment','image/jpeg',0),(691,1,'2019-03-19 13:59:49','2019-03-19 13:59:49','','slider2','','inherit','open','closed','','slider2','','','2019-03-19 13:59:49','2019-03-19 13:59:49','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider2.jpg',0,'attachment','image/jpeg',0),(693,1,'2019-03-19 14:30:07','2019-03-19 14:30:07','','sub_img_1','','inherit','open','closed','','sub_img_1','','','2019-03-19 14:30:07','2019-03-19 14:30:07','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_1.jpg',0,'attachment','image/jpeg',0),(695,1,'2019-03-20 06:32:40','2019-03-20 06:32:40','','sub_img_2','','inherit','open','closed','','sub_img_2','','','2019-03-20 06:32:40','2019-03-20 06:32:40','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2.jpg',0,'attachment','image/jpeg',0),(698,1,'2019-03-20 07:12:48','2019-03-20 07:12:48','','sub_img_3','','inherit','open','closed','','sub_img_3','','','2019-03-20 07:12:48','2019-03-20 07:12:48','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3.jpg',0,'attachment','image/jpeg',0),(700,1,'2019-03-20 07:32:09','2019-03-20 07:32:09','','img4','','inherit','open','closed','','img4','','','2019-03-20 07:32:09','2019-03-20 07:32:09','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png',0,'attachment','image/png',0),(701,1,'2019-03-20 07:32:36','2019-03-20 07:32:36','','img3','','inherit','open','closed','','img3','','','2019-03-20 07:32:36','2019-03-20 07:32:36','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png',0,'attachment','image/png',0),(702,1,'2019-03-20 07:33:05','2019-03-20 07:33:05','','img2','','inherit','open','closed','','img2-2','','','2019-03-20 07:33:05','2019-03-20 07:33:05','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png',0,'attachment','image/png',0),(727,1,'2019-03-20 08:00:25','2019-03-20 08:00:25','','new_img','','inherit','open','closed','','new_img-2','','','2019-03-20 08:00:25','2019-03-20 08:00:25','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/new_img-1.png',0,'attachment','image/png',0),(729,1,'2019-03-20 08:20:06','2019-03-20 08:20:06','','icon1','','inherit','open','closed','','icon1','','','2019-03-20 08:20:06','2019-03-20 08:20:06','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png',0,'attachment','image/png',0),(731,1,'2019-03-20 08:23:50','2019-03-20 08:23:50','','icon2','','inherit','open','closed','','icon2','','','2019-03-20 08:23:50','2019-03-20 08:23:50','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png',0,'attachment','image/png',0),(733,1,'2019-03-20 08:28:26','2019-03-20 08:28:26','','icon3','','inherit','open','closed','','icon3','','','2019-03-20 08:28:26','2019-03-20 08:28:26','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png',0,'attachment','image/png',0),(735,1,'2019-03-20 10:42:32','2019-03-20 10:42:32','','sol_1','','inherit','open','closed','','sol_1','','','2019-03-20 10:42:32','2019-03-20 10:42:32','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1.png',0,'attachment','image/png',0),(737,1,'2019-03-20 11:19:04','2019-03-20 11:19:04','','sol_2','','inherit','open','closed','','sol_2','','','2019-03-20 11:19:04','2019-03-20 11:19:04','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2.png',0,'attachment','image/png',0),(739,1,'2019-03-20 12:25:40','2019-03-20 12:25:40','','sol_3','','inherit','open','closed','','sol_3','','','2019-03-20 12:25:40','2019-03-20 12:25:40','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3.png',0,'attachment','image/png',0),(742,1,'2019-03-20 12:35:53','2019-03-20 12:35:53','','sol_3','','inherit','open','closed','','sol_3-2','','','2019-03-20 12:35:53','2019-03-20 12:35:53','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-1.png',0,'attachment','image/png',0),(744,1,'2019-03-20 12:54:07','2019-03-20 12:54:07','','sol_4','','inherit','open','closed','','sol_4','','','2019-03-20 12:54:07','2019-03-20 12:54:07','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4.png',0,'attachment','image/png',0),(746,1,'2019-03-21 07:21:51','2019-03-21 07:21:51','','about_1','','inherit','open','closed','','about_1','','','2019-03-21 07:21:51','2019-03-21 07:21:51','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png',0,'attachment','image/png',0),(749,1,'2019-03-21 07:56:08','2019-03-21 07:56:08','','slider3','','inherit','open','closed','','slider3','','','2019-03-21 07:56:08','2019-03-21 07:56:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/slider3.jpg',0,'attachment','image/jpeg',0),(750,1,'2019-03-21 08:29:39','2019-03-21 08:29:39','','about_2','','inherit','open','closed','','about_2','','','2019-03-21 08:29:39','2019-03-21 08:29:39','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2.png',0,'attachment','image/png',0),(762,1,'2019-03-21 11:26:37','2019-03-21 11:26:37','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>\r\n<strong>Identifying the problem</strong>\r\n<p class=\"justify-text\">Keeping a watchful eye on the number of visitors to your website gives a better insight into how it is being received by the masses at large. A low traffic indicates that things are not going as smooth as they should. The good news is that when you incorporate the aforementioned software into your system, you will start to notice much stability. More entrepreneurs are jumping on the bandwagon in the hope to improve their recurring billing system. Software companies are offering a state of the art system which improves the client experience and reduces the number of failed subscriptions.</p>\r\n<img class=\"size-medium wp-image-739 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-300x266.png\" alt=\"\" width=\"300\" height=\"266\" />\r\n<p class=\"justify-text\">Realizing the pressing demand for this matter, corporations look forward to gain as much profits as possible. A switch from the old-fashion way of generating invoices to <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing management software</strong></a>; this will make life much simpler, easier and more controlled. The online cloud based platform gives you tools through which you can streamline the entire billing process for your organization at a fraction of the cost. Companies tend to show some apprehension and will take it with a pinch of salt. However, the selling company will guide you through the entire process right from consultation, implementation, and integration, and all the way to training and support. A new system takes time to settle in and for that a dummy run will also be enacted without involving real clients.</p>\r\n<strong>Revolutionizing Monetization and Igniting Growth for Businesses</strong>\r\n<p class=\"justify-text\">The great thing about this system is that it can be customized according to the client’s needs without being too obstructive. When calculating the monthly billing, all the charges are taken into consideration: discounts, add-ons, coupons and taxes. This leaves the company with the peace of mind to look after other important tasks. As the size of the business grows, so does its modules and other accounting and reporting requirements. Subscription Management is a platform which gives the user a customizable solution that not just boosts your billing business but also maximizes the revenue.</p>\r\n<img class=\"size-medium wp-image-777 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner-300x275.png\" alt=\"\" width=\"300\" height=\"275\" />\r\n\r\n<strong>Understanding the State of your Subscription Business</strong>\r\n<p class=\"justify-text\">As business becomes more complex so will the challenges it face. Subscription Analytics and Reporting are the tools through which you can gauge the current level of performance and gain a deeper insight into customer behavior. This will further set the stage for putting into practice measures that improve marketing strategies, predict market dynamics, buying patterns and impact on the business. All this is possible with the aid of an advanced <strong><a href=\"https://staging.subscriptionflow.com/subscription-management/\">subscription management software</a></strong>. Companies that fail to capitalize on this revolutionary technology are doomed to fail. The way changes are taking place at the workplace, it is important to give this type of system a try.</p>','Is Subscription Management System Really a Need of the Hour?','<p class=\"justify-text\">In an evolving market economy as of today, time is of essence. In order to stay competitive, companies need to deploy practices which save the unnecessary paperwork emerging from making a sale. Regardless of whether the sale is done of an object or a service, both demand the tedious task of paperwork. The problem just doesn’t end here; chasing debts also take up a significant amount of time. So when a third-party company introduces subscription management software, enterprises will leap at the opportunity to automate all their manual billing processes.</p>','publish','open','open','','is-subscription-management-system-really-a-need-of-the-hour','','','2019-05-21 06:12:10','2019-05-21 06:12:10','',0,'https://staging.subscriptionflow.com/?p=762',0,'post','',0),(777,1,'2019-03-21 11:30:55','2019-03-21 11:30:55','','about_banner','','inherit','open','closed','','about_banner','','','2019-03-21 11:30:55','2019-03-21 11:30:55','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png',0,'attachment','image/png',0),(779,1,'2019-03-21 11:43:52','2019-03-21 11:43:52','','about_2','','inherit','open','closed','','about_2-2','','','2019-03-21 11:43:52','2019-03-21 11:43:52','',17,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png',0,'attachment','image/png',0),(795,1,'2019-03-21 13:17:17','2019-03-21 13:17:17','','sol_banner','','inherit','open','closed','','sol_banner','','','2019-03-21 13:17:17','2019-03-21 13:17:17','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png',0,'attachment','image/png',0),(800,1,'2019-03-21 13:32:06','2019-03-21 13:32:06','','Subscription Management','','inherit','open','closed','','597743-pmtbr5-68','','','2019-03-21 13:32:59','2019-03-21 13:32:59','',762,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg',0,'attachment','image/jpeg',0),(828,1,'2019-03-22 06:39:33','2019-03-22 06:39:33','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"997\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Solutions By Industry\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280912552{margin-top: 25px !important;margin-bottom: 15px !important;}\"]ACCELERATE PRODUCTIVITY AND STEER MORE CUSTOMER SUCCESS WITH <span class=\"subscriptionflow-ff\">SUBSCRIPTIONFLOW\'S</span> RECURRING TECHNOLOGY[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"971\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Media Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Creating happy subscription experiences through personalized and price-optimized content\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280928896{margin-top: 25px !important;}\"]Get a fresh perspective into your business by turning the page on old media models. With the rapid growth in content options, you need to find ways to maximize audience engagement. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> can help you convert casual consumers into your most loyal fans. This is achieved by creating a personalized offerings for customers. With a wide array of digital services i.e. movies, music and broadcasting available at your disposal, billing becomes manifold: metered charges, limitless permutations of subscriptions, packaging and bundling. Having a flexible billing system like Subscription Bill will allow you to support endless configurations of packaging, product, invoicing, charging and collections for rapid transformation in a highly demanding economy.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"978\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Financial Services\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Unlock a wealth of new opportunities with the most flexible subscription billing and catalog\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1553236715554{margin-top: 25px !important;}\"]Discover how our advisors can help you deepen customer relationships by delivering proactive advice and personalized engagement whenever you require. Our financial services cloud has been specifically designed to tackle client needs. Now it is easier to manage multiple households, convert more leads and earn lasting loyalty. In the insurance sector, it is possible to give a seamless experience to policyholders through instant access to pertinent details such as household relations, coverage and claims. Our on-demand distribution model takes care of all the computing hardware, software and applications without prior knowledge of infrastructure, as services get delivered via the Internet or the ‘cloud’.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"991\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Cloud Applications\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Harness the power of the cloud with an agile recurring billing platform\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280949584{margin-top: 25px !important;}\"]The evolving economy has given rise to technology that is changing at an outrageous pace. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> has been instrumental in helping cloud based companies lead their markets. We provide you the tools through which you can manage thousands to million customers with ease. The prime benefit that emerges from cloud based technology service is the possibility that buyers can purchase from anywhere at any time. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you can implement any pricing model that your marketing or sales team can think of. And all this can be done with minimal hassle. Whether you are looking for a pricing model catering to a one time fees, to recurring fees, we can handle it all.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"995\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Transportations Industry\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_custom_heading text=\"Embark on a new age of travel and ride high on the crest of success\" font_container=\"tag:h5|text_align:left\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:400%20regular%3A400%3Anormal\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280960032{margin-top: 25px !important;}\"]We will show you how you can harness the data to personalize travel preferences, infuse artificial intelligence and design guest services to ensure a seamless customer experience. The rise in population and energy costs takes our attention to the need for affordable and clean transportation. Consumers with smart bikes are on the lookout for easy, subscription based fees that would make their commute relatively hassle-free. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> and Marketing Cloud connects channels, teams and systems to create experiences that will delight individual travelers. Customer use 360 – degree views to plan their next trip and enjoy more personalized content through world –class app based on their locations and preferences.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1567584844626{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\" el_class=\"industry-link\"][vc_custom_heading text=\"Other Industries\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fother-industries%2F|title:Other%20Industries||\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Be it transportation, or managing hospital tasks, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is ever ready to help you out no matter which business industry you deal in![/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','By Industry','','publish','closed','closed','','subscription-billing-solutions-by-industry','','','2021-01-25 08:34:53','2021-01-25 08:34:53','',0,'https://staging.subscriptionflow.com/?page_id=828',0,'page','',0),(833,1,'2019-03-22 10:16:38','2019-03-22 10:16:38','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing process</strong></a> which can be an inhibiting factor for the company.</p>\r\n<strong>Customers demand a swift checkout process</strong>\r\n<p class=\"justify-text\">A scenario has being laid out which can explain the problem: During holiday season, there is an evident rise in traffic to websites promoting fitness. Someone starting afresh would like to cash on the subscriptions to his program. Interestingly, the results were rather striking to say the least. It was noted that the number of clicks to the website were much more than those making the actual purchase. So what were the reasons behind people departing the website before buying the subscription?</p>\r\n<p class=\"justify-text\">The problem is that the traditional shopper expects purchases to be quick, easy and hassle-free. Most of the times, the cart left mid-way could be due to higher shipping rates, delivery times at a snail pace, or the checkout process took too long. To combat this problem and streamline the checkout process, fields which need to be filled out should be concise and to-the point. Next, you should highlight the least expensive shipping method but also mention other shipping methods. The whole idea is to put only the pertinent details so that the customer can go through the checkout process quickly. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>software offered by Subscriptions Flow is designed to handle recurring billing and take care of all the aforementioned problems.</p>\r\n\r\n<ul>\r\n <li><strong>Customers are on the lookout for consistent, quality treatment</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">It is important to bear in mind that within a traditional business model, when a sale is sealed, the customer relationship ends on a positive note. However, the situation takes a completely different turn in case of a modern recurring billing model. Due to the ongoing nature of the customer’s lifecycle, the relationship should continue. If the customer is not given the right amount of support, at any stage, they are most likely to turn to competitors. When departments don’t carry out proper correspondence, or if they work independently, it can lead to lack of information or miscommunication. This will reflect poorly on the customer as they may question the credibility of your business.</p>\r\n<p class=\"justify-text\">In order to tackle this problem, billing, marketing and sales departments should be properly aligned to improve productivity. The free flow of information through various departments offer a consistent and seamless customer experience.</p>\r\n\r\n<ul>\r\n <li><strong>Limited payment methods</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">If a vendor or a brick-and-mortar store doesn’t offer multiple payment methods, it is most likely that you will end up losing significant amount of sales. Most of the advance subscription management platforms offer a range of payment options so as to avoid any checkout confusion. The third party payment systems also operate round the clock, customer care department that guides the less computer savvy users. A powerful feature of the recurring billing and e-commerce models which needs to be mentioned is <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics and reporting</a>.</strong> This has been around for a few years and is changing the dynamics of the workplace. You can use real-time analytics and financial reports to delve deeper and track the health of your business.</p>','How to Avoid Business Blunders in your Billing and Invoicing Process','<p class=\"justify-text\">Every business operation is fraught with both challenges and opportunities. It is up to the upper level management to use strengths and opportunities to its advantage, and keep the business thriving. We have put together some commonly occurred blunders in the billing and invoicing process which can be an inhibiting factor for the company.</p>','publish','open','open','','how-to-avoid-business-blunders-in-your-billing-and-invoicing-process','','','2019-05-21 06:10:50','2019-05-21 06:10:50','',0,'https://staging.subscriptionflow.com/?p=833',0,'post','',0),(834,1,'2019-03-22 07:09:44','2019-03-22 07:09:44','','billing_banner','','inherit','open','closed','','billing_banner','','','2019-03-22 07:09:44','2019-03-22 07:09:44','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner.png',0,'attachment','image/png',0),(836,1,'2019-03-22 07:12:55','2019-03-22 07:12:55','','billing_banner','','inherit','open','closed','','billing_banner-2','','','2019-03-22 07:12:55','2019-03-22 07:12:55','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner-1.png',0,'attachment','image/png',0),(840,1,'2019-03-22 07:47:24','2019-03-22 07:47:24','<p>[vc_row css=\".vc_custom_1588844192048{background: #ededed url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg?id=2764) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\"front-banner-1 padL100 padR100 padT10vh padB5vh height-auto login-form\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-offset-3 vc_col-md-offset-3\"][vc_raw_html]JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXNlY3Rpb24lMjIlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvZ2luLWZvcm0td3JhcHBlciUyMGZvcm0tZG9tYWluMTIlMjIlM0UlMEElMDklMDklMDklMDklM0NoMSUyMGNsYXNzJTNEJTIybC1zZWN0aW9uLWhlYWRpbmclMjBhbGlnbi1jZW50ZXIlMjIlM0VMb2clMjBpbiUyMHRvJTIweW91ciUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnN1YnNjcmlwdGlvbmZsb3ctZmYlMjIlM0VTdWJzY3JpcHRpb25GbG93JTNDJTJGc3BhbiUzRSUyMHNhbGVzJTIwYWNjb3VudCUzQyUyRmgxJTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXdyYXBwZXIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NoNiUyMGNsYXNzJTNEJTIybWItc20lMjIlM0VQbGVhc2UlMjBlbnRlciUyMHlvdXIlMjBkb21haW4lMjBuYW1lJTNDJTJGaDYlM0UlMEElMDklMDklMDklMDklMDklM0Nmb3JtJTIwaWQlM0QlMjJmc2FsZXNfbG9naW5fZm9ybSUyMiUyMGF1dG9jb21wbGV0ZSUzRCUyMm9mZiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1jb250YWluZXIlMjBmc2FsZXMtbG9naW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZC1kb21haW4lMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMDklM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMGRvbWFpbi1mb3JtJTIwaGVscGRlc2stZm9ybSUyMiUyMGRhdGEtbXNnJTNEJTIyRG9tYWluJTIwbmFtZSUyMGlzJTIwcmVxdWlyZWQlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1wbGFjZWhvbGRlciUyMiUzRSUzQ2xhYmVsJTNFRG9tYWluJTIwTmFtZSUzQyUyRmxhYmVsJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBjbGFzcyUzRCUyMmZvcm0taGVscGRlc2stdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUzQyUyRmxhYmVsJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJlcnJvci13cmFwcGVyJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJhY3Rpb24lMjIlMjB2YWx1ZSUzRCUyMmxvZ2luX2RvbWFpbl9yZXF1ZXN0JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyc3VibWl0JTIyJTIwdmFsdWUlM0QlMjJQUk9DRUVEJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjBidXR0b24tLXNvbGlkJTIwYnV0dG9uLS1ibG9jayUyMiUyMGRhdGEtZm9ybSUzRCUyMmZzYWxlc19sb2dpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJmb3Jnb3QtZG9tYWluLWZvcm0td3JhcHBlciUyMiUyMGNsYXNzJTNEJTIyZm9yZ290LWRvbWFpbi1saW5rJTIwbXQtbGclMjIlM0VGb3Jnb3QlMjB5b3VyJTIwZG9tYWluJTIwbmFtZSUyMCUzRiUzQyUyRmElM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tZm9ybS13cmFwcGVyJTIwZm9ybS1kb21haW4xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2gxJTIwY2xhc3MlM0QlMjJsLXNlY3Rpb24taGVhZGluZyUyMiUzRUZvcmdvdCUyMERvbWFpbiUyME5hbWUlMjAlM0YlM0MlMkZoMSUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS13cmFwcGVyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaDYlMjBjbGFzcyUzRCUyMm1iLXNtJTIyJTNFUGxlYXNlJTIwZW50ZXIlMjB0aGUlMjBlbWFpbCUyMGFkZHJlc3MlMjBhc3NvY2lhdGVkJTIwd2l0aCUyMHlvdXIlMjBhY2NvdW50JTIwYW5kJTIwd2UlRTIlODAlOTlsbCUyMHJlbWluZCUyMHlvdSUzQyUyRmg2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZm9ybSUyMGlkJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTIwYXV0b2NvbXBsZXRlJTNEJTIyb2ZmJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWZpZWxkLWNvbnRhaW5lciUyMGZvcmdvdC1kb21haW4lMjIlMjAlM0UlMEElMDklMDklMDklMDklMDklMDklM0NmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1maWVsZCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2klMjBjbGFzcyUzRCUyMmljb24tZW1haWwlMjIlM0UlM0MlMkZpJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMGNsYXNzJTNEJTIyZW1haWwtZm9ybSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjBkYXRhLW1zZyUzRCUyMkVtYWlsJTIwaXMlMjByZXF1aXJlZCUyMiUyMHJlcXVpcmVkJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLXBsYWNlaG9sZGVyJTIyJTNFJTNDbGFiZWwlM0VFbWFpbCUyMGFkZHJlc3MlM0MlMkZsYWJlbCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZXJyb3Itd3JhcHBlciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZpZWxkc2V0JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZmllbGRzZXQlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyYWN0aW9uJTIyJTIwdmFsdWUlM0QlMjJmb3JnZXRfZG9tYWluX3JlcXVlc3QlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlBST0NFRUQlMjIlMjBjbGFzcyUzRCUyMmJ1dHRvbiUyMGJ1dHRvbi0tc29saWQlMjBidXR0b24tLWJsb2NrJTIyJTIwZGF0YS1mb3JtJTNEJTIyZm9yZ290X2RvbWFpbl9mb3JtJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZmaWVsZHNldCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmZvcm0lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMGRhdGEtaWQlM0QlMjJsb2dpbi1mb3JtLXdyYXBwZXIlMjIlMjBjbGFzcyUzRCUyMmZvcmdvdC1kb21haW4tbGluayUyMG10LWxnJTIyJTNFR28lMjBCYWNrJTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Login','','publish','closed','closed','','login','','','2020-05-12 11:05:31','2020-05-12 11:05:31','',0,'https://staging.subscriptionflow.com/?page_id=840',0,'page','',0),(846,1,'2019-03-22 08:19:10','2019-03-22 08:19:10','','sub_banner','','inherit','open','closed','','sub_banner','','','2019-05-22 10:37:46','2019-05-22 10:37:46','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_banner.png',0,'attachment','image/png',0),(850,1,'2019-03-22 10:28:55','2019-03-22 10:28:55','','billing and invoicing','billing and invoicing ','inherit','open','closed','','aerial-view-of-business-data-analysis-graph','','','2019-03-22 10:29:17','2019-03-22 10:29:17','',833,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg',0,'attachment','image/jpeg',0),(853,1,'2019-03-22 11:06:33','2019-03-22 11:06:33','','billing_banner3','','inherit','open','closed','','billing_banner3','','','2019-03-22 11:06:33','2019-03-22 11:06:33','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png',0,'attachment','image/png',0),(857,1,'2019-03-22 11:10:35','2019-03-22 11:10:35','','dashbaord_icon','','inherit','open','closed','','dashbaord_icon','','','2019-03-22 11:10:35','2019-03-22 11:10:35','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png',0,'attachment','image/png',0),(888,1,'2019-03-22 12:47:26','2019-03-22 12:47:26','','billing_top_img2','','inherit','open','closed','','billing_top_img2','','','2019-03-22 12:47:26','2019-03-22 12:47:26','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2.png',0,'attachment','image/png',0),(913,1,'2019-03-22 14:26:40','2019-03-22 14:26:40','','billing_top_img','','inherit','open','closed','','billing_top_img','','','2019-03-22 14:26:40','2019-03-22 14:26:40','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img.png',0,'attachment','image/png',0),(940,1,'2019-03-25 07:50:44','2019-03-25 07:50:44','','customer_success1','','inherit','open','closed','','customer_success1-2','','','2019-03-25 07:50:44','2019-03-25 07:50:44','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1.jpg',0,'attachment','image/jpeg',0),(942,1,'2019-03-25 07:51:20','2019-03-25 07:51:20','','trust1','','inherit','open','closed','','trust1-2','','','2019-03-25 07:51:20','2019-03-25 07:51:20','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1.jpg',0,'attachment','image/jpeg',0),(945,1,'2019-03-25 07:54:14','2019-03-25 07:54:14','','user_friendly','','inherit','open','closed','','user_friendly','','','2019-03-25 07:54:14','2019-03-25 07:54:14','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly.jpg',0,'attachment','image/jpeg',0),(947,1,'2019-03-25 07:54:57','2019-03-25 07:54:57','','innovation','','inherit','open','closed','','innovation-2','','','2019-03-25 07:54:57','2019-03-25 07:54:57','',9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1.jpg',0,'attachment','image/jpeg',0),(949,1,'2019-03-25 08:04:52','2019-03-25 08:04:52','','billing_img_1','','inherit','open','closed','','billing_img_1-2','','','2019-03-25 08:04:52','2019-03-25 08:04:52','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg',0,'attachment','image/jpeg',0),(952,1,'2019-03-25 08:06:22','2019-03-25 08:06:22','','billing_img_3','','inherit','open','closed','','billing_img_3','','','2019-03-25 08:06:22','2019-03-25 08:06:22','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3.jpg',0,'attachment','image/jpeg',0),(953,1,'2019-03-25 08:06:41','2019-03-25 08:06:41','','billing_img_4','','inherit','open','closed','','billing_img_4-2','','','2019-03-25 08:06:41','2019-03-25 08:06:41','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1.png',0,'attachment','image/png',0),(955,1,'2019-03-25 08:09:03','2019-03-25 08:09:03','','billing_img_2','','inherit','open','closed','','billing_img_2-2','','','2019-03-25 08:09:03','2019-03-25 08:09:03','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1.png',0,'attachment','image/png',0),(957,1,'2019-03-25 08:14:33','2019-03-25 08:14:33','','sub_img_2','','inherit','open','closed','','sub_img_2-2','','','2019-09-24 11:31:41','2019-09-24 11:31:41','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg',0,'attachment','image/jpeg',0),(958,1,'2019-03-25 08:14:52','2019-03-25 08:14:52','','sub_img_3','','inherit','open','closed','','sub_img_3-2','','','2019-09-24 11:30:54','2019-09-24 11:30:54','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg',0,'attachment','image/jpeg',0),(962,1,'2019-03-25 08:20:25','2019-03-25 08:20:25','','billing_top_img2','','inherit','open','closed','','billing_top_img2-2','','','2019-03-25 08:20:25','2019-03-25 08:20:25','',436,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png',0,'attachment','image/png',0),(964,1,'2019-03-25 08:27:57','2019-03-25 08:27:57','','sol_1','','inherit','open','closed','','sol_1-2','','','2019-03-25 08:27:57','2019-03-25 08:27:57','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png',0,'attachment','image/png',0),(965,1,'2019-03-25 08:28:15','2019-03-25 08:28:15','','sol_2','','inherit','open','closed','','sol_2-2','','','2019-03-25 08:28:15','2019-03-25 08:28:15','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png',0,'attachment','image/png',0),(966,1,'2019-03-25 08:28:36','2019-03-25 08:28:36','','sol_3','','inherit','open','closed','','sol_3-3','','','2019-03-25 08:28:36','2019-03-25 08:28:36','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png',0,'attachment','image/png',0),(967,1,'2019-03-25 08:28:51','2019-03-25 08:28:51','','sol_4','','inherit','open','closed','','sol_4-2','','','2019-03-25 08:28:51','2019-03-25 08:28:51','',129,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png',0,'attachment','image/png',0),(971,1,'2019-03-26 09:01:02','2019-03-26 09:01:02','','industry_img1','','inherit','open','closed','','industry_img1','','','2019-03-26 09:01:02','2019-03-26 09:01:02','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png',0,'attachment','image/png',0),(973,1,'2019-03-26 11:31:01','2019-03-26 11:31:01','<p class=\"justify-text\">It is no mystery that companies operating under a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management</strong></a> system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>\r\n<p class=\"justify-text\">As an entrepreneur, you need to pay close attention to the invoicing process so that the margin of error remains zero. At times, we may fail to realize of any mistake, but your customers won’t be so forgiving. If they have an aversion to your invoicing practices, it won’t take long for them to take their business to one of your competitors. Don’t let this situation bog you down and take note of the top 5 invoicing mistakes that you should be avoiding.</p>\r\n<strong>Ambiguity or unexplained information</strong>\r\n<p class=\"justify-text\">Imagine yourself being in a situation where you receive a generic email mentioning that you owe X amount of dollars. It doesn’t say anything about the other details. This will leave you feeling puzzled. The situation can go haywire when you are receiving invoices from multiple companies every month. So here is what you should be doing instead: give a full breakdown of all the charges listed. If there is varying information such as special offers, upgrades or charges for renewal, they should be clearly stated. This will also help the client to keep a track of the deliverables and the payments that have been made.</p>\r\n<strong>Not using the right tone</strong>\r\n<p class=\"justify-text\">Invoices are an impersonal mode of communication and may fail to connect with customers on a personal level. Being polite and making use of terms such as thank you can go a long way in building a long lasting customer relationship. Similarly, using language such as if you fail to pay up on time, you will be penalized will come off as harsh and is a big No, No!</p>\r\n<strong>Fail to follow up</strong>\r\n<p class=\"justify-text\">During the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing </strong></a>process, nothing hurts a business as bad as overdue payments. If this situation takes a toll, it is very likely to create issues with your accounting books. To combat this problem you need to send out a polite reminder that payment is due. There can be a number of reasons why a customer couldn’t pay up on time. It is important that as a business you keep your cool and understand that perhaps the issue may have occurred due to some financial difficulty.</p>\r\n<strong>Issuing generic invoices</strong>\r\n<p class=\"justify-text\">When you are creating templates for your invoices, make sure to use the company’s logo and colors to make it look distinctive. This will immediately set you apart from the competitors and as a brand will also give you instant recognition in the eyes of your customers.</p>\r\n<strong>Deploy marketing tactics</strong>\r\n<p class=\"justify-text\">Many fail to capitalize on this hidden marketing opportunity that companies fail to include on invoices such as discount offers, launch of a new product etc.</p>\r\n<p class=\"justify-text\">A powerful <strong>subscription management</strong> software can help you overcome these blunders. Its <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>Subscription Analytics and Reporting </strong></a>tools can further improve the overall efficiency of the business. Watch this space for more updates.</p>','5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','<p class=\"justify-text\">It is no mystery that companies operating under a subscription management system have to chase after customers month after month in an attempt to streamline their cash flow. Collecting outstanding payments is a major concern for majority of the businesses where they have to send out regular recurring invoices. However, care must be taken to maintain a proper decorum while sending out payment reminders. This is critical for the success of the company and will help to maintain a positive relationship with your customers. Primarily, you will be making use of invoices as a form of communication between you and your clients. Hence, a poorly designed one could be the cause of obstruction in untimely payments.</p>','publish','open','open','','5-recurring-billing-and-invoicing-errors-that-can-undermine-your-customer-relationships','','','2019-05-21 06:08:07','2019-05-21 06:08:07','',0,'https://staging.subscriptionflow.com/?p=973',0,'post','',0),(978,1,'2019-03-26 10:57:52','2019-03-26 10:57:52','','industry_img2','','inherit','open','closed','','industry_img2','','','2019-03-26 10:57:52','2019-03-26 10:57:52','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png',0,'attachment','image/png',0),(980,1,'2019-03-26 11:29:47','2019-03-26 11:29:47','','billing and invoicing process','','inherit','open','closed','','v211-social-media','','','2019-03-26 11:30:06','2019-03-26 11:30:06','',973,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg',0,'attachment','image/jpeg',0),(991,1,'2019-03-26 12:20:50','2019-03-26 12:20:50','','industry_img3','','inherit','open','closed','','industry_img3','','','2019-03-26 12:20:50','2019-03-26 12:20:50','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png',0,'attachment','image/png',0),(995,1,'2019-03-26 13:17:44','2019-03-26 13:17:44','','industry_img4','','inherit','open','closed','','industry_img4','','','2019-03-26 13:17:44','2019-03-26 13:17:44','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png',0,'attachment','image/png',0),(997,1,'2019-03-26 13:43:01','2019-03-26 13:43:01','','industry_banner','','inherit','open','closed','','industry_banner','','','2019-03-26 13:43:01','2019-03-26 13:43:01','',828,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png',0,'attachment','image/png',0),(1000,1,'2019-03-27 07:41:31','2019-03-27 07:41:31','','Subscriptionflow','','inherit','open','closed','','subscriptionflow','','','2019-03-27 07:41:31','2019-03-27 07:41:31','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscriptionflow.png',0,'attachment','image/png',0),(1001,1,'2019-03-27 11:16:43','2019-03-27 11:16:43','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>\r\n<strong>Modify your subscriptions according to customer’s needs</strong>\r\n<p class=\"justify-text\">Given the stiff competition and the changing needs of the customer, businesses that can anticipate the need and satisfy the whims of the disgruntled consumers will emerge as a winner. As a company you need to make sure that the data being shared is transparent and gives the user full control. A successful subscription business is one which stays one step ahead of the competition and responds immediately to the changing needs of its consumers. This can be done by adding more services or upgrading the product to changing billing cycles, keeping the convenience of the user in mind.</p>\r\n<strong>Incorporate Usage-based Pricing</strong>\r\n<p class=\"justify-text\">Customers are not going to pay for things that they don’t use. This is why businesses need to implement usage-based pricing to enhance perceived value and ensure user satisfaction. According to Deloitte Insights report details, companies that made use of usage-based pricing model, saw an 8% increase in their growth rate. There is also data available which contradicts to the growth ratio and instead warns against depending too much on usage-pricing. The bottom line is usage-based pricing is mandatory but it all comes down to finding the right combination for your revenue mix.</p>\r\n<strong>The Finance team will undergo major transformation</strong>\r\n<p class=\"justify-text\">Given the changing dynamics of the workplace, companies need to shift gears and mold accordingly. Finance roles are changing and becoming more customer-oriented. To further understand each, let’s look at some examples. Initially, it was all about closing a one-time product deals but now the focus has gone towards nurturing long-term relationships. As for orders, it dealt with manually entering new orders but now the emphasis is on successfully managing large volumes of varied orders. <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Billing and Invoicing </strong></a>was about drafting one-off invoices but now it has become more complex with the introduction of recurring invoices and monitoring customer usage. It all boils down to how the business capitalizes on its strengths and uses opportunity to its advantage.</p>\r\n<strong>The dawn of a three-cloud architecture</strong>\r\n<p class=\"justify-text\">ERP and CRM have dominated the world of enterprise software. However, it fails to provide the kind of support that the Subscription Economy requires. We understand the function of CRM which is to manage opportunities, leads etc. whereas ERPs manage the general ledger. But what the business actually needs is a much robust system that can provide dynamic pricing, <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\"><strong>subscription analytics and reporting</strong></a>, event – driven billing and time-based metrics, to name a few. As we speak, no CRM or ERP is capable of performing those functions. Hence, modern companies need a new technology that can fill the loopholes left by both the cloud applications.</p>','Where the Subscription Economy is headed let our experts do the talking','<p class=\"justify-text\">It comes as a no surprise that the last 10 years have proved extremely favorable for the Subscription Economy. We witnessed how industries have grown and shifted from products to services. According to a survey, Subscription Management took a leap from $60 million in sales in 2011 to $2.6 billion in 2016. But due to rising customer acquisition costs, increase in churn; things have taken a back-seat and progress has slowed down. We took the subject to the experts and here are the predictions that can help the business sustain growth in the years to come.</p>','publish','open','open','','where-the-subscription-economy-is-headed-let-our-experts-do-the-talking','','','2019-05-21 06:02:24','2019-05-21 06:02:24','',0,'https://staging.subscriptionflow.com/?p=1001',0,'post','',0),(1002,1,'2019-03-27 11:14:28','2019-03-27 11:14:28','','Subscription Management','','inherit','open','closed','','subscription-management','','','2019-03-27 11:14:28','2019-03-27 11:14:28','',1001,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscription-Management.jpg',0,'attachment','image/jpeg',0),(1004,1,'2019-04-01 10:17:31','2019-04-01 10:17:31','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management system</a> will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>\r\n<p class=\"justify-text\"><strong>Set out a plan:</strong> At this stage you can’t plan for all the changes that will happen when you are faced with customers in real-time. Nevertheless, it is still a great place to start. Think of all the different pricing strategies that may or may not be required depending upon competition, international pricing, bundled pricing etc.</p>\r\n<p class=\"justify-text\"><strong>There is no room for error:</strong> If the customer has been charged incorrectly or not given pertinent details, it can lead to a major cause of customer dissatisfaction and churn. Always make sure that you are charging the correct amount to the specific person for the right amount of time. Spreadsheet-based billing can pave way for errors and data inaccuracy, which is why they are fast becoming obsolete in workplace settings.</p>\r\n<p class=\"justify-text\"><strong>Provide correct information:</strong> It is the company’s responsibility to ensure that the website and <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing systems</a> are updated regularly. Questions should be fully answered. It doesn’t matter even if the invoice was correctly calculated but if it fails to meet the customer’s expectations, then you are on your way to losing a customer. As for recurring pricing, following points should be clearly stated: initial charges which includes setup fees, activation fees etc., and subscription charges: whether the company will charge in advance, or at the end of the period? Be very specific in mentioning whether the billing is on the 1st or the 31st.</p>\r\n<p class=\"justify-text\"><strong>Handle credit card declines graciously:</strong> Don’t blacklist a long-term client because their card number changed or the card expired. Instead, send them a warning or impose a penalty. You should set out grace periods which will keep the customers on their feet.</p>\r\n<p class=\"justify-text\"><strong>Be prompt in answering all the questions</strong>: Customers shouldn’t have to go from pillar to post looking for help. There should be a central location both with customer agents and sales team where all the adjustments, credits, discounts, charges and refunds are handled.</p>\r\n<p class=\"justify-text\"><strong>Don’t ignore Subscription Analytics and Reporting:</strong> Your <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> must have powerful analytic features which allows you to gain a deeper insight into your customer’s behavior and understand the health of your business better. You should give particular attention to churn rate, acquisition costs, usage etc. The report should be integrated into a cloud system so that the data is easily shared throughout the organization.</p>\r\n<p class=\"justify-text\">As technology evolves and the dynamics of the workplace shifts, companies need to be quick on their feet and adapt to their customer’s changing needs. For any SaaS or subscription based company, its billing platform will make or break the business. A hybrid pricing strategy which caters to a diverse customer base will prove lucrative for the business in the long-run.</p>','What Factors to Consider when Choosing a Subscription Management Service','<p class=\"justify-text\">It may not seem like a critical decision but the wrong choice of Subscription Management system will result in unfavorable consequences for the co-workers, customers and the company. That’s why it is imperative that you speak with a product expert before finalizing the decision and implementing the process. We have compiled some useful tips that can aid in your decision making process.</p>','publish','open','open','','what-factors-to-consider-when-choosing-a-subscription-management-service','','','2019-05-21 06:00:07','2019-05-21 06:00:07','',0,'https://staging.subscriptionflow.com/?p=1004',0,'post','',0),(1005,1,'2019-04-01 10:10:51','2019-04-01 10:10:51','subscription management software ','subscription management software','','inherit','open','closed','','subscription-management-2','','','2019-04-01 10:11:13','2019-04-01 10:11:13','',1004,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/subscription-management-.jpg',0,'attachment','image/jpeg',0),(1013,1,'2019-04-08 13:30:43','2019-04-08 13:30:43','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management </strong></a>is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>\r\n<strong>Start with aligning your team</strong>\r\n<p class=\"justify-text\">When companies want to adopt a new system, many different professionals will be invited onboard. When a new system is introduced, people want to learn about it in the shortest given time and speed up the transition phase. Implementing a <strong>billing and invoicing</strong> system is a step in the right direction that can impact the health and well-being of the company. The onboarding process is likely to get many people involved which can lead to a clash of opinions. In order to combat this problem, decision makers need to be brought on the same page so that the process can move forward efficiently. What you can do is to identify all decision makers and place them in different working groups. Then nominate a project manager who should represent the team unanimously.</p>\r\n<strong>Develop a concrete understanding of what the business sells</strong>\r\n<p class=\"justify-text\">This may seem quite basic but at times confusion can happen. A business may be under the impression that they have two basic products but upon a closer look, the implementation team brings to their knowledge that there are more products on the offering. This could happen when customers tend to give emphasis to a certain product or when a certain merchandise gains popularity.</p>\r\n<strong>Set out a plan which gives a clear overview of the transition process</strong>\r\n<p class=\"justify-text\">In order to ensure that the billing system runs smoothly, proper work needs to be done and preparation should be made that will equip you for any shortcomings. When you will take the time out to streamline the product catalog and sort out all the data, information will load correctly. There will be less chances for error to happen and a team will be in standby to guide you through the integration process. All these will seem time consuming but this preparation is going to be worth it in the long run. So before getting started, set aside the number of hours that the team can spend on the back-end.</p>\r\n<strong>Enjoy business growth in the long run</strong>\r\n<p class=\"justify-text\">When a business understands the value that it will gain from automating its billing process, the entire transition becomes not just exciting but stress free. Subscription management platform will also allow you to take advantage of <strong><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription Analytics and Reporting</a>. </strong>You will not just eliminate the bottlenecks that are a regular feature of manual billing but also save valuable resources such as time and money. The main idea of introducing such a platform is to help subscription based businesses succeed and resolve billing bottlenecks.</p>','How can a Company Transition to a Subscription Platform Swiftly','<p class=\"justify-text\">When you hear of Software as a Service (SaaS) companies, the thing that comes to mind are the tools and benefits which the system offers. Such a financial technology is designed to provide ease of usage and an additional layer of security for ensuring data security. The most attractive feature of Subscription Management is that you don’t have to go back and forth as is the case in manual billing. However, there is still some preparation required which will streamline your entire billing process, improve customer experience and reduce churn rate. Automating the billing process will serve to ignite rapid business growth. This can be a very exciting time for the company and following suggestions can make the transition process swift.</p>','publish','open','open','','steps-a-company-should-take-for-transitioning-to-a-subscription-management-platform','','','2019-05-21 05:58:37','2019-05-21 05:58:37','',0,'https://staging.subscriptionflow.com/?p=1013',0,'post','',0),(1014,1,'2019-04-08 13:26:13','2019-04-08 13:26:13','SubscriptionManagement','SubscriptionManagement','','inherit','open','closed','','subscriptionmanagement','','','2019-04-08 13:26:30','2019-04-08 13:26:30','',1013,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/SubscriptionManagement.jpg',0,'attachment','image/jpeg',0),(1020,1,'2019-04-11 08:07:50','2019-04-11 08:07:50','','why_top_banner','','inherit','open','closed','','why_top_banner','','','2019-04-11 08:07:50','2019-04-11 08:07:50','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png',0,'attachment','image/png',0),(1022,1,'2019-04-12 13:25:47','2019-04-12 13:25:47','<h1>Role of a billing component</h1>\r\n<p class=\"justify-text\">It goes without saying the billing component plays an integral role in maintaining a stable financial stream for the company. Whether a one-time purchase or a subscription-based billing activity, SaaS businesses need to keep a close check on their billing model. This will ensure the smooth running of the entire system.</p>\r\n<p class=\"justify-text\">An influx of different accounting systems in the market can leave the customer in a rather perplexed state of mind. You will find an array of options that have been developed or modified to help facilitate <a href=\"https://staging.subscriptionflow.com/\">billing and invoicing</a>. However, how do you decide which accounting system is right for your business?</p>\r\n<p class=\"justify-text\">It all boils down to factors such as the business type, the product offered, customer count and its fiscal capacity to invest in specific billing products. As you begin to acquaint with different accounting platforms, you need to first develop a better understanding of the three components of primary accounting systems.</p>\r\n\r\n<h2>Major components of Primary Accounting Systems</h2>\r\n<strong>The ledger system</strong>\r\n<p class=\"justify-text\">You can record historical transactions which have already transpired through this system. This is most suitable for cash –oriented dealings used by smaller organizations or those that depend on solo purchases. This accounting system displays transactions at a given point in time. It is not as robust as its counterpart, the ERP (Enterprise Resource Planning) system. Secondly, there is not a lot of functionality and customer records remain static.</p>\r\n<strong>The ERP System</strong>\r\n<p class=\"justify-text\">On the contrary, we have a far more sophisticated system such as the ERP which is built by modules such as supply chain inventory, ledgers, etc. You will also find ERPs that have a billing engine and which can also manage multiple data tables. However, such systems also have a high price tag and are not easily affordable by small- and medium-sized businesses (SMBs).</p>\r\n<strong>The CRM (Customer Relations Management) system</strong>\r\n<p class=\"justify-text\">This shouldn’t be confused with an accounting system. CRM performs the function of managing customer data and gives a holistic view of where the business stands in terms of leads and potential customers between sales opportunities and those which can be converted into a sale. The most cost-effective option available for most SMBs is the ledger system whereas an ERP system isn’t as feasible as Excel or other accounting systems like QuickBooks. This combination may not appear as economical but manually entering data also paves way for errors and inefficiencies.</p>\r\n\r\n<h3><strong>Impact that the billing systems have on regular billing and subscription billing</strong>\r\nSMBs encounter two types of billing:</h3>\r\n<strong>1. Regular billing.</strong>\r\n\r\nThis deals with a one-time purchase where you are extracting the customer –related data from CRM. And on the payment front, an invoice is generated.\r\n\r\n<strong>2. Subscription billing.</strong>\r\n<p class=\"justify-text\">Subscription-based companies mostly make use of such a billing system. Here, an invoice is created as per a regular schedule i.e. on a recurring basis. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>subscription management software</strong></a> can make life extremely easy by automating your entire billing process. It will also take into account all the adjustments and changes like usage or variable considerations.</p>\r\n<p class=\"justify-text\">A general procedure is followed for both types of billing. A business will take the order which has been closed and then enters it into <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> as well as a fulfilment system. The details which need to be entered are payments, payment terms, products ordering and number of pieces ordered.</p>\r\n<p class=\"justify-text\">In case you don’t have a ledger based billing system and want to do subscription billing, then you will have to manually perform journal entries to meet the set requirements. However, it is imperative that you set up the deferred revenue. This is done so that the revenue portion is noted correctly from a revenue recognition perspective. Doing so will also ensure that the customer details are correct and the invoices are being sent out to the right person.</p>\r\n<p class=\"justify-text\">For those SMBs that have to do subscription billing manually, go through a tedious process which is not just extensive but also mentally draining. The good thing about subscription management platform is that it fills the gap between the CRM and the ledger system without having to resort to an ERP system. Such billing systems are designed to integrate seamlessly with your CRM and handle all complex billing scenarios.</p>','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','<p class=\"justify-text\">It goes without saying that the billing component plays an integral role in maintaining a stable financial stream for the company. Whether it is a one-time purchase or a subscription based billing activity, SaaS businesses need to keep a close check on their billing model to ensure a smooth running of the entire system.</p>','publish','open','open','','drawing-a-distinction-between-accounting-software-and-subscription-billing-software-for-smbs','','','2019-06-11 13:33:43','2019-06-11 13:33:43','',0,'https://staging.subscriptionflow.com/?p=1022',0,'post','',0),(1023,1,'2019-04-12 13:19:26','2019-04-12 13:19:26','','billing-and-invoicing-software','','inherit','open','closed','','billing-and-invoicing-software-2','','','2019-04-12 13:20:42','2019-04-12 13:20:42','',1022,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg',0,'attachment','image/jpeg',0),(1027,1,'2019-04-19 14:14:05','2019-04-19 14:14:05','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around <a href=\"https://en.wikipedia.org/wiki/Technology\">technology</a> but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>\r\n\r\n<ul>\r\n <li><strong>GDP will become outdated</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The current GDP is operating through a framework which fails to capture the value of recurring revenue. When you look at the national GDP, a dollar is represented as a dollar, having a discrete value. This is not the case in a Subscription Economy where there are no finite values. This is because SaaS or subscription companies have multiple sources of revenue. A subscription based business that uses <strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a></strong> strives to sustain lifetime customer value for an ongoing period of time. For example upgrades and bundling once included in the mix will increase the revenue figures quickly. This way there are billions of dollars of economic activity which are not being registered correctly.</p>\r\n\r\n<ul>\r\n <li><strong>A spike in demand for the car companies</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A rise in automation and transportation solutions will see an increase in fleet management and a decline in car sales. However, all the major auto firms know for a fact that they will still be manufacturing cars for the emerging ride sharing platforms and the new digital services. Given the fierce competition, these companies thrive on the motto: true mobility as a service. This includes taking advantage of all modes of transport and not only driving. As companies start to capitalize on this opportunity, it is very likely that you won’t buy your next car, you will subscribe to it.</p>\r\n\r\n<ul>\r\n <li><strong>New life gets breathed into malls</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The concept of retail annihilation has given rise to a state of utter confusion. However, this is far from what the facts state. As an obvious distinction starts to draw up between online and physical retail, people think that brick and mortar stores will take a back-seat. But the actual gap emerges from data-driven, app- centric retailing versus old retailing. As a growing number of digital franchises start setting up new brick and mortar stores, malls will become entertainment avenues and partial museums. The only way for malls to thrive will be through investing in access and amenities.</p>\r\n\r\n<ul>\r\n <li><strong>Big banks get Netflixed</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The financial industry is looking for new ways to feed on consumer inertia. The customer experience that you derive from them is similar to that of the old TV networks. A new wave of fintech options are motivating people to not let their assets just sit in their bank accounts. These companies are looking for ways to decentralize power within the finance industry.</p>\r\n\r\n<ul>\r\n <li><strong>The content industry will enjoy a stable growth</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">The mass media which is made of pop starts, blockbuster movies and best-sellers are here to stay. People want entertainment and such modes are a solid source of the same. But content creators have mainly been in the spotlight through subscription platforms. We will see how these avenues will become a mainstream force at large. The support these folks will enjoy will come from their dedicated fans and the stardom the content creators will have is going to be long-term unlike that of flashy YouTube stars.</p>\r\n\r\n<ul>\r\n <li><strong>AI platforms will change the face of ownership</strong></li>\r\n</ul>\r\n<p class=\"justify-text\">A growing number of consumers subscribe to Netflix or Spotify for watching movies or listening to music. The concept of buying music or movies has significantly declined. A time will come when we won’t own any products but we will subscribe to them. The subscription management platform offers a robust <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> that allow customers to purchase multiple subscriptions from the comfort of their homes. You can see the trend in transportation industry and consumer electronics and this is picking pace and will soon reach to products such as clothes, floors chairs etc. A time will come when subscribing to services will be the norm such as housing services, furniture services, clothing services etc. Things are changing fast and we will soon be living in a true <a href=\"https://neilpatel.com/blog/excel-at-subscription-economy/\">Subscription Economy</a>.</p>','Where is the World headed Technology Predictions for 2025','<p class=\"justify-text\">We live in interesting times. There are many predictions floating around technology but we need to keep up with all the changes well before they develop and flourish. It has been widely observed that the market is shifting towards a subscriptions and service-based economy. In the coming years every industry is likely to be affected by this transformation. Let’s look at some of the changes that are likely to happen in the years to come.</p>','publish','open','open','','where-is-the-world-headed-technology-predictions-for-2025','','','2019-05-21 05:54:37','2019-05-21 05:54:37','',0,'https://staging.subscriptionflow.com/?p=1027',0,'post','',0),(1028,1,'2019-04-19 14:01:52','2019-04-19 14:01:52','','Subscription Management Software','','inherit','open','closed','','online-education-training-infographics','','','2019-04-19 14:02:25','2019-04-19 14:02:25','',1027,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg',0,'attachment','image/jpeg',0),(1035,1,'2019-04-29 07:22:16','2019-04-29 07:22:16','<h1><strong> Scalable Subscription Model</strong></h1>\r\n<p class=\"justify-text\">Companies looking to stay ahead of the competition in the subscription world should adopt techniques that scale their operations. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\"><strong>Subscription Management Software </strong></a>that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription-based businesses. Where there is a direct proportionality between the customer base and the overhead.</p>\r\n\r\n<h2><strong>Challenges in Scaling a Subscription based Business </strong></h2>\r\n<p class=\"justify-text\"><strong>Scaling too Soon</strong>: A subscription company that embarks on the road to success encounters a number of changes. You hire more human resource, break into new markets, build new partnerships and expand your customer base. Growth and increased revenue motivate but scaling too quickly can also be troublesome. The company will then realize that they have acted too impulsively in their hiring process and otherwise. It is best to initiate the process gradually, one step at a time. This allows you to approach the situation in a more pragmatic manner. It starts with empowering your team and catering to the needs of new customers.</p>\r\n<strong>Reaching Out to Customers</strong>: You can tell how successful a subscription-based business is by the 24/7 service they offer. When you are in the process of scaling your business, service levels may experience some bumps in the road. This can lead to a high influx of complaints from customers. Make sure you have a system that allows customers to air their grievances otherwise the business stands the chance of losing potential customers and revenue. Set up a team which solely attends to customer complaints. When you will be quick to respond and resolve, it will improve satisfaction and boost the value of the brand.\r\n<h3><strong> Impact of cost-cutting across departments</strong></h3>\r\n<strong>Cost-Cutting</strong>: As your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>billing and invoicing software</strong></a> experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments will become a challenge. The cost of additional servers and infrastructure will weigh heavy and if you don’t manage it, it may even dry the outlay of funds. To combat this problem, start by paying close attention to the cost of acquisition and payback periods.\r\n\r\n<strong>Managing Rapid Growth</strong>: When you initially started off, customer engagement was easy but as your subscription- business begins to scale, thousands of new customers have to be entertained. A mix of products and services, different billing cycle and payment gateways can add intricacies to your billing scenario. You will need to take measures that help to sustain growth and at the same time remain engaged with new customers. By staying one step ahead, the business will generate accurate invoices, where the customers are charged accurately and both existing and new customers are satisfied.\r\n<h4><strong>Getting rid of unprofitable services</strong></h4>\r\n<strong>Revamp your services: </strong>Company will only grow when you get rid of unprofitable services. This means that departments, products and even staff members that don’t serve any purpose, need to let go off. This is a bitter truth but when aspects don’t gel should be removed for more workable actions. You will notice how removing the clutter will help the business grow more effectively.\r\n<p class=\"justify-text\"><strong>Competitive Pricing: </strong>It is wrong to assume that scaling your operations will give the business an edge to set the price that it wants. The business should concentrate on providing excellent customer service and quality without positioning itself as a low-cost provider.</p>','Take Your Billing and Invoicing Software to Unprecedented Heights','<p class=\"justify-text\">Companies that want to stay ahead of the competition in the subscription world will need to adopt techniques that help them to scale their operations. A Subscription Management Software that generates profit for the company is critical but care must be taken to adopt a scalable subscription model. Scaling your business is ought to bring benefits to both the customer and the business itself. Yet organizations find themselves surrounded by a number of challenges. Mostly these take the form of inadequate budget, incapable systems and lack of expertise. This especially holds true for subscription – based businesses where there is a direct proportionality between the customer base and the overhead.</p>','publish','open','open','','take-your-billing-and-invoicing-software-to-unprecedented-heights','','','2019-06-03 11:16:59','2019-06-03 11:16:59','',0,'https://staging.subscriptionflow.com/?p=1035',0,'post','',0),(1036,1,'2019-04-26 14:15:53','2019-04-26 14:15:53','','Best-Subscription-Management-Software-2019','','inherit','open','closed','','best-subscription-management-software-2019','','','2019-04-26 14:17:42','2019-04-26 14:17:42','',1035,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg',0,'attachment','image/jpeg',0),(1043,1,'2019-05-07 06:02:58','2019-05-07 06:02:58','<strong>Why Subscription Flow is affordable for small businesses</strong>\r\n<p class=\"justify-text\">If you are a small business owner searching for a robust billing and invoicing management software, we have good news. We understand that you are looking for the best but what exactly are those specific factors? The right system is one that is affordable, easy to use, integrate and scalable at the same time.</p>\r\n<strong>Small business benefit from an automated billing system</strong>\r\n<p class=\"justify-text\">A small business such as a fitness club or book club that has recently launched its program will benefit from an automated billing system which streamlines the essentials so that it can concentrate on making the business best out of the lot. You can save time, money and enhance customer loyalty with Subscription Flow. Such a billing and invoicing management software are versatile enough to become integrated with businesses large and small in fields such as marketing, online training, waste disposal etc. When you are experimenting with pricing options this is the best platform as it gives you tools to change plans easily whenever the need arises. The growing popularity of Subscription Flow can be accounted to how conveniently it can fill the need for its customers.</p>\r\n<strong>Handle discounts, promotions and coupons</strong>\r\n<p class=\"justify-text\">When you run a subscription-based business a company will deploy various marketing techniques. Offering special promotions such as discounts, coupons or rate reductions is likely to change the price over a certain period of time. Keeping a track of these changes can be difficult and if you charge the customer wrong price, it could lead to customer churn. Similarly, experimenting with bundling products can become difficult to monitor manually. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> will incorporate all the changes i.e. discounts, coupons and promotions without giving the business a migraine.</p>\r\n<strong>Corporate branding on invoices</strong>\r\n<p class=\"justify-text\">No matter how large or small a business is corporate branding is imperative for its success. It works to add a level of credibility and professionalism. All these qualities gel together to increase profits for the company. Strategic branding should be a part of business cards, letterheads and invoices. 89% of marketers placed brand awareness way ahead of sales and lead generation. A billing software such as Subscription flow allows you to create professional-looking invoices and includes information i.e. text fields, footers, memos to display all the necessary customer and product information etc.</p>\r\n<strong>Choose the preferred payment method</strong>\r\n<p class=\"justify-text\">Customers are becoming increasingly finicky about business transactions. They demand absolute satisfaction from a product but if it fails to deliver, they are quick to go to competitors. This is why subscription management software is the best choice for companies that want to tend to increased customer demands by offering a diverse range of payment methods.</p>\r\n<strong>PCI- compliant subscription management platform</strong>\r\n<p class=\"justify-text\">The <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best software for billing and invoicing</a> should be PCI – compliant so that consumer’s financial information is protected from all kinds of security threat. In a subscription e-commerce industry, companies have to deal with recurring billing where customers are billed automatically. Subscription Flow incorporates this feature so the organization does not have to worry about these issues. Every company aims to keep a check on its health. This is achieved with the use of reports, analytics and a close look into business performance, and customer preferences. If you wish to gain a better understanding of your strengths and weaknesses, a business should choose Subscription Flow.</p>','Best Billing and Invoicing Software 2019 for Small Businesses','<p class=\"justify-text\">If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place. It is understandable that you are looking for the best but there are specific factors that the business should be on the lookout for.</p>','publish','open','open','','best-billing-and-invoicing-software-2019-for-small-businesses','','','2019-06-03 07:54:28','2019-06-03 07:54:28','',0,'https://staging.subscriptionflow.com/?p=1043',0,'post','',0),(1044,1,'2019-05-07 05:42:47','2019-05-07 05:42:47','best-software-for billing-and-invoicing','best-software-for billing-and-invoicing','','inherit','open','closed','','best-software-for-billing-and-invoicing','','','2019-05-07 05:43:26','2019-05-07 05:43:26','',1043,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg',0,'attachment','image/jpeg',0),(1076,1,'2019-05-21 06:33:53','2019-05-21 06:33:53','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\"> Your request has been received. We will contact you shortly with the details</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you for free Account','','publish','closed','closed','','thank-you-for-free-account','','','2020-05-07 09:44:59','2020-05-07 09:44:59','',0,'https://staging.subscriptionflow.com/?page_id=1076',0,'page','',0),(1110,1,'2019-05-22 10:49:17','2019-05-22 10:49:17','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of <a href=\"https://medium.com/@subscriptionflow/top-drivers-to-help-you-select-billing-and-invoicing-software-ca35387aaf01\">billing and invoicing management software </a>‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>\r\n<p class=\"justify-text\">A non-recurring business can gain competitive advantage and increase market share by introducing a subscription component to its offering. Porsche is a popular example of this type of hybrid billing model that deployed subscription service given the convenience and popularity subscription commerce garnered. Subscription businesses are making use of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>best software for billing and invoicing </strong></a>to sell one-time products combined with subscription plans. For example an accessories shop offering a monthly jewelry service can also sell embellished jewelry boxes. Similarly, subscribers to Netflix, may purchase a USB with their subscription.</p>\r\n<img class=\"alignnone size-full wp-image-1140\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\" alt=\"\" width=\"1000\" height=\"750\" />\r\n\r\n \r\n<h3><strong>Best Billing and Invoicing Software 2019 changing the e-commerce landscape</strong></h3>\r\n<p class=\"justify-text\">The aforementioned examples demonstrate the changing face of consumption patterns. Businesses need to remain vigilant and improvise according to these shifts. Many elements come into play and it will depend on how flexible the business is if it wants to take advantage of new opportunities to earn revenue. An organization with this goal in mind should work towards providing a seamless checkout experience for a combination of one-time and recurring items. Billing and invoicing management software is designed to tackle invoices, confirmations, renewals, and backend operational workflows. The complex billing scenario inherent in multiple subscriptions and one-time purchases are easily managed.</p>\r\n\r\n<h3><strong>Best Billing and Invoicing Software 2019 for Hybrid Billing Model</strong></h3>\r\n<p class=\"justify-text\">The subscription management software gives customers a platform through which they can sell a combination of subscriptions and one-time products. Businesses can devise a formula that combines one-time charges and fixed recurring into a single invoice. When obstructions are removed, this paves way for a simple and quick checkout experience. A robust billing software entails features that consolidate the purchase of multiple one-time items or subscriptions into a single transaction. Subscribers will then receive a single confirmation email that sets path for a clear line of communication and improved experience. A combined invoice helps to reduce involuntary churn from transactions that appear faulty. A business that partakes fewer transactions also has less gateway costs.</p>\r\n<img class=\"alignnone size-full wp-image-1142\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\" alt=\"\" width=\"1000\" height=\"695\" />\r\n<h3><strong>Calendar Billing</strong></h3>\r\n<p class=\"justify-text\">This is a fantastic feature that gives customers clarity in their communications. This will prove especially beneficial for companies that have multiple subscriptions. Customers who wish to purchase more than one subscription can easily renew those subscriptions via a single invoice or transaction. The process for both the business and the customer is streamlined. The customer gets only a single conformation email whereas the business incurs minimal transaction costs. These features are a part of the invoicing software designed to bring flexibility to subscription-based businesses.</p>\r\n<p class=\"justify-text\">With plenty of options available choosing the <a href=\"https://billing-and-invoicing-software.site123.me/my-blog/top-drivers-for-the-best-billing-and-invoicing-software\">best software for billing and invoicing</a> can be a daunting task. You should look for a system that is simple, easy to use, can be customized according to the needs of the business, generates clear and accurate invoices, saves time and effort, and ultimately leads to higher levels of customer satisfaction. It is important to remember that the right invoicing management software can either make or break the business.</p>','Billing and Invoicing Software for Changing Consumption Patterns','<p class=\"justify-text\">A variety of industries are endorsing the subscription model in the hope to build loyalty and improve customer experience. Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model. A popular example is that of Adobe which doesn’t sell its software through a licensing model. Customers can purchase the product through a monthly SaaS subscription fee.</p>','publish','open','open','','billing-and-invoicing-software-for-changing-consumption-patterns','','','2019-05-22 11:10:28','2019-05-22 11:10:28','',0,'https://staging.subscriptionflow.com/?p=1110',0,'post','',0),(1116,1,'2019-05-22 10:32:36','2019-05-22 10:32:36','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Recurring Payments Processing and Accounting\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]<strong>Ensure on-time recurring payments effortlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></strong>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Running a subscription business is fraught with challenges already. What you need is an agile Automatic Recurring Payments System that can handle online recurring subscription payments, so you can focus on growing your business. Look no further. Experience the smartest way to automate recurring payments with SubscriptionFlow—The Best Recurring Payment Platform.</strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1150\"][vc_column][vc_single_image image=\"2496\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Faster Recurring Payment Methods</h3>\r\nGive your customers more ways to pay their automatic recurring payments with trusted <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a> i.e. Authorize.net, JPMorgan Chase, GoCardless, Stripe, CyberSource and 23+ more, with 100+ currencies available in SubscriptionFlow. Online recurring payments software is designed to ensure that customers never worry over a lack of payment options no matter where they are located. Our out-of-the-box integrations for online recurring payment processing allow you to accept payments via Direct Debit, credit cards, and digital wallets like Worldpay, Amazon Pay, and Apple Pay. You can also collect the old-fashioned way through bank transfers and checks.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Automatic Payment Reminders</h3>\r\nTracking your customers for payments is often no simple task. When you have more invoices, more payments, collections for payments can become complicated and painful. It gets even more exhausting when you have to send reminders in large numbers. With SubscriptionFlow’s online recurring payment processing intelligent tools, you can automatically remind customers about approaching payment dates.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Process Glitch-free Payments</h3>\r\nEven after multiple reminders, some customers fail to pay on time or invoices remain long overdue. Leverage the best Recurring Payment System—SubscriptionFlow to quickly build your own automated dunning processes by configuring smart retries mixed with reminder emails based on your customer’s payment history. Now, you can remove payment-related involuntary churn and recover lost opportunities with zero effect. SubscriptionFlow is an advanced-level online recurring payment software that can orchestrate a solution that is up to date with all the modern payment technologies.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Multicurrency Support</h3>\r\nAs your business ventures out globally, beyond your own borders, don’t get bogged down due to the choice of your currency or the fluctuating exchange rates. When you have customers hailing from different parts of the world, dealing in one currency just doesn’t cut it. With our multicurrency support for online recurring payment processing, you can fetch real-time rates automatically. Accept automatic recurring payments from customers in their native currency and have that converted into your base currency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Hosted Subscription Pages</h3>\r\nCreating a website is a cumbersome task already. Our best recurring payment software offers easy-to-use interface that requires no coding as you can use our customizable Hosted Payment Pages to sign up subscribers, implement campaigns and accept payments in a secure and hassle-free manner.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1418\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Generate Statement of Accounts</h3>\r\nTo ensure customers get the best experience, invoices need to be neat, detailed and accurate. SubscriptionFlow’s <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">automated invoicing system</a> lets you customize invoices as per your unique needs and provides you with projected invoicing. You can forecast business over time and get a view of expected invoices. Moreover, SubscriptionFlow’s invoicing engines gives you tools to:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customize statements and invoices</li>\r\n <li>Fully edit the draft and posted invoices</li>\r\n <li>Project invoices that show future billings</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Collections</h3>\r\nSubscriptionFlow is giving you an automated solution to manage all online recurring payment processing and collection tasks in one place. When customers fail to pay or invoices are overdue, this can translate into lost revenue. If immediate action isn’t taken, there can be serious repercussions for the business. However, you can put all your worries to rest with the best recurring payment system and focus on providing cutting-edge business services.\r\n\r\nSubscriptionFlow empowers revenue managers to:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Put each overdue account under the charge of collection agents.</li>\r\n <li>Set reminders and notes for other users.</li>\r\n <li>Get a complete low-down on accounts and collection statuses.</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1422\" img_size=\"full\"][/vc_column][/vc_row]','Recurring Payments Processing & Accounting','','publish','closed','closed','','recurring-payments','','','2021-08-11 06:26:26','2021-08-11 06:26:26','',0,'https://staging.subscriptionflow.com/?page_id=1116',0,'page','',0),(1125,1,'2019-05-22 10:47:19','2019-05-22 10:47:19','Billing and invoicing management software ','Billing-and-invoicing-management-software','','inherit','open','closed','','billing-and-invoicing-management-software','','','2019-05-22 10:47:52','2019-05-22 10:47:52','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png',0,'attachment','image/png',0),(1140,1,'2019-05-22 11:06:22','2019-05-22 11:06:22','','Billing and invoicing management','','inherit','open','closed','','billing-and-invoicing-management','','','2019-05-22 11:06:22','2019-05-22 11:06:22','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg',0,'attachment','image/jpeg',0),(1142,1,'2019-05-22 11:07:22','2019-05-22 11:07:22','','Best subscription management software 2019','','inherit','open','closed','','best-subscription-management-software-2019-2','','','2019-05-22 11:07:22','2019-05-22 11:07:22','',1110,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg',0,'attachment','image/jpeg',0),(1147,1,'2019-05-22 11:18:49','2019-05-22 11:18:49','','payment-screen','','inherit','open','closed','','payment-screen','','','2019-05-22 11:18:49','2019-05-22 11:18:49','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/payment-screen.png',0,'attachment','image/png',0),(1167,1,'2021-11-12 14:11:53','2019-05-23 07:48:48','','Overview','','publish','closed','closed','','payments-processing','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1167',10,'nav_menu_item','',0),(1168,1,'2019-05-23 07:56:39','2019-05-23 07:56:39','','Subscription Billing Automation','','publish','closed','closed','','subscription-billing-automation','','','2019-05-23 07:56:39','2019-05-23 07:56:39','',0,'https://staging.subscriptionflow.com/?page_id=1168',0,'page','',0),(1170,1,'2019-05-23 09:23:21','2019-05-23 09:23:21','<p class=\"justify-text\">Subscription Flow, a world-leading <strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing management</a></strong> platform is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software. Finally, customers can now spend less time on tax compliance and more time focusing on their core offering.</p>\r\n<p class=\"justify-text\">Managing taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, Avalara automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations.</p>\r\n \r\n\r\n<img class=\"alignnone size-full wp-image-1177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\" alt=\"Subscriptionflow+avalara\" width=\"725\" height=\"299\" />\r\n<h2></h2>\r\n<h2><strong>Subscription Flow teams up with Avalara to facilitate customers with tax payments</strong></h2>\r\n<p class=\"justify-text\">For most customers, a configuration in Subscription Flow is simple and the integration is seamless. The client has to set up an account with Avalara. Sales tax is automatically calculated in Subscription Flow with the click of a button. Within a few minutes, clients can process invoices, post applicable sales tax to General Ledger and send the sales tax data to Avalara for further processing.</p>\r\n<p class=\"justify-text\">Our integration with Avalara reiterates Subscription Flow’s commitment to providing retailers with top-of-the-line resources to grow a successful subscription business. Merchants can now be confident that their customers aren’t being over- or undercharged. Customers will have a complete peace of mind that they are being taxed accurately for every transaction. In addition, Subscription Flow customers can take advantage of Avalara’s tax return preparation, filing, and remittance services. Avalara helps calculate taxes for millions of products across the U.S., Canada, Europe, and dozens of other international jurisdictions.</p>\r\n<img class=\"alignnone size-full wp-image-1182\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\" alt=\"subscription-billing-management \" width=\"900\" height=\"700\" />\r\n<h3><strong>About <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a></strong></h3>\r\n<p class=\"justify-text\">Subscription Flow provides enterprise-class recurring billing solution for thousands of subscription-based businesses worldwide. We have helped clients implement pay-as-you-go pricing and packaging models, gain new insights into subscriber behaviour and break into new market segments to gain a competitive advantage. Subscription Flow clients come from a wide range of industries, including travel services, media, consumer goods, cloud services, and telecommunications.</p>\r\n<strong> </strong><strong>About Avalara </strong>\r\n<p class=\"justify-text\"><strong><a href=\"https://www.avalara.com/\">Avalara</a></strong> has helped thousands of small, mid-size and large corporations achieve success by comprehensively managing complicated and burdensome tax compliance obligations imposed by state, local, and other taxing authorities. Avalara’s Compliance Cloud™ platform seamlessly integrates into more than 200 accounting and business applications that span all platforms, including enterprise resource planning (ERP), e-commerce, point of sale (POS), mobile (smartphone applications) compliance (tax returns), and customer relationship management (CRM) systems.</p>\r\n \r\n\r\n ','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','','publish','open','open','','subscription-flow-announces-partnership-with-avalara-to-automate-sales-tax-management','','','2019-12-18 13:57:36','2019-12-18 13:57:36','',0,'https://staging.subscriptionflow.com/?p=1170',0,'post','',0),(1171,1,'2019-05-23 09:22:27','2019-05-23 09:22:27','subscriptionflow partner with avalara','subscriptionflow partner with avalara','','inherit','open','closed','','subscriptionflow-partner-with-avalara','','','2019-05-23 09:23:05','2019-05-23 09:23:05','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg',0,'attachment','image/jpeg',0),(1177,1,'2019-05-23 09:45:33','2019-05-23 09:45:33','Subscriptionflow+avalara','Subscriptionflow+avalara','','inherit','open','closed','','subscriptionflowavalara','','','2019-05-23 09:45:59','2019-05-23 09:45:59','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg',0,'attachment','image/jpeg',0),(1182,1,'2019-05-23 10:00:09','2019-05-23 10:00:09','subscription-billing-management ','subscription-billing-management','','inherit','open','closed','','subscriptionflow-blog-post','','','2019-05-23 10:00:35','2019-05-23 10:00:35','',1170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg',0,'attachment','image/jpeg',0),(1197,1,'2019-05-27 11:37:04','2019-05-27 11:37:04','','bg-masthead','','inherit','open','closed','','bg-masthead','','','2019-05-27 11:37:04','2019-05-27 11:37:04','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/bg-masthead.jpg',0,'attachment','image/jpeg',0),(1203,1,'2019-05-28 05:13:33','2019-05-28 05:13:33','','polylang_mo_20','','private','closed','closed','','polylang_mo_20','','','2019-05-28 05:13:33','2019-05-28 05:13:33','',0,'https://staging.subscriptionflow.com/?post_type=polylang_mo&p=1203',0,'polylang_mo','',0),(1204,1,'2019-05-28 05:16:35','2019-05-28 05:16:35','','polylang_mo_23','','private','closed','closed','','polylang_mo_23','','','2019-05-28 05:16:35','2019-05-28 05:16:35','',0,'https://staging.subscriptionflow.com/?post_type=polylang_mo&p=1204',0,'polylang_mo','',0),(1207,1,'2019-05-30 10:18:25','2019-05-30 10:18:25','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with <a href=\"https://gocardless.com/\">GoCardless</a> to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>\r\nBusinesses have to constantly chase late paying customers and engage in awkward conversations. Consequently, they don\'t get to focus on their prime objective. The problem is resolved by offering bank to bank transfer as a subscription payment method. This is ought to help Subscription Flow customers streamline its processes and enjoy a seamless recurring payments experience.\r\n<h2><strong>The GoCardless/ Subscription Flow Collaboration</strong></h2>\r\n<p class=\"justify-text\">We have joined hands with GoCardless in an attempt to resolve the common problem of late payments around the globe. An automatic payment solution is the need of the hour and our subscription billing platform capitalizes on that need. When it comes to subscribing to new goods and services, collaborating with GoCardless has opened a new chapter of flexibility and scalability for our customers. With a large assortment of payment options, companies are able to customize their offerings to attract a wide base of subscribers, on more lucrative terms. We are thrilled about this collaboration and look forward to bringing targeted solutions for our customers.</p>\r\n<img class=\"alignnone size-full wp-image-1212\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\" alt=\"subscriptionflow partner with gocardless\" width=\"900\" height=\"600\" />\r\n<h2><strong>Is Direct Debit the right solution?</strong></h2>\r\n<p class=\"justify-text\">Direct Debit is the perfect solution for collecting payments in a subscription economy. Customers give merchants the permission to collect payments directly from their bank account which helps to put a stop to involuntary churn. Moreover, Direct Debit never expires as in the case of credit and debit cards. GoCardless has specifically designed its payment solution for companies using the <a href=\"https://staging.subscriptionflow.com/\">subscription business</a> model.</p>\r\n\r\n<h2><strong>How will GoCardless integration benefit customers?</strong></h2>\r\n<p class=\"justify-text\">This partnership has set a new milestone that makes accepting payments and making payments easy for you and your customers. The integration process is fairly simple; customers can set up Direct Debit mandates and pay invoices through the Client Portal or using a link in the invoice email. Your account will be up and running in no time. Customers also have the ease of options through which they can save their account details for future transactions. As a result, account details don’t have to be re-entered next time the purchase is made. This helps to streamline processes and make the business more efficient.</p>\r\n<p class=\"justify-text\">We have deployed a team of experts who will be on standby. Ready to assist you with how GoCardless can help to cut costs and deliver an even better experience for its valued customers.</p>','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','<p class=\"justify-text\">We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses grow exponentially and quickly adapt to customer’s changing payment preferences. As more and more companies go beyond borders, they encounter endless challenges in managing payments across multiple territories.</p>','publish','open','open','','subscription-flow-announces-new-partnership-with-gocardless-for-seamless-recurring-payments','','','2019-06-03 05:51:28','2019-06-03 05:51:28','',0,'https://staging.subscriptionflow.com/?p=1207',0,'post','',0),(1209,1,'2019-05-30 10:21:17','2019-05-30 10:21:17','Subscription Flow','Subscription Flow','','inherit','open','closed','','partnership-with-gocardless','','','2019-05-30 10:22:05','2019-05-30 10:22:05','',1207,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg',0,'attachment','image/jpeg',0),(1212,1,'2019-05-30 10:48:50','2019-05-30 10:48:50','','subscriptionflow partner with gocardless','','inherit','open','closed','','subscriptionflow-partner-with-gocardless','','','2019-05-30 10:49:02','2019-05-30 10:49:02','',1207,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg',0,'attachment','image/jpeg',0),(1262,1,'2019-06-11 13:32:36','2019-06-11 13:32:36','<p class=\"justify-text\">There are humungous amount <b>of </b><em><b>subscription software for insurance companies</b></em> accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong><em>best billing and invoicing software of 2019 </em></strong></a>do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>\r\n<strong>Ease of Use</strong>\r\n<p class=\"justify-text\">One of the most pressing features, however, should be the systems ease of use and its overall budget. The nature of invoicing software has always been a complex task. What most of the insurance companies prefer while choosing <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> for insurance companies is their ease of use, how budget friendly and consumer centric the software is.</p>\r\n<strong>24/7 software availability</strong>\r\n<p class=\"justify-text\">One key feature that every organization takes into consideration while opting for best billing and invoicing software in 2019 will undoubtedly be the software’s availability round the clock. Most of the times, clients vary globally so the best practice is always to have a software that is readily available for the clients globally.</p>\r\n<strong>Recurring invoice generation </strong>\r\n<p class=\"justify-text\">The idea is always bring ease and satisfaction to your clients as a whole. Generating invoices may seem to be an easy task but it can be troublesome if not handled properly. Dealing with recurring generation of invoices, the software must generate it automatically once the first invoice is made. The more technological aspects involved in invoice generation the better streamlined invoices for the clients.</p>\r\n<strong>Software’s overall cost </strong>\r\n<p class=\"justify-text\">Most of the companies shows concern pertaining the overall cost and budget of the billing and invoicing softwares. Cost analysis is always required. Since there are so many options available online and the charges varies in accordance to the number of subscriptions. The more subscribers the more overall expense. In order to choose wisely, companies must choose that software which fulfills their client’s core requirements apart from the extra functionalities as they will just increase your budget and linger your working process.</p>\r\n<strong>Cloud based software </strong>\r\n<p class=\"justify-text\">With other technological advancements, one that has surpassed all is the shift to cloud based technology. No matter where you are cloud based services offer an unending array of advantages. From uninterrupted payment processing to easy access of work modules. When using a cloud based software, you do not have to worry about an upfront investment and hidden charges. Since you can access your business from anywhere around the world, there is no dependency of any software or hardware. All of your work is readily available, stored in the cloud and can be accessed anytime.</p>\r\n<p class=\"justify-text\">While the above cited features are some of the many key features that companies look and ask for but they are not definitely the only ones as features varies from companies to companies. <strong>Best billing and invoice software of 2019 </strong>must not only make things look professional but also systematic for its user base. A software will be considered the best when it takes charge of every minute detail when it comes to billing and invoicing no matter there is someone there to supervise the working process or no. From sending reminders to automatic generation of invoices, from keeping a check of the amounts overdue to the bagged payments, from generation of recurring invoices to keeping a charge of time while processing subscriptions. The software must behave like a thorough calculative system for your business. So that whenever you pitch a new customer, you can show them an efficient yet powerful software which will not only help you gain new customers but also retaining the old clientage.</p>','Key practices In Choosing the Best Billing and Invoicing Software in 2019','<p class=\"justify-text\">There are humungous amount of subscription softwares for insurance companies accessible in the market from which business firms and individuals can easily choose. Nonetheless, when a company or a business is settling their goals for having a billing and invoicing software. They need to make sure that the software do offer all the necessary features which will be having an immediate effect on the overall business growth of the company. The idea of billing and invoicing is a mind boggling task and requires utter attention. In the prospect of choosing the best billing and invoicing software of 2019 do remember that Subscription Flow is there for you and your business as we intend to make the subscription process less of a hassle and a daunting task.</p>','publish','open','open','','key-practices-in-choosing-the-best-billing-and-invoicing-software-in-2019','','','2019-06-11 13:34:40','2019-06-11 13:34:40','',0,'https://staging.subscriptionflow.com/?p=1262',0,'post','',0),(1268,1,'2019-06-11 13:27:50','2019-06-11 13:27:50','Best Billing and Invoicing Software in 2019','Best Billing and Invoicing Software in 2019','','inherit','open','closed','','discussing-documents','','','2019-06-11 13:28:14','2019-06-11 13:28:14','',1262,'https://staging.subscriptionflow.com/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg',0,'attachment','image/jpeg',0),(1278,1,'2019-07-02 12:23:36','2019-07-02 12:23:36','<p class=\"justify-text\">The new revenue standards are bound to have an impact on subscription management software 2019. The recent changes to revenue recognition standards have invited enough headache for finance department. You can expect a certain impact on the growth engines of any business and subscription-based companies are likely to face the major brunt. It all boils down to how you structure your subscription offerings, the type of contracts you plan to sell and how you recognize revenue.</p>\r\n<p class=\"justify-text\">It is high time that companies re-visite the way they are doing business today, how they plan to price in the future, and what needs to be done to meet the new revenue standards. SubscriptionFlow is ready to adopt the new revenue recognition standards. Here at SubscriptionFlow, our Revenue Recognition solution will meet the ASC 606 standards. Your business deserves to focus on growth without getting worked up about compliance.</p>\r\n\r\n<h2><strong>ASC 606 executive summary</strong></h2>\r\n<p class=\"justify-text\">ASC 606 was put in place to simplify and harmonize revenue recognition practices. The reporting revenue is a critical metric for evaluating a company’s financial performance. It varies across different jurisdictions, industries and markets. As a result of these inconsistencies, incongruent accounting results are likely to emerge for economically similar transactions, making macro-level comparisons nearly impossible. To overcome this problem, new standards are introduced that helps companies to recognize revenue when goods and services are transferred to the customer. This amount is proportionate to what has been delivered at that point.</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-1280\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\" alt=\"ASC 606 rules\" width=\"1000\" height=\"1000\" /></p>\r\n<p class=\"justify-text\">A five-step model has been devised that gives a summary of the process for recognizing revenue from contracts with customers:</p>\r\n\r\n<ol>\r\n <li>Recognize the contract with the customer</li>\r\n <li>Identify the separate performance obligations</li>\r\n <li>Determine transaction price</li>\r\n <li>Allocate transaction price</li>\r\n <li>Recognize revenue when (or as) a performance obligation is satisfied</li>\r\n</ol>\r\n<h3><strong>What significant changes should subscription business expect from ASC 606?</strong></h3>\r\n<p class=\"justify-text\">A subscription business undergoes consistent changes in their customer’s subscription lifecycle. These take the form of an upgrade, downgrade, discounts, a mid-cycle cancellation and a refund as a result of dissatisfaction. When a business ventures out to expand their customer base, grow their business, retain revenue and scale globally, you need to consider all the changes to the contract and revenue recognition in the subscription lifecycle.</p>\r\n\r\n<h3><strong>How ASC 606 will impact Subscription Management</strong></h3>\r\n<p class=\"justify-text\">ASC 606: Revenue from Contracts with Customers gives you an understanding of how revenue generated from contracts with customers is reported. Earlier, there weren’t any set guidelines that dictated how revenue was recognized. In the absence of the same, each industry came up with its own set of standards. This paved way for ambiguity where some industries reported higher revenue on the same income where the rest reported lower. ASC 606 streamlined this process so that same amount is stated across all industries.</p>\r\n<p class=\"justify-text\">Subscription companies operate on a different model where the customer may sign up for a yearly subscription but pay the complete amount at the very start. Although you will receive the entire amount but it will be recognized under specific conditions. These conditions or obligations are mentioned in your contract with the customer.</p>\r\n<p class=\"justify-text\"><strong>ASC 606 implementation</strong> is going to bring about adjustments in accounting practice for contingent and upfront fees, usage-based pricing, discounts, distinct performance obligations and much more. However, it is important to keep in mind that the new standard requires your company to report all the information which wasn’t being considered previously. Compliance shouldn’t happen at the cost of growth. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> makes sure that the user has little to worry about when it comes to revenue recognition. Your system shouldn’t impose restrictions on your growth strategies. Let SubscriptionFlow perform obligations, allocations, and revenue distribution automatically.</p>','SubscriptionFlow Considers Implementing ASC 606 in their New Version','','publish','open','open','','subscriptionflow-considers-implementing-asc606-in-new-version','','','2019-07-04 06:17:48','2019-07-04 06:17:48','',0,'https://staging.subscriptionflow.com/?p=1278',0,'post','',0),(1280,1,'2019-07-02 12:17:36','2019-07-02 12:17:36','','asc606 5 rules','','inherit','open','closed','','asc606-5-rules','','','2019-07-02 12:18:05','2019-07-02 12:18:05','',1278,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg',0,'attachment','image/jpeg',0),(1283,1,'2019-07-02 12:28:20','2019-07-02 12:28:20','Automate payment retries','Automate payment retries','','inherit','open','closed','','asc606-rules','','','2019-07-03 10:31:57','2019-07-03 10:31:57','',1278,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-rules.jpg',0,'attachment','image/jpeg',0),(1289,1,'2019-06-25 07:35:10','2019-06-25 07:35:10','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1572\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279125023{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management software</h2>\r\n<ul>\r\n <li><i class=\"fa fa-check\"></i>Calculate the accurate rate of tax for every market.</li>\r\n <li><i class=\"fa fa-check\"></i>Automatically displays the exact tax amount location wise.</li>\r\n <li><i class=\"fa fa-check\"></i>Handles remitting taxes to all relevant authorities.</li>\r\n <li><i class=\"fa fa-check\"></i>Know the taxation requirements for each region so you can price your products optimally.</li>\r\n</ul>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562138605690{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607498161591{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading\" style=\"color: #020d26; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Choose <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> to Stay On Top</h4>\r\nWhen a business goes beyond borders, compliance with tax rules and regulations become more taxing than ever. Good news as businesses can now use sales tax management software to spend less time on tax compliance and more time focusing on their core offering.\r\n\r\nManaging taxes for subscription-based businesses is a challenging undertaking. And nearly impossible for merchants who offer products or services with different tax rates and in different states. With thousands of tax jurisdictions and ever-changing tax rules and regulations, <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> sales tax management powered by <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/\">Avalara</a> automatically calculates the final tax amount. Consequently, the business can concentrate on its strategic activities instead of worrying about the increasingly complicated tax regulations. Moreover, with all the sales tax automation services businesses can execute their tax related work processes within a matter of minutes with in one dashboard.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1307\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279442551{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading pc1\" style=\"text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Taxes powered by Avalara</h4>\r\nIf you are fairly new to the subscription business and need support for a few tax regions then the best sales tax management software is your recommended choice. You can ensure complete accuracy and efficiency in your tax rates managed by Avalara. Not only will this but all your business tasks and processes be tax compliant with sales tax automation software powered with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. So that business clients can relish their day to day tax operations.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1308\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Avalara AvaTax for advanced tax support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1575549779581{margin-top: 25px !important;}\"]Avalara AvaTax offers more advanced features and functionality including automated filing. This option is more apt for subscription businesses with customers in North America and the European Union. In order to avail Avalara AvaTax, you will need a separate contract with Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1309\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Taking the burden off of your accountants\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1624261254428{margin-top: 25px !important;}\"]Where the rules are clearly defined, applying taxes sounds like a walk in the park, but what happens when you have to reverse taxes or redistribute the credit? Having a headache, already? Relax. Our best sales tax software offers Credit Notes that handle edge cases, reversals and credits like a pro. And accountants could not be any happier with sales tax automation services. Why? Because of automation, all the manual aggravation is now off of their shoulders.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1310\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450888772{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Additional Tax Compliance Support\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589279247249{margin-top: 25px !important;}\"]Tax compliance doesn’t just involve deciphering the tax amount. It can also include validating customer details and rules related to the invoice’s content and you can achieve all this with sales tax automation software at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. For example, in many countries, businesses have to provide invoices in the subscriber’s local language. <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> email templates and hosted invoice both support localization. Moreover, where a business subscriber has a tax registration number, some countries want the vendor validates and present the number on the invoice with a reverse charge note. B2C subscription businesses may be required to confirm the subscriber’s location before applying a tax rate.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Sales Tax Management','','publish','closed','closed','','sales-tax-management','','','2021-06-21 07:40:58','2021-06-21 07:40:58','',0,'http://localhost/subscriptionflow/?page_id=1277',0,'page','',0),(1291,1,'2019-06-25 08:28:50','2019-06-25 08:28:50','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1481\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589279621937{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_left-to-right left-to-right wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">What you stand to gain from <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\nChoose the best pricing model as per your business requirements. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers you a variety of pricing models that you can choose from![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1370\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562312287621{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Usage based billing\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607498534270{margin-top: 25px !important;}\"]If you want to align price with value in your business you better choose Usage Based Billing without a second thought. Usage-based billing is also known as metered billing or sometimes referred to as, Pay as you Go billing model. In <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">usage-based billing</a>, model subscribers get charged on the basis of their usage and consumption of particular service or product. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, usage-based billing is no more a troublesome task you can calculate all the billing charges of your subscribers automatically considering the add-ons, discounts, coupons, and taxes. CHARGE YOUR CUSTOMERS AS PER THEIR USAGE!\r\n\r\nThe billing requirements grow as the business and customers grow, making the reporting, accounting and other modules even more complex. But we have a billing model- Usage Based Billing that will allow businesses to handle all the cumbersome billing requirements efficiently while having a flexible per unit fee structure followed with a base plan![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1482\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow custom-height\" css=\".vc_custom_1561450803368{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Tier pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607498576589{margin-top: 25px !important;}\"]To further facilitate businesses, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> also caters billing models like Tier Pricing Management. Tier pricing management is a term often misconceived with volume <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing</a> management. Tiered pricing is a technique utilized to define a definite cost for <em>every unit</em>. Let’s consider an example for a better understanding of tier pricing management.\r\n\r\n<strong>Tiered Pricing </strong>\r\n\r\nIn tiered pricing cost per unit is defined within a range. In tiered pricing, the cost decreases as soon as you fill each tier.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1484\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow custom-height\" css=\".vc_custom_1561450881623{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Volume pricing management\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345789327{margin-top: 25px !important;}\"]In Volume pricing cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number. Let’s consider an example for a better understanding of Volume pricing management.\r\n\r\n<strong>Volume Pricing</strong>\r\n\r\nIn Volume pricing, the cost for all units within a range is defined. The cost decreases for all the units as soon as you hit a particular number.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1362\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"HOW HELPFUL PRICING PROCEDURE IS?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574345817050{margin-top: 25px !important;}\"]This pricing procedure is much insightful and helpful in light of the fact that you are putting forth extraordinary evaluating forms for your product or item, so your subscribers have a clear choice and better understanding to pay for what they can bear and afford.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Pricing Engine','','publish','closed','closed','','pricing-engine','','','2021-01-25 08:21:14','2021-01-25 08:21:14','',0,'http://localhost/subscriptionflow/?page_id=1291',0,'page','',0),(1301,1,'2019-06-26 08:18:30','2019-06-26 08:18:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1515\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recover Revenue With Smart Dunning\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589280049900{margin-top: 25px !important;margin-bottom: 15px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated technology means less churn and maximized revenue.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1332\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562156854635{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Payment Dunning for your Subscription Business\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1589280059053{margin-top: 25px !important;}\"]Don’t miss out on valuable revenue due to involuntary churn. Handle failed payments smartly with <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> dunning process. Dunning Management is a method that allows you to deal with failed credit card transactions and expiring cards. An automatic recovery process is deployed that will save you time so you can concentrate on running your business functions smoothly.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate payment retries\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280074553{margin-top: 25px !important;}\"]Does it not tire you have to follow up with customers about failed payments? Sending reminders can take up all your precious time. You can automate that process with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. In case of payment failure, the system will retry charging the customer\'s card. You can set your preference related to notifications that need to be sent out.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proactive methodology\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429546957{margin-top: 25px !important;}\"]Don’t wait for payments to get declined and then take action. Dunning management lets you stay one step ahead. You have a system deployed which will respond so you don’t have to take up each case individually and decide on the course of action. This system is designed to automatically trigger a set of activities.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1323\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Set retry rules\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429574862{margin-top: 25px !important;}\"]Even though dunning management is an automatic process, you are still in control of the number of times a request should be sent to a particular customer before canceling their subscription. All the content can be customized as per your unique needs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1326\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reduce churn rate\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574429598822{margin-top: 25px !important;}\"]Churn rate is the rate at which customers are canceling their subscription. Businesses need to ensure that they have a low churn rate and dunning management is designed to do exactly that. When customers get a chance to retry, it will lead to lower cases of canceled subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1321\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Reports for analysis\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589280089784{margin-top: 25px !important;}\"]At the end of the day, you want to check whether dunning management has been effective? You can do that with the help of a metric. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> gives you tools with which you can generate reports for churn rate, net cancellation, and churn after retries, to name a few.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Smart Dunning','','publish','closed','closed','','dunning-management','','','2021-01-25 08:20:47','2021-01-25 08:20:47','',0,'http://192.168.1.27/subscriptionflow/?page_id=1301',0,'page','',0),(1302,1,'2021-11-12 14:11:53','2019-07-03 07:17:43',' ','','','publish','closed','closed','','1302','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1302',11,'nav_menu_item','',0),(1303,1,'2021-11-12 14:11:53','2019-07-03 07:17:42',' ','','','publish','closed','closed','','1303','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1303',7,'nav_menu_item','',0),(1304,1,'2021-11-12 14:11:53','2019-07-03 07:17:42',' ','','','publish','closed','closed','','1304','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1304',9,'nav_menu_item','',0),(1305,1,'2019-07-03 07:25:05','2019-07-03 07:25:05','Choose SubscriptionFlow to Stay On Top','Choose SubscriptionFlow to Stay On Top','','inherit','open','closed','','sales_tax_top_img','','','2019-07-03 07:25:23','2019-07-03 07:25:23','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img.png',0,'attachment','image/png',0),(1307,1,'2019-07-03 07:26:07','2019-07-03 07:26:07','SubscriptionFlow Taxes powered by Avalara','SubscriptionFlow Taxes powered by Avalara','','inherit','open','closed','','sales_tax_img_1','','','2019-07-03 07:26:18','2019-07-03 07:26:18','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1.png',0,'attachment','image/png',0),(1308,1,'2019-07-03 07:27:14','2019-07-03 07:27:14','','sales_tax_img_2','','inherit','open','closed','','sales_tax_img_2','','','2019-07-03 07:27:14','2019-07-03 07:27:14','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2.png',0,'attachment','image/png',0),(1309,1,'2019-07-03 07:28:23','2019-07-03 07:28:23','Taking the burden off of your accountants','Taking the burden off of your accountants','','inherit','open','closed','','sales_tax_img_3','','','2019-07-03 07:28:36','2019-07-03 07:28:36','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3.png',0,'attachment','image/png',0),(1310,1,'2019-07-03 07:29:06','2019-07-03 07:29:06','Additional Tax Compliance Support','Additional Tax Compliance Support','','inherit','open','closed','','sales_tax_img_4','','','2019-07-03 07:29:15','2019-07-03 07:29:15','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4.png',0,'attachment','image/png',0),(1312,1,'2019-07-03 07:30:14','2019-07-03 07:30:14','What you stand to gain from SubscriptionFlow','What you stand to gain from SubscriptionFlow','','inherit','open','closed','','sales_tax_banner','','','2019-07-03 07:30:35','2019-07-03 07:30:35','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner.png',0,'attachment','image/png',0),(1320,1,'2019-07-03 07:53:09','2019-07-03 07:53:09','Proactive methodology','Proactive methodology','','inherit','open','closed','','dunning_img_2','','','2019-07-03 07:54:54','2019-07-03 07:54:54','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2.png',0,'attachment','image/png',0),(1321,1,'2019-07-03 07:54:59','2019-07-03 07:54:59','Reports for analysis','Reports for analysis','Reports for analysis','inherit','open','closed','','dunning_img_3','','','2019-07-03 07:55:09','2019-07-03 07:55:09','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3.png',0,'attachment','image/png',0),(1323,1,'2019-07-03 07:56:42','2019-07-03 07:56:42','Set retry rules','dunning_img_4 (1)','Set retry rules','inherit','open','closed','','dunning_img_4-1','','','2019-07-03 07:56:49','2019-07-03 07:56:49','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1.png',0,'attachment','image/png',0),(1326,1,'2019-07-03 10:18:26','2019-07-03 10:18:26','Reduce churn rate','Reduce churn rate','','inherit','open','closed','','dunning_img_5','','','2019-07-03 10:18:39','2019-07-03 10:18:39','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5.png',0,'attachment','image/png',0),(1330,1,'2019-07-03 10:31:36','2019-07-03 10:31:36','Automate payment retries','Automate payment retries','','inherit','open','closed','','dunning_img_1','','','2019-07-03 10:32:10','2019-07-03 10:32:10','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1.png',0,'attachment','image/png',0),(1332,1,'2019-07-03 12:27:12','2019-07-03 12:27:12','Payment Dunning for your Subscription Business','Payment Dunning for your Subscription Business','','inherit','open','closed','','dunning_top_img','','','2019-07-03 12:27:32','2019-07-03 12:27:32','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img.png',0,'attachment','image/png',0),(1334,1,'2019-07-04 07:43:18','2019-07-04 07:43:18','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>\r\n\r\n<h5 class=\"justify-text\">Features that can be experienced as a result of subscription software integration with authorize.net</h5>\r\n<p class=\"justify-text\">Subscription software integration with authorize.net allows businesses to get their hands on the following features</p>\r\n\r\n<h2><strong>1. Automatic Recurring Billing</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can easily charge the recurring payments to a credit card automatically, at any given frequency or as per their desire.</p>\r\n<img class=\"alignnone size-full wp-image-1344\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\" alt=\"Billing & Invoicing Integrations for Authorize.net\" width=\"1000\" height=\"800\" />\r\n<h2><strong>2. Customer Information Manager</strong></h2>\r\n<p class=\"justify-text\">As a result of the integration with authorize.net, businesses can store their customer’s credit card data more securely while staying PCI compliant at the same time. Businesses can store up to 10 credit cards per customer.</p>\r\n\r\n<h2><strong>3. Advanced Fraud Detection</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription software</a> integration with authorize.net, businesses can protect themselves from online fraudulent activities by making use of velocity filters, minimum/maximum transaction limits, IP blocking and many more.</p>\r\n\r\n<h2><strong>4. Account Updater</strong></h2>\r\n<p class=\"justify-text\">As a result of the subscription software integration with authorize.net, businesses can now update any credit card they store in authorize.net’s system automatically right after when the card expires.</p>\r\n\r\n<h2><strong>5. Invoicing is built-in</strong></h2>\r\n<p class=\"justify-text\">As a result of the <a href=\"https://staging.subscriptionflow.com\"><strong>subscription software integration with authorize.net</strong></a>, businesses can easily email an invoice to their customers with a click to pay link. Customers can pay on any device, and you can invoice with both credit card and ACH payment options</p>\r\n<p class=\"justify-text\">Payment processing can be a vast part of your business, but it does not have to be a time consuming part of your business. We at SubscriptionFlow help make it simple, a low-stress part of doing subscription business, with easy ways to streamline payments processing and which can help optimize your cash flow.</p>\r\n<p class=\"justify-text\">Since 1996, Authorize.Net has been a chief provider of payment gateway services, managing the submission of billions of transactions to processing networks on behalf of merchant customers. There is a reason Authorize.net is a household name in the payments industry. They have developed a reputation for being easy to use, cost effective and they provide numerous ways for you to easily take payments and manage your business. Our integration with authorize.net will ultimately make the subscription process a lot easier, flexible and efficient. We at SubscriptionFlow, are happy to announce our collaboration with authorize.net.</p>','Experience Subscription Software Integration With Authorize.net','<p class=\"justify-text\">Authorize.net is one of the many types of payment gateways. Coping up with the ever changing needs of subscription business, SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net. A payment gateway is usually considered as the online equivalent of a credit card or point of sales. The job of any payment gateway is to encrypt and then allowing a particular credit card transaction securely. Payment gateways are fundamentally mandatory while accepting any credit card transactions online. Why? Because they are responsible for storing sensitive credit card information and its overall data. There is no doubt that authorize.net has made it simpler for businesses to get paid in such competitive environment. For that very reason, we at SubscriptionFlow has come up with our subscription software integration with authorize.net.</p>','publish','open','open','','subscription-software-integration-with-authorize-net','','','2019-07-04 10:47:24','2019-07-04 10:47:24','',0,'https://staging.subscriptionflow.com/?p=1334',0,'post','',0),(1336,1,'2019-07-04 07:39:58','2019-07-04 07:39:58','SubscriptionFlow Integration with Authorize.net','SubscriptionFlow Integration with Authorize.net','','inherit','open','closed','','subscriptionflow-integration-with-authorize-net','','','2019-07-04 07:40:11','2019-07-04 07:40:11','',1334,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg',0,'attachment','image/jpeg',0),(1344,1,'2019-07-04 08:00:41','2019-07-04 08:00:41','Billing & Invoicing Integrations for Authorize.net','Billing & Invoicing Integrations for Authorize.net','','inherit','open','closed','','billing-invoicing-integrations-for-authorize-net','','','2019-07-04 08:01:02','2019-07-04 08:01:02','',1334,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png',0,'attachment','image/png',0),(1362,1,'2019-07-04 13:59:15','2019-07-04 13:59:15','HOW HELPFUL PRICING PROCEDURE IS?','HOW HELPFUL PRICING PROCEDURE IS?','','inherit','open','closed','','billing_models_img_3','','','2019-07-04 13:59:23','2019-07-04 13:59:23','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png',0,'attachment','image/png',0),(1370,1,'2019-07-05 07:37:59','2019-07-05 07:37:59','Usage based billing','billing_model_top_img','','inherit','open','closed','','billing_model_top_img','','','2019-07-05 07:38:07','2019-07-05 07:38:07','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png',0,'attachment','image/png',0),(1388,1,'2019-07-05 14:29:35','2019-07-05 14:29:35','Faster recurring payment methods','Faster recurring payment methods','','inherit','open','closed','','recurring_payments_img_2','','','2019-07-05 14:29:54','2019-07-05 14:29:54','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_2.png',0,'attachment','image/png',0),(1390,1,'2019-07-05 14:31:34','2019-07-05 14:31:34','Automatic payment reminders','Automatic payment reminders','','inherit','open','closed','','recurring_payments_img_1','','','2019-07-05 14:31:43','2019-07-05 14:31:43','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_1.png',0,'attachment','image/png',0),(1392,1,'2019-07-08 13:55:06','2019-07-08 13:55:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Small Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong class=\"bold\">Handle your billing, management and subscription operations altogether with this robust and powerful platform. And maximize your growth in no time!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2452\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Attain Business Excellence through Automation\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579253766950{margin-top: 25px !important;}\"]Subscription management software for small business provides all the necessary tools to automate daily processes that were earlier being executed manually. Processes like <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a>, subscription handling and management, payment processing and <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics</a>. As small businesses grow into new markets, the risks involved in payment processing, information exchange, and taxation become more actual and it gets increasingly complicated to manage offerings and customer data. We at SubscriptionFlow gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.\r\n<h3><strong>All-in-one platform</strong></h3>\r\nSubscription billing software for small business will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at fixed intervals in order to gain access to a product or service. Subscription billing software is an all-in-one tool that covers almost every domain. From management to subscription and then to billing procedures. It has a lot to offer to its customer base. The software also provides organizations with customized functionalities.\r\n<h3><strong>Why Subscription management software for small business is appropriate?</strong></h3>\r\nAs small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client’s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud-based subscription billing and invoicing experience to businesses, check out, sales tracking, <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a> accompanied with multiple payment gateways and payment methods, recurring billing and a high volume of transactions all the automated tools available at one platform.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2458\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"No More Hassle\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260877436{margin-top: 25px !important;}\"]Many a time, automating the sales process for small businesses can result in a cumbersome task. From pitching clients to closing deals. There is a lot to cover. And sometimes you lost the track. But with recurring billing software for small business powered by SubscriptionFlow you can manage all your sales deals automatically and can access them from anywhere.\r\n<h3><strong>Features</strong></h3>\r\n[su_list icon=\"icon: gears\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Cloud-based software</li>\r\n <li>Customer <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portal</a></li>\r\n <li>Billing and Invoicing</li>\r\n <li>Advanced Invoicing</li>\r\n <li>Subscription Management</li>\r\n <li>Trial management</li>\r\n <li>Customer Data Management</li>\r\n <li>Payment processing</li>\r\n <li>Analytics and Reporting</li>\r\n <li>Usage tracking</li>\r\n <li>Fraudulent activity prevention</li>\r\n</ul>\r\n[/su_list]\r\n\r\nHowever, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2461\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Pros of Selecting Recurring Billing Software for Small Business Powered by SubscriptionFlow\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260746964{margin-top: 25px !important;}\"]\r\n<ul>\r\n <li>\r\n<h3><strong>Cost-effective</strong></h3>\r\n</li>\r\n</ul>\r\nMost of the subscription software which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow are not charging any cumbersome amount rather we provide flexible <a href=\"https://staging.subscriptionflow.com/pricing/\">subscription plans</a> to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net, and Cybersource for collecting payments.\r\n<ul>\r\n <li>\r\n<h3><strong>Flexible to use</strong></h3>\r\n</li>\r\n</ul>\r\nApart from that, another problem with other subscription software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more informed decisions which makes the entire subscription management much more simple and easy to manage.\r\n<ul>\r\n <li>\r\n<h3><strong>Choose wisely</strong></h3>\r\n</li>\r\n</ul>\r\nThe most primary factor that needs to be considered while choosing recurring billing software for small business is how well it automates with your billing operations. It may seem easy to choose such software but it’s not when you can be easily distracted by innumerable options. Always try to go for the best fit for your business. One that entertains all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customer footfall. One that helps you manage all the data in one place and handles every aspect of your subscription business. Having said that, SubscriptionFlow holds true for every situation.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Small Business','','publish','open','open','','subscription-management-software-for-small-business','','','2020-11-30 10:18:42','2020-11-30 10:18:42','',0,'https://staging.subscriptionflow.com/?p=1392',0,'post','',0),(1393,1,'2019-07-08 13:43:35','2019-07-08 13:43:35','','66539050_6126507371352_9018290200329060352_n','','inherit','open','closed','','66539050_6126507371352_9018290200329060352_n','','','2019-07-08 13:44:03','2019-07-08 13:44:03','',1392,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/66539050_6126507371352_9018290200329060352_n.jpg',0,'attachment','image/jpeg',0),(1394,1,'2019-07-08 13:52:14','2019-07-08 13:52:14','','Subscription Management software for small business','','inherit','open','closed','','subscription-management-software-for-business','','','2019-07-08 13:52:40','2019-07-08 13:52:40','',1392,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-business.jpg',0,'attachment','image/jpeg',0),(1401,1,'2019-07-09 06:55:03','2019-07-09 06:55:03','Process Glitch-free Payments\n','recurring_payments_img_3','','inherit','open','closed','','recurring_payments_img_3','','','2019-07-09 06:55:12','2019-07-09 06:55:12','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_3.png',0,'attachment','image/png',0),(1413,1,'2019-07-09 08:52:37','2019-07-09 08:52:37','Hosted Subscription Pages','recurring_payments_img_5','','inherit','open','closed','','recurring_payments_img_5','','','2019-07-09 08:52:43','2019-07-09 08:52:43','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_5.png',0,'attachment','image/png',0),(1418,1,'2019-07-09 11:11:24','2019-07-09 11:11:24','Generate Statement of Accounts\n','Generate Statement of Accounts','','inherit','open','closed','','recurring_payments_img_6','','','2019-07-09 11:11:31','2019-07-09 11:11:31','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_6.png',0,'attachment','image/png',0),(1422,1,'2019-07-09 12:01:16','2019-07-09 12:01:16','Collections','Collections','','inherit','open','closed','','recurring_payments_img_7-2','','','2019-07-09 12:01:30','2019-07-09 12:01:30','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_7-1.png',0,'attachment','image/png',0),(1426,1,'2019-07-09 12:12:36','2019-07-09 12:12:36','Multicurrency Support','Multicurrency Support','','inherit','open','closed','','recurring_payments_img_4','','','2019-07-09 12:12:46','2019-07-09 12:12:46','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_4.png',0,'attachment','image/png',0),(1450,1,'2019-07-10 07:31:11','2019-07-10 07:31:11','Payment Processing','Payment Processing','','inherit','open','closed','','icon4','','','2019-07-10 07:31:22','2019-07-10 07:31:22','',32,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png',0,'attachment','image/png',0),(1458,1,'2019-07-11 14:39:01','2019-07-11 14:39:01','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1506\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Self-service Portal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1562572605820{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Give Customers a Stellar Subscription Experience through Customer Self- service Portal[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1462\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1562856007127{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Give Customers a Stellar Subscription Experience through Customer Portal\" font_container=\"tag:h4|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607497141062{margin-top: 25px !important;}\"]Customers can now manage their subscription data with a handy self-service portal. Customers have access to a dashboard that displays pertinent details such as outstanding invoices, details of customer’s accounts and the organization’s particulars. There is no need to send out lengthy emails when you can view invoices and make <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payments</a> efficiently through the customer portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1463\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Provide a single interface\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174046337{margin-top: 25px !important;}\"]Empower your customers and let them choose what service they want. They also gain full access to their invoices, subscriptions, and payments made. Whether they want to cancel, pause, resume, upgrade, downgrade or renew their subscription, it can be easily done from the portal. Managing the account profile on-the-go lets you offer the best digital self-care experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1464\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Let customers edit their information\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174074141{margin-top: 25px !important;}\"]Customers have the option to edit their information such as billing, shipping addresses, and contact details. All these actions make customers love your service even more and help to keep the churn rate low.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1465\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Be notified about changes\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1562572838443{margin-top: 25px !important;}\"]Along with a range of many options you can also choose to receive email notifications whenever a customer makes modifications in the portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100 h4-underline-m-70\" css=\".vc_custom_1553259067318{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1466\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enable information sharing\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174129586{margin-top: 25px !important;}\"]If your customers wish to forward their invoices to other people, they may do so with absolute ease. A list will emerge of all those contact persons added to it automatically.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553259061406{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"1467\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Get reviews\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574174154300{margin-top: 25px !important;}\"]Getting reviews about your product or service will help you ascertain how customers perceive the product. You can also ask for honest reviews through the Customer Portal.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Self-service Portal','','publish','closed','closed','','self-service-portal','','','2021-01-25 08:12:57','2021-01-25 08:12:57','',0,'https://staging.subscriptionflow.com/?page_id=1458',0,'page','',0),(1462,1,'2019-07-11 14:42:05','2019-07-11 14:42:05','','self_service_top_img','','inherit','open','closed','','self_service_top_img','','','2019-07-11 14:42:12','2019-07-11 14:42:12','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img.png',0,'attachment','image/png',0),(1463,1,'2019-07-11 14:42:51','2019-07-11 14:42:51','','self_service_img_1','','inherit','open','closed','','self_service_img_1','','','2019-07-11 14:42:58','2019-07-11 14:42:58','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1.png',0,'attachment','image/png',0),(1464,1,'2019-07-11 14:43:34','2019-07-11 14:43:34','','self_service_img_2','','inherit','open','closed','','self_service_img_2','','','2019-07-11 14:43:38','2019-07-11 14:43:38','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2.png',0,'attachment','image/png',0),(1465,1,'2019-07-11 14:44:15','2019-07-11 14:44:15','','self_service_img_3','','inherit','open','closed','','self_service_img_3','','','2019-07-11 14:44:20','2019-07-11 14:44:20','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3.png',0,'attachment','image/png',0),(1466,1,'2019-07-11 14:44:49','2019-07-11 14:44:49','','self_service_img_4','','inherit','open','closed','','self_service_img_4','','','2019-07-11 14:44:53','2019-07-11 14:44:53','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4.png',0,'attachment','image/png',0),(1467,1,'2019-07-11 14:45:23','2019-07-11 14:45:23','','self_service_img_5-1','','inherit','open','closed','','self_service_img_5-1','','','2019-07-11 14:45:30','2019-07-11 14:45:30','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1.png',0,'attachment','image/png',0),(1469,1,'2021-11-12 14:11:53','2019-07-11 14:46:37',' ','','','publish','closed','closed','','1469','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1469',5,'nav_menu_item','',0),(1470,1,'2019-07-12 07:53:06','2019-07-12 07:53:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Insurance Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong class=\"bold\">Tackle your business-related troubles with the Subscription Management Software for Insurance Companies. Consult with SubscriptionFlow to increase business efficiency.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2435\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Start Working with Recurring Billing Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169376007{margin-top: 25px !important;}\"]With the rising competition in the insurance industry, new technology-based solutions have been adopted immensely. Companies have been upgrading to subscription management software to enhance their business efficiency. Under such circumstances, the best approach is to opt for a suitable <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a>. Recently more and more companies are taking the lead and shifting their business online. In this sense, insurance companies are no exception. By strengthening their online presence, insurance companies are joining an immense arena where modern-day customers reside. This entails implementing the newest technologies and going digital in order to meet the rising demands and challenges.\r\n\r\nBefore recurring billing for insurance companies, management tasks like handling client cases and account information were done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. Daily calculations and handling client cases can be extremely time-consuming without recurring billing software. Recurring billing is ideal for insurance companies because it is mutually beneficial for both clients and companies. Now your customers do not need to provide their payment details to make a transaction every time. For companies, the use of recurring billing software for insurance companies offers steady cash flow and savings on staff and resources. There are many advantages of using recurring billing such as security, reduction in management costs and increased efficiency. Payment reminders and late fee management allow companies to build a seamless communication flow with their clients. Moreover, companies are likely to experience more customer retention and elevated satisfaction with recurring billing software.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2437\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Achieve an Improved ROI\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169426587{margin-top: 25px !important;}\"]Taking the assistance of a subscription software will efficiently automate your manual processes. Once the software is integrated into your system, your company does not have to pay for access to any other features or upgrades. It would suffice to say that subscription management software is cost-effective. By implementing subscription management software insurance companies have access to revenue forecasts and accurate financial reports on a timely basis. For insurance companies, it is hard to keep track of on-time payments. Owing to recurring billing software, insurance agents do not have to manage invoices manually. Depending on renewal dates, customer accounts are updated automatically and reminders are sent via email.\r\n\r\nModern subscription management software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such software. With these advantages, your company will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> has prepared these inclusive features to develop subscription management software for companies in the insurance industry. How do these features translate to an improved ROI? Subscription management software will ensure that your business growth is steady through recurring billing. Incoming revenue forecasts and accurate prediction of cash flow also contribute to enhancing your company’s ROI. Moreover, with the elevated customer experience and high conversions, your company is likely to experience steady growth. At SubscriptionFlow we are confident that it will help you build a strong business by improving how your company functions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2438\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of using the Subscription Management Software for Insurance Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579176311688{margin-top: 25px !important;}\"]Having a subscription management software in place can change any insurance business drastically. It opens up new horizons and profitable opportunities. A customer-centric application like subscription software for insurance companies will revamp how your company functions. Following are the advantages of using a suitable subscription management software for your company.\r\n\r\n[su_list icon=\"icon: sign-out\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Streamlined and automated internal processes</li>\r\n <li>Build your company\'s brand with custom features</li>\r\n <li>Increased productivity and better staff performance</li>\r\n <li>Lower risks of invoicing errors</li>\r\n <li>Easy tracking of outstanding payments</li>\r\n <li>Secure database for managing client’s information</li>\r\n <li>Timely payments with automatic notifications</li>\r\n <li>Ease of <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">online payments</a></li>\r\n <li>Elegant and user-friendly interface</li>\r\n <li>Enhanced customer experience and accessibility</li>\r\n <li>Customized payment packages for clients</li>\r\n <li>Unparalleled customer service with self-service portals</li>\r\n <li>Manage your growing customer base easily</li>\r\n <li>Greater business competitiveness</li>\r\n <li>Access to accurate financial reports and revenue recognition</li>\r\n</ul>\r\n[/su_list]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Insurance Companies','<p class=\"justify-text\">In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always to stay ahead of all the advancements and changes. Keeping in view, more and more business companies these days are taking the lead and shifting their business online, and that is no exception for insurance companies. By strengthening their online presence, businesses and insurance companies alike are joining an immense arena where modern day customers reside. This entails implementing the newest of technologies and going digital in order to meet the rising demands and challenges.</p>','publish','open','open','','subscription-management-software-for-insurance-companies','','','2020-11-30 10:16:17','2020-11-30 10:16:17','',0,'https://staging.subscriptionflow.com/?p=1470',0,'post','',0),(1471,1,'2019-07-12 07:34:16','2019-07-12 07:34:16','Subscription Management software for insurance companies','Subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-for-insurance-companies','','','2019-07-12 07:34:38','2019-07-12 07:34:38','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-software-for-insurance-companies.png',0,'attachment','image/png',0),(1472,1,'2019-07-12 07:41:38','2019-07-12 07:41:38','','subscriptions software for insurance companies','','inherit','open','closed','','subscriptions-software-for-insurance-companies','','','2019-07-12 07:41:50','2019-07-12 07:41:50','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscriptions-software-for-insurance-companies.jpg',0,'attachment','image/jpeg',0),(1473,1,'2019-07-12 07:43:26','2019-07-12 07:43:26','subscription Management software for insurance companies','subscription Management software for insurance companies','','inherit','open','closed','','greater-business-competitiveness','','','2019-07-12 07:43:44','2019-07-12 07:43:44','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Greater-business-competitiveness.png',0,'attachment','image/png',0),(1474,1,'2019-07-12 07:44:53','2019-07-12 07:44:53','','subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-really-matters','','','2019-07-12 07:45:36','2019-07-12 07:45:36','',1470,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Subscription-Management-Software-really-matters.png',0,'attachment','image/png',0),(1481,1,'2019-07-15 07:20:19','2019-07-15 07:20:19','What you stand to gain from SubscriptionFlow','What you stand to gain from SubscriptionFlow','','inherit','open','closed','','billing_model_banner','','','2019-07-15 07:20:27','2019-07-15 07:20:27','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png',0,'attachment','image/png',0),(1482,1,'2019-07-15 07:20:56','2019-07-15 07:20:56','Tier pricing management','Tier pricing management','','inherit','open','closed','','billing_models_img_2','','','2019-07-15 07:21:02','2019-07-15 07:21:02','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png',0,'attachment','image/png',0),(1484,1,'2019-07-15 07:21:35','2019-07-15 07:21:35','Volume pricing management','Volume pricing management','','inherit','open','closed','','billing_models_img_1','','','2019-07-15 07:21:43','2019-07-15 07:21:43','',1291,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png',0,'attachment','image/png',0),(1486,1,'2019-11-27 01:43:04','2019-11-27 01:43:04','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1533\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269737049{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Simplify Customer Subscription Management\r\n\r\nMake your billing effortless with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1491\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563188816305{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Subscription Handling\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1574840788044{margin-top: 25px !important;}\"]In today’s competitive market, subscription business is all about maintaining and fostering relationships with customers. Subscription handling software is the best way to unleash the power of recurring revenue of your overall business. How? Subscription handling software helps you to prioritize, sort and manage all your customer’s subscription data under one dashboard while providing flexibility and ease of operation. So that employees and managers can easily handle customer’s data and respond in a proactive manner.\r\n<h3><strong>What if there is no Subscription Handling Software?</strong></h3>\r\nLet’s think for a while to manage subscriptions manually in today’s world. Even the thought would make you bizarre. Right? Having to manage subscriptions without subscription handling is no less than an uncompleted race. Although you dare to be a part of the subscription industry but certainly don’t know how to do smart work. It’s just like that. There is no business life without subscription handling software. Having no subscription handling software will not only hit your sales directly but also minimize customer’s footfall. And no business is ready to let go its big chunk of revenue just like that. Now let’s flip the coin and observe the other side of the story.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1492\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Multifaceted Subscription\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607497006494{margin-top: 25px !important;}\"]<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management</a> becomes worrisome when your subscribers have multiple subscriptions. But handling multiple subscriptions is not a distress anymore. With subscription handling software powered by <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, you can assign a dedicated invoice to your subscribers that will help you keep track of their multiple subscriptions of services with just a click. This way the subscribers do not have to enter their payment details over and over again. And businesses can seamlessly manage multiple subscription accounts for a particular subscriber.\r\n\r\n<strong>What if there is Subscription Handling Software in your business?</strong>\r\n\r\nThere are nearly dozens of legit points that makes subscription handling software a fundamental part for businesses dealing with subscriptions and recurring billing. It provides you with an unparalleled and uninterrupted subscription automation that will help you scale your business and improve your sales among general market. Providing active analytical reports to mentioning subscription’s statuses, from handling new and old subscriptions to maintaining the modified data separately. Name it and subscription handling system will be facilitating you in that perspective.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1493\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Subscription Changes with Ease\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607497022947{margin-top: 25px !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows businesses to manage subscription changes effortlessly. Our automated tools help you keep track of all the subscription changes subscribers usually come up with. Be it upgrading a plan or downgrading it, cancellation of any service or restoring any plan. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> premium subscription handling system is ready to take all the subscription challenges while ensuring businesses a lifetime experience![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Handling Software','','publish','closed','closed','','subscription-handling','','','2021-01-25 08:12:41','2021-01-25 08:12:41','',0,'https://staging.subscriptionflow.com/?page_id=1486',0,'page','',0),(1491,1,'2019-07-15 11:08:59','2019-07-15 11:08:59','','multi_subscription_top_img','','inherit','open','closed','','multi_subscription_top_img','','','2019-07-15 11:09:03','2019-07-15 11:09:03','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png',0,'attachment','image/png',0),(1492,1,'2019-07-15 11:09:34','2019-07-15 11:09:34','','multi_subscription_img_1','','inherit','open','closed','','multi_subscription_img_1','','','2019-07-15 11:09:45','2019-07-15 11:09:45','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png',0,'attachment','image/png',0),(1493,1,'2019-07-15 11:10:25','2019-07-15 11:10:25','','multi_subscription_img_2','','inherit','open','closed','','multi_subscription_img_2','','','2019-07-15 11:10:36','2019-07-15 11:10:36','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png',0,'attachment','image/png',0),(1495,1,'2021-11-12 14:11:53','2019-07-15 11:11:21',' ','','','publish','closed','closed','','1495','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1495',4,'nav_menu_item','',0),(1502,1,'2019-07-15 11:19:19','2019-07-15 11:19:19','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1568\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Proration\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1589269953290{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Manage prorated subscriptions seamlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>\r\nCharge your subscribers fairly on the basis of their prorated usage![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"1508\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1563189615522{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607497432960{margin-top: 25px !important;}\"]\r\n<h4 class=\"vc_custom_heading\" style=\"color: #020d26; text-align: left; margin-bottom: 30px; font-weight: bold; font-style: normal;\">Manage prorated subscriptions seamlessly with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h4>\r\nProration is adjusting a subscriber’s bill amount to reflect any changes made in the plan in the middle of the billing cycle. When a subscriber’s <a href=\"https://staging.subscriptionflow.com/pricing/\">subscription plan</a> gets updated proration handling comes into play. Proration usually gets applied during upgrading or downgrading a subscription before their earlier plan gets ended. Proration is applicable to all the licensed subscriptions as they are paid in advance. Proration handling ensures that the subscriber is charged accurately for the number of services they have undertaken. With <span class=\"subscriptionflow-ff\">SubscriptionFlow\'s</span> automated module, businesses can manage proration with much comfort and ease.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1510\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How proration is calculated?\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269969123{margin-top: 25px !important;}\"]Proration is calculated on the basis of the time remaining in the current billing period divided by the total time in the subscription\'s plan billing period. This is then multiplied by the per-unit price to get the correct amount to charge and credit.\r\n\r\nWe at <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, charge subscribers only for the residual amount of time because the subscriber will be billed the full price when the subscription bills at the end of the current billing cycle, so we want to make sure we do not overcharge them and only charge for the actual time they will be able to use the new product or service in this period. Similarly, we want to credit the customer what they paid for but will not use. Since they will not use the product or service for the remainder of the billing cycle, this is the portion that is returned as a credit.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1563191628333{padding-top: 0px !important;background-color: #ffffff !important;}\" el_class=\"page-section-9 padR100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"1511\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Generate clear and transparent invoices\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1574344365195{margin-top: 25px !important;}\"]In subscription businesses, the top priority is always to make subscribers contended with your services. Generate transparent invoices for your subscribers to gain a never-ending trust of your subscribers![/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100\" css=\".vc_custom_1563191291704{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"1512\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charges and credits\" font_container=\"tag:h4|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1589269982396{margin-top: 25px !important;}\"]If the subscriber’s subscription plan changes immediately the credits will be charged in the following way. Credits will be generated for the older version of the subscription and charges will also be generated for the new version of the subscription. This is rebilling the subscription. If the plan has not changed, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> will look at each product in the change and create charges accordingly for what is new in the products and credits and what was removed. We refer to this only billing i.e. what changed in the subscription part.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/servicedesk/customer/portal/1\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Proration Handling','','publish','closed','closed','','proration','','','2021-01-25 08:13:11','2021-01-25 08:13:11','',0,'https://staging.subscriptionflow.com/?page_id=1502',0,'page','',0),(1506,1,'2019-07-15 11:21:45','2019-07-15 11:21:45','Self-service Portal','Self-service Portal','','inherit','open','closed','','self_service_banner_img','','','2019-07-15 11:21:52','2019-07-15 11:21:52','',1458,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png',0,'attachment','image/png',0),(1508,1,'2019-07-15 11:22:16','2019-07-15 11:22:16','Manage prorated subscriptions seamlessly with SubscriptionFlow','proration_top_img','','inherit','open','closed','','proration_top_img','','','2019-07-15 11:22:22','2019-07-15 11:22:22','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png',0,'attachment','image/png',0),(1510,1,'2019-07-15 11:22:53','2019-07-15 11:22:53','How proration is calculated?','proration_img_1','','inherit','open','closed','','proration_img_1','','','2019-07-15 11:23:02','2019-07-15 11:23:02','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png',0,'attachment','image/png',0),(1511,1,'2019-07-15 11:23:34','2019-07-15 11:23:34','Generate clear and transparent invoices','proration_img_2','','inherit','open','closed','','proration_img_2','','','2019-07-15 11:23:45','2019-07-15 11:23:45','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png',0,'attachment','image/png',0),(1512,1,'2019-07-15 11:24:15','2019-07-15 11:24:15','Charges and credits','proration_img_3','Charges and credits','inherit','open','closed','','proration_img_3','','','2019-07-15 11:24:22','2019-07-15 11:24:22','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png',0,'attachment','image/png',0),(1514,1,'2021-11-12 14:11:53','2019-07-15 11:24:58',' ','','','publish','closed','closed','','1514','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1514',6,'nav_menu_item','',0),(1515,1,'2019-07-15 11:33:02','2019-07-15 11:33:02','Recover Revenue With Smart Dunning','Recover Revenue With Smart Dunning','','inherit','open','closed','','recover-revenue-with-smart-dunning','','','2019-07-15 11:33:09','2019-07-15 11:33:09','',1301,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png',0,'attachment','image/png',0),(1517,1,'2019-07-15 11:35:03','2019-07-15 11:35:03','Recurring Payments Processing and Accounting','Recurring Payments Processing and Accounting','','inherit','open','closed','','recurring_payment_img','','','2019-07-15 11:35:11','2019-07-15 11:35:11','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payment_img.png',0,'attachment','image/png',0),(1526,1,'2019-07-15 12:07:44','2019-07-15 12:07:44','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Pricing</h2>\r\nFind a plan that\'s right for you.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row]','Pricing','','publish','closed','closed','','pricing','','','2020-05-13 13:33:10','2020-05-13 13:33:10','',0,'https://staging.subscriptionflow.com/?page_id=1526',0,'page','',0),(1529,1,'2019-07-15 12:26:04','2019-07-15 12:26:04','Subscription Flow Pricing','Subscription Flow Pricing','','inherit','open','closed','','price_banner','','','2019-07-15 12:26:12','2019-07-15 12:26:12','',15,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png',0,'attachment','image/png',0),(1533,1,'2019-07-15 13:49:29','2019-07-15 13:49:29','Subscription Handling','Subscription Handling','','inherit','open','closed','','multi_subscription_img-2','','','2019-07-15 13:49:39','2019-07-15 13:49:39','',1486,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png',0,'attachment','image/png',0),(1535,1,'2019-07-16 13:18:38','2019-07-16 13:18:38','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Hospital Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong class=\"bold\">Increase productivity in your hospital tasks with Subscription Management Software for Hospital Management. Improve your medical service with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2426\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of Recurring Billing Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579159637158{margin-top: 25px !important;}\"]Subscription management software for hospital management is designed to improve patient information inventory and billing effectively. Given the rise in demand, many large practices and hospitals have already switched to recurring billing software. It is high time you consider doing the same for your independent practice. When it comes to recurring billing software for hospital records, your management might have been hogged by the electronic medical records and data analytics. Recurring billing provides integration of medical data and provides features such as <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">automatic billing</a> and regular updates. This recurring billing software is essential for handling hospital records and patient’s medical history. It also serves as an integral component in the revenue cycle through daily updates on invoices, expenses incurred by the management, and inventory purchases. It helps in gauging the profitability of healthcare providers.\r\n\r\nWhat is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seems so outdated. In order to determine which subscription management software is best suited to your practice, SubscriptionFlow has explored important features and the trends related to the recurring billing software for hospitals.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2428\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Salient features of Subscription Management Software for Hospital Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579162192080{margin-top: 25px !important;}\"]\r\n<h3><strong> Insurance Billing</strong></h3>\r\nThis type of billing process is arduous and insurance companies are known to alter the criteria for medical purposes. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials. Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.\r\n<h3><strong>Claims Scrubbing</strong></h3>\r\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails a level of validation, especially where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing has a significant impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\r\n<h3><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Subscription Analytics and Reporting</strong></a></h3>\r\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. Physicians can make use of the billing software to improve the patient experience and overall efficiency of their facility.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2430\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of Subscription Management Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579163485260{margin-top: 25px !important;}\"]Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:\r\n<h3><strong>Access healthcare data from anywhere</strong></h3>\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n<h3><strong>Focus on quality care</strong></h3>\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care.\r\n<h3><strong>Improved patient satisfaction</strong></h3>\r\nPatient satisfaction is likely to improve with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers work effectively and efficiently.\r\n\r\nIt is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the recurring billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. With SubscriptionFlow, you can embark on the road to providing efficient and high-quality medical service.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Hospital Management','','publish','open','open','','subscription-management-software-for-hospital-management','','','2020-11-30 10:12:02','2020-11-30 10:12:02','',0,'https://staging.subscriptionflow.com/?p=1535',0,'post','',0),(1548,1,'2019-07-16 14:01:03','2019-07-16 14:01:03','','subscription management software for hospital management','','inherit','open','closed','','subscription-management-software-for-hospital-management-2','','','2019-07-16 14:01:13','2019-07-16 14:01:13','',1535,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-management-software-for-hospital-management.jpg',0,'attachment','image/jpeg',0),(1553,1,'2019-07-17 09:03:55','2019-07-17 09:03:55','','Article','','publish','closed','closed','','article','','','2019-07-17 10:23:21','2019-07-17 10:23:21','',0,'https://staging.subscriptionflow.com/aiosrs-schema/article/',0,'aiosrs-schema','',0),(1558,1,'2021-11-12 14:11:53','2019-07-18 13:49:50',' ','','','publish','closed','closed','','1558','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=1558',17,'nav_menu_item','',0),(1568,1,'2019-07-19 14:14:16','2019-07-19 14:14:16','proration','proration','','inherit','open','closed','','proration-2','','','2019-07-19 14:14:20','2019-07-19 14:14:20','',1502,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png',0,'attachment','image/png',0),(1570,1,'2019-07-19 14:17:09','2019-07-19 14:17:09','Benefits that our Online Invoicing Software provides','Benefits that our Online Invoicing Software provides','','inherit','open','closed','','billing_banner-3','','','2019-07-19 14:17:35','2019-07-19 14:17:35','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png',0,'attachment','image/png',0),(1572,1,'2019-07-19 14:19:28','2019-07-19 14:19:28','sales_tax_banner','sales_tax_banner','','inherit','open','closed','','sales_tax_banner-2','','','2019-07-19 14:19:34','2019-07-19 14:19:34','',1289,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png',0,'attachment','image/png',0),(1575,1,'2019-07-22 05:53:10','2019-07-22 05:53:10','','subscription software for hospitals','','inherit','open','closed','','subscription-software-for-hospitals','','','2019-07-22 05:53:22','2019-07-22 05:53:22','',1535,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-for-hospitals.jpg',0,'attachment','image/jpeg',0),(1578,1,'2019-07-26 10:06:05','2019-07-26 10:06:05','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Cancellation\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Track your subscriptions and stay updated about subscription cancellations with timely notifications with SubscriptionFlow ![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]\r\n<p style=\"text-align: left;\">Subscription business is all about facilitating subscribers to the best of the ability. No wonder subscriber’s choice might get change after using their initial plan. So in order to simplifying the subscriber’s experience, they are deployed with the cancellation feature. No matter which plan or services they are subscribed with, they can cancel it anytime. What makes it difficult is how to keep record of all the cancellations at one place? But it’s not even a WORRY anymore! With SubscriptionFlow automated dashboard, businesses can keep a track of all the subscriber’s cancellations at one place while reviewing their active and inactive statuses.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Ways of cancelling a subscription</h3>\r\nWhen an active subscription changes to an inactive state and if further renewals do not take place, it is meant to be cancelled. An active subscription can be cancelled any given time. There are further five scenarios in which a subscription can be cancelled:\r\n<ol>\r\n <li>The subscription support team can manually cancel the subscription through Web Interface.</li>\r\n <li>The subscriber can send the cancellation request through cancellation subscription API.</li>\r\n <li>The subscription may get cancelled due to non-payment in the dunning process.</li>\r\n <li>The subscription may get cancelled at the end of the renewal period, when the number of subscribers billing cycles reaches to zero.</li>\r\n <li>Subscribers can also cancel the subscription from the Customer Portal</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Cancellation Reasons</h3>\r\nSubscription cancellation can happen at any time due to numerous payment and compliance reasons. If a subscription gets cancelled for any of the below cited cases, then the subscription cancelled event will notify you the reason for the cancellation.\r\n<ol>\r\n <li>Not Paid</li>\r\n <li>No Card</li>\r\n <li>Fraud Review Failed</li>\r\n <li>Non-Compliant EU Customer</li>\r\n <li>Tax Calculation Failed</li>\r\n <li>Currency incompatible with Gateway</li>\r\n <li>Non-Compliant Customer</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Future Subscription Plans</h3>\r\n<ol>\r\n <li>There is no way of cancelling a subscription in the middle or end of the billing term after a subscription gets triggered.</li>\r\n <li>If the subscriber still wants to cancel the subscription plan at the end of the first term, then they can use the Change Subscription Operation and set the number of billing cycles to 1 again.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1401\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Scheduled cancellation state to active state</h3>\r\nA subscription that is set to be cancelled in a particular time frame can be moved to active state if the number of billing cycles increases for that particular subscription plan. For instance, if the subscription plan was initially billed on monthly basis and it is set to be cancelled but then the subscriber changed the plan to a yearly period. In such case the subscription will again be active from cancellation or non-renewing state.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Postponing cancellation for subscriptions</h3>\r\nCancellation for subscription plans can also be postponed by altering the date and time for a particular subscription plan that was set to be cancelled through web interface. It can also be done by using change term end API. [/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Cancellation','','draft','closed','closed','','cancellation','','','2019-07-26 10:24:48','2019-07-26 10:24:48','',0,'https://staging.subscriptionflow.com/?page_id=1578',0,'page','',0),(1587,1,'2019-07-26 10:25:33','2019-07-26 10:25:33','[vc_row el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1517\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Add ons\" font_container=\"tag:h1|font_size:30|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\" el_class=\"h1-30\"][vc_column_text css_animation=\"fadeIn\" el_class=\"p18 pc1\"]Boost your overall sales revenue with the SubscriptionFlow Add ons feature!\r\n\r\n<strong>Types of Add ons </strong>\r\n<ol class=\"header-des\">\r\n <li>Recurring Add on</li>\r\n <li>Non-recurring add on</li>\r\n</ol>\r\n[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"max-850\"][vc_column][vc_column_text]Subscription Add ons work the same way as the normal product or service. In other words, they are designed to complement a subscription. When Add on is purchased they will be billed along with the primary subscription. Any Add on purchased by the subscriber will become a part of the resultant subscription which will potentially enhance the total amount of the initial purchase and succeeding billings. With SubscriptionFlow Add on functionality, businesses will be able to charge subscribers in a single aggregate along with all the selected Add ons chose at the subscriber’s end.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Subscribers and Boost your overall sales revenue</h3>\r\nAdd ons are a great way of selling supplementary services to your subscribers and boost your overall sales revenue. Add ons can be included in any subscription plan in the following ways\r\n<ol>\r\n <li>While creating the subscription plan</li>\r\n <li>While changing / updating / upgrading the subscription plan</li>\r\n <li>For non-recurring Add ons, using the add Add on action on the customer or subscription details page.</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1388\" img_size=\"full\" alignment=\"right\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1390\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on customization</h3>\r\nAdd-ons can be customized with the following properties:\r\n<ol>\r\n <li>Add on name</li>\r\n <li>Add on code</li>\r\n <li>Price</li>\r\n <li>Editable quantity</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Recurring Add on</h3>\r\nIn recurring Add on, the Add on keeps get renewing each time the subscription gets changed. For recurring Add ons you need to define a period. The period states for the price of the Add on. A recurring Add on is only allowed to be integrated to a subscription whose billing period is a multiple of the Add ons period. For instance\r\n<ol>\r\n <li>An Add on whose period is 2 months, cannot be integrate with subscriptions with billing periods being an odd number of months.</li>\r\n <li>An Add on with a period of 1 year can be integrate with a subscription of billing period say, 24 months.</li>\r\n <li>Add ons with week based periods can only be integrate with subscriptions with week based billing periods.</li>\r\n <li>It is not possible to integrate an Add on with billing period in days to a plan subscription with a monthly or annual billing period, since the number of days in the month or year is not constant. Similarly, it is not possible to add a monthly Add on to a plan subscription with 45 days billing period.</li>\r\n <li></li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Non-recurring Add on</h3>\r\nNon-recurring Add on is also known as one time Add on. In this type, the Add on does not get renewed for indefinite time[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_single_image image=\"1426\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with the new billing cycle</h3>\r\nFirst step is always to create an Add on. After Add on is set up, you can either linked the recurring Add on to the charge or alter the already existed Add on. In order to link Add on function to the subscription billing cycle, create a new subscription and then integrate Add on details into it. You can then add details for the billing cycles as well. The Add on will then be added to the invoice of the new subscription.\r\nAs the subscription term progresses further and more invoices are generated, the billing cycle will reduced to become zero and the Add on will be removed after. To add the charge to an existing subscription, detect the subscription and click Change Subscription. For the existing subscriptions, when an Add on is added, a prorated invoice is generated based on the subscription term. The prorated period will be considered as one billing cycle as far as the add-on is concerned.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"w-1200\"][vc_column width=\"1/2\" el_class=\"circle-se\"][vc_column_text]\r\n<h3 class=\"cfm\">Add on functionality with existing billing cycle</h3>\r\nIf you add a billing cycle to an existing Add on linked to a subscription, no charge will be raised. However, the billing period will decrease and the Add on will be removed when the billing becomes zero. While setting up Add on functionality with the billing cycle there are some key points that must be noted\r\n<ol>\r\n <li>Billing cycle for Add ons can be added or changed only through User Interface.</li>\r\n <li>If there is a change of term for the subscription (for instance, the subscriber changed the subscription plan from monthly to yearly) and the change is done through API, make sure that the billing cycle of the Add on is changed as well. If not, the billing cycle of the Add on will be reset to forever. In this case the subscriber will be charged for the Add on for an indefinite period.</li>\r\n</ol>\r\nTo put all this in a nutshell, an Add on is usually a charge billed on each billing period in addition to a subscription’s base charge. Each subscription plan may have one or more Add ons associated with it. You can define your Add ons when creating or editing plans. Subscribers can utilize the Hosted Payment Page to view and select from the available add ons. API users can specify Add ons when creating or updating subscriptions.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"1413\" img_size=\"full\"][/vc_column][/vc_row]','Add ons','','draft','closed','closed','','add-ons','','','2019-07-26 10:49:41','2019-07-26 10:49:41','',0,'https://staging.subscriptionflow.com/?page_id=1587',0,'page','',0),(1602,1,'2019-07-31 08:05:49','2019-07-31 08:05:49','<p class=\"justify-text\">Subscriptions are undoubtedly the most popular and beneficial business activity for businesses worldwide. It shows businesses their loyal customers and the ones that will sustain for long. Therefore, increasing overall business profitability. As a small business, managing subscriptions can be a daunting task. Specially, when you have so many options to choose from. There are a couple of adequate subscription management softwares in the market- solutions that can help your business accept recurring payments and manage subscriptions through different features. The task becomes even more challenging when you have to select one as the best subscription management software from a business point of view. But we have coupled maximum advantages to make the selection process for easy to use subscription management software and best subscription management software a lot easier for all of you.</p>\r\n\r\n<img class=\"alignnone size-full wp-image-1604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\" alt=\"advantages of subscription management software\" width=\"1000\" height=\"667\" />\r\n<ol>\r\n <li><strong> Time-Saving</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Easy to use subscription management software is a time saving option. Why? Because it provides automation in every task. Such software’s cut out additional time being spent while performing subscription tasks. It’s a recurring billing software which will automatically be sending invoices to your business customers on a regular basis without creating much of a hassle for you.</p>\r\n<ol start=\"2\">\r\n <li><strong> Lower Cost</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Using recurring billing software proves much cost-effective than building your own system. It saves business start-up costs and allows them to reach markets in an affordable manner. The generic payment systems often fail to provide such type of cost benefits.\r\n<ol start=\"3\">\r\n <li><strong> A Secure System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">While choosing the best subscription management software, the security is often a matter of prime concern. The best subscription management software is always supposed to be more secure and PCI compliant to create a safe online payment environment for the global customers.</p>\r\n<ol start=\"4\">\r\n <li><strong> A Flexible System</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With a well-documented API, a subscription billing software is always more flexible to offer a seamless experience to the users. It helps create a robust system where everything is better conceived for improved performance.</p>\r\n<ol start=\"5\">\r\n <li><strong> Free From PCI Compliance</strong></li>\r\n</ol>\r\nFor processing credit card payments, businesses need to have PCI compliant software for the purpose. However, getting a PCI certification has its own complications and requires both time and money. When businesses incorporate recurring billing software, they need not to bother about getting PCI compliance separately.</p>\r\n<ol start=\"6\">\r\n <li><strong> Multiple Payment Gateways</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">A recurring billing or subscription management software will bring businesses a considerable number of online payment gateway choices to choose from. This brings businesses with the flexibility of choosing the best and the most affordable payment systems. Businesses can now save transaction costs by choosing payment gateways that offer them lower rates. Moreover, with more than one payment gateway on the subscription site, businesses can offer better choices to their customers.</p>\r\n<ol start=\"7\">\r\n <li><strong> Robust Reporting</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses will have instant access to real-time reports. This feature often lacks in generic payment systems. The reports can provide them with key information, like members registered daily, revenues generated every day, outstanding accounts, etc. Businesses can use these key data to customize reports and can integrate it into their website. It will save them from the hassles of manual reporting.</p>\r\n<ol start=\"8\">\r\n <li><strong> Flexible Billing</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Businesses can now have a complete control over the billing cycles and can provide their customers with a flexible billing option. The best subscription management software is designed to enhance the billing flexibility to help businesses optimize their scalability.</p>\r\n<ol start=\"9\">\r\n <li><strong> Automation of Sales process</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software, businesses can better streamline their sales process with the automation features. The software can be used for sending notifications and receipts and can also automatically send notifications for failed payments. All these features make the sales process more efficient and save business from troublesome experiences.</p>\r\n<ol start=\"10\">\r\n <li><strong> Implementation of Promotional Offers</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">There are several kinds of promotional offers, such as free trial and discounts that can greatly help flourish online subscription businesses. The best subscription management software allows businesses to easily and quickly implement trial offers, discount offers, upgrades or downgrades of plans etc. promotions to enhance their marketing efforts.</p>\r\n<ol start=\"11\">\r\n <li><strong> Reduce Administration</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Effectively managing cash flow means automating and standardizing business invoicing process, and effectively reducing administration overhead. Fast, efficient subscription management software vastly reduces the margin for error compared to manually processing invoices from scratch.\r\n<ol start=\"12\">\r\n <li><strong>Faster billing </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">With the best subscription management software customers and employees will have a more relaxed experience as the software will help in faster billing. In manual manner the practice was to enter the price, the information and each product separately and then calculate them. This time consuming process becomes a task of few minutes as the billing software reads the barcode with the help of barcode reader and enters all the data right away in the system.</p>\r\n<ol start=\"13\">\r\n <li><strong> Manage Subscription Billing</strong></li>\r\n</ol>\r\nCompanies that run subscription based services know that it can require a high level of administration to keep billing and invoicing processes efficient and well managed. As the subscription software is a complete automated tool, it helps businesses manage their subscription in a seamless manner with the help of few clicks.</p>\r\n<ol start=\"14\">\r\n <li><strong> Minimize Errors</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">The best subscription management software system will automatically compile costs and quotes, and then generate invoices from this data. This greatly reduces the number of people required to produce quotes, thereby reducing the chance for human error. This in turn saves your business time, which saves your business money.</p>\r\n<ol start=\"15\">\r\n <li><strong> Create Transparency</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">When a client or customer has a query about the billing process, it is important to have information easily accessible so that the concerned business can provide answers quickly. One of the key benefits of having a subscription management software is that it gives a clear and easy to understand audit trail, including every action, from lead generation all the way to payment collection.</p>\r\n<ol start=\"16\">\r\n <li><strong> Integrate Systems</strong></li>\r\n</ol>\r\n<p class=\"justify-text\">By connecting a set of complex systems, individual processes and administration can be greatly reduced. From the initial quote all the way through collecting payment, businesses can save time by connecting all the systems and software they use, including CRM, CPQ, ERP and Finance systems.</p>\r\n<ol start=\"17\">\r\n <li><strong> Instant invoices </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Be it related with the online payments or billing it will help businesses print or send invoices to their customers instantly. This helps the customers and clients get the information of transactions and purchased item immediately which results in customer satisfaction. This also acts as a proof hence clients and customers have a complete satisfaction as it is instant as well.</p>\r\n<ol start=\"18\">\r\n <li><strong> Instant updates </strong></li>\r\n</ol>\r\n<p class=\"justify-text\">Automated billing software updates businesses about all the daily sold products and integrates with inventory and accounting software. This way businesses can remain updated about the accounts and business that is happening and the inventory level remains under check. As the billing happens the sold items get updated along with the required information.</p>\r\n\r\n<p class=\"justify-text\">The advantages mentioned above clearly indicate how <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management software</a> can help companies in flourishing their business of subscriptions and recurring payments. The benefits of subscription management software for businesses is manifold including charge customers flexibly i.e. on a monthly or quarterly basis. SubscriptionFlow, is the best recurring billing software that helps businesses to automate and manage recurring subscriptions generated on a regular basis.</p>','What are the Advantages of Subscription Management Software?','','publish','open','open','','what-are-the-advantages-of-subscription-management-software','','','2019-08-16 14:04:31','2019-08-16 14:04:31','',0,'https://staging.subscriptionflow.com/?p=1602',0,'post','',0),(1604,1,'2019-07-31 07:53:22','2019-07-31 07:53:22','','advantages of subscription management software','','inherit','open','closed','','advantages-of-subscription-management-software','','','2019-07-31 07:53:35','2019-07-31 07:53:35','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg',0,'attachment','image/jpeg',0),(1610,1,'2019-08-05 12:56:49','2019-08-05 12:56:49','[vc_row css=\".vc_custom_1565176836188{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh height-auto package-form\"][vc_column width=\"2/3\"][contact-form-7 id=\"1627\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<div class=\"package-left\">Create your account\r\nin 2 simple steps</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Buy a Package','','publish','closed','closed','','buy-a-package','','','2019-08-27 10:50:40','2019-08-27 10:50:40','',0,'https://staging.subscriptionflow.com/?page_id=1610',0,'page','',0),(1627,1,'2019-08-07 10:27:06','2019-08-07 10:27:06','<div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n [hidden package default:get]\r\n <label class=\"top-label\" for=\"Name\">First Name <span class=\"required-txt\">*</span></label>\r\n [text* firstname]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Last Name</label>\r\n [text lastname]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Email <span class=\"required-txt\">*</span></label>\r\n [email* email]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Phone <span class=\"required-txt\">*</span></label>\r\n [tel* phone]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Organization <span class=\"required-txt\">*</span></label>\r\n [text* organization]\r\n </div>\r\n </div>\r\n \r\n \r\n \r\n [cf7mls_step cf7mls_step-184]\r\n \r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Card Holder Name <span class=\"required-txt\">*</span></label>\r\n [text* cardholdername]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Card No <span class=\"required-txt\">*</span></label>\r\n [text* cardno]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Security Code <span class=\"required-txt\">*</span></label>\r\n [text* securitycode]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Expiry Month/year <span class=\"required-txt\">*</span></label>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-month \"01\" \"02\" \"03\" \"04\" \"05\" \"06\" \"07\" \"08\" \"09\" \"10\" \"11\" \'12\']</div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 fnopadding\">[select* menu-year \"2018\" \"2019\" \"2020\" \"2021\" \"2022\" \"2023\" \"2024\" \"2025\" \"2026\" \"2027\" \"2028\" \'2029\' \'2030\']</div>\r\n </div>\r\n \r\n </div>\r\n \r\n \r\n <div class=\"col-sm-12 col-md-12 col-lg-12 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Address</label>\r\n [text address]\r\n </div>\r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">City</label>\r\n [text city]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">State</label>\r\n [text state]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">ZipCode</label>\r\n [text ZipCode]\r\n </div>\r\n \r\n </div>\r\n <div class=\"col-sm-6 col-md-6 col-lg-6 col-xs-12 nopadding\">\r\n <div class=\"form-group\">\r\n <label class=\"top-label\" for=\"Name\">Country</label>\r\n \r\n [select your-country \"Afghanistan\" \"Albania\" \"Algeria\" \"American Samoa\" \"Andorra\" \"Angola\" \"Anguilla\" \"Antigua and Barbuda\" \"Argentina\" \"Armenia\" \"Armenia\" \"Aruba\" \"Australia\" \"Austria\" \"Azerbaijan\" \"Azerbaijan\" \"Bahamas\" \"Bahrain\" \"Bangladesh\" \"Barbados\" \"Belarus\" \"Belgium\" \"Belize\" \"Benin\" \"Bermuda\" \"Bhutan\" \"Bolivia\" \"Bonaire\" \"Bosnia and Herzegovina\" \"Botswana\" \"Bouvet Island (Bouvetoya)\" \"Brazil\" \"British Indian Ocean Territory (Chagos Archipelago)\" \"British Virgin Islands\" \"Brunei Darussalam\" \"Bulgaria\" \"Burkina Faso\" \"Burundi\" \"Canada\" \"Cambodia\" \"Cameroon\" \"Cape Verde\" \"Cayman Islands\" \"Central African Republic\" \"Chad\" \"Chile\" \"China\" \"Christmas Island\" \"Cocos (Keeling) Islands\" \"Colombia\" \"Comoros\" \"Congo\" \"Congo\" \"Cook Islands\" \"Costa Rica\" \"Cote d\'Ivoire\" \"Croatia\" \"Cuba\" \"Curaçao\" \"Cyprus\" \"Cyprus\" \"Czech Republic\" \"Denmark\" \"Djibouti\" \"Dominica\" \"Dominican Republic\" \"Ecuador\" \"Egypt\" \"El Salvador\" \"Equatorial Guinea\" \"Eritrea\" \"Estonia\" \"Ethiopia\" \"Falkland Islands (Malvinas)\" \"Faroe Islands\" \"Fiji\" \"Finland\" \"France\" \"French Guiana\" \"French Polynesia\" \"French Southern Territories\" \"Gabon\" \"Gambia\" \"Georgia\" \"Georgia\" \"Germany\" \"Ghana\" \"Gibraltar\" \"Greece\" \"Greenland\" \"Grenada\" \"Guadeloupe\" \"Guam\" \"Guatemala\" \"Guernsey\" \"Guinea\" \"Guinea-Bissau\" \"Guyana\" \"Haiti\" \"Heard Island and McDonald Islands\" \"Holy See (Vatican City State)\" \"Honduras\" \"Hong Kong\" \"Hungary\" \"Iceland\" \"India\" \"Indonesia\" \"Iran\" \"Iraq\" \"Ireland\" \"Isle of Man\" \"Israel\" \"Italy\" \"Jamaica\" \"Japan\" \"Jersey\" \"Jordan\" \"Kazakhstan\" \"Kazakhstan\" \"Kenya\" \"Kiribati\" \"Korea\" \"Korea\" \"Kuwait\" \"Kyrgyz Republic\" \"Lao People\'s Democratic Republic\" \"Latvia\" \"Lebanon\" \"Lesotho\" \"Liberia\" \"Libyan Arab Jamahiriya\" \"Liechtenstein\" \"Lithuania\" \"Luxembourg\" \"Macao\" \"Macedonia\" \"Madagascar\" \"Malawi\" \"Malaysia\" \"Maldives\" \"Mali\" \"Malta\" \"Marshall Islands\" \"Martinique\" \"Mauritania\" \"Mauritius\" \"Mayotte\" \"Mexico\" \"Micronesia\" \"Moldova\" \"Monaco\" \"Mongolia\" \"Montenegro\" \"Montserrat\" \"Morocco\" \"Mozambique\" \"Myanmar\" \"Namibia\" \"Nauru\" \"Nepal\" \"Netherlands\" \"Netherlands Antilles\" \"New Caledonia\" \"New Zealand\" \"Nicaragua\" \"Niger\" \"Nigeria\" \"Niue\" \"Norfolk Island\" \"Northern Mariana Islands\" \"Norway\" \"Oman\" \"Pakistan\" \"Palau\" \"Palestinian Territory\" \"Panama\" \"Papua New Guinea\" \"Paraguay\" \"Peru\" \"Philippines\" \"Pitcairn Islands\" \"Poland\" \"Portugal\" \"Puerto Rico\" \"Qatar\" \"Reunion\" \"Romania\" \"Russian Federation\" \"Rwanda\" \"Saint Barthelemy\" \"Saint Helena\" \"Saint Kitts and Nevis\" \"Saint Lucia\" \"Saint Martin\" \"Saint Pierre and Miquelon\" \"Saint Vincent and the Grenadines\" \"Samoa\" \"San Marino\" \"Sao Tome and Principe\" \"Saudi Arabia\" \"Senegal\" \"Serbia\" \"Seychelles\" \"Sierra Leone\" \"Singapore\" \"Sint Maarten (Netherlands)\" \"Slovakia (Slovak Republic)\" \"Slovenia\" \"Solomon Islands\" \"Somalia\" \"South Africa\" \"South Georgia & S. Sandwich Islands\" \"Spain\" \"Sri Lanka\" \"Sudan\" \"Suriname\" \"Svalbard & Jan Mayen Islands\" \"Swaziland\" \"Sweden\" \"Switzerland\" \"Syrian Arab Republic\" \"Taiwan\" \"Tajikistan\" \"Tanzania\" \"Thailand\" \"Timor-Leste\" \"Togo\" \"Tokelau\" \"Tonga\" \"Trinidad and Tobago\" \"Tunisia\" \"Turkey\" \"Turkey\" \"Turkmenistan\" \"Turks and Caicos Islands\" \"Tuvalu\" \"U.S. Virgin Islands\" \"U.S. Minor Outlying Islands\" \"Uganda\" \"Ukraine\" \"United Arab Emirates\" \"United Kingdom\" \"United States\" \"Uruguay\" \"Uzbekistan\" \"Vanuatu\" \"Venezuela\" \"Vietnam\" \"Wallis and Futuna\" \"Western Sahara\" \"Yemen\" \"Zambia\" \"Zimbabwe\"]\r\n </div>\r\n \r\n </div>\r\n \r\n\r\n <div class=\"col-sm-12 col-md-12 col-lg-12 text-center\">[submit \"Submit\"]</div>\n1\n\n\n\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: [your-email]\n\n\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@staging.subscriptionflow.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: abc@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Buy Package','','publish','closed','closed','','buy-package','','','2019-08-08 06:44:12','2019-08-08 06:44:12','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=1627',0,'wpcf7_contact_form','',0),(1637,1,'2019-08-07 11:47:15','2019-08-07 11:47:15','','advantages of subscription management software','','inherit','open','closed','','advantages-of-subscription-management-software-2','','','2019-08-07 11:47:29','2019-08-07 11:47:29','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software-1.jpg',0,'attachment','image/jpeg',0),(1638,1,'2019-08-07 11:54:31','2019-08-07 11:54:31','','subscription software advantages','','inherit','open','closed','','subscription-software-advantages','','','2019-08-07 11:54:31','2019-08-07 11:54:31','',1602,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-advantages.jpg',0,'attachment','image/jpeg',0),(1644,1,'2019-08-16 14:28:28','2019-08-16 14:28:28','<p class=\"justify-text\">SaaS is a way of software delivery that allows the data to be accessed from any device with the help of internet connection and web browser. It is a web based model where third party host and maintain the servers , databases and the overall system architecture that composes an application. SaaS subscription model has removed the need for businesses to install and run applications in their own data centers or on their own computers. This also removes the expense of hardware acquisition, maintenance and provisioning, software licensing and support for installation.</p>\r\n<p class=\"justify-text\">SaaS is a subscription software which is centrally hosted and is licensed on a subscription basis. In other words, SaaS is a platform that allows the end users to access software applications over the internet. Following are some of the many advantages that <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">best SaaS subscription management software</a> provides.</p>\r\n\r\n<ol>\r\n <li>\r\n<h3><strong>No Additional Cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">One of the biggest advantage of using SaaS subscription software is it has no additional cost for hardware installation. As it is a cloud based services, there are no extra costs associated with it.</p>\r\n\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Pay for what you use</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">While using SaaS subscription software, if a piece of software is only needed for a limited period then it is only paid for over that period and subscriptions can usually be halted at any time. Moreover, the usage is scalable. For instance, if a user decides that they need more storage or additional services, then they can access these on demand without needing to install new software or hardware.</p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Automated Updates</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">In SaaS subscription model all updates are automated. Whenever there is an update, it is available online to the existing users, free of charge most often. No new software is required for this as it often connected with other types of applications and the updates will regularly be deployed automatically by the cloud provider.</p>\r\n\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Multiple device compatibility </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software applications can be accessed through any internet enabled device, which makes it a fair deal for those who use a number of different devices, such as internet enabled phones and tablets, and those who do not always use the same system every time. It is compatible with multifaceted devices which is an added advantage of using the SaaS platform.</p>\r\n<img class=\"alignnone size-full wp-image-1646\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg\" alt=\"best saas subscription management\" width=\"1000\" height=\"667\" />\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Easily Accessible</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is easily accessible from any location worldwide rather than being restricted to installations on individual computers, an application can be accessed from anywhere with an internet enabled device. Applications can be further customized and labelled as per requirements of the users with other softwares.</p>\r\n\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Flexible Payments </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">With SaaS subscription software, there is no need for purchasing an individual software to install, or additional hardware to support the business. Instead customers just have to subscribe to a SaaS offering. Generally, customers pay for SaaS service on a monthly basis using a pay-as-you-go model. Transitioning costs to a recurring operating expense allows many businesses to exercise better and more predictable budgeting. Users can also terminate SaaS offerings at any time to stop the recurring costs. Thus, it is a cost saving option for the users.</p>\r\n\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Less management and more productivity </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">Small businesses, government offices, banks etc. do not need to manage each part of software such as installation, licensing, training, future demands, hardware (servers) and workforce for consumer services. Most of the things will be automatic. It means the workforce can spend time on things that speed up the consumer services, improve the quality and help to earn more profit. At the end of the day, the product will be higher in the workplace where SaaS based applications are in use.</p>\r\n\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>More profit </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS business model increases profit a hundred times more for software and subscription related companies. It also works well with IT related businesses. Software as a service means that businesses are paying rent for using software and computers each month instead of buying one time. Companies do not charge much money for updates so far. But after the addition of cloud computing to use operating system, graphics design software, account software etc. on computers businesses have to pay money each month. It means it’s an extra advantage for companies and they will earn more profit as their businesses will scale as a result of it.</p>\r\n\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Less infrastructure cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">There are many companies who are providing software as a service (SaaS) on their own computers and servers for end users. It means you do not need to buy a server to maintain and manage data and information. Everything will be installed on the third party. It will save time, reduce cost and Increase profit and provide flexibility to the users. There are many other advantages of SaaS in cloud computing such as data storage, personalized computing, sharing and collaboration, on-demand scaling etc.</p>\r\n\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Scalability </strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software providers generally offer many subscription options and flexibility to change subscriptions as and when needed. For instance when your business grows, or more users need to access the service SaaS allows you to scale the subscriptions as per your overall business requirement.</p>\r\n\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Low up front cost</strong></h3>\r\n</li>\r\n</ol>\r\n<p class=\"justify-text\">SaaS subscription software is generally a subscription-based software and has no up-front license fees resulting in lower initial costs. The SaaS provider manages the IT infrastructure that is running the software, which brings down the overall fees for its hardware and software maintenance. SaaS will give you the access to all the latest technology with a minimal budget and the access to the professional support.</p>\r\n<p class=\"justify-text\">To put all this in a nutshell, SaaS subscription software is an alternative to the traditional on-premise software installations. It has become a common method of delivering many business applications, including:</p>\r\n\r\n<ol>\r\n <li>office and communication software</li>\r\n <li>payroll and accounting programs</li>\r\n <li>customer relationship management software</li>\r\n <li>HR management software</li>\r\n <li>enterprise resource planning programs</li>\r\n <li>corporate performance management suites</li>\r\n <li>mobile applications</li>\r\n</ol>','Manage Subscriptions as your Business Scale with SaaS Subscription Model','','publish','open','open','','manage-subscriptions-as-your-business-scale-with-saas-subscription-model','','','2020-01-03 07:49:20','2020-01-03 07:49:20','',0,'https://staging.subscriptionflow.com/?p=1644',0,'post','',0),(1645,1,'2019-08-16 14:18:47','2019-08-16 14:18:47','Saas Subscription Software','Saas Subscription Software','','inherit','open','closed','','69263747_23843671911210163_7114960367771451392_n','','','2019-08-16 14:19:24','2019-08-16 14:19:24','',1644,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png',0,'attachment','image/png',0),(1646,1,'2019-08-16 14:19:54','2019-08-16 14:19:54','','best saas subscription management','','inherit','open','closed','','best-saas-subscription-management','','','2019-08-16 14:20:03','2019-08-16 14:20:03','',1644,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg',0,'attachment','image/jpeg',0),(1662,1,'2019-08-21 10:17:06','2019-08-21 10:17:06','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n[cf7mls_step cf7mls_step-158]\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@staging.subscriptionflow.com>\nabc@mail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: [your-email]\n\n\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@staging.subscriptionflow.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (https://staging.subscriptionflow.com)\nReply-To: abc@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Untitled','','publish','closed','closed','','untitled','','','2019-08-21 10:17:06','2019-08-21 10:17:06','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=1662',0,'wpcf7_contact_form','',0),(1671,1,'2019-09-03 12:55:11','2019-09-03 12:55:11','[vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1782\" primary_title=\"Subscription Management Software for Cleaning Business\" hover_title=\"Subscription Management Software for Cleaning Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-cleaning-business%2F|title:Subscription%20Management%20Software%20for%20Cleaning%20Business|target:%20_blank|\"]If you are running a cleaning business than you can relate with the struggle behind hiring competent and qualified cleaning staff. In earlier times, the cleaning businesses used to perform recruiting process and daily assessments manually.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1767\" primary_title=\"Subscription Management Software for eCommerce\" hover_title=\"Subscription Management Software for eCommerce\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-ecommerce%2F|title:Subscription%20Management%20Software%20for%20eCommerce||\"]eCommerce refers to the exchange of money for services and goods online. It is an abbreviation for “electronic commerce”. Subscriptions undoubtedly are an increasingly common way to buy products and services online. No one can deny the fact that shoppers are now also turning.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1743\" primary_title=\"Subscription Management Software for Educational Institutions\" hover_title=\"Subscription Management Software for Educational Institutions\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-educational-institutions%2F|title:Subscription%20Management%20Software%20for%20Educational%20Institutions||\"]The popularity of software as a service is fast catching on. An industry dominated by products and services that requires regular payment has emerged as a result. These customers aren’t one-time buyers rather .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1745\" primary_title=\"Subscription Management Software for IT Companies\" hover_title=\"Subscription Management Software for IT Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-it-companies%2F|title:Subscription%20Management%20Software%20for%20IT%20Business||\"]IT companies are no strangers to that constant race against the clock. Time and money will never be enough to get your product off the ground and generate revenues. Subscription Management Software for IT companies is designed specifically for businesses .....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1786\" primary_title=\"Subscription Management Software for Real Estate\" hover_title=\"Subscription Management Software for Real Estate\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-real-estate%2F|title:Subscription%20Management%20Software%20for%20Real%20Estate||\"]Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that <strong>subscription management software for real estate</strong> can automate routine tasks and manage the entire deal cycle through matching listings to negotiations and closing.....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1788\" primary_title=\"Subscription Management Software for Food Industry\" hover_title=\"Subscription Management Software for Food Industry\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-food-industry%2F|title:Subscription%20Management%20Software%20for%20Food%20Industry||\"]A growing number of restaurants and cafes are offering unlimited food and drinks to entice customers into visiting their joint on a regular basis. Subscription services are designed to give consumers the feel that they are saving money while .....[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1790\" primary_title=\"Subscription Management Software for Gym Management\" hover_title=\"Subscription Management Software for Gym Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-gym-management%2F|title:Subscription%20Software%20for%20gym%20Management%20Systems||\"]Subscription management software for gym is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness industry. Such membership software will make the fitness industry hassle free as it brings automation within every task......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1796\" primary_title=\"Subscription Management Software for Transport Company\" hover_title=\"Subscription Management Software for Transport Company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-transport-company%2F|title:Subscription%20Management%20Software%20for%20Transport%20Company||\"]In this day and age, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1827\" primary_title=\"Subscription Management Software for Hospital Management\" hover_title=\"Subscription Management Software for Hospital Management\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-hospital-management%2F|title:Subscription%20Management%20Software%20for%20Hospital%20Management||\"]Subscription management software for hospital management is bound to make the management of your patient’s payment records far more effective. Given the rise in demand, many large practices and hospitals have already switched to billing software, it is high time you consider doing the same for your......[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1829\" primary_title=\"Subscription Management Software for Insurance Companies\" hover_title=\"Subscription Management Software for Insurance Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-insurance-companies%2F|title:Subscription%20Management%20Software%20for%20Insurance%20Companies||\"]In today’s competitive world, the needs and requirements of business sector are ever evolving and competition is rising immensely making it difficult for the businesses to cope up in timely manner. Under such circumstances the best approach is always.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1831\" primary_title=\"Subscription Management Software for Small Business\" hover_title=\"Subscription Management Software for Small Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-small-business%2F|title:Subscription%20Management%20Software%20for%20Small%20Business||\"]Subscription management software provides all the necessary tools to automate processes in subscription business that were earlier being performed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics.......[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1890\" primary_title=\"Subscription Management Software for Salons\" hover_title=\"Subscription Management Software for Salons\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-salons%2F|title:Subscription%20Management%20Software%20for%20Salons||\"]How many times have you gone to a salon and left with disappointment because the administration there was not co-operative in terms of billing and appointments? Must be more than once. If you are someone who wants to open his/her own salon but are afraid of managing things than invoicing software for salon is the precise selection for you.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"1900\" primary_title=\"Magazine Subscription Management Software\" hover_title=\"Magazine Subscription Management Software\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fmagazine-subscription-management-software%2F|title:Magazine%20Subscription%20Management%20Software||\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine business owners who are either stuck with their magazine orders or feeling confused on how to manage multiple magazine subscriptions....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"1984\" primary_title=\"Subscription Management Software for Nonprofits\" hover_title=\"Subscription Management Software for Nonprofits\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-nonprofits%2F|title:Subscription%20Management%20Software%20for%20Nonprofits||\"]Managing a charity is not an easy job. It demands you to make sure that the members are cared for, dealing with donors and managing employees, all together while running a business. Accepting and accounting for your recurring payments and one-time donations may sometimes feel like a second thought....[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2044\" primary_title=\"Subscription Management Software for Telecom Billing\" hover_title=\"Subscription Management Software for Telecom Billing\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-telecom-billing%2F|title:Subscription%20Management%20Software%20for%20Telecom%20Billing||\"]Telecom is one the few industries that makes most part of their revenue through subscriptions. So for this industry a telecom billing subscription management software holds a high importance. Why? Because without it the whole industry just cannot run its operations smoothly[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"2919\" primary_title=\"Subscription Management Software for Enterprises\" hover_title=\"Subscription Management Software for Enterprises\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-enterprises%2F|title:Subscription%20Management%20Software%20for%20Enterprises||\"]Recurring billing and subscription management go hand in hand. For enterprises who need to streamline their business processes to manage accounting, billing, invoicing, and customer relationship management, choosing the right Subscription Billing for Enterprises is important[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2957\" primary_title=\"Subscription Management Software for Telemedicine Companies\" hover_title=\"Subscription Management Software for Telemedicine Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-telemedicine-companies%2F|title:Subscription%20Management%20Software%20for%20Telemedicine%20Companies||\"]Digitalization has revolutionized almost everything under the sun. Be it politics, economics, culture, governance, propaganda, education, or health—each sector has seen the unprecedented transformation and exponential growth with the advent of the internet, information technology, Smartphones, and digital media.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"2994\" primary_title=\"Subscription Management Software for Online Courses\" hover_title=\"Subscription Management Software for Online Courses\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-online-courses%2F|title:Subscription%20Management%20Software%20for%20Online%20Courses||\"]With the outbreak of the novel coronavirus, online education has risen as the future of learning. Quashing the borders’ geopolitics and limitations of insufficient money or resources, online-learning is now becoming firm support for the vision of education for everyone; education beyond borders[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"3039\" primary_title=\"Subscription Billing Software for Clubs\" hover_title=\"Subscription Billing Software for Clubs\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-billing-software-for-clubs%2F|title:Subscription%20Billing%20Software%20for%20Clubs||\"]Book Club, Kids Club, Personal Club, Hobby Club, Professional Club, Society Club, Night Club, Sports Club, Health Club, Men or Women Club, or you run any sort of club as long as you love to explore the advantages of socialization for a collective purpose or cause[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3057\" primary_title=\"Subscription Management Software for Retail Business\" hover_title=\"Subscription Management Software for Retail Business\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-retail-business%2F|title:Subscription%20Management%20Software%20for%20Retail%20Business||\"]With cluttered inventory, shortage of articles, piles of unseasonal stocks, and messy record-keeping, bygone retail businesses have already lost the game. It is an age where SaaS is revamping the business models all over.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3082\" primary_title=\"Subscription Management Software for Media Companies\" hover_title=\"Subscription Management Software for Media Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-media-companies%2F|title:Subscription%20Management%20Software%20for%20Media%20Companies||\"]With the advent of the digital platforms, the subscription business of the media groups and publishing industries has taken a full-scale turn not only in terms of content production and designing and outlining the media strategy, but also, reaching out to the customers to outrank the competition while attracting the advertisers with the growth in subscriptions and, eventually, in revenue and repute.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"3094\" primary_title=\"Subscription Management Software for Shopify\" hover_title=\"Subscription Management Software for Shopify\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-shopify%2F|title:Subscription%20Management%20Software%20for%20Shopify||\"]2020 has turned the present and future of individuals, governments, corporations, and businesses upside down with the outbreak of the novel coronavirus. Pandemic on the other hand gave rise to the new and unimaginable business opportunities that brought the prospects of broadening the horizon of selling products and services to the customers from the comfort of their homes.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3105\" primary_title=\"Subscription Management Software for WordPress\" hover_title=\"Subscription Management Software for WordPress\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-wordpress%2F|title:Subscription%20Management%20Software%20for%20WordPress||\"]WordPress is considered an ideal platform to create websites, web-portals, forums, membership sites, employee management web apps, e-commerce stores, and many more. Selling streaming services, gaming, casino, or managing online e-store—with an increase in the need of managing recurring billing in more sophisticated and user-friendly mode, online businesses[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3118\" primary_title=\"Subscription Management Software for Magento\" hover_title=\"Subscription Management Software for Magento\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-magento%2F|title:Subscription%20Management%20Software%20for%20Magento||\"]What is the purpose of taking the business online and 24/7 when round-the-clock and throughout-the-year sales are not taking the revenue by storm. Be it is an online platform or offline stage, maximize the prospects of revenue ever than before with the subscription-based business model.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"3139\" primary_title=\"Subscription Management Software for Wix\" hover_title=\"Subscription Management Software for Wix\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-wix%2F|title:Subscription%20Management%20Software%20for%20Wix||\"]In the market of CMS—Content Management Systems, Wix didn’t take much time or effort to sweep and become the leading preference of web designers, web developers, and online business enthusiasts. Wix is not a software you need to install and then incorporate different features separately.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3262\" primary_title=\"Subscription Management Software for Law Firms\" hover_title=\"Subscription Management Software for Law Firms\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-law-firms%2F|title:Subscription%20Management%20Software%20for%20Law%20Firms||\"]Billing software or subscription management software has become an essential part of every business and industry. Among the many reasons for this boom in the use of subscription management, is the support it has offered to businesses with charging their clients and managing cash flow.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3453\" primary_title=\"Subscription Software for Marketing Companies\" hover_title=\"Subscription Software for Marketing Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-software-for-marketing-companies%2F|title:Subscription%20Software%20for%20Marketing%20Companies||\"]Marketing and Public Relations are the essentials of propaganda which are used by business, organizations, states, corporations, individuals, professionals, religious bodies, social and welfare societies, and all that want to be seen, heard, noticed, and succeed.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"3605\" primary_title=\"Subscription Management Software for Courier Company\" hover_title=\"subscription software for courier company\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-courier-company%2F|title:Subscription%20Management%20Software%20for%20Wix||\"]Courier Industry is one of the leading international businesses. Business letters, Legal notifications, E-Commerce or Online shopping businesses, Parcel Deliveries, Special Days Gifts or Reminders, and many more—Courier Companies are the backbones for many businesses in supporting and strengthening their communications, relations, and revenue. It plays a significant role in running the affairs of the economy of any country.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3731\" primary_title=\"Recurring Billing Software For Alarm Companies\" hover_title=\"Recurring Billing Software For Alarm Companies\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Frecurring-billing-software-for-alarm-companies%2F|title:Recurring%20Billing%20Software%20For%20Alarm%20Companies||\"]Internet of Things—IoT and Artificial Intelligence—AI gave new meanings to security, surveillance, and smart connectivity. They gave rise to the smart devices, or commonly called IoT devices.\r\n\r\nThe proliferation of smart devices, especially smart security gadgets, made it easier, instant, and convenient to manage and monitor the personal and professional spaces when you are not around.[/vc_hoverbox][/vc_column][vc_column width=\"1/3\"][vc_hoverbox image=\"3745\" primary_title=\"Subscription Management Software for Startups\" hover_title=\"Subscription Management Software for Startups\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software-for-startups%2F|title:Subscription%20Management%20Software%20for%20Startups||\"]Budding startups are flourishing the ecosystem of businesses and economies with their low-budget services and products as instant solutions to everyday concerns. Across the globe, startups are rapidly searching and exploring the ways and strategies to establish firm support of revenue and repute in the market.[/vc_hoverbox][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/3\"][vc_hoverbox image=\"3778\" primary_title=\"Subscription Billing for Ambulance Services\" hover_title=\"Subscription Billing for Ambulance Services\" hover_background_color=\"white\" hover_btn_title=\"Read More\" hover_btn_color=\"green\" hover_add_button=\"true\" el_class=\"industry-main-title\" hover_btn_link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-billing-for-ambulance-services%2F|title:Subscription%20Billing%20for%20Ambulance%20Services||\"]EMS—Emergency Medical Services, often known as First Aid or Paramedics Services is a convoluted system in which many and equally important components are coordinated and provide the patient or victim immediate medical care. One of the most important components of these services is emergency medical transportation, also called Ambulance Services.[/vc_hoverbox][/vc_column][/vc_row]','Other Industries','','publish','closed','closed','','other-industries','','','2020-10-28 06:39:37','2020-10-28 06:39:37','',0,'https://staging.subscriptionflow.com/?page_id=1671',0,'page','',0),(1673,1,'2019-09-03 12:55:57','0000-00-00 00:00:00','','Subscription Management Software for Cleaning Business','','draft','closed','closed','','','','','2019-09-03 12:55:57','2019-09-03 12:55:57','',0,'https://staging.subscriptionflow.com/?page_id=1673',0,'page','',0),(1676,1,'2019-09-03 13:05:05','2019-09-03 13:05:05','','002','','inherit','open','closed','','002','','','2019-09-03 13:05:05','2019-09-03 13:05:05','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/002.jpg',0,'attachment','image/jpeg',0),(1697,1,'2020-01-09 14:05:58','2020-01-09 14:05:58','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Management Software for Cleaning Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596681754947{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center; line-height: 28px;\"><strong>Take Care of your Janitorial Services with Subscription Management Software for Cleaning Business. You don\'t need any IT expert to handle subscriptions you just need SubscriptionFlow!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2256\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments Made Easy\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606722349726{margin-top: 25px !important;}\"]Subscription software for cleaning business is a system that businesses can utilize to charge their customers. Be it one off payments, recurring payments or variable amounts over time, subscription software helps you make the entire process painless and less chaotic. Such management software has proved to be quite helpful as they save a huge amount of time and management costs. With <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> powered by SubscriptionFlow for cleaning business can manage all your payments and invoices within a few clicks. We have a powerful software which is easy to operate and easier to grasp. It is designed especially for businesses who want to thrive, and grow their customer footfall. From scheduling to staff management, from customer management to subscription services and from Invoicing to reporting. SubscriptionFlow has got you covered.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2269\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Subscription Management Software for Cleaning Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606722459294{margin-top: 25px !important;}\"]\r\n<h3><strong>Get Paid Faster</strong></h3>\r\nWith cleaning business management software, companies do not have to wait for the customers for collecting their payments. Instead, they can send them an encrypted mail in order to notify them about their due payments. With subscription software, customers can enter their credit card and debit card information once and proceed with all their online payments. .If it’s a <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring invoice</a>, the subscription software for cleaning business will charge them automatically every time they are scheduled to pay. Isn’t it easy?\r\n<h3><strong>Manage Customers</strong></h3>\r\nWith subscription management software for cleaning business, the companies can manage their customers more appropriately through a minimalist dashboard. It gives businesses a quick glance at who is paid and up-to-date and who is not. The cleaning business management software assists in exporting all of the information in a spreadsheet at any time. If for some reason the customer’s card is rejected, Businesses can send out automatic emails with the help of this subscription software. So that the customers can update their card themselves. You’ll also be notified and be able to update it for them.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2264\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Automatic Payment Handling\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578568242884{margin-top: 25px !important;}\"]\r\n<h3><strong>Accept Payments In-the-Field</strong></h3>\r\nCleaning companies can now let the customers pay their bills through their mobile as well. Be it iPhone, iPad, or Android customers can now clear their payments while staying at home or business places. The subscription software for cleaning business provides businesses with payment forms that automatically resize and adjust itself to whatever device the customer may be on.\r\n<h3><strong>Accept payments on your business website</strong></h3>\r\nCleaning businesses can now allow the customers to pay through the official business website. Businesses can embed the entire checkout process on their site for the customers so that the customers do not have to experience a long and time consuming process.\r\n<h3><strong>Start Immediately</strong></h3>\r\nCompanies can start their business operations with subscription management software for cleaning business right away. With the help of a few clicks, the businesses can accept their first payment. Businesses do not need to worry about merchant accounts, security, or hiring a programmer either. The cleaning service software for billing takes care of everything that your business always dreamed of.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Cleaning Business','','publish','closed','closed','','subscription-management-software-for-cleaning-business','','','2020-11-30 07:47:46','2020-11-30 07:47:46','',0,'https://staging.subscriptionflow.com/?page_id=1697',0,'page','',0),(1704,1,'2020-01-09 14:15:17','2020-01-09 14:15:17','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for eCommerce\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682666441{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Manage your online store with Subscription Management Software for eCommerce. SubscriptionFlow offers support to grow your eCommerce business and gain more customers.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2288\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Ideal for Recurring Billing\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606722515066{margin-top: 25px !important;}\"]The eCommerce industry and subscription business go hand in hand. A growing number of eCommerce businesses and payment solutions have improved customer’s online buying experience. With subscription management software for e-Commerce, customers can save time without having to wait for placing their new orders. Certain consumable products such as health supplements, pet foods, and groceries etc. that tend to be reordered often are considered apt for the recurring order functionality.\r\n\r\nSubscriptions got very popular in the past few years, which should not appear surprising, as it is driven by convenience. People can simply order items from the comfort of their own homes and, consequently, receive things they want on recurring basis. Convenience, in question, is the value proposition of subscriptions which, naturally, leads to higher customer retention rates. <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Recurring payments</a> assist in scheduled payments without having to manually track invoices.\r\n\r\nWhat is a better way to offer customers a convenient service while generating recurring revenue for your business? The eCommerce subscription software platform will allow businesses to capture and automatically create subscription orders with a complete back-end <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>. Monthly memberships, and donations, can also be made easy through subscription billing software for eCommerce.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2290\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Subscription Management Software for eCommerce\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606722601318{margin-top: 25px !important;}\"]\r\n<h3><strong>Automatic Updates through Recurring Billing</strong></h3>\r\nOur subscription management software automatically updates card information. Recurring billing is designed to ease access to the d products or services on recurring basis. In addition, our subscription billing software for eCommerce also helps to manage customer’s accounts and notify them when their card expires. With SubscriptionFlow, businesses do not have to worry about manual handling of monthly payments.\r\n\r\nOur eCommerce Subscription Billing Software is equipped with providing timely reports on every invoice that is generated. It also uses a proactive approach in tracking invoices. Our eCommerce subscription <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing software</a> is developed to efficiently manage the fast pace of online businesses. A/R tracking enables merchants to minimize revenue leakages and increase customer satisfaction rate as it reduces the effort to remember every payment detail.\r\n\r\nRecurring Billing Management allows customer account details to not only be stored in a secure database but also, updated on a regular basis. Further, all the notifications pertaining payment card details and expiry issues are updated, automatically. In this way, it is easy to keep a track of all the pending orders via timely reported updates available on the system.\r\n<h3><strong>Ease for Customers </strong></h3>\r\nIn eCommerce business, handling multiple transactions and customer accounts is a cumbersome task. Without recurring billing, managing customers while ensuring a satisfactory experience would not have been possible. This eCommerce Subscription Billing software allows many recurring options for customer’s ease. Based on their preference, customers can choose monthly, or weekly subscription plans. Moreover, the customer only needs to provide their card details and shipping address once. Discounting incentives can also be integrated into the software. Customers have control over their monthly expenses for certain items received, regularly. Payments are charged automatically, customers receive their orders without any extra effort. This makes our subscription management software for eCommerce is ideal for enhancing customer experience.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2295\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of using eCommerce Subscription Billing Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578578614288{margin-top: 25px !important;}\"]\r\n<h3><strong>Subscription management software for eCommerce has a lot to offer.</strong></h3>\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Easy-to-use interface and custom features</li>\r\n <li>Better customer support through the self-service portal</li>\r\n <li>Accurate prediction of cash flow</li>\r\n <li>Flexible service for products and services</li>\r\n <li>Better customer retention</li>\r\n <li>Opportunity for cross-sale offers</li>\r\n <li>High conversion rate</li>\r\n <li>Increased sales</li>\r\n <li>Time-saving and cost-efficient</li>\r\n <li>Improvement in customer experience</li>\r\n <li>Personalized recommendations based on visitor’s history</li>\r\n <li>Automated notifications</li>\r\n <li>Timely reports on sales and site visits</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for eCommerce','','publish','closed','closed','','subscription-management-software-for-ecommerce','','','2020-11-30 07:50:16','2020-11-30 07:50:16','',0,'https://staging.subscriptionflow.com/?page_id=1704',0,'page','',0),(1709,1,'2019-09-03 14:18:16','0000-00-00 00:00:00','','Subscription Management Software for eCommerce','','draft','closed','closed','','','','','2019-09-03 14:18:16','2019-09-03 14:18:16','',0,'https://staging.subscriptionflow.com/?page_id=1709',0,'page','',0),(1713,1,'2019-09-03 14:27:39','2019-09-03 14:27:39','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Educational Institutions\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596681926792{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Streamline your administrative processes through Subscription Management Software for Educational Institutions. Get started today with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2316\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606722749031{margin-top: 25px !important;}\"]Recently, a significant number of businesses have shifted to a cloud-based subscription model. This has had a huge impact on education sector as well. Delivering learning experience has been revamped. Online learning has gained significant momentum. University and school management now opt for web portals to communicate with students, parents, and the faculty. Subscription software for educational institutions can help you build long-term relationships with learners, efficiently handle <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a> process. A recurring revenue business is complicated enough. What you need is a robust system for university management that facilitates recurring billing. There are many benefits to using subscription software for university management. If you still haven’t chosen a subscription software, read on to see what you are missing out on. Your administration can manage all of management tasks with the cloud-based model. Subscription software has simplified administrative processes for educational institutes.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2314\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Metrics Translate into Better Learning\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606723961594{margin-top: 25px !important;}\"]Subscription software provides real-time insights into billing payments, student information, and other administrative data. The accounting tools will provide updates on billing information, track invoice, and handle massive transaction volume. Based on daily updates on customer billing and invoice, administrators have access to comprehensive reports and statistics. This way you can focus on running your administration from the web portal without worrying about late payments. The growth of an educational institute depends on the quality of the learning experience. Subscription billing streamlines management for educational institutes. It is ideal for simplifying administrative tasks and increases productivity. With this <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management solution</a>, institutes can manage their student attendance, courses and track academic progress. Timely reports on these areas will prove valuable for improving student’s learning in the long run. This allows institutions to focus on their core educational goals and improving student learning. SubscriptionFlow offers a cloud-based solution to create a professional image of your institution.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2320\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of using Subscription Management Software for Educational Institutes\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724060173{margin-top: 25px !important;}\"]Superior subscription management software can effectively automate the collection of <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">subscription payments</a>. This software is designed to increase your company’s productivity and improve customer service.\r\n<h2><strong>Secure, easy to use and cost-effective</strong></h2>\r\nWhen it comes to subscription billing software for educational institutions, having a secure and reliable portal is crucial. With SubscriptionFlow, university management receives security, innovation and automated features in one place. Despite the availability of multiple features, subscription billing software does not complicate management. Migration to this software and everyday use does not require special training. All of these benefits with this software come at competitive prices. With subscription software for education institutions, the entire billing process is secure, reliable and error-free.\r\n<h2><strong>Automation of all Management Operations</strong></h2>\r\nWith subscription management software for educational institutes, all management operations are automatically updated on the web portal of this software. When you have to adjust for free trials, setup charges, discounts, refunds, late fees, one-off transactions on each invoice, it can become a cumbersome task. Institutional administration can easily manage student information through this software. Subscription billing software automates the entire billing process and updates on a daily basis. With SubscriptionFlow, educational institutes can improve their administrative processes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Educational Institutions','','publish','closed','closed','','subscription-management-software-for-educational-institutions','','','2020-11-30 08:14:24','2020-11-30 08:14:24','',0,'https://staging.subscriptionflow.com/?page_id=1713',0,'page','',0),(1718,1,'2019-09-03 14:35:53','2019-09-03 14:35:53','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for IT Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596681941231{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Streamline your IT Work Processes through Subscription Management Software for IT Companies. Start today with SubscriptionFlow to excel in the IT market.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2343\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing Made Easy for Small- To Mid-Sized IT Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724228997{margin-top: 25px !important;}\"]IT companies are no strangers to that constant race against the clock.\r\n\r\nSubscription or recurring billing is a lucrative feature that helps IT companies keep track of incoming revenue and growth. IT Companies for their growth rely on a recurring revenue model that allows them to cater to a larger customer base availing their products or services in accordance with their budget and requirements.\r\n\r\nCloud Computing, Infrastructure maintenance, Hosting, Data Centers, SaaS, or any other, IT Companies have gradually adopted the subscription business model and are now thriving and competing to draw more revenue through streaming of <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payment</a>s for subscriptions.\r\n\r\nIT businesses are exploring more areas of the subscription business model and are major contributors to growing the subscription economy. To retain customers in the competitive market, IT Companies need price optimization, AI-driven payment security, marketing, and customer support and service, and reporting solutions to provide enhanced as well as personalized customer experience.\r\n\r\nIT SMBs need to configure a reliable, extensible, and accessible subscription management software to automate their recurring billing and payment processing with AI-enabled modules that can further leverage the data to streamline RevOps as well as workflow across the board.\r\n\r\nSubscriptionFlow is a Subscription Management Software for IT companies, SaaS, and other online subscription businesses. It has been designed to reduce costs and decrease time-to-market. It offers automated recurring billing that handles recurring payments automatically. Based on a schedule, payments are received and customers are notified.\r\n\r\nOur subscription management software for IT companies saves time and resources spent on chasing down payments, sending reminders, and creating invoices along with features that bring customer retention. SubscriptionFlow also assists in optimizing sales and keep subscribers satisfied.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2345\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Configure SubscriptionFlow and Provide Better Customer Service\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724291874{margin-top: 25px !important;}\"]With our subscription management software, customers are saved from the long, tedious process of recalling usernames and passwords, logging in to make a payment, and paying late fees past the due date. Customers that sign up for longer durations enjoy discounted rates such as quarterly or annually. Besides, they also get to save in terms of postage and fees related to late payments. Sending out electronic invoices is an easy and faster way to keep the customers informed and prepared for their recurring payments.\r\n\r\nSubscriptionFlow offers AI-enabled modules to not only optimize the pricing, billing, and payment processing, they are more functional in mitigating the online payment frauds and other risks associated with voluntary or involuntary churn. It automates the notifications to the subscribers that will be sent in case of card expiry or payment processing errors. This sort of proactive communication is set to increase customer retention for the IT business.\r\n\r\nSubscriptionFlow also offers seamless and instant integrations to the other third-party applications for accounting, sales, marketing, support, and customer management with SubscriptionFlow and streamline and sync all the RevOps by sharing cross-platform data in real-time.\r\n\r\nAt checkout, provide customers with several secure online payment options by integrating multiple payment gateways that can facilitate customer from across the borders.\r\n\r\nOur subscription billing software for IT companies offers a customer portal connected with the dashboard and the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing system</a> is ‘Intuitive and Responsive’ enough to allow leads to upgrade trial to a paid plan. Your customers can further manage their personal and payment details, upgrade or downgrade their plans, get payment notifications, reminders, and other marketing or support email in their inboxes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2347\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Top Features of Subscription Management Software for IT Businesses\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724319702{margin-top: 25px !important;}\"]As a recurring billing system for IT companies, offers some of the features that make SubscriptionFlow the best subscription management software stand out are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Ease Of Integration</li>\r\n <li>Easy To Use Interface</li>\r\n <li>Secure Data Storage</li>\r\n <li>Accessible From Anywhere</li>\r\n <li>Accommodate Multiple Payment Methods</li>\r\n <li>Accommodate Multiple Payment Gateways</li>\r\n <li>Seamless Automation</li>\r\n <li>Updated Statistics On Daily Sales</li>\r\n <li>Automated Recurring Invoicing, Billing, and Payment Management System</li>\r\n <li>Artificial Intelligence Support</li>\r\n <li>Modules to Set Multiple Pricing Structures & Plans</li>\r\n <li>Prorated Subscription Billing</li>\r\n <li>Tax, Coupons, Vouchers, and Add-On Management</li>\r\n <li>Secure Payment Processing</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/dunning-management/\">Dunning Management</a></li>\r\n <li>Extensible Integrations & Efficient Implementation, Training, and Support</li>\r\n <li>Web Builder</li>\r\n <li>Customer-Client Portals</li>\r\n <li>Highly Customized Dashboard</li>\r\n <li>Revenue Management</li>\r\n <li>Analytics and Real-Time Reporting</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for IT Companies','','publish','closed','closed','','subscription-management-software-for-it-companies','','','2020-11-30 08:18:42','2020-11-30 08:18:42','',0,'https://staging.subscriptionflow.com/?page_id=1718',0,'page','',0),(1743,1,'2019-09-04 06:05:07','2019-09-04 06:05:07','','subscription management software for educational institutions','','inherit','open','closed','','subscription-management-software-for-educational-institutions-2','','','2019-09-04 06:05:14','2019-09-04 06:05:14','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-educational-institutions.png',0,'attachment','image/png',0),(1745,1,'2019-09-04 06:06:06','2019-09-04 06:06:06','','subscription management software for it companies','','inherit','open','closed','','subscription-management-software-for-it-companies','','','2019-09-04 06:06:16','2019-09-04 06:06:16','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-it-companies.png',0,'attachment','image/png',0),(1747,1,'2019-09-04 06:14:44','2019-09-04 06:14:44','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Real Estate\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596681953934{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Real estate is a thriving business with a huge clientele. Savvy real estate business owners know that subscription management software for real estate can automate their routine tasks and manage their entire sales cycle</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2352\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Recurring Payments with Ease\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724458800{margin-top: 25px !important;}\"]Not just listings but also subscription management software for real estate will help businesses to manage their recurring payments in a way like never before. According to a survey, thirty – eight percent of the real estate firms find it difficult to adopt modern technologies and struggle with finding apt software for staying abreast in the market. It is pertinent that you do a proper market evaluation before finalizing the subscription software for real estate of your choice. Because excellence in business comes first and it must not be dealt with carelessness.\r\n<h3><strong>Take Ownership of your Real Estate Business</strong></h3>\r\nOut beyond the ideas of running a business successfully, there are factors that need to ascertain when you start off with a real estate business. One such factor is getting a SaaS subscription software for real estate matters. Why so? Because <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> will enable you to be less dependent on the hardware side of the software. Moreover, SaaS subscription software for real estate will provide you with a podium where you can make notable savings. On top of it, the software will provide you with a reliable and secure medium where you can get in touch with your business from any part of the world (as it comes under cloud service).\r\n<h3><strong>An Enhanced Clientage</strong></h3>\r\nYou need to go through all the possible functionalities to pick the perfect fit for your real estate business. In any property deal client is an integral part. Sustaining strong relationships with customers is the number one priority of property managers while providing them with excellent services. Taking this further, the clients at any time can call out for modifications in their property documents so in order to stay on the same page this management software will provide you with modules that will help you stay ahead of your customers’ demands and requirements. We would even go so far saying you can use subscription software for real estate both as a marketing tool and an accounting tool for your business.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2358\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of SaaS Subscription Software for Real Estate\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724513728{margin-top: 25px !important;}\"]\r\n<ol>\r\n <li>\r\n<h3><strong>Billing and Invoicing</strong></h3>\r\n</li>\r\n</ol>\r\nSend your bills and invoices faster with subscription management software for real estate. You can automate your subscription billing processes in bulk with subscription management software for real estate. Moving further, you can also manage recurring billing for real estate through this software. As soon as creating the invoices for tenants and or specific services this software will help you handle your recurring bills for the mentioned real estate services. While managing recurring bills it will also act as a <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payment</a> software for real estate providing an exclusive functionality for catering all recurring payments coming directly from recurring bills. You can also send the automated invoices to your tenants directly through email in pdf format while providing ease at their doorsteps.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Managing Contact Information</strong></h3>\r\n</li>\r\n</ol>\r\nWith subscription management software for real estate, you can have all your important contact information stored in one dashboard such as names, phone numbers, home addresses, and email addresses, etc. If you wish to track, edit, and search and cross-reference this data across fields, it can be done at the click of the fingertip.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Handling Sales and Purchase Information</strong></h3>\r\n</li>\r\n</ol>\r\nRecurring billing software for real estate will also help you to keep track of your recurring customer’s sales and purchase preferences. What they are more likely to buy and show an inclination for, depending on the shared preferences. This highly resourceful information can also be used to discover prevailing trends in the local market. So that you can then target them accordingly. As SaaS software is low on costs you can invest the remaining budget on managing your sales and work on optimizing your overall revenue.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2360\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Property Reporting and Analytics\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724637361{margin-top: 25px !important;}\"]With subscription software for real estate, you can relish real-time access to the analytical and financial reporting and statistics by territory, building, sites or units as well as detailed rent, lease status, sales, and financial reports by making use of <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">reports and analytics</a> module.\r\n<ul>\r\n <li>\r\n<h3><strong>Lead Generation</strong></h3>\r\n</li>\r\n</ul>\r\nReal estate professionals need information about referrals, housing inventory, prospective sales and purchases to run lead generation programs. Subscription management software for real estate can help you in this regard. The more operational lead generation module the better the leads.\r\n<ul>\r\n <li>\r\n<h3><strong>Contract and Transaction Management</strong></h3>\r\n</li>\r\n</ul>\r\nIt is important you keep a close check on deadlines for transactions. Subscription management software for real estate makes this task easier when you can upload contracts and share access with individuals who are involved in the transactions.\r\n<ul>\r\n <li>\r\n<h3><strong>Follow-up System</strong></h3>\r\n</li>\r\n</ul>\r\nThe software has to offer ample opportunities. Once you log in, you will have a complete, updated list of all of your clients and how they prefer to be contacted i.e. by phone, email, or on social media. This way you can direct your follow-up efforts in the right direction. SaaS subscription software for real estate assists property managers to automate and track their back-office operations, property-related operations, and finances. Here are some of the important characteristics you should be looking at.\r\n<h3><strong>Maintenance Management</strong></h3>\r\nIt can be a tedious task where you have to coordinate and control the work of both your staff and outside vendors. Using property management software, you can make use of advanced scheduling features that will help to optimize the availability of labor and equipment to increase overall performance.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Real Estate','','publish','closed','closed','','subscription-management-software-for-real-estate','','','2020-11-30 08:24:03','2020-11-30 08:24:03','',0,'https://staging.subscriptionflow.com/?page_id=1747',0,'page','',0),(1751,1,'2019-09-04 06:18:40','2019-09-04 06:18:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Food Industry\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596681968431{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Manage seating arrangements, reservations, orders, payment billing, and other operations with the Subscription Management Software for Food Industry.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2417\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing is ideal for Restaurants\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606724768469{margin-top: 25px !important;}\"]Utilizing subscription management for food industry has become considerably popular among eateries, cafes, and restaurants. Thus, the food industry has incorporated subscription based technology in its day-to-day operations.Type a message Having a large number of people visiting restaurants on a daily basis can make it difficult for operators to maintain stable profits and generate accurate invoices. Subscription Management Software for food industry has garnered a lot of interest from the restaurant businesses worldwide. Automating your entire restaurant management system goes a long way in helping you accomplish your long-term and short-term goals.\r\n\r\nWith recurring billing, restaurants can offer flexibility to its customers through monthly or annual payment packages. This way your regular customers will not have to worry about making hefty payments. Moreover, restaurant management does not have to track every payment and can easily provide uninterrupted services. Not only this, your management can save customer’s information to support monthly payments in the secure cloud-based software. As more and more restaurants upgrade to <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a>, SubscriptionFlow realizes the importance of optimizing customer’s experience. That is why we have come up with one such software.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2415\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why you need the Subscription Management Software?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725011062{margin-top: 25px !important;}\"]At SubscriptionFlow we know that recurring billing software for restaurants has gained popularity. While choosing the right management software, it is important to understand its features and how they fit your business goals. To summarize with subscription management software for food industry you can manage your customer seating, menus, recipes, daily reservations, and billing through a single dashboard. Staff can easily learn how to use the user-friendly interface. Your customers can benefit from customized offers and discounts. The customer’s experience is made better with <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">online billing</a>. Subscription management software for food industry plays an important role in improving the customer’s experience. Online reservations and bill handling will drive more loyalty from your customers.\r\n\r\nYour restaurant operations are completely secure with this software while different levels of management like servers, managers, and cashier can daily store data on the server. Inventory and incoming supplies for food service can be handled through this interface. Your restaurant can keep track of costs on daily purchases as well. The level of accessibility and flexibility this software offers can increase your efficiency and productivity.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2372\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Features of the Subscription Management Software for Food Industry\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725137549{margin-top: 25px !important;}\"]\r\n<h3><strong>Tracking of Sales and Taxes</strong></h3>\r\nRestaurants deal with a high amount of credit cards and cash transactions. Subscription management software for the food industry is going to make your life a lot easier by keeping a track of all the sales data down to each penny. Using the findings from the sales data helps you keep a tab of all the items sold which will aid you in your decision-making process. <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Subscription analytics and reporting</a> give you a detailed overview of the profit you have generated. Moreover, you will also need to keep reliable and updated records for tax purposes. It can be quite overwhelming when you have to calculate the tax amount on each invoice taking into account thousands of tax rules and regulations. With subscription software for food industry, it becomes easier when you arrive at the final tax amount with just a click of the fingertip.\r\n<h3><strong>Credit Card Processing Integration</strong></h3>\r\nIf you plan to stick to cash-only business then think again. By not accepting debit or credit cards, you are limiting yourself on the opportunities to increase revenue. Best restaurant management software for your business offers multiple payment methods so that your customers don’t leave feeling disappointed. These integrations allow you to accept payments via direct debit, credit cards, and digital wallets. When you are accepting credit card payments, you want to ensure that the customer data is protected. Subscription software for the food industry is PCI Compliant and will let you accept payments in a secure manner.\r\n<h3><strong>Comprehensive Reporting and Self-service Portal</strong></h3>\r\nAs a restaurant professional you need the best recurring billing software for restaurants that performs comprehensive reporting. This feature allows you to filter sales and customer data, and help the business grow. Through <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a>, customers can make adjustments to their subscriptions. Customers will have access to a dashboard where all the pertinent details such as outstanding payments, details of customer accounts will be available. Customers can simply view invoices and make payments through the portal. As for the technical support you will always find help available 24/7. Revolutionize how your restaurant operates with SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Food Industry','','publish','closed','closed','','subscription-management-software-for-food-industry','','','2020-11-30 08:32:23','2020-11-30 08:32:23','',0,'https://staging.subscriptionflow.com/?page_id=1751',0,'page','',0),(1754,1,'2019-09-04 06:22:43','2019-09-04 06:22:43','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Gym Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682166536{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Subscription software for gym management is a membership management system that tracks members, events, payments, billing, invoicing, emailing and many more for the fitness centers.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2328\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Improve Management with Subscription Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725303442{margin-top: 25px !important;}\"]\r\n<h3><strong>Easy to Operate</strong></h3>\r\nSubscription software for gym management conveys ease of use with its automated tools and functionalities while allowing the fitness management to concentrate on other major tasks. Such software is easy to handle and operate. With gym memberships management and billing software in hand, the gym management can impeccably keep track of their member, <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a> notifications all in one interface.\r\n<h3><strong>Less Administration Better Tracking</strong></h3>\r\nWith subscription management software for gym management, fitness centers can track all their members easily by organizing their database. Fitness centers can then optimize their tracking productivity while managing their fitness courses inside the membership management for gyms and fitness centers.\r\n\r\nIt also provides fitness centers with <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">multiple payment options</a> and platforms like paying through credit cards, PayPal, etc. along with entertaining cash. So it’s clearly less administrative burden. The subscription software for gym management is capable enough to handle payments and tracking itself.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2330\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Cutting Edge User Experience with Custom Modules\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725387335{margin-top: 25px !important;}\"]Most often, the predefined modules in subscription software lack to have the most important customers’ requirements. To address the fitness center\'s user requirements, SubscriptionFlow is extending its custom module option that can be utilized in subscription billing software for fitness centers. SubscriptionFlow lets you create new custom modules depending on your business needs. We are the only ones in the marketplace who is facilitating fitness centers with the option of custom functionalities readily accessible within the same dashboard.\r\n\r\nBe it managing subscriptions, organizing payments, handling reports as per requirements SubscriptionFlow is the ultimate solution for recurring billing software for gym and fitness centers. For instance, In the Internet of things (IoT) the data is stored in a systematic and organized way where people can see multiple products under one roof. With our custom module feature fitness centers too can smartly customize and manage their services by adding additional custom objects. Such as creating responsive forms, fields, and tables to store databases for their members. As a result, the user experience and satisfaction rate will be increased.\r\n\r\nThese custom modules will give fitness centers a chance to tailor their sections around customer needs. Ultimately simplifying the sales process across the board. No doubt, success, and continued interest from the fitness industry reflected the need for robust <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription billing software</a> for fitness centers which is why SubscriptionFlow came up with one. It can now be helping the fitness centers to micromanage their gym memberships, detailed reporting, billing and invoicing and many more.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2332\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Powering your Fitness Centers\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725461934{margin-top: 25px !important;}\"]If you are fitnessholic and looking to open a gym, subscription management software for gym management is here to help you trigger your business. While focusing on increasing the efficiency of your member\'s operations as well as providing tools to promote business. Whether your membership base is a few hundred, or thousands. We at <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, like to ensure our subscription software for gym management is providing you with the highest quality and practical solutions which will improve the manageability of your overall fitness business.\r\n<h3><strong>An all-in-one Gym Software</strong></h3>\r\nThe idea of automation exclusively caters to human needs for incorporating technology in their day to day responsibilities. We understand how it feels to be stuck with work when doing manually. Likewise, for fitness centers we know what it feels to not have an automated tool for micromanaging their day to day membership and billing tasks.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"24/7 Remote Access\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1578661357993{margin-top: 25px !important;}\"]At SubscriptionFlow, we now have a subscription management software for gym management which is a wide-ranging system that entails 24/7 access control, members management, a member portal, and point of sales, bookings, and much more. This is a cloud-based software designed to maximize business productivity in fitness centers of all sizes and is accessible from any device.\r\n\r\nThe subscription management software for gym management primarily constitutes of the following features\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Payment processing</li>\r\n <li>Automatic <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing and invoicing</a></li>\r\n <li>Bookings and Scheduling</li>\r\n <li>Member Portal</li>\r\n <li>Fast Check in</li>\r\n <li>Attendance tracking</li>\r\n <li>Inventory management</li>\r\n <li>Custom modules</li>\r\n <li>Notifications and Important reminders</li>\r\n <li>Easy Reporting</li>\r\n <li>24/7 access</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2335\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Gym Management','','publish','closed','closed','','subscription-management-software-for-gym-management','','','2020-11-30 08:37:53','2020-11-30 08:37:53','',0,'https://staging.subscriptionflow.com/?page_id=1754',0,'page','',0),(1761,1,'2019-09-04 06:33:14','2019-09-04 06:33:14','[vc_row el_class=\"padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Software Integrated With Xero\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4008\" img_size=\"full\" alignment=\"center\"][vc_column_text]Subscription management software will not only provide businesses with the functionalities that are required for the sustenance of their sales and billing process of products but also help them to retain their clients. As the subscription business runs on recurring basis. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> provides extensive modules to business steak holders such as they can keep a track of their clients monthly and annual subscriptions, the software provides the necessary tools that will automate the manual sales process. While automating the sales process, subscription management software will help businesses manage the complete customer cycle starting from accepting payments to handling customer’s subscriptions.\r\n<h2><strong>Subscription management software integrated with Xero</strong></h2>\r\nXero is a secure and reliable accounting software for small and medium size businesses providing its services to almost 1.8 million subscribers. So if you are a business that already has a subscription management software but wants to it to integrate with a powerful accounting software for added features then Xero is a one stop solution for you. Subscription management software integrated with Xero will give you a stream of accounting services that your business always needed.[/vc_column_text][vc_column_text]\r\n<h3>Only pay for what you use</h3>\r\nIf you integrate your subscription management software with Xero you will experience no setup, monthly, or hidden fees. Rather a <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">real-time fee reporting</a>. You will experience fast and predictable transfers. Once you are done with setting up, transfers will start arriving in your bank account on a 2-day rolling basis.\r\n<h3>Reconcile your bank account</h3>\r\nWhen you integrate your subscription management software with Xero, you can reconcile all your bank accounts automatically. All the latest bank account data including payments, transfers and expenses are imported and further categorized in Xero for accurate and flawless cash flow insights and accounting.\r\n<h3>Professional invoices</h3>\r\nWith subscription software integrated with Xero, businesses can create professional invoices using built invoice templates. They can tailor the invoices as per their business logo and brand names. A “pay now” button will allow the customers to pay easily and securely with credit and debit cards. Businesses can also set their <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> with auto pay.\r\n<h3><img class=\"size-full wp-image-4012 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg\" alt=\"Subscriptionflow-integration-with-xero-infographic.\" width=\"835\" height=\"522\" /></h3>\r\n<h3>Keep accurate records</h3>\r\nQuickly categorize your bank transactions as they flow in to Xero each day so you can track cash flow and have everything ready at tax time.\r\n<h3>Get paid faster</h3>\r\nWith subscription software integrated with Xero, businesses can get paid faster because of the Xero online invoicing service. It also notifies the sender when the customer opens the invoice. It reduces the time to get paid with online invoices that include a pay now button as mentioned above. You can also see whether your customer has seen an invoice and if it’s been paid. Moreover Xero chase all the outstanding payments with automated reminders for businesses globally.\r\n<h3>Less data entry</h3>\r\nAs a result of Subscription management software integrated with Xero, businesses no more have to deal with data entry hassles. The automated platform allows businesses to process every task in a matter of few clicks. The less the data entry the more efficient the productivity for businesses.\r\n\r\nFollowing are the reasons why data entry needs to be minimal for subscription businesses.\r\n<h3>Time consuming</h3>\r\nNo matter how quickly your employees can perform their tasks and how good they are with data entry, but it will never be fast enough. As there can be a lot of numbers to enter. Plus the employees really need to cross check what they have entered. And this takes a lot of time which effects the daily productivity.\r\n<h3> Mistake-prone</h3>\r\nAnother problem with manual data entry is, it can occur errors even when the employees are enough focused while entering the data. Because every time there will remain a possibility that they can miss out on some important facts.\r\n<h3>Not cost efficient</h3>\r\nWhether employees enter the data themselves, or ask someone else to do it on their behalf, accounting paperwork has a cost. It takes a long time for people to get good at it. So manual data entry don’t seem to be a good option if you are running a subscription business.\r\n<h3>Open to misinterpretation</h3>\r\nThe person who enters data is often given piles of invoices with handwritten notes. These can be hard to read, which can further be leading to\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Extra phone calls to clarify details</li>\r\n <li>Data entry people making assumptions and mistakes</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe most primary factor that needs to be considered while choosing the subscription management software is how well it automates your sales and billing processes. It may seem easy to choose the subscription management software but it’s not when you can be easily distracted by innumerable options available in the market. Always try to go for the best fit for your business. One that cater all your business and client’s requirements. A subscription software that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also potential clients.\r\n\r\nChoose that subscription management software which is helping your business to achieve monthly and annual sales targets, and if it’s helping you to cater client’s needs in a better way. If the software is providing you with an opportunity of becoming better and customer centric and if it’s helping you gain strong leads and also potential customers you must opt such kind of subscription management software without a second thought.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integrated With Xero','','publish','closed','closed','','subscription-software-integrated-with-xero','','','2020-12-03 11:41:16','2020-12-03 11:41:16','',0,'https://staging.subscriptionflow.com/?page_id=1761',0,'page','',0),(1767,1,'2019-09-04 06:35:57','2019-09-04 06:35:57','','subscription management software for eCommerce','','inherit','open','closed','','subscription-management-software-for-ecommerce-2','','','2019-09-04 06:35:57','2019-09-04 06:35:57','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-eCommerce.jpg',0,'attachment','image/jpeg',0),(1771,1,'2019-09-04 06:39:05','2019-09-04 06:39:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Transport Company\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682192080{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Ever since transportation costs can be a major factor for the collapse of your business. But with recurring billing software for travel agency you can now plan the most ideal routes while channeling persons or goods.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2381\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Embark on Digital Age of Travel\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725666394{margin-top: 25px !important;}\"]As we speak, travelers have set a new benchmark of expectations. Given the rise in population and energy costs, consumers are on the lookout for affordable and clean transportation. Consumers are making use of the different modes of travel such as smart bikes, subscription-based fees that will allow them to commute free of obstructions. Moreover, travel agencies are digging additional ways by which they can enhance their customer expertise. In a given condition, Subscription management software for Transport Company will play an eminent role in helping people out while they are in transit. How? We’ll figure out later in this article.\r\n<h3><strong>Do Subscription-based travel Services Actually Work?</strong></h3>\r\nContrary to the popular belief, the subscription model does offer benefits that the travel business can capitalize upon. Recurring billing software for travel agency brings recurring revenue which also increases customer retention rate. There are numerous challenges travel agencies have to come across such as faultless itinerary management and planning services. It is up to the travel agency to offer diverse features to attract their customers. Similarly, they can also give members an unlimited trip for one monthly rate or even provide access to a private jet. This is when the customer buys a certain membership.\r\n<h3><strong>Attain Delightful Customer Experience</strong></h3>\r\nSubscription management software for Transport Company revolves around four key processes planning, decision-making, execution and follow-up (this includes analytics and reporting). Having said that, travel agency Invoicing Software helps you with the execution of traveler’s bills and related invoices within a matter of seconds. Travel agencies have geared up to offer seamless experiences, tailored to individual traveler’s needs and requirements. Moreover, travel agency <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">invoicing and billing software</a> also help you to engage with channels, systems, and teams to encourage more bookings. Having smarter and more personalized support delivered by the service cloud, you can expect to create experiences that delight travelers. Transportation companies ought to target business travelers as they are likely to use the service most frequently. Subscription Management Software for Transport Company is designed to harness the data for travel businesses, infuse artificial intelligence and design guest services to ensure a seamless customer experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2384\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Queries Resolved by subscription management software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606725852503{margin-top: 25px !important;}\"]Subscription management software for Transport Company is a real catch and should be put into place. The most common problems that it can resolve are:\r\n<ol>\r\n <li>\r\n<h3><strong>The Time-taking Booking Process</strong></h3>\r\n</li>\r\n</ol>\r\nTravel agency Invoicing Software is robust enough to handle all the complex scenarios. Whether you are looking to reserve a flight, a hotel or any other service. All can be done from a single place. Besides, with all the booking details with detailed billing and travel itineraries in one place, it can be easy to manage and check.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Lack of Insight into Travel-related Expenditures</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription management software for Transport Company helps you gain complete visibility into every expense incurred by the employees during their business trips. You will have a better understanding of the leakages and this will help you to reduce costs in a reasonable and painless way. You can help your travelers find the best deals at the hotel they prefer staying at.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Late Expense Report Submissions</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription software for transportation companies allows you to set time limits and adjust automatic reminders in the software. This way the company doesn’t have to keep tabs on late expense reports. The accountants can use this data to plan pre-costing for previous periods.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Chaos with workflows</strong></h3>\r\n</li>\r\n</ol>\r\nCorporate business trips arrangements involve a lot of problems that take the form of fixing the dates, reducing costs, ensuring policy compliance, and <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">managing payments</a>. Best Subscription management software for Transport Company lets you automate procedures that will help to eliminate confusion and come up with all the required estimations. This is all made possible by customizing the software to your corporate needs.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2386\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Features to Look Out for in Subscription management Software for Transport Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606726052977{margin-top: 25px !important;}\"]When selecting a recurring billing software for travel agency, make sure that it covers certain functionality. As it will be important for both the traveler and the company. It is important to bear in mind that functionality affects the cost. If you are looking for an off-the-shelf solution, don’t forget to make a careful comparison between various software and opt for the one that corresponds with your corporate needs.\r\n\r\nIn a Nutshell, Critical Features in a subscription management software for Transport Company are:\r\n\r\n[su_list icon=\"icon: edit\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Recurring payment methods so customers never worry about a lack of payment options.</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/subscription-handling/\">Subscription handling</a> from where travelers can upgrade, downgrade or cancel the service.</li>\r\n <li>Customer <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portal</a> from where travelers have the option for self-reservation.</li>\r\n <li>The dashboard has all the information about customer’s payments and receipts.</li>\r\n <li>Multi-currency support.</li>\r\n <li>Collections to take care of all the overdue accounts.</li>\r\n <li>Make the most of frequent traveler discounts.</li>\r\n <li>Automate expense reporting.</li>\r\n <li>Travel agency support.</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Transport Company','','publish','closed','closed','','subscription-management-software-for-transport-company','','','2020-11-30 08:47:36','2020-11-30 08:47:36','',0,'https://staging.subscriptionflow.com/?page_id=1771',0,'page','',0),(1782,1,'2019-09-04 06:44:11','2019-09-04 06:44:11','','5d6e64ce94eb7-removebg-preview (2)','','inherit','open','closed','','5d6e64ce94eb7-removebg-preview-2','','','2019-09-04 06:44:17','2019-09-04 06:44:17','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6e64ce94eb7-removebg-preview-2.png',0,'attachment','image/png',0),(1786,1,'2019-09-04 06:45:53','2019-09-04 06:45:53','','subscription management software for real estate','','inherit','open','closed','','subscription-management-software-for-real-estate-2','','','2019-09-04 06:45:59','2019-09-04 06:45:59','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-management-software-for-real-estate.png',0,'attachment','image/png',0),(1788,1,'2019-09-04 06:46:47','2019-09-04 06:46:47','','subscription software for food industry','','inherit','open','closed','','subscription-software-for-food-industry','','','2019-09-04 06:47:03','2019-09-04 06:47:03','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-food-industry.png',0,'attachment','image/png',0),(1790,1,'2019-09-04 06:48:46','2019-09-04 06:48:46','','Subscription Software for gym Management Systems','','inherit','open','closed','','subscription-software-for-gym-management-systems-2','','','2019-09-04 06:48:52','2019-09-04 06:48:52','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-gym-Management-Systems.png',0,'attachment','image/png',0),(1796,1,'2019-09-04 07:00:53','2019-09-04 07:00:53','','Subscription Management Software for transportation companies','','inherit','open','closed','','subscription-management-software-for-transportation-companies-2','','','2019-09-04 07:00:58','2019-09-04 07:00:58','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Management-Software-for-transportation-companies.png',0,'attachment','image/png',0),(1827,1,'2019-09-04 08:39:30','2019-09-04 08:39:30','','Subscription management software for hospital management','','inherit','open','closed','','subscription-management-software-for-hospital-management-3','','','2019-09-04 08:39:36','2019-09-04 08:39:36','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-management-software-for-hospital-management.png',0,'attachment','image/png',0),(1829,1,'2019-09-04 08:40:16','2019-09-04 08:40:16','','Subscription Management software for insurance companies','','inherit','open','closed','','subscription-management-software-for-insurance-companies-2','','','2019-09-04 08:40:22','2019-09-04 08:40:22','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Management-software-for-insurance-companies.jpg',0,'attachment','image/jpeg',0),(1831,1,'2019-09-04 08:40:50','2019-09-04 08:40:50','','Subscription management software for small business','','inherit','open','closed','','subscription-management-software-for-small-business-2','','','2019-09-04 08:40:59','2019-09-04 08:40:59','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-management-software-for-small-business.jpg',0,'attachment','image/jpeg',0),(1837,1,'2019-09-04 10:10:58','2019-09-04 10:10:58','','5d6f8d7453fe3','','inherit','open','closed','','5d6f8d7453fe3','','','2019-09-04 10:11:18','2019-09-04 10:11:18','',1697,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d6f8d7453fe3.png',0,'attachment','image/png',0),(1843,1,'2019-09-04 10:32:23','2019-09-04 10:32:23','','subscription software for ecommerce','','inherit','open','closed','','subscription-software-for-ecommerce','','','2019-09-04 10:32:34','2019-09-04 10:32:34','',1704,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-ecommerce.jpg',0,'attachment','image/jpeg',0),(1846,1,'2019-09-04 10:45:16','2019-09-04 10:45:16','','subscription software for universities','','inherit','open','closed','','subscription-software-for-universities','','','2019-09-04 10:45:22','2019-09-04 10:45:22','',1713,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-universities.jpg',0,'attachment','image/jpeg',0),(1849,1,'2019-09-04 11:16:56','2019-09-04 11:16:56','','Subscription Software for IT Companies','','inherit','open','closed','','subscription-software-for-it-companies','','','2019-09-04 11:17:03','2019-09-04 11:17:03','',1718,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-Software-for-IT-Companies.jpg',0,'attachment','image/jpeg',0),(1856,1,'2019-09-04 11:40:43','2019-09-04 11:40:43','','Subscription software for real estate','','inherit','open','closed','','subscription-software-for-real-estate','','','2019-09-04 11:40:49','2019-09-04 11:40:49','',1747,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription-software-for-real-estate.jpg',0,'attachment','image/jpeg',0),(1858,1,'2019-09-04 12:19:48','2019-09-04 12:19:48','','subscription software for foodindustry','','inherit','open','closed','','subscription-software-for-foodindustry','','','2019-09-04 12:19:59','2019-09-04 12:19:59','',1751,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-foodindustry.jpg',0,'attachment','image/jpeg',0),(1862,1,'2019-09-04 12:35:40','2019-09-04 12:35:40','','subscription software for gym management','','inherit','open','closed','','subscription-software-for-gym-management','','','2019-09-04 12:35:47','2019-09-04 12:35:47','',1754,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-gym-management.jpg',0,'attachment','image/jpeg',0),(1867,1,'2019-09-04 13:20:35','2019-09-04 13:20:35','','subscription software for transport company','','inherit','open','closed','','subscription-software-for-transport-company','','','2019-09-04 13:20:41','2019-09-04 13:20:41','',1771,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/subscription-software-for-transport-company.jpg',0,'attachment','image/jpeg',0),(1890,1,'2019-09-05 13:55:23','2019-09-05 13:55:23','','Subscription Management Software for Salon','','inherit','open','closed','','5d7113760430a','','','2019-09-05 13:55:44','2019-09-05 13:55:44','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7113760430a.png',0,'attachment','image/png',0),(1893,1,'2019-09-05 14:07:18','2019-09-05 14:07:18','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Salons\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682283877{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Revamp your services with Subscription Management Software for Salons. Work with SubscriptionFlow to utilize the advanced features of billing software for Salon.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2395\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Elevate Productivity with Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606894373506{margin-top: 25px !important;}\"]Running a salon requires you to provide excellent beauty and wellness services. If you are someone who wants to grow your salon business then billing software for salon is the perfect way to start. The management team is usually faced with issues when it comes to handling multiple clients every day. Salons usually struggle to keep up with the pace of their daily appointments. This happens when salons do not have suitable invoicing software. Salon billing software gives your customers the ease to book online appointments and pay for them directly. This allows you to view daily schedule and direct workflow accordingly. This facility makes clients handling effortless and reduces the chances of missed appointments.\r\n\r\nAnother way to increase salon productivity is by streamlining various departments within the salon. Subscription management software for salon allows you to organize customer bookings, client information, and payments. Internal processes such as inventory management and employee performance can also be handled on this software. This way your teams can easily collaborate over a single dashboard to offer your customers an enhanced experience at your salon or spa. Insight into sales and real-time reports makes it possible for salons to keep a track of their generated revenue. It helps them to identify areas that need improvement. With <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> salons can increase their productivity with detailed workflows.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2396\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Better Customer’s Experience with Subscription Management Software for Salons\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606894401805{margin-top: 25px !important;}\"]Maintaining client relationships with invoicing software for salon management requires little effort. It provides access to detailed client appointments history, booking online payment and personalized notifications are sent through email or text. Client experience is also elevated by the online booking system. Mobile applications for your salon bookings can also be integrated into this software.\r\n\r\nCustomer notifications regarding appointments, latest discounts and promotions contribute to establishing a long-term customer relationship. Clients can also add appointments to their phone calendar in seconds. Subscription management software for salon can also send push notifications to your clients. In-app functionality notifies clients regarding requested, confirmed, and canceled appointments. With just a single click, your team can make a call or can send an email to the customer related to each notification. With salon billing software, automated email reminders are sent to your clients for their upcoming appointments. The salon team can setup post-appointment emails. With SubscriptionFlow your clients and employees can communicate seamlessly.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2397\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advanced Features of Billing Software for Salon\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579070864792{margin-top: 25px !important;}\"]Out of all the subscription management software for salon available, the following are some of the prominent features.\r\n<h3><strong>Activity Dashboard</strong></h3>\r\nKeep track of the daily appointment scheduling activities and never miss any bit of it with subscription management software. The activity dashboard designed in the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">invoicing software</a> will allow salons to display up to date appointment bookings, online bookings, appointment cancellations, and client notifications.\r\n<h3><strong>Product and Sales</strong></h3>\r\nSubscription management software for salons has built-in point-of-sale functionality to take care of your sales transactions, invoicing, receipts, taxes and retail product management. The POS of invoicing software for salon management can be fully integrated with the salon scheduling application as well. Your team can also view in-depth financial reports with this software.\r\n<h3><strong>Reporting</strong></h3>\r\nGet real-time results in no time with subscription management software for salon. Configure your salon dashboard & keep track of results to access key matrices conveniently and hassle-free. Put a deep sense of sight into the comprehensive details by running highly customizable reports on your daily sales, online booking, and client retention.\r\n<h3><strong>Inventory Management</strong></h3>\r\nFind out what is left in your stock and purchase accordingly with salon billing software for salon to improve the productivity of your business. This works especially for businesses that run multiple chains. Now it is easy to keep track of stocks in multiple salons and spas you operate. You can also handle different stores from one place in real-time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Salons','','publish','closed','closed','','subscription-management-software-for-salons','','','2020-12-02 07:33:21','2020-12-02 07:33:21','',0,'https://staging.subscriptionflow.com/?page_id=1893',0,'page','',0),(1897,1,'2019-09-06 10:39:41','2019-09-06 10:39:41','','Salon billing software','','inherit','open','closed','','5d723763eb8a7','','','2019-09-06 10:40:13','2019-09-06 10:40:13','',1893,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d723763eb8a7.jpg',0,'attachment','image/jpeg',0),(1899,1,'2019-09-06 14:01:54','2019-09-06 14:01:54','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Enterprises\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682359155{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\">SubscriptionFlow is where automation meet flexibility. Work with our robust subscription management tools for enterprises and experience unmatched growth</h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2921\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Empower your business with our Enterprise Billing System\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980039224{margin-top: 25px !important;}\"]Recurring billing and subscription management go hand in hand. For enterprises who need to streamline their business processes to manage accounting, billing, invoicing, and customer relationship management, choosing the right Subscription Billing for Enterprises is important. So what makes us a choice for so many users? With our flexible and robust subscription management software which allows them to offer <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">multiple payment methods</a>, different payment gateways for fast and secure payment processing. We do not falter when it comes to automation and artificial intelligence as we like to keep our users on optimal speed with our Subscription Billing for Enterprises. From learning customer behavior to automating workflows for your sales pipeline and curating pricing plans according to customer needs and market knowledge, SubscriptionFlow has it all. We help our clients build customer centric businesses which succeed thanks to strong and effective customer relationships.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2922\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Looking to Improve Retention? Learn how we do it.\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980245646{margin-top: 25px !important;}\"]SubscriptionFlow believes in customer centric businesses. It is the essence of any subscription based business. For companies who are offering subscriptions and using Enterprise Billing System for managing their customer subscriptions, they are now focusing on maintaining customer retention. To tightly drive more customer retention, customer success retention is also looking towards the tools offered by Enterprise Billing System like SubscriptionFlow. Our Enterprise Billing System has enabled our users with trial management, smart dunning, <a href=\"https://staging.subscriptionflow.com/proration/\">proration handling</a> for transparent calculation of invoices based on customers’ usage and different pricing plans to suit your customers, etc. Without straining your budget even further, you need to choose which strategies will help you retention.\r\n\r\nOur Enterprise Billing System is an excellent partner for your marketing and sales strategies aimed at improving your retention. Building long lasting relationships is the backbone of your recurring revenue and with our Enterprise Billing System, you can offer different options to increase instances for purchase like, trials, freemiums, discounts, add-ons, and experiment with offering loyalty programs for pausing or postponing subscriptions for limited time. With our Enterprise Billing System, you will have the control you need from your recurring billing software to achieve your sales goals and build customer loyalty.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2923\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Make Scalable Progress with these SaaS Metrics\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980263742{margin-top: 25px !important;}\"]SaaS metrics are indicators of how your business is performing. Through measuring subscription cancellations, new subscribers, renewals, upgrades/downgrades, and conversions from trials, you too can be proactive in times of crisis. Enterprise Billing System offered by SubscriptionFlow allows its users to access real-time analytics like churn rate, monthly recurring revenue, annual recurring revenue, customer lifetime value, acquisition costs, etc. Among all of these metrics, the churn rate is most important. Especially during this pandemic, where retaining your customer base will affect other metrics as well, the churn rate has to be kept low. So what is churn rate and who should enterprises worry about it? In simple words, the churn rate is defined as the number of cancellations both voluntary and involuntary in a period of time.\r\n\r\nChurn rate is the antithesis of customer retention and the obvious solution lies in the Enterprise Billing System like SubscriptionFlow which will help you reduce churn rate through targeted campaigns, using <a href=\"https://staging.subscriptionflow.com/dunning-management/\">smart dunning</a> for processing failed payments, and sending email reminders to customers who have missed their payments. In this case, Subscription Billing for Enterprises has seemingly worked for SaaS companies because it allows them to maintain customer retention without having to spend on acquisition costs. So while you are wondering how our Subscription Billing has for Enterprises do it all, you can contact us today to find out and become a part of this revolutionized way of managing your subscription business.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Enterprises','','publish','closed','closed','','subscription-management-software-for-enterprises','','','2020-12-03 07:24:23','2020-12-03 07:24:23','',0,'https://staging.subscriptionflow.com/?page_id=1899',0,'page','',0),(1900,1,'2019-09-06 14:01:20','2019-09-06 14:01:20','','Magazine Subscription Management Software','','inherit','open','closed','','5d72334217a0a','','','2019-09-06 14:01:27','2019-09-06 14:01:27','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d72334217a0a.jpg',0,'attachment','image/jpeg',0),(1903,1,'2019-09-06 14:16:08','2019-09-06 14:16:08','','magazine subscription management software','','inherit','open','closed','','magazine-subscription-management-software-2','','','2019-09-06 14:16:29','2019-09-06 14:16:29','',1899,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/magazine-subscription-management-software.jpg',0,'attachment','image/jpeg',0),(1912,1,'2019-09-17 07:47:28','2019-09-17 07:47:28','<p class=\"justify-text\">The traditional management software has its constraints when it comes to managing subscriptions. In traditional management software, the administration of the enterprise software always get licensed on on-premise basis. Which is by far the greatest challenge for the subscription industry to continue their business with on-premise traditional management software. On the other side, SaaS Subscription software is owned, accessed and managed remotely from a server. SaaS Subscription software runs on a cloud environment and do not require extreme expenditures for managing the hardware, support and maintenance side.</p>\r\n<p class=\"justify-text\">The acceptance of the SaaS subscription software model has grown steadily over the past few years as the old licensing model i.e. traditional management software failed to efficiently respond to modern business needs. SaaS subscription software has altered the rules of the game and traditional on-premises software vendors still struggle to adapt to the changes in their competitive environment. Because of the complexity of getting associated with multiple business models, traditional players are naturally disadvantaged compared with pure-play SaaS companies. Finance, Payment, Sales method, old techniques of product management and development, and maintenance support practices without adequate consideration of customer experience and success are all of the factors cause them to lag behind.</p>\r\n<p class=\"justify-text\">The market for traditional management software is undoubtedly shrinking. And with many new entrants quickly moving up into the higher tiers of the SaaS subscription software market, all the major players are making “big bets,” either by adopting SaaS business or by structuring different SaaS versions for their products own their own. Although majority of the large businesses still make most of their revenues from on-premises software; therefore, it is natural to adopt strategies that add longevity to their core products and for the customers of those products.</p>\r\n<p class=\"justify-text\">Without a doubt, subscription services are quickly overtaking the traditional management softwares. According to a survey, the software as a service (SaaS) market is all set to exceed $75 billion in 2020. We’ll now observe some of the most apparent factors that are mostly lacking in traditional management software and as a consequence subscription has become no less than a challenge for the traditional management software.</p>\r\n\r\n<h2><strong>Scalability in SaaS Subscription Software</strong></h2>\r\n<p class=\"justify-text\">You have to be flexible if you want your business to thrive and flourish. You will have to be up for sudden adjustments at the software’s end. As this is the prime rule for scalability. When it comes to traditional management software, Inflexibility and an overall lack of adaptability is what have observed as one of the top software challenges by most of the administrators. Contrary to the need of the hour, traditional management software solutions offer only few options to customize or tailor applications to the unique needs of different businesses. Businesses need the ability to easily and quickly change, modify and scale their subscription softwares as they started to grow their operations and evolve. The inability to do this is one of the major disappointments for subscription businesses. And subsequently the businesses shift towards a SaaS Subscription software. Not only scalability but also lack of customization is forcing businesses to rip out and replace on-premise systems, as they struggle to find a solution that is more capable of meeting their needs. According a to a survey, Seventy six percent says they have switched software programs because they needed updates or customizations made that their vendor could not execute or the software itself could not accommodate. Unsurprisingly, the time, money and resources wasted as a result of this reality only continues to fuel the growing discontent among business owners.</p>\r\n\r\n<h3><strong>Application Costs</strong></h3>\r\n<p class=\"justify-text\">In on-premise software, the application costs are usually high as to why it has become one serious concern for subscription industry. On-premise softwares typically require high up-front costs for implementation. On top of it an initial implementation fee, yearly maintenance costs and the cost of self-maintenance with your IT department can add up quite handsomely. Further costs might also include the price of hardware assets and future upgrade costs.</p>\r\n<img class=\"aligncenter size-full wp-image-1919\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\" alt=\"best SaaS software\" width=\"1000\" height=\"563\" />\r\n<p class=\"justify-text\">Moreover, Security is also getting increasingly important for businesses. More companies than ever are at risk of cyber-attacks. Outdated traditional software or on premise softwares are managed on internal servers and is at greater risk of falling victim to an attack that could see consumer data stolen, causing irreparable damage to brand reputation and incurring significant costs for the business. Knowing that applications are hosted on secure servers, in Amazon or other cloud-provider data centers, gives many business owners, boards, and investors peace of mind.</p>\r\n<p class=\"justify-text\">On the other hand, the SaaS Subscription software model provides more flexibility depending on your needs. You just have to pay for the services you need, with needs often differentiated through various tiers of capability offerings. SaaS subscription software model generally have a monthly or annual fee in order to license the product which makes it cost efficient and a better choice for the subscription industry to follow.</p>\r\n\r\n<h3><strong>Maintenance and Support </strong></h3>\r\n<p class=\"justify-text\">The customers always look forth to be associated with such a software which offers highest amount of availability and customization. On-premise software comes with the idea that the organization’s IT department is there to handle the problem unless there is an alarming situation. This further extends into instillation, IT infrastructure, and future upgrades as well.</p>\r\n<p class=\"justify-text\">Since the software is hosted by the vendor in SaaS subscription software model. It is the vendor’s responsibility to maintain, upgrade, and see that the customer has no issues with their application. SaaS vendors can also provide greater security measures with redundant instances in various secure data centers. Off-premise data centers provide the added benefit of better disaster recovery.</p>\r\n\r\n<h3><strong>Easy updates</strong></h3>\r\n<p class=\"justify-text\">On-premise traditional management software puts the support and maintenance responsibility on the organization’s IT department which makes it no less than a woe for the IT operators. Upgradation also comes under support. So if you are someone who is using traditional management software you’d agree to the fact that it’s a lot of work and requires considerate time. Though sometimes the IT dept. might also miss on some important updates as they are mostly jammed with work. In such a case your software productivity is at risk.</p>\r\n\r\n<h3><strong>SaaS as a Best Subscription Management Software</strong></h3>\r\n<p class=\"justify-text\">On the other side, <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> is undoubtedly the Best subscription management software for it provides easy updates and you don’t have to burden your IT department for it. The providers will take care of every update. The SaaS providers deal with the hardware and the software side while deploying upgrades centrally to the hosted applications and removing this workload or burden responsibility from the business end. After inspecting all the stated features. We at SubscriptionFlow, believe that you can now make a better choice among SaaS subscription software and traditional management software. SubscriptionFlow takes pride in being a SaaS subscription software provider. Call us today for managing your business!</p>','SaaS Subscription Software, a Challenge for Traditional Management Software','','publish','open','open','','saas-subscription-software-a-challenge-for-traditional-management-software','','','2019-09-17 08:12:49','2019-09-17 08:12:49','',0,'https://staging.subscriptionflow.com/?p=1912',0,'post','',0),(1918,1,'2019-09-17 07:41:44','2019-09-17 07:41:44','','saas software a challenge','','inherit','open','closed','','saas-software-a-challenge','','','2019-09-17 07:42:07','2019-09-17 07:42:07','',1912,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/saas-software-a-challenge.jpg',0,'attachment','image/jpeg',0),(1919,1,'2019-09-17 07:43:02','2019-09-17 07:43:02','','5d7f91c6c9784','','inherit','open','closed','','5d7f91c6c9784','','','2019-09-17 07:43:48','2019-09-17 07:43:48','',1912,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg',0,'attachment','image/jpeg',0),(1925,1,'2019-09-24 07:59:44','2019-09-24 07:59:44','','ezgif.com-crop','','inherit','open','closed','','ezgif-com-crop','','','2019-09-24 07:59:56','2019-09-24 07:59:56','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-crop.gif',0,'attachment','image/gif',0),(1932,1,'2019-09-24 09:05:01','2019-09-24 09:05:01','','ezgif.com-video-to-gif (2)','','inherit','open','closed','','ezgif-com-video-to-gif-2','','','2019-09-24 09:05:01','2019-09-24 09:05:01','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/ezgif.com-video-to-gif-2.gif',0,'attachment','image/gif',0),(1936,1,'2019-09-24 10:16:57','2019-09-24 10:16:57','','Subscription_management_software_info-removebg-preview','','inherit','open','closed','','subscription_management_software_info-removebg-preview','','','2019-09-24 10:22:55','2019-09-24 10:22:55','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Subscription_management_software_info-removebg-preview.png',0,'attachment','image/png',0),(1938,1,'2019-09-24 10:43:28','2019-09-24 10:43:28','','SaaS_subscription_management-removebg-preview','','inherit','open','closed','','saas_subscription_management-removebg-preview','','','2019-09-24 10:43:44','2019-09-24 10:43:44','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/SaaS_subscription_management-removebg-preview.png',0,'attachment','image/png',0),(1940,1,'2019-09-24 10:46:30','2019-09-24 10:46:30','','Saas-removebg-preview','','inherit','open','closed','','saas-removebg-preview','','','2019-09-24 10:46:41','2019-09-24 10:46:41','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas-removebg-preview.png',0,'attachment','image/png',0),(1942,1,'2019-09-24 10:54:19','2019-09-24 10:54:19','','Saas_software_as_a_service-removebg-preview','','inherit','open','closed','','saas_software_as_a_service-removebg-preview','','','2019-09-24 10:54:32','2019-09-24 10:54:32','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png',0,'attachment','image/png',0),(1978,1,'2019-10-03 07:08:05','2019-10-03 07:08:05','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Nonprofits\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682328272{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Your organization can benefit from powerful tools of Subscription Management Software for Nonprofits. Improve your fundraising with SubscriptionFlow.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2419\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Reasons why Recurring Billing for Nonprofits is Important\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579153801244{margin-top: 25px !important;}\"]Recurring billing is ideal for nonprofit organizations. The main reason is that subscription billing for nonprofits takes care of your donation hassles. Donations are crucial for the success of any nonprofit organization. Recurring billing for nonprofits increases donor retention. Often times it is difficult for donors to remember their commitment to makes donations. With a charity subscription management software in place, donors do not have to worry about keeping track of donations. Recurring billing handles automatic payments once donors have filled online payment forms. Donors are notified automatically via email every time a payment is made. These recurring payments are made on a monthly or yearly basis.\r\n\r\nUsing recurring billing for nonprofits also reduces your management costs. Collecting charities and engaging with donors is important for any charity organization. With recurring billing and donation software for nonprofits, your organization can easily keep track of every donation and establish a long-lasting relationship with the members. When making donations is easier, donors are more likely to stay connected with your charity organization. On the other hand, the cost of managing donations decreases because your accounting team does not have to do any paperwork. Costs spent on postal services and collecting payments also decreases noticeably. Building a steady flow of donations is possible with subscription management software. With SubscriptionFlow, your organization will not miss out on potential donations. Build a strong and loyal donor base with the right recurring billing and donation software for nonprofits.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2421\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enhance Operations with Better Donor Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156986940{margin-top: 25px !important;}\"]Subscription management software for nonprofits offers many tools for your organization to grow your donor base. Growing your base depends on how good your management is. Charity billing for nonprofits has got you covered in this area. Tools for donor management include an intuitive dashboard, analytics, and online portal to access your website. These tools allow convenient engagement with your donors. Your team can easily keep track of registered members, donors, and volunteers. This software allows your donors to connect with your organization via online portal for payments and event updates. Through online portals, you can easily target members with marketing and communication tools. This helps in building a strong connection with your members. Automated emails regarding upcoming events help with membership engagement.\r\n\r\nAn intuitive dashboard is your one place for operating your donor database. This allows overview of recurring payments, member’s activity, online marketing through email or social media, processing failed payments and answering queries. Subscription management software for nonprofits gives insight into all of these activities in one place. Now you do not have to use different software to manage every aspect of fundraising. Powerful analytics and reports are generated by the subscription software to keep track of generated revenue and donor activity. Insight from these analytics can be used to make future business decisions. With SubscriptionFlow, your organization can avail of these features and tools to enhance your operations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2423\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Ease of Automatic Payments\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579156969240{margin-top: 25px !important;}\"]\r\n<h3><strong>Online Payment Forms</strong></h3>\r\nYour donor retention is more likely to increase if donors can make online payments. With charity billing for nonprofits, donation payments and processing are all done online. This decreases efforts for your organization to track payments through recurring billing. Online payment forms allow members to set up their payment method, credit or debit card information, email address, and phone numbers. Monthly or weekly donations are made with recurring billing software while donor’s information and received payments are safe and secure. Through recurring billing, donor transactions are automatic depending on the payment plan. With SubscriptionFlow, you no longer have to worry about late or pending payments.\r\n<h3><strong>Multiple Payment Gateways</strong></h3>\r\nAnother important part of automatic payments is the availability of multiple payment gateways by subscription management software for nonprofits developed by SubscriptionFlow. We at SubscriptionFlow, knows the hassle of waiting for hours just to process your payments. As a result, in our charity subscription management software, we have made sure to give the ease of multiple payment gateways to the donors so that they do not have to go through any inconvenience.\r\n<h3><strong>Integration with Accounting Software</strong></h3>\r\nCharity subscription management software also enables charity organizations to Sync their customers, items, taxes and sales activity with accounting software QuickBooks Online, Xero and many more for a powerful end-to-end financial solution. These features prove that subscription billing for nonprofits is the solution to your hassles. Your organization can get started with SubscriptionFlow for better fund raising.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Nonprofits','','publish','closed','closed','','subscription-management-software-for-nonprofits','','','2020-08-06 02:52:13','2020-08-06 02:52:13','',0,'https://staging.subscriptionflow.com/?page_id=1978',0,'page','',0),(1984,1,'2019-10-04 06:27:48','2019-10-04 06:27:48','','Charity Subscription Management Software','','inherit','open','closed','','charity-subscription-management-software','','','2019-10-04 06:27:54','2019-10-04 06:27:54','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Charity-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(1997,1,'2019-10-10 14:23:13','2019-10-10 14:23:13','Setting up a business with the prospect of gaining enough revenue is what we all take into consideration. But meanwhile achieving revenue targets, the churn rate appears to be the biggest hurdle. Let us first explore what churn rate is? And how does it affect the subscription business?\r\n<h2><strong>Churn Rate</strong></h2>\r\nChurn rate refers to the amount or percentage of the customers that leave your business and no longer take your services. Churn rate acts as a decisive factor when it comes to increasing sales for a subscription business. It acts inversely proportional to the sales. The more churn rate the less the sales and vice versa.\r\n<h3><strong>How Churn Rate Affects the Subscription Business?</strong></h3>\r\nAs mentioned earlier churn rate directly hits the sales no matter which business you are into. But here we’ll just stick around the subscription industry. Without any uncertainty, subscription business runs on the customers or subscribers. If there is a loss at the subscriber\'s end your whole subscription business will be at stake. It runs on a simple phenomenon, the more customers the less the churn rate and as a result, the whole business will thrive. So to remain in the subscription market, businesses have to start considering the churn rate as a priority. Else the sales will get directly hit.\r\n<h2><strong>How to minimize your churn rate?</strong></h2>\r\nThere are factors that play an important role in reducing the churn rate. The list is cited below.\r\n<h3><strong>Take account of your subscribers/customers</strong></h3>\r\nPoor customer support and service are the biggest cause of why customers leave. In fact, according to research, eighty-nine percent of customers move on to a contending product right after having a bad experience with one company. Maybe your customers are not feeling the apt connection with your company, or they do not feel that they are appreciated and welcomed enough. Reaching out to engage with your users can help you earn their loyalty and minimize the churn rate.\r\n<h3><strong>Take notes of your Loop Holes</strong></h3>\r\nEvery business has its share amount of loopholes and weaknesses deterring its business growth. Maybe there is a need for you to improve your dashboard or user interface or enhance your customer service department thoroughly. When you reach out to your customers, you will be able to identify many of the factors driving them away. One of the most effective ways to minimize the churn rate is by approaching your customers directly and finding out why they are leaving. Talk to them to find out what you are doing wrong and how you could correct it. You can reach out to customers in various ways, including customer satisfaction surveys, feedback bars, and social media comments, etc.\r\n<h3><strong>Split your Customers</strong></h3>\r\nThere is a big difference between someone who is loyally been using your service or product for months and one who didn’t convert after a free 30-day trial period. Splitting your customers into diverse groups can help you aim them correctly for different circumstances. It runs on the simple principle of conversion and recovery.\r\n\r\nThe best idea is always to segment your users into several groups. For instance, one of them might consist of the end-users who spent more time than average in completing tasks. You might get results that these users were encountering some issues, so you can better buckle up and approach them on a priority basis.\r\n\r\n[video width=\"1920\" height=\"1080\" mp4=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/10/how-to-reduce-churn-rate.mp4\"][/video]\r\n<h3><strong>Reach out to the Best fit Customers</strong></h3>\r\nBy reaching out to your customers before they need you, you are demonstrating proactive efforts and also displaying that you have invested in helping them get the most out of your product or service. But not any old outreach will do. You can reach out to them through an active email campaign. The body of the message or resource you choose to send them should be directly linked to the product or service usage. For instance, if someone signs up for your product or service and you notice that they are not leveraging all of what\'s available to them, you might send them a friendly nudge.\r\n<h3><strong>Offer Incentives</strong></h3>\r\nAnother way of minimizing the churn rate is proposing customers with additional incentives. Give customers a reason to stick around by offering them something special – maybe a promo, discount, loyalty program, etc. This trivial exertion can go a long way when it comes to showing your existing customers how much you value them in your business.\r\n\r\nWhile defining when to extend these incentives, few other aspects that need to contemplate. For instance, if the subscribers are approaching towards the end of their subscription contract and you are apprehensive that they might not renew it, you can provide them with a discounted renewal rate which can act as a push they needed to stick around to your service or product. Another thing to consider is the customer\'s needs. If you predict that a customer is going to cancel the subscription after realizing that your product or service is not what they were looking for, incentivize them to stay on board while on the other hand, you can continue working on developing out better feature or strategy that will help them stay for longer.\r\n\r\nHead towards SubscriptionFlow to have a lifetime <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management</a> experience with minimal churn rate. At SubscriptionFlow, we provide the best subscription services that will help you to achieve better revenue rather than worrying about the churn rate.','How to Minimize your Churn Rate?','','publish','open','open','','how-to-minimize-your-churn-rate','','','2019-10-10 14:27:56','2019-10-10 14:27:56','',0,'https://staging.subscriptionflow.com/?p=1997',0,'post','',0),(1998,1,'2019-10-10 14:08:16','2019-10-10 14:08:16','','5d9f1287ca20e','','inherit','open','closed','','5d9f1287ca20e','','','2019-10-10 14:14:08','2019-10-10 14:14:08','',1997,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/5d9f1287ca20e.png',0,'attachment','image/png',0),(1999,1,'2019-10-10 14:18:08','2019-10-10 14:18:08','','how to reduce churn rate','','inherit','open','closed','','how-to-reduce-churn-rate','','','2019-10-10 14:18:08','2019-10-10 14:18:08','',1997,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/how-to-reduce-churn-rate.mp4',0,'attachment','video/mp4',0),(2002,1,'2019-10-11 06:55:55','2019-10-11 06:55:55','<p><h3 id=\"contact-form-heading\">Submit Your Query</h3></p>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Your Name (required)\r\n [text* your-name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Your Email (required)\r\n [email* your-email class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Phone\r\n [tel phone id:phone class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\">\r\n <label> Company\r\n [text your-company class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-lg-12\">\r\n <label> Choose Plan\r\n [select plan id:plan class:form-control include_blank \"Standard\" \"Enterprise\" \"Ultimate\"]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-lg-12\">\r\n <label> Query Type\r\n [select query-type id:plan class:form-control include_blank \"Info\" \"Support\"]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-lg-12\">\r\n <label> Your Message\r\n [textarea your-message class:form-control]\r\n </label>\r\n</div>\r\n<div class=\"form-group col-lg-12\">\r\n \r\n [submit \"Send\"]\r\n</div>\n1\nSubscription Flow Customer Query - [your-name]\ninfo@staging.subscriptionflow.com\nkashif.saleem@techloyce.com\nFrom: [your-email]\r\nPlan: [plan]\r\nQuery Type: [query-type]\r\nCompany: [your-company]\r\nPhone: [phone]\r\n\r\nQuery:\r\n[your-message]\nReply-To: [your-email]\n\n1\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@192.168.1.40>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\nReply-To: abc@mail.com\n\n\n\nThank you for submitting Query, we will contact you soon!\nUnfortunately your query was not sent, try again!\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\nCould not verify the reCaptcha response.\nPlease verify that you are not a robot.\nskip_mail: on','Contact form 1_copy','','publish','closed','closed','','contact-form-1_copy','','','2021-11-17 11:38:07','2021-11-17 11:38:07','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=2002',0,'wpcf7_contact_form','',0),(2009,0,'2019-10-11 10:42:51','2019-10-11 10:42:51','[]','woocommerce_update_marketplace_suggestions','','publish','open','closed','','scheduled-action-5da05cf68d1166.34408077-pFp09vlgB84VmBpqsHDhxHcHhHeweMKb','','','2019-10-11 10:44:06','2019-10-11 10:44:06','',0,'https://staging.subscriptionflow.com/?post_type=scheduled-action&p=2009',0,'scheduled-action','',0),(2011,1,'2019-10-11 10:47:52','2019-10-11 10:47:52','The patented Quick Fit Econo Super Hinge™ provides access to rooftop up-blast exhaust fans and is perfect for the smaller fans on the market. Designed specifically for smaller up-blast exhaust fans with a total weight of less than 25 pounds. The Econo Super Hinge™ features the Quick Fit mounting system that allows users to install this version while the fan is still running. Hinged up-blast exhaust fans are required for commercial exhaust systems to be <a href=\"https://www.nfpa.org/codes-and-standards/all-codes-and-standards/list-of-codes-and-standards/detail?code=96\">NFPA 96</a> compliant. The NFPA 96 requirements state the following code for hinging compliance:\r\n<ul>\r\n <li>Hinged commercial up-blast exhaust fans are required for compliance</li>\r\n <li>Service hold-open retainers are required</li>\r\n</ul>\r\nThe Super Hinge™ Service Hold Open Retention System is patented and built into all variations of the Super Hinge™ Fan Hinge System. The Quick Fit Econo Super Hinge™ is manufactured with the same durable materials as our Super Hinge™ and made at the same factory in the USA.\r\n<ul>\r\n <li>Allows for single-person opening of an up-blast exhaust fan</li>\r\n <li>Creates a more stable foundation for fan opening</li>\r\n <li>Creates a safer working environment</li>\r\n <li>The built-in service hold-open retainer secures the hinge into a locked position during servicing</li>\r\n <li>Creates a more secure seal and better airflow</li>\r\n <li>Prolongs the life of fan by reinforcing the base of the fan</li>\r\n</ul>\r\n<a href=\"https://www.omnicontainment.com/wp-content/uploads/2017/04/Super-Hinge_2016-Specsheet.pdf\">Additional Info: Super Hinge™ Spec Sheet</a>\r\n\r\nUse of the Quick Fit Econo Super Hinge™ should be reviewed using the Omni Containment System’s supplied <a href=\"https://www.omnicontainment.com/hinge-info/\">Print-N-Fit form</a>. This form identifies specific measurements for proper size and application of the appropriate Quick Fit Super Hinge™.\r\n\r\nProudly made in the USA.','Econo Hinge','','publish','open','closed','','econo-hinge','','','2019-10-11 10:48:28','2019-10-11 10:48:28','',0,'https://staging.subscriptionflow.com/product/import-placeholder-for-3453/',0,'product','',0),(2012,1,'2019-10-11 10:47:52','2019-10-11 10:47:52','Omni Containment Systems brings you the next generation of hinging and fan cleaning waste-water management in one application, the Quick-Fit EZ Clean Super Hinge™. By combining our patented <a href=\"https://www.omnicontainment.com/product/standard-super-hinge/\">Super Hinge</a>™ technology with a new Jason Wellman inspired pivot system, Omni has created a hinge that is not only fully NFPA 96 compliant with hinge and service hold-open retention codes, but also resolves on the roof wastewater issues. When coupled with our industry leading <a href=\"https://www.omnicontainment.com/product/grease-gutter/\">Grease Gutter™</a>, <a href=\"https://www.omnicontainment.com/product/roof-guardian/\">Roof Guardian™</a>, <a href=\"https://www.omnicontainment.com/product/grease-box/\">Grease Box™</a>, or <a href=\"https://www.omnicontainment.com/product/exhaust-fan-interceptor/\">EFI-360™</a>, you and your customer now have a guaranteed rooftop protection systems (even during cleanings).\r\n<ul>\r\n <li>Same solid steel used in the SuperHinge™</li>\r\n <li>Easy open/close technology with built in service hold-open retainer (a key <a href=\"https://www.nfpa.org/codes-and-standards/all-codes-and-standards/list-of-codes-and-standards/detail?code=96\">NFPA 96</a> requirement)</li>\r\n <li>Balanced weight distribution for easy opening</li>\r\n <li>Patented tilt hold technology that ensure water is drained into the hood system, not onto the rooftop</li>\r\n <li>Prolongs the life of your fan by properly hinging and distributing the weight</li>\r\n <li>Provides a safer environment for cleaning, service, and inspection</li>\r\n <li>Prolongs the life of any <a href=\"https://www.omnicontainment.com/product-category/filters/\">rooftop containment system media</a> by channeling all chemicals and waste down the duct into your cleaning waste water catch system</li>\r\n <li>Meets recycle parameters for specifications such as <a href=\"https://www.ikeca.org/\">IKECA</a></li>\r\n <li>Exceeds federal, regional, and local <a href=\"https://www.epa.gov/npdes/npdes-stormwater-program\">storm water protection</a> regulations</li>\r\n <li>May help contribute to <a href=\"https://new.usgbc.org/leed\">LEED Certification</a></li>\r\n</ul>\r\nThis is an Omni earth friendly product. Proudly made in the USA.','Quick Fit EZ Clean Super Hinge','','publish','open','closed','','quick-fit-ez-clean-super-hinge','','','2019-10-11 10:49:46','2019-10-11 10:49:46','',0,'https://staging.subscriptionflow.com/product/import-placeholder-for-3454/',0,'product','',0),(2013,1,'2019-10-11 10:47:52','2019-10-11 10:47:52','The patented Quick Fit Super Hinge™ provides access to rooftop up-blast exhaust fans and is available in standard or custom sizes, capable of hinging fans with bases from 10 square inches to 45 square inches. The Quick Fit Super Hinge™ mounting system is patented and specific to the QF Super Hinge™ models. This feature has a tab based upper arm mounting system that allows installation of this version while the fan is still running, and also allows for single user installations (may be limited due to weight or damage to up-blast fan foundation). Hinged up-blast exhaust fans are required for commercial exhaust systems to be <a href=\"https://www.nfpa.org/codes-and-standards/all-codes-and-standards/list-of-codes-and-standards/detail?code=96\">NFPA 96</a> compliant. The NFPA 96 requirements state the following code for hinging compliance:\r\n<ul>\r\n <li>Hinged commercial up-blast exhaust fans are required for compliance</li>\r\n <li>Service hold-open retainers are required</li>\r\n</ul>\r\nThe Super Hinge™ Service Hold Open Retention System is patented and built into all variations of the Super Hinge™ Fan Hinge System. The Quick Fit Super Hinge™ is manufactured with the same durable materials as our Super Hinge™ and made at the same factory in the USA.\r\n<ul>\r\n <li>Allows for single-person opening of an up-blast exhaust fan</li>\r\n <li>Creates a more stable foundation for fan opening</li>\r\n <li>Creates a safer working environment</li>\r\n <li>The built-in service hold-open retainer secures the hinge into a locked position during servicing</li>\r\n <li>Creates a more secure seal and better airflow</li>\r\n <li>Prolongs the life of fan by reinforcing the base of the fan</li>\r\n</ul>\r\n<a href=\"https://www.omnicontainment.com/wp-content/uploads/2017/04/Super-Hinge_2016-Specsheet.pdf\">Additional Info: Super Hinge™ Spec Sheet</a>\r\n\r\nUse of the Quick Fit Super Hinge™ should be reviewed using the Omni Containment System’s supplied <a href=\"https://www.omnicontainment.com/hinge-info/\">Print-N-Fit form</a>. This form identifies specific measurements for proper size and application of the appropriate Quick Fit Super Hinge™.\r\n\r\nProudly made in the USA.','Quick Fit Super Hinge','','publish','open','closed','','quick-fit-super-hinge','','','2019-10-11 10:49:46','2019-10-11 10:49:46','',0,'https://staging.subscriptionflow.com/product/import-placeholder-for-3459/',0,'product','',0),(2014,1,'2019-10-11 10:47:52','2019-10-11 10:47:52','The patented Quick Fit Super Hinge™ provides access to rooftop up-blast exhaust fans and is available in standard or custom sizes, capable of hinging fans with bases from 10 square inches to 45 square inches. The Quick Fit Super Hinge™ mounting system is patented and specific to the QF Super Hinge™ models. This feature has a tab based upper arm mounting system that allows installation of this version while the fan is still running, and also allows for single user installations (may be limited due to weight or damage to up-blast fan foundation). Hinged up-blast exhaust fans are required for commercial exhaust systems to be <a href=\"https://www.nfpa.org/codes-and-standards/all-codes-and-standards/list-of-codes-and-standards/detail?code=96\">NFPA 96</a> compliant. The NFPA 96 requirements state the following code for hinging compliance:\r\n<ul>\r\n <li>Hinged commercial up-blast exhaust fans are required for compliance</li>\r\n <li>Service hold-open retainers are required</li>\r\n</ul>\r\nThe Super Hinge™ Service Hold Open Retention System is patented and built into all variations of the Super Hinge™ Fan Hinge System. The Quick Fit Super Hinge™ is manufactured with the same durable materials as our Super Hinge™ and made at the same factory in the USA.\r\n<ul>\r\n <li>Allows for single-person opening of an up-blast exhaust fan</li>\r\n <li>Creates a more stable foundation for fan opening</li>\r\n <li>Creates a safer working environment</li>\r\n <li>The built-in service hold-open retainer secures the hinge into a locked position during servicing</li>\r\n <li>Creates a more secure seal and better airflow</li>\r\n <li>Prolongs the life of fan by reinforcing the base of the fan</li>\r\n</ul>\r\n<a href=\"https://www.omnicontainment.com/wp-content/uploads/2017/04/Super-Hinge_2016-Specsheet.pdf\">Additional Info: Super Hinge™ Spec Sheet</a>\r\n\r\nUse of the Quick Fit Super Hinge™ should be reviewed using the Omni Containment System’s supplied <a href=\"https://www.omnicontainment.com/hinge-info/\">Print-N-Fit form</a>. This form identifies specific measurements for proper size and application of the appropriate Quick Fit Super Hinge™.\r\n\r\nProudly made in the USA.','Standard Super Hinge','','publish','open','closed','','standard-super-hinge','','','2019-10-11 10:49:47','2019-10-11 10:49:47','',0,'https://staging.subscriptionflow.com/product/import-placeholder-for-3477/',0,'product','',0),(2015,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit EZ Clean Super Hinge - Large (Fans 24-34 Inches)','EZ Clean Hinge Size: Large (Fans 24-34 Inches)','publish','closed','closed','','quick-fit-ez-clean-super-hinge-large-fans-24-34-inches','','','2019-10-11 10:49:39','2019-10-11 10:49:39','',2012,'https://staging.subscriptionflow.com/product/import-placeholder-for-3457/',0,'product_variation','',0),(2016,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit EZ Clean Super Hinge - Medium (Fans 22-28 Inches)','EZ Clean Hinge Size: Medium (Fans 22-28 Inches)','publish','closed','closed','','quick-fit-ez-clean-super-hinge-medium-fans-22-28-inches','','','2019-10-11 10:49:39','2019-10-11 10:49:39','',2012,'https://staging.subscriptionflow.com/product/import-placeholder-for-3456/',0,'product_variation','',0),(2017,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit EZ Clean Super Hinge - Small (Fans 14-22 Inches)','EZ Clean Hinge Size: Small (Fans 14-22 Inches)','publish','closed','closed','','quick-fit-ez-clean-super-hinge-small-fans-14-22-inches','','','2019-10-11 10:49:40','2019-10-11 10:49:40','',2012,'https://staging.subscriptionflow.com/product/import-placeholder-for-3455/',0,'product_variation','',0),(2018,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit Super Hinge - 42\" (Fans 36-54 Inches)','Quick Fit Super Hinge Size: 42\" (Fans 36-54 Inches)','publish','closed','closed','','quick-fit-super-hinge-42-fans-36-54-inches','','','2019-10-11 10:49:40','2019-10-11 10:49:40','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3471/',0,'product_variation','',0),(2019,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit Super Hinge - 36\" (Fans 30-45 Inches)','Quick Fit Super Hinge Size: 36\" (Fans 30-45 Inches)','publish','closed','closed','','quick-fit-super-hinge-36-fans-30-45-inches','','','2019-10-11 10:49:40','2019-10-11 10:49:40','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3470/',0,'product_variation','',0),(2020,1,'2019-10-11 10:47:53','2019-10-11 10:47:53','','Quick Fit Super Hinge - 30\" (Fans 24-36 Inches)','Quick Fit Super Hinge Size: 30\" (Fans 24-36 Inches)','publish','closed','closed','','quick-fit-super-hinge-30-fans-24-36-inches','','','2019-10-11 10:49:41','2019-10-11 10:49:41','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3469/',0,'product_variation','',0),(2021,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Quick Fit Super Hinge - 24\" (Fans 18-28 Inches)','Quick Fit Super Hinge Size: 24\" (Fans 18-28 Inches)','publish','closed','closed','','quick-fit-super-hinge-24-fans-18-28-inches','','','2019-10-11 10:49:42','2019-10-11 10:49:42','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3468/',0,'product_variation','',0),(2022,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Quick Fit Super Hinge - 18\" (Fans 12-18 Inches)','Quick Fit Super Hinge Size: 18\" (Fans 12-18 Inches)','publish','closed','closed','','quick-fit-super-hinge-18-fans-12-18-inches','','','2019-10-11 10:49:42','2019-10-11 10:49:42','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3467/',0,'product_variation','',0),(2023,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Quick Fit Super Hinge - 12\" (Fans 8-12 Inches)','Quick Fit Super Hinge Size: 12\" (Fans 8-12 Inches)','publish','closed','closed','','quick-fit-super-hinge-12-fans-8-12-inches','','','2019-10-11 10:49:42','2019-10-11 10:49:42','',2013,'https://staging.subscriptionflow.com/product/import-placeholder-for-3466/',0,'product_variation','',0),(2024,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Standard Super Hinge - 48\" (Fans 42-63 Inches)','Standard Super Hinge Size: 48\" (Fans 42-63 Inches)','publish','closed','closed','','standard-super-hinge-48-fans-42-63-inches','','','2019-10-11 10:49:43','2019-10-11 10:49:43','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3484/',0,'product_variation','',0),(2025,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Standard Super Hinge - 36\" (Fans 30-45 Inches)','Standard Super Hinge Size: 36\" (Fans 30-45 Inches)','publish','closed','closed','','standard-super-hinge-36-fans-30-45-inches','','','2019-10-11 10:49:43','2019-10-11 10:49:43','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3482/',0,'product_variation','',0),(2026,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Standard Super Hinge - 42\" (Fans 36-54 Inches)','Standard Super Hinge Size: 42\" (Fans 36-54 Inches)','publish','closed','closed','','standard-super-hinge-42-fans-36-54-inches','','','2019-10-11 10:49:44','2019-10-11 10:49:44','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3483/',0,'product_variation','',0),(2027,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Standard Super Hinge - 14\" (Fans 10-15 Inches)','Standard Super Hinge Size: 14\" (Fans 10-15 Inches)','publish','closed','closed','','standard-super-hinge-14-fans-10-15-inches','','','2019-10-11 10:49:44','2019-10-11 10:49:44','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3478/',0,'product_variation','',0),(2028,1,'2019-10-11 10:47:54','2019-10-11 10:47:54','','Standard Super Hinge - 18\" (Fans 12-18 Inches)','Standard Super Hinge Size: 18\" (Fans 12-18 Inches)','publish','closed','closed','','standard-super-hinge-18-fans-12-18-inches','','','2019-10-11 10:49:45','2019-10-11 10:49:45','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3479/',0,'product_variation','',0),(2029,1,'2019-10-11 10:47:55','2019-10-11 10:47:55','','Standard Super Hinge - 24\" (Fans 18-27 Inches)','Standard Super Hinge Size: 24\" (Fans 18-27 Inches)','publish','closed','closed','','standard-super-hinge-24-fans-18-27-inches','','','2019-10-11 10:49:45','2019-10-11 10:49:45','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3480/',0,'product_variation','',0),(2030,1,'2019-10-11 10:47:55','2019-10-11 10:47:55','','Standard Super Hinge - 30\" (Fans 24-36 Inches)','Standard Super Hinge Size: 30\" (Fans 24-36 Inches)','publish','closed','closed','','standard-super-hinge-30-fans-24-36-inches','','','2019-10-11 10:49:46','2019-10-11 10:49:46','',2014,'https://staging.subscriptionflow.com/product/import-placeholder-for-3481/',0,'product_variation','',0),(2041,0,'2019-10-11 11:09:27','2019-10-11 11:09:27','[]','wc_admin_unsnooze_admin_notes','','publish','open','closed','','scheduled-action-5da063276db086.60156242-EjT0bFjZng36vNXFzJgjWIG5mXN8JpWi','','','2019-10-11 11:10:31','2019-10-11 11:10:31','',0,'https://staging.subscriptionflow.com/?post_type=scheduled-action&p=2041',0,'scheduled-action','',0),(2042,0,'2019-10-11 12:10:31','2019-10-11 12:10:31','[]','wc_admin_unsnooze_admin_notes','','trash','open','closed','','','','','2019-10-11 12:10:31','2019-10-11 12:10:31','',0,'https://staging.subscriptionflow.com/?post_type=scheduled-action&p=2042',0,'scheduled-action','',0),(2044,1,'2019-10-15 10:25:10','2019-10-15 10:25:10','','Subscription Management Software for Telecom billing','','inherit','open','closed','','5da59d9e2021c','','','2019-10-15 10:25:31','2019-10-15 10:25:31','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/5da59d9e2021c.png',0,'attachment','image/png',0),(2045,1,'2019-10-15 10:26:34','2019-10-15 10:26:34','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Telecom Billing\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682342124{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Unleash the power of telecom billing with Subscription Management Software for Telecom Billing. Consult with SubscriptionFlow today to set new dimensions!</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2443\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How Subscription Management Software for Telecom Billing Works?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606979760050{margin-top: 25px !important;}\"]Telecom is one of the few industries that makes most part of its revenue through subscriptions. So for this industry a telecom billing subscription management software holds high importance. Why? Because without it the whole industry just cannot run its operations smoothly. The need for subscription management software for telecom billing started decades back when the first customer paid for his/her telecom service/subscription. The telecom billing system starts working from the moment you buy a subscription from a telecom retailer. It keeps track of your account type whether it is prepaid or postpaid, the value of the plan, the size of the data you have received, and the number of calls you can make against your subscription plan.\r\n\r\nWith that being said, the market provides ample options for telecom billing system software. Many investors have shifted their interest in investing in telecom billing software companies. This way they can reach masses, solve their business problems, and increase their revenue. Let us now observe how subscription management software for telecom billing works?\r\n\r\n[su_list icon=\"icon: check-circle-o\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>It collects all the data of the customers and saves it in the cloud server.</li>\r\n <li>It then further monitors which plan a customer has opted for.</li>\r\n <li>Accordingly, on every regular interval of subscription renewal, it passes the notifications of plan renewals to the customers.</li>\r\n <li>It also provides different <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment options</a> to the huge customer base for their ease.</li>\r\n <li>It counters to the various expense management, staff management, client management, AR & AP problems, etc.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nWith all the aforementioned functionalities, if you are running a telecom business and want to get in touch with one of the best telecom billing systems then get started with SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2449\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Ideal Telecom Billing Subscription Management Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606979903225{margin-top: 25px !important;}\"]\r\n<h3><strong>Timely Management of Subscriptions</strong></h3>\r\nTelecom companies have subscribers who pay for services received on a monthly basis. Most of the time, this happens at the end of the month when the business’s account staff have to prepare their bills. The companies cannot manage their subscriptions manually. If they do, they will end up with innumerable human errors or there is a chance that they might skip important details. So a subscription management software for telecom billing is the best solution. It will automate the subscription and billing process. This software will also help telecom companies to manage their huge database of subscriptions in a proactive manner. Let’s take an example of cable services from businesses like Airtel, Vodafone, and so on. Such companies have their own way to deal with subscription issues. But what joins all these companies? It’s the use of the best telecom billing software that helps each one of them to generate invoices automatically.\r\n<h3><strong>Database Management and Payments</strong></h3>\r\nA huge concentration of the telecom industry is towards managing the customer payments and customer’s database. Be it offline customers or online there are always huge databases to manage and bills to worry about. While being in a telecom industry one cannot think of managing these records manually because customers have distinguished plans, subscriptions and requirements. So under such circumstances, the best telecom <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing software</a> will help businesses to manage their database and payments automatically. The best telecom billing systems provide designated billing and management modules for industries like telecommunication that have metadata to handle.\r\n<h3><strong>Integration with CRM and ERP</strong></h3>\r\nBest telecom billing systems come with bespoke invoicing solutions for your specific business requirements. Such systems will also provide you with options to integrate with existing ERP and CRM so you can fetch and manage your telecom data with ease. The software comes with API integration to integrate any third-party tools and eCommerce <a href=\"https://staging.subscriptionflow.com/integrations/\">integrations</a>.\r\n<h3><strong>Identify the Churn Rate</strong></h3>\r\nBest telecom billing systems will help you to identify the churn rate for your business. For every business, customers are the main stakeholders so if the churn starts to get increase it means that there is something wrong because of which the customers are leaving your services and you got to address that before it gets too late.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2447\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Management Software for Telecom Billing offers Adaptability and Scalability\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606979961198{margin-top: 25px !important;}\"]Without the best telecom billing systems your business cannot excel in the market. Owing to subscription management software and its advanced features your business can offer a better telecom experience. A seamless subscription experience earns more customer satisfaction. Having a strong customer base is a good way to upgrade your telecom business. There are two factors that contribute to business growth namely adaptability and scalability.\r\n\r\nA business can only flourish if it’s adaptable. Businesses can also make customized billing workflows in order to stay away from billing woes and disputes. Only secure and cloud-based software can maintain an ideal level of scalability. Your software should be able to handle processing huge amounts of invoices as the business grows with time. Usually, companies spend huge costs on upgrading their billing software. However, subscription management software is designed to adapt to emerging technologies, growth, and market trends. SubscriptionFlow provides businesses with a subscription management software for telecom billing that will help them achieve all your business. At SubscriptionFlow, we have can provide these invoicing features that will facilitate in your day to day operations. With SubscriptionFlow all of these features are just a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Telecom Billing','','publish','closed','closed','','subscription-management-software-for-telecom-billing','','','2020-12-03 07:19:19','2020-12-03 07:19:19','',0,'https://staging.subscriptionflow.com/?page_id=2045',0,'page','',0),(2051,1,'2019-10-15 11:21:19','2019-10-15 11:21:19','','Subscription Management Software for Telecom Billing','','inherit','open','closed','','subscription-management-software-for-telecom-billing-2','','','2019-10-15 11:21:34','2019-10-15 11:21:34','',2045,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Subscription-Management-Software-for-Telecom-Billing.jpg',0,'attachment','image/jpeg',0),(2056,1,'2019-10-15 11:37:49','2019-10-15 11:37:49','','recurring billing & donation software for nonprofits','','inherit','open','closed','','recurring-billing-donation-software-for-nonprofits','','','2019-10-15 11:37:55','2019-10-15 11:37:55','',1978,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/recurring-billing-donation-software-for-nonprofits.jpg',0,'attachment','image/jpeg',0),(2061,1,'2019-10-21 12:11:10','2019-10-21 12:11:10','Decades back people used to perform their daily errands themselves. Clerks were appointed to maintain the paper record and office managers were responsible for upholding all the manual data. In every business, billing is that one department that needs to be secure from all the ends. Executing billing manually in earlier times were not less than a massive challenge. There might be areas that can be skipped easily or if we say there is always room for human error when it comes to billing and calculations then it would not be wrong. Automation was first started in 1947 by Ford when he came up with the idea of setting up an automation department. The idea was to improve efficiency and quality while reducing errors and adding flexibility.\r\n\r\nIn this digitally empowered century, technology has definitely brought ease but it has its fair share of challenges as well. Running a business online makes it easier to get hold of customers. But an enormous amount of online business competitors has made this a tough field too. So in order to stay abreast of all the online business challenges and to maintain smooth cash flow, it’s wise to get an online billing solution to solve all the invoices problems with trifling time. Let us observe some of the benefits of using online billing solution\r\n<h3><strong>Accessible Data</strong></h3>\r\nOnline billing software systems help business owners to manage their clients’ data better. They can see their customers’ data in the form of charts and graphs, which enhance the understanding clearly and can be generated with the help of online billing solutions.\r\n\r\nNo account department employee has to deal with a large number of papers and copies to ensure that how much a particular customer has been billed thus far or the billing patterns in the last few months. Online billing solution makes easier for the business owners to analyze the data to use the information in any other way, and customers can do the same too.\r\n<h3><strong>Automation</strong></h3>\r\nProbably the greatest advantage that online billing solution has is automation. This means that you can set-up recurring payments for long-term clients. You can establish a subscription-based business model. Because of the automation processes in online billing solution business can send follow-ups and payment reminders for their upcoming and due invoices. Automating such tasks will save you both time and money. And you can focus on other important tasks related to your business. No more need to pay someone else to do these administrative tasks for you. It also eradicates the obstruction of chasing down due or late payments.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2064\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg\" alt=\"Online billing solution\" width=\"1000\" height=\"667\" /></p>\r\n\r\n<h3><strong>Easy Management</strong></h3>\r\nAn online billing solution allows the online transaction, all the bills payment is safe due to some protocols like unique credential process, browser access, and encrypted payment process. It’s a time-saving approach, if you want to pay multiple payments each month then online billing procedure sets the process which saves the time and as well processes it in a much convenient manner.\r\n\r\nWith online billing solution (Software), it’s easy to handle sales, invoices, and the track of payments, business accounting and preparation of taxes. There are many industries who use online billing solution for their business operations like medical, real estate, legal, logistics etc.\r\n<h3><strong>Communication gets Easier and Quick</strong></h3>\r\nOnline billing solution means that clients get their receipts and other information right away. This accelerates up the communication process, making it easier to resolve problems quickly. For instance, if a customer accidentally orders two of the same product, they’re likely to see it right away on the receipt they get in their email.\r\n\r\nIf they had waited to get the receipt via traditional mail, the product would probably have been shipped by the time the mistake was noticed. However, with online billing they can notify you of the issue right away, so the double order can be corrected before the shipment is dispatched.\r\n<h3><strong>Enhanced Transparency</strong></h3>\r\nCustomers always ask about their bills and payments. Businesses can ensure transparency by using an online billing system. Through automated billing, it’s much easy to review every step in the process and make sure all of the necessary information is saved and correct. You can easily find a client’s information in the system and get back to them more quickly.\r\n\r\nThis saves time on your part, makes customer service easier and keeps your clients happy because they will get the answers they’re looking for faster. You’ll save frustration for both your clients and your employees with this level of transparency.\r\n<h3><strong>Business Scalability</strong></h3>\r\nScaling business may sound dreadful to you, but one of the first places to start is with your billing. Finding an efficient way to generate invoices, along with keeping track of financial information, you can increase your financials. Most importantly, this is all can be done while improving your billing. Unluckily, paper-based invoices and creating invoices on Excel aren’t well-organized. An <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">online billing solution</a> is a way to go. As a result, numerous businesses are resilient to move to online billing, even if it could save their business.','Reasons to Choose an Online Billing Solution','','publish','open','open','','reasons-to-choose-an-online-billing-solution','','','2019-10-21 12:13:11','2019-10-21 12:13:11','',0,'https://staging.subscriptionflow.com/?p=2061',0,'post','',0),(2062,1,'2019-10-21 12:00:47','2019-10-21 12:00:47','','billing solutions','','inherit','open','closed','','billing-solutions','','','2019-10-21 12:00:57','2019-10-21 12:00:57','',2061,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/billing-solutions.jpg',0,'attachment','image/jpeg',0),(2064,1,'2019-10-21 12:05:46','2019-10-21 12:05:46','','Online billing solution','','inherit','open','closed','','online-billing-solution','','','2019-10-21 12:05:54','2019-10-21 12:05:54','',2061,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg',0,'attachment','image/jpeg',0),(2081,1,'2019-11-05 13:20:15','2019-11-05 13:20:15','Recurring invoicing is the process of charging customers at regular intervals against their usage of services. In this, the wholesaler or supplier can charge the customers automatically without undergoing the manual hassle. For recurring invoices, there is online invoicing software available in the market that businesses can start utilizing for getting an automated experience. Online invoicing software allows businesses to automate their invoice processes starting from handling incoming invoices to managing records of the invoice payments. The software will help businesses to focus on tasks other than invoicing. The online invoicing software will cover all your business needs. Where there are positive aspects of using online invoicing software it has its fair share of struggles and challenges as well. In this artifact, we will concentrate on the pitfalls that companies usually commit and they must avoid them while dealing with recurring invoices.\r\n<h2><strong>1. Wrongly Sent Invoices</strong></h2>\r\nIf businesses have no proper set up in place for sending out invoices, they will end up sending the invoices to the wrong person or department. Because of the accounts payable processes, they will only end up getting their payment delayed. Ensure that the details on the invoices are accurate. If you are not sure, send an email to your client to cross verify the address before creating and sending out your invoices.\r\n<h2><strong>2. Ambiguous Pricing Strategies</strong></h2>\r\nIf companies have not made their pricing clear to their customers, then their customers will be having some foul surprises when they receive their invoice. This can lead them to challenge, delaying, or refusing to pay for their invoices. For bigger companies, your invoice can also get lost in the accounts payable processes, which are set up to avoid fraudulent payments. In order to avoid having your invoice labeled fraudulent, make your pricing strategies pretty clear before you get into any business.\r\n<h2><strong>3. Precise Terms and Conditions</strong></h2>\r\nCompanies must, first of all, come up with the Terms and Conditions in place that spell out all the late fees, pricing, and other details about their products and services. The companies must need to have these policies clearly stated on the invoice so that a client can have their questions answered right on their particular invoice.\r\n<h2><strong>4. Impolite Verbal Usage</strong></h2>\r\nSometimes the companies forget to go for a second check when they send invoices, as they follow the same verbiage and pattern. So if there was any impolite expression used earlier, there are chances that it will keep on repeating and this is one of those mistakes that go unchecked at the business or company’s end.\r\n<h2><strong>5. Not Following Up</strong></h2>\r\nLate payments are a major annoyance for any business, as it can take a huge toll on your cash flow and make a mess of your accounting books. But how do you properly address the situation when it happens and prevent it from re-occurring? A customer may miss a payment for any number of reasons, from misplaced invoices to financial difficulties. A lot of times, though, a customer probably doesn’t realize they missed a payment so it’s crucial that you follow up with them.\r\n\r\nWithout a doubt lack of client follow up is the worst invoicing mistake, this happens either out of forgetfulness or fear of confrontation. Sometimes clients forget to pay. It happens quite often by the big companies that they forget to keep a follow up of the customer’s invoices. In order to avoid this, be sure to follow up with your business clients who are already late on a payment. Point to be noted is if you have made certain policies on paying late, your client will also be aware of late fees in that case, moreover you a friendly reminder email can also be sent to them to help them avoid that late fee.\r\n<h2><strong>6. Errors and Omissions</strong></h2>\r\nNothing looks more unprofessional than an invoice filled with errors either big or small. Whether it’s a mistake in the charges, a misspelled name, or an incorrect invoice number, invoice errors of any kind reduce your authority and can undermine the level of trust that your customers have in your business.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2083\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg\" alt=\"recurring_payments\" width=\"1920\" height=\"1080\" /></p>\r\nMistakes like this happen, but that does not mean that they should. Avoid any mistakes by always taking extra time to proofread your invoices before sending them, or switch to an automated billing system to protect brand credibility\r\n<h2><strong>7. Late Invoices</strong></h2>\r\nThe late invoices the late payment. Many clients that you are sending invoices to have multiple people signing off on invoices before they will pay them. Sending out the invoices late means that you are essentially going to get the payment process late.\r\n<h2><strong>8. Uneven Invoices</strong></h2>\r\nMany businesses and new startups make this mistake while dealing with recurring payments are that they do not invoice regularly. Instead of setting aside the first week for creating and sending out invoices, they do it as per their free time. More often, they tend to forget about it and have their invoices backed up for months in the end. This clearly gives a negative impact on the overall cash flow.\r\n<h2><strong>9. Unclear Items</strong></h2>\r\nOne of the usual mistakes committed by companies is they forget to maintain the sync between the line items scribbled on a particular invoice. However, it is important for the customers to know what they have paid for so that they can also keep a track of their expenditures.\r\n<h2><strong>10. Billing Errors</strong></h2>\r\nThe last notable mistake done by the companies is the negligence while billing or doing billing manually while dealing with recurring invoices. Billing is the most critical department in any business. Even a slight error/mistake can cost you much.\r\n\r\nSubscriptionFlow is proud to be considered as one of the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">best online invoicing software</a>. It allows you to manage your invoices seamlessly with an intuitive dashboard and user-friendly interface. Our team works all day long to provide our clients with the best of the services. You can get connected with us today via email! Our team would be happy to assist you out.','Recurring Invoicing: Top 10 Mistakes to Avoid','','publish','open','open','','recurring-invoicing-top-10-mistakes-to-avoid','','','2019-11-05 13:21:13','2019-11-05 13:21:13','',0,'https://staging.subscriptionflow.com/?p=2081',0,'post','',0),(2082,1,'2019-11-05 13:14:04','2019-11-05 13:14:04','','recurring invoices','','inherit','open','closed','','recurring-invoices','','','2019-11-05 13:14:14','2019-11-05 13:14:14','',2081,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring-invoices.jpg',0,'attachment','image/jpeg',0),(2083,1,'2019-11-05 13:14:58','2019-11-05 13:14:58','','recurring_payments','','inherit','open','closed','','recurring_payments','','','2019-11-05 13:15:07','2019-11-05 13:15:07','',2081,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg',0,'attachment','image/jpeg',0),(2102,1,'2019-11-21 10:47:47','2019-11-21 10:47:47','Are you providing subscription-based services to your customers? If yes then you must be having a big team who would solely be responsible for keeping a check on all the subscriptions. It certainly seems to be a very critical and daunting task to manually maintain records for such a large number of customer base on a day to day basis. So a subscription management system is what businesses need to get hold of. Not only will the hassle be lessened but also the resources would be managed properly through the subscription management system.\r\n\r\nIn today’s era of technological advancement, businesses are putting every effort to provide consumers with error-free products and services. Taking it a little further, being in the subscription industry, customers give their feedback in real-time. So if the products and services are error-prone then customers will more likely be terminating the services rather than waiting for the business to improve and make it better for them. Why? Because there are already enough competitive products available. The customers would like to end up with a better option. This is exactly where the subscription management system gets you covered. There are different subscription management systems available while having slight differences in their features and functionalities. Any business can get these features and functionalities integrated at one platform according to their needs and requirements.\r\n<h2><strong>Subscriptionflow as a Subscription Management System</strong></h2>\r\nSubscriptionFlow is the uppermost subscription management system that will provide businesses with maximum services and functionalities. Each one of which is efficient in its own way. Furthermore, businesses can customize them as per their needs and requirements. There are various subscription processes offered by a subscription management system which include billing and invoicing, renewal of subscriptions, cancellation of subscription, discounts, promotions, and add-ons. You can provide your end-users with the ease to get their desired actions done against minimal clicks.\r\n<h3><strong>Achieve Customer Support Excellence</strong></h3>\r\nFor any business, the customer is the most important asset. Customer satisfaction is something that can take your business to the heights of success. This is exactly what the subscription management system aims to achieve for your business. The ease and comfort that you provide to your customers by letting them experience a convenient subscription process will eventually lead to customer satisfaction. Customer satisfaction is the ultimate goal which can bring more revenue to your business.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4978\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services-.jpg\" alt=\"SaaS-services\" width=\"1000\" height=\"667\" /></p>\r\n\r\n<h3><strong>Mentionable Features </strong></h3>\r\nThe subscription management system not only provides features to maintain the flow of subscription cycles but also helps you maintain data of the customers. This helps organizations to keep track of their sales volume over a period of time. Having all the information under one platform will increase the overall growth of your business. Subsequently, one does not need to hire multiple resources to perform business tasks that could be accomplished through automation.\r\n\r\nWhile the subscription management system is competently handling most of your work, you can focus on other activities like research, business development, and growth. Meanwhile, you can also consider expanding horizons of your business such as reaching out to more potential customers and eventually leading to increased financial benefits. You take care of tapping into new markets while we at SubscriptionFlow thorough subscription management system will take care of your existing customers and their subscription plans.\r\n<ol>\r\n <li>\r\n<h3><strong>Recurring Payments</strong></h3>\r\n</li>\r\n</ol>\r\nManaging recurring payments is no less than a nightmare. But through a properly functional subscription management system, you can automate this complicated payment process. When you have a large number of invoices and bills piled up, you will obviously need days to get through them. Subscription management systems would not get it done in minutes, but in seconds. Thanks to the automated modules. Also, the subscription management system supports various payment gateways. You can choose a cost-effective payment gateway that best suits your business requirements.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Check on Due Payments</strong></h3>\r\n</li>\r\n</ol>\r\nLike every business, there are customers who do not pay on time. There might be ample reasons behind payment delays. But with a subscription management system, you do not need to worry about the late payments. A subscription management system is equipped with a powerful notification module that will help you follow-up with each of these customers while notifying them in due time.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Flexible System </strong></h3>\r\n</li>\r\n</ol>\r\nThe subscription management system also provides your customers the access to update their payment methods and subscription plans through a self-service portal. Both parties won’t have to go through the inconvenience to perform these activities manually. The intuitive dashboard provides a number of options for managing the subscription, payment plans and other information related to subscribers. Subscribers can make payments, generate invoices, update subscription plans and perform other subscription processes with the help of few clicks. They can also update personal information on the self-service portal which would give them a sense of personalization.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Time-efficient</strong></h3>\r\n</li>\r\n</ol>\r\nThere are certainly countless benefits of using a subscription management system. You can notably cut down the time and cost which is being incurred to your business. Out of all these benefits, time-saving is definitely the most important. You can get over the difficulty of getting through multiple payments and subscription processes every day. For instance, if one task on average takes 10-15 minutes now can be done within seconds. This is how rational subscription-based services are. The time that you’re wasting on performing the tasks manually could otherwise be utilized for expanding your business.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Cost-effective </strong></h3>\r\n</li>\r\n</ol>\r\nAfter a time, comes the expenses and cost that you’re spending while performing all these tasks manually. By employing a subscription management system, you can considerably decrease your expenses. The dollars you are spending on manually performing all the above-mentioned functions could be spent on the development of your business. This is how the subscription management system helps you grow your business.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Customer Retention </strong></h3>\r\n</li>\r\n</ol>\r\nLast but not the least, a subscription management system helps you retain your customers in the best way possible. The probability of customer retention gets maximum when you provide a trouble free and convenient subscription experience to your customers. When customers get satisfied, they definitely stick to your product or service. And all these satisfied customers will help you increase your sales by spreading good word of mouth.','Subscription-Based Services – Opportunities for Growth through Innovation','','publish','open','open','','subscription-based-services-opportunities-for-growth-through-innovation','','','2021-06-28 08:42:04','2021-06-28 08:42:04','',0,'https://staging.subscriptionflow.com/?p=2102',0,'post','',0),(2128,1,'2019-12-09 10:58:52','2019-12-09 10:58:52','Before coming up with the right choices to make while going for SaaS. Let us first explore what SaaS really is?\r\n\r\nSaaS- SaaS is known as software as a service model. This model is governed and hosted by a third party. All the hardware and software maintenance is done by the same third party. When it comes to experience a SaaS subscription software, it’s just the services that a particular business has to apply for and that’s pretty much all. Under SaaS, the businesses do not have to pay for the whole software but only for the services, they like to opt and continue with.\r\n\r\nNow let’s observe some of the reasons why choose SaaS subscription software\r\n<ol>\r\n <li>\r\n<h3><strong>Low Barrier to Entry:</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS subscription software as a Service model enables you to “rent” an application as you use it removing the high hardware and software acquisition costs that are part of the self-hosted software model. In addition, since the application’s software and hardware are maintained and updated by a third party, the need for IT personnel is minimized or removed completely.\r\n<h3><strong>Flexible Payment Entries/Plans: </strong></h3>\r\nDifferent licensing models geared toward every business model and size give you better budget planning options. The pay-as-you-go model that is intrinsic to most SaaS products allows you to keep your operational expenses in proportion with your business’ positive or negative growth.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2130\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg\" alt=\"SaaS how to make right choice\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Scalability: </strong></h3>\r\n</li>\r\n</ol>\r\nSaaS being cloud applications by nature are easily scaled up or down with minimal costs. When your business grows you don’t have to worry much about expensive acquisitions of hardware and the skills to implement it. This feature also works the other way around. At times when there is low usage then your business shrinks due to a general recession in the market or just a seasonal tide, you would not have to worry about the hardware residing in your server room which is of no worth.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Mitigate Before Making a Final Selection Call</strong></h3>\r\n</li>\r\n</ol>\r\nIt\'s pretty much easy to get thrilled by the glitzy functionalities and persuasive cost cuttings through a SaaS subscription software and start possessing about getting the new, state of the art technology. However, state of the art technology is often associated with the newest and least professional performers in the SaaS market. Although the functionality might appear to be compelling, all other areas like support, disaster recovery, and ultimately corporate funding may be lacking. So it’s always advised to go through the trial period no matter how well-spoken the technology appears Temper excitement around features and functions with an honest assessment of the company\'s maturity and ability to support your organization in the long run. In some areas, an upstart may provide such compelling advantages that the risks are worthwhile. Ultimately, you must understand the risks and rewards, and plan to mitigate the former. Furthermore, there are various kinds of SaaS subscription software plans are available in the market which is given below\r\n<ul>\r\n <li>\r\n<h3><strong>Term Basis SaaS Subscription Model</strong></h3>\r\n</li>\r\n</ul>\r\nIn this term basis SaaS subscription model, the customer performs an electronic or a paper contract agreeing to a particular subscription for a period of time. The subscription agreement may or may not include provisions for the cancellation during the term. Cancellation provisions in a term agreement typically include pre-defined retrieval charges or penalties.\r\n\r\nWith term SaaS subscription software model, payment terms are flexible, including monthly, quarterly, yearly or an agreed-to schedule or invoicing and payment terms. Again, how the customer pays and the frequency do not define the nature of the subscription in such types of agreements. Furthermore, Freemium is often described as a model. Freemium as actually a sales and marketing strategy that can only be employed in either the monthly or term subscription models.\r\n<ul>\r\n <li>\r\n<h3><strong>Monthly SaaS Subscription Model</strong></h3>\r\n</li>\r\n</ul>\r\nIn the Monthly <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> model, the customer is charged and pays each month, frequently through the option of credit card i.e. automatic e-payments. While there is typically an electronic license agreement, there is no term involved or the term is simply a month. Typically, the customer can cancel at any time without the penalty or fee hassle. While at times, some monthly subscription businesses do offer quarterly and annual payments.\r\n\r\nThe frequency, payment modules and payment terms in themselves do not change the nature of the customer and vendor obligations if the model is a true monthly subscription. Under a monthly subscription model, an annual prepayment would typically be refunded if the customer cancels prior to the end of the period for which he paid prior/prepaid. Monthly subscription models may include fixed or variable fees, or both as a combination.','SaaS Subscription Software: How to Make the Right Choices','','publish','open','open','','saas-subscription-software-how-to-make-the-right-choices','','','2019-12-09 11:01:21','2019-12-09 11:01:21','',0,'https://staging.subscriptionflow.com/?p=2128',0,'post','',0),(2129,1,'2019-12-09 10:50:00','2019-12-09 10:50:00','','SaaS choice','','inherit','open','closed','','saas-choice','','','2019-12-09 10:50:21','2019-12-09 10:50:21','',2128,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-choice.jpg',0,'attachment','image/jpeg',0),(2130,1,'2019-12-09 10:50:48','2019-12-09 10:50:48','','SaaS how to make right choice','','inherit','open','closed','','saas-how-to-make-right-choice','','','2019-12-09 10:50:55','2019-12-09 10:50:55','',2128,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg',0,'attachment','image/jpeg',0),(2134,1,'2019-12-12 10:17:33','2019-12-12 10:17:33','Business models are evolving constantly in accordance with the emerging needs of the users and the developing technology. The new buzz in town is the acceptance of SaaS subscription software in business setups. If we look past there was on-premise software that was being used by most of the business industries. As time passed by, the software industry has also developed more powerful and robust tools to help businesses perform their day to day tasks and procedures with fewer aggravations.\r\n\r\nSaaS stands for software as a service. With all the technological advancements in the twenty-first century. SaaS is one of the paradigm shifts that the software industry has shifted towards. It’s not just the software industry and we can see its implications everywhere, almost every industry has adopted and implemented SaaS in simplifying their business process and tasks. Software as a Service (SaaS) platform can also be considered as a way of delivering applications over the Internet through a subscription fee model rather than through traditional on-premises, licensed software models which were an approach of the past, Software-as-a-service is accessed through the Internet, eliminating complex computing infrastructure provisioning and maintenance tasks for businesses.\r\n\r\nWith every new development in <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS</a> subscription software, human dependency is getting minimalized. The less human intervention the efficient the processes. Similarly, if there is no human interruption while performing regular tasks there would be less likely to experience human errors as well. Let us now shift our attention towards the public sector where SaaS subscription software is not getting highly praised and adopted as of yet.\r\n<h2><strong>Public sector and their shift towards SaaS subscription software</strong></h2>\r\nSaaS has established itself as a viable business model with CRM on-demand, but larger companies cannot rest on their glories. Considering the adoption level for SaaS subscription software by private companies, we can fathom its beneficial points. However, the public sector is lagging behind in terms of implementing SaaS subscription software. Allow us to pen down ten worthy reasons for the public sector to switch its interest towards SaaS subscription software. Because why not?\r\n<ol>\r\n <li>\r\n<h3><strong>Affordable </strong></h3>\r\n</li>\r\n</ol>\r\nThe most prominent reason behind the inclination towards the SaaS subscription software is being cost-efficient. It will help public sector businesses to cut their operational and maintenance costs. With SaaS subscription software, the IT maintenance issues can no longer become the problem for the business who purchases the software. Many a business has had spent a ton of money trying to fix bugs and issues with their systems, but SaaS takes all of those issues away as the provider of the software handles all of that on behalf of the client. Issues such as scaling, performance, uptime, general maintenance, and disaster recovery are all handled by the provider, meaning that the business no longer needs to spend money ensuring that they have all of their bases covered with the software.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Time-efficient </strong></h3>\r\n</li>\r\n</ol>\r\nAs the cloud solution deployment time is nothing as compared to on-premise systems. No hardware cost means you do not have to waste additional time procuring and installing IT infrastructure and VPN access across multiple systems within your organization. You can add more users as your business grows without ever thinking about improving the hardware side. Cloud-based systems are assembled efficiently to provide maximum network performance and are also adaptive to business needs unlike on-premise software applications, where speed and performance rely on the in-house servers.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2136\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-public-sector.jpg\" alt=\"SaaS for public sector\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Flexible</strong></h3>\r\n</li>\r\n</ol>\r\nThe SaaS subscription software is extremely scalable in terms of updates or up-gradation. Whenever there is a new update in the SaaS platform, the vendor or the supplier take abrupt action and implement it right away for its business clients.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Easily Accessible</strong></h3>\r\n</li>\r\n</ol>\r\nOne of the most important features of SaaS subscription software is its easy accessibility from any part of the world at any time. As the SaaS platform works through a centralized location. It becomes easily accessible for the business organizations to access to all the important information against a few clicks.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Stress-free Customization </strong></h3>\r\n</li>\r\n</ol>\r\nSaaS subscription software helps businesses to easily customize applications as per their business needs and requirements without letting the main infrastructure getting effected. Another plus point is all the upgrades in SaaS subscription software are catered by the provider, businesses neither have to worry about their application customization nor about their regular updates.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Cloud Architecture</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS is a cloud computing environment, the question of ownership of data is one that many companies – and vendors for that matter, have struggled with. Data and encryption keys reside within your third-party provider, so if the unexpected happens and there is downtime, you might be unable to access that data. All in all SaaS subscription software provides a multitenant architecture where more than one business is utilizing the services which are maintained centrally. SaaS helps businesses to stay abreast of all the developmental and infrastructural transformations while keeping cost-containment.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Dealer Liability</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS vendors are financially dependent to ensure SaaS ongoing success. Their whole business is relied on the model of recurring revenue and for that they are liable to provide satisfactory services to the clients.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Easy to Deploy</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS runs on a cloud environment so it’s pretty much easy to deploy it for business clients, unlike on-premise software where you have to deploy whole of the hardware for making it run with your processes.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Minimal Data Loss</strong></h3>\r\n</li>\r\n</ol>\r\nWith SaaS subscription software, businesses do not have to go through much risk of losing their data. As there is a real-time back-up. In the worst-case scenario, the likelihood of losing the entire data under the SaaS platform is very less.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Trial is Available</strong></h3>\r\n</li>\r\n</ol>\r\nBusinesses usually make large up-front investments some times without even testing the software which is indeed a risky move for such a large expense. Most SaaS applications help businesses to first undergo a trial of the application and then make the further move.','Public Sector: The 10 Good Reasons to Switch to SaaS','','publish','open','open','','public-sector-the-10-good-reasons-to-switch-to-saas','','','2019-12-12 10:19:37','2019-12-12 10:19:37','',0,'https://staging.subscriptionflow.com/?p=2134',0,'post','',0),(2135,1,'2019-12-12 10:10:09','2019-12-12 10:10:09','','SaaS for Public Sectors','','inherit','open','closed','','saas-for-public-sectors','','','2019-12-12 10:10:14','2019-12-12 10:10:14','',2134,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-Public-Sectors.jpg',0,'attachment','image/jpeg',0),(2136,1,'2019-12-12 10:11:03','2019-12-12 10:11:03','','SaaS for public sector','','inherit','open','closed','','saas-for-public-sector','','','2019-12-12 10:19:28','2019-12-12 10:19:28','',2134,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-public-sector.jpg',0,'attachment','image/jpeg',0),(2148,1,'2019-12-16 12:11:25','2019-12-16 12:11:25','The digitization of invoices has helped small businesses to perform error-free invoicing within their business through invoicing software for small businesses. Although there are different reasons why e-invoicing is better contrasted with messaging PDFs or the customary paper invoices. While e-invoicing may have a few restrictions just like every other tech side. Though invoicing experience gets a lot better and streamlined with invoicing software for small businesses. The e-invoice is carried through an e-invoicing administrator. The administrator can be contrasted with the postal framework when sending paper-based invoices. Be that as it may, on the off chance that you are utilizing invoicing software for small businesses then you don\'t have to open the administrator\'s product independently. Every e-receipt beneficiary likewise has its own e-invoicing address. That’s what an invoicing software can bring to the table when it comes to dealing with invoices.\r\n\r\nAn electronic invoice or an e-invoice is frequently mistaken with sending a PDF version or a paper-based invoice. For an advanced receipt. Both can be electronically handled from creation to payment, in any case, there is a major difference between these two. An e-invoice is made in the vendor\'s or the seller’s invoicing framework, online bank or on the other hand in an electronic structure. From that point, the e-invoice document can be either downloaded or sent straightforwardly to the purchaser\'s product. All of this is mechanized in <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">invoicing software for small businesses</a> so that they can perform their tasks seamlessly. We have recorded some of the most convincing reasons why you ought to switch e-invoicing at the present time. On the whole, here is a speedy perused on what recognizes an e-invoice from other invoices.\r\n<ol>\r\n <li>\r\n<h3><strong>Better Cash-flow Management </strong></h3>\r\n</li>\r\n</ol>\r\nAs paper or email-based invoices take much longer to become visible in the respective systems, small businesses might lack the necessary data to make quick and efficient decisions for the business. By processing invoices electronically through invoicing software for small businesses, all upcoming payments become immediately visible. This allows small business owners to make more accurate and comprehensive forecasts so that they can avoid the last-minute need to borrow funds.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Work within a Dedicated Single System</strong></h3>\r\n</li>\r\n</ol>\r\nE-invoice software like SubscriptionFlow helps to generate simple and easy to use invoices. SubscriptionFlow allows you to create, send and log endorsed quotations within a single system. This gives businesses an added level of visibility and subsequently, they are able to organize better. It is also possible to personalize the invoices with your own email or attach any further proposal with the quotation.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-2151 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg\" alt=\"E-invoicing software for small businesses\" width=\"1688\" height=\"1126\" /></p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Automate and Streamline Your Quotation Procedure</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow easy to use invoices also standardizes your quotation process by importing your product directory and customer database. Additionally, businesses will receive automated quotation acceptance or rejection updates, and these will be accompanied by reasons. Inefficiency is eradicated, and small businesses become more productive as rejected invoices can be amended almost immediately. The invoicing software for small businesses also generates sales performance reports to help businesses fine-tune their sales strategies.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Full Transparency</strong></h3>\r\n</li>\r\n</ol>\r\nWith e-invoicing getting implemented in a small business through invoicing software for small businesses. Transparency can be observed in every in invoice processing. How? Automated processing of incoming invoices with workflow-based approval processes ensures complete transparency and faster booking of invoices.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Track Invoices Against a Click</strong></h3>\r\n</li>\r\n</ol>\r\nNow with invoicing software for small businesses you can easily manage and track all your invoices under one dashboard. You can see when an invoice has been sent, viewed, and paid while using invoicing software for small businesses. As a result of this software, you will know for sure that the invoice is sent and received. Depending on the service provider, you can also be notified when exactly the invoice has been viewed by the customer.\r\n\r\nWith that being said, SubscriptionFlow present itself as an invoicing software for small businesses. If you are someone who finds invoicing process a bit taxing then SubscriptionFlow is a correct stop by for. We have a dedicated team available to address all your queries. Get connected with us today. And we would be happy to assist you out.','E-invoicing Benefits for Small Businesses','','publish','open','open','','e-invoicing-benefits-for-small-businesses','','','2019-12-16 12:11:25','2019-12-16 12:11:25','',0,'https://staging.subscriptionflow.com/?p=2148',0,'post','',0),(2149,1,'2019-12-16 12:05:59','2019-12-16 12:05:59','','invoicing software for small businesses','','inherit','open','closed','','invoicing-software-for-small-businesses','','','2019-12-16 12:06:19','2019-12-16 12:06:19','',2148,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/invoicing-software-for-small-businesses.jpg',0,'attachment','image/jpeg',0),(2150,1,'2019-12-16 12:07:03','2019-12-16 12:07:03','','87_ficheroEurobits Foto acuerdo Borrox.desktop','','inherit','open','closed','','87_ficheroeurobits-foto-acuerdo-borrox-desktop','','','2019-12-16 12:07:19','2019-12-16 12:07:19','',2148,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/87_ficheroEurobits-Foto-acuerdo-Borrox.desktop.jpg',0,'attachment','image/jpeg',0),(2151,1,'2019-12-16 12:08:06','2019-12-16 12:08:06','','E-invoicing software for small businesses','','inherit','open','closed','','e-invoicing-software-for-small-businesses','','','2019-12-16 12:08:12','2019-12-16 12:08:12','',2148,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg',0,'attachment','image/jpeg',0),(2153,1,'2019-12-18 13:51:17','2019-12-18 13:51:17','<h2><strong>Why Tax Management is Important?</strong></h2>\r\nAs an owner, it\'s difficult for you to be a specialist in all issues - Finance, Human Resources, Marketing, Accounting, Sales, Shipping, and Procurement – and that is the reason you contract the best ability to staff those jobs. Be that as it may, a significant number of those unique capacities make them thing in like manner: They have some type of tax component to them.\r\n\r\nBusiness assessments can some of the time be a hindrance to the development and gainfulness of your business. Nonetheless, whenever arranged accurately, the assessment codes offer various legitimate open doors that entrepreneurs can use to further their potential benefits. Without a canny tax assessment, you could truly be losing a large number of dollars a year in unclaimed discounts, benefits, charge-backs, and findings.\r\n\r\nFor now, we need to recognize the way that the sales tax and compliance arena field is full of difficulties for organizations considered all sizes and types.\r\n<h3><strong>Tax management: How to Improve?</strong></h3>\r\nImplementing the tax regulations will help business to improve their tax legislations and to help them stay abreast of the tax breaches effectively yet on a prior basis. Sales taxes decisions choices sway your business every day with lawful risk prerequisites and these all influence your business on a more extensive scale by their impact on key basic leadership. The impacts of sales and <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a> and compliance are not restricted to conventional retailers either. A wide range of business organizations must know about the cases of use tax, and the challenges presented by calculation, collection, and remittance of sales and use taxes and documenting tax-exempt sales. But before implementing tax rules, businesses must be aware they lie within the legislation of that particular niche.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2155\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png\" alt=\"Tax Decision\" width=\"1000\" height=\"559\" /></p>\r\nRegardless of whether it\'s Income Tax, Employment Taxes, Estimated Taxes, Self-Employment Tax, Excise Tax, Provincial Sales Taxes or Goods and Services Taxes – the administrative condition for every one of them is unreasonably mind-boggling for any single individual to ace and explore. Thus, with regards to evaluating and arranging your business charges, you need an accomplished group of Tax Planning experts to direct you.\r\n\r\nHaving said that when you embark on a subscription business, you will have customers paying you at different time intervals. There will also be instances when money will not be flowing freely. Credit cards get expired or cancelled for the most random reasons. Credit cards can also get misplaced or exceed their spending limits. Under such scenarios organized compliance management will help you stay away from payment chaos and consequences.','How Do Tax Decisions Impact Business Strategy?','','publish','open','open','','how-do-tax-decisions-impact-business-strategy','','','2019-12-18 13:51:17','2019-12-18 13:51:17','',0,'https://staging.subscriptionflow.com/?p=2153',0,'post','',0),(2154,1,'2019-12-18 13:46:31','2019-12-18 13:46:31','','Tax planning','','inherit','open','closed','','tax-planning','','','2019-12-18 13:46:43','2019-12-18 13:46:43','',2153,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/Tax-planning.jpg',0,'attachment','image/jpeg',0),(2155,1,'2019-12-18 13:47:04','2019-12-18 13:47:04','','5dfa2cfe5fd9a','','inherit','open','closed','','5dfa2cfe5fd9a','','','2019-12-18 13:47:16','2019-12-18 13:47:16','',2153,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png',0,'attachment','image/png',0),(2157,1,'2019-12-19 10:06:19','2019-12-19 10:06:19','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\"][vc_single_image image=\"2162\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"bounceInDown\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"Power the realm of subscriptions with AI-fueled subscriptions\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"left-to-right\" el_class=\"header-top-description\"]Deploy the right AI technology for you subscription business to gain endless productivity.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VSZXF1ZXN0JTIwYSUyMGRlbW8lM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFR2V0JTIwU3RhcnRlZCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SubscriptionFlow offers the Ultimate Subscription Software for Businesses\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1551870665572{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]\r\n<p style=\"text-align: left;\">Need a new subscription plan for your business? We can help in automating the manual processes and provide various services to serve your business with an efficient billing system.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-3 padL100 padR100 padT5vh xs-padding-bottom0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"We Help in Boosting Your Subscription Billing Business and Maximizing the Revenue\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\"][vc_column_text el_class=\"p16\"]\r\n<p style=\"text-align: left;\">We take the Subscription Management System to a whole new level. From launching, experimenting to personalization, our experts can ensure meeting all the business requirements. Our software is designed to increase the efficiency of the business and achieve high returns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/billing\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0 section-padding\" css=\".vc_custom_1558597430999{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">SubscriptionFlow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home 2','','draft','closed','closed','','home-2','','','2019-12-23 13:03:47','2019-12-23 13:03:47','',0,'https://staging.subscriptionflow.com/?page_id=2157',0,'page','',0),(2162,1,'2019-12-19 10:12:37','2019-12-19 10:12:37','','image_2019_12_18T12_10_56_461Z','','inherit','open','closed','','image_2019_12_18t12_10_56_461z','','','2019-12-19 10:12:46','2019-12-19 10:12:46','',2157,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z.jpg',0,'attachment','image/jpeg',0),(2176,1,'2019-12-19 14:49:39','2019-12-19 14:49:39','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-with-subscriptionflow%2F|title:Subscription%20Management%20with%20SubscriptionFlow||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly.\r\n\r\nSaaS, e-learning, fitness, personal development, services, finance, or any business you are, revive the innovation game with a thoroughly personalized one-stop-shop to manage all subscription business processes. Our AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software%2F|title:Subscription%20Management%20Software||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2021-11-12 14:25:51','2021-11-12 14:25:51','',0,'https://staging.subscriptionflow.com/?page_id=2176',0,'page','',0),(2179,1,'2019-12-20 06:26:28','2019-12-20 06:26:28','Subscriptionflow','image_2019_12_18T12_10_56_461Z (1)','','inherit','open','closed','','image_2019_12_18t12_10_56_461z-1','','','2019-12-20 06:26:38','2019-12-20 06:26:38','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg',0,'attachment','image/jpeg',0),(2205,1,'2019-12-20 13:48:19','2019-12-20 13:48:19','Efficiency is the way to maintain a business effectively and to support its prosperity. That is the reason the organizations search for various approaches to expand their efficiency. One of the best and known methods for expanding the profitability of an association is by utilizing online billing software. More and more business owners are turning to online billing software tools to help manage their cash flow. Whether or not you’re a new bee in subscription business or you run multiple companies, an invoicing tool can be an invaluable asset to your business.\r\n\r\nAs a business owner, you know the significance of consistent revenue. The hard truth is that solitary small businesses will survive past the first five years. And the number one reason for failure is not having a steady cash flow?\r\n<h2><strong>Income Issues</strong></h2>\r\nSo how might you be certain that your organization will be among the 40% who persist? What would you be able to do to help your business persist? However, flourish?\r\n\r\nIncreasingly more businesses are going to shifting their interests towards billing software to help deal with their billing and revenue issues. Regardless of whether you\'re a low maintenance specialist or you run numerous organizations, and the invoicing device can be an important resource for your business.\r\n<h3><strong>Limits Human Errors </strong></h3>\r\nBilling includes a few stages and the human minds will, in general, make a larger number of blunders than computer systems. It might likewise prompt postponements in the billing procedure because of blunders and this can hurt your association with the clients. These blunders and debates can cost you a great deal of cash.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2206\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg\" alt=\"billing software an asset\" width=\"1200\" height=\"800\" /></p>\r\nBe that as it may, convincing billing software can be utilized to make fitting billing receipts by aggregating every one of the information. Since, neither the workers nor the business visionaries are not associated with the invoicing procedure, this lessens the odds of human mistakes. Billing software will set aside your business\' cash and business time. The set-aside time and cash can be utilized for a better generation.\r\n<h3><strong>Brand\'s Identity Is Established </strong></h3>\r\nBilling software can help you in setting up your business image. Logos, shading plans and text styles can be added to the solicitations as indicated by your business. As the brand picks up some popularity, your business will have an ascent in deals just as clients and increment the odds of getting paid on schedule.\r\n\r\nIt was discovered that including your logo will expand the installments by multiple times. You can add redid messages and messages to the clients and can sell new items and administrations. In this way, billing software upgrades your business’s mindfulness. Your business goals and ability are exhibited by your image\'s personality.\r\n<h3><strong>Gain Professional Skill </strong></h3>\r\nDealing with your billing receipts through <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">online billing software</a> gives your business an increasingly expert and present-day look. This will leave a positive effect on customers and clients. It will likewise leave a decent impression of your business in the representative\'s brain, so they are propelled further as they feel being a piece of a true business organization.','Billing Software: How to make it an Asset for your Business?','','publish','open','open','','billing-software-how-to-make-it-an-asset-for-your-business','','','2019-12-20 13:48:19','2019-12-20 13:48:19','',0,'https://staging.subscriptionflow.com/?p=2205',0,'post','',0),(2206,1,'2019-12-20 13:34:37','2019-12-20 13:34:37','','billing software an asset','','inherit','open','closed','','billing-software-an-asset','','','2019-12-20 13:34:44','2019-12-20 13:34:44','',2205,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg',0,'attachment','image/jpeg',0),(2207,1,'2019-12-20 13:42:32','2019-12-20 13:42:32','','billing software an asset for business','','inherit','open','closed','','billing-software-an-asset-for-business','','','2019-12-20 13:42:38','2019-12-20 13:42:38','',2205,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset-for-business.jpg',0,'attachment','image/jpeg',0),(2213,1,'2019-12-24 13:26:12','2019-12-24 13:26:12','To shift towards SaaS billing or no longer to SaaS billing is only at the business end. It’s fast becoming considered one of the most important questions facing companies these days. Especially more and more companies are reevaluating whether or not to buy an on-premise software program or adopt the SaaS (Software-as-a-Service). According to research conducted by Gartner, SaaS will far overtake market growth through 2015. This is, in particular, true for the organizations that provide customers with different services, wherein flexibility and innovation are essential. While on the other hand, global revenue stats are a major consideration in making the decision towards opting for SaaS billing or not. There are several other tangible and intangible factors companies need to don\'t forget when embarking on a software purchase decision.\r\n\r\nCompanies who are utilizing a billing solution that only supports a month billing model will not be a long term success as it fails to cater to usage-driven and consumption-based billing. That is where SaaS billing can help. It can effectively track the constant changes to subscription and the final amount charged on each invoice regardless of location. This way companies get a better understanding of consumption patterns and how to stay on top. We would now be discussing some of the key takeaways reasons why businesses should move to the cloud and consider transiting to SaaS billing.\r\n<h2><strong>Precise Billing </strong></h2>\r\nTo ensure accurate billing, a system needs to be in a place that can bill customers on a repeated basis and respond promptly if the payment does not go through due to prorated billing i.e. upgrades, downgrades or credit cards expiration. SaaS billing software can notify you when a customer’s credit card is about to expire so you can take immediate action. This will further ensure that subscription renewals are timely for your customers and revenue leakage doesn’t occur for your business.\r\n<h3><strong>Manage the Employees</strong></h3>\r\nCloud computing has also had a wonderful impact on the way human beings truly work. A better verbal exchange goes with the flow has made hundreds of enterprise methods and capabilities greater obvious and simple. Everything from training and gaining knowledge of project management and recruiting has taken an entirely new shape. It’s instant, social and non-stop. The clients are better dealt with SaaS billing making its roots in business organizations associated with subscription billing purposes.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2215\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-billing.jpg\" alt=\"SaaS billing\" width=\"1200\" height=\"800\" /></p>\r\nOn top of that, the focus is not at the enterprise or a senior control group but on the employees. Since the body of workers in the middle strength and the constructing blocks of the whole device, groups could be specializing in finding the most efficient manner to control and interact with their workforce through the SaaS billing module as it’s all accessible and centralized through the cloud.\r\n<h3><strong>Align the Organization</strong></h3>\r\nThe most essential challenges have been to help nurture a workforce willing to embrace the transformation and to work and assume otherwise while preserving the working subculture. While executing SaaS billing metrics in an organization, it would not only help you achieve your goals publicly but also assist you to make every department in sync with the other while giving real-time output.\r\n<h3><strong>Stay Abreast of the Tax Regulations</strong></h3>\r\nThere are different policies and taxation rules which apply to different business models. When you have to alter a subscriber’s billing amount, timely action will be required, failing to do so can incur substantial losses. Ideally saying the SaaS billing software has the potential to keep a check of the varying changes occurring in the tax rules and regulation with compliance boundaries. It offers a real-time tax calculation feature that is able to streamline the taxation process, eliminate problems for the end customers and ensures that the business remains fully tax compliant while managing overall subscriptions.\r\n<h3><strong>Real-time Response with SaaS Billing</strong></h3>\r\nSaaS billing allows customers to get their hands on billing invoices in real-time without any noticeable delay. The SaaS platform is a key driving force in customer satisfaction and renewals. To meet these expectancies the SaaS platform is aligned to the fine practices for its customers and the best part is the features evolved over time.','SaaS Billing: The Digital Transition of Businesses to the Cloud','','publish','open','open','','saas-billing-the-digital-transition-of-businesses-to-the-cloud','','','2019-12-24 13:26:12','2019-12-24 13:26:12','',0,'https://staging.subscriptionflow.com/?p=2213',0,'post','',0),(2214,1,'2019-12-24 13:24:10','2019-12-24 13:24:10','','SaaS Billing a door to innovation','','inherit','open','closed','','saas-billing-a-door-to-innovation','','','2019-12-24 13:24:16','2019-12-24 13:24:16','',2213,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-Billing-a-door-to-innovation.jpg',0,'attachment','image/jpeg',0),(2215,1,'2019-12-24 13:25:40','2019-12-24 13:25:40','','SaaS billing','','inherit','open','closed','','saas-billing','','','2019-12-24 13:25:46','2019-12-24 13:25:46','',2213,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-billing.jpg',0,'attachment','image/jpeg',0),(2218,1,'2019-12-26 10:11:07','2019-12-26 10:11:07','','AI for business','','inherit','open','closed','','ai-for-business','','','2019-12-26 10:11:14','2019-12-26 10:11:14','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-business.jpg',0,'attachment','image/jpeg',0),(2219,1,'2019-12-26 10:24:39','2019-12-26 10:24:39','Artificial Intelligence has become the most substantial innovation nowadays. It is affecting each industry for all intents and purposes, and it\'s changing the manner in which we consider the eventual fate of work. This is the best time to upgrade your AI aptitudes and start embracing the innovation.\r\n\r\nRegardless of whether you are a fledgling and energetic about incredible profession openings, or hoping to execute AI procedures in the activity you are presently working, there is a mess of data accessible out there which you have to process. Despite the fact that you might be an all-day working proficient on AI, the float of revelations and new stories can be overstating. Be that as it may, it\'s significant that in spite of the way you are going into the universe of AI.\r\n\r\nIn today’s digital arena, AI is being used by different entities for different purposes such as healthcare, finance, construction, automobiles and many more. The days when we could steer AI as simply one more passing pattern are route past us and AI is redesigning pretty much every industry. By deploying the right AI technology, your subscription business may gain an ability to:\r\n\r\n[su_list icon=\"icon: check\"]\r\n<ul>\r\n <li>Save time and money by automating and optimizing routine processes and tasks.</li>\r\n <li>Increase productivity and operational efficiencies.</li>\r\n <li>Make faster business decisions based on outputs from cognitive technologies.</li>\r\n <li>Avoid mistakes and \'human error\', provided that AI systems are set up properly.</li>\r\n <li>Use insight to predict customer preferences and offer them better, personalized experience.</li>\r\n <li>Mine vast amounts of data to generate quality leads and grow your customer base.</li>\r\n <li>Increase revenue by identifying and maximizing sales opportunities.</li>\r\n <li>Grow expertise by enabling analysis and offering intelligent advice and support.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nWithout a doubt. Artificial intelligence can give tremendous breakthroughs in the analysis of vast datasets for businesses. The subscription model expects businesses to continually excel, take charge and get hold of their clients, just as venture into new markets happen every second day, which can all be upgraded by AI. Now let us talk about how AI can bring revolution in the subscription industry.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2233\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg\" alt=\"AI for subscription\" width=\"1200\" height=\"800\" /></p>\r\nFinding and acquiring new clients is regularly the top need for developing business. Extending the client base is fundamental for subscription-based organizations that need to flourish in the present help economy. While most ventures utilize customary statistical surveying and examination to figure out which possibilities have the best affinity to purchase, not very many have started to use AI innovations to recognize potential objective clients. By investigating verifiable deals information, AI can perceive beforehand undetected purchasing behaviors to figure out which possibilities are well on the way to purchase administrations and guide merchants in like manner.\r\n<h3><strong>Augmenting Subscription Renewal Rates with AI</strong></h3>\r\nKeeping up high renewal rates of subscription services is a basic to developing RMR after some time. Utilizing AI, organizations can proactively advise merchants and start the renewal management process solely based on clients\' renewal records. Past notices and starting the renewal process, AI can likewise give merchants or sellers opportune following stages that guarantee best practices are utilized all through the renewal procedure. Subscription plans of action can mean a progressively unique association with your client, since they may update/include clients/swap benefits after some time, a depiction of what they are utilizing in year three of the agreement appears to be unique than year one. So don\'t propose a renewal dependent on year one. Influence AI to think and analyze about the present condition of the client and contrast them with as of late on-boarded clients to propose a more market-current renewal setup. Consider utilizing AI to discover designs in client renewal information to expand administration reestablishments by your present-day clients.\r\n<h3><strong>Utilizing AI to Cross-Sell and Up-Sell</strong></h3>\r\nArtificial intelligence can likewise help distinguish chances to strategically pitch and up-sell membership administrations to your current client base. For instance, clients with an information plan attached to their cell phone administration frequently have breaking points to the measure of information they can get to every month. With AI, client support delegates can be provoked to control clients to information plans with higher information limits or boundless information designs that set aside clients\' cash over the long haul by keeping away from exorbitant overage charges.','What Artificial Intelligence Can Bring in for the Subscription Industry?','','publish','open','open','','what-artificial-intelligence-can-bring-in-for-the-subscription-industry','','','2020-01-15 13:32:56','2020-01-15 13:32:56','',0,'https://staging.subscriptionflow.com/?p=2219',0,'post','',0),(2221,1,'2019-12-26 10:22:45','2019-12-26 10:22:45','','5e045fbea427f','','inherit','open','closed','','5e045fbea427f','','','2019-12-26 10:23:08','2019-12-26 10:23:08','',2219,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5e045fbea427f.png',0,'attachment','image/png',0),(2226,1,'2019-12-30 13:20:21','2019-12-30 13:20:21','Artificial Intelligence (AI) has arisen as one of the groundbreaking fields for the business sector these days. No matter which practice are you dealing with. Artificial Intelligence is helping businesses in the decision making process through their operations better than ever before and helping them achieve unparalleled precision. We have gathered the following key steps which can help any practice to make the most of Artificial Intelligence.\r\n<h2><strong>Step 1: Concentrate on Improving Customer Experience</strong></h2>\r\nWhile there are many unique methods to interact inside the AI environment today, one of the simplest and maximum valuable options is to spend money on customer services while improving the customer\'s experience at the same time. Enhancing your cloud data with the help of Artificial Intelligence will assist you to collect essential data from that very particular customer industry and then help you make selections that could enhance your consumer engagement and customer satisfaction rate.\r\n\r\nNow that businesses have extra ways to hook up with clients than ever earlier, it has critical to apprehend how you can satisfy your target audience through each available channel. Gartner predicts that support centers or contact centers will enforce virtual assistants and chatbots into their channels by means of 2020 which is indeed a clear implementation of <a href=\"https://staging.subscriptionflow.com/2019/12/what-artificial-intelligence-can-bring-in-for-the-subscription-industry/\">Artificial Intelligence</a>. As per a rough estimation, 70-80 % of the customer support is now being managed and tackled with the help of chatbots. And the accuracy achieved through chatbots has surpassed the human level.\r\n<h3><strong>Step 2: Group with some AI Specialist</strong></h3>\r\nIf you need to add AI in your communication processes, then it best makes sense to work with a seller that knows how to make the most of this disruptive technology. Companies like SubscriptionFlow invest an awesome deal of effort and time into discovering how they can add synthetic intelligence or machine intelligence solutions to their subscription products to better empower and inform their customers.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2229\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human-scaled.jpg\" alt=\"AI and human\" width=\"2560\" height=\"1707\" /></p>\r\nWe through this platform suggest ping an AI specialist that can thoroughly guide you through the opportunities which can be available with synthetic intelligence and take into account that you could begin with very small steps. For instance, you don\'t necessarily need to construct your personal chatbot at once. Instead, you can start with automating a few primary duties in your cloud contact data, so that you can unfasten up greater of your specialist’s time. As you analyze more about Artificial Intelligence, you could put into effect extra features to fit your business needs.\r\n<h3><strong>Step 3: Find Industry Companions</strong></h3>\r\nHaving said that, AI is still emerging at different levels. So, AI expertise still remains scarce, but leveraging AI to broaden business insights and processes from the scratch can be a cumbersome adventure for the business industries plus that cannot entice sufficient productivity. In addition, already established AI technologies can be advanced to attain industry know-how and common targets and efficient resources. For gaining these motives, many businesses will take advantage of partnering with AI professionals of the same niche instead of developing AI products on their own.\r\n<h3><strong>Step 4: Gain Unparalleled Intelligence</strong></h3>\r\nAI helps practices or businesses to achieve intelligence through automated self-learning algorithms. The goal is to learn through the available data and maximize the task performance within seconds.\r\n\r\nConcluding all this on the notion that AI is overtaking human capabilities with its disruptive algorithms. And as a result, errors have been minimalized in the best way possible. Moreover, efficiency and output have increased double through machine learning, robots and other AI impressed tools.','4 Steps to Prepare your Practice for Artificial Intelligence','','publish','open','open','','4-steps-to-prepare-your-practice-for-artificial-intelligence','','','2019-12-30 13:20:21','2019-12-30 13:20:21','',0,'https://staging.subscriptionflow.com/?p=2226',0,'post','',0),(2227,1,'2019-12-30 13:13:25','2019-12-30 13:13:25','','human interaction with AI','','inherit','open','closed','','human-interaction-with-ai','','','2019-12-30 13:13:34','2019-12-30 13:13:34','',2226,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/human-interaction-with-AI.jpg',0,'attachment','image/jpeg',0),(2229,1,'2019-12-30 13:15:12','2019-12-30 13:15:12','','AI and human','','inherit','open','closed','','ai-and-human','','','2019-12-30 13:15:36','2019-12-30 13:15:36','',2226,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human.jpg',0,'attachment','image/jpeg',0),(2231,1,'2020-01-02 06:07:56','2020-01-02 06:07:56','','Artificial Intelligence Robots Assistants Illustration','Artificial intelligence interacting socially with human in everyday life cartoon poster with man and robot vector illustration','inherit','open','closed','','artificial-intelligence-robots-assistants-illustration','','','2020-01-02 06:07:56','2020-01-02 06:07:56','',2219,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/23105.jpg',0,'attachment','image/jpeg',0),(2232,1,'2020-01-02 06:09:43','2020-01-02 06:09:43','','AI for subscription management','','inherit','open','closed','','ai-for-subscription-management','','','2020-01-02 06:09:53','2020-01-02 06:09:53','',2219,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-subscription-management.jpg',0,'attachment','image/jpeg',0),(2233,1,'2020-01-02 06:11:08','2020-01-02 06:11:08','','AI for subscription','','inherit','open','closed','','ai-for-susbcription','','','2020-01-02 06:11:23','2020-01-02 06:11:23','',2219,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg',0,'attachment','image/jpeg',0),(2235,1,'2020-01-02 12:38:25','2020-01-02 12:38:25','The increasing adoption of subscription billing software and recurring billing in the retail sector is likely to fuel up the subscription billing market trend in the near future. Numerous retailers are concentrating on using these solutions to automate their billing processes and retain their customers for a long haul. Prominent market players are offering tailored solutions to retailers that help them in increasing their revenue online. The demand for recurring billing solutions is on a constant rise due to the massive e-commerce sales. If we look at the stats of 2017, worldwide e-commerce sales were around 2.30 trillion USD as compared to 1.84 trillion US which was in 2016. With a massive increase in online retailing, the need for solutions to automate bills on a recurring basis is also mounting. The aforementioned factors are expected to drive the growth of the subscription billing or sometimes referred to as a recurring billing market over a projected time frame<strong>.</strong>\r\n<h2><strong>Charge Customers through Subscription Billing</strong></h2>\r\nSubscription billing is a way of charging subscribers or customers against a set time frame. The billing can be performed on a monthly, semi annual or annual basis. Subscription billing helps organizations to make their subscribers feel they are taken care of while executing fast and robust billing operations. Subscription billing helps businesses to automate their billing operations on the cause of a few clicks. Automated billing module will help subscribers to stay notified about every nitty-gritty of their billing history irrespective of the time and location.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2237\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg\" alt=\"recurring billing software\" width=\"1200\" height=\"800\" /></p>\r\nSubscription billing software is a program that gives a billing system to contain into extraordinary sorts of businesses irrespective of how small or large they are. One of the things that customers like about our recurring billing system is they add functionalities constantly so it\'s far considerable that its builders are constantly transferring so that you can make SubscriptionFlow one of the excellent systems in its field. Among the capabilities proposing invoice management, sales tax, charge processing, and many others.\r\n<h3><strong>Global View Point on the Adoption of Recurring Billing Software</strong></h3>\r\nOne of the maximum important questions dealing with organizations in recent times is whether or not to incorporate subscription billing software within their businesses. Especially increasingly organizations are reevaluating whether or no longer to buy an on-premise software program or adopting the recurring billing software. Here we will like to quote research carried out by Gartner, recurring billing will overtake market boom through 2015. This is specially, true for the businesses that provide clients with special services, in which flexibility and innovation are essential. While however worldwide revenue stats are major attention in making the choice in the direction of choosing recurring billing or not. There are several other tangible and intangible factors companies want to don\'t forget whilst embarking on a subscription billing software purchase decision.\r\n\r\nCompanies who are utilizing a billing solution that only helps a monthly billing model will no longer be a long term fulfillment because it fails to cater to utilization-driven and intake-primarily based billing. That is where subscription billing software can assist. It can efficiently track the consistent changes to subscription and the final quantity charged on each invoice regardless of place and time constraint. This way businesses get better information on intake patterns and the way to stay on the pinnacle. Keeping in view all the above-mentioned points, SubscriptionFlow has crafted an exceptional subscription <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing software</a> that will not only help you increase your revenue but decrease billing aggravations. Our software is designed especially for customers that are in search of scalability and perfection at the same time. Join us today for an unimaginably exuberating billing experience.','How Subscription Billing Software can Help you Gain More Revenue?','','publish','open','open','','how-subscription-billing-software-can-help-you-gain-more-revenue','','','2020-01-02 12:38:25','2020-01-02 12:38:25','',0,'https://staging.subscriptionflow.com/?p=2235',0,'post','',0),(2236,1,'2020-01-02 12:35:47','2020-01-02 12:35:47','','subscription billing software','','inherit','open','closed','','subscription-billing-software','','','2020-01-02 12:36:50','2020-01-02 12:36:50','',2235,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software.jpg',0,'attachment','image/jpeg',0),(2237,1,'2020-01-02 12:36:29','2020-01-02 12:36:29','','recurring billing software','','inherit','open','closed','','recurring-billing-software','','','2020-01-02 12:36:35','2020-01-02 12:36:35','',2235,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg',0,'attachment','image/jpeg',0),(2243,1,'2020-01-06 13:43:24','2020-01-06 13:43:24','Currently, billing is one of the highest revenue-generating industries. While we talk about billing we must not forget the idea involved behind developing recurring billing software. The most eminent being the transformation from manual working architecture to incorporating automation for repetitive billing processes.\r\n<h2><strong>Managing Bills just got Enriched</strong></h2>\r\nWe have come across multiple occasions where billing businesses were getting shattered or they were facing massive downfalls in their revenue. On deducting and tracing out the most optimum reason and we were baffled with the stats that the target-specific billing industries were either executing their operations manually or they were using a not so developed software. Which were not only questioning their productivity but also affecting their sales graph directly? Taking it a little further, when businesses do not execute their operations as per their customers’ expectations. The result is far beyond imagination.\r\n\r\nThe subscription economy index provides real-time guidance in this context. There is a visible increase in the subscription economy from the year 2012 to the year 2019. To be precise the revenue grew five times higher in all these years. One pertinent reason for this increase is the new entrants and manufacturers who have directed towards the billing niche. As a result of the new entrants and the global manufacturers the sales cycle has not only improved but also the market has got a vast variety of billing products. Ultimately managerial processes have become efficiently enhanced.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2244\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg\" alt=\"recurring billing software for businesses\" width=\"1200\" height=\"800\" /></p>\r\nEarlier it was plenty of aggravations highlight by businesses when it comes to subscription billing. But now with the indulgence of automaton in subscription billing, the whole billing landscape has flipped. The processes are now executed at a micro-level and provide the output in real-time. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription billing</a> software is also known as recurring billing software because of the algorithmic technicality involved. Subscriptions are usually the services taken by the end customers over a repetitive frame of time.\r\n<h2><strong>Immersion of Recurring Billing Software in the Billing Industry</strong></h2>\r\nThe billing magnates always like to stay ahead of others. This is not just for the billing industry but it holds for other industries as well. Be it comes with an added feature or developing functionality that caters most of the subscriber’s needs. The billing moguls intend to stay at the top no matter how tough the market acts. The divergence of businesses towards the billing industry is amazingly well. And this excites the developers as well to come up with cohesive yet consistently efficient recurring billing software. Which provides a secure and easy way to generate bills and related invoices.\r\n<h3><strong>Recurring Billing Software helps Businesses to stay Industry Focused</strong></h3>\r\nAchieving all the necessary details before undergoing a billing business is crucial. But with the right methodology and apt recurring billing software. The businesses can triumph their business tasks and billing processes in a negligible amount of time while staying industry-focused.\r\n<h3><strong>Where do the Recurring Billing Software providers stand?</strong></h3>\r\nIn the pursuit of finding a seamless recurring billing software, businesses need to ascertain the following facts. Starting from the pricing plan offered by the software provider to the functionalities available for the end-users. From determining the scalability to adjusting subscriber’s sudden requirements. From determining the billing cycle to developing timely reports. From analyzing the stats to handling due subscription bills. From managing the churn rate to retaining the old customer footfall. From providing payment flexibility for the users to online customer support. Recurring billing software needs to provide all the above functionalities as its core features. So that maximum subscribers can be benefited from it.\r\n\r\nHaving said that, SubscriptionFlow is recurring billing software that takes immense pleasure in entertaining its clientage with custom modules. SubscriptionFlow is certainly the only recurring billing software who is facilitating its clients with additional custom functions. Most often, the predefined modules in recurring billing do not constantly meet subscriber’s prerequisites. To address these exceptional business prerequisites, SubscriptionFlow lets you make new custom modules relying upon your business needs. We are the main ones in the commercial market who is encouraging supporters with the inclination of custom modules and functionalities promptly available within the main dashboard. Be it supervising subscription memberships, sorting out payments, taking care of reports functionalities according to the prerequisites. SubscriptionFlow is a definitive answer for all your billing and subscription inconveniences.','Why Billing Magnates Need to Shift towards Recurring Billing Software?','','publish','open','open','','why-billing-magnates-need-to-shift-towards-recurring-billing-software','','','2020-01-15 13:25:47','2020-01-15 13:25:47','',0,'https://staging.subscriptionflow.com/?p=2243',0,'post','',0),(2244,1,'2020-01-06 13:36:55','2020-01-06 13:36:55','','recurring billing software for businesses','','inherit','open','closed','','recurring-billing-software-for-businesses','','','2020-01-06 13:37:02','2020-01-06 13:37:02','',2243,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg',0,'attachment','image/jpeg',0),(2245,1,'2020-01-06 13:37:17','2020-01-06 13:37:17','','Recurring billing software solution','','inherit','open','closed','','recurring-billing-software-solution','','','2020-01-06 13:37:23','2020-01-06 13:37:23','',2243,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-billing-software-solution.jpg',0,'attachment','image/jpeg',0),(2248,1,'2020-01-08 11:24:28','2020-01-08 11:24:28','','SaaS based payroll software','','inherit','open','closed','','saas-based-payroll-software','','','2020-01-08 11:24:37','2020-01-08 11:24:37','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-based-payroll-software.jpg',0,'attachment','image/jpeg',0),(2249,1,'2020-01-08 11:25:22','2020-01-08 11:25:22','','SaaS based payroll system','','inherit','open','closed','','saas-based-payroll-system','','','2020-01-08 11:25:40','2020-01-08 11:25:40','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-based-payroll-system.jpg',0,'attachment','image/jpeg',0),(2251,1,'2020-01-17 07:35:48','0000-00-00 00:00:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Telecom Billing\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579176815252{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h4 style=\"text-align: center;\"><strong>Unleash the power of telecom billing with Subscription Management Software for Telecom Billing. Consult with SubscriptionFlow today to set new dimensions!</strong></h4>\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2443\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How Subscription Management Software for Telecom Billing Works?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579245425155{margin-top: 25px !important;}\"]Telecom is one of the few industries that makes most part of its revenue through subscriptions. So for this industry a telecom billing subscription management software holds high importance. Why? Because without it the whole industry just cannot run its operations smoothly. The need for subscription management software for telecom billing started decades back when the first customer paid for his/her telecom service/subscription. The telecom billing system starts working from the moment you buy a subscription from a telecom retailer. It keeps track of your account type whether it is prepaid or postpaid, the value of the plan, the size of the data you have received, and the number of calls you can make against your subscription plan.\n\nWith that being said, the market provides ample options for telecom billing system software. Many investors have shifted their interest in investing in telecom billing software companies. This way they can reach masses, solve their business problems, and increase their revenue. Let us now observe how subscription management software for telecom billing works?\n\n[su_list icon=\"icon: check-circle-o\" icon_color=\"#f47708\"]\n<ul>\n <li>It collects all the data of the customers and saves it in the cloud server.</li>\n <li>It then further monitors which plan a customer has opted for.</li>\n <li>Accordingly, on every regular interval of subscription renewal, it passes the notifications of plan renewals to the customers.</li>\n <li>It also provides different payment options to the huge customer base for their ease.</li>\n <li>It counters to the various expense management, staff management, client management, AR & AP problems, etc.</li>\n</ul>\n[/su_list]\n\nWith all the aforementioned functionalities, if you are running a telecom business and want to get in touch with one of the best telecom billing systems then get started with SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2445\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Features of Ideal Telecom Billing Subscription Management Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579245487297{margin-top: 25px !important;}\"]\n<h3><strong>Timely Management of Subscriptions</strong></h3>\nTelecom companies have subscribers who pay for services received on a monthly basis. Most of the time, this happens at the end of the month when the business’s account staff have to prepare their bills. The companies cannot manage their subscriptions manually. If they do, they will end up with innumerable human errors or there is a chance that they might skip important details. So a subscription management software for telecom billing is the best solution. It will automate the subscription and billing process. This software will also help telecom companies to manage their huge database of subscriptions in a proactive manner. Let’s take an example of cable services from businesses like Airtel, Vodafone, and so on. Such companies have their own way to deal with subscription issues. But what joins all these companies? It’s the use of the best telecom billing software that helps each one of them to generate invoices automatically.\n<h3><strong>Database Management and Payments</strong></h3>\nA huge concentration of the telecom industry is towards managing the customer payments and customer’s database. Be it offline customers or online there are always huge databases to manage and bills to worry about. While being in a telecom industry one cannot think of managing these records manually because customers have distinguished plans, subscriptions and requirements. So under such circumstances, the best telecom billing software will help businesses to manage their database and payments automatically. The best telecom billing systems provide designated billing and management modules for industries like telecommunication that have metadata to handle.\n<h3><strong>Integration with CRM and ERP</strong></h3>\nBest telecom billing systems come with bespoke invoicing solutions for your specific business requirements. Such systems will also provide you with options to integrate with existing ERP and CRM so you can fetch and manage your telecom data with ease. The software comes with API integration to integrate any third-party tools and eCommerce integrations.\n<h3><strong>Identify the Churn Rate</strong></h3>\nBest telecom billing systems will help you to identify the churn rate for your business. For every business, customers are the main stakeholders so if the churn starts to get increase it means that there is something wrong because of which the customers are leaving your services and you got to address that before it gets too late.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2447\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Subscription Management Software for Telecom Billing offers Adaptability and Scalability\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579245510892{margin-top: 25px !important;}\"]Without the best telecom billing systems your business cannot excel in the market. Owing to subscription management software and its advanced features your business can offer a better telecom experience. A seamless subscription experience earns more customer satisfaction. Having a strong customer base is a good way to upgrade your telecom business. There are two factors that contribute to business growth namely adaptability and scalability.\n\nA business can only flourish if it’s adaptable. Businesses can also make customized billing workflows in order to stay away from billing woes and disputes. Only secure and cloud-based software can maintain an ideal level of scalability. Your software should be able to handle processing huge amounts of invoices as the business grows with time. Usually, companies spend huge costs on upgrading their billing software. However, subscription management software is designed to adapt to emerging technologies, growth, and market trends. SubscriptionFlow provides businesses with a subscription management software for telecom billing that will help them achieve all your business. At SubscriptionFlow, we have can provide these invoicing features that will facilitate in your day to day operations. With SubscriptionFlow all of these features are just a click away.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Take Care of your Janitorial Services','','draft','closed','closed','','','','','2020-01-17 07:35:48','2020-01-17 07:35:48','',0,'https://staging.subscriptionflow.com/?page_id=2251',0,'page','',0),(2256,1,'2020-01-09 07:07:29','2020-01-09 07:07:29','','cleaning services payment handling','','inherit','open','closed','','cleaning-services-payment-handling','','','2020-01-09 07:07:41','2020-01-09 07:07:41','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg',0,'attachment','image/jpeg',0),(2262,1,'2020-01-09 08:09:59','2020-01-09 08:09:59','','SaaS for cleaning','','inherit','open','closed','','saas-for-cleaning','','','2020-01-09 08:10:07','2020-01-09 08:10:07','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning.jpg',0,'attachment','image/jpeg',0),(2264,1,'2020-01-09 08:15:32','2020-01-09 08:15:32','','Accept payments easily','','inherit','open','closed','','accept-payments-easily','','','2020-01-09 08:15:36','2020-01-09 08:15:36','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Accept-payments-easily.jpg',0,'attachment','image/jpeg',0),(2269,1,'2020-01-09 08:34:03','2020-01-09 08:34:03','','SaaS for cleaning','','inherit','open','closed','','saas-for-cleaning-2','','','2020-01-09 08:34:12','2020-01-09 08:34:12','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg',0,'attachment','image/jpeg',0),(2288,1,'2020-01-09 12:06:48','2020-01-09 12:06:48','','ideal recurring billing','','inherit','open','closed','','ideal-recurring-billing','','','2020-01-09 12:07:07','2020-01-09 12:07:07','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ideal-recurring-billing.jpg',0,'attachment','image/jpeg',0),(2290,1,'2020-01-09 12:56:25','2020-01-09 12:56:25','','ecommerce features','','inherit','open','closed','','ecommerce-features','','','2020-01-09 12:56:25','2020-01-09 12:56:25','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-features.jpg',0,'attachment','image/jpeg',0),(2295,1,'2020-01-09 13:05:23','2020-01-09 13:05:23','','ecommerce SaaS software features','','inherit','open','closed','','ecommerce-saas-software-features','','','2020-01-09 13:05:29','2020-01-09 13:05:29','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg',0,'attachment','image/jpeg',0),(2314,1,'2020-01-10 10:21:41','2020-01-10 10:21:41','','subscription software for education','','inherit','open','closed','','subscription-software-for-education','','','2020-01-10 10:35:40','2020-01-10 10:35:40','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-software-for-education.jpg',0,'attachment','image/jpeg',0),(2316,1,'2020-01-10 10:35:02','2020-01-10 10:35:02','','SaaS software for education','','inherit','open','closed','','saas-software-for-education','','','2020-01-10 10:35:08','2020-01-10 10:35:08','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-software-for-education.jpg',0,'attachment','image/jpeg',0),(2320,1,'2020-01-10 10:38:43','2020-01-10 10:38:43','','subscription management software for education features','','inherit','open','closed','','subscription-management-software-for-education-features','','','2020-01-10 10:38:52','2020-01-10 10:38:52','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg',0,'attachment','image/jpeg',0),(2328,1,'2020-01-10 11:41:17','2020-01-10 11:41:17','','gym_management subscription software','','inherit','open','closed','','gym_management-subscription-software','','','2020-01-10 11:41:23','2020-01-10 11:41:23','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/gym_management-subscription-software.jpg',0,'attachment','image/jpeg',0),(2330,1,'2020-01-10 12:16:13','2020-01-10 12:16:13','','subscription billing software for fitness centers','','inherit','open','closed','','subscription-billing-software-for-fitness-centers','','','2020-01-10 12:16:18','2020-01-10 12:16:18','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg',0,'attachment','image/jpeg',0),(2332,1,'2020-01-10 12:58:56','2020-01-10 12:58:56','','Powering up your fitness centres','','inherit','open','closed','','powering-up-your-fitness-centres','','','2020-01-10 12:59:02','2020-01-10 12:59:02','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg',0,'attachment','image/jpeg',0),(2335,1,'2020-01-10 13:36:40','2020-01-10 13:36:40','','24 hour access','','inherit','open','closed','','24-hour-access','','','2020-01-10 13:36:45','2020-01-10 13:36:45','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/24-hour-access.jpg',0,'attachment','image/jpeg',0),(2343,1,'2020-01-13 07:49:19','2020-01-13 07:49:19','','recurring billing 101','','inherit','open','closed','','recurring-billing-101','','','2020-01-13 07:49:29','2020-01-13 07:49:29','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-101.jpg',0,'attachment','image/jpeg',0),(2345,1,'2020-01-13 08:21:11','2020-01-13 08:21:11','','customer service','','inherit','open','closed','','customer-service','','','2020-01-13 08:21:25','2020-01-13 08:21:25','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/customer-service.jpg',0,'attachment','image/jpeg',0),(2347,1,'2020-01-13 09:08:27','2020-01-13 09:08:27','','Top Features of Subscription Management Software for IT Business','','inherit','open','closed','','top-features-of-subscription-management-software-for-it-business','','','2020-01-13 09:08:32','2020-01-13 09:08:32','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg',0,'attachment','image/jpeg',0),(2352,1,'2020-01-13 10:35:01','2020-01-13 10:35:01','','Manage Recurring Payments with Ease','','inherit','open','closed','','manage-recurring-payments-with-ease','','','2020-01-13 10:35:09','2020-01-13 10:35:09','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg',0,'attachment','image/jpeg',0),(2358,1,'2020-01-13 11:25:25','2020-01-13 11:25:25','','Features of SaaS subscription software for real estate','','inherit','open','closed','','features-of-saas-subscription-software-for-real-estate-3','','','2020-01-13 11:25:43','2020-01-13 11:25:43','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg',0,'attachment','image/jpeg',0),(2360,1,'2020-01-13 11:40:55','2020-01-13 11:40:55','','Property Reporting and Analytics','','inherit','open','closed','','property-reporting-and-analytics','','','2020-01-13 11:41:01','2020-01-13 11:41:01','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg',0,'attachment','image/jpeg',0),(2364,1,'2020-01-13 12:12:08','2020-01-13 12:12:08','','Recurring Billing is ideal for Restaurants','','inherit','open','closed','','recurring-billing-is-ideal-for-restaurants','','','2020-01-13 12:12:16','2020-01-13 12:12:16','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants.jpg',0,'attachment','image/jpeg',0),(2366,1,'2020-01-13 12:37:57','2020-01-13 12:37:57','','Why you need the Subscription Management Software','','inherit','open','closed','','why-you-need-the-subscription-management-software','','','2020-01-13 12:38:06','2020-01-13 12:38:06','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(2372,1,'2020-01-13 13:26:16','2020-01-13 13:26:16','','Features of the Subscription Management Software for Food companies','','inherit','open','closed','','features-of-the-subscription-management-software-for-food-companies','','','2020-01-13 13:26:21','2020-01-13 13:26:21','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg',0,'attachment','image/jpeg',0),(2381,1,'2020-01-13 14:23:44','2020-01-13 14:23:44','','Embark on Digital Age of Travel','','inherit','open','closed','','embark-on-digital-age-of-travel','','','2020-01-13 14:23:49','2020-01-13 14:23:49','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg',0,'attachment','image/jpeg',0),(2384,1,'2020-01-14 06:00:40','2020-01-14 06:00:40','','Queries Resolved by subscription management software for Transport Company','','inherit','open','closed','','queries-resolved-by-subscription-management-software-for-transport-company','','','2020-01-14 06:00:45','2020-01-14 06:00:45','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg',0,'attachment','image/jpeg',0),(2386,1,'2020-01-14 06:37:15','2020-01-14 06:37:15','','Features to Look Out for in Subscription management Software for Transport Company','','inherit','open','closed','','features-to-look-out-for-in-subscription-management-software-for-transport-company','','','2020-01-14 06:37:28','2020-01-14 06:37:28','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg',0,'attachment','image/jpeg',0),(2391,1,'2020-01-14 08:46:05','2020-01-14 08:46:05','With increased customer usage it has become an overwhelming challenge for subscription businesses to manage their billing processes without any fault. Under such circumstances, the need for having a fully functional in-house billing software has arisen as a necessity. Apart from handling the bulk of subscriptions in one turn. Another reason behind opting a billing software today is the seamless experience provided by the software in real-time. Such as automating the billing process completely to minimizing the risk of lost billing receipts.\r\n<h2><strong>Why Choose Billing Software Rather Than Excel?</strong></h2>\r\nThere are far too many valid reasons behind switching to billing software from Excel. Foremost being the billing software is a more updated platform when it comes to executing the billing tasks in comparison to Excel. Next in the line is record keeping. It becomes a little difficult to manage and store client’s data in Excel (especially if it’s in bulk amount). In such a situation billing software not only provides you with complete database storage but also keeps on updating it. No doubt Excel has benefitted businesses a lot through its accounting functions. But Excel can only provide limited functionalities. Which is why businesses are turning towards a billing software today.\r\n\r\nWe all know the hassle of selecting an invoice form then entering the data related to the client and save the document in one of the folders on our hard disk. However, when the tasks are running and concentration is waning, due to exhausting workload, it might happen that you can end up storing the invoice in the incorrect folder. As a result, you won’t be able to find it when you need it. For example, you might need to remind a late payer about their debt or collect the invoices for your tax return.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2393\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg\" alt=\"Why choose billing software now\" width=\"1200\" height=\"800\" /></p>\r\nIf you can’t track that in your folders, you would not be able to provide the client with any legal reminder. Moreover, you would not be able to defend that very expense on the tax form. Other than this, saving business invoices on your hard disk is a much risky decision. In case of any hardware failure, there are chances that you may lose track of all of your data that was ever issued or received.\r\n\r\nAn alternative to all these undesired outcomes is using <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing software</a> such as SubscriptionFlow. By doing so you will be able to perform all the actions for every single billing receipt within the same dashboard from any device at any time. Also, you will have a chance to choose from a variety of receipt templates and tracking options, as well as keep your bills safe and synched up in the cloud.\r\n<h3><strong>Why Choose Billing Software Now?</strong></h3>\r\nThere are multiple causes as to why opt billing software. We have penned down some of the most pertinent features that set billing software apart from Excel. Have a look below.\r\n<ol>\r\n <li>Billing software minimizes the risk of losing any billing detail.</li>\r\n <li>You get paid faster with a billing software in hand.</li>\r\n <li>No wastage of time as the billing software will automate the whole process</li>\r\n <li>More productivity</li>\r\n <li>Bills are always up-to-date</li>\r\n</ol>','Why Choose Billing Software Today?','','publish','open','open','','why-choose-billing-software-today','','','2020-01-14 08:46:05','2020-01-14 08:46:05','',0,'https://staging.subscriptionflow.com/?p=2391',0,'post','',0),(2392,1,'2020-01-14 08:42:07','2020-01-14 08:42:07','','why choose billing software today','','inherit','open','closed','','why-choose-billing-software-today','','','2020-01-14 08:42:15','2020-01-14 08:42:15','',2391,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/why-choose-billing-software-today.jpg',0,'attachment','image/jpeg',0),(2393,1,'2020-01-14 08:45:10','2020-01-14 08:45:10','','Why choose billing software now','','inherit','open','closed','','why-choose-billing-software-now','','','2020-01-14 08:45:17','2020-01-14 08:45:17','',2391,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg',0,'attachment','image/jpeg',0),(2395,1,'2020-01-14 11:06:45','2020-01-14 11:06:45','','Subscription management software for salon','','inherit','open','closed','','subscription-management-software-for-salon','','','2020-01-14 11:06:50','2020-01-14 11:06:50','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg',0,'attachment','image/jpeg',0),(2396,1,'2020-01-14 11:19:15','2020-01-14 11:19:15','','Better Customer’s Experience with Subscription Management Software','','inherit','open','closed','','better-customers-experience-with-subscription-management-software','','','2020-01-15 06:34:52','2020-01-15 06:34:52','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(2397,1,'2020-01-14 11:39:14','2020-01-14 11:39:14','','Advanced Features of Billing Software for Salon','','inherit','open','closed','','advanced-features-of-billing-software-for-salon','','','2020-01-15 06:34:13','2020-01-15 06:34:13','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg',0,'attachment','image/jpeg',0),(2405,1,'2020-01-15 10:49:23','2020-01-15 10:49:23','','Manage orders in a hassle-free way','','inherit','open','closed','','manage-orders-in-a-hassle-free-way','','','2020-01-15 10:49:29','2020-01-15 10:49:29','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg',0,'attachment','image/jpeg',0),(2406,1,'2020-01-15 11:34:59','2020-01-15 11:34:59','','Minimize Costs and Maximize your Efficiency','','inherit','open','closed','','minimize-costs-and-maximize-your-efficiency','','','2020-01-15 11:35:04','2020-01-15 11:35:04','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Minimize-Costs-and-Maximize-your-Efficiency.jpg',0,'attachment','image/jpeg',0),(2409,1,'2020-01-15 12:54:06','2020-01-15 12:54:06','','Make Magazine Subscriptions more like Digital SaaS Subscriptions','','inherit','open','closed','','make-magazine-subscriptions-more-like-digital-saas-subscriptions','','','2020-01-15 12:54:13','2020-01-15 12:54:13','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg',0,'attachment','image/jpeg',0),(2413,1,'2020-01-15 13:25:38','2020-01-15 13:25:38','','Recurring billing software solution','','inherit','open','closed','','recurring-billing-software-solution-2','','','2020-01-15 13:25:43','2020-01-15 13:25:43','',2243,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-billing-software-solution-1.jpg',0,'attachment','image/jpeg',0),(2414,1,'2020-01-15 13:32:47','2020-01-15 13:32:47','','AI for subscription management','','inherit','open','closed','','ai-for-subscription-management-2','','','2020-01-15 13:32:47','2020-01-15 13:32:47','',2219,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-subscription-management-1.jpg',0,'attachment','image/jpeg',0),(2415,1,'2020-01-15 13:53:06','2020-01-15 13:53:06','','Why you need the Subscription Management Software','','inherit','open','closed','','why-you-need-the-subscription-management-software-2','','','2020-01-15 13:53:13','2020-01-15 13:53:13','',1751,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg',0,'attachment','image/jpeg',0),(2417,1,'2020-01-15 14:02:26','2020-01-15 14:02:26','','Recurring Billing is ideal for Restaurants','','inherit','open','closed','','recurring-billing-is-ideal-for-restaurants-2','','','2020-01-15 14:02:34','2020-01-15 14:02:34','',1751,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg',0,'attachment','image/jpeg',0),(2419,1,'2020-01-16 06:04:56','2020-01-16 06:04:56','','Reasons why Recurring Billing for Nonprofits is important','','inherit','open','closed','','reasons-why-recurring-billing-for-nonprofits-is-important','','','2020-01-16 06:05:05','2020-01-16 06:05:05','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg',0,'attachment','image/jpeg',0),(2421,1,'2020-01-16 06:41:08','2020-01-16 06:41:08','','Enhance Operations with Better Donor Management','','inherit','open','closed','','enhance-operations-with-better-donor-management','','','2020-01-16 06:41:13','2020-01-16 06:41:13','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Enhance-Operations-with-Better-Donor-Management.jpg',0,'attachment','image/jpeg',0),(2423,1,'2020-01-16 07:19:17','2020-01-16 07:19:17','','Ease of Automatic Payments','','inherit','open','closed','','ease-of-automatic-payments','','','2020-01-16 07:19:23','2020-01-16 07:19:23','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Ease-of-Automatic-Payments.jpg',0,'attachment','image/jpeg',0),(2426,1,'2020-01-16 08:08:16','2020-01-16 08:08:16','','Advantages of Recurring Billing Software for hospitals','','inherit','open','closed','','advantages-of-recurring-billing-software-for-hospitals','','','2020-01-16 08:08:21','2020-01-16 08:08:21','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg',0,'attachment','image/jpeg',0),(2428,1,'2020-01-16 08:29:27','2020-01-16 08:29:27','','Salient features of Subscription Management Software for Hospital Management','','inherit','open','closed','','salient-features-of-subscription-management-software-for-hospital-management','','','2020-01-16 08:29:34','2020-01-16 08:29:34','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg',0,'attachment','image/jpeg',0),(2430,1,'2020-01-16 08:46:25','2020-01-16 08:46:25','','Benefits of subscription management software for hospitals','','inherit','open','closed','','benefits-of-subscription-management-software-for-hospitals','','','2020-01-16 08:46:33','2020-01-16 08:46:33','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg',0,'attachment','image/jpeg',0),(2432,1,'2020-01-29 10:51:10','0000-00-00 00:00:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Hospital Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h4 style=\"text-align: center;\"><strong>Increase productivity in your hospital tasks with Subscription Management Software for Hospital Management. Improve your medical service with SubscriptionFlow.</strong></h4>\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2426\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of Recurring Billing Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579159637158{margin-top: 25px !important;}\"]Subscription management software for hospital management is designed to improve patient information inventory and billing effectively. Given the rise in demand, many large practices and hospitals have already switched to recurring billing software. It is high time you consider doing the same for your independent practice. When it comes to recurring billing software for hospital records, your management might have been hogged by the electronic medical records and data analytics. Recurring billing provides integration of medical data and provides features such as automatic billing and regular updates. This recurring billing software is essential for handling hospital records and patient’s medical history. It also serves as an integral component in the revenue cycle through daily updates on invoices, expenses incurred by the management, and inventory purchases. It helps in gauging the profitability of healthcare providers.\n\nWhat is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seems so outdated. In order to determine which subscription management software is best suited to your practice, SubscriptionFlow has explored important features and the trends related to the recurring billing software for hospitals.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2428\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Salient features of Subscription Management Software for Hospital Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579162192080{margin-top: 25px !important;}\"]\n<h3><strong> Insurance Billing</strong></h3>\nThis type of billing process is arduous and insurance companies are known to alter the criteria for medical purposes. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials. Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.\n<h3><strong>Claims Scrubbing</strong></h3>\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails a level of validation, especially where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing has a significant impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\n<h3><strong>Subscription Analytics and Reporting</strong></h3>\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. Physicians can make use of the billing software to improve the patient experience and overall efficiency of their facility.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2430\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of Subscription Management Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579163485260{margin-top: 25px !important;}\"]Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:\n<h3><strong>Access healthcare data from anywhere</strong></h3>\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\n<h3><strong>Focus on quality care</strong></h3>\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care.\n<h3><strong>Improved patient satisfaction</strong></h3>\nPatient satisfaction is likely to improve with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers work effectively and efficiently.\n\nIt is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the recurring billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. With SubscriptionFlow, you can embark on the road to providing efficient and high-quality medical service.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Hospital Management','','draft','closed','closed','','','','','2020-01-29 10:51:10','2020-01-29 10:51:10','',0,'https://staging.subscriptionflow.com/?page_id=2432',0,'page','',0),(2435,1,'2020-01-16 11:01:07','2020-01-16 11:01:07','','Start working with recurring billing software','','inherit','open','closed','','start-working-with-recurring-billing-software','','','2020-01-16 11:01:16','2020-01-16 11:01:16','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg',0,'attachment','image/jpeg',0),(2437,1,'2020-01-16 11:36:38','2020-01-16 11:36:38','','Achieve an Improved ROI','','inherit','open','closed','','achieve-an-improved-roi','','','2020-01-16 11:36:43','2020-01-16 11:36:43','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg',0,'attachment','image/jpeg',0),(2438,1,'2020-01-16 12:02:06','2020-01-16 12:02:06','','Advantages of using the Subscription Management Software for Insurance Companies','','inherit','open','closed','','advantages-of-using-the-subscription-management-software-for-insurance-companies','','','2020-01-16 12:02:16','2020-01-16 12:02:16','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg',0,'attachment','image/jpeg',0),(2441,1,'2020-01-16 12:07:37','0000-00-00 00:00:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Insurance Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579169164164{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 style=\"text-align: center;\"><strong>Tackle your business-related troubles with the Subscription Management Software for Insurance Companies. Consult with SubscriptionFlow to increase business efficiency.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2435\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Start Working with Recurring Billing Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169376007{margin-top: 25px !important;}\"]With the rising competition in the insurance industry, new technology-based solutions have been adopted immensely. Companies have been upgrading to subscription management software to enhance their business efficiency. Under such circumstances, the best approach is to opt for a suitable subscription management software. Recently more and more companies are taking the lead and shifting their business online. In this sense, insurance companies are no exception. By strengthening their online presence, insurance companies are joining an immense arena where modern-day customers reside. This entails implementing the newest technologies and going digital in order to meet the rising demands and challenges.\r\n\r\nBefore recurring billing for insurance companies, management tasks like handling client cases and account information were done manually. Subsequently, every insurance agent had to deal with an enormous amount of paperwork on a daily basis. Daily calculations and handling client cases can be extremely time-consuming without recurring billing software. Recurring billing is ideal for insurance companies because it is mutually beneficial for both clients and companies. Now your customers do not need to provide their payment details to make a transaction every time. For companies, the use of recurring billing software for insurance companies offers steady cash flow and savings on staff and resources. There are many advantages of using recurring billing such as security, reduction in management costs and increased efficiency. Payment reminders and late fee management allow companies to build a seamless communication flow with their clients. Moreover, companies are likely to experience more customer retention and elevated satisfaction with recurring billing software.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2437\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Achieve an Improved ROI\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579169426587{margin-top: 25px !important;}\"]Taking the assistance of a subscription software will efficiently automate your manual processes. Once the software is integrated into your system, your company does not have to pay for access to any other features or upgrades. It would suffice to say that subscription management software is cost-effective. By implementing subscription management software insurance companies have access to revenue forecasts and accurate financial reports on a timely basis. For insurance companies, it is hard to keep track of on-time payments. Owing to recurring billing software, insurance agents do not have to manage invoices manually. Depending on renewal dates, customer accounts are updated automatically and reminders are sent via email.\r\n\r\nModern subscription management software can replace labor-intensive processes and outdated legacy systems. It can also help an insurance company meet the expectations of a modern customer and deliver a personalized experience with such software. With these advantages, your company will be in a better position to compete in a highly competitive marketplace and to grow your revenue. With this understanding, SubscriptionFlow has prepared these inclusive features to develop subscription management software for companies in the insurance industry. How do these features translate to an improved ROI? Subscription management software will ensure that your business growth is steady through recurring billing. Incoming revenue forecasts and accurate prediction of cash flow also contribute to enhancing your company’s ROI. Moreover, with the elevated customer experience and high conversions, your company is likely to experience steady growth. At SubscriptionFlow we are confident that it will help you build a strong business by improving how your company functions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2438\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of using the Subscription Management Software for Insurance Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579176311688{margin-top: 25px !important;}\"]Having a subscription management software in place can change any insurance business drastically. It opens up new horizons and profitable opportunities. A customer-centric application like subscription software for insurance companies will revamp how your company functions. Following are the advantages of using a suitable subscription management software for your company.\r\n\r\n[su_list icon=\"icon: sign-out\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Streamlined and automated internal processes</li>\r\n <li>Build your company\'s brand with custom features</li>\r\n <li>Increased productivity and better staff performance</li>\r\n <li>Lower risks of invoicing errors</li>\r\n <li>Easy tracking of outstanding payments</li>\r\n <li>Secure database for managing client’s information</li>\r\n <li>Timely payments with automatic notifications</li>\r\n <li>Ease of online payments</li>\r\n <li>Elegant and user-friendly interface</li>\r\n <li>Enhanced customer experience and accessibility</li>\r\n <li>Customized payment packages for clients</li>\r\n <li>Unparalleled customer service with self-service portals</li>\r\n <li>Manage your growing customer base easily</li>\r\n <li>Greater business competitiveness</li>\r\n <li>Access to accurate financial reports and revenue recognition</li>\r\n</ul>\r\n[/su_list]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Insurance Companies','','draft','closed','closed','','','','','2020-01-16 12:07:37','2020-01-16 12:07:37','',0,'https://staging.subscriptionflow.com/?page_id=2441',0,'page','',0),(2443,1,'2020-01-16 13:22:25','2020-01-16 13:22:25','','How Subscription Management Software for Telecom Billing Works','','inherit','open','closed','','how-subscription-management-software-for-telecom-billing-works','','','2020-01-16 13:22:31','2020-01-16 13:22:31','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg',0,'attachment','image/jpeg',0),(2445,1,'2020-01-17 07:10:23','2020-01-17 07:10:23','','Features of Ideal Telecom Billing Subscription Management Software','','inherit','open','closed','','features-of-ideal-telecom-billing-subscription-management-software','','','2020-01-17 07:10:29','2020-01-17 07:10:29','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(2447,1,'2020-01-17 07:35:08','2020-01-17 07:35:08','','Subscription Management Software for Telecom Billing offers Adaptability and Scalability','','inherit','open','closed','','subscription-management-software-for-telecom-billing-offers-adaptability-and-scalability','','','2020-01-17 07:35:13','2020-01-17 07:35:13','',2251,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg',0,'attachment','image/jpeg',0),(2449,1,'2020-01-17 07:57:57','2020-01-17 07:57:57','','Features of Ideal Telecom Billing Subscription Management Software','','inherit','open','closed','','features-of-ideal-telecom-billing-subscription-management-software-2','','','2020-01-17 07:58:03','2020-01-17 07:58:03','',2045,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg',0,'attachment','image/jpeg',0),(2451,1,'2020-01-29 11:26:42','0000-00-00 00:00:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Small Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579253717788{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h4 style=\"text-align: center;\"><strong>Handle your billing, management and subscription operations altogether with this robust and powerful platform. And maximize your growth in no time!</strong></h4>\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2452\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Attain Business Excellence through Automation\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579253766950{margin-top: 25px !important;}\"]Subscription management software for small business provides all the necessary tools to automate daily processes that were earlier being executed manually. Processes like billing and invoicing, subscription handling and management, payment processing and subscription analytics. As small businesses grow into new markets, the risks involved in payment processing, information exchange, and taxation become more actual and it gets increasingly complicated to manage offerings and customer data. We at SubscriptionFlow gives you the control you need over your subscription business while insulating you from non-compliance fines and security breaches, providing stability and predictability as you scale your business.\n<h3><strong>All-in-one platform</strong></h3>\nSubscription billing software for small business will not only provide businesses with the functionalities that are necessary for the sustenance of their sales and billing process but also helps them to meet their customer demands and requirements at one platform. The subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at fixed intervals in order to gain access to a product or service. Subscription billing software is an all-in-one tool that covers almost every domain. From management to subscription and then to billing procedures. It has a lot to offer to its customer base. The software also provides organizations with customized functionalities.\n<h3><strong>Why Subscription management software for small business is appropriate?</strong></h3>\nAs small businesses develop into new markets, the dangers associated with subscription handling data trade and tax assessment become progressively real and it gets progressively confounded to oversee contributions and client’s information. To stay away from all the mentioned hurdles a properly functional subscription management software for small business is a must. SubscriptionFlow is apt for small businesses as we provide cloud-based subscription billing and invoicing experience to businesses, check out, sales tracking, payment processing accompanied with multiple payment gateways and payment methods, recurring billing and a high volume of transactions all the automated tools available at one platform.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2458\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"No More Hassle\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260877436{margin-top: 25px !important;}\"]Many a time, automating the sales process for small businesses can result in a cumbersome task. From pitching clients to closing deals. There is a lot to cover. And sometimes you lost the track. But with recurring billing software for small business powered by SubscriptionFlow you can manage all your sales deals automatically and can access them from anywhere.\n<h3><strong>Features</strong></h3>\n[su_list icon=\"icon: gears\" icon_color=\"#ffffff\"]\n<ul>\n <li>Cloud-based software</li>\n <li>Customer self-service portal</li>\n <li>Billing and Invoicing</li>\n <li>Advanced Invoicing</li>\n <li>Subscription Management</li>\n <li>Trial management</li>\n <li>Customer Data Management</li>\n <li>Payment processing</li>\n <li>Analytics and Reporting</li>\n <li>Usage tracking</li>\n <li>Fraudulent activity prevention</li>\n</ul>\n[/su_list]\n\nHowever, the features stated above must not be considered the final ones but they are definitely some of the important features demanded by most of the businesses and that is why we at SubscriptionFlow made sure that we come up with all those functionalities that are need of the hour for maximum businesses.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2461\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Pros of Selecting Recurring Billing Software for Small Business Powered by SubscriptionFlow\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579260746964{margin-top: 25px !important;}\"]\n<ul>\n <li>\n<h3><strong>Cost-effective</strong></h3>\n</li>\n</ul>\nMost of the subscription software which manages the recurring billing charge a hefty monthly fee and some even ask for an additional percentage charge on every transaction done through. While SubscriptionFlow is much affordable in that respect. We at SubscriptionFlow are not charging any cumbersome amount rather we provide flexible subscription plans to businesses who reach out to us! We also provide integrations with multiple gateways like GoCardless, Authrorize.net, and Cybersource for collecting payments.\n<ul>\n <li>\n<h3><strong>Flexible to use</strong></h3>\n</li>\n</ul>\nApart from that, another problem with other subscription software is that they usually allow you to create plans on a core level. So basically if you want to categorize plans inside a product it is simply not possible with others. With SubscriptionFlow we allow you do categorize your plans. Every department within your organization will have access to tools, information and the resources to manage orders, billing and revenue recognition with absolute speed and flexibility. We can help you ascertain the health of your business and make more informed decisions which makes the entire subscription management much more simple and easy to manage.\n<ul>\n <li>\n<h3><strong>Choose wisely</strong></h3>\n</li>\n</ul>\nThe most primary factor that needs to be considered while choosing recurring billing software for small business is how well it automates with your billing operations. It may seem easy to choose such software but it’s not when you can be easily distracted by innumerable options. Always try to go for the best fit for your business. One that entertains all your business and customer’s requirements. One that is assisting you to build and retain a strong customer relationship. One that helps you to not only gain an increased overall revenue but also strong customer footfall. One that helps you manage all the data in one place and handles every aspect of your subscription business. Having said that, SubscriptionFlow holds true for every situation.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Small Business','','draft','closed','closed','','','','','2020-01-29 11:26:42','2020-01-29 11:26:42','',0,'https://staging.subscriptionflow.com/?page_id=2451',0,'page','',0),(2452,1,'2020-01-17 10:17:05','2020-01-17 10:17:05','','Attain Business Excellence through Automation','','inherit','open','closed','','attain-business-excellence-through-automation','','','2020-01-17 10:17:10','2020-01-17 10:17:10','',2451,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg',0,'attachment','image/jpeg',0),(2458,1,'2020-01-17 11:29:20','2020-01-17 11:29:20','','No More Hassle','','inherit','open','closed','','no-more-hassle','','','2020-01-17 11:29:26','2020-01-17 11:29:26','',2451,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/No-More-Hassle.jpg',0,'attachment','image/jpeg',0),(2461,1,'2020-01-17 12:06:29','2020-01-17 12:06:29','','Pros of selecting recurring billing software for small business powered by SubscriptionFlow','','inherit','open','closed','','pros-of-selecting-recurring-billing-software-for-small-business-powered-by-subscriptionflow','','','2020-01-17 12:06:35','2020-01-17 12:06:35','',2451,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(2463,1,'2020-01-17 13:18:23','2020-01-17 13:18:23','The subscription business model allows companies to offer their products and services through SaaS billing. Due to the efficiency and ease of the subscription business model, more and more companies have shifted to this business model. This raised the opportunity for the development of subscription management software in the market. At SubscriptionFlow, we have enabled companies to increase their revenue generation, improve their customer experience, and streamline their processes. The rising trend of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> has allowed companies to focus on delivering better services while maintaining steady business growth.\r\n<h2><strong>Impact of Digital Transformation</strong></h2>\r\nNow we know that in recent years, the shift towards the subscription business model has taken place. In order to explore more business opportunities, companies have adopted this business model to their advantage. The driving forces of this transformation include opportunities for:\r\n<h3><strong>Innovations in Revenue Streams:</strong></h3>\r\nWith digital transformation, companies can open new revenue streams. With SaaS companies using revenue models, transformation in this model has taken place with a subscription-based model. Here, monthly or weekly subscriptions with different pricing plans have allowed companies to accommodate many customers. Now, the company’s revenue stream is not constricted by a generic payment system. Improvement in revenue streams has only been made possible through this transformation.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2465\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg\" alt=\"Digital transformation\" width=\"1200\" height=\"800\" /></p>\r\nSo what does this mean for companies who use a subscription model? With this innovation, companies can easily introduce new products. Moreover, with subscription model companies have to change with the flow of market trends. This means that with any pricing model like recurring, sales, discounts, and promotions can be easily integrated. If companies do not use suitable software for their subscription model, having new revenue streams would be difficult. With SubscriptionFlow, your company does have to go through coding to introduce new pricing plans or products every time.\r\n<h3><strong>Better Customer Service</strong></h3>\r\nToday companies who offer subscriptions for their products or services can easily manage the customer’s subscription lifecycle. This includes automatic renewals, changing customer’s account information, and offering new pricing plans or products with time. Moreover, adding new subscriptions or users to the company’s database would have been cumbersome if it wasn’t for the subscription model. With digital innovation, companies can easily manage their subscriptions and upgrade with time. So, how does this improve customer service? This is directly connected with how well a company manages its customers and their subscriptions. Providing excellent customer service is only possible if companies provide customers with an easy renewal system, changes in their subscription plan, and offer a variety of products/services. There are many digital solutions available in the market to assist with better customer service. One way to streamline your customer-related processes is to start with SubscriptionFlow.\r\n\r\nThe emerging trend of management software in the market has allowed companies to offer subscriptions easily. SubscriptionFlow also offers subscription management solution for your subscription business model. We understand that technological innovation is very fast-paced in the subscription industry. Right now the digital transformation is targeting customer relationships with SaaS companies. Customer’s control over their subscription has increased and this model has also allowed companies to offer market competitive prices. Competing to gain more customers and increase customer retention is easy only if companies can adapt to the latest market trends and customer needs easily. That is why SubscriptionFlow suggests that companies who offer services should be adaptable and open to new developments in technology.\r\n<h3><strong>Utilize Data to Make Business Decisions</strong></h3>\r\nIf companies do not embrace transformations in the subscription industry, they are likely to face problems with making business decisions. For any company, business decisions directly impact their customer service and brand image. Usually companies do not have access to customer’s buying frequency, products that are popular and other subscription metrics. Luckily, the subscription model allows companies to use this data to make business decisions that will increase customer retention. Successful digital transformation is taking place in industries which are customer-centric and whose vision is developed around better customer relationship. Companies that transform not only use subscription metrics but also utilize AI and cloud-based systems to redefine the customer’s experience.\r\n\r\nThroughout this discussion, it is clear that digitally transforming your company has a lot of opportunities for business growth and innovation. Businesses who use subscription-based models have many features at their expense to experiment with service and product innovation. Businesses can avail these opportunities only if they have a suitable management software. SubscriptionFlow can integrate your company with the subscription management software that will upgrade your business.','Why Digital Transformation Should Drive Subscription Business Model Transformation?','','publish','open','open','','why-digital-transformation-should-drive-subscription-business-model-transformation','','','2020-01-17 13:18:23','2020-01-17 13:18:23','',0,'https://staging.subscriptionflow.com/?p=2463',0,'post','',0),(2464,1,'2020-01-17 13:13:39','2020-01-17 13:13:39','','Why Digital Transformation Should Drive Subscription Business Model Transformation','','inherit','open','closed','','why-digital-transformation-should-drive-subscription-business-model-transformation','','','2020-01-17 13:13:44','2020-01-17 13:13:44','',2463,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg',0,'attachment','image/jpeg',0),(2465,1,'2020-01-17 13:14:05','2020-01-17 13:14:05','','Digital transformation','','inherit','open','closed','','dgital-transformation','','','2020-01-17 13:14:18','2020-01-17 13:14:18','',2463,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg',0,'attachment','image/jpeg',0),(2468,1,'2020-01-20 11:22:50','2020-01-20 11:22:50','Measuring growth and overall performance is an important part of any business. It is vital to have an insight into how the business is performing in the market. This simplifies the decision-making process and allows businesses to improve their performance. To form a picture of business growth, it is important to know what metrics must be focused. Having access to huge amounts of data can sometimes overwhelm businesses. To avoid this issue it is important that businesses have a list of core metrics. A narrowed list of metrics reduces the effort to track business growth.\r\n\r\nIf you are a business with a subscription model then tracking these indicators is fairly easy. For this reason, businesses in every industry have been shifting to a subscription-based model. With <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> in place, businesses are offering their products through cloud services. In the subscription business model, some key metrics are tracked to calculate revenue and other performance indicators. The indicators or metrics that are helpful for measuring business growth include:\r\n<h3><strong>Monthly Recurring Revenue:</strong></h3>\r\nOne of the most important and basic metric is MRR or monthly recurring revenue. Simply put, this metric gives a view of sales every month. This metric tracks monthly subscription so you do not have to wait on customer’s payments. Through the subscription management software, a monthly subscription is offered at a fixed price. At the end of every month, recurring revenue and subscription renewals are calculated automatically. This metric also offers a view of growth in subscribers’ base. This way you can view the number of new customers joining your subscribers’ base. So, how does it help in assessing business growth? When MRR increases with time, it implies that your customers’ base is growing and current subscribers are renewing their subscription. In case the MRR does not increase, it usually indicates that customer conversions are running low or some are choosing to cancel their subscriptions.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2472\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg\" alt=\"measure of business growth\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h3><strong>Customer Lifetime Value:</strong></h3>\r\nMeasuring customer lifetime value for your subscription business is extremely important. The reason is that it offers insight into how much revenue a single customer is generating during their subscription lifecycle. The purpose of this metric is to measure how much revenue one customer will help your business generate. With CLV, you can make better decisions regarding customer support and satisfaction, product development, and sales. This metric also allows you to predict how much revenue a new customer would generate. This way, companies do not have to wait for months before customer value can be measured.\r\n\r\nUsually, the calculation of lifetime value is done by gauging the average revenue per customer account and churn rate per customer. In simple words, the churn rate is the number of customers that cancel their subscription. Usually churn rate is calculated on a monthly basis. Calculating customer lifetime value is helpful for lowering churn rate which will consequently lead to a more loyal and satisfied customer base. Without proper insight into how much customers are contributing to business growth and the amount of cost on developing products, your business cannot increase their sales.\r\n<h3><strong>Churn Rate</strong></h3>\r\nAs mentioned above, the churn rate is defined as the number of customers who choose to unsubscribe from their subscription plan. Every business aspires to maintain a low churn rate. This goal is achieved by offering flexible pricing plans and understanding the customer’s needs and demands. Still having a churn rate is inevitable but the key is to address the issue by understanding what areas of customer relationship need improvement. There are some key areas that businesses can address to reduce churn rate including; evaluating their product’s performance in the market, quality and pricing of the product, and customer feedback. There is a possibility that your company might need to reconsider its product design and revamp customer service. This will surely lead to better performance.\r\n\r\nWhen it comes to improving business performance and driving sales, it is important to look at customer and revenue churn separately. Customer churn is designed to calculate how many customers have unsubscribed from a subscription service. On the other hand, revenue churn is the amount of revenue lost because of discontinued subscriptions per month. Addressing the causes of churn rates can help in achieving business goals. Decisions made on the basis of accurate data drives businesses in the right direction. So, if you are a subscription business looking to enhance your business growth then SubscriptionFlow is the right place to start.','Three Core Metrics to Measure Subscription Business Growth','','publish','open','open','','three-core-metrics-to-measure-subscription-business-growth','','','2020-01-20 11:22:50','2020-01-20 11:22:50','',0,'https://staging.subscriptionflow.com/?p=2468',0,'post','',0),(2469,1,'2020-01-20 11:14:52','2020-01-20 11:14:52','','280412-P6ATOW-488','','inherit','open','closed','','280412-p6atow-488','','','2020-01-20 11:15:17','2020-01-20 11:15:17','',2468,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/280412-P6ATOW-488.jpg',0,'attachment','image/jpeg',0),(2472,1,'2020-01-20 11:22:27','2020-01-20 11:22:27','','measure of business growth','','inherit','open','closed','','measure-of-business-growth','','','2020-01-20 11:22:34','2020-01-20 11:22:34','',2468,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg',0,'attachment','image/jpeg',0),(2474,1,'2020-01-22 13:34:13','2020-01-22 13:34:13','Let’s take a look at three to four decades back where people were busy waiting in queues for paying their utility and grocery bills. Since then there was a need for a system to be centrally aligned with daily user activities. A system that will not only help users to save their time but also complete their formal and informal tasks exceptionally by placing their orders and generating bills automatically. We are talking about subscription billing here. No wonder subscriptions are ruling the eCommerce and online business industry currently and it is helping businesses achieve a good profit overall.\r\n\r\nAs businesses develop into new markets, the dangers associated with subscription billing data trade and assessment also become progressively real and it gets progressively confounded to oversee contributions and client\'s information. To stay away from all the mentioned hurdles a properly functional subscription billing software is a necessity. SubscriptionFlow is apt for every business i.e. small to midsized or large enterprise. We provide cloud-based subscription billing and invoicing experience to businesses with check out, sales tracking, payment processing functionalities accompanied with multiple payment gateways and payment methods, recurring billing and a high volume of transactions. You name it and we have got it covered under the automated functions available to you in one platform.\r\n\r\nThe subscription business mostly runs on a recurring basis which means that customers must pay a recurring amount at fixed intervals in order to gain access to a product or service. Subscription billing and software must also provide all-embracing modules to businesses such as they can keep a record of their customers on monthly and annual subscriptions basis, the software must also deliver custom functionalities to business, the software must also entertain small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing, payments, taxation, analysis, reporting, subscription management and many more.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2476\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg\" alt=\"online Subscription billing-software\" width=\"1200\" height=\"1000\" /></p>\r\nCompanies who are utilizing a billing solution that only supports a month billing model will not be a long term success as it fails to cater to usage-driven and consumption-based billing. That is where SaaS billing can help. It can effectively track the constant changes to subscription and the final amount charged on each invoice regardless of location. This way companies get a better understanding of consumption patterns and how to stay on top. We would now be discussing some of the key takeaways reasons why businesses should move to the cloud and consider transiting to subscription billing.\r\n<h3><strong>Error Free Billing </strong></h3>\r\nTo make certain accurate billing, a system needs to be in a place that can bill customers on a repeated basis and respond promptly if the payment does not go through due to prorated billing i.e. upgrades, downgrades or credit cards expiration. SaaS billing software can notify you when a customer’s credit card is about to expire so you can take immediate action. This will further ensure that subscription renewals are timely for your customers and revenue leakage doesn’t occur for your business.\r\n<h3><strong>Manage your Employees</strong></h3>\r\nCloud computing has also had a wonderful impact on the way human beings truly work. A better verbal exchange goes with the flow has made hundreds of enterprise methods and capabilities greater obvious and simple. Everything from training and gaining knowledge of project management and recruiting has taken an entirely new shape. It’s instant, social and non-stop. The clients are better dealt with SaaS billing making its roots in business organizations associated with <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription billing</a> purposes.\r\n\r\nOn top of that, the focus is not at the enterprise or a senior control group but on the employees. Since the body of workers in the middle strength and the constructing blocks of the whole device, groups could be specializing in finding the most efficient manner to control and interact with their workforce through the SaaS billing module as it’s all accessible and centralized through the cloud.\r\n<h3><strong>Get Payments Faster</strong></h3>\r\nAccelerate your time-to-value without requiring massive integration effort and expense with SubscriptionFlow- the best billing and invoicing software. Choose from our multiple billing models and payment gateways keeping in view your business requirements. SubscriptionFlow empowers you with an automated platform specially designed to improve subscription billing for your business. We provide you with flexible functionalities that suit best with your business services.\r\n\r\nSubscription billing allows consumers to get their hands on their bill receipts and invoices in real-time without any obvious delay. Billing is a key driving force in customer satisfaction and retention rate. To meet these expectancies the subscription billing software powered by SubscriptionFlow is perfectly aligned to the fine practices for its customers and the best part is the features evolved over time.\r\n\r\nWith SubscriptionFlow you can make certain the achievement of your business and can think of increasingly educated choices to improve it. With SubscriptionFlow, Businesses can guarantee that the right measure of cash is being charged to the correct client with a precise number of times each year or on a financial premise. So what are you sitting tight for? Connect with SubscriptionFlow to get your hands on the finest subscription billing system for your business. An accomplished team will help you out at their most prompt.','A Must-Read for Everyone Who Is Still Curious About Subscription Billing','','publish','open','open','','a-must-read-for-everyone-who-is-still-curious-about-subscription-billing','','','2020-01-22 13:34:13','2020-01-22 13:34:13','',0,'https://staging.subscriptionflow.com/?p=2474',0,'post','',0),(2475,1,'2020-01-22 13:30:54','2020-01-22 13:30:54','','best subscription billing software','','inherit','open','closed','','subscription-billing-process','','','2020-01-22 13:31:12','2020-01-22 13:31:12','',2474,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-process.jpg',0,'attachment','image/jpeg',0),(2476,1,'2020-01-22 13:32:10','2020-01-22 13:32:10','','online Subscription billing-software','','inherit','open','closed','','subscription-billing-software-2','','','2020-01-22 13:32:20','2020-01-22 13:32:20','',2474,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg',0,'attachment','image/jpeg',0),(2479,1,'2020-01-24 11:22:08','2020-01-24 11:22:08','As a business chief, you are constantly searching for ways that increase your productivity and efficiency. Dealing with bills has never been an easy job. There are multiple instances where you have to cross verify bills and stay compliant to payment rules and regulations. Also, if you are not automating your billing processes then it’s hard to achieve efficiency rather you would be stuck with manual documentation most of your time. In such a given scenario, automation is what you need to execute in your business operations. When we talk about billing we are specifically targeting recurring billing because people these days like to relish services and products while staying at home.\r\n\r\nHow many times have you faced rejections from your customers when you pitched them for manual billing? We presume it must be the case most of the time. The fundamental reason behind this is the lack of having recurring billing software. In a world where there are technological disruptions every day, you cannot afford to remain stagnant with the old versions or way of performing billing tasks. Manual billing is an old methodology of submitting billing forms and details which has now taken over by recurring billing software.\r\n<h2><strong>Improve Billing Process</strong></h2>\r\nRecurring billing refers to billing that goes on for a set number of intervals. It allows businesses to bill their customers or subscribers on the basis of their subscription plans terms and conditions. Recurring billing can be done monthly, quarterly or on an annual basis. So if you are dealing with subscriptions already or planned to so you need to be sure of the recurring billing software which will help you with your billing aggravations.\r\n\r\n<img class=\"aligncenter size-full wp-image-2481\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg\" alt=\"improve billing process\" width=\"1200\" height=\"900\" />\r\n\r\nThe ongoing trends for subscription billing show a massive customer’s turn out. Multiple reasons fall into it which we will explore later on. But before that let’s explore recurring billing and how does it work for our readers. Most of you have heard about recurring billing but lack its basic idea. Recurring billing is a process of charging or billing customers after definite intervals. For instance, you buy a subscription for Netflix streaming plans which will terminate after one month. And if you want to continue using its services you have to resubscribe to the plan after paying for it again. This sort of charging or billing which occurs after every definite time interval is known as recurring billing. The next part is how it works. The process takes minimal time when you are executing it through automated billing software. The functionality works against a single click with no human intervention. So, if you have rolls of subscriptions piled up for billing then you can get in touch with SubscriptionFlow. We have a subscription billing software designed especially for people and businesses who have lost their hopes from the subscription industry. Because the work is too much to handle and no software is doing justice with the user functionalities.\r\n<h3><strong>Inject Power through Automation</strong></h3>\r\nRecurring billing software powered by SubscriptionFlow is helping businesses to keep a track of their client’s payment details, processing client’s payments, handling coupons, add-ons, cancellations and other subscription-related tasks. This software is equipped with powerful APIs to assist businesses with the creation of functionalities and modules exactly the way they want for their user base. That’s not all, you can now automate the recurring billing process, manage subscriptions, and send professional invoices that are tax compliant to your customers with this software. And as a result, you get paid faster and on time.\r\n\r\nNot only this but with this subscription billing software, you can handle the entire customer subscription life cycle in a seamless manner with minimal clicks. After getting services from our subscription software businesses do not have to manually bill and send their invoices anymore. The software will automate the whole billing department and will send tax-compliant invoices on your behalf to your customers. So that business organizations can utilize their efforts and concentration performing some other business tasks rather than being occupied in administrative tasks.\r\n\r\nProration is also applicable to all the licensed subscriptions as they are paid in advance. Proration not only helps you make certain that a customer is charged accurately for the number of services they have undertaken. Through our automated module, businesses can now seamlessly manage their proration with much flexibility and comfort. Depending on the current market trend, recurring billing and recurring invoices could be a good fit for your business. Generating recurring payments ensures that your customer would not have to memorize to make a payment and can eventually escape late charges while sending recurring invoices helps you to minimize any duplicate work. Eventually, both help you save time, allowing you to shift your attention to other areas of your business that require your attention.\r\n\r\nPutting all this in a nutshell, setting up billing with recurring invoices with SubscriptionFlow is complete delight. You can book your appointment and our team would get in touch shortly.','Automate your Billing with Recurring Invoices','','publish','open','open','','automate-your-billing-with-recurring-invoices','','','2020-01-24 11:22:08','2020-01-24 11:22:08','',0,'https://staging.subscriptionflow.com/?p=2479',0,'post','',0),(2480,1,'2020-01-24 11:16:28','2020-01-24 11:16:28','','recurring invoicing','','inherit','open','closed','','recuring-invoicing','','','2020-01-24 11:16:40','2020-01-24 11:16:40','',2479,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recuring-invoicing.jpg',0,'attachment','image/jpeg',0),(2481,1,'2020-01-24 11:18:41','2020-01-24 11:18:41','','improve billing process','','inherit','open','closed','','515319-pirk7r-406','','','2020-01-24 11:19:00','2020-01-24 11:19:00','',2479,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg',0,'attachment','image/jpeg',0),(2483,1,'2020-01-27 13:38:36','2020-01-27 13:38:36','If you are a SaaS company using a subscription business model then you must be familiar with the struggles of retaining customers and acquiring new ones. While it might sound logical to focus on customer acquisition, retaining the existing customer base is just as important. If this claim seems alarming then we will explain why your business should be focusing on customer retention. When it comes to the subscription-based business models, recurring revenue makes a huge contribution to the business revenue as compared to revenue brought in by new customers. This is the main reason why customer retention is more important than ever. Moreover, it has been proven that less investment is needed to spend on enhancing the customer’s experience and convenience as compared to acquiring more leads.\r\n\r\nA loyal and satisfied customer base will be more interested in any new products you launch in the future. Satisfied customers are also more likely to promote your brand through word of mouth. Overall customer retention contributes to revenue generation and supports business expansion. Nonetheless, retaining customers is not rocket science no matter how intimidating it might seem. If you are using a subscription management software then achieving retention is considerably easy.\r\n<h2><strong>Reasons For Increased Churn Rate</strong></h2>\r\nBefore focusing on strategies and techniques to increase customer retention, you should identify the underlying reasons why customers are canceling their subscriptions. As a company, you might be familiar with the churn rate. Churn rate is the antithesis of retention and directly impacts your recurring revenue. This can be detrimental for subscription businesses that rely on steady cash flow. For those who don’t know, churn happens when customers cancel their subscriptions. This is the main cause of why companies struggle with customer retention. There are many contributing factors to this issue:\r\n<ul>\r\n <li>Poor customer service is one of the leading causes which negatively contribute to customer retention. Voluntary churn might take place when your customer issues are not addressed right away.</li>\r\n <li>Lack of customer engagement and personalized relationships outside the use of the product are also harmful. This includes customer’s experience with your company i.e. complicated onboarding process, poor interface, payment processing issues, and lack of transparency about your services.</li>\r\n <li>Involuntary churn has a huge impact on the customer lifecycle. This type of churn takes place because of credit/debit card declines and failed payments. Usually, companies using subscription management software tackle this issue easily through dunning management.</li>\r\n <li>Lack of tools to gather customer feedback or monitoring customer’s usage is a bad business practice. Your company cannot employ customer retention strategies unless it utilizes the gaps in your communication to address issues and improve customer service.</li>\r\n</ul>\r\nNow that we have identified the reasons why customers might be canceling subscriptions, let’s have a look at how these issues can be resolved.\r\n<ul>\r\n <li>\r\n<h3><strong>Increase Focus on Customer Relationship Management</strong></h3>\r\n</li>\r\n</ul>\r\nIssues regarding bad customer service or delayed response are usually because of faulty customer relationship management. With suitable subscription management software, supporting automated renewals, accurate billing, flexible payment options, and gateways raises the quality of your service. However, customer relationship management goes beyond the recurring billing. This is where customer service comes in which is a guaranteed way to secure loyalty. This involves supporting self-service portals and easy to use interface to avoid confusion or discomfort for your customers. Your customers should feel like they are in control of their accounts and management software is a good way to guarantee that.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2485\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg\" alt=\"Guide for customer retention\" width=\"1200\" height=\"800\" /></p>\r\nYour relationship with customers should be proactive. This means that customer service issues, queries, and complaints must be handled in a timely manner. For this purpose, tools like conversational bots, proper ticketing management, ample resources on your website, and use of email and social media can be helpful. If you are concerned about involuntary churn and termination which might go unnoticed by customers then sending email alerts can maintain a consistent flow of communication.\r\n<ul>\r\n <li>\r\n<h3><strong> Establish Personalized Engagement</strong></h3>\r\n</li>\r\n</ul>\r\nTo increase customer retention it is important that companies avoid situations where they might feel like they are not being taken care of. This can be done by using email marketing. This tool should be introduced once the customers have subscribed to your service. This will make their onboarding process more seamless and easy. Valuable communication is done through emails about personalized recommendations, helpful suggestions, and updates on your business milestones. Moreover, personalized emails or newsletters can also be used to send customers who have not visited the website for a long time or sending video tutorials or material to enhance their experience. Another valuable way to communicate is by sending email alerts about new products, offers, and discounts. Offering discounts is a good way to communicate in a valuable manner.\r\n<ul>\r\n <li>\r\n<h3><strong>Utilize Customer-Centric Data and Feedback</strong></h3>\r\n</li>\r\n</ul>\r\nAll of the aforementioned tools and strategies to tackle retention are not possible without utilizing analytic reports on customer behavior and usage. Even customer inactivity is a sign that they are unsatisfied with your services. With subscription management software, using performance metrics like recurring revenue, sales, site visits, customer feedback, customer lifetime value and even churn is easier and accessible to your marketing and sales team. The subscription lifecycle and meticulous tracking allow you to analyze how customers are interacting with your brand. Such data can also help you understand any fluctuations in sales. This might be due to the availability of better service or affordable prices.\r\n\r\nWhen it comes to churning, the most important way to tackle it is to offer exit surveys for your customers. Your goal should be to learn about their experience and understand your shortcomings. Increasing retention can be achieved by upgrading your services but until reasons behind cancellations are addressed, your customers would not feel heard. Only a robust subscription management software can optimize your business to increase customer retention. With SubscriptionFlow, you can also get started on strategies to build a strong customer base by addressing churn.','The Definitive Guide to Improving Customer Retention for Your Business','','publish','open','open','','the-definitive-guide-to-improving-customer-retention-for-your-business','','','2020-01-28 08:07:51','2020-01-28 08:07:51','',0,'https://staging.subscriptionflow.com/?p=2483',0,'post','',0),(2484,1,'2020-01-27 13:33:30','2020-01-27 13:33:30','','retain customers with subscriptionflow','','inherit','open','closed','','retain-customers-with-subscriptionflow','','','2020-01-27 13:33:39','2020-01-27 13:33:39','',2483,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/retain-customers-with-subscriptionflow.jpg',0,'attachment','image/jpeg',0),(2485,1,'2020-01-27 13:36:31','2020-01-27 13:36:31','','Guide for customer retention','','inherit','open','closed','','guide-for-customer-retention','','','2020-01-27 13:36:38','2020-01-27 13:36:38','',2483,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg',0,'attachment','image/jpeg',0),(2492,1,'2020-01-29 14:07:03','2020-01-29 14:07:03','Without a second thought, the SaaS subscription software model (software as a service) is a high-end industry and it is only going to enhance in the future because of its innumerable opportunities for growth for businesses. But at the same time, there are certain things that need to be taken care of and focused on while getting hands-on SaaS platforms for the first time. Generally, Software as a Service (SaaS) platform can also be considered as a way of delivering applications over the Internet through a subscription fee model rather than through traditional on-premises, licensed software models which were an approach of the past, Software-as-a-service is accessed through the Internet, eliminating complex computing infrastructure provisioning and maintenance tasks for businesses\r\n\r\nSaaS companies mostly have to experience a tough time processing billing tasks and invoicing operations for their end-users. Since every service is equipped with multiple features these days. As a result, the user expects a glitch-free software usage. Multiple features also increase the complexity of the solution. Here are some of the challenges that business has to face while using SaaS subscription management software and what can be their corresponding solutions.\r\n<ol>\r\n <li>\r\n<h2><strong>Customize Pricing Plans </strong></h2>\r\n</li>\r\n</ol>\r\nWhile running a SaaS business, businesses need to get their pricing plans right and scalable for their users. So that they do not have to encounter any pricing issues with the customers in the future. Not every customer can get fit into one plan. This way the customers will get a variety of pricing plans to choose from with the option of multiple add ons.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Multiple Payment Methods</strong></h3>\r\n</li>\r\n</ol>\r\nIn a recurring based model, you need to give customers different payment methods. Customers are looking to pay for services using wire transfer, a credit card or any other online payment method. To ensure accurate billing, a system needs to be in a place that can bill customers on a repeated or recurring basis and respond promptly if the payment does not go through due to prorated billing i.e. upgrades, downgrades or credit card expiration. SaaS software can notify you when a customer’s credit card is about to expire so you can take immediate action. This will further ensure that subscription renewals are timely for your customers and revenue leakage doesn’t occur for your business.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2493\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS.jpg\" alt=\"Switch to SaaS\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Manage Customer Retention</strong></h3>\r\n</li>\r\n</ol>\r\nMake sure you retain your customers rather losing them while executing SaaS in your organization. As the number of customers grows, manually keeping a track of each customer’s service activation, upgrades, downgrades, and payments becomes tough. However, through SaaS software’s platform, you can streamline this process in a better way. It can effectively manage your customers and their service thus improving the overall efficiency of operations. Although a constant check is always required while maintaining a customer database.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Cost-Efficient </strong></h3>\r\n</li>\r\n</ol>\r\nSaaS subscription software overall provides a flexible cost break down for its users. SaaS subscription software has diverse costs for users. Since the software exists in a multitenant environment where the hardware and software license costs both are low as compared with the traditional model. Another advantage is that the customer base can be increased since SaaS subscription software allows small and medium businesses to use software that otherwise they would not use due to the high price of the license. Maintenance costs are reduced as well since the SaaS subscription software provider owns the environment and it is divided among all the customers that use that solution.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Flexibility and Integration</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS subscription software exists in a cloud architecture that is scalable and has integrations with multiple other SaaS offerings. Without scalability, businesses might have to face slower software performance and reporting. Keeping in view these factors there is increasing adoption of SaaS subscription software and other cloud services. Why? Because such software leads to the production of information silos, creating a need for integration across the cloud and enterprise.\r\n\r\nWith all the above-mentioned factors SubscriptionFlow is providing you with a worthy opportunity of getting linked to a SaaS subscription software that will help you take care of your multiple business operations with a single click. Though cloud architecture acts as a source of new integration challenges for businesses globally. But if you plan, optimize and invest well on a software that runs on a cloud architecture you can get rid of these challenges and continue to progress in their finances.','Switch to SaaS Subscription Software for Multifunctioning','','publish','open','open','','switch-to-saas-subscription-software-for-multifunctioning','','','2020-01-29 14:07:03','2020-01-29 14:07:03','',0,'https://staging.subscriptionflow.com/?p=2492',0,'post','',0),(2493,1,'2020-01-29 13:55:20','2020-01-29 13:55:20','','Switch to SaaS','','inherit','open','closed','','switch-to-saas','','','2020-01-29 13:55:31','2020-01-29 13:55:31','',2492,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS.jpg',0,'attachment','image/jpeg',0),(2494,1,'2020-01-29 14:04:26','2020-01-29 14:04:26','','Switch to SaaS for Ultimate Growth','','inherit','open','closed','','switch-to-saas-for-ultimate-growth','','','2020-01-29 14:04:32','2020-01-29 14:04:32','',2492,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg',0,'attachment','image/jpeg',0),(2496,1,'2020-01-30 10:39:11','2020-01-30 10:39:11','','invoice-recu','Recurring Payments Processing and Accounting','inherit','open','closed','','invoice-recu','','','2020-01-30 10:39:24','2020-01-30 10:39:24','',1116,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/invoice-recu.png',0,'attachment','image/png',0),(2498,1,'2020-02-03 07:10:00','2020-02-03 07:10:00','The trend for subscription billing has gained admiration over the years. Catering multiple subscriptions without any system glitch is a plus point. But how businesses are going to manage automated subscription renewals happening every moment? The answer lies in subscription billing software developed by SubscriptionFlow. It enables business clients with extensive subscription support that they always wanted for running their operations smoothly.\r\n\r\nSubscription billing revolves around multiple processes happening at the back end of the software. From processing a subscription request to the release of the bill and then finally sending the invoice to the client. One chunk of billing is the successful payments processed through billing module. But before we go into much technicalities of subscription billing. Let us quickly give you an overview about “Subscriptions”.\r\n\r\nA subscription is a practice of charging your users for a product they subscribed for. Whereas the process of handling subscribers, subscription plans, add ons, billing cycles and transactions comes under subscription handling e subscription management. Now the question arises why you should adopt a subscription billing software.\r\n\r\nEvery subscription company wants to run their billing and other subscription operations efficiently. To achieve billing efficiency in a subscription business, companies need a subscription billing software. This is where SubscriptionFlow comes and play its part. We provide comprehensive financial controls within the billing software to ensure smooth billing and compliance. The software streamline all the business processes using extensive automation which will cut you labor cost. SubscriptionFlow is a cloud-based automated subscription management software providing a variety of subscription functionalities.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2499\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg\" alt=\"Manage Subscriptions Easily Across Channels\" width=\"1200\" height=\"800\" /></p>\r\nThe SubscriptionFlow software includes subscription billing, accounting, subscription management, purchasing, seller management, financial consolidation, revenue recognition, contract management, project accounting, fund accounting, inventory management, webhooks, financial reporting etc. The features get increase every time as we provide customized software option to our clients. Below are some of the features that are no less than an asset to us.\r\n<ol>\r\n <li>\r\n<h2><strong>Billing </strong></h2>\r\n</li>\r\n</ol>\r\nAt SubscriptionFlow, subscription billing is our forte. We take pride in streaming and executing billing operations with the help of a few clicks. Our software is capable of handling multiple billing requests along with other user requests. The billing module allows businesses to process their bills without any human interaction and let the subscribers view their billing details and past history as well.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>International Payments </strong></h3>\r\n</li>\r\n</ol>\r\nA subscription billing software lets businesses provide and facilitate their subscribers with global payment option which is one factor to gain an increased revenue for your business. The payment option allows subscribers or end-users to pay for their subscription plans from any part of the world within a few clicks. Subsequently, businesses can provide unparalleled experience based on ease to their customer base.\r\n\r\nWith international payments, subscription billing software also provides multiple payment gateways option to its clients. So that they can ensure a smooth customer interaction while they process their payments.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong> Automated Reminders </strong></h3>\r\n</li>\r\n</ol>\r\nThe software will also allow you to maximize customer lifetime value by promoting long-term subscription relationships. Maintain a direct line of communication with your subscription customers with the ability to automate invoices, receipts and renewal notice for customers. You can also proactively notify your subscribers when their trial is about to complete or their payment is long overdue or in the event of a cancellation of their subscription.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong> Automated Reporting </strong></h3>\r\n</li>\r\n</ol>\r\nAutomated custom reports come under advanced reporting that enable subscribers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is pertinent to keep in mind that successful reporting depends on how the data is organized and presented. Currently most of the software follow rigid practices that limit the easy flow of data. Hence, productivity gets suffered. To resolve this SubscriptionFlow offers an extensive reporting module that will help you streamline your operations and stay abreast of the work productivity. This reporting module has made possible through real-time analytics which includes product usage, customer segmentation, invoice aging, sales rep performance, taxes, payments and credits.\r\n\r\nSubscriptionFlow is an automated subscription management software that includes real-time reporting and real-time analytics about all the billing and invoices. This is one of the many factors that make it the finest subscription billing software. It’s built-in custom reports and configurable dashboard makes the businesses better informed. The financial reports like invoice details and net revenue will equip businesses to get a deeper understanding of their business revenue and subscription billing overall.\r\n<ol start=\"4\">\r\n <li><strong> Flexible Payment Plan</strong></li>\r\n</ol>\r\nYou can trust on SubscriptionFlow while choosing the subscription billing software. If finance and calculations has ever been a hurdle to achieve customer footfall then you do not have to worry anymore. SubscriptionFlow is here to manage all your customer’s payment and billing plans. Subsequently, you can grow your customer base with flexible software that can support free trials, monthly, annual paid plans, proration, and discount management. With SubscriptionFlow you can easily configure the length, pricing, coupons, and special coupons for your subscribers.\r\n\r\nOverall a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing software</a> enable and streamline the billing processes for any business thereby giving businesses the ability to acquire and serve customers to the best of their abilities. Subscription management and billing software allow businesses to collect the payments from their customers through a flexible range of payment options including credit cards, debit cards, PayPal, Amazon Payments, ACH, wire transfer, checks, cash and many more. Subscription billing software mostly take care of the operational side of subscription management and billing (adding credits, extending the trial period, changing the billing date, offering a discount, activating/canceling a subscription, etc.) for any business.','Manage Subscriptions Easily Across Channels','','publish','open','open','','manage-subscriptions-easily-across-channels','','','2020-02-03 07:10:00','2020-02-03 07:10:00','',0,'https://staging.subscriptionflow.com/?p=2498',0,'post','',0),(2499,1,'2020-02-03 06:36:41','2020-02-03 06:36:41','','Manage Subscriptions Easily Across Channels','','inherit','open','closed','','manage-subscriptions-easily-across-channels','','','2020-02-03 06:36:49','2020-02-03 06:36:49','',2498,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg',0,'attachment','image/jpeg',0),(2500,1,'2020-02-03 07:05:27','2020-02-03 07:05:27','','Manage subscription across channels','','inherit','open','closed','','manage-subscription-across-channels','','','2020-02-03 07:05:33','2020-02-03 07:05:33','',2498,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-subscription-across-channels.jpg',0,'attachment','image/jpeg',0),(2503,1,'2020-02-06 13:51:18','2020-02-06 13:51:18','Streamlining billing and invoicing operations are what small businesses mostly focus on. Because billing and invoicing is one of the main pillars of any business. Without it, your operations can not run smoothly. For instance, if you are running a subscription business on a smaller scale and wants to expand it then you must get along with a fully loaded online invoicing software for small business powered by SubscriptionFlow. Else, unsorted invoicing processes will cost you heft losses. Below are some of the main reasons why online invoicing software for a small business is so fundamental.\r\n<h2><strong>Fast Payments</strong></h2>\r\nAn exceptional part of the online invoicing software for small business is quicker and fault free processing of payments. The online invoicing software for small business developed by SubscriptionFlow assist organizations to expand, scale, and stay side by side with all the monetary distress. It will likewise assist them with staying associated with all the refreshed innovation and functionalities so they can utilize them in their everyday work procedures to improve their common payments and other payment channels.\r\n<h2><strong>Cloud Billing and Online Invoicing Software for Small Business</strong></h2>\r\nWith other innovative additions, one that has grabbed attention is the move towards a cloud-based architecture for performing invoicing tasks. Regardless of which industry are you targeting or what size of your business is. Cloud-based administrations offer an unending display of choices with regards to a glitch-free charging framework for small companies. From continuous installment handling to glitch-free access of work modules. While utilizing cloud-based programming, the end client doesn\'t need to be worried about forthright speculation and shrouded charges. From when you get associated with the cloud administrations, you become ready to move toward your business with no human obstacle. From that very point, there is no dependence on either the product or equipment side. The entirety of the work would be promptly available, put away in the cloud and can be recovered whenever with no issue.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2510\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg\" alt=\"Invoicing software for small businesses\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h2><strong>Automating Invoices</strong></h2>\r\nSubscriptionFlow takes pride in creating the handiest online invoicing software for small business. It will assist you with every processing task that you may come across while dealing with customer subscriptions. From computerizing or automating invoices to processing them with minimal effort. It will likewise help business organizations in making a heap of invoices for the subscribers without doing a lot of disturbance yet at the same time gave an intuitive and easy to understand dashboard. Consequently, organizations can design their charging for repeating solicitations to be created naturally through our invoicing framework and remain centered towards their business! Mechanize your solicitations and overlook the manual disturbance with SubscriptionFlow.\r\n<h2><strong>Reporting Module</strong></h2>\r\nOnline invoicing software for small business is one of the key assets for all of us at SubscriptionFlow. It streamlines your processes and daily operations. It gives you a clear direction against every subscription. Moreover, the software provides you the knowledge base about various sorts of reporting metrics. With the assistance of our online invoicing software for small business, you can see your customer’s information in detail, subscription status and analytics on a day-to-day basis. It will likewise give clear outlines and diagrams that will give you point by point breakdown of essential data for your business progression.\r\n\r\nThe above-stated features are some of the many key points that small organizations look and request yet they are not certainly the main ones as features differ with the niche of the business. Online invoicing software for small business must make things look proficient as well as methodical for its client base. The software provides you with consistent detail with regards to billing and invoicing regardless of there is somebody there to manage the working procedure or no. From keeping a check on the due amounts to the sealed payments, from a generation of recurring invoices to keeping a charge of time while processing subscriptions. The online invoicing software for small business must carry on like a careful calculative framework for your business. So now at whatever point you connect with another client, you can show them a productive yet ground-breaking software working that won\'t just assist you with increasing new clients yet, in addition, holding the old clientage.','If you are a Small Business then Online Invoicing Software for Small Business is for you','','publish','open','open','','if-you-are-a-small-business-then-online-invoicing-software-for-small-business-is-for-you','','','2020-02-06 13:51:18','2020-02-06 13:51:18','',0,'https://staging.subscriptionflow.com/?p=2503',0,'post','',0),(2509,1,'2020-02-06 13:47:59','2020-02-06 13:47:59','','Invoicing software for small business','','inherit','open','closed','','invocing-software-for-small-business','','','2020-02-06 13:48:07','2020-02-06 13:48:07','',2503,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invocing-software-for-small-business.jpg',0,'attachment','image/jpeg',0),(2510,1,'2020-02-06 13:48:55','2020-02-06 13:48:55','','Invoicing software for small businesses','','inherit','open','closed','','invoivcing-software-for-small-businesses','','','2020-02-06 13:49:16','2020-02-06 13:49:16','',2503,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg',0,'attachment','image/jpeg',0),(2512,1,'2020-02-11 14:14:25','2020-02-11 14:14:25','SaaS subscription software is an essential part of any SaaS business. It is designed to give companies opportunities for exceptional business growth. As a SaaS company, you do not have to worry about handling subscriptions or chasing payments. With SaaS subscription software, you can expand your customer base and add more products or services to your business. With a new SaaS platform in the market, companies have a plethora to choose from. The best decision you can make when it comes to <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SaaS subscription software</a> is choosing a solution that simplifies your billing process and helps you grow at the same time.\r\n\r\nIf you are a company looking for a SaaS subscription software then you have come to the right place. With SubscriptionFlow, you can utilize all the premium features that an ideal SaaS subscription software should have. Understandably, running a SaaS business can be challenging. Keeping track of constant changes in subscriptions, renewals, processing billing tasks, and managing invoices can be daunting for any SaaS companies. This software is designed to offer companies with hassle-free subscription fee model in exchange for products or services. This eliminates the need for complex infrastructure and manually handling invoices. In order to understand how SaaS subscription software can transform your business, let’s have a look at everything this software can offer for you and your customers.\r\n<h2><strong>Tap into your Revenue Potential</strong></h2>\r\nWith SaaS subscription software, your revenue potential increases exponentially. When your company is able to offer different pricing models and payment methods, your customer base is more likely to increase. Catering to every customer’s unique needs is essential to your SaaS business and that is why it is important that your customer is able to explore flexible billing frequencies. With SubscriptionFlow you can design customized pricing model which will give you an edge over your competitors. With the pricing model, you can offer usage-based, tier-based or fixed pricing plans depending on your target market and customer needs.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2514\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/hassle-free-business-operations.jpg\" alt=\"hassle free business operations\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h3><strong>Focus on Improving your Customer Retention</strong></h3>\r\nMoreover, SaaS subscription software not only improves your business management but also allows you to focus on customer retention. Customer retention has a direct impact on sales and growth. Usually, companies are more focused on customer acquisition but we know the importance of having a satisfied and long-lasting relationship with customers. That is why your business needs tools for ensuring that your customers are offered the best customer service. There are many areas you can focus to improve retention. The first thing to consider is your customer’s subscription experience. When customers have control over their subscription data they can easily change it according to your preferences. SaaS subscription software offers a self-service portal where customers can manage payment details, upgrade or downgrade subscriptions and their pricing plan.\r\n<h3><strong>Manage your churn rate with SaaS subscription Software</strong></h3>\r\nAnother important feature to enhance retention is churn management. Churn rate can be defined as the number of customers lost over a period of time. Every SaaS company has to tackle this issue but if not paid attention to, the churn rate can be detrimental for your business growth. Churn management, as the name suggests includes techniques to reduce the churn rate. This can be done by improving customer service, conducting a survey to understand areas that need improvement, offer customer incentives, and pay attention to customer issues and feedback.\r\n\r\nWhen companies take proactive steps to understand where their customer service might be lacking, they can easily tackle rising churn rate. There are many reasons why your churn rate might be high. Often times, involuntary churn can occur when customer’s credit card information or billing information is inaccurate or their payment is being declined constantly. In the case of involuntary churn, email reminders can be sent to customers so they can update their information. On the other hand, voluntary churn can take place for many reasons like your product or service might not be a market competitive. For this reason, your business needs to update with the changing market trends. Rewarding customer loyalty is also important. The cost of retaining customers is less than targeting new ones. That is why many companies are focusing on promotional campaigns like discounts, coupons, and gifts.\r\n\r\nAt SubscriptionFlow we understand how conducive business management is for your growth and expansion. Without the right solution, a business cannot fully take advantage of everything that comes with SaaS business model. To tap into your revenue potential and growth, it is important that you have a loyal and satisfied customer base. All of these factors play an important role in growth. That is why SaaS subscription software serves as a cloud-based platform for all your SaaS related needs.','SaaS Subscription Software has made Business Management Hassle-free','','publish','open','open','','saas-subscription-software-has-made-business-management-hassle-free','','','2020-02-11 14:14:25','2020-02-11 14:14:25','',0,'https://staging.subscriptionflow.com/?p=2512',0,'post','',0),(2513,1,'2020-02-11 14:11:16','2020-02-11 14:11:16','','SaaS Subscription Software has made Business Management Hassle-free','','inherit','open','closed','','saas-subscription-software-has-made-business-management-hassle-free','','','2020-02-11 14:11:28','2020-02-11 14:11:28','',2512,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg',0,'attachment','image/jpeg',0),(2514,1,'2020-02-11 14:11:45','2020-02-11 14:11:45','','hassle free business operations','','inherit','open','closed','','hassle-free-business-operations','','','2020-02-11 14:11:54','2020-02-11 14:11:54','',2512,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/hassle-free-business-operations.jpg',0,'attachment','image/jpeg',0),(2516,1,'2020-02-18 12:36:58','2020-02-18 12:36:58','Setting up recurring payments enables you to collect payment on a monthly, yearly or certain basis. The most essential challenges in any organization have been to help nurture a workforce willing to embrace the transformation and to work and assume otherwise while preserving the working subculture. While executing automatic payments in an organization, it would not only help you achieve your billing goals publicly but also assist you to make every department in sync with the other while giving real-time output. And SubscriptionFlow is a one-stop solution for executing all the above-mentioned points. SubscriptionFlow serves as an automation system or tool for businesses that are dealing with subscriptions. Automatic payments are our top-notch functionality that lets businesses receive payments without any grief and hassle. The process is simple and error-free. For instance, a new customer likes service and subscribed for it after clearing the payment. SubscriptionFlow has made this whole payment collection process automatic on the cause of a few clicks. Below down are some of the ways by which you can set up automatic payments through SubscriptionFlow.\r\n\r\n<strong>Scenario 1</strong>\r\n\r\nLet’s assume that the subscriber has made a purchase online through our software. Then the next step is the Order Summary Form followed by the subscriber’s information containing the following fields.\r\n<ul>\r\n <li>Account Information</li>\r\n <li>Billing Address</li>\r\n <li>Shipping Address</li>\r\n <li>Payment Information</li>\r\n</ul>\r\n<strong>Scenario 2</strong>\r\n\r\nRight after an auto invoice is generated against an order. The subscriber can automate the payment process on his own by filling the following fields.\r\n<ul>\r\n <li>Transaction Category</li>\r\n <li>Total Amount</li>\r\n <li>Payment Type</li>\r\n</ul>\r\nFurthermore, once the automatic payments are functional at the organization’s end, they can also get their hands on the additional features that surface as a result of <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> activation.\r\n\r\n<img class=\"aligncenter size-full wp-image-2518\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg\" alt=\"automatic recurring payment services\" width=\"1200\" height=\"800\" />\r\n<h2><strong>Glitch free Payment Processing</strong></h2>\r\nAnother praiseworthy aspect of SubscriptionFlow business is the faster and error-free processing of recurring payments. SubscriptionFlow helps businesses to grow and stay abreast of all the financial challenges. It will also help them to stay connected with all the updated technology and functionalities so that they can use them in their daily work processes to enhance their recurring payments and other payment channels.\r\n<h3><strong>Flawless Recurring Invoices</strong></h3>\r\nSubscriptionFlow’s billing and invoicing functionality will help you automate your invoices against minimal click. It will also help businesses in making a bundle of invoices for the subscribers without much annoyance provided an intuitive and user-friendly dashboard. Subsequently, businesses can plan their billing for recurring invoices to be generated automatically through our invoicing system and stay focused on their business! Automate your invoices and forget the manual aggravation with SubscriptionFlow.\r\n<h3><strong>Automated Reminders</strong></h3>\r\nThe SubscriptionFlow software will also allow you to maximize customer lifetime value by promoting long-term subscription relationships. Maintain a direct line of communication with your subscription customers with the ability to automate invoices, receipts and renewal notice for customers. You can also proactively notify your subscribers when their trial is about to complete or their payment is long overdue or in the event of a cancellation of their subscription.\r\n<h3><strong>Automated Reporting</strong></h3>\r\nThe most important part is the automated custom reports which come under advanced reporting that enable subscribers to develop and produce intricate, detailed report data with the aid of comprehensive scheduling tools. It is pertinent to keep in mind that successful reporting depends on how the data is organized and presented. Currently, most of the software follows rigid practices that limit the easy flow of data. Hence, productivity gets suffered. To resolve this SubscriptionFlow offers an extensive reporting module that will help you streamline your operations and stay abreast of the work productivity. This reporting module has made possible through real-time analytics which includes product usage, customer segmentation, invoice aging, sales rep performance, taxes, payments, and credits.\r\n\r\nPutting all this in a nutshell, automating payment processes is the need of the hour. And SubscriptionFlow is here to help you out with all the nitty-gritty of automatic recurring payments through its robust and intuitive dashboard. Get along with SubscriptionFlow today for glitch-free payments.','How to Set Up Automatic Payments for your Business','','publish','open','open','','how-to-set-up-automatic-payments-for-your-business','','','2020-02-18 12:36:58','2020-02-18 12:36:58','',0,'https://staging.subscriptionflow.com/?p=2516',0,'post','',0),(2517,1,'2020-02-18 12:33:14','2020-02-18 12:33:14','','automatic payments','','inherit','open','closed','','automatic-payments','','','2020-02-18 12:33:20','2020-02-18 12:33:20','',2516,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-payments.jpg',0,'attachment','image/jpeg',0),(2518,1,'2020-02-18 12:33:40','2020-02-18 12:33:40','','automatic recurring payment services','','inherit','open','closed','','automatic-recurring-payment-services','','','2020-02-18 12:33:46','2020-02-18 12:33:46','',2516,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg',0,'attachment','image/jpeg',0),(2520,1,'2020-02-20 14:02:27','2020-02-20 14:02:27','Managing recurring payments have always been a daunting task. But with automation, the whole recurring payment collection process can be easily executed. Subscriptions revolve around recurring payments. So if you are managing subscriptions or thinking to switch towards a subscription business then recurring payments software powered by SubscriptionFlow is the ultimate stop for you. Be it managing payments, subscriptions, billing, invoices or managing mid-way changes then SubscriptionFlow is offering <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> software that will handle every tiniest part of subscriptions for your business.\r\n<h2><strong>How to set up Recurring Payments? </strong></h2>\r\nRecurring payments are such payments that are automatically charged after a definite interval on the exact date and time frame (say on a monthly or annual basis). Moreover, SubscriptionFlow offers customization to its clients at every step. How? When it comes to billing SubscriptionFlow lets you customize your billing cycles any time you want to. Do not restrict yourself to old fashioned monthly or annual billing cycles in order to collect your recurring payments. Instead, take charge in your hands and run your business as per your customized terms.\r\n<ul>\r\n <li>\r\n<h3><strong> Recurring Invoices </strong></h3>\r\n</li>\r\n</ul>\r\nYou can automate the entire payment process at a fraction of the cost. Each paid invoice adds up to the total revenue of your business, and our software ensures the creation and sending of all the invoices in a professional manner. Through recurring invoices, you can make sure you collect your recurring payments in a timely manner.\r\n<ul>\r\n <li>\r\n<h3><strong> Consolidated Invoices</strong></h3>\r\n</li>\r\n</ul>\r\nConsolidate charges in a single invoice to send to a customer with multiple subscriptions. Or when the recurring payment for all subscriptions within a business has to go out to the same person in charge of payments.\r\n\r\nSometimes recurring payments software is also known as the subscription management software. These both works in a similar way. They both help businesses to streamline their payment and billing operations with the help of minimal clicks. Billing and executing payment operations with the assistance of recurring payments software is error-free, flexible and efficient. Such software assists businesses to entertain the bulk of payments and bills at the same time without overwhelming other operations.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2522\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg\" alt=\"recurring deposit\" width=\"1200\" height=\"800\" /></p>\r\nIn today’s competitive world, subscription organizations want to cut their operational and labor costs. Rather, they want to work efficiency through automated software that can bring them more business. Under all these conditions, recurring payments software holds true. Such software has enabled businesses to automate all their payment operations against the cause of a few clicks with minimal human intervention.\r\n<h3><strong>Across The Board Solution for a Subscription Business </strong></h3>\r\nHandle the whole customer subscription life cycle with SubscriptionFlow repeating payments or recurring payments in a consistent way with no stresses. In the wake of getting services from SubscriptionFlow organizations don\'t need to physically charge and send their invoices by hand any longer. Recurring payments software by SubscriptionFlow will mechanize the entire charging division and will send charge agreeable solicitations for your sake to your clients. Accordingly, subscription businesses can use their efforts by playing out some different business assignments instead of being involved in administrative errands.\r\n\r\nWith everything taken into account, recurring payments software created by SubscriptionFlow helps organizations not to worry about the estimations of their client\'s subscription plans. From upgrades to downgrades, from initiation to canceling of plans, from charging to producing reports. The repetitive recurring payments software will deal with each low down of subscriptions.\r\n\r\nAll in all, the recurring payments module by SubscriptionFlow combines various modules, customized to automate different undertakings. This module rotates around the mechanization of installments and subscriptions. Regardless of your business size, if you are dealing with subscriptions or billing then you would incorporate recurring payments into your business no matter what. As businesses who deal with billing and subscriptions are most likely to send progressive updates and billing statements whenever the deadlines approach near to their customers. With automation through recurring payments software businesses can do it without any stress. Such features additionally bolster the improvement and different sides of your subscription business. In the end, the goal is always to know your client\'s needs and furnish your business services as per their needs. So they left with no choice but to take your business services.','How to Charge Recurring Payments','','publish','open','open','','how-to-charge-recurring-payments','','','2020-02-20 14:02:27','2020-02-20 14:02:27','',0,'https://staging.subscriptionflow.com/?p=2520',0,'post','',0),(2521,1,'2020-02-20 13:57:32','2020-02-20 13:57:32','','how to charge Recurring payments','','inherit','open','closed','','how-to-charge-recurring-payments','','','2020-02-20 13:57:38','2020-02-20 13:57:38','',2520,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/how-to-charge-Recurring-payments.jpg',0,'attachment','image/jpeg',0),(2522,1,'2020-02-20 13:58:03','2020-02-20 13:58:03','','recurring deposit','','inherit','open','closed','','recurring-deposit','','','2020-02-20 13:58:10','2020-02-20 13:58:10','',2520,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg',0,'attachment','image/jpeg',0),(2524,1,'2020-02-25 11:34:49','2020-02-25 11:34:49','You can now automate your billing workflow and invoicing process through recurring billing software powered by SubscriptionFlow. The software works as a perfect fit for businesses exchanging billing payments online. In today’s world, where fraudulent activities are happening every now and then. Companies need to have a recurring billing software which provides them with secure transactions and payments with minimal effort. Now is the time to make informed and efficient decisions for your business through SubscriptionFlow online recurring payment software. We have crafted the recurring billing software keeping in view all the rising fraudulent activities and pledged to provide our customers with the most secure system of all times at the most affordable price with a high-end customization option.\r\n\r\n<strong>First Things First </strong>\r\n\r\nBefore starting off with the online recurring payment software, it’s a good practice if businesses streamline their customer’s needs first and then incorporate all their deducted needs into our software to entertain the customers in the finest manner. <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Online recurring payment</a> software enables businesses to set up customizable modules in accordance to the customer’s requirements and business niche. So if businesses will do a little homework from their end, it will be easier for our teams to thoroughly guide them.\r\n\r\n<strong>Remove Developer Reliance </strong>\r\n\r\nSubscriptionFlow recurring billing software lets businesses to get rid from the developers in terms of incorporating changes at the software end. It is an extremely customizable system that allows businesses to easily grasp its interface and overall dashboard. It enables businesses to take full control over their billing and invoicing sections with just a few clicks.\r\n\r\n<img class=\"aligncenter size-full wp-image-2529\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg\" alt=\"\" width=\"1200\" height=\"800\" />\r\n\r\n<strong>Manage Complex Billing Scenarios</strong>\r\n\r\nAt SubscriptionFlow, businesses can seamlessly manage their complex billing portfolios through high-end automation. As you scale your business and enter into different online business categories. Our system serves as the most flexible tool which can be tailored in a stress free way to cater all the massive billing scenarios at the cause of a few clicks. The online recurring payment software at SubscriptionFlow removes all the manual billing operations and execute tasks by automating billing cycles on individual basis. So if it’s a lengthy billing operation or a small assignment, SubscriptionFlow lets you perform your billing tasks in the most professional way.\r\n\r\n<strong>Attain Business Goals like Never Before</strong>\r\n\r\nBilling is a process that can be done on a weekly, monthly, quarterly, and annual or sometimes on day’s basis. Now with SubscriptionFlow you can charge your customers based on their usage. If your pricing strategy asks for it. We are offering multiple pricing models that customers can chose from. Starting with usage based model to tier pricing to volume pricing model. You can chose whatever is apt for your business. Also, SubscriptionFlow lets you choose to renew billing cycles based on the date customers signed up on, or bill all customers on a specific date. You can even have customized billing dates for every customer. Furthermore, there is auto-calculating module working for proration in case of upgrades, downgrades. The software also provides you with a free hand for how you would like to handle cancellation process. All in all, through SubscriptionFlow businesses can achieve their targeted goals in an efficient and cost effective way as compared to other platforms.\r\n\r\n<strong>Craft Invoices That Suit Any Billing Scenario </strong>\r\n\r\nYou never know what requests customers might make until they make them. SubscriptionFlow <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">recurring billing software</a> lets you design invoices that can fit into every billing scenario. It lets you give your customers the option to bring all their charges across multiple subscriptions, add-ons and more into a single invoice, on a specific date through unified invoices. The software also allows the users to pay in terms if they cannot pay the full amount at once. Businesses can also send their customers an advance invoice if they want to make an upfront payment.\r\n\r\nSo managing billing operations is not a hefty task with SubscriptionFlow. You can plan your customer’s needs, analyze the footfall and then execute the billing tasks in real-time though online recurring payment system developed by SubscriptionFlow.','Manage Payments as per Customer’s turn out through Recurring Billing','','publish','open','open','','manage-payments-as-per-customers-turn-out-through-recurring-billing','','','2020-02-25 12:45:21','2020-02-25 12:45:21','',0,'https://staging.subscriptionflow.com/?p=2524',0,'post','',0),(2528,1,'2020-02-25 12:40:27','2020-02-25 12:40:27','Recurring Billing Software','Recurring Billing Software','','inherit','open','closed','','stock-exchange-isometric-composition','','','2020-02-25 12:40:57','2020-02-25 12:40:57','',2524,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Recurring-Billing-Software-1.jpg',0,'attachment','image/jpeg',0),(2529,1,'2020-02-25 12:41:17','2020-02-25 12:41:17','','Online Recurring Payment','','inherit','open','closed','','online-recurring-payment','','','2020-02-25 12:41:17','2020-02-25 12:41:17','',2524,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg',0,'attachment','image/jpeg',0),(2533,1,'2020-02-28 12:00:23','2020-02-28 12:00:23','Clearly more and more businesses are jumping towards subscriptions to stabilize their payment collections. Subscriptions revolve around recurring and one-time payments. It exclusively depends on the business how they want to collect their payments. In the current scenario, businesses are preferring to charge recurring payments rather than one time-payments. Recurring payments help businesses to get a continuous revenue stream, which means that it’s extremely vital to get connected with a subscription management system to grow your business financially.\r\n\r\nSomething that businesses are keen about is uninterrupted payment functionality. The smooth the payment process the better the net revenue. Since at the end of the day you have invested so much in setting up your business. A system that is unable to process payments efficiently can cost a business beyond imagination because subscription businesses do not need a customer to go through the check out for more than once. Under such terms, a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a> needs to provide exceptional sign-up, renewal, and payment processing tools. So that the customers do not have to go through a tough time while managing their subscriptions through the software.\r\n\r\nFurthermore, when businesses make the sign-up and plan renewal functionality smooth they can achieve a low churn and a better retention rate. Likewise, the customer acquisition rate also increases when businesses present a glitch-free system to their new customers. And it’s not about the new customers always. If you want to remain in the subscription industry, you got to provide your customers with a seamless subscription management system full of high-end payment automation tools.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-2535 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg\" alt=\"subscription-management-system\" width=\"1200\" height=\"800\" /></p>\r\nNow coming to the revenue part. If you are new to subscription business and want to stay in the industry for long then you need to provide your customers with multiple solutions in a cost-effective way. Not only has this but you need to put all your efforts into the working of the software. An uninterruptible subscription management system can help you gain more customers and hence more revenue. But there are parameters that need to be followed while providing a fully-functional subscription system. Let’s have a look.\r\n<h2>Sign up and Acquiring Customers</h2>\r\nCurrently, a lot of businesses are not aware of their payment acceptance rate. They usually rely on feedbacks coming from the customers provided through the support team. If you too are unaware of your acceptance rate then it’s a matter of sheer concern. Because the acceptance rate is directly proportional to the churn rate. So if there are 50 customers who were unable to process their payments the number will most likely increase if you won’t address it. Under such a condition if you do not make the sign-up process seamless, you would not only lose your customers but also a lack in overall revenue. Furthermore, you also need to have the customer’s acquisition data readily available to figure out your payment acceptance rate.\r\n<h3><strong>Billing Support Team </strong></h3>\r\nIt is imperative to have a support team readily available to address all the issues relating to the payment. Customers always need assistance at the time of sign up, processing payments and renewals. So a timely response is always needed to retain customers. Also, if you lack to present a prompt response to customer queries there is a high chance that you would lose the opportunity of a chargeback. So having an experienced support team is vital in terms of gaining continuous revenue through subscriptions.\r\n<h3><strong>Mitigating Risk factors </strong></h3>\r\nLast in the line is reducing the risk factors every time a customer comes for a sign-up. There needs to be a proper check on suspicious orders and fraudulent activities so that your customers can relish a transparent subscription experience. Businesses can also take expert advice on incorporating conditions based on the customer’s profile and transaction history. A well-tested subscription management system can help you lead towards the ladder of financial excellence.\r\n\r\nWith all that, SubscriptionFlow is the only platform that has made sure to incorporate all the above-mentioned parameters in its subscription management system to facilitate the clients with the best of the services.','Maximize Revenue and Remove Payment Complexity through A Subscription Management System','','publish','open','open','','maximize-revenue-and-remove-payment-complexity-through-a-subscription-management-system','','','2020-02-28 12:00:23','2020-02-28 12:00:23','',0,'https://staging.subscriptionflow.com/?p=2533',0,'post','',0),(2534,1,'2020-02-28 11:56:05','2020-02-28 11:56:05','','saas-subscription-system','','inherit','open','closed','','saas-subscription-system','','','2020-02-28 11:56:14','2020-02-28 11:56:14','',2533,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/saas-subscription-system.jpg',0,'attachment','image/jpeg',0),(2535,1,'2020-02-28 11:56:53','2020-02-28 11:56:53','','Subscription-management-system','','inherit','open','closed','','subscription-management-system','','','2020-02-28 11:56:53','2020-02-28 11:56:53','',2533,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg',0,'attachment','image/jpeg',0),(2537,1,'2020-03-02 13:46:20','2020-03-02 13:46:20','People often misinterpret invoices with bills but they slightly differ in their working. A bill is a receipt generated when a subscription plan or a service is purchased. However, an invoice is also a receipt but it is sent to the customers so that they can clear the payment. In other words, an invoice is a document that tells how much amount a customer owes to the company. The only difference between the two is, once the customer pays for a subscription plan an invoice is sent to the customer.\r\n\r\nIn earlier times, businesses were managing their invoices manually. When you run a subscription business, there is always a chance that your customers might leave you on the slightest mistake so you better provide an error-free service. Keeping in view all the customer-centered scenarios, SubscriptionFlow has introduced invoice automation in its subscription management system. Furthermore, with an option of customization businesses can now tailor their invoices anytime in accordance with their customer’s demands.\r\n\r\nWith the invoice, automation businesses can execute their post <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing</a> procedures in the blink of an eye which seems to be impossible a few decades back. As soon as a customer makes a purchase an automated invoice is sent to the customer. SubscriptionFlow lets you clear your invoices flexibly through its subscription management system. You can pay the full amount all at once or you can also pay partially. I.e. some amount in the beginning and the remaining laterwards. In the latter one, the invoice will be showing the remaining amount as a “due payment”.\r\n<h2><strong>Say No to Complexity</strong></h2>\r\nWith SubscriptionFlow invoice automation, you can send clearer and easy to understand invoices to your customers with just a click as an email attachment. The invoice automatically generates as soon as a payment is charged. The invoice contains all the essential information about the subscribed plan, term and amount. We believe there is no need to make things complex for your customers. Instead, you can simplify your tasks, collect payments and relax.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2539\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg\" alt=\"billing-invoicing-automation\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h3><strong>Adjust Notes</strong></h3>\r\nSubscriptionFlow enables businesses to add additional notes into an invoice if a customer makes a request. Likewise, they can also incorporate plan details from their end or any coupon, add-on information in an invoice for a better understanding.\r\n<h3><strong>Perform Multiple Actions </strong></h3>\r\nBusinesses can now apply for direct credits; excessive payments remove a payment or quote a refund in an invoice through our subscription management system. It’s an added feature that businesses can utilize while billing their customers. Businesses can also reduce their last moment errors through this. For instance, if they missed to refund a payment or somehow missed to implement a coupon earlier they can do that all in the invoice section.\r\n\r\nWith all that, SubscriptionFlow lets you bill your customers in an extremely seamless way. You can perform all your invoice related tasks in a matter of a few clicks with our invoice automation tools. Get along with SubscriptionFlow today for a dose of uninterrupted automation.','Embrace Invoice Automation and Say Goodbye to Invoice Distresses','','publish','open','open','','embrace-invoice-automation-and-say-goodbye-to-invoice-distresses','','','2020-03-02 13:46:20','2020-03-02 13:46:20','',0,'https://staging.subscriptionflow.com/?p=2537',0,'post','',0),(2538,1,'2020-03-02 13:42:59','2020-03-02 13:42:59','','invoice-automation','','inherit','open','closed','','invoice-automation','','','2020-03-02 13:43:09','2020-03-02 13:43:09','',2537,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/invoice-automation.jpg',0,'attachment','image/jpeg',0),(2539,1,'2020-03-02 13:44:05','2020-03-02 13:44:05','','billing-invoicing-automation','','inherit','open','closed','','billing-invoicing-automation','','','2020-03-02 13:44:17','2020-03-02 13:44:17','',2537,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg',0,'attachment','image/jpeg',0),(2542,1,'2020-03-04 11:37:47','2020-03-04 11:37:47','','AI and SaaS','','inherit','open','closed','','ai-and-saas','','','2020-03-04 11:37:54','2020-03-04 11:37:54','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-and-SaaS.jpg',0,'attachment','image/jpeg',0),(2544,1,'2020-03-04 11:45:30','2020-03-04 11:45:30','Artificial intelligence has become increasingly popular in recent years and rightfully so SaaS companies have also shifted their attention towards it. AI has introduced a number of opportunities for the SaaS industry in terms of improving customer service, sales management, customer relationship management, marketing tools, and efficient communication across teams or with customers. The witnessed shift in the SaaS industry has brought due to machine learning and artificial learning. To jump on this bandwagon, one needs to look at all the ways in which artificial intelligence and SaaS have become a worthy collaboration. Our subscription management software is AI-enabled which has helped companies upgrade their way of doing business.\r\n\r\nIf you are a SaaS company then let us introduce the areas where artificial intelligence has created a long-lasting impact. When it comes to AI, many companies are using self-service channels to improve their customer service. This way customer support representatives do not have to contact every customer and address their query. This is just an example of how artificial intelligence is helping SaaS companies make strides in productivity. Another major way the integration of artificial intelligence has improved business is by targeting productivity. AI solutions have reduced the time, resources and effort. Companies experience a competitive advantage by automating their tasks and operations.\r\n<h2><strong>How Are Companies Utilizing The Latest AI Technology</strong>?</h2>\r\nIf you are a SaaS company and looking to optimize your business with AI then you have a lot to look forward to. Most of all, you will experience better productivity in daily operations and in complex, time taking procedures as well. The rationale behind using artificial intelligence is to intertwine efficiency with ease of operations. AI is reducing manual labor to run daily operations and has made customer relationships with vendors more meaningful. As we go into the new age of AI and SaaS, the following are the ways in which different areas of SaaS business are being impacted, improved and revolutionized:\r\n<ul>\r\n <li>\r\n<h3><strong> Customer Personalization</strong></h3>\r\n</li>\r\n</ul>\r\nCustomers are the cornerstone of your company. They not only drive sales but also contribute to your business growth through continuous use of your products and services. Today companies are looking forward to the personalized experience with their customers to increase customer loyalty and level of satisfaction. This is made possible by analyzing customer’s preferences and updating their user interface to show a tailored feed of products and options. In the face of growing competition, offering customizing your website’s functionality will help in growing your loyal customer base. AI also allows companies to add the feature of personalized email campaigns which further cements the longevity of vendor and client relationships.\r\n<ul>\r\n <li>\r\n<h3><strong> Analytics </strong></h3>\r\n</li>\r\n</ul>\r\nThe most important feature of artificial intelligence is to present an analysis of historical data and information regarding user behavior. By gaining actionable insight into what your customers are searching, purchasing and their behavioral patterns, you can anticipate what your customers will do next. To elaborate further you can easily gauge when your customers are dissatisfied with your service or about to disengage from their subscription. The purpose of equipping companies with in-depth information like analytics is to help them remedy situations before they take place. When you are aware of your customer’s dissatisfaction, you can easily reach out to them or customize their feed according to their interests. Leveraging customer-related data gives SaaS companies an edge over old software to build better customer service. You no longer have to rely on big data or generate reports so the process of addressing issues is not delayed. Marketing campaigns can also use these analytics because data gathered through surveys, loyalty programs, and online tracking will allow you to design well-targeted campaigns and plan their service accordingly.\r\n<ul>\r\n <li>\r\n<h3><strong> Chatbots</strong></h3>\r\n</li>\r\n</ul>\r\nChatbots are the most widely used form of artificial intelligence used by SaaS companies. Using chatbots improves lead management and customer service. This round the clock feature saves costs on customer service, achieves higher customer satisfaction, and allows your representatives to only focus on complicated queries. These chatbots are not only used for addressing customer queries but also saves the data and insight gathered from customer interaction. Some bots are specifically designed to collect feedback through online surveys as well. The gained feedback through customers will help you to design better product design and marketing strategy.\r\n\r\nConsidering all of these ways in which AI has revolutionized the SaaS business, it is clear that supplementing AI technology is an assured way to enhance your service. If the above-mentioned features and discussion on AI technology have sparked your interest then contact SubscriptionFlow to integrate this technology into your business seamlessly.','AI Technology Has Empowered Businesses to Excel in the SaaS Market','','publish','open','open','','ai-technology-has-empowered-businesses-to-excel-in-the-saas-market','','','2020-03-04 11:45:30','2020-03-04 11:45:30','',0,'https://staging.subscriptionflow.com/?p=2544',0,'post','',0),(2546,1,'2020-03-04 11:42:13','2020-03-04 11:42:13','','Illustration of robot vector graphic','Illustration of robot vector graphic','inherit','open','closed','','illustration-of-robot-vector-graphic','','','2020-03-04 11:42:13','2020-03-04 11:42:13','',2544,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/17590.jpg',0,'attachment','image/jpeg',0),(2547,1,'2020-03-06 12:25:55','2020-03-06 12:25:55','Subscriptions can be a nightmare if not dealt properly. Businesses cannot afford to lose their customers because of subscription mishandling. Another factor that plays a role in reducing customer footfall is, errors caused by human negligence. These two factors insisted businesses invest in a <a href=\"https://staging.subscriptionflow.com/subscription-handling/\">subscription handling software</a> which will not only help in streamlining subscriptions but also managing the whole business automatically.\r\n\r\nSubscription is all about dealing with regular payments over a recurring period. Customers choose a specific service and subscribe to its plan. A subscription handling software automates the whole process from choosing a plan to making an online payment for it. There are various steps involved in automating a subscription request. But before that let’s first see how software can help users to stay away from payment aggravation.\r\n\r\nA subscription handling software is a tool that helps users to operate their lengthy payment processes with just a click. And that too without paying any physical visit. The software helps users to not only save their time but also select from a wide variety of services. With such software, online payments have become bliss, unlike earlier times. Also, users can pay for highly acclaimed Netflix and amazon services without any hassle. A single click and payments are done it’s that simple.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2549\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg\" alt=\"SaaS-subscription-handling-software\" width=\"1200\" height=\"800\" /></p>\r\nA subscription handling software works best for businesses who are bizarre form their scattered invoices. This software is a seamless creation for streamlining documents and processes. Automation is involved at every stage which helps businesses save time and become efficient in less time. This software assists businesses with automatic invoices against a click which means no lengthy manual billing anymore. And if businesses do not know how to design invoices then they can take assistance with the built-in templates which are readily available. As soon as a template is selected the software will develop a perfectly crafted invoice for your customer base which will be in sync with the customer’s bills. After creation, the next step is storing invoices. And for storing purposes this software has a fully automated storage section that solely stores documents that can be reviewed and track laterwards.\r\n\r\nA subscription handling software runs on a cloud environment which makes the software easy to access. Furthermore, the software is fully secure and compliant in terms of transactions and payments. SubscriptionFlow takes pride in crafting a subscription handling software that is free of human errors and full of automation excellence. We at SubscriptionFlow like to empower businesses through automation. And while doing that we have improved and tested our software a couple of times and have achieved ultimate excellence in catering customer’s requests and orders.\r\n\r\nIn the current market, there is no revenue generation without subscriptions. Having no subscriptions in your business would not just slow down the business but also hit your customer footfall badly. There are so many points that make subscription handling software a fundamental part for businesses, especially those who are into online stores and global customers. The software also provides businesses with unparalleled subscription automation to scale their business.\r\n\r\nAnalytical reports are also generated through this software. You can call your customer’s new and old subscriptions and maintain the modifications distinctly. Having to manage subscriptions without a subscription handling software is like there is no cherry on the cake. Trust us, it is like that. Without software, you cannot run the subscription business. Since there is so much to do. There is no business excellence without subscription handling software powered by SubscriptionFlow. Whatever your expertise is, you can coordinate with SubscriptionFlow for resolving billing, payments and subscription-related matters. We have all these three fundamental features consolidated under one system naming subscription handling software. Get in touch today.','SubscriptionFlow Delivering Unparalleled Services to Empower Smart Brands','','publish','open','open','','subscriptionflow-delivering-unparalleled-services-to-empower-smart-brands','','','2020-03-06 12:25:55','2020-03-06 12:25:55','',0,'https://staging.subscriptionflow.com/?p=2547',0,'post','',0),(2548,1,'2020-03-06 12:23:18','2020-03-06 12:23:18','','subscription-handling-system','','inherit','open','closed','','subscription-handling-system','','','2020-03-06 12:23:24','2020-03-06 12:23:24','',2547,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/subscription-handling-system.jpg',0,'attachment','image/jpeg',0),(2549,1,'2020-03-06 12:23:44','2020-03-06 12:23:44','','SaaS-subscription-handling-software','','inherit','open','closed','','saas-subscription-handling-software','','','2020-03-06 12:23:54','2020-03-06 12:23:54','',2547,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg',0,'attachment','image/jpeg',0),(2551,1,'2020-03-09 11:30:53','2020-03-09 11:30:53','In the business world, there has been a lot of buzz about recurring billing regardless of the industry or the type of products being offered. Although subscription and automatic recurring billing software is not a novel concept, many companies have been implementing recurring billing to boost their sales and give their customers ease of automatic payments. From having the choice of multiple payment gateways to automatically generated invoices, any business that uses automatic recurring billing software experiences unprecedented growth and productivity in its business management. So to say that recurring billing software and its features benefit both vendors and customers would not be wrong.\r\n\r\nAn ideal automatic recurring billing software treads the fine line between simplicity and complexity. How? Because it does all your work for you. Your developers do not have any complex coding to make any changes to accommodate your growing needs in the future. It not only gives your customers a seamless payment and checkout experience, but it also empowers companies or entrepreneurs to handle multiple billing plans, tax calculations, and invoice generation efficiently. This software can do much more than just generating automatic invoices or reducing customer churn.\r\n<h2><strong>Simplify Your Billing Process </strong></h2>\r\nInvesting in automatic recurring billing software is a commitment so it is important for you to look for essential features in the software you are choosing. Companies often face roadblocks when it comes to using the effective features of recurring billing software to maximize revenue or increasing retention. If you, as a company are in the same situation then it is advisable to read more on ways in which your business can reach its highest potential. It might not seem obvious but automatic recurring billing software has a lot to do with your business performance.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2553\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg\" alt=\"AI-based-recurring-billing-software\" width=\"1200\" height=\"800\" /></p>\r\nFirst of all, this software is targeted at improving how you handle <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a> processes. Tax calculations, discounts, coupons, proration, and taking payment method/gateway into account has single-handedly simplified the billing process. Billing and invoicing process is integral to your financial management and this is why your subscriptions require a robust recurring billing software. Now you can also offer multiple payment methods and accommodate different pricing plans based on your customer’s needs and target market. Without having to worry about manually managing invoices, you can fully implement your business model and even improve it to target a larger market globally. Accommodating complex processes while maintaining the simplicity of management is the main purpose of this software.\r\n<h3><strong>Maximize Revenue with Smart Dunning </strong></h3>\r\nAside from your billing operations and streamlined checkout process, automatic recurring billing software also helps you maximizing revenue. If you are integrating billing software then it is important that it helps you reduce revenue leakage. This is something that is experienced by many SaaS companies yet only a few have cracked the code to solve this issue. But fret not, SubscriptionFlow has a smart solution to revenue recovery like smart dunning. Now dunning management targets loopholes in customer communication through email reminders for failed payments in case none of the payment gateways work and lets them know to update their billing information.\r\n\r\nFirst of all, it performs multiple retries for failed credit card payments. There are many reasons why credit card payments fail. Sometimes, your customers do not have enough funds or the withdrawing limit exceeds. Next, if the transaction cannot take place then an automated email is sent out to the customers so they can know why their payments failed.\r\n<h3><strong>Utilize Proration Handling</strong></h3>\r\nWe have talked about how software like SubscriptionFlow has elaborate state of the art features for you to explore and maximize your revenue with. It is obvious that the automated billing processes, offering multiple methods, and using smart dunning are just some ways of how you can optimize your billing process for you and your customers. But there are instances where your customers make changes in their subscription plans like making upgrades or downgrades? Can they be monitored? With SubscriptionFlow you can easily handle prorated subscriptions. It makes sure that your customers are charged accurately for the services they have utilized.\r\n\r\nOur software is designed to charge your customers accurately for the services they have used. If their subscriptions have not been upgraded then your customers will be charged for the new products they have been using. All in all, an ideal automatic recurring billing software like SubscriptionFlow is more than capable of helping companies to maximize their revenue through smart features like the ones we have mentioned above. If you are curious about how this software will fit into your business then contact our experts today.','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue','','publish','open','open','','leverage-the-best-tools-of-automatic-recurring-billing-software-to-boost-revenue','','','2020-03-09 11:30:53','2020-03-09 11:30:53','',0,'https://staging.subscriptionflow.com/?p=2551',0,'post','',0),(2552,1,'2020-03-09 11:23:41','2020-03-09 11:23:41','','automatic recurring billing-software','','inherit','open','closed','','automatic-recurring-billing-software','','','2020-03-09 11:23:51','2020-03-09 11:23:51','',2551,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-recurring-billing-software.jpg',0,'attachment','image/jpeg',0),(2553,1,'2020-03-09 11:24:04','2020-03-09 11:24:04','','AI-based-recurring-billing-software','','inherit','open','closed','','ai-based-recurring-billing-software','','','2020-03-09 11:24:12','2020-03-09 11:24:12','',2551,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg',0,'attachment','image/jpeg',0),(2555,1,'2020-03-11 13:41:31','2020-03-11 13:41:31','<h2><strong>Overview</strong></h2>\r\nCoping up with recurring payments need a sheer set of dedication. A business cannot run its operations smoothly for long with manual exercises. It has to be another way where businesses can perform their tasks that always seemed daunting with just a single snap. Taking the point further SubscriptionFlow has designed recurring payments software that will do all the work automatically for businesses in just a couple of snaps. Before we dig its pros, let’s take a glance at how to process recurring payments for a business.\r\n\r\nRecurring payments can be defined as continuous payments charged automatically after a set period of time. The recurring payments software helps you process your customer’s payments in an effortless way. No matter whether you are a mid-size or enterprise-level business, recurring payments software powered by SubscriptionFlow entertains everyone.\r\n<h3><strong>Automation in Recurring Payments</strong></h3>\r\nAs mentioned earlier, recurring payments are automatically charged payments after a definite interval on the exact date and time frame (say on a monthly or annual basis). Moreover, SubscriptionFlow offers customization to its clients at every step. How? When it comes to processing payments SubscriptionFlow lets you customize your billing cycles any time you want to. So that you can experience a flexible payment processing. We do not want you to restrict yourself to the old fashioned monthly or annual billing cycles in order to collect your recurring payments. Instead, go the other way around and take charge in your hands and run your business according to your terms.\r\n\r\nThere are different types of invoices that the recurring payments software can develop every time a payment is processed. Currently, SubscriptionFlow deals with two types. One, Recurring Invoices. Second, Consolidated Invoices.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2558\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg\" alt=\"recurring-payments-features\" width=\"952\" height=\"996\" /></p>\r\n\r\n<h3><strong>Diverse Invoices </strong></h3>\r\nRecurring invoices helps you automate the entire payment process at a fraction of the cost. Each paid invoice adds up to the total revenue of your business, and our software ensures the creation and sending of all the invoices in a professional manner. Through recurring invoices, you can make sure you collect your recurring payments in a timely manner. Whereas Consolidated Invoices combine or fuse the charges in a single invoice to send to a customer with multiple subscriptions. Or when the recurring payment for all subscriptions within a business has to go out to the same person in charge of payments.\r\n<h3><strong>Highlights of A Recurring Payments Software </strong></h3>\r\nSometimes recurring payments software is also known as the subscription management software. These both works in a similar way. They both help businesses to streamline their payment and billing operations with the help of minimal clicks. Billing and executing payment operations with the assistance of recurring payments software is error-free, flexible and efficient. Such software assists businesses to entertain the bulk of payments and bills at the same time without overwhelming other operations.\r\n\r\nThe main functionality provided by <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments software</a> is automatic billing. From creating distinct bills to creating their invoices to storing the customer’s orders. The recurring payments software achieves every bit of it through its automatic billing feature. Mostly subscriptions are considered as services that customers opt and then renew after a definite interval. Earlier the companies used to add customer details repeatedly but not now. The recurring payments software is efficient enough to add customer information on repetitive terms on the basis of the information stored in the databases. This makes it a less time-consuming option for the practical world.\r\n<h4><strong>Easy On the Budget Software</strong></h4>\r\nToday, subscription organizations want to cut their operative and employment costs. Rather, they want to work efficiently through automated software that can bring them more business. Under all these conditions, recurring payments software holds true. Such software has enabled businesses to automate all their payment operations against the cause of a few clicks with minimal human intervention.\r\n\r\nWith everything taken into account, recurring payments software assists companies not to worry about the client\'s subscription plans. From upgrades to downgrades, from initiation to canceling of plans, from charging to producing reports. The repetitive recurring payments software will deal with each low down of subscriptions.\r\n<h4><strong>Subscriptionflow Is a Name To Remember</strong></h4>\r\nPutting all this in a nutshell, a recurring payments system unites diverse functionalities, customized to automate different undertakings. This system rotates around the phenomenon of subscriptions. Regardless of your business size, if you are dealing with subscriptions or billing then you must incorporate recurring payments software into your business in order to avoid interruptions. Companies can now manage a customer’s life cycle of subscriptions with no stress yet in a consistent way. In the wake of getting recurring payments services from SubscriptionFlow companies do not need to manually charge and send their invoices by hand. SubscriptionFlow has simplified the whole process for businesses so that they can furnish their services as per their client demands and requirements.','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software','','publish','open','open','','stay-one-step-ahead-of-your-competitors-with-uninterrupted-payment-processing-through-recurring-payments-software','','','2020-03-11 13:41:31','2020-03-11 13:41:31','',0,'https://staging.subscriptionflow.com/?p=2555',0,'post','',0),(2556,1,'2020-03-11 13:38:13','2020-03-11 13:38:13','','recurring payments processing','','inherit','open','closed','','recurring-payments-processing','','','2020-03-11 13:38:18','2020-03-11 13:38:18','',2555,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-processing.jpg',0,'attachment','image/jpeg',0),(2558,1,'2020-03-11 13:39:49','2020-03-11 13:39:49','','recurring-payments-features','','inherit','open','closed','','circles-and-colors-tech-infographics','','','2020-03-11 13:39:59','2020-03-11 13:39:59','',2555,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg',0,'attachment','image/jpeg',0),(2561,1,'2020-03-13 11:14:11','2020-03-13 11:14:11','Subscription management software is known for improving growth for many businesses. This software has single-handedly enabled companies to drive more subscription revenue. Particularly with recurring payments, it is important that small businesses have an automated system in place like <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> to help businesses handle the invoicing and billing process. There is a lot that goes into generating invoices and collecting bills. From tax calculation to adding discounts or coupons on the checkout page, the invoicing process can be intimidating. Many times small businesses spend a lot of time assembling their invoices on excel sheets. Subscription management software works on top of recurring payments for small businesses to give them the support they need with automated payment processing.\r\n\r\nSubscriptionFlow has the right solution to the hassle of billing and invoicing processes for small businesses. Although our software caters to large enterprises and medium to small businesses, we understand that every company has different needs and deals with clients differently. However, there is no doubt that subscription management software is essential for running your business operations smoothly. With our software, you can generate invoices and process payments within a few clicks. Automating your recurring billing will allow you to set your billing cycle to a monthly, bi-weekly or yearly basis and set different pricing plans like usage-based, etc. Furthermore, you will be able to calculate tax, global tax, add-ons, and discounts on your checkout page and present your clients with effortlessly created invoices. Our subscription management software will also allow you to set multiple payment methods to cater to different customers and accept different currencies so your customers do not abandon their shopping cart.\r\n\r\n<img class=\"aligncenter size-full wp-image-2563\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg\" alt=\"saas subscription software helping small businesses\" width=\"1200\" height=\"800\" />\r\n\r\nWe understand that as a small business you might think that working with a subscription management software might get tedious or a wasted investment that could be spent elsewhere. SubscriptionFlow believes that recurring or subscription management software can be customized to cater to your needs so you are not overwhelmed by so many features and it’s easy to use design will suit your needs. Before considering to integrate a subscription software, it is important that you review reasons for why many companies are relying on subscription management software to execute their payment operations. It would be amiss to not delve into the tools of subscription management software and what makes it worthy of your investment.\r\n<h2><strong>Make a Valuable Investment In This Software </strong></h2>\r\nFirst of all, subscription management software for small business cuts down costs that are spent on building and managing your own software. There is no coding or development required for this software. Our expert team of consultants can help you integrate this software seamlessly into your system and provide training for your accounts team to become experts in using the software. Furthermore, the costs spent on hiring professionals to handle your invoices will be spent on marketing or improving customer service. Basically, subscription management software removes complexity from the billing and invoicing process. We understand that this process is not limited to just generating invoices or collecting payments from clients. Your sales and growth calculated from the collected payments help you keep track of your business health and return on investment. This is why we want to make sure that with our cost-effective software, you can always stay abreast of your financial health and make the best decisions based on that.\r\n<h3><b>Handle the Subscription Life-cycle Efficiently </b></h3>\r\nWhen it comes to automation the most important point to remember is that your customer’s subscription lifetime is handled by the software itself and there is little need for intervention once you have made some settings. Subscription management software not just involves automating the payment process. It also focuses on improving communication with your clients via automatic notifications and reminders in case their payments are overdue or failed. From billing your customers on their single or multiple subscriptions to keeping an account of any changes, upgrades or downgrades takes place, nothing is too complicated for SubscriptionFlow. Even add-ons, calculating taxes, and adding discounts to each customer’s invoice is easy with subscription management software. The speed, convenience, and simplicity of subscription management are unmatchable.\r\n<h3><strong>Reduce Churn with Subscription Management Software </strong></h3>\r\nAutomation of your billing process will also allow you to manage subscription in an efficient manner with churn reduction through dunning. For small businesses, it is important to have a system in place for you to avoid involuntary churn that might be happening because of failed payments. We have automatic payment retries so you do not have to follow up with your client incessantly for failed payments. Smart dunning is an automatic process so you only need to set the schedule of retries and once that fails you can choose when to send an email reminder to your customer regarding failed payment. After that, if nothing else works, there is an option for your system to cancel the subscription after a set number of retries have been performed. In the end, our goal is to help your business reach its full potential and in this age, automating your billing process and subscriptions is the right place to start. For small businesses, this software stands as a cost-effective and valuable investment and with our software, you will be able to realize your business goals in no time.','Reach your Full Potential as a Small Business with Subscription Management Software','','publish','open','open','','reach-your-full-potential-as-a-small-business-with-subscription-management-software','','','2020-03-13 11:14:11','2020-03-13 11:14:11','',0,'https://staging.subscriptionflow.com/?p=2561',0,'post','',0),(2562,1,'2020-03-13 11:09:59','2020-03-13 11:09:59','','how subscription software helping small business','','inherit','open','closed','','how-subscription-software-helping-small-business','','','2020-03-13 11:10:07','2020-03-13 11:10:07','',2561,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/how-subscription-software-helping-small-business.jpg',0,'attachment','image/jpeg',0),(2563,1,'2020-03-13 11:10:23','2020-03-13 11:10:23','','saas subscription software helping small businesses','','inherit','open','closed','','saas-subscription-software-helping-small-businesses','','','2020-03-13 11:10:35','2020-03-13 11:10:35','',2561,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg',0,'attachment','image/jpeg',0),(2565,1,'2020-03-17 13:19:31','2020-03-17 13:19:31','SubscriptionFlow has the ultimate subscription management software in store for its customers to utilize automatic billing. Automating the billing and invoicing process has allowed businesses to set up recurring payments for their clients. For their subscription-based needs, it is important that businesses have the right subscription software in place. To fully take advantage of automatic billing and reduce the effort needed to generate invoices or billing customers on a monthly or yearly basis, subscription management software from SubscriptionFlow has introduced state of the art software.\r\n\r\nWhether it is a small business or large enterprise, companies are now shifting to an optimal solution for their billing and invoicing process. We know how time-consuming and error-prone billing and the invoicing process can be. We have aimed to provide our customers with the ease of automatically generated invoice that is accurate, customizable, and performs tax calculation, discounts, refund, etc. automatically.\r\n\r\nUsing automatic billing has a major impact on the speed at which processes take place. Normally, businesses do not have the time to check every invoice or remember the subscription plan of every customer. Every bill is supposed to differ on the basis of usage, upgrade/downgrade, billing frequency, and add-ons or discounts being offered. That is why it is humanly impossible to keep track of when and how much each customer is going to be charged. To take the burden away from businesses so they can direct their energies into achieving business goals, SubscriptionFlow has the ideal subscription management software that offers more than just recurring billing. At a reasonable price USD 30, you too can get access to impeccable features designed by our developers for billing, invoicing, subscription management, customer relationship management, payment processing, etc.\r\n<h2><strong>Send Error-Free Invoices to Your Customers </strong></h2>\r\nLet’s take a look at the tools which contribute to the automatic billing process within our subscription management software. First of all, with minimal effort, you can set up automatic billing and invoices for your customers through the intuitive and user-friendly dashboard. Once the settings have been made the billing process is automatic and triggers on a recurring basis. Creating error-free and quick invoices will no longer be a hassle with automatic billing and you do not have to keep a check on your customer’s subscriptions. Our smart functionalities allow you to cater to each customer’s needs while not spending much time and effort. As your customers grow, using automatic billing and recurring payments will not put any strain on your financial management. The invoices generated with our software can be fully edited, drafted as you choose, and take all arrears into account like sales tax, etc.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2567\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg\" alt=\"Subscriptionflow automated billing software\" width=\"2560\" height=\"1707\" /></p>\r\n\r\n<h3><strong>Stay In Touch With Automatic Email Reminders </strong></h3>\r\nAnother important feature that caters to automating processes for our clients is automatic reminders. Often times, keeping track of your customer’s payments can consume a lot of time and effort. When your billing process is automated it also implies that customer reminders are also sent out automatically. To avoid complications, our management software sends out email reminders to customers about their outstanding payments. This feature has been designed in the view that our clients are empowered to properly handle the customer subscription lifecycle through automation. Building a direct line of communication between you and your customers will help maintain an excellent standard of customer service and transparency. Your customers will also be notified in case their subscriptions are to be cancelled.\r\n<h4><strong>Get Business Insight with Real-Time Reports</strong></h4>\r\nReferring to the automation of the billing and invoicing process, it is not limited to just automatic reminders or fast processing. SubscriptionFlow believes that customers should be able to view and scale their subscriptions and with the growing customer base, we want to empower our clients with real-time custom reports which is accurate and helps them make vital business decisions. For businesses that are offering recurring payments to their customers, they should be able to develop reports with scheduled tools from key performance indicators. These include usage trends, recurring revenue, monthly subscriptions, customer activity like upgrades or downgrades, and payments, etc. These automated custom reports can be viewed from a highly intuitive dashboard which can give you an insight into your business health.\r\n\r\nIn today’s age, it is not possible to survive without software that streamlines and automates your billing and invoicing process. With our subscription management software, our clients are in complete control of what features you want to utilize. Our software is such that it grows according to your growing business. Once you have automated your billing process, you will be destined for a productive and streamlined work environment that is armored against any errors. SubscriptionFlow is here to help you achieve your goals so get started with us today.','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity','','publish','open','open','','subscriptionflow-provides-automatic-billing-to-businesses-for-accelerated-growth-and-better-productivity','','','2020-03-17 13:19:31','2020-03-17 13:19:31','',0,'https://staging.subscriptionflow.com/?p=2565',0,'post','',0),(2566,1,'2020-03-17 13:16:43','2020-03-17 13:16:43','','automatic billing-software','','inherit','open','closed','','automatic-billing-software','','','2020-03-17 13:16:53','2020-03-17 13:16:53','',2565,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-billing-software.jpg',0,'attachment','image/jpeg',0),(2567,1,'2020-03-17 13:17:13','2020-03-17 13:17:13','','Subscriptionflow automated billing software','','inherit','open','closed','','subscriptionflow-automated-billing-software','','','2020-03-17 13:17:23','2020-03-17 13:17:23','',2565,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software.jpg',0,'attachment','image/jpeg',0),(2577,1,'2020-03-30 08:40:45','2020-03-30 08:40:45','Without a completely functional recurring billing system, it becomes immensely challenging to run a subscription-based business. Especially in the current wave of Corona outbreak subscription providing businesses can not afford to lose any customer because of any system ineligibility. Under the given scenario, SubscriptionFlow presents itself as an efficient recurring billing system for businesses worldwide. We are providing real-time recurring billing services to businesses against minimal clicks. Our system is equipped with high-end automation tools that are assisting businesses to process subscription billing requests in real-time.\r\n\r\nThe world is observing social distancing. Businesses have shut down their physical operations, employees are facing the tough time of their lives, the economy has already destabilized. In all this, people are restricted within their homes surrounded by quarantine. The only way for survival is the continuation of online operations. This is where SubscriptionFlow is helping online subscription-based businesses through their recurring billing operations.\r\n\r\nOur recurring billing system enables businesses to automate their repetitive tasks like billing and subscription-based invoicing. We are helping organizations to sustain customer footfall by executing billing requests in a matter of a few moments. At this tough hour, customers want uninterrupted services to divert their stress and SubscriptionFlow is enabling businesses to provide such flawless services to their customer base.\r\n\r\nFurthermore, our recurring billing system is helping organizations to enhance revenue and retain customer footfall. How? Read the following section.\r\n<h2><strong>Sustain Revenue through Subscriptionflow Recurring Billing System </strong></h2>\r\nIt’s a high time to lose revenue because of the current pandemic. Customers might leave your services because of a dearth of finances. They might not be able to pay you for the rendered services during the present lockdown. In all such cases, businesses can still sustain their revenue by offering billing layoffs or billing relaxation to their customers. And SubscriptionFlow helps you achieve that by resetting the billing cycles to a later date automatically for every customer with just a click through its recurring billing system. This way you can ensure your valued customers that you are with them in this tough hour.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2579\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg\" alt=\"Recurring Billing System\" width=\"1200\" height=\"800\" /></p>\r\nAs discussed above, customers facing financial difficulties are more likely to cancel their subscriptions as a quick fix. However, businesses need to make their subscribers or customers realize that pausing a subscription might be a better option rather than canceling it right away. Keeping in view, the recurring billing system developed by SubscriptionFlow is assisting businesses to avail the option of pause a subscription in an efficient way against a single click. In this way, businesses can also avoid deliberate churn and keep their customer footfall going. In the end, customers always remember companies who stood for them in times of crisis.\r\n<h3><strong>Enhance Customer Retention During Corona Outbreak With Subscriptionflow Recurring Billing System</strong></h3>\r\nBusinesses can enhance customer retention during the present outbreak by entertaining billing delays and providing customers with different incentives that boost their morale. Also, they can send empathetic reminder notifications to their customers through our recurring billing system. Reminders like, stay home we care for you, lets fight Corona together, etc. Not to forget, our recurring billing system is providing flexible services to businesses worldwide such as postponing charging cycles and pausing subscriptions. Subsequently, businesses can ensure customer retention and a smooth business flow amid the present Coronavirus outbreak.\r\n\r\nPutting all this in a nutshell SubscriptionFlow recurring billing system is an ideal investment to make during the present crises. Leave your operations to us. We would not disappoint.','SubscriptionFlow Recurring Billing System can make your Work Quicker and Simpler','','publish','open','open','','subscriptionflow-recurring-billing-system-can-make-your-work-quicker-and-simpler','','','2020-03-30 08:40:45','2020-03-30 08:40:45','',0,'https://staging.subscriptionflow.com/?p=2577',0,'post','',0),(2578,1,'2020-03-30 08:39:51','2020-03-30 08:39:51','','Recurring-Billing-Software-process','','inherit','open','closed','','recurring-billing-software-process','','','2020-03-30 08:40:06','2020-03-30 08:40:06','',2577,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-Software-process-1.jpg',0,'attachment','image/jpeg',0),(2579,1,'2020-03-30 08:40:26','2020-03-30 08:40:26','','Recurring Billing System','','inherit','open','closed','','recurring-billing-system','','','2020-03-30 08:40:38','2020-03-30 08:40:38','',2577,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg',0,'attachment','image/jpeg',0),(2581,1,'2021-11-12 14:11:53','2020-03-30 08:49:37','','By Role','','publish','closed','closed','','by-role','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=2581',14,'nav_menu_item','',0),(2583,1,'2021-11-12 14:11:53','2020-03-30 08:52:32',' ','','','publish','closed','closed','','2583','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=2583',15,'nav_menu_item','',0),(2585,1,'2020-04-01 08:06:35','2020-04-01 08:06:35','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/6\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Accommodate Multiple Payment Methods and Different Currencies with these Payment Gateways\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" ael_class=\"p18 pc1\" css=\".vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Enhance customer’s buying experience with payment gateways offered in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> for a secure and fast payment processing[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1599833881290{padding-bottom: 50px !important;}\" el_class=\"generic-content countries-pyament-gateway\"][vc_column][vc_column_text]\r\n<div class=\"listing-box-hover payment-gateway-sections\">\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2668\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png\" alt=\"\" width=\"100\" height=\"60\" />Stripe offers smart tools for online payment processing which offers recurring billing for businesses. As a fully integrated online transaction for global audience. It offers users with comprehensive security and protects businesses from fraud with PCI Compliance. Supported for multiple payment options, Stripe delivers security, transparency, and fast payment processing. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2683\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/06/logo.png\" alt=\"\" width=\"100\" height=\"65\" />CardConnect helps subscription and recurring billing businesses of all sizes grow through safer and faster recurring payment processing. This seamless integration makes accepting and managing payments effortless within the SubscriptionFlow platform. Protected by patented, PCI-validated security defences, you’ll never have to worry about a crippling data breach when processing payments with CardConnect. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-payments-with-cardconnect/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2684\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png\" alt=\"\" width=\"100\" height=\"33\" />PayPal Payment enables customers to receive payments in 100+ currencies with professionally created invoices. Users can process payment by simply using their PayPal account and receive payments faster. As one of the most used digital wallet, using PayPal Payments Pro will result in more customer conversions and expand easily. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2684\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png\" alt=\"\" width=\"100\" height=\"33\" />Ideal for merchant account, PayPal Payflow Pro handles all major credit and debit cards. With lowest rates available, this gateway can work with any processor and also used in online stores with 25 currencies and works in 202 countries globally. This payment gateway also offers customized checkout page template.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2684\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png\" alt=\"\" width=\"100\" height=\"33\" />More than 19 million businesses are being run with the help of PayPal. Scalability, customer support, security, fraud monitoring, and maximum conversions are ensured in PayPal. The PayPal business account enables users to process numerous payments every day and Checkout feature allows customers to pay for items in their shopping cart.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\"><img class=\"alignleft size-full wp-image-2674\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png\" alt=\"\" width=\"100\" height=\"99\" /></a>Authorize.net has simplified payment processing for ecommerce, monthly billing, credit card, and mobile payments. The salient features of this gateway include intensive protection against fraud, automatically updating customer accounts, and supporting different payment methods. With this gateway, businesses receive recurring payments with convenience based on monthly or weekly subscription plans. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2687\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png\" alt=\"\" width=\"100\" height=\"86\" />With more than twenty years of experience in online payment processing, BrainTree is a PayPal service which has been helping businesses streamline their invoices and finances on a daily basis. With seamless integration from popular digital wallets, credit and debit cards, businesses can reach more audience and experience better and secure transactions. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-recurring-billing-with-braintree/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2681\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg\" alt=\"\" width=\"100\" height=\"75\" />Ideal for recurring revenue, GoCardless has processed billions of transactions every year. Working well with subscription management platforms, GoCardless, offers online dashboard for managing pricing plans, memberships, and can be easily added to online stores or websites. Businesses with subscription plans benefit from GoCardless as it has no hidden fees or costs.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-payments-with-gocardless/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2683\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png\" alt=\"\" width=\"100\" height=\"65\" />Ideal for large business enterprises and small businesses, Worldpay is compatible with ACH processing, credit/debit cards, etc. As an agile payment gateway and processor, Worldpay is designed to help businesses with customer order and overall sales growth. As the first global network for recurring payments, it promises and delivers efficiency in sales.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-billing-with-worldpay/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-2682\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png\" alt=\"\" width=\"100\" height=\"47\" />Adyen is an all in one payment platform for all types of businesses which offers in-depth data insights and supports popular payment methods. Many businesses using Adyen have reported 106% return on investment. Within unified commerce checkout pages, different payment methods, and supports various currencies and languages are accommodated.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/recurring-payments-with-adyen/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1599834018066{padding-bottom: 50px !important;}\" el_class=\"Pakistan-content countries-pyament-gateway\"][vc_column][vc_column_text]\r\n<div class=\"listing-box-hover payment-gateway-sections\">\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3530\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png\" alt=\"easy-paisa\" width=\"150\" height=\"107\" />Easypaisa is the most popular end-to-end online payment provider. It is the prime choice of online merchants and customers to send and receive secure, centralized, and convenient online payments. It is a faster, easier, and safer way to make online payments with the lowest services charges through multiple channels.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3506\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png\" alt=\"jazz-cash\" width=\"150\" height=\"78\" />JazzCash, formerly known as MobiCash, is a Pakistani mobile wallet, mobile payments and branchless banking services provider. It was founded in 2012 by Jazz in partnership with their subsidiary bank Mobilink Microfinance Bank. It also provides digital payment service through QR code in partnership with MasterPass.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3184\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/PayFirstSolutions.png\" alt=\"PayFirstSolutions\" width=\"150\" height=\"30\" />PayFirst is the only PCI DSS (Payment Card Industry Data Security Standard) Certified Payment Gateway of Pakistan. It allows online merchants to accept payments from bank accounts, mobile wallets, and UnionPay, Visa, and MasterCard. With quick integrations, merchant onboarding, and fraud transactional monitoring and prevention, it is a secure payment solution.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3176\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/skrill.png\" alt=\"skrill\" width=\"150\" height=\"51\" />Skrill is an international payment gateway that allows online merchants to receive payments. With a single integration, receive payments from all the online platforms, including ACH-Payments, Credit Card Payments, Mobile Payments, and other alternative payment methods. It offers features like a multicurrency account, quick checkout, and chargeback protection.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3177\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png\" alt=\"2-checkout\" width=\"150\" height=\"24\" />2checkout is also available in Pakistan. It is an Accepting worldwide payment from PayPal and Credit Cards made easy with easy-to-integrate 2Checkout. To help you meet the needs of subscription billing, digital global sales, online payment fraud protection, risk management, and compliance, and partner sales, 2Checkout is a reliable payment gateway.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3167\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payoneer.png\" alt=\"payoneer\" width=\"150\" height=\"53\" />With receive, have a US-based virtual bank account to receive digital payments, globally. In the absence of PayPal, Payoneer is the merchant’s ideal choice to accept international payment from anywhere, anytime! It gives e-commerce merchants and their customers a secure, PCI-Compliant, and faster payment solution to send and receive online payments.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3178\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png\" alt=\"xoom\" width=\"151\" height=\"151\" />Xoom is an electronic funds transfer service by PayPal. Xoom allows you to send and receive money across the PayPal accounts and bank accounts. Xoom ensures the security of online payments to more than 25 million customers around the world. Xoom through Cash Pickup and Bank Deposits ensure quick access to the funds all the leading banks in Pakistan.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3179\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg\" alt=\"hbl\" width=\"150\" height=\"58\" />Being one of the oldest and reliable banking services, HBL offers PCI DSS and 3D secured payment gateway for worldwide online transactions. It enables online ventures, including e-stores, membership sites, mobile apps, Facebook/Insta shops to accept recurring payments with merchant accounts through Visa, MasterCard, and UnionPay Credit and Debit Cards.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3183\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/e-gate-mcb-2.png\" alt=\"e-gate-mcb-2\" width=\"150\" height=\"84\" />MCB is the largest banking network in Pakistan. It now offers the MCB eGate for the e-commerce industry to receive digital payments, globally. Cardholders can use national and international Visa as well as Mastercard to pay merchants, whereas merchants using MCB eGate ensure their customers the 3D secure solutions by MIGs—MasterCard Internet Gateway Services.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3187\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg\" alt=\"ubl-internet-payment-gateway\" width=\"150\" height=\"65\" />UBL IPG is the internet payment gateway by UBL banking Network. The 3D-Secured PCI DSS compliant UBL IPG allows online merchants to accept payment globally from national and international credit and debit cards. With easy integration, high uptime, merchant account, and payment protection, it is a widely chosen payment gateway.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\"><img class=\"alignleft size-full wp-image-3189\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png\" alt=\"\" width=\"150\" height=\"153\" />Bank Al-Falah offers Alfa Payment Gateway as a business partner for e-commerce payments. It offers easy integrations, merchant account, national and international payments, merchant portal, protection against online payment fraud, and many more features. Merchants and customers can use Alfa Wallet, Bank Al-Falah, and credit and debit cards for online payments.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Payment Gateways','','publish','closed','closed','','payment-gateways','','','2021-06-25 10:42:58','2021-06-25 10:42:58','',0,'https://staging.subscriptionflow.com/?page_id=2585',0,'page','',0),(2595,1,'2020-04-01 09:37:21','2020-04-01 09:37:21','','authorize','Authorize.net','inherit','open','closed','','authorize','','','2020-04-01 09:37:35','2020-04-01 09:37:35','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize.png',0,'attachment','image/png',0),(2597,1,'2020-04-01 11:10:44','2020-04-01 11:10:44','[vc_row el_class=\"integration-page-section\"][vc_column][vc_tta_tour style=\"flat\" color=\"white\" controls_size=\"sm\" active_section=\"1\" no_fill_content_area=\"true\" el_class=\"integration-section\" css=\".vc_custom_1589281647895{border-right-width: 0px !important;padding-right: 0px !important;}\"][vc_tta_section title=\"All\" tab_id=\"1585739670005-3ba3bec3-551c\"][vc_column_text]\r\n<div class=\"listing-box-hover\">\r\n<div class=\"box-area\" data-wp-editing=\"1\">\r\n<div class=\"box-title-area\">\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\"><img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png\" alt=\"xero\" width=\"144\" height=\"144\" /></a>\r\n<h3 class=\"box-header-title\"><a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\">XERO <span class=\"sub-title\">FINANCE</span></a></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Xero is an accounting SaaS with tools for estimates, account payables, and inventory management. SubscriptionFlow offers seamless syncing of invoices, taxes, credit notes, etc. with Xero Integration. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\">Read More </a></p>\r\n\r\n</div>\r\n \r\n\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png\" alt=\"xero\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">QuickBooks Online <span class=\"sub-title\">FINANCE</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">QuickBooks is accounting software for SMBs to manage revenue and expenses. With SubscriptionFlow Quickbooks integration, invoice customers, pay bills, generate reports, and prepare for taxes. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-quickbooks/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png\" alt=\"Zendesk\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Zendesk <span class=\"sub-title\">Helpdesk</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Zendesk is a customer support SaaS to gather and manage customer interactions in one place. Integrate Zendesk with SubscriptionFlow to track, prioritize, and solve tickets for your subscription business.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604 mw-100\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png\" alt=\"SugarCRM\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">SugarCRM</h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">SugarCRM is an open-source CRM to manage sales and marketing automation, customer accounts, and others. With SubscriptionFlow SugarCRM integration, enhance the personalized customer experience. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-sugarcrm/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png\" alt=\"Hubspot\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">HubSpot <span class=\"sub-title\">Marketing & Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">HubSpot is one of the most advanced and comprehensive marketing automation management software that can be integrated with SubscriptionFlow to automate and track inbound and email marketing. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscriptionflow-hubspot-integration/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png\" alt=\"Hubspot\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Salesforce <span class=\"sub-title\">Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Salesforce is a cloud-based customer relationship management (CRM) software solution that lets you keep track of the leads generated, deals closed, and new customers acquired by your business.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png\" alt=\"Avalara\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Avalara <span class=\"sub-title\">Finance</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Avalara is an automated tax compliance SaaS. SubscriptionFlow offers Avalara integration to calculate sales tax and communications tax from across the world in real-time and file tax returns.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png\" alt=\"MailChimp\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">MailChimp <span class=\"sub-title\">Email Marketing</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">MailChimp is the widely-used email marketing automation platform that manages mailing lists, newsletters, automated campaigns, and more. Integrate this all-in-one marketing platform with SubscriptionFlow. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png\" alt=\"Shopify\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Shopify <span class=\"sub-title\">Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Shopify is a popular & user-friendly eCommerce platform. It allows customers to establish an online space to sell their products and services, with secure payment processing & stack integrations.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-shopify/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png\" alt=\"monday com\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">monday.com <span class=\"sub-title\">Project Management</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">monday.com is a team management software to manage teams and projects for in-house as well as remote working with a visual interface for communication, collaboration, and cooperation.<a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscriptionflow-monday-com-integration/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<!--\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png\" alt=\"Pipedrive\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Pipedrive <span class=\"sub-title\">Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Pipedrive is a sales automation platform to manage sales pipelines, execute, and track sales campaigns. SubscriptionFlow integrates with Pipedrive to engage more leads and grow subscription businesses. <a class=\"read-more-link\" href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-pipedrive/\">Read More</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604 mw-100\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png\" alt=\"Zoho CRM\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Zoho CRM</h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Zoho CRM is the name of an on-demand, SaaS-based customer relationship management (CRM) software solution designed to manage sales, marketing, contacts, customer support and other business function.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png\" alt=\"Zapier\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Zapier <span class=\"sub-title\">Productivity</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Zapier lets you connect Chargebee with hundreds of web apps and services.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png\" alt=\"Slack\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Slack <span class=\"sub-title\">Collaboration</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Never miss an alert related to your subscriptions and payments, thanks to Chargebee\'s integration with Slack.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png\" alt=\"xero\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">PieSync <span class=\"sub-title\">Collaboration</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">PieSync works in the background and integrates your contacts two-way and real-time between your favorite cloud apps.</p>\r\n\r\n</div>\r\n</div>\r\n-->\r\n\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Sales\" tab_id=\"1585739670034-7fa62c30-bca9\" el_class=\"m-diplay-none\"][vc_column_text]\r\n<div class=\"listing-box-hover\">\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png\" alt=\"Hubspot\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Salesforce <span class=\"sub-title\">Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Salesforce is a cloud-based customer relationship management (CRM) software solution that lets you keep track of the leads generated, deals closed, and new customers acquired by your business.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png\" alt=\"Hubspot\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">HubSpot <span class=\"sub-title\">Marketing & Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">HubSpot is a full platform of marketing, sales and customer service software that helps companies attract visitors, convert leads, and support customers.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Customer Support and Success\" tab_id=\"1585739678364-38703855-ef6b\" el_class=\"m-diplay-none\"][vc_column_text]\r\n<div class=\"listing-box-hover\">\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png\" alt=\"Zendesk\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Zendesk <span class=\"sub-title\">Helpdesk</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Zendesk offers a beautifully simple system for tracking, prioritizing, and solving customer support tickets.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Finance\" tab_id=\"1586172396409-f90c3b63-da92\" el_class=\"m-diplay-none\"][vc_column_text]\r\n<div class=\"listing-box-hover\">\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png\" alt=\"xero\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">XERO <span class=\"sub-title\">FINANCE</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Forget your accounting troubles - sync your invoices, payments, credit notes, taxes, etc. from Chargebee to Xero.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png\" alt=\"xero\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">QuickBooks Online <span class=\"sub-title\">FINANCE</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">QuickBooks Online is an easy to use accounting software that assists you to manage business finances.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png\" alt=\"Avalara\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">Avalara <span class=\"sub-title\">Finance</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Avalara makes sales tax compliance smooth and automatic for businesses of all sizes.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Marketing\" tab_id=\"1586172708015-f4831d80-f3b9\" el_class=\"m-diplay-none\"][vc_column_text]\r\n<div class=\"listing-box-hover\">\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png\" alt=\"Hubspot\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">HubSpot <span class=\"sub-title\">Marketing & Sales</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">HubSpot is a full platform of marketing, sales and customer service software that helps companies attract visitors, convert leads, and support customers.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"box-area\">\r\n<div class=\"box-title-area\">\r\n\r\n<img class=\"size-full wp-image-2604\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png\" alt=\"MailChimp\" width=\"144\" height=\"144\" />\r\n<h3 class=\"box-header-title\">MailChimp <span class=\"sub-title\">Email Marketing</span></h3>\r\n</div>\r\n<div class=\"box-desc\">\r\n<p class=\"box-deatil\">Sync your subscribers with MailChimp to create tailored campaigns.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Integrations','','publish','closed','closed','','integrations','','','2021-01-25 08:28:36','2021-01-25 08:28:36','',0,'https://staging.subscriptionflow.com/?page_id=2597',0,'page','',0),(2604,1,'2020-04-01 11:22:03','2020-04-01 11:22:03','','xero','xero','inherit','open','closed','','xero','','','2020-04-01 11:22:10','2020-04-01 11:22:10','',2597,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png',0,'attachment','image/png',0),(2609,1,'2020-04-01 12:56:03','2020-04-01 12:56:03','','qb','','inherit','open','closed','','qb','','','2020-04-01 12:56:03','2020-04-01 12:56:03','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png',0,'attachment','image/png',0),(2610,1,'2020-04-01 12:56:06','2020-04-01 12:56:06','','zapier','','inherit','open','closed','','zapier','','','2020-04-01 12:56:06','2020-04-01 12:56:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png',0,'attachment','image/png',0),(2611,1,'2020-04-01 12:56:07','2020-04-01 12:56:07','','zendesk-medium','','inherit','open','closed','','zendesk-medium','','','2020-04-01 12:56:07','2020-04-01 12:56:07','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png',0,'attachment','image/png',0),(2612,1,'2020-04-01 12:56:08','2020-04-01 12:56:08','','avalara','','inherit','open','closed','','avalara','','','2020-04-01 12:56:08','2020-04-01 12:56:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png',0,'attachment','image/png',0),(2613,1,'2020-04-01 12:56:09','2020-04-01 12:56:09','','hubspot','','inherit','open','closed','','hubspot','','','2020-04-01 12:56:09','2020-04-01 12:56:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png',0,'attachment','image/png',0),(2614,1,'2020-04-01 12:56:10','2020-04-01 12:56:10','','Pipedrive','','inherit','open','closed','','pipedrive','','','2020-04-01 12:56:10','2020-04-01 12:56:10','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png',0,'attachment','image/png',0),(2622,1,'2020-04-02 07:54:18','2020-04-02 07:54:18','','mailchimp','','inherit','open','closed','','mailchimp','','','2020-04-02 07:54:18','2020-04-02 07:54:18','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png',0,'attachment','image/png',0),(2623,1,'2020-04-02 07:56:44','2020-04-02 07:56:44','','piesync','','inherit','open','closed','','piesync','','','2020-04-02 07:56:44','2020-04-02 07:56:44','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png',0,'attachment','image/png',0),(2624,1,'2020-04-02 07:59:11','2020-04-02 07:59:11','','sugarCRM','','inherit','open','closed','','sugarcrm','','','2020-04-02 07:59:11','2020-04-02 07:59:11','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarCRM.png',0,'attachment','image/png',0),(2625,1,'2020-04-02 08:03:03','2020-04-02 08:03:03','','sugarcrm-logo','','inherit','open','closed','','sugarcrm-logo','','','2020-04-02 08:03:03','2020-04-02 08:03:03','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo.png',0,'attachment','image/png',0),(2626,1,'2020-04-02 08:05:06','2020-04-02 08:05:06','','zoho-crm','','inherit','open','closed','','zoho-crm','','','2020-04-02 08:05:06','2020-04-02 08:05:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zoho-crm.png',0,'attachment','image/png',0),(2628,1,'2020-04-02 08:12:10','2020-04-02 08:12:10','','zohocrm','','inherit','open','closed','','zohocrm','','','2020-04-02 08:12:10','2020-04-02 08:12:10','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png',0,'attachment','image/png',0),(2629,1,'2020-04-02 08:18:40','2020-04-02 08:18:40','','sugarcrm-logo-new','','inherit','open','closed','','sugarcrm-logo-new','','','2020-04-02 08:18:40','2020-04-02 08:18:40','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png',0,'attachment','image/png',0),(2633,1,'2020-04-03 07:48:21','2020-04-03 07:48:21','','slack2','','inherit','open','closed','','slack2','','','2020-04-03 07:48:21','2020-04-03 07:48:21','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png',0,'attachment','image/png',0),(2636,1,'2020-04-03 07:52:13','2020-04-03 07:52:13','','salesforce','','inherit','open','closed','','salesforce','','','2020-04-03 07:52:13','2020-04-03 07:52:13','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png',0,'attachment','image/png',0),(2643,1,'2020-04-03 10:22:43','0000-00-00 00:00:00','','Make Your Adoption Journey with Subscription Management System More Seamless with These Techniques for Improved CRM','','draft','open','open','','','','','2020-04-03 10:22:43','2020-04-03 10:22:43','',0,'https://staging.subscriptionflow.com/?p=2643',0,'post','',0); INSERT INTO `_HTO_posts` VALUES (2644,1,'2020-04-03 10:26:14','2020-04-03 10:26:14','Investing in subscription management software has to yield better results for your business in terms of customer relationship management and streamlining of other business procedures. Companies go through an overhaul when they shift their systems to Subscription Management System like SubscriptionFlow, which also involves dispelling old business practices and how daily tasks are carried out, or customer service is provided. While this change is much needed, it can be hard for users to get accustomed to the new workflows and reporting dashboards. In industry terms, the success of the Subscription Management System is based on an adoption journey, which can be described as the process of user mastering the different tools of the Subscription Management System.\r\n<h2><strong>Why businesses adopt Subscription Management System for CRM</strong></h2>\r\nFor businesses, this includes teams or hired professionals who work as customer-facing teams and deal with managing customer accounts, closing deals, handle invoices, subscription plans, generate and nurture leads, marketing campaigns, customer relationship management, or customer service regarding their experience with their subscription plans. All of these processes fall under the Subscription Management System, which does more than just offer recurring billing for your subscriptions. Systems like SubscriptionFlow allow users to manage their customer’s account, assist them in closing deals, and makes the billing and invoicing process as seamless as possible.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-2647\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg\" alt=\"SAAS subscription life cycle\" width=\"800\" height=\"779\" /></p>\r\nOur software also has a reporting dashboard for financial forecasts and keeping track of analytics and key performance metrics like monthly recurring revenue or churn rate. Such tools exemplify your business decisions which will successfully increase your customer base because they are based on real-time data. Aside from that, automated workflows reduce the need for manual data entry or tracking payments. All in all, an ideal Subscription Management System is designed to transform your way of dealing with customers and their experience with your brand.\r\n\r\nIn our experience as an industry leader, we have seen users of Subscription Management System struggle with the following challenges. However, as a firm believer in solution-driven content, we have offered some solutions as well so your business can truly embrace this automated and efficient way of communicating with your audience and converting more leads to customer. Moreover, your journey does not end there. Handling customer lifetime value and maintaining retention is also possible with Subscription Management System like many businesses have been doing once they overcome these challenges in their adoption journey.\r\n<h3><strong>Useful Tutorials and Clear Vision Lead To Easy Adoption</strong></h3>\r\nIf users do not understand why they are using the Subscription Management System and how it can contribute to improving CRM related processes, then you will not be able to accomplish any business goals. Speaking of goals, sometimes a gap between goals and strategies to achieve them can also create ambiguity and cloud understanding of CRM tools of Subscription Management System or overall usage. For this purpose, we suggest that you should revise your strategic vision for the implementation of the Subscription Management System. For example, to improve customer experience and offer the ease of online payment, you have chosen to implement Subscription Management System like SubscriptionFlow. Now the goal is to improve customer experience, and possibilities for strategies are endless. Your customers need better management to show them how your adoption of Subscription Management System will also benefit them and add to their experience of customer management. Tools for effective communication include developing an extensive knowledge base, tutorials focusing on virtues of automation like recurring payments or multiple payment methods. In a way to introduce this transformation to your user, you will have to define the goals to be achieved while highlighting what is in it for them. If your users understand the workings of the system and you choose a software with a user friendly interface like SubscriptionFlow, then they will surely adopt every tool in no time. The main challenge companies’ face in better adoption is training and poor resources can impact your ROI from this investment.\r\n<h4><strong> Offer Incentives for Better Usage And Peer Learning </strong></h4>\r\nOnce you are done with training your users in handling the CRM tools and maximize usage of Subscription Management System, you can also incentivize usage by the rewarding accomplishment of certain tasks which are fundamental to better CRM usage. Moreover, you can add CRM focused goals to your employee’s monthly or quarterly duties, so they can focus on improving their skills with the training provided. Once team members have excelled in usage and see how their customer accounts can be handled in a better way that yields better sales, they will share their positive experience with their peers. You can use their expertise to leverage better usage by forming training groups with them in the lead so they can give walkthroughs for how their job has become more comfortable with automated workflows for marketing, sales, or customer service processes. Now that you are armed with these techniques, you can implement them to ease the user’s journey of adopting and using CRM tools with Subscription Management System.','Make Your Adoption Journey with Subscription Management System More Seamless with These Techniques','','publish','open','open','','make-your-adoption-journey-with-subscription-management-system-more-seamless-with-these-techniques-for-improved-crm','','','2020-04-03 16:03:01','2020-04-03 16:03:01','',0,'https://staging.subscriptionflow.com/?p=2644',0,'post','',0),(2645,1,'2020-04-03 10:24:47','2020-04-03 10:24:47','','Subscription management system adaptation','','inherit','open','closed','','subscription-management-system-adaptation','','','2020-04-03 10:25:00','2020-04-03 10:25:00','',2644,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Subscription-management-system-adaptation.jpg',0,'attachment','image/jpeg',0),(2647,1,'2020-04-03 10:25:39','2020-04-03 10:25:39','','SAAS subscription life cycle','','inherit','open','closed','','saas-subscription-life-cycle','','','2020-04-03 10:25:47','2020-04-03 10:25:47','',2644,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg',0,'attachment','image/jpeg',0),(2668,1,'2020-04-06 15:49:23','2020-04-06 15:49:23','','stripe','','inherit','open','closed','','stripe','','','2020-04-07 15:09:14','2020-04-07 15:09:14','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png',0,'attachment','image/png',0),(2674,1,'2020-04-07 12:35:35','2020-04-07 12:35:35','','authorize','','inherit','open','closed','','authorize-2','','','2020-04-07 15:10:54','2020-04-07 15:10:54','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png',0,'attachment','image/png',0),(2680,1,'2020-04-07 12:52:18','2020-04-07 12:52:18','','braintree','','inherit','open','closed','','braintree','','','2020-04-07 12:52:18','2020-04-07 12:52:18','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree.png',0,'attachment','image/png',0),(2681,1,'2020-04-07 12:56:43','2020-04-07 12:56:43','','gocardless','','inherit','open','closed','','gocardless','','','2020-04-07 15:11:55','2020-04-07 15:11:55','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg',0,'attachment','image/jpeg',0),(2682,1,'2020-04-07 13:01:09','2020-04-07 13:01:09','','ayden','','inherit','open','closed','','ayden','','','2020-04-07 15:12:14','2020-04-07 15:12:14','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png',0,'attachment','image/png',0),(2683,1,'2020-04-07 13:01:54','2020-04-07 13:01:54','','wordpay','','inherit','open','closed','','wordpay','','','2020-04-07 15:12:37','2020-04-07 15:12:37','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png',0,'attachment','image/png',0),(2684,1,'2020-04-07 13:03:57','2020-04-07 13:03:57','','paypal','','inherit','open','closed','','paypal','','','2020-04-07 15:12:55','2020-04-07 15:12:55','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal.png',0,'attachment','image/png',0),(2687,1,'2020-04-07 15:01:27','2020-04-07 15:01:27','','braintree','','inherit','open','closed','','braintree-2','','','2020-04-07 15:11:19','2020-04-07 15:11:19','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png',0,'attachment','image/png',0),(2693,1,'2020-04-08 08:02:56','2020-04-08 08:02:56','','paypal-express-checkout','','inherit','open','closed','','paypal-express-checkout','','','2020-04-08 08:02:56','2020-04-08 08:02:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png',0,'attachment','image/png',0),(2694,1,'2020-04-08 08:02:57','2020-04-08 08:02:57','','paypal-pay-flow','','inherit','open','closed','','paypal-pay-flow','','','2020-04-08 08:02:57','2020-04-08 08:02:57','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png',0,'attachment','image/png',0),(2695,1,'2020-04-08 08:02:59','2020-04-08 08:02:59','','paypal-payment-pro','','inherit','open','closed','','paypal-payment-pro','','','2020-04-08 08:02:59','2020-04-08 08:02:59','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png',0,'attachment','image/png',0),(2714,1,'2020-04-10 12:55:13','2020-04-10 12:55:13','Businesses are still dealing with the consequences of COVID-19 lockdown over the world. From shifting to manage business operations remotely to dealing with customer management, SaaS businesses have found themselves in a problem. This is why companies using Automated Recurring Payments need tools for avoiding churn. Churn is inevitable, and with the looming economic recession, businesses are worried about losing subscriptions and cancellations. This will directly impact monthly recurring revenue as well as other subscription metrics being reported. SaaS companies are being impacted by the consequences of a global pandemic in terms of a large amount of customer’s cancelling or failing to pay for their renewals. Even though Automated Recurring Payments allows for automatic payments, you cannot avoid voluntary churn. This is happening because people around the world are dealing with the economic effects of this pandemic. From losing jobs to huge medical bills, SaaS companies need to be mindful of these factors while they also reel with making changes in their business operations.\r\n\r\nThis is why SubscriptionFlow believes that online stores, B2B or B2C companies using Automated Recurring Payments have a unique opportunity of managing this crisis in a way which will help them maintain low levels of churn, focus on retention, and also provide some relief to their customers. First of all, Automated Recurring Payments can help you use tools for maintaining monthly/yearly recurring revenue and retention goals set by your company. For this purpose, you would need to make updates in your customer engagement strategy regarding the tools you are going to use.\r\n<h2><strong>How Automated Recurring Payments is your key to Churn Reduction</strong></h2>\r\nSpeaking of the tools you can use via Automated Recurring Payments, include: pausing subscriptions, offering trials and discounts, extending trial periods, and creating subscription plans on a limited-time basis. While you are offering these tools, you must also consider increasing attention towards digital marketing, ad campaign, and email marketing to deliver this message in a mindful manner. Your online customer service also has to be more proactive to engage the customer when they face a problem or have a query. A solution like SubscriptionFlow, which offers Automated Recurring Payments, can help you use all of these tools where you can easily use subscription plans and make alterations to cater to your customer’s needs. When combined with a reporting dashboard, your sales team will be able to scale your growth for monthly recurring revenue and churn rate. Moreover, you also need email marketing in order to interact with your customer while being mindful of the severity of this pandemic. Nonetheless, we have seen companies use Automated Recurring Payments solution like SubscriptionFlow and customize subscription plans or offer discounts etc. seamlessly.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-2716 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg\" alt=\"automatic recurring payments\" width=\"512\" height=\"512\" /></p>\r\n\r\n<h3><strong>Pause or Postpone Subscription</strong></h3>\r\nPausing subscriptions or postponing payments might sound like a bad idea, especially when during this crisis, customers are more tempted to cancel their subscriptions. However, we recommend companies to postpone their payments or pause their subscription plans because it will allow you to maintain low levels of churn rate. Involuntary or voluntary churn can be avoided this way, and your customers will remember services which helped them in time of crisis. Pausing subscriptions with Automated Recurring Payments is easy as you can set the billing logic for either free services or halt services till a period under which your customer will be no be charged. With postponing subscriptions, your customers can still use their services for which Automated Recurring Payments already automatically processed payments. Delaying subscription essentially means that you can extend billing time. Automated Recurring Payments will automatically take account of that and charge invoices on the renewed date.\r\n<h4><strong>Offer Discounts and Coupons</strong></h4>\r\nObviously, the most effective way of retaining and even attracting more customers is offering discounts or coupon codes for reduced prices on customer bills. Offering both of them will make your customer reconsider cancellations and coupled with marketing tools like ads, blogs, or email marketing, your customer engagement will increase. Placing customers at the centre of your business will create more confidence between your brand and them. Automated Recurring Payments powered by SubscriptionFlow can easily take account of discounts or coupon codes for invoice generation, so your customers readily receive discounted prices on their subscription plans. You can also set discounts on paid subscription plans for specific customers. This will also motivate them to upgrade their subscription plans.\r\n<h4><strong>Offer Trials on a Limited Period</strong></h4>\r\nExtending trial periods for your customers for a certain amount of time is also an excellent way of accommodating your customer base. You can also offer trials on paid subscription plans. With Automated Recurring Payments, allows you to extend periods for customers who have not yet upgraded to a paid plan. While you offer trials, you can trigger an automated workflow for email reminders focused on getting customers to upgrade to a paid plan. All in all, Automated Recurring Payments has allowed many SaaS companies to offer relaxation to their customers, and SubscriptionFlow is your best bet at tackling churn.','Your Guide to Managing Churn Rate during COVID-19 Pandemic with Automated Recurring Payments','','publish','open','open','','your-guide-to-managing-churn-rate-during-covid-19-pandemic-with-automated-recurring-payments','','','2020-04-10 12:55:13','2020-04-10 12:55:13','',0,'https://staging.subscriptionflow.com/?p=2714',0,'post','',0),(2715,1,'2020-04-10 12:51:47','2020-04-10 12:51:47','','Automated Recurring Payments','','inherit','open','closed','','automated-recurring-payments','','','2020-04-10 12:53:31','2020-04-10 12:53:31','',2714,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(2716,1,'2020-04-10 12:54:04','2020-04-10 12:54:04','','automatic recurring payments','','inherit','open','closed','','automatic-recurring-payments','','','2020-04-10 12:54:13','2020-04-10 12:54:13','',2714,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg',0,'attachment','image/jpeg',0),(2718,1,'2020-04-15 11:29:07','2020-04-15 11:29:07','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1558421116251{background-image: url(https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg?id=2766) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Thank You</h1>\r\n<p style=\"text-align: center;\"> Your request has been received. We will contact you shortly with the details</p>\r\n[/vc_column_text][vc_raw_html]JTVCc2hvd19vcmdhbml6YXRpb25fbGluayU1RA==[/vc_raw_html][/vc_column][/vc_row]','Thank you','','publish','closed','closed','','thank-you','','','2020-05-07 09:43:41','2020-05-07 09:43:41','',0,'https://staging.subscriptionflow.com/?page_id=2718',0,'page','',0),(2721,1,'2020-04-17 12:43:31','2020-04-17 12:43:31','Revenue operations or RevOps is an industry buzzword which has popularized in recent years. As far as SaaS billing or use of recurring billing software is concerned, businesses offering subscriptions have been discovering the virtues of RevOps. For business owners, learning about changes in the sales environment and new techniques is imperative for growth. Considering the popularity of subscription-based services and use of recurring billing software, brands globally have taken advantage of software as a service model.\r\n\r\nWith this trend of traditional businesses turning to recurring billing software like SubscriptionFlow and subscriptions, attention and focus towards customer relationship has increased. Placing the customer at the centre of your business means to focus on customer onboarding, improved customer service, and long term relationship. This brings in more responsibility for your marketing, sales, and customer support teams, and this is precisely what revenue operations or RevOps mean. It is the point of convergence between all of your marketing, sales, and support tools which improve focus on customer’s journey with your business.\r\n<h2><strong>What is RevOps?</strong></h2>\r\nRevOps also involves an analysis of how much marketing, sales, and support services are contributing to the revenue generation in order to make data-driven decisions in the future. It allows you to be more accountable for your investments in these departments and understand customer’s needs as well as keep track of ROI (return on investment). RevOps means that you are going to relegate all departments for having a shared goal for data sharing and show tangible results for both customer success and revenue generated from it. In order to ensure that maximum productive results are generated from RevOps, it is important that these factors are focused: shared goals, mindset, and tools for better performance and aligned data.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-2723\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg\" alt=\"recurring billing software for businesses\" width=\"1200\" height=\"800\" /></p>\r\n Meanwhile, using a recurring billing software also plays an essential role in RevOps as you will be able to see real-time analytics of improved RevOps performance. When your marketing, sales, and customer support is improved, your SaaS metrics will also show improvement, which is the end goal of any RevOps strategy. In contrast, your customer retention increases, robust recurring billing software like SubscriptionFlow will offer you support and automation tools for accounting, invoicing, and financial forecasting. Moreover, SubscriptionFlow also provides automated workflows for invoice generation, checkout page, accounting with Webhooks, and handling failed payments with smart dunning. So for SaaS businesses, starting RevOps strategies would also mean using Recurring Billing Software like SubscriptionFlow, which would support customer’s journey and subscription lifecycle.\r\n<h3><strong>Tools for Effective RevOps Strategy</strong></h3>\r\nAn effective revenue operations would involve tools like innovative pricing plans, data automation, AI tracking for better sales intelligence, data capture tools, reporting analytics for SaaS metrics, and pipeline inspection tools for at-risk customer accounts which could affect revenue growth. All in all, it is clear that for any SaaS business, using all these tools is in some shape or form possible only with recurring billing software. When it comes to pricing plans, SubscriptionFlow offers multiple pricing plans to choose from usage-based, tier-based, etc. which allows users to accommodate any customer’s tastes and even change plans over time. Moreover, we also have a reporting dashboard for SaaS metrics which would allow you to gauge how many leads are being converted and customer lifetime value as well. With our software, you will also be able to view upgrades, downgrades, and add-on features to understand their financial journey.\r\n\r\nWhen it comes to AI and sales intelligence, it is essential that leads generated via website, chatbots, or social media are tracked. This is helpful because it increases the chances of an active sales pipeline, where the sales representative can create the workflow for follow-ups, proposals, quotes, successful conversions. With AI, a sales rep can also gauge the best time to interact, which would impact conversions as well. Artificial intelligence can also track interactions for help desk which will allow you to introduce chatbots, and only intervene when needed. With this data, you can easily update the customer journey in your CRM, which would include extensive accounts of all customers’ information. This way, your sales and marketing team will be able to use that record for introducing a new campaign or upsell.\r\n\r\nAll in all, we can agree that RevOps is the future of data-driven decision making. Leveraging your marketing, sales, and support tools and use of recurring billing software will allow you to align goals for the customer journey and revenue growth. So, to get started, make SubscriptionFlow your first step in this direction and contact us today for improved and informed growth.','Your Definitive Guide on RevOps and How You Can Use Them for Your SaaS Business','','publish','open','open','','your-definitive-guide-on-revops-and-how-you-can-use-them-for-your-saas-business','','','2020-04-17 12:43:31','2020-04-17 12:43:31','',0,'https://staging.subscriptionflow.com/?p=2721',0,'post','',0),(2722,1,'2020-04-17 12:37:24','2020-04-17 12:37:24','','Your Definitive Guide on RevOps','','inherit','open','closed','','your-definitive-guide-on-revops','','','2020-04-17 12:37:34','2020-04-17 12:37:34','',2721,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Your-Definitive-Guide-on-RevOps.jpg',0,'attachment','image/jpeg',0),(2723,1,'2020-04-17 12:38:08','2020-04-17 12:38:08','','recurring billing software for businesses','','inherit','open','closed','','recurring-billing-software-for-businesses-2','','','2020-04-17 12:38:19','2020-04-17 12:38:19','',2721,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg',0,'attachment','image/jpeg',0),(2725,1,'2020-04-24 12:43:49','2020-04-24 12:43:49','With the current COVID-19 crisis, businesses are concerned for their customer base. For subscription-based business models where recurring revenue is the main source of growth, companies are looking towards recurring billing software to help in maintaining their operations with automation. From online payments to recurring renewals, SubscriptionFlow has helped businesses maintain their customer relationships. With the changing times, industry trends have placed customer relationship management at the centre of business growth. This is why SaaS metrics and key performance indicators used to measure revenue and subscription growth revolve around customer experience and lifetime value. Recently, with the rise of recurring billing and subscription management software, your business must be more focused on maintaining customer loyalty which is directly linked with churn rate. If your customers are receiving value-added service. By maintaining customer loyalty, companies experience better retention and lower churn rate as well as improvement in other metrics.\r\n\r\nHowever, since the global pandemic has enforced lockdown, SaaS companies are now concerned with reducing churn rate as many customers might refrain from paying for their subscriptions. So how can you, as a SaaS business generate and maintain customer loyalty to ensure a long-lasting customer relationship? SubscriptionFlow believes that companies can maintain brand loyalty just with recurring billing software and some tools which will ensure customer relief in these trying times. Survival during a global pandemic for SaaS companies can be challenging but with the right tools, you can maintain loyalty and better customer relationships.\r\n<h2><strong>Communication is the key to Maintaining Customer Relationship </strong></h2>\r\nThe goal here is to drive more purchases, possible upgrades, or maintain subscriptions against cancellations or downgrades. As this time is more temporary, SaaS businesses and even small entrepreneurs should focus more on maintaining communication with clients in a more humane manner, ensure quality services, put forth communication chains via emails to inform your customers about any necessary changes, and also launch sizeable campaigns for sales, or discounts. Mostly it is believed that sales and discounts in these times are beneficial and enough for you to maintain customer loyalty and to make your customers happy, which is not true. Although recurring billing and software will prove beneficial for discounts and easily managing subscription, you need to focus communication with your customer base to ensure that you care for their dire financial situation and also come up with plans for working remotely with your teams.\r\n\r\n<img class=\"size-full wp-image-2727 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg\" alt=\"Automated recurring Billing software\" width=\"583\" height=\"431\" />\r\n\r\nThis will help your business maintain a seamless flow of service and operations. Now, communication with your team, especially customer-facing teams like sales, customer support, service, and marketing representatives is important as it will assure uninterrupted service to your clients. For this purpose, you can use project management tools like Trello or Kanban boards for maintaining the flow of leads and proposals, invoicing, billing, and customer relationship management from recurring billing software. Once you have communicated with your team members and set up a schedule for working remotely, you must also devise a marketing, sales, and customer relationship management strategy for reaching out to customers.\r\n<h3><strong>Flexible Discounts and Subscriptions for your Customers </strong></h3>\r\nFor this purpose, you can offer to pause or postponing subscriptions. Using <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring billing software</a> like SubscriptionFlow, you can easily extend the period of next renewal to indefinite or extend that period to another date. This way your customers will not hastily cancel their subscription and you will not have to send email reminders to your customers for failed payments. This is a good way for you to avoid inconveniencing your customers and more likely to receive payments on your subscriptions when their next renewals take place.\r\n\r\nWhen it comes to trial periods, it is possible that some of your customers have not upgraded yet prior to the lockdown. For them, you can offer an extended trial period so your customers can rethink their cancellation and ultimately upgrade to a paid version. Moreover, for sales and discounts, our users do not have to worry about invoicing as the checkout page takes account of discount codes or coupons for their loyal customers automatically. All in all, recurring billing if used in the right manner has a lot of potentials for SaaS companies to sail through these trying times. With SubscriptionFlow, you will not only feel ease and convenience but improvement in customer relationships and loyalty as well.','How SaaS Companies Can Enrich Customer Loyalty and Long-Lasting Relationships with Recurring Billing During COVID-19','','publish','open','open','','how-saas-companies-can-enrich-customer-loyalty-and-long-lasting-relationships-with-recurring-billing-during-covid-19','','','2020-04-24 12:43:49','2020-04-24 12:43:49','',0,'https://staging.subscriptionflow.com/?p=2725',0,'post','',0),(2726,1,'2020-04-24 12:40:56','2020-04-24 12:40:56','','Recurring billing during covid','','inherit','open','closed','','recurring-billing-during-covid','','','2020-04-24 12:41:11','2020-04-24 12:41:11','',2725,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Recurring-billing-during-covid.jpg',0,'attachment','image/jpeg',0),(2727,1,'2020-04-24 12:41:44','2020-04-24 12:41:44','','Automated recurring Billing software','','inherit','open','closed','','automated-recurring-billing-software','','','2020-04-24 12:41:56','2020-04-24 12:41:56','',2725,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg',0,'attachment','image/jpeg',0),(2734,1,'2020-04-28 06:50:53','2020-04-28 06:50:53','[vc_row css=\".vc_custom_1588934147627{padding-top: 50px !important;}\"][vc_column width=\"1/2\" el_class=\"demo-form-left\"][vc_custom_heading text=\"Quickly view the Demo site\" font_container=\"tag:h1|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center; font-size: 20px!important; font-weight: 600;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is the right choice to make when you need to automate all the subscription billing process.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMGNvbnRhY3QtZm9ybSUyMGRlbW8tZm9ybSUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjIyNzM3JTIyJTIwdGl0bGUlM0QlMjJEZW1vJTIwU3Vic2NyaXB0aW9uRmxvdyUyMiU1RCUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Set up a demo today','','publish','closed','closed','','demo','','','2021-01-25 08:36:33','2021-01-25 08:36:33','',0,'https://staging.subscriptionflow.com/?page_id=2734',0,'page','',0),(2737,1,'2020-04-28 07:23:10','2020-04-28 07:23:10','<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> First Name <span class=\"required-icon\">*</span>\r\n [text* first_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Last Name <span class=\"required-icon\">*</span>\r\n [text* last_name class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Email <span class=\"required-icon\">*</span>\r\n [email* email class:form-control]\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Phone\r\n <span class=\"wpcf7-form-control-wrap phone\">[phonetext phone class:form-control]</span>\r\n </label>\r\n</div>\r\n\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n <label> Company\r\n [text company class:form-control]\r\n </label>\r\n</div>\r\n\r\n\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">[recaptcha]</div>\r\n<div class=\"form-group col-lg-12 col-xs-12 col-md-12 col-sm-12\">\r\n \r\n [submit \"Proceed to Demo\"]\r\n</div>\n1\nSubscription Flow Demo - [first_name] [last_name]\nSubscription Flow Demo <info@staging.subscriptionflow.com>\ninfo@staging.subscriptionflow.com\nName: [first_name] [last_name]\r\n\r\nFrom: [email]\r\n\r\nCompany: [company]\r\n\r\nPhone: [phone]\nReply-To: [email]\nCc: sales@staging.subscriptionflow.com\n\n1\n\n\nSubscription Flow \"[your-subject]\"\nSubscription Flow <wordpress@192.168.1.40>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Subscription Flow (http://192.168.1.40/subscriptionflow)\nReply-To: abc@mail.com\n\n\n\nThank You, Your request has been received. Redirect...........\nUnfortunately your query was not sent, try again!\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\nCould not verify the reCaptcha response.\nPlease verify that you are not a robot.\nskip_mail: on','Demo SubscriptionFlow','','publish','closed','closed','','contact-form-1_copy-2','','','2021-11-17 11:37:51','2021-11-17 11:37:51','',0,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=2737',0,'wpcf7_contact_form','',0),(2742,1,'2020-04-30 11:19:13','2020-04-30 11:19:13','Churn rate can be debilitating for any business’s growth. SaaS companies working with subscription-based models have to always worry about lowering their churn rate. But why is it so important? As a critical metric, churn is defined as an indicator of how many customer subscriptions are canceled, voluntarily or involuntarily. It directly impacts customer retention and loyalty. In today’s world, where customers have many options, facing churn rate and subsequent cancellations are inevitable. Every business losses customers but the key is to use this SaaS metric to track how you can ensure retention and customer satisfaction. Customers usually stop doing business with certain companies due to a lack of satisfaction or value-added products or services. This is why, as detrimental as it is, tracking churn rate is hugely important, and the only way to tackle it. With software like SubscriptionFlow, businesses are receiving updates through reporting dashboard, which gives a clear view of SaaS metrics and subscription growth like churn rate, monthly/annual recurring revenue, and more.\r\n\r\nYou can still face a considerable increase in churn rate even when you are using and reviewing these metrics. This is why SubscriptionFlow, as an industry expert, has seen some underlying causes of why churn rate occurs. Although the reporting dashboard is helpful, it cannot explain why your churn rate is increasing. For this purpose, we have presented with some common reason as to why SaaS companies using subscription management software face more churn rate. Now, before we move on, it is essential to mention that the churn rate is of two kinds: voluntary and involuntary. The former takes place when customers actively cancel their subscription or downgrade from their paid version of the subscription plan. Whereas involuntary churn takes place when customer’s credit card information expires, or they fail to make payments, and their subscription has to be canceled.\r\n<h2><strong>Reasons Why SaaS Companies Face High Churn Rate:</strong></h2>\r\nTo understand why your customers are leaving is extremely important, and SaaS companies also need to know how their subscription management software might not be working. SubscriptionFlow believes that without a clear strategy, any form of churn rate cannot be tackled. Before we move onto how our subscription management software can help you track and decrease churn rate, it is essential to highlight the reasons why the churn rate is higher than the allowable amount. First of all, most SaaS companies are focused on upselling and customer acquisition which is why retention might be overlooked.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-2744\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg\" alt=\"Reasons Behind High Churn Rate\" width=\"1200\" height=\"800\" /></p>\r\nWhen this happens, the churn rate is more likely to increase. Focusing on improving retention means that you are fostering close and transparent customer relations which is possible with CRM tools in SubscriptionFlow. When all of your customer information and contacts are saved in one place, it is easy for sales or customer-facing reps to see how many subscriptions and renewals are made against customers and those who have not engaged in any sales with your products or renewed their subscriptions. Customer activity is the primary key, according to SubscriptionFlow, which also brings us to involuntary churn. This indicates that failed payment or expired credit card information caused subscription cancellation. Lack of value-added products is also another reason why customers might seize to do business with your company. This occurs when customers are not appropriately marketed or do not get an opportunity to try out your products without signing up for paid monthly or annual subscriptions.\r\n<h3><strong>Tips that will lead to Better Retention and Decreased Churn Rate. </strong></h3>\r\nFirst of all, we will establish here how SubscriptionFlow will help tack the churn rate. When it comes to involuntary churn, the causes of which we have mentioned above can be tracked and avoided via smart dunning. Users of SubscriptionFlow do not have to worry about monitoring customers for failed payments because smart dunning takes care of it. How? This is done by doing multiple retries on the customer’s credit card depending on retry logic. After this, if the payment cannot be processed, then an email reminder is sent to customers. Smart dunning automates these email reminders, so you do not have to worry about tracking and annoying your customers with payment updates. This way, your customer will not have a negative experience either.\r\n\r\nMoreover, when your customers can experience perceived value, it is recommended that you offer trials or freemium for your customers. Let SubscriptionFlow handle your trials while you experience more customers upgrading to the paid version of your plans. All in all, SubscriptionFlow has helped numerous companies improve their customer relationships and management, which is essentially the key to improving your retention and reduced churn rate.','Learn the Reasons Behind High Churn Rate and How You can Tackle it with These Tips from SubscriptionFlow','','publish','open','open','','learn-the-reasons-behind-high-churn-rate-and-how-you-can-tackle-it-with-these-tips-from-subscriptionflow','','','2020-04-30 11:19:13','2020-04-30 11:19:13','',0,'https://staging.subscriptionflow.com/?p=2742',0,'post','',0),(2743,1,'2020-04-30 11:15:13','2020-04-30 11:15:13','','Reasons behind churn rate','','inherit','open','closed','','reasons-behind-churn-rate','','','2020-04-30 11:17:59','2020-04-30 11:17:59','',2742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-behind-churn-rate.jpg',0,'attachment','image/jpeg',0),(2744,1,'2020-04-30 11:18:43','2020-04-30 11:18:43','','Reasons Behind High Churn Rate','','inherit','open','closed','','reasons-behind-high-churn-rate','','','2020-04-30 11:18:51','2020-04-30 11:18:51','',2742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg',0,'attachment','image/jpeg',0),(2754,1,'2020-05-05 11:18:54','2020-05-05 11:18:54','[ultimate-appointment-calendar]','Schedule an Appointment','','publish','closed','closed','','appointments','','','2020-05-05 11:53:16','2020-05-05 11:53:16','',0,'https://staging.subscriptionflow.com/appointments/',0,'page','',0),(2758,1,'2020-05-07 09:15:54','2020-05-07 09:15:54','','login-bg','login-bg','inherit','open','closed','','login-bg','','','2020-05-07 09:16:12','2020-05-07 09:16:12','',840,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg.jpg',0,'attachment','image/jpeg',0),(2760,1,'2020-05-07 09:31:42','2020-05-07 09:31:42','','thank-you','','inherit','open','closed','','thank-you-2','','','2020-05-07 09:31:42','2020-05-07 09:31:42','',2718,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you.jpg',0,'attachment','image/jpeg',0),(2764,1,'2020-05-07 09:36:22','2020-05-07 09:36:22','','login-bg-2 (1)','','inherit','open','closed','','login-bg-2-1','','','2020-05-07 09:36:30','2020-05-07 09:36:30','',840,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/login-bg-2-1.jpg',0,'attachment','image/jpeg',0),(2766,1,'2020-05-07 09:43:09','2020-05-07 09:43:09','','thank-you-bg','','inherit','open','closed','','thank-you-bg','','','2020-05-07 09:43:09','2020-05-07 09:43:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/thank-you-bg.jpg',0,'attachment','image/jpeg',0),(2774,1,'2020-05-08 10:30:00','2020-05-08 10:30:00','<p>[vc_row css=\".vc_custom_1588934147627{padding-top: 50px !important;}\"][vc_column width=\"1/2\" el_class=\"demo-form-left\"][vc_custom_heading text=\"Set up a demo today\" font_container=\"tag:h1|text_align:center|color:%23020d26\"][vc_column_text]</p>\r\n<p style=\"text-align: center; font-size: 20px!important; font-weight: 600;\">Subscription Flow is the right choice to make when you need to automate all the subscription billing process.</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMGNvbnRhY3QtZm9ybSUyMGRlbW8tZm9ybSUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjIyNzM3JTIyJTIwdGl0bGUlM0QlMjJEZW1vJTIwU3Vic2NyaXB0aW9uRmxvdyUyMiU1RCUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Set up a demo today','','draft','closed','closed','','set-up-a-demo-today','','','2020-05-08 13:28:25','2020-05-08 13:28:25','',0,'https://staging.subscriptionflow.com/?page_id=2774',0,'page','',0),(2785,1,'2020-05-08 12:44:47','2020-05-08 12:44:47','With subscription management software, businesses have many options for billing and pricing plans. This includes typically metered or <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">usage-based billing</a>, volume, and tier-based pricing. Metered Billing has become increasingly popular in many SaaS businesses, and there are good reasons for that. Metered Billing for Businesses is ideal and standard as a pay-as-you-go model. It offers users using the subscription management system the option to charge their customers as per their usage. With SubscriptionFlow, using Metered Billing for Business make complex billing and invoicing process seamless and automated as add-ons, discounts, and taxes are calculated automatically. The hassle-free process of invoicing and billing makes SubscriptionFlow the right partner in the user’s subscription management and overall business model.\r\n<h2><strong>Everything you need to know about Metered Billing</strong></h2>\r\nSo before we move onto describing the advantages of using Metered Billing for Business and how it can be beneficial for the subscription-based model, let us dive into everything Metered Billing for Business provides. Metered Billing is not a new pricing model, and it is developed after general examples of how people pay bills for other necessities and facilities in their everyday life. The difference is, with SubscriptionFlow, you will not have to worry about tracking your customer to see if they are billed on time. All of your billing and subscription changes will be automatically tracked and take account of webhooks. Users are charged for base limit, and the fee is set based on a flat fee, and the surplus is charged when they exceed the allocated amount.\r\n\r\n<img class=\"alignleft size-full wp-image-2787\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg\" alt=\"Metered billing for businesses\" width=\"2000\" height=\"2000\" />\r\n\r\nMoreover, when it comes to Metered Billing, you can also decide when to charge your customer and set the flat fee so SubscriptionFlow can easily track the exceeded amount. For additional usage of your customer, an add-on can be included in the invoice in our subscription management software as well. However, this is ideal for a one-time payment, but if you are offering recurring billing, then additional costs will be added to the next renewal’s invoice. The main reason why Metered Billing for Businesses has proved successful is that customers prefer this billing style. Metered Billing maintains a certain level of transparency and ease, which is unprecedented and allows subscribers to see and envision how much they are paying for their subscriptions. With this billing model, there is no ambiguity or hidden charges, no matter how much they use the products or services.\r\n<h3><strong>Why is Metered Billing Ideal?</strong></h3>\r\nBefore you are choosing Metered Billing for your business, it is essential to consider whether your customers, nature of products or business model is suited for this type of billing. First of all, while deciding on your billing or pricing engine, you need to consider if your products can be divided into individual units or not. There are many ways Metered Billing can be used, and it is not ideal for every type of service. In our experience as leaders in subscription management software and business models, we have seen companies struggle with their customers. How? This happens when your Metered Billing is not justified to them. This usually happens when your product or service cannot be divided into units like a streaming service. Your customers might not agree with your choice of scale, or they would want to be charged for the number of videos they watch. However, Metered Billing can work if you are offering recurring billing and charge a base price for your units and then charging for add-ons based on usage. This will give your customers some choice according to their frequency of use. Another important is that Metered Billing works best if your customers are making purchases consistently purchase your products like magazines, daily utilities, online grocery stores, or subscription boxes for your products.\r\n<h3><strong>Use Metered Billing with SubscriptionFlow </strong></h3>\r\nMetered Billing for Businesses gives them a perfect opportunity to put their customers once they have decided on their pricing strategy. The benefits of using Metered Billing is how it allows users of SubscriptionFlow to explore new avenues of revenue streams. With Metered Billing or usage-based billing, offering discounts or add-ons is secure, which also provides an opportunity for better customer lifetime value. Moreover, as your customer demands increases for products, you can always change per unit based charges or offer add-ons.\r\n\r\nOn the other hand, more customers will convert to paid versions because they will not have to pay for products that they are not using. All in all, SubscriptionFlow offers it, users, all of these features, which make Metered Billing a viable option for pricing models. When you are equipped with automated workflows, fast payment processing, and automatic flow to webhooks, which enriches your invoices, using Metered Billing will optimize your business and revenue streams automatically. SubscriptionFlow equips its users with the ability to scale their business growth effortlessly.','Your Definitive Guide on Metered Billing for Business with SubscriptionFlow to help you Optimize Your Billing Process','','publish','open','open','','your-definitive-guide-on-metered-billing-for-business-with-subscriptionflow-to-help-you-optimize-your-billing-process','','','2020-05-08 12:46:40','2020-05-08 12:46:40','',0,'https://staging.subscriptionflow.com/?p=2785',0,'post','',0),(2786,1,'2020-05-08 12:43:45','2020-05-08 12:43:45','','business billing','','inherit','open','closed','','business-billing','','','2020-05-08 12:43:54','2020-05-08 12:43:54','',2785,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/business-billing.jpg',0,'attachment','image/jpeg',0),(2787,1,'2020-05-08 12:44:27','2020-05-08 12:44:27','','Metered billing for businesses','','inherit','open','closed','','metered-billing-for-businesses','','','2020-05-08 12:44:37','2020-05-08 12:44:37','',2785,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg',0,'attachment','image/jpeg',0),(2794,1,'2020-05-11 12:32:38','2020-05-11 12:32:38','Passive churn is one of the main concerns for many SaaS businesses during this pandemic, where subscription companies are looking for ways to reduce churn rate with Recurring Billing Online Services like SubscriptionFlow. We offer tools for improving customer retention with tools like smart dunning and automating the renewal process, which accounts for improved customer experience. We also equip our users with necessary automation in billing and invoicing process so they can offer trials, discounts, and add-ons for one-time or recurring purchases. Our goal as leaders in <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription billing</a> and SaaS tools is to introduce tools to help B2C and B2B companies with improving their churn rate. When it comes to passive churn, it usually takes place due to failed payments. This is why SubscriptionFlow offers smart dunning, which enables users to process and recover missed payments. Moreover, for online businesses and subscription companies, using dunning tools offered by SubscriptionFlow is most important.\r\n<h2><strong>Why do you need to know about passive churn?</strong></h2>\r\nPassive churn and its adverse impact on subscription and revenue growth are massive, which is why we prescribe the use of smart dunning tools. Fighting involuntary churn is easily manageable for companies who are using smart dunning. But before we move onto how passive churn can be managed with smart dunning, we have to look at why passive churn is taking place and in what ways it affects revenue growth. First of all, on the surface, it might seem like passive churn is only connected to failed payments. However, this is not the only impact of passive churn rate, and subscription businesses who are experiencing passive churn are usually facing issues like revenue leakage. In some situations, your customers might not be interested in coming back for payments due to dissatisfaction. This is why unresolved billing issues must be solved with dunning management.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-2796 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/recurring-billing-solution.jpg\" alt=\"recurring billing solution\" width=\"668\" height=\"346\" /></p>\r\n\r\n<h3><strong>Impact of churn on customer experience and satisfaction</strong></h3>\r\nIf your company is not using our Recurring Billing Online Services, the juggling active customers and involuntary or passive churn can be demanding. Your customer relationship is severed if your customers are not coming back due to the cancellation of their subscriptions. This will impact your relationship and influence your customer satisfaction. Moreover, passive churn also implies that your customer has not thought about your subscription services, or like everyone else in this pandemic, they are occupied with managing their finances. This is why passive churn and involuntary cancellations should be maintained for improved customer experience. Consistency in customer experience and your relationship will help your revenue leakage as well. Nonetheless, many SaaS companies are using various techniques for countering and tackling passive churn like pre-dunning reminders. Usually, sending multiple messages to customers for reminding them to pay on time is ineffective and has not proved conducive for improving timely payments.\r\n<h3><strong>Tips for improving passive churn with SubscriptionFlow</strong></h3>\r\nAnother important factor in passive churn, which many SaaS companies might not realize, is the lack of effective communication. Rather than sending pre dunning reminders, which from a customer point of view might be ineffective, which is why your communication strategy should be designed around your customer’s needs and preferences. For this purpose, you can use email marketing for new products, sending personalized recommendations, emails for abandoned carts, as well as options to downgrade their services. The last option is undoubtedly a better option than experiencing churn, and offering discounts during this recession will also help your secure your relations and customer retention. During the COVID-19 crisis, SubscriptionFlow is an active partner for offering trials, discounts, coupons, and managing pausing or postponing subscriptions to reduce chances of churn. All in all, by understanding passive churn, you can easily understand how Recurring Billing Online Services like SubscriptionFlow and our extensive tools can improve passive churn and its impact on customer relationships. With our recurring billing services, managing your customer information, accounts, and subscription plans will be easy.\r\n<h3><strong>Utilize smart dunning and tackle passive churn</strong></h3>\r\nDunning tools involve sending email reminders to your customers in case of failed payments. As one of the leading reasons for revenue leakage and souring customer relationships, SubscriptionFlow has enabled users to utilize fast payment processing, multiple retries, and sending automated email reminders for failed payments. You can easily set retry logic, so our users do not have to worry about sending reminders themselves. For revenue recovery in case of expired credit card or insufficient funds, SubscriptionFlow has smart dunning, which is ideal for recurring billing. You can also iterate how your customer should be communicated and establish trust with your customers. From branding to setting dunning protocols, we make sure that with our Recurring Billing Online Services, users are using the best market practices and smart tools like dunning to improve their retention, which is fundamentally essential during COVID-19.','Why Passive Churn is Harmful and How You Can Grow Your Customer Base during COVID-19 with Recurring Billing?','','publish','open','open','','why-passive-churn-is-harmful-and-how-you-can-grow-your-customer-base-during-covid-19-with-recurring-billing','','','2020-05-11 12:33:32','2020-05-11 12:33:32','',0,'https://staging.subscriptionflow.com/?p=2794',0,'post','',0),(2795,1,'2020-05-11 12:29:11','2020-05-11 12:29:11','','Recurring billing online services','','inherit','open','closed','','recurring-billing-online-services','','','2020-05-11 12:29:28','2020-05-11 12:29:28','',2794,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-online-services.jpg',0,'attachment','image/jpeg',0),(2796,1,'2020-05-11 12:30:21','2020-05-11 12:30:21','','recurring billing solution','','inherit','open','closed','','recurring-billing-solution','','','2020-05-11 12:30:30','2020-05-11 12:30:30','',2794,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/recurring-billing-solution.jpg',0,'attachment','image/jpeg',0),(2837,1,'2020-05-13 10:36:35','2020-05-13 10:36:35','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Pricing</h2>\r\nFind a plan that\'s right for you.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row]','Pricing New','','draft','closed','closed','','pricing-new','','','2020-05-15 11:59:28','2020-05-15 11:59:28','',0,'https://staging.subscriptionflow.com/?page_id=2837',0,'page','',0),(2842,1,'2020-05-13 13:11:40','2020-05-13 13:11:40','Voluntary and involuntary cancellations are inevitable for any subscription-based business. This is why sometimes businesses struggle to keep their revenue flowing from recurring payments. For any company, business growth and revenue generation is based on one-time and recurring payments which are why a decrease in payments can be debilitating. So what exactly happens when companies experience a dip in their recurring revenue? Well, most of all recurring revenue is affected which is the backbone of any subscription-based business. Any SaaS company is looking towards managing and analyzing their key performance metrics which also includes churn rate, monthly recurring revenue, as well as annual recurring revenue, etc. For your SaaS company, it is important to look at the consistency of their recurring revenue and customer subscriptions over a period. If there are discrepancies in the recurring revenue then it is likely that your business is suffering from a high churn rate.\r\n<h2><strong>Impact of Churn Rate On Your Revenue Growth</strong></h2>\r\nAs a business metric, churn rate calculates the number of voluntary or involuntary cancellations from your customers over a period. Facing the churn rate is inevitable and cannot be avoided. Whether it is lack of interest, increased market competition or lapses in customer services, the churn rate is very much part of any SaaS business’s strategy. So how can churn rate be dealt with? Dunning Management for SaaS business is designed as a tool for dealing with involuntary churn. When it comes to churn rate, there are two instances. One where customer voluntarily downgrades their subscription plan from the paid version and another where failed payments due to credit card complications lead to cancelled subscriptions. When it comes to involuntary churn, many industry experts have pointed out how companies fail to design their communication strategy for clearing failed payments.\r\n<h3><strong>Reduce Churn with Smart Dunning </strong></h3>\r\nUsually, businesses have to manually track and chase customers for failed payments. However, this is not useful and immediately increases the adverse impact of churn rate on revenue growth. Whenever your company loses subscriptions, it is important that you have a strategy in place for remedying the situation. This is why SubscriptionFlow has introduced smart dunning tool for SaaS businesses to tackle their churn rate. As industry professionals, we have introduced dunning management as part of our subscription management software for the purpose of recovering due revenue. Moreover, Dunning Management for SaaS business will help you improve your communication strategy in regards to your customers. This way, you will be able to maintain suitable levels of customer retention but also improve customer relations as well. When you are manually tracking your customers for payments, it might leave a bad taste and impression on them. This is why our smart dunning is designed to make sure you can control email reminders sent to customers.\r\n<h4><strong>How does Dunning Management Work?</strong></h4>\r\nDunning Management for SaaS business is the process of recovering lost revenue using subscription management software. With SubscriptionFlow, you will be able to manage failed payments and credit card declines which will send automatic email notifications after retries from the payment gateways. You can also set logic for sending reminders so your customers can come back and update their credit card information or resolve any complications with their credit card company. Dunning management for SaaS business helps users keep a record of any declined or failed payments which will help your design strategy for retaining your customers. For this purpose, using our intuitive dashboard for insights and analytics based on key performance metrics is also vital. By managing and reviewing your churn rate every month, you can easily design your retry logic and instances of email reminders to your customers using smart dunning tools in SubscriptionFlow. With automated payment retries and analytics for keeping an eye on your SaaS metrics, our users have no problem in managing their churn rate with our Dunning Management for SaaS business.\r\n\r\nWith SubscriptionFlow, our users can easily manage their churn rate with our Dunning Management for SaaS business and tools in our subscription management software. From deciding the length of their dunning cycle, retry logic, number of emails sent to their customers, and response if no payment is received, users experience improved recovery rate for revenue and subscriptions in no time. So, if you are looking to boosting revenue then choose the smart dunning tools you need with SubscriptionFlow.','Everything You Need to Know about Dunning Management for SaaS Business and how it can Reduce Churn','','publish','open','open','','everything-you-need-to-know-about-dunning-management-for-saas-business-and-how-it-can-reduce-churn','','','2020-10-28 11:58:26','2020-10-28 11:58:26','',0,'https://staging.subscriptionflow.com/?p=2842',0,'post','',0),(2843,1,'2020-05-13 13:11:20','2020-05-13 13:11:20','','Dunning management software','','inherit','open','closed','','dunning-management-software','','','2020-05-13 13:11:30','2020-05-13 13:11:30','',2842,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Dunning-management-software.jpg',0,'attachment','image/jpeg',0),(2851,1,'2020-05-18 10:13:33','2020-05-18 10:13:33','','Default Form','','publish','closed','closed','','default-form','','','2020-05-18 10:13:33','2020-05-18 10:13:33','',0,'https://staging.subscriptionflow.com/2020/05/default-form/',0,'wpdiscuz_form','',0),(2852,1,'2020-05-18 11:39:17','2020-05-18 11:39:17','SaaS billing and daily management of recurring billing can be cumbersome if your business processes are not streamlined. The efficiency of your subscriptions, customer management, and payment processing all depends on the effectiveness of your Recurring Billing Solution. With SubscriptionFlow, users are able to tackle daily challenges, especially regarding recurring billing. From customer data management, billings, and plan renewal on a recurring basis, Recurring Billing Solution is supposed to function as a central system helping SaaS businesses with product management. There is a reason why subscription-based models are increasing in every industry and one of them is excellent customer experience and convenience. Recurring billing has not only simplified shopping experience for customers globally but also exemplified how the customer is placed at the centre of the business. By doing so, SaaS businesses have experienced an increase in their need for Recurring Billing Solution like SubscriptionFlow.\r\n<h2><strong>Manage Customers Easily with SubscriptionFlow </strong></h2>\r\nSo how do Recurring Billing Solutions become customer-centric? It is easy to imagine the streamlined and centralized basis of operations in SubscriptionFlow. From automated billing, self-service portal to dunning management and reporting dashboard, we understand how SaaS companies need optimized solution for their SaaS clients. However, it is just as important to discuss billing and other SaaS challenges that businesses face in their daily operations. It is a common occurrence for businesses to face these challenges, especially when they are offering subscription plans and recurring billing. Placing customers at the centre of their business implies that their revenue growth depends heavily on recurring revenue.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-2854\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg\" alt=\"SaaS Challenges\" width=\"1200\" height=\"800\" /></p>\r\nThis means that customers must be provided with value-added products for them to keep using their subscription plans. Our reporting dashboard offers insight on SaaS metrics and key performance indicators like monthly recurring revenue which shows the importance of customer loyalty, experience, and retention. Retaining your customers is one of the biggest challenges any SaaS business faces in their journey. This usually happens when your Recurring Billing Solution is unable to offer flexibility, control, and ease of automated payments which is usually a forte of any subscription-based service. This is why automated invoicing, customer management, failed payments management must be handled tactfully by your Recurring Billing Solution.\r\n<h3><strong>Automated Invoicing Made Easy </strong></h3>\r\nAutomated invoicing can be daunting if you are not using an optimal solution like SubscriptionFlow. Our Recurring Billing Solution allows users to automatically generate invoices without having to account for customer’s account information, payment details or renewal dates, etc. When you have hundreds of customers, it is important to manage customers’ subscription changes, payment invoicing, managing downgrades, upgrades, sign-ups, trial management, and invoices. Invoices management is also important for your revenue recognition growth which with the help of SubscriptionFlow is managed expertly. When you are using automated invoicing tools for your invoices, managing your growing customer base becomes easier. No more excel sheets and cumbersome calculations when you are using an optimal solution like SubscriptionFlow. The entire subscription billing process is designed to be managed automatically with SubscriptionFlow. Not only are this but clear and accurate invoices sent with our Recurring Billing Solution which helps small businesses and large enterprises to be streamlined.\r\n<h3><strong>Manage Failed Payments with Smart Dunning</strong></h3>\r\nSmart dunning is a tool offered by SubscriptionFlow which allows users to automate retry logic for failed payment so our payment gateways can easily manage SaaS billing. When it comes to failed payments, it is important to deal with them in a timely manner to preserve customer relationship. This is why smart dunning by SubscriptionFlow is designed to help businesses recover lost revenue. To manage involuntary churn, the dunning process performs an automatic recovery process and then sends email reminders to customers if their payments cannot be processed. By automating payment retries and sending reminders for payment failures, SaaS businesses can easily tackle the management of recurring billing with smart Recurring Billing Solution.\r\n<h4><strong>Efficient Customer Relationship Management</strong></h4>\r\nBy using Recurring Billing Solution such as SubscriptionFlow, SaaS businesses have also been able to manage their customer accounts efficiently. When your invoicing is automated, managing customer accounts and their payment details becomes easier. Our optimal solution also fashions as an efficient CRM solution which allows users to not lose sight of customer accounts, information, subscription renewals, upgrades, downgrades, trials, discounts, and coupons are efficient and automated. Moreover, your pricing models, multiple payment options, and customer portals allow SaaS customers to experience more control and transparency in your relationship. All in all, Recurring Billing Solution is ideally designed to help companies these challenges and if you are one of them then tackling SaaS management can be easier with SubscriptionFlow.','Learn Why Your Business is Facing These SaaS Challenges and How You Can overcome them with SubscriptionFlow','','publish','open','open','','learn-why-your-business-is-facing-these-saas-challenges-and-how-you-can-overcome-them-with-subscriptionflow','','','2020-05-18 11:39:17','2020-05-18 11:39:17','',0,'https://staging.subscriptionflow.com/?p=2852',0,'post','',0),(2853,1,'2020-05-18 11:37:55','2020-05-18 11:37:55','','Overcoming business obstacls','','inherit','open','closed','','overcomming-business-obstacls','','','2020-05-18 11:38:10','2020-05-18 11:38:10','',2852,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Overcomming-business-obstacls.jpg',0,'attachment','image/jpeg',0),(2854,1,'2020-05-18 11:38:41','2020-05-18 11:38:41','','SaaS Challenges','','inherit','open','closed','','saas-challenges','','','2020-05-18 11:38:51','2020-05-18 11:38:51','',2852,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg',0,'attachment','image/jpeg',0),(2856,1,'2020-05-20 10:19:02','2020-05-20 10:19:02','','Login <i class=\"fa fa-arrow-right\"></i>','','publish','closed','closed','','2856','','','2021-01-18 08:41:41','2021-01-18 08:41:41','',0,'https://staging.subscriptionflow.com/?p=2856',2,'nav_menu_item','',0),(2857,1,'2020-05-20 10:19:02','2020-05-20 10:19:02','','Support <i class=\"fa fa-arrow-right\"></i>','','publish','closed','closed','','support','','','2021-01-18 08:41:41','2021-01-18 08:41:41','',0,'https://staging.subscriptionflow.com/?p=2857',1,'nav_menu_item','',0),(2858,1,'2020-05-20 12:33:05','2020-05-20 12:33:05','For SaaS businesses, surviving during this pandemic lockdown is tough. The main reason is how badly recurring revenue has been affected and customers are not necessarily attracted to subscription plans at the moment. However, all is not lost for subscription businesses as those using recurring billing software like SubscriptionFlow can easily recover from their leaked revenue and cash flow. The need of the moment is to make sure that you are retaining your customers enough to survive this period of recession. While we discuss how recurring billing features of SubscriptionFlow are helpful, it is vital to understand what SaaS businesses should be focusing on. First of all, customer acquisition is an important goal for any business but it is not attainable at this time and this is why customer retention is focused on. Typically, customer retention is said to be more cost-effective than acquisition. Moreover, when you are focusing on retention, your goal should be to stop customers from pulling back on spending on your subscription plans.\r\n\r\nEven though it is difficult to acquire new customers and new purchases during this time, your goal should be to retain your customers and maintain your revenue flow. With our Recurring Billing Features like automated invoicing and smart dunning, you will be able to tackle churn successfully. From pausing and postponing subscriptions to offering discounts, add-ons, and trials, our Recurring Billing Features are well equipped for SaaS businesses to survive during this pandemic. With our recurring billing software, retaining customers and improving your SaaS revenue. Moreover, Recurring Billing Features will help you devise customer retention strategies to survive. This would include launching social media and email communication to let your customers know about pausing or postponing subscriptions.\r\n\r\nWhen you are using SubscriptionFlow, you will be able to focus on tackling churn and at the same time, devise strategies for working remotely. Our Recurring Billing Features allows users to quickly recover as all of your recurring billing operations like invoicing, customer accounts, SaaS metrics, cash flows, revenue recognition, customer portal, email lifecycles, and automated workflows for your daily operations, etc. So now that we have established why Recurring Billing Features are important for your SaaS business’ survival, it is important to discuss how SubscriptionFlow is helping businesses achieve retention and avoid high churn rate.\r\n<h2><strong>How to Survive with Recurring Billing</strong></h2>\r\nSurviving during this pandemic and resulting recession post-lockdown has to involve a strategy that involves Recurring Billing Features of our software. This will include offering credit notes to your subscribers or gifts in the form of discounts or coupons for loyal customers who might be struggling. This will allow you to improve your retention and your customers will not have to cancel their subscriptions. Your churn rate will become steadier once you have assured that your customers receive some form of relief during these times. Moreover, your marketing and social media ads designed around offering discounts to your customers should make an impressive impact on your customers. It will be more beneficial if your communication with your customer via email workflows are more personal and mindful to the current times.\r\n\r\nAnother important point is to offer multiple payment options like GoCardless, Apple Pay, or PayPal. This will allow those customers who are paying via offline sources will now have an option to pay online to avoid unnecessary contact. By relaxing deadlines for your subscription plans via pausing or postponing subscriptions, your customer churn will become steady and lower instead of increasing as harsh times approach. Giving discounted prices and offers to your existing customers is also another important way of surviving this lockdown. On the other hand, it is also important to note that offering trials and extensions by deferring payments will allow your customers to pay for their subscriptions later.\r\n<h3><strong>Tackle Churn with SubscriptionFlow</strong></h3>\r\nA very crucial tool for your churn rate which is a part of Recurring Billing Features of SubscriptionFlow includes smart dunning. This tool is defined as a way of managing involuntary churn, meaning that this tool allows users to send email reminders after multiple automated retries for making payment against customers’ credit card. This tool is designed to handle and recover leaked credit card payments via retries. Involuntary churn can be harmful to your recurring revenue and monthly recurring revenue. This is why we offer our users to maintain sound customer relationships by automating the retry process and reduce the rate of involuntary churn. You can set workflow for email communication and their frequency easily using a dunning management tool in SubscriptionFlow. From improving your customer experience via the customer portal, managing CRM, generating SaaS, revenue recognition, and deferred revenue reports to proration handling for an accurate and automated invoicing process, you will be well prepared. When you are using our Recurring Billing Features, managing your SaaS business growth and maintaining a steady flow of revenue and customer retention will be effortless.','How These SubscriptionFlow’s Recurring Billing Features Will Improve Your SaaS Business during COVID-19','','publish','open','open','','how-these-subscriptionflows-recurring-billing-features-will-improve-your-saas-business-during-covid-19','','','2020-05-20 12:33:05','2020-05-20 12:33:05','',0,'https://staging.subscriptionflow.com/?p=2858',0,'post','',0),(2859,1,'2020-05-20 12:32:36','2020-05-20 12:32:36','','Recurring billing features','','inherit','open','closed','','recurring-billing-features','','','2020-05-20 12:32:48','2020-05-20 12:32:48','',2858,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-features.jpg',0,'attachment','image/jpeg',0),(2861,1,'2020-05-28 15:11:25','2020-05-28 15:11:25','Customer success is an important and trendy buzzword among SaaS businesses and mastering these strategies is vital for companies who are working on Subscription Business Model. If you are offering a value-added experience and a great product to your customers then it is important that you also focus on maintaining that level of satisfaction or your client will take their business elsewhere. In order to master customer success, you need essential strategies which in our opinion are important for any SaaS business to maintain its sales and profits. Understanding customer success is easy as it directly connected to repeated or subscribed use of your product which will eventually maintain your recurring revenue. This also implies that customer acquisition costs, customer retention, and monthly recurring revenue are at healthy levels for your business. At SubscriptionFlow, we believe that success is not attained overnight which is why we have helped our clients implement these customer success strategies for optimal growth.\r\n<h2><strong>Why do you Need SubscriptionFlow for Better Customer Success?</strong></h2>\r\nEnsuring customer success throughout the subscription lifecycle is essential as it reduces churn rate and improves your monthly/annual recurring revenue. For SaaS companies, Subscription Business Model cannot work if you are not able to drive high levels of monthly recurring revenue and better acquisition and retention. To keep an eye on these reports and SaaS metrics, you need tools like reporting dashboards as well. This way, managing your key performance metrics and indicators once you have deployed customer success strategies will be easier. More recurring revenue is also impossible with improved customer relationship management which our tools offer. From improved contact management, a self-service portal, swift payment processing, easy invoice management, etc. managing your customer base will directly affect your service.\r\n\r\nThe end goal of using SubscriptionFlow will reflect on the effectiveness of your Subscription Business Model in the form of long-lasting customer relationship and loyalty. Starting from trials, your goal should be to focus on conversions, expansions, upsell, and renewal. SubscriptionFlow is designed to aid its customers in maintaining their customer success through these stages. For improved communication regarding timely payments, we offer smart dunning which allows our users to send email reminders to their customers. You can also identify red flags in your customer base especially for those who are inactive. With automated workflow designed for sending reminders, you will be able to see who has responded to those requests and who has not. In such cases, we believe that communication is key, and connecting with your clients via social media, email marketing or customer service is important. Only this will aid you in understanding your customers’ needs.\r\n<h3><strong>Customer Success Strategies for SaaS Businesses</strong></h3>\r\nWhen you are aiming to improve your customer success, it implies that you are looking to form a trustworthy and loyal customer base where satisfaction is exemplified. With SubscriptionFlow, our users are able to achieve this with our easy onboarding process, successful sign-ups, offering trials that lead to conversions, ensuring payment from customers, and preventing churn. Tools like dunning management are important for preventing churn which is offered in SubscriptionFlow as an essential tool for improving your customer retention. Once your onboarding process is seamless, you will not have to spend a huge amount of resources on your marketing campaigns to increase customer acquisition. As your customer success strategies will improve with our tools, your satisfied customer base will become advocates and representatives of your brand.\r\n<h4><strong>Let SubscriptionFlow Aid You in the Customer Success Journey</strong></h4>\r\nTo improve customer success, your onboarding process will also ensure more paid conversions, making our trial management tool an essential tool of your customer success strategy. When it comes to churning, we idealize an active approach rather than reactive and with our reporting dashboard, you will be able to track metrics analyzing inactive customers so you can take actions in a timely manner. Moreover, your customer success strategy should start from your customer-facing teams whose marketing campaigns, customer relationship management, and help desk should be powered by efficient CRM, invoicing, billing, and subscription management tools offered by SubscriptionFlow. SaaS companies who are looking to enhance their sales using Subscription Business Model need to look towards measuring customer success in conversion rates, upgrades, recurring revenue on a monthly and annual basis as well as upsells. All of these give a clear indication of everything surrounding the concept of customer success.\r\n\r\nOnce you have mastered customer success, your costs spent on customer acquisition will lower because your customer, once choosing the trial version will ultimately convert to the paid version. Your Subscription Business Model will only be successful if your conversion rates are higher otherwise your customer acquisition costs will be wasted. Optimizing your pricing strategy with SubscriptionFlow and with the help of our pricing engine, your product will be well suited to our subscription management software. To enlighten our readers with customer success is our goal and in this stead, we have created a link between challenges faced by companies and what tools are needed in the Subscription Business Model. Once you have overcome these challenges and applied these SaaS tools offered by SubscriptionFlow, you will have a happier and satisfied customer base resulting in high recurring revenue which forms the basis of any business using the Subscription Business Model.','What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?','','publish','open','open','','what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed','','','2020-05-28 15:11:25','2020-05-28 15:11:25','',0,'https://staging.subscriptionflow.com/?p=2861',0,'post','',0),(2862,1,'2020-05-28 15:09:30','2020-05-28 15:09:30','','Subscription Business Model','','inherit','open','closed','','subscription-business-model','','','2020-05-28 15:09:40','2020-05-28 15:09:40','',2861,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Subscription-Business-Model.jpg',0,'attachment','image/jpeg',0),(2864,1,'2020-06-01 12:37:53','2020-06-01 12:37:53','The subscription-based businesses globally are now adopting revenue operations or RevOps to drive growth and fulfill their strategic goals. The SaaS industry has had revelations in recent times about how sales or their marketing teams are not enough for ensuring success. This is why it requires collaboration between customer-facing teams as well as customer-facing teams to ensure long term adoption/subscription rates from their customers. In order to increase customer retention, Cloud-Based Subscription Billing processes require the support of a coherent strategy i.e. Revenue Operations. These operations are defined as collaboration between sales, marketing, customer relationship management, and customer success teams for accomplishing one task and that is, generating more revenue. But before we learn and educate our readers about the virtues of revenue operations, it is important to study the challenges B2B and B2C SaaS companies face in sustainable growth. At SubscriptionFlow, our own experience in engaging with our clients and users of our Cloud-Based <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Subscription billing software</a> has taught us about the virtues of adopting cohesive strategies for improved growth rather than spurts of seasonal subscribers.\r\n<h2><strong>Challenges Faced by SaaS Companies and how to Overcome them</strong></h2>\r\nRevenue operations work on top of your billing automation, payment processing, subscription management and all of these operations cannot be successfully performed unless you are using the right Cloud-Based Subscription Billing solution. For every SaaS company, Cloud-Based Billing Solution is essentially on which customer-facing develops revenue operations strategies. So, let’s start with the basics. If your Cloud-Based Billing Solution does not offer multiple payment methods, your teams will have to deal with the bad customer experience and gateway related risks. This is why SaaS companies have to prepare themselves ahead of growth saturation and invest in the right Cloud-Based Billing Solution which will allow them to integrate with different payment gateways. When you are offering multiple payment methods to your customers, you are less likely to face revenue leakage, abandoned carts, or churn.\r\n\r\nNext comes, billing automation which SubscriptionFlow offers which allows our users to choose from different pricing plans, automate their billing process, use proration handling for transparent invoicing, and overall put their financial operations on autopilot. With SubscriptionFlow, growth is sustained with control SaaS companies have with testing different pricing plans and billing infrastructure which manages customer bills and renewals automatically. SubscriptionFlow offers overall optimal subscription management as well which allows SaaS companies to control and manage subscription plans and offer customer self-service portal so their customer service and success teams do not have to handle queries. Our Cloud-Based Billing Solution allows users to offer trials, discounts, coupons without worrying about invoicing and manage pauses and postponing subscription plans as well. SubscriptionFlow has designed these tools of billing and subscription management so they contribute to your revenue operations. However, many companies who are not investing in the right Cloud-Based Billing Solution might face issues of siloed systems and discord in their customer-facing processes.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-2866 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg\" alt=\"cloud based billing solutions\" width=\"400\" height=\"522\" /></p>\r\nSo what are siloed systems and how is it a challenge for revenue operations? In simple words, silos or siloed systems are companies where teams or departments are not in sync with their goals regarding revenue growth. Important players in your revenue operation teams include customer success, sales, and marketing teams. Unlike sales operations which does not require cohesion of all these customer-facing teams, RevOps has to be more inclusive with a centralized and streamlined system for running operations, sharing marketing, sales, and customer success insights, and then implementing collective goals to enrich this cross-department relationship. When it comes to Cloud-Based Billing Solutions, they enable revenue operations teams and other departments to utilize the streamlined system to manage customer accounts, view progress, keep track of problems like churn, and keep daily track of SaaS metrics like monthly recurring revenue to make further decisions. At SubscriptionFlow, our users are also able to integrate their Cloud-Based Billing Solution with their centralized system enabling marketing, sales, and other ERP processes to be synchronized.\r\n<h3><strong>Measure and Manage your Revenue Growth Easily</strong></h3>\r\nRevenue growth is not just easily calculated from SaaS metrics like monthly recurring revenue, etc. Which is why you need to devise a CRM system for handling your customer between different teams. Like in SubscriptionFlow, our users can manage customer contacts, invoices, and subscriptions as well so SaaS companies can easily share this information across other teams. Another important measure is to calculate customer acquisition costs regarding marketing campaigns which is easily indicated in financial and SaaS reporting in our Cloud-Based Billing Solution. This also brings us to another important factor which is the onboarding process which involves customer lifecycle and automated workflows which assist in enriching their experience.\r\n\r\nCustomer lifetime value is another important metric that notifies how much your customers have spent over their subscription cycle on your product. Your sales and support team need to have an open forum for sharing customer feedback just like marketing and sales team need to share lead and have automated workflows for saving customers/leads in the CRM system for a cohesive sales funnel. All in all, SaaS companies can avoid revenue leakages with proper RevOps planning. SubscriptionFlow believes invaluable research and only through that, we have enabled our clients to achieve sustainable growth with our Cloud-Based Billing Solution.','How Can Your Cloud-Based Subscription Billing Drive More Growth With Improved Revenue Operations?','','publish','open','open','','how-can-your-cloud-based-subscription-billing-drive-more-growth-with-improved-revenue-operations','','','2020-06-01 12:37:53','2020-06-01 12:37:53','',0,'https://staging.subscriptionflow.com/?p=2864',0,'post','',0),(2865,1,'2020-06-01 12:34:09','2020-06-01 12:34:09','','Cloud-Based Billing Services','','inherit','open','closed','','cloud-based-billing-services','','','2020-06-01 12:34:21','2020-06-01 12:34:21','',2864,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Cloud-Based-Billing-Services.jpg',0,'attachment','image/jpeg',0),(2866,1,'2020-06-01 12:34:41','2020-06-01 12:34:41','','cloud based billing solutions','','inherit','open','closed','','cloud-based-billing-solutions','','','2020-06-01 12:34:48','2020-06-01 12:34:48','',2864,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg',0,'attachment','image/jpeg',0),(2868,1,'2020-06-03 07:54:10','2020-06-03 07:54:10','<iframe name=\"Framename\" src=\"https://subscriptionflow.atlassian.net/servicedesk/customer/portal/3\" width=\"100%\" height=\"700\" frameborder=\"0\" scrolling=\"auto\" class=\"frame-area\">\r\n</iframe>\r\n','Support','','publish','closed','closed','','support','','','2020-06-03 08:00:39','2020-06-03 08:00:39','',0,'https://staging.subscriptionflow.com/?page_id=2868',0,'page','',0),(2877,1,'2020-06-03 11:37:07','2020-06-03 11:37:07','','Software as a Service Billing','','inherit','open','closed','','software-as-a-service-billing','','','2020-06-03 11:37:32','2020-06-03 11:37:32','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Software-as-a-Service-Billing.jpg',0,'attachment','image/jpeg',0),(2881,1,'2020-06-03 11:43:13','2020-06-03 11:43:13','Over the years Software as a Service Billing and SaaS companies have globally taken over the economy. Different industries are shifting to this technology and this influx has also allowed companies to target more customer bases globally as internet access has increased. But what does this spurring development mean for Software as a Service Billing and SaaS businesses? It is an opportunity and a challenge at the same time. The subscription-based model has now become a favorite for many companies who are looking to increase their profitability. The Software as a Service Billing presents a challenge as many companies struggle to present value-added products each time. Maintaining recurring revenue has put entire subscription-based models on the risk of facing customer churn. While the boom of a large consumer base is appealing, growing your SaaS company means having a strong marketing strategy that will cater to your business goals while harnessing the huge market base.\r\n<h2><strong>Customer churn and how can you stop it?</strong></h2>\r\nIn our experience as providers of Software as a Service Billing services and tools, SubscriptionFlow can highlight why some reasons why companies face churn. Aside from the obvious failure of marketing tools, losing customers has a lot to do with your recurring billing software. When your Software as a Service Billing is not backed by tools like smart dunning, you are left with outstanding bills and have to cancel the subscription. Many companies think pre-dunning tactics like sending customer reminders before their renewal dates will work but this approach mostly results in annoyance and discomfort on the customer’s part. This is why you need payment gateways for processing payments based on set retry logic and automated workflows for email reminders. We have designed this tool to help our users adopt a reactive approach to tackling churn. Your marketing will eventually be able to attract more customers but before you can implement those tools, you need recurring billing software that will actively work on your customer retention.\r\n\r\nSaaS businesses need a different approach than other businesses diverting towards a more customer-centric approach. So what does this mean? This implies that Software as a Service Billing must provide value-added products each time or face churn. We have mentioned above how SaaS companies are dealing with churn. Customer retention is just as important for your marketing strategies as an acquisition. Having a loyal and satisfied customer base will improve your revenue growth, all of which depend on recurring renewals. Our reporting dashboard has facilitated Software as a Service Billing as it offers real-time analytics and SaaS metrics like monthly recurring revenue, customer churn, annual recurring revenue, etc. Coming to the approach for SaaS marketing, it has to be focused on reaching the right customer and converting them.\r\n<h3><strong>Essential marketing tools targeting Software as a Service Billing</strong></h3>\r\nFor SaaS products, the sales cycle is based on acquiring new customers and convincing paying customers to stick around for upgrades and recurring purchases. In our experience, when it comes to content creation and SEO tools, the most important goal is to achieve readability. Creating content that informs users is important. Why they need your SaaS product and how your subscriptions will improve their life is an example of the subject your marketing team can target. At SubscriptionFlow, our team has seen an increase in the use of our tools once we expanded our knowledge base on how Software as a Service Billing tools can be used. Helping searchers with resources in the form of a helpful blog post on WordPress or any other blogging site is important. Content marketing via on/off page blogging and the content will also improve your visibility on Google’s search engine. Businesses all over the world have been generating more leads and attracting more visitors to this website through content marketing. Content can also be used for other forms of marketing like pay per click advertising and social media posts on your accounts. SEO marketing is an evolved form of content marketing that involves keyword tools, internal linking, and off-page posing which is based on link building. All of these tools will help you attract more leads and convert them.\r\n\r\nEmail marketing and drip campaigns are more targeted towards informing customers of exciting new deals, promotions, conversions, and informing them of new content. HubSpot is an essential platform for designing your inbound marketing tools which are offered in its Marketing Hub. It includes email templates and automating campaigns for sending these email newsletters. Moreover, drip campaigns can be used for nurturing new leads based on their contact information saved using our CRM tools offered by SubscriptionFlow. Your marketing strategies should also be centered on letting the customer try out your SaaS products for free. Our Software as a Service Billing tools allows our users to offer trials and freemium to their customers which are known for improving retention.\r\n\r\nWith SubscriptionFlow, you do not have to keep track of their trial period or charging them for upgrading manually. Our invoicing tools will automatically convert those customers and then charge them based on their renewal date every month. You can create their invoices and bills within a few clicks and this will improve your retention twofold. All in all, the subscription business model can be successful if you are using the right recurring billing system to enrich leads and satisfy your customers. SaaS marketing is focused on creating content and advertisement focused on informing potential leads to your product and converting the team.','Different SaaS Marketing Strategies for Companies offering Software as a Service Billing Services to Tackle Customer Churn','','publish','open','open','','different-saas-marketing-strategies-for-companies-offering-software-as-a-service-billing-services-to-tackle-customer-churn','','','2020-06-03 11:44:15','2020-06-03 11:44:15','',0,'https://staging.subscriptionflow.com/?p=2881',0,'post','',0),(2886,1,'2020-06-05 11:57:14','2020-06-05 11:57:14','During these uncertain times, keeping track of your growth matters but you need to track the right metrics to save yourself from losing customers and sales. SaaS businesses are facing a lot of turbulence currently due to the global pandemic. While everyone is debating what future economy would look like, SaaS businesses are relying on their Recurring Billing System as their best bet to assess the impact of this pandemic on their business. But why is it important to track key performance indicators especially during these times? With the threat of global economic decline, your business needs to mitigate the impact of this pandemic on its growth. In our opinion, the best recurring billing systems in the world are those which are helping companies keep track of their customer subscriptions. SubscriptionFlow believes in value-led growth which is more sustainable and based on customer satisfaction. But we are not analyzing business performance here. Our goal is to help SaaS businesses understand the importance of key performance metrics and how the Best Recurring Billing System in the world just like SubscriptionFlow contributes to it.\r\n\r\nRather than tracking your metrics in the annual quarter and delaying the process of mitigating damages, the economic uncertainty has forced SaaS businesses to stay ahead of weekly updates. Although many metrics fall under the umbrella of key performance metrics, it is easy to get confused and overwhelmed. To avoid this dilemma, we have underlined which metrics are vital for your survival and how Best Recurring Billing Systems are helping their users track them. First of all, you need to choose which metrics which will directly give you an insight into how your business is performing. Learning which metrics to track is just as important because it is impossible to track dozens of metrics at once. Against your business objectives, measuring these metrics will allow you to visualize growth and see which areas need improvement. Because tracking metrics shows which sales, marketing, and strategic business strategies have been successful, and once your crisis management tools are implemented, SaaS metrics will show you fruits of the seeds you have sown. So if you want to learn which subscription plans are more successful, or why your churn is increasing then you need to manage SaaS metrics.\r\n\r\n<strong>Important SaaS metrics for businesses to track. </strong>\r\n<ol>\r\n <li>\r\n<h2><strong>Monthly Recurring Revenue (MRR):</strong></h2>\r\n</li>\r\n</ol>\r\nMonthly recurring revenue gives SaaS companies a fair representation of how much revenue has been earned from subscriptions in a month. It shows you how much money your customers are bringing in as a result of monthly renewals. For businesses whose revenues rely on monthly subscriptions and it shows how your business is growing. There are different types of MRR including subscriptions from new customers, upgrades, revenue lost due to cancellations/downgrades as well as conversions from free trials. While many industries have seen downgrades in their subscription, for example, gyms, many have been seen a rise in monthly subscriptions like online learning or video conferencing software. If you are witnessing a dip in your monthly recurring revenue/MRR, you should focus on changing your pricing strategy or discounts to tackle voluntary cancellations.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Churn Rate:</strong></h3>\r\n</li>\r\n</ol>\r\nChurn is what every SaaS business fears. It is defined as the number of cancellations both voluntary and involuntary from your customers every month. When you are looking at your reporting dashboard, gross churn gives you an overall picture of how successful your products and subscription plans are. So once you have tracked your customer churn or churn rate on a monthly or weekly basis, what to do next? Well, you need to decipher what your churn metrics are telling you. First of all churn rate and increase in it, indicates that your customers are downgrading their subscription plans or canceling them. It is important to earn your customer\'s trust which you can do by offering freemium plans, allowing them to pause or postpone subscription for some time. SaaS businesses should offer pauses rather than canceling subscriptions. On the other hand, involuntary takes place due to failed payments which Best Recurring Billing Systems like SubscriptionFlow can help your business with in the form of smart dunning. This tool allows users to send automated email reminders after your payment gateway cannot process payment. SaaS businesses can easily set workflow for sending reminders without them having to worry about it.\r\n<ol start=\"3\">\r\n <li>\r\n<h4><strong>Customer Acquisition Cost:</strong></h4>\r\n</li>\r\n</ol>\r\nAs absolutely important metrics to track, customer acquisition cost helps businesses measure how much your business is spending on your customers. Essentially, it tracks how much return on investment is being received from your marketing and sales strategies. Moreover, you can improve your customer acquisition costs by reducing abandoned carts, easy checkout panel, and onboarding process. With the improvement in these areas, your CAC will improve. Sometimes, when users are not receiving value in your products although your subscription plans are performing well. For this purpose, CRM processes need to be improved which SubscriptionFlow has helped many users with. Our customer management system allows sales reps to easily manage the sales process, automated email lists, blogs, and newsletters which will allow your customers to see value in your products. All in all, SubscriptionFlow has seen how only the Best Recurring Billing Systems can track SaaS metrics via reporting dashboard for businesses. Without these metrics, success is uncertain just like our current global situation.','Learn How the Best Recurring Billing System are Helping SaaS companies Track these SaaS KPIs and Metrics','','publish','open','open','','learn-how-the-best-recurring-billing-system-are-helping-saas-companies-track-these-saas-kpis-and-metrics','','','2020-06-05 11:57:14','2020-06-05 11:57:14','',0,'https://staging.subscriptionflow.com/?p=2886',0,'post','',0),(2887,1,'2020-06-05 11:56:28','2020-06-05 11:56:28','','Best Recurring Billing System','','inherit','open','closed','','best-recurring-billing-system','','','2020-06-05 11:56:42','2020-06-05 11:56:42','',2886,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Best-Recurring-Billing-System.jpg',0,'attachment','image/jpeg',0),(2889,1,'2020-06-08 12:33:52','2020-06-08 12:33:52','Automating human activities and traditional processes through artificial intelligence is not a novel concept. Machine learning has helped companies execute difficult and complex tasks and automate them without the need for any human intervention. Since the introduction of artificial intelligence, billing, and invoicing processes involved in IoT Billing Systems have been simplified. When it comes to the Internet of Things, vendors have a tremendous advantage in using IoT Billing Systems because it allows them to sell convenience coupled with automation offered by IoT Billing Systems. Having smart devices being delivered to customers is not the end goal of B2C or subscription-based businesses. IoT Billing Systems allows companies to offer the convenience of automated payment processing and seamless invoicing process to their customers. Customers can grow frustrated if your IoT Billing Systems is not up to date and renders user’s customer retention efforts useless. So how does AI solve these issues? Well, today’s subscription management software or IoT Billing Systems are designed to improve customer satisfaction.\r\n\r\nAccounting and billing processes can be daunting which is being revolutionized by artificial intelligence. Digital accounting and bookkeeping processes do not have to involve complex spreadsheets and outdated systems which do not allow automation. At SubscriptionFlow, we have been helping companies rid of their semi-automatically invoicing processes and adopt artificial intelligence to improve customer retention. Optimizing subscription billing for SaaS companies has allowed our clients to reduce payment failures and improve their customer experience. IoT Billing Systems which work on the principle of artificial intelligence have monumentally improved recurring billing and subscription management. SubscriptionFlow believes that AI can be leveraged for your business success which will lead to an assured increase in revenue growth and expansion in the customer base. So, if you are looking to crack the code of your subscription business then you would need for accelerating your revenue growth.\r\n<h2><strong>Importance of Artificial Intelligence in Invoicing and Billing Processes</strong></h2>\r\nThe most important application of AI in your IoT Billing Systems and overall subscription management software is automated renewals for your customer subscriptions. On a prescribed time and date, our subscription management software allows users to automatically generate invoices and ensures that your customers will enjoy services uninterrupted. Moreover, we have mentioned earlier that many SaaS companies face issues with customer retention and how artificial intelligence has resolved it. Through intelligent retry schedules when payment processing fails. Our subscription management software offers smart dunning which allows users to seamlessly handle failed transactions and involuntary churn. We know that today businesses face issues with voluntary and involuntary churn, which is why we have designed dunning management tools to counter failed payments and set email reminders when customer’s payment cannot be processed.\r\n\r\nIoT Billing Systems like SubscriptionFlow generated invoices and triggers payments against customer’s pre-saved payment information and process it. If the transaction fails then the system will register error and your payment gateway will retry depending on your set retry schedule. Although there is no guarantee that the transaction will be processed but our IoT Billing Systems will allow you to mitigate the errors by politely reminding your customers to update their credit card information via automated email reminders. Artificial intelligence also prevents fraud and ensures security when it comes to customer payment information and your sales. Our AI-powered IoT <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing Systems</a> assures that scams are avoided and your customer payments are guaranteed so your customer relationship is built on trust. When it comes to fraud payments, AI can analyze incoming payments, payment information, and invoices for fraudulent activity.\r\n\r\nMoreover, when you are offering discounts, sales, or coupons for a limited amount of time then our IoT Billing Systems and subscription management will easily create invoices for your customers without having to worry about doing it manually. We know that marketing strategies designed around cross-sell and up-sell products help in sales growth. AI has powered subscription processes so your customers can choose premium plans to fully enjoy your services. Aside from ensuring maximum renewals from your customers through self-service portals and good customer service to offer them convenient and value-based plans, artificial intelligence has also helped revolutionize customer service. This is done by automated chatbots. While your sales rep could have been burdened by constant notifications on customer tickets or having to track prospects on your website, chatbots can be used for triggering conversations with leads when they visit your website or offer helpful content from your knowledge base when your customers need help with your service. All in all, IoT Billing Systems or subscription management systems like SubscriptionFlow can help usher your business performance into overdrive. Think of artificial intelligence as an assistant and not a replacement. It will empower your customer-facing teams to improve your brand impressions, improve sales, enhance customer satisfaction, and automate repetitive processes like invoice generation and billing.','How is Artificial Intelligence Changing and Enhancing Productivity in IoT Billing Systems? Learn How Your Business Can Leverage it.','','publish','open','open','','how-is-artificial-intelligence-changing-and-enhancing-productivity-in-iot-billing-systems-learn-how-your-business-can-leverage-it','','','2020-06-08 12:33:52','2020-06-08 12:33:52','',0,'https://staging.subscriptionflow.com/?p=2889',0,'post','',0),(2890,1,'2020-06-08 12:31:02','2020-06-08 12:31:02','','IoT Billing Systems','','inherit','open','closed','','iot-billing-systems','','','2020-06-08 12:31:14','2020-06-08 12:31:14','',2889,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/IoT-Billing-Systems.jpg',0,'attachment','image/jpeg',0),(2893,1,'2020-06-08 12:45:42','2020-06-08 12:45:42','','tax-managment-2','','inherit','open','closed','','tax-managment-2','','','2020-06-08 12:45:51','2020-06-08 12:45:51','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment-2.png',0,'attachment','image/png',0),(2896,1,'2020-06-08 12:51:49','2020-06-08 12:51:49','','tax-managment','','inherit','open','closed','','tax-managment','','','2020-06-08 12:51:57','2020-06-08 12:51:57','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment.png',0,'attachment','image/png',0),(2898,1,'2020-06-08 13:23:27','2020-06-08 13:23:27','','integration','','inherit','open','closed','','integration','','','2020-06-08 13:23:33','2020-06-08 13:23:33','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/integration.png',0,'attachment','image/png',0),(2900,1,'2020-06-12 14:07:12','2020-06-12 14:07:12','Everyone is raving nowadays about revenue operations and how well-performing results it has yielded for many SaaS companies. Revenue operations, if you are not aware, is a full-funnel strategy for companies who need to align their marketing, sales, customer success goals to drive better growth. Across the customer lifecycle, B2B, and SaaS companies are implementing new ways to improve how they are managing their customers and yielding better results in growth and sales. So, if you are new to this concept, you have to understand why RevOps is effective and how you can achieve it with <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Invoicing Software for Enterprises</a>. With the help of tips on how to improve your revenue operations, you would also need Enterprise electronic invoice software like SubscriptionFlow. Let us see how.\r\n\r\nSo why do you need RevOps in the first place? Well, companies whose departments around the customer lifecycle are not aligned usually face difficulties in sales growth. This happens when your marketing, sales, or customer management teams are working in isolation. What happens is, they are not aware of how sales team or marketing experts are working to generate leads or design sales pipeline so highlighting issues is difficult. This increases roadblocks in the customer lifecycle and reflects on your customer service and since your teams are not in sync, they are unable to resolve issues right away. Because every department communicates with customers at defines stages of their customer lifecycle so it might to misalignment and disconnect in customer strategy. Software like SubscriptionFlow is important because it allows integrations and will aid you in aligning your customer-facing teams.\r\n<h2><strong>Why does your Company Need RevOps strategies?</strong></h2>\r\nIn simple words, RevOps is needed when you want to improve how your management is contributing to organizational goals. The strategic convergence between your teams is needed when your revenue engine is not generating a predictable amount. So, once you see discrepancies in how your customer-facing teams are working and why there are misalignments in your approach, you need to focus on aligning teams and connecting business data across organizational silos. Moreover, you will also need to focus on operational processes like customer relationship management with Invoicing Software for Enterprises. With SubscriptionFlow, your customer invoices, payment information, subscriptions, SaaS reporting dashboard, etc. will be aligned. Our Invoicing Software for Enterprises will align your sales pipeline and integrations with HubSpot, Pipedrive, and other applications that will streamline your customer information.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-2902 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png\" alt=\"Invoicing Software for Enterprises\" width=\"512\" height=\"512\" /></p>\r\nThe need for companies to align their sales funnel arises from the fact that customer behavior and their buying habits have changed. Now customers are much aware of what they need and so your sales funnel should be continuously giving value-added experience. Especially for subscription-based businesses that need to make sure their customers are supported seamlessly. Usually, sales, marketing, or customer success teams are using separate technology stacks, marketing automation tools, or CRM for managing their stage of sales funnel. What you need to do here is align and open streams of communication to avoid inaccurate forecasts, lone wolf mentality, or blamed for lack of performance. So instead of wasting time on communicating manually, you will have to introduce full-funnel accountability, data-driven collaboration with SaaS metrics, predictable growth, and efficient sales cycle.\r\n<h3><strong>How to Align your Customer-facing Teams with RevOps</strong></h3>\r\nWhen your sales, marketing, or customer-facing teams are not aligned, they are working on their own goals and the central system. This leads to silos which imply that your teams have misaligned goals and their processes are reflecting on your business metrics. This can also lead to inter-organizational misunderstanding and miscommunication. To overcome these challenges you need to build a system that is built on accountability and trust. With the help of our Enterprise electronic invoice software, you can create a cross-functional system for marketing, sales, and other teams. Integrations with Zendesk have helped customer service and tickets which also helps the marketing team see feedback, automate sales cycle with Salesforce, or manage revenue recognition and accounting processes with QuickBooks. You would also need to analyze the performance of your sales funnel and how successful it is via churn analysis which our Enterprise electronic invoice software can help with.\r\n<h4><strong>Measure your Success Effortlessly</strong></h4>\r\nThe primary motive of revenue operations is to drive revenue and you need to measure certain SaaS metrics to ensure your sales funnel is successful. For this purpose, our Invoicing Software for Enterprises can be resourceful as our SaaS metrics reporting dashboard will allow you to see renewals, monthly recurring revenue, customer acquisition cost, and annual recurring revenue, etc. Our Enterprise electronic invoice software has helped many companies align their sales, marketing, and customer-facing teams with powerful integrations so your teams are not working in isolation. So if your marketing teams are not generating qualified leads for your sales team or you are facing issues with the sales team for not closing enough deals then you need a purposeful revision of your sales pipeline. So, all in all, when your departmental silos are overwhelming, it will hinder your revenue growth. What you need is a reporting dashboard to see how your sales are increasing. With the help of our Enterprise electronic invoice software, you will be able to see how you improve communication and well-aligned goals are allowing your teams to perform well. So, what are you waiting for? Contact us today to usher into better business growth.','Learn How RevOps is Helping Companies Achieve Business Goals and the Role of Invoicing Software for Enterprises','','publish','open','open','','learn-how-revops-is-helping-companies-achieve-business-goals-and-the-role-of-invoicing-software-for-enterprises','','','2020-06-12 14:07:12','2020-06-12 14:07:12','',0,'https://staging.subscriptionflow.com/?p=2900',0,'post','',0),(2901,1,'2020-06-12 13:59:33','2020-06-12 13:59:33','','Enterprise electronic invoice software','','inherit','open','closed','','enterprise-electronic-invoice-software','','','2020-06-12 13:59:43','2020-06-12 13:59:43','',2900,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Enterprise-electronic-invoice-software.jpg',0,'attachment','image/jpeg',0),(2902,1,'2020-06-12 14:00:30','2020-06-12 14:00:30','','Invoicing Software for Enterprises','','inherit','open','closed','','payment','','','2020-06-12 14:00:47','2020-06-12 14:00:47','',2900,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png',0,'attachment','image/png',0),(2904,1,'2020-06-15 14:49:32','2020-06-15 14:49:32','The recent trends in B2B and SaaS companies in every industry have seen a shift towards the Subscription-based Business Model. This has occurred due to many reasons like changes in customer expectations with the boom in eCommerce and subscription-based services and revision of how revenue growth is seen. Now recurring revenue is seen as a viable factor in the company’s growth and the Subscription-based Business Model is a promising model to achieve it. Consumers are now expecting to receive subscription-based services for their automated billing portal which essentially takes away the worry of having to pay invoices and bills. As a company expert in all things subscription and Subscription-based Business Model, we have seen the rise of the subscription economy. This economic structure is built around customer relationships and value-based products which run the wheel of recurring revenue for businesses. At SubscriptionFlow, we provide services to SaaS companies for enriched subscription management software and businesses in transition as well.\r\n<h2><strong>Gear Up For Recurring Revenue Growth</strong></h2>\r\nPreviously, having business knowledge required the business to forge their path and learn from their mistakes. However, since many companies are witnessing a major shift to the subscription economy, having tips for subscription growth will prove helpful. SubscriptionFlow believes that industry knowledge is important for companies to succeed with a Subscription-based Business Model. This is why we have delved deep into what our experience with subscription businesses has taught and, in imparting this knowledge, will allow other businesses to follow a better path for success.\r\n\r\nSo, starting with why your business might need a Subscription-based Business Model. First of all, it is a win-win situation for your customers and you. Because your business would be focused on earning your customers’ trust for repeated purchases and recurring renewals, your new products, and the overall sales process will be designed to succeed. For SaaS business, it provides the opportunity to build predictable cash flow and recurring revenue streams. Most of all, you would need a centralized subscription management software like SubscriptionFlow which has helped many companies centralize and automate their customer relationship processes, sales pipeline, invoicing, and billing processes. From analytics, intuitive pricing models, flexible promotions, fast billing, quick accounting, to the customer portal, smart dunning, transparent invoices, and seamless customer service, the Subscription-based Business Model has defined success for many businesses. The following are ways, how businesses are improving their performance under the Subscription-based Business Model.\r\n<h3><strong>Streamlining your Billing Process</strong></h3>\r\nTo streamline your billing processes which means you would need recurring billing software which will also manage your customer information, offer accounting integration for revenue recognition, etc. Businesses who are dealing with Subscription-based Business Model, need to be able to collect cash via multiple different payment methods, prorate for those who sign up mid-month, and setting up new customers with the seamless onboarding process. Once your customers have signed up, your billing process on a monthly, weekly, or annual basis has to be automated for accurate and transparent invoices. SubscriptionFlow offers integrations with QuickBooks, Avalara, Salesforce, and other applications to streamline your cash flow once you have automated your transactions. Moreover, when you are shifting to the Subscription-based Business Model, you would need a scalable and robust infrastructure for growing rapidly which offers seamless integrations, payment gateways, and security like the ones our users are enjoying with SubscriptionFlow.\r\n<h3><strong>Retention Is the Key to Consistent Revenue Growth </strong></h3>\r\nFor consistent growth that your Subscription-based Business Model depends on, you need to create and nurture customer relationships that last long. As we have mentioned above how subscription management software is the backbone of your recurring revenue strategy. Customer retention is threatened by churn which usually occurs due to failed payments, or voluntary downgrades and cancellations. For involuntary churn, you would need a dunning management tool that automates retries and then sends email reminders for information update to your customers. You must also offer customer portals for consistent experience and control over their upgrades, downgrades, and their subscription history.\r\n<h3><strong>Choose the Best Pricing Model </strong></h3>\r\nIn subscription-based businesses, pricing and packaging is an important component of selling your subscription-based products and services. It will help you make your place in a competitive market and allows you to acquire new customers as well as reduce churn. SubscriptionFlow has seen how companies struggling with upgrades and churn because of their misfit pricing packages. This is why our suggestion to such companies is to start with basic usage-based monthly packages and then offer different upgrades on an annual or bi-annual basis. This way your customers will be able to see value in your products, you will have more time developing automated workflows for your sales pipeline, and our subscription management software allows users to develop tier or volume-based pricing packages at any time. With our subscription management software, users can also offer freemium, trials, and promotional incentives to promote their products and pricing packages.\r\n<h4><strong>Measure Success with SaaS Metrics </strong></h4>\r\nWhen we talk about measuring your success then usually we refer to subscription metrics or key performance metrics. Our users who are working with Subscription-based Business Model, our subscription management software allows them to view monthly recurring revenue, annual recurring revenue, churn rate, average revenue per customer, and other SaaS metrics. At SubscriptionFlow, we believe users should have access to their revenue growth readily. Since the Subscription-based Business Model is fast in growth, companies should be able to review their growth over weeks or months to adapt to any errors in their strategy. Since predictable cash flow is a key component of the Subscription-based Business Model, your revenue growth should reflect that. In cases that it does not, you will be able to win back lost customers with churn rate or improving your communication strategy. All in all, for the Subscription-based Business Model, you would need to dive into these features and build your brand. If you are looking for an experienced consultant who is an expert in the Subscription-based Business Model then contact us today.','Here Is Your Definitive Guide to Running Your Subscription-based Business Model and Building Strong Growth Model with SubscriptionFlow','','publish','open','open','','here-is-your-definitive-guide-to-running-your-subscription-based-business-model-and-building-strong-growth-model-with-subscriptionflow','','','2020-06-15 14:49:32','2020-06-15 14:49:32','',0,'https://staging.subscriptionflow.com/?p=2904',0,'post','',0),(2905,1,'2020-06-15 14:37:48','2020-06-15 14:37:48','','Subscription-based Business Model','','inherit','open','closed','','subscription-based-business-model','','','2020-06-15 14:37:56','2020-06-15 14:37:56','',2904,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-based-Business-Model.jpg',0,'attachment','image/jpeg',0),(2919,1,'2020-06-16 09:02:01','2020-06-16 09:02:01','','Subscription Billing for Enterprises','','inherit','open','closed','','subscription-billing-for-enterprises','','','2020-06-16 09:02:18','2020-06-16 09:02:18','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Billing-for-Enterprises.jpg',0,'attachment','image/jpeg',0),(2921,1,'2020-06-16 11:28:21','2020-06-16 11:28:21','','Empower your business with our Enterprise Billing System','','inherit','open','closed','','empower-your-business-with-our-enterprise-billing-system','','','2020-06-16 11:28:31','2020-06-16 11:28:31','',1899,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg',0,'attachment','image/jpeg',0),(2922,1,'2020-06-16 11:38:57','2020-06-16 11:38:57','','Improve customer retention','','inherit','open','closed','','improve-customer-retention','','','2020-06-16 11:39:05','2020-06-16 11:39:05','',1899,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Improve-customer-retention.jpg',0,'attachment','image/jpeg',0),(2923,1,'2020-06-16 12:03:01','2020-06-16 12:03:01','','Make Scalable Progress with these SaaS Metrics','','inherit','open','closed','','make-scalable-progress-with-these-saas-metrics','','','2020-06-16 12:03:13','2020-06-16 12:03:13','',1899,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg',0,'attachment','image/jpeg',0),(2926,1,'2020-06-17 15:19:26','2020-06-17 15:19:26','Customer satisfaction is achieved when your customer service is impeccable, hands-on, and addressed issues promptly. For customer-centric businesses like the subscription-based business model, you need some active tools for timely addressing customer queries and giving your customer control and transparency in their subscriptions. Driving company resources for providing customer insight and control their subscriptions.\r\n\r\nAs customers are now the center of SaaS businesses, they drive sales, engagement, make repeated purchases, and allow your recurring revenue to grow steadily, you have to look towards enhancing their customer experience constantly. So why is your customer experience central to their purchase behavior? Well, since subscription-based businesses rely on repeated and recurring renewals from customers, their focus should also be on adding value to their customer’s experience with their brand constantly. SubscriptionFlow understands the need for an impactful subscription management software that places your customer to the center of your business model. This is why our Self Service <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management</a> Portal has proven effective for users to improve their customers’ satisfaction.\r\n<h2><strong>Everything your Self Service Subscription Management Portal must-have</strong></h2>\r\nWhen you are using Self Service Subscription Management Portal, it will allow your customers to see their subscription history, purchases, subscription plans, and upgrade or downgrade their subscription plans. From their Self Service Subscription Management Portal, your customers can also view knowledge bases to find answers to their queries. This gives your Self Service Subscription Management Portal, an added advantage of functioning as a customer service portal as well. Essentially your customer service teams will benefit from Self Service Subscription Management Portal as it allows their customers to help themselves.\r\n\r\nMoreover, Self Service Subscription Management Portal also displays customer information that your customers can edit any time. This will help your customer relationship management and, you will not have to send repeated reminders to your customers to update their payment or shipping information. Customer churn is difficult to manage, but with SubscriptionFlow’s Self Service Subscription Management Portal, you will experience visible differences in your recurring revenue on a monthly or yearly basis. This does not necessarily mean that your customers’ are canceling their subscription due to the unavailability of Self Service Subscription Management Portal but giving your customers visibility in their subscriptions, adding a knowledge base for their queries and control over their subscription plans will give them a better experience than your competitors.\r\n<h3><strong>Reasons why your Company Needs a Self Service Portal</strong></h3>\r\nThe goal and incentive behind designing our CRM and subscription management software were to help companies streamline and centralize their ERP, customer management, and subscription management processes. We have achieved this by offering tools like Self Service Subscription Management Portal, allowing our users to provide better customer experience to their audience. Aside from being able to view subscription history and making changes in their information, your customer service or CRM team will also be sent email notifications whenever your customers make any changes.\r\n<h3><strong>Simplify Customer Service</strong></h3>\r\nRather than answering queries about how to make minor changes in your customer’s payment information or requesting any changes, they will be able to make these changes themselves. Now your customer support agents will not have to address these minor queries themselves and you will experience major ticket deflection. Having fewer tickets than before will indicate that your customers are now more knowledgeable than ever. Giving your customers a Self Service Subscription Management Portal will allow improving your customer satisfaction but the quality of your customer service as well. By simplifying your customer service, the productivity of your customer service agents will improve visibly. You can also add community forums for the integration of user-generated answers or linking answers to your knowledge base.\r\n<h4><strong>Add and Enhance your Knowledge Base</strong></h4>\r\nSpeaking of the knowledge base, Self Service Subscription Management also allows you to add a knowledge base that you can add to your official website or use integrations like Zendesk or Freshdesk. With the help of these integrations, your customers can access frequently asked questions, solution articles, and more announcements about product features or new offers. Your knowledge base, although not mandatory, can be a part of your Self Service Subscription Management as well. The purpose of adding a knowledge base will improve your customers’ information about your products. When your knowledge base is extensive, your Self Service Subscription Management will allow your customers to solve queries themselves and enhance their experience. This feature will also improve how your customer service agents’ performance as well. All in all, when you are using Self Service Subscription Management and using our customer self-service portal, both your customers and you will harmoniously work together for value-added experience and long-lasting relationships.','This is How Self Service Subscription Management Portal is Improving Customer Satisfaction for SaaS Companies','','publish','open','open','','this-is-how-self-service-subscription-management-portal-is-improving-customer-satisfaction-for-saas-companies','','','2020-06-17 15:19:26','2020-06-17 15:19:26','',0,'https://staging.subscriptionflow.com/?p=2926',0,'post','',0),(2927,1,'2020-06-17 15:11:21','2020-06-17 15:11:21','','Self Service Subscription Software','','inherit','open','closed','','self-service-subscription-software','','','2020-06-17 15:11:31','2020-06-17 15:11:31','',2926,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Self-Service-Subscription-Software.jpg',0,'attachment','image/jpeg',0),(2931,1,'2020-06-22 08:53:34','2020-06-22 08:53:34','The Coronavirus pandemic has turned the world upside down. A rapid change has been observed across the social, political, and economic systems. From the executives in the corporate sector to self-employed freelancers to a daily wager, stakeholders all over are experiencing a strange financial uncertainty. 2021 brought a revolutionary twist while forcing the businesses to switch the models to strengthen the revenue growth against depletion.\r\n\r\nIn the recent development, the small- and mid-sized business are seen increasingly shifting their project-based or one-time payment models to subscription-based business models to ensure recurring revenue throughout the year while retaining the clients by providing them prolonged access to the service or product.\r\n\r\nUnlike project-based or one-time payment methods, subscription billing seems to require more effort, manpower, and time, however, it doesn’t need any of the resources at all. All you need is an all-inclusive SaaS Subscriber Billing Solution.\r\n<h2><strong>What is a SaaS Subscriber Billing?</strong></h2>\r\nSoftware-as-a-Service or SaaS Subscriber Billing is a way of using SaaS or a cloud-based platform that allows customers to pay for its users\' services or products repeatedly.\r\n\r\nSaaS subscriber billing software automates the recurring billing cycle and payment processing. It is a solution to industrialize operations and increase productivity without focusing on regular financial and accounting operations.\r\n<h3><strong>How a SaaS Subscription Billing Software Works?</strong></h3>\r\nA SaaS Subscription Billing Software combines the few components in a cycle that together assist the goal of automation of recurring billing, payment processing, and subscription management.\r\n\r\nWhen a customer subscribes a service or product for a certain length of the period, he or she would be charged after a definite interval, it is called recurring billing. To automate the recurring billing, four more components are required to link together. These are:\r\n<h3><strong>Customer Portal</strong></h3>\r\nIt allows a subscriber to feed its personal or payment information, get access to the invoices, payments statements, upgrade, downgrade, pause, or even cancel the subscription plans, and can do complaint or give feedback.\r\n\r\nIn some cases, it is also equipped with inbox, so that customer can directly receive payment failure or success notifications, reminders, or e-invoice.\r\n<h3><strong>Merchant’s Account</strong></h3>\r\nIt is the bank account of the user or business owner where the recurring payments are deposited after the deductions.\r\n<h3><strong>Payment Gateway</strong></h3>\r\nThis is the most sensitive and secured part of the cycle that takes the load of transactions, process the payments information, and transfers the payments to the merchant\'s accounts after every set interval.\r\n<h3><strong>Subscription Billing System</strong></h3>\r\nIt is a complex system that collects customer’s personal, credit card, or subscription plan information for the customer’s portal, process the payments through secured and dedicated gateways, and transfer the amount the payment to the merchant’s account on a recurring basis. It is responsible for all the automation—billing, generation of invoices, proration, dunning, access to subscriber’s personal and credit card information, tax management, and several other aspects of a subscription.\r\n<h3><strong>Billing UI (User Interface)</strong></h3>\r\nDifferent from the customer’s portal, but it is also a portal, dedicated to the client. It is a billing UI connected to the Subscription Billing System and shows the RevOps and other Revenue Analytics.\r\n<h3><strong>SubscriptionFlow as a SaaS Subscription Software To Boost Recurring Revenue</strong></h3>\r\nSubscriptionFlow is a SaaS subscription management platform that allows users to facilitate its customers with the automation of billing and accounting operations, ease of managing the subscriptions and subscribers database, and flexibility to migrate a load of data from other third-party applications or integrate softwares such as Quickbooks Online, Salesforce, ZenDesk, MailChimp, Sugar CRM, Avalara, and others.\r\n\r\nNo matter if you are a service provider, e-commerce store, retailer, non-profit organization, startup, or an enterprise, 2021 exposes you to adapt the operational changes with the subscription-based business model to grow business and revenue. And, SubscriptionFlow as SaaS subscriber billing solution offers you a complete suite of apps with ease, speed, and customization to power your subscription system management. Here are some reasons that you need SubscriptionFlow as your SaaS billing platform.\r\n<h3><strong>Automation of Recurring Billing and Payment Processing</strong></h3>\r\nIt is an ultra-modern and highly flexible could-based platform with an advanced subscription billing system offering all the necessary automation of billing, payment processing, invoice consolidation, dunning, and proration handling along with additional tax management and pricing engine to plan and designing subscription modules and pricing efficiently.\r\n\r\nIt offers secured integration of leading payment gateways such as PalPal, Stripe, and others to process payments faster to the merchant’s accounts. Along with payment integrations, it offers integrations with other third-party applications and data migrations to sync your accounting across the board.\r\n<h3><strong>Subscribers Database and Pricing Management</strong></h3>\r\nMetered billing, one-time billing, or recurring billing, whatever pricing module you want to implement—with SubscriptionFlow pricing engine, smartly manage the tier or volume pricing with the AI-enabled tools offering accurate and data-driven recommendations and suggestions.\r\n\r\nIt also manages a huge data of subscribers and is efficiently integrated with the Customer’s portal to auto-update the database as your subscriber makes any change in information or upgrade or downgrade a subscription.\r\n<h3><strong>Focus on Customer Retention Over Customer Acquisition</strong></h3>\r\nGarnering the new customers is the need of every business but at this age, customer retention is the key. SubscriptionFlow gives you business opportunities to retain customers with the best pricing strategy and satisfactory customer relationship management.\r\n\r\nWith the Customer’s dedicated dashboard, you can ensure the transparency in their subscriptions and billing. Further, reduce the churn rate with the integration of applications like ZenDesk and MailChimp for better dealing with the correspondence along with customer care.\r\n<h3><strong>Analyzing RevOps Alignment With Revenue Growth</strong></h3>\r\nWith the powerful and user-friendly billing API connecting with the Subscription Billing System, get a detailed insight of RevOps. Evaluate the monthly or annual recurring revenue, churn rate, subscribers growth over a specific period, and AI-enabled projections of future growth as simple in numbers as well as easy graphs and bars. Integrate the data with sales, marketing, and finance tool stack to devise data-driven strategies.','Learn Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2021','','publish','open','open','','learn-why-you-need-a-saas-subscription-billing-solution-to-boost-your-recurring-revenue-in-2020','','','2021-08-05 14:01:04','2021-08-05 14:01:04','',0,'https://staging.subscriptionflow.com/?p=2931',0,'post','',0),(2932,1,'2020-06-22 08:50:44','2020-06-22 08:50:44','','Boost Your Recurring Revenue in 2020','','inherit','open','closed','','boost-your-recurring-revenue-in-2020','','','2020-06-22 08:51:05','2020-06-22 08:51:05','',2931,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg',0,'attachment','image/jpeg',0),(2934,1,'2020-06-23 13:56:51','2020-06-23 13:56:51','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner][vc_raw_html]JTNDaWZyYW1lJTIwY2xhc3MlM0QlMjJob3N0ZWQtcGFnZS1pZnJhbSUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYWRtaW4uc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZlbiUyRmhvc3RlZC1wYWdlJTJGc3Vic2NyaWJlJTJGMmJlNGI1NDctM2JiYS00MWJiLWE4OTItYzgxMmY0YTlhOWE4JTJGcHJvZHVjdCUyRjIwOTA0YTg0LTdiMjUtNGZhYy1iZjEwLWMyZGRjMmY3MzA4ZCUyMiUyMGhlaWdodCUzRCUyMjE2MDAlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Revenue Based Pricing Monthly (recurring)','','publish','closed','closed','','revenue-based-pricing-monthly-recurring','','','2020-06-25 15:10:46','2020-06-25 15:10:46','',0,'https://staging.subscriptionflow.com/?page_id=2934',0,'page','',0),(2940,1,'2020-06-23 14:46:41','2020-06-23 14:46:41','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner][vc_raw_html]JTNDaWZyYW1lJTIwY2xhc3MlM0QlMjJob3N0ZWQtcGFnZS1pZnJhbSUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYWRtaW4uc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZlbiUyRmhvc3RlZC1wYWdlJTJGc3Vic2NyaWJlJTJGNTU3ZDc0NzItOWZmYy00NmVhLTllZDMtM2M2MTc1MjBjODUwJTJGcHJvZHVjdCUyRjIwOTA0YTg0LTdiMjUtNGZhYy1iZjEwLWMyZGRjMmY3MzA4ZCUyMiUyMGhlaWdodCUzRCUyMjE2MDAlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Revenue Based Pricing Annual (recurring)','','publish','closed','closed','','revenue-based-pricing-annual-recurring','','','2020-06-25 15:12:21','2020-06-25 15:12:21','',0,'https://staging.subscriptionflow.com/?page_id=2940',0,'page','',0),(2943,1,'2020-06-23 14:47:41','2020-06-23 14:47:41','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner][vc_raw_html]JTNDaWZyYW1lJTIwY2xhc3MlM0QlMjJob3N0ZWQtcGFnZS1pZnJhbSUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYWRtaW4uc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZlbiUyRmhvc3RlZC1wYWdlJTJGc3Vic2NyaWJlJTJGY2QxMzE0YTQtNDFkYy00YThmLWIzN2QtMjJlYzU3ODNkM2E2JTJGcHJvZHVjdCUyRjIwOTA0YTg0LTdiMjUtNGZhYy1iZjEwLWMyZGRjMmY3MzA4ZCUyMiUyMGhlaWdodCUzRCUyMjE2MDAlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','User Based Pricing Monthly (recurring)','','publish','closed','closed','','user-based-pricing-monthly-recurring','','','2020-06-25 15:09:12','2020-06-25 15:09:12','',0,'https://staging.subscriptionflow.com/?page_id=2943',0,'page','',0),(2946,1,'2020-06-23 14:48:52','2020-06-23 14:48:52','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner][vc_raw_html]JTNDaWZyYW1lJTIwY2xhc3MlM0QlMjJob3N0ZWQtcGFnZS1pZnJhbSUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGYWRtaW4uc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZlbiUyRmhvc3RlZC1wYWdlJTJGc3Vic2NyaWJlJTJGNjQwYTZkYWUtYWY4My00ZDI4LTk3YzQtZTgyMDY5NDk5MmMyJTJGcHJvZHVjdCUyRjIwOTA0YTg0LTdiMjUtNGZhYy1iZjEwLWMyZGRjMmY3MzA4ZCUyMiUyMGhlaWdodCUzRCUyMjE2MDAlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','User Based Pricing Annual (recurring)','','publish','closed','closed','','user-based-price-annual-recurring','','','2020-06-25 15:12:00','2020-06-25 15:12:00','',0,'https://staging.subscriptionflow.com/?page_id=2946',0,'page','',0),(2954,1,'2020-06-24 16:02:55','2020-06-24 16:02:55','Many experts are saying that subscription businesses are becoming more resilient since the global pandemic has hit in different parts of the world. However, Subscription Billing Challenges are still faced by many SaaS businesses that need resolving. SubscriptionFlow is offering businesses solutions for streamlining their subscriptions, recurring billing, invoicing, and customer relationship management. Our goal as leaders in subscription management is to enlighten businesses with solutions and techniques to deal with their Subscription Billing Challenges so their subscriber base or sales forecasts can recover. In many instances, SaaS businesses are facing subscriber churn witnessing a decrease in their recurring sales. While it is predictable how e-learning, digital news, and media has been flourishing more so during this pandemic, gyms, travel, and subscription-based club experiences have been suffering still.\r\n\r\nFor businesses that have seen a significant impact on their subscription growth, they need to introduce a strategy for overcoming issues in the way they handle recurring billing. These Subscription Billing Challenges can be resolved if businesses are focusing on enriching customer relationships which are the crux and center of any subscription-based business model. Before we talk about dealing with Recurring Billing Challenges, we need to discuss why customer-centric businesses should forge long-lasting relationships with their customers. First of all, subscription-based businesses cannot take customer retention for granted. Because as compared to product-based services, SaaS revenue depends on recurring revenue. This is why SaaS metrics like customer churn should be the focus of their sales, marketing, and CRM strategy. At SubscriptionFlow, we have helped many businesses improve their recurring billing, cash flow, accounting, CRM, marketing, sales, and invoicing processes with our AI-powered subscription management software.\r\n<h2><strong>Some Common Subscription Billing Challenges Faced by SaaS businesses</strong></h2>\r\nDuring a pandemic, recurrent subscription businesses have to look for recurring billing software and tools which will help them solve these Recurring Billing Challenges in an efficient manner. You can contact us if you are looking for a centralized CRM and subscription management software. However, SubscriptionFlow we also believe that there are many Subscription Billing Challenges still to be dealt with. We can learn a lot from streaming services and e-learning subscriptions who are offering value-added experiences to their customers but first, we need to make sure our audience understands and resonates with Subscription Billing Challenges in order to resolve them.\r\n<h3><strong>Build Loyalty and Ensure Customer Retention</strong></h3>\r\nFirst of all, Subscription Billing Challenges coincide with customer management, especially when it comes to keeping track of all of your customers. Our CRM is designed to ensure that while you are working remotely, your customer records and recurring billing is handled in an automated manner. Our recurring billing software is designed to ensure that your customer-facing teams do not lose track of your activations, sign-ups, and onboarding processes. Other than that, CRM solution like ours has helped many businesses flexible billing frequency which is another problem many businesses face during the pandemic. Your subscriptions might need to be tweaked which is why our solution allows volume, tier-based, and usage-based pricing models. So, whether your customers are signed up for an annual, monthly, or quarterly basis, you can easily manage recurring payments, reconciliation, and automated renewals depending on your customer’s invoices easily.\r\n<h3><strong>Offer Value to your Customers </strong></h3>\r\nDuring the pandemic, customers are also concerned with canceling their subscriptions due to a lack of affordability. This is why, our subscription management software allows trials, discounts, and different promotional codes to support your pandemic focused marketing strategy. It is important that when you are planning to offer trials leading to the paid version of your subscription plans, discounts and promotions then you need subscription management software to keep track of sign-ups, renewals, checkout pages as well. SubscriptionFlow also offers shopping carts and eCommerce store integration with software like Shopify and support for different payment gateways as well. Adding value to your customers’ experience with your brand, especially during COVID-19 would beg for a different sales strategy revolving around free trials and freemiums which would increase revenue and evolve your pricing strategy.\r\n<h3><strong>Preventing Churn with SubscriptionFlow</strong></h3>\r\nCustomer churn is inevitable during pandemic which is why you need churn preventive strategy. We believe that SaaS business’ growth should be forecasted and reviewed via a reporting dashboard which would allow you to see SaaS metrics. These metrics and key performance indicators including customer churn, annual recurring revenue, customer acquisition value, and monthly recurring revenue, etc. Our subscription management software allows users to keep track of their daily sales forecasts as well as customer churn. By keeping track of customer churn, you will be able to see why customers are voluntarily and involuntarily canceling their subscriptions. From trials, freemiums, pausing, or postponing your customers’ subscriptions with our subscription management software. Losing customers or sales is an inevitable process and consequence of this pandemic. This is why SaaS businesses need to revise their sales, marketing, and CRM strategy to avoid permanent damage to their sales in the long run. So, if you are looking for a more viable CRM solution to power your subscriptions then contact us today.','This Is Your Definitive Guide to Surviving Subscription Billing Challenges during COVID-19 and Make Successful Strides in the Future','','publish','open','open','','this-is-your-definitive-guide-to-surviving-subscription-billing-challenges-during-covid-19-and-make-successful-strides-in-the-future','','','2020-06-24 16:02:55','2020-06-24 16:02:55','',0,'https://staging.subscriptionflow.com/?p=2954',0,'post','',0),(2955,1,'2020-06-24 16:01:53','2020-06-24 16:01:53','','subscription billing challenges','','inherit','open','closed','','subscription-billing-challengesjpg','','','2020-06-24 16:02:21','2020-06-24 16:02:21','',2954,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/subscription-billing-challengesjpg.jpg',0,'attachment','image/jpeg',0),(2957,1,'2020-06-25 11:09:22','2020-06-25 11:09:22','','subscription software for telemedicine','','inherit','open','closed','','subscription-software-for-telemedicine','','','2020-06-25 11:09:32','2020-06-25 11:09:32','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/subscription-software-for-telemedicine.jpg',0,'attachment','image/jpeg',0),(2965,1,'2020-06-25 13:07:02','2020-06-25 13:07:02','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Telemedicine Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682373517{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Reviving the Healthcare With Subscription-Based Telemedicine for Consultation and Prescription Services With Subscription Management Software for Telemedicine Companies </strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2981\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Customized Subscription Plans for Businesses\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980404313{margin-top: 25px !important;}\"]Digitalization has revolutionized almost everything under the sun. Be it politics, economics, culture, governance, propaganda, education, or health—each sector has seen the unprecedented transformation and exponential growth with the advent of the internet, information technology, Smartphones, and digital media.\r\n\r\nWith the inception of online clinics, especially after the outbreak of the novel coronavirus pandemic, healthcare businesses are experiencing a rapid revolution in providing services such as consultations, treatments, testing, medicines, etc.\r\n\r\nTelemedicine has further given rise to the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription-based services</a> to the patients. Now, patients can avail of the consultation, treatment, and prescription services from the comfort of their couch. On the other hand, by taking medical professionals, pharmacies, and testing labs on board, it has widened the horizon of access to healthcare for everyone than ever.\r\n\r\nAdopting the model of B2C subscription-based business, telemedicine businesses are thriving and growing their networks from one region to another in weeks. Due to the convenience and cost-efficiency of the subscription plans, providing on-demand consultations and prescriptions for the treatment at any time, are the ensured catalyst for the recurring revenue.\r\n\r\nLikewise, Telemedicine companies are also offering subscription plans for the chains of pharmacies or independent pharmacies so that patients can directly be directed to the authentic and licensed drug store for medicines, tests, or other services.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2983\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow As A Subscription Management Software for Telemedicine Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980465264{margin-top: 25px !important;}\"]To take this healthcare digital revolution across the length and breadth, telemedicine companies need a robust, intelligent, and extremely flexible Subscription Software for Handling Telemedicine Subscriptions.\r\n\r\nSubscriptionFlow is a frontline Telehealth Subscription Software that empowers you and your healthcare business partners while streamlining their subscription management and payment processing. While automating the accounting and financial operations like invoicing and recurring billing, proration handling, <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a> as per the regulations of the state, and dunning management, SubscriptionFlow is an auditor that will give you complete insights through Key Metrics highlighting Monthly as well as Annual Recurring Revenue, appreciating or depreciating rate of your subscriptions as well as subscribers, and projection of future revenue based on AI-fueled data mining. Equipped with innovations in smart technology, it can predict customer behaviors so that the system knows ahead of the risks associated with payments or customers or partners or process.\r\n\r\nTo meet the requirements of customer relationships management, Telemedicine businesses require smart integrations of third-party SaaS or Non-SaaS features to provide comprehensive record maintenance, for instance, customer database, patient history, payment history, feedback, support, or complaint reporting platform, Communications Management, Customer/Client dashboard, and many more.\r\n\r\nSubscriptionFlow is an all-rounder and highly customizable subscription management solution facilitating the vision of telemedicine businesses to provide alternatives to the unnecessary in-person visits of patients to the doctors, avoid exorbitant co-pays, and reduces the pressure on the system.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2984\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Why Telemedicine Companies Need Recurring Billing Software?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980567985{margin-top: 25px !important;}\"]Telemedicine is a serious business that has taken the healthcare facilities into their phones. From there, they can take professional medical consultations on a video-call, receive prescriptions in their email boxes, checkout via credit card or any other payment gateway suitable to them without having to worry about security or data theft or privacy infringement.\r\n\r\nTelemedicine companies are required to come up with a foolproof system. To address all the concerns of the developing telemedicine technology, SubscriptionFlow offers a 360-degree solution of automation of payments and subscription management.\r\n\r\n<strong>Automated Recurring Billing and Payment Processing</strong>\r\n\r\nBe it a patient or partner, SubscriptionFlow ensures the security of personal, financial, or health information of your customer base. With the integration of safe and dozens of payment gateways, including MasterCard, Visa, <a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">PayPal</a>, <a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Stripe</a>, Google Pay, Apple Pay, Express Pay, or any other payment service, auto-payment processing against recurring billing is made faster and safer.\r\n\r\n<strong>Proration Handing and Dunning Management</strong>\r\n\r\nBased on their medical condition, patients can upgrade or downgrade their plans which requires adjustment in billing. SubscriptionFlow does it automatically and generate accurate invoicing. Likewise, if credit card expiry can hinder the transaction at any point during the subscription plan, customers will be informed ahead of time to renew the plan or change the payment method. In case of payment failure due to the limit ends in credit card, SubscriptionFlow sends auto-reminders to the patient or partner to ease their dues regularly until the payment credited.\r\n\r\n<strong>Tax Management and Auditing</strong>\r\n\r\nTelemedicine can have the subscribed patient from anywhere, but to meet the tax compliance, the auditors cannot be hired from everywhere. Here comes the SubscriptionFlow smart technology powered by Avalara that will generate tax compliant billing and managing the accounting and financial operations as per the region a subscribed patient or partner belonged to.\r\n\r\nWith access to the client dashboard, telemedicine companies can now track the auto-updated sales of their subscription plans and a high volume of transactions. Its auto-auditing reflects in the dashboard as detailed analytical reporting which helps you take some wise and bold business decision to prosper your telemedicine company and business.\r\n\r\n<strong>Subscription Plans Cataloging and Subscribers Data Management</strong>\r\n\r\nIn the control panel, the details of different subscription plans can be given along with the detailed management of customer and their complete details. From here, the status of the subscription plan or payment of any given patient or partner can be checked.\r\n\r\n<strong>Reminders, Notifications, Marketing, and Customer Care Management</strong>\r\n\r\nWith the integration of industry-leading email and customer care management suites such as <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZenDesk</a>, AnyDesk, MailChimp, Zoho, Odoo, or SugarCRM, telemedicine companies can bring in the personal touch to their customer services.\r\n\r\nPatients can be sent the payment reminders, payment completion, or incompletion notifications, a reminder of their video-appointment for consultations, directions to visit the subscribed partner pharmacy for a prescription. Likewise, subscribed pharmacy partners will be notified and emailed the prescription of medicines or a test requirement, so they can deliver prescribed medicines to their places or collect the samples from the conveinece of their homes.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Telemedicine Companies','','publish','closed','closed','','subscription-management-software-for-telemedicine-companies','','','2020-12-03 07:32:41','2020-12-03 07:32:41','',0,'https://staging.subscriptionflow.com/?page_id=2965',0,'page','',0),(2981,1,'2020-06-25 15:40:39','2020-06-25 15:40:39','','Customized Subscription plans','','inherit','open','closed','','customized-subscription-plans','','','2020-06-25 15:40:45','2020-06-25 15:40:45','',2965,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg',0,'attachment','image/jpeg',0),(2983,1,'2020-06-25 15:52:02','2020-06-25 15:52:02','','choose subscription plan','','inherit','open','closed','','choose-subscription-plan','','','2020-06-25 15:52:09','2020-06-25 15:52:09','',2965,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/choose-subscription-plan.jpg',0,'attachment','image/jpeg',0),(2984,1,'2020-06-25 16:14:19','2020-06-25 16:14:19','','Why Telemedicine Companies Need Recurring Billing Software','','inherit','open','closed','','why-telemedicine-companies-need-recurring-billing-software','','','2020-06-25 16:14:27','2020-06-25 16:14:27','',2965,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg',0,'attachment','image/jpeg',0),(2986,1,'2020-06-29 14:22:59','2020-06-29 14:22:59','<p style=\"text-align: justify;\">For eCommerce businesses and subscription services, surviving during pandemic has been a daunting process. Like any other business, the economic downturn has been affecting their customer base and their buying capacity. Moreover, maintaining recurring revenue has been a struggle for many businesses considering the lack of monthly, weekly, or yearly renewals. SubscriptionFlow is offering subscription management which we are going to dive deep into, to understand how SaaS businesses are maintaining customer retention and avoiding involuntary churn. Many surveys have researched how SaaS businesses are experiencing a decrease in net retention rates. This is usually happening due to reduced economic activity on a national and global level.</p>\r\n<p style=\"text-align: justify;\">Subscription-based revenue depends on customer-centric services because unlike, one-time purchases, SaaS customers subscribe for services and this makes repeated purchases an important part of SaaS revenue. So, when companies and services are struggling with an inevitable slump in growth. Aside from not focusing on acquiring new customers, SaaS businesses are depending on smart dunning to recover revenue. Our goal as leaders in subscription management is to ensure success with your recurring billing software. This is why we are offering smart dunning tools for users to recover revenue from the involuntary churn. When you are investing time and money on designing your products, campaigns, CRM, pricing strategies, you need a dunning tool to ensure low churn.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Improve Customer Retention with SubscriptionFlow</strong></h2>\r\n<p style=\"text-align: justify;\">But why is customer churn important? Customer churn is an important key performance indicator that explains how many customers are unsubscribing from your products and services. In order to reduce your churn, you need tools like smart dunning tool powered by SubscriptionFlow. Without tools like smart dunning, managing failed or missed payments are not possible. Your accountant will have to send incessant reminders to your customers manually after sifting through different invoices. Your CRM team does not have to deal with the manually managing customer invoices affecting your predictable cash flow and overall sales growth.</p>\r\n<p style=\"text-align: justify;\"><img class=\"alignleft size-full wp-image-2988\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg\" alt=\"Customer retention with Subscriptionflow\" width=\"1000\" height=\"780\" /></p>\r\n<p style=\"text-align: justify;\">This is why you need recurring billing software which will not only remove the need for repetitive processes during this pandemic but also manage failed payments with different payment gateways. When your customer payments are processes with our robust recurring billing software, failed payments will be handled in the same manner. Your customer retention is important especially during this pandemic when everybody is facing the consequences of economic turmoil. In this unique situation, you need to make sure that your sales growth which depends on recurring revenue does not suffer. For this purpose, you need a meaningful email marketing strategy, highlighting your goal as a company to help your customers during these difficult times as much as possible without having to remind them of their delayed payments.</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Minimize the Impact of Churn with the Dunning Process</strong></h3>\r\n<p style=\"text-align: justify;\">Now that we have seen how customer retention and recurring revenue can save your sales growth and dunning process plays an important role in it, let us have a look at what dunning process can do for you. The <a href=\"https://staging.subscriptionflow.com/dunning-management/\">Dunning process</a> in SubscriptionFlow has allowed users to automate the process of retry logic based on which your payment gateway will process payment. In any case, if payment processing is not successful, you can set automated email reminders that will be sent to your customers. Usually, for involuntary churn, customer’s payment information has failed due to which payment gateways cannot process payment in a timely manner. To avoid the negative impact of failed payments and canceling customer subscriptions, you can use the dunning process for automating email reminders so your customers can enjoy uninterrupted service.</p>\r\n\r\n<h4 style=\"text-align: justify;\"><strong>Tactics for Maximizing Revenue with SaaS Billing</strong></h4>\r\n<p style=\"text-align: justify;\">When it comes to customer churn, we also believe that voluntary churn is just as harmful. In order to avoid, voluntary churn and see improvement in your monthly recurring revenue, you would need different tactics. For this purpose, you can offer temporary pausing or postponing your customer subscription and sending emails to them as a show of meaningful interaction. Moreover, to offer relief to your customers without having to terminate their subscriptions, you can also offer free trials, extending their trial period, discounts, and different loyalty coupons. SubscriptionFlow’s recurring billing software allows you to manage all of these marketing tactics in your checkout and invoicing process. We believe that even during a pandemic, SaaS businesses can thrive but when their customers are thriving as well. So, if you are looking to transform your business with our customer-centric SaaS tools then contact SubscriptionFlow today.</p>','Why is Dunning Process More Important during Pandemic and How SaaS Businesses are Recovering Revenue with SubscriptionFlow','','publish','open','open','','why-is-dunning-process-more-important-during-pandemic-and-how-saas-businesses-are-recovering-revenue-with-subscriptionflow','','','2021-04-30 10:09:52','2021-04-30 10:09:52','',0,'https://staging.subscriptionflow.com/?p=2986',0,'post','',0),(2987,1,'2020-06-29 14:07:41','2020-06-29 14:07:41','','Dunning Management Process','','inherit','open','closed','','dunning-management-process','','','2020-06-29 14:07:57','2020-06-29 14:07:57','',2986,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Dunning-Management-Process.jpg',0,'attachment','image/jpeg',0),(2988,1,'2020-06-29 14:19:49','2020-06-29 14:19:49','','Customer retention with Subscriptionflow','','inherit','open','closed','','customer-retention-concept-background-isometric-style','','','2020-06-29 14:20:23','2020-06-29 14:20:23','',2986,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg',0,'attachment','image/jpeg',0),(2990,1,'2020-06-30 11:41:43','2020-06-30 11:41:43','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Online Courses\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682389800{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Facilitate the Online-Education and Grow the Revenue Net with Subscription-Based Billing</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2998\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Boost Net Revenue with Subscription-Based Billing\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606980994161{margin-top: 25px !important;}\"]With the outbreak of the novel coronavirus, online education has risen as the future of learning. Quashing the borders’ geopolitics and limitations of insufficient money or resources, online-learning is now becoming firm support for the vision of education for everyone; education beyond borders; and education without restrictions but also paving the way for many to earn a good fortune while selling their expertise in a subject or a field.\r\n\r\nNot only schools, colleges, universities, and institutions can conduct their courses and training online, but from every field, professionals with vast knowledge, language experts, technical experts, and even, students supporting their education from tutoring, can now establish their own online academies based on <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription</a> business model.\r\n\r\nIn the times of chaos and uncertainty when the pandemic hit the developed and progressive countries as hard as it has shaken the social, economic, and education system of the developing countries, more and more people are looking for the online opportunities to learn new skills, complete their degrees, get assistance in their school or college-related affairs through online tuitions, and equipped themselves with the professional training, so they can perform better to earn their fortune. All they need is a dedicated and excellent online education system.\r\n\r\nSubscription-based modeling for charging fees to provide online teaching, training, or tutoring services is a reliable and sturdy way to grow recurring revenue, increase students\' engagement for the long term, and converting trials into monthly or quarterly subscriptions.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2999\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Subscription Management for the Individuals and Businesses Providing Online Learning, Training, or Teaching Services\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606981051591{margin-top: 25px !important;}\"]Subscription business models for online education services providers are based on the idea of selling a learning product or service and receive monthly, bi-monthly, quarterly, or yearly recurring revenue through subscriptions. In this way, instead of one-time payments, a single subscriber for online learning services pay multiple times and retain for prolonged access to a product or service.\r\n\r\nWith the rise of technology, focus your attention, creativity, and productivity towards providing students the quality education which adds value to their abilities and eligibilities through the online courses, training sessions, webinars, conferences, and classes from the comfort of their own homes and leave the rest of the management and accounting affairs to the AI-enabled technology to manage the affairs of accounts and finance.\r\n\r\nSubscriptionFlow is a cloud-based Software-as-a-Service (Saas) platform with AI technology available as subscription software for online training and teaching. It offers automated recurring billing and subscription management solutions to support online education everywhere.\r\n\r\nWith our smart subscription management software for online courses, you don’t need to divert your attention towards the hassles of billing, payment collection, or <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a> every month or quarter. Instead, an automated and hassle-free subscription management system will relax your mind with the seamless management conduct and pocket with cost-saving operations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3000\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow Supports Online Education with Its Automated Payment Processing and Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606981115176{margin-top: 25px !important;}\"]Online language, nursery, or subject-specific classes, corporate e-trainings, conducting online university lectures or webinars, or selling online education products for early learners or grownups—SubscriptionFlow supports online education services providers with automated recurring revenue management.\r\n\r\n<strong>Automated Billing and Payment Processing</strong>\r\n\r\nNow, with SubscripltionFlow, you are not required to hire or spend your valuable time doing calculations. It automatically deducts payments, processes it to your account, adjusts invoice according to the changes made in a subscription plan by the subscriber, if the payment fails due to card expiry, over-limit, or any other reasons, retries until the payment recovers, and auto-calculate the tax as per the subscription service.\r\n\r\nAs a subscription management software for online teaching, SubscriptionFlow is providing assistance to several online education products, services, courses, or training providers with its automated accounting operations of errorfree billing, integrations of secure and dozens of <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a>, faster payment processing to the service providers’ accounts, and proration and dunning management powered by AI technology.\r\n\r\n<strong>Streamlining Subscriptions and Subscribers Management</strong>\r\n\r\nWhile suggesting the AI-enabled recommendations in strategizing the subscription plans such as pay-as-you-billing methods for online courses or training and maintaining the students\' privacy complaint database, it streamlines all the operations of billing and subscription management within a few clicks.\r\n\r\nTo further enhance the streamlining, facilitate your online students with the self-service portals so they can make changes in their subscription, get payment, marketing, or other related reminders and notifications, and get access to all their payments and subscription affairs in a single interface.\r\n\r\n<strong>Revenue Projections with SaaS Metrics</strong>\r\n\r\nSubscriptionFlow allows you to get the insight of all your recurring revenue with its Dashboard wizard giving real-time information to track the health of your business in a glimpse only. With the key metrics in your dashboard, get revenue projections and cash flow predictability through the key performance indicators such as subscription trends, monthly or annual recurring revenue, renewal rates, churn rate, and customer lifetime value. Monitor daily, monthly, or annual business activities with the financial calendar. Our built-in custom reports and configurable dashboards will keep managers, customers, and stakeholders better informed.\r\n\r\n<strong>Flexible Integrations For Efficient Operations</strong>\r\n\r\nSubscriptionFlow is an extremely flexible subscription management platform that enables you to import data from other third-party applications or integrate those to further smooth your operations. It offers smart <a href=\"https://staging.subscriptionflow.com/integrations/\">integrations</a> with ZenDesk, MailChimp, AnyDesk, SugarCRM, Xero, Hubspot, Odoo, Salesforce, Quickbooks, Avalara, and many more.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Online Courses','','publish','closed','closed','','subscription-management-software-for-online-courses','','','2020-12-03 07:38:35','2020-12-03 07:38:35','',0,'https://staging.subscriptionflow.com/?page_id=2990',0,'page','',0),(2994,1,'2020-06-30 12:22:33','2020-06-30 12:22:33','','Subscription Management Software for Online Teaching','','inherit','open','closed','','subscription-management-software-for-online-teaching','','','2020-06-30 12:22:40','2020-06-30 12:22:40','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-Software-for-Online-Teaching.jpg',0,'attachment','image/jpeg',0),(2998,1,'2020-06-30 12:33:31','2020-06-30 12:33:31','','Boost Net Revenue with Subscription-Based Billing','','inherit','open','closed','','boost-net-revenue-with-subscription-based-billing','','','2020-06-30 12:33:38','2020-06-30 12:33:38','',2990,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg',0,'attachment','image/jpeg',0),(2999,1,'2020-06-30 12:37:35','2020-06-30 12:37:35','','Subscription Management for the Individuals and Businesses Providing Online Learning','','inherit','open','closed','','subscription-management-for-the-individuals-and-businesses-providing-online-learning','','','2020-06-30 12:37:45','2020-06-30 12:37:45','',2990,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg',0,'attachment','image/jpeg',0),(3000,1,'2020-06-30 12:59:39','2020-06-30 12:59:39','','SubscriptionFlow Supports Online Education with Its Automated Payment Processing','','inherit','open','closed','','subscriptionflow-supports-online-education-with-its-automated-payment-processing','','','2020-06-30 12:59:49','2020-06-30 12:59:49','',2990,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg',0,'attachment','image/jpeg',0),(3004,1,'2020-07-01 15:11:12','2020-07-01 15:11:12','With the onset of subscription-based business models, the businesses have recently seen a prevailing tide of revitalizing and recurring revenue with more opportunities for business expansion and customer loyalty. Subscription businesses are booming and businesses from all the niches and industries are incorporating it into their business model in one or another way. No matter if you are in B2B or dealing with B2C product- or service-based ventures, Subscription-based business models are widening the new horizons of not only maintaining and managing but also growing the revenue a hundredfold.\r\n\r\nTo extend the customer lifecycle for a prolonged period so that they can stay loyal to your products or services, subscription business has also introduced the idea of a niche-specific subscription box services. It isn’t a new concept, but its novelty comes from the mystery of its contents when revealed after every interval by the customer. It can never get outdated as it fuels some of the most stimulating emotions, such as curiosity, excitement, surprise, and pleasure, in an individual while fulfilling their needs or wants.\r\n\r\nIn this guide, we will walk you through the different but basic aspects of the subscription box services and how you can start the subscriptions-based business, strategize its workflow and operations, reach out to the customers, and above all, how you can manage the subscription box billing. Let’s begin.\r\n\r\n<strong>First Things First,</strong>\r\n<h2><strong>What is a Subscription Box?</strong></h2>\r\nA Subscription Box is a box that contains a hodgepodge of the products or items of the same niche or theme that would be delivered to the customer’s doorstep after every decided interval for the length of the subscription.\r\n\r\nA subscription box can be conceived on almost every niche from self-care or beauty products to garments and wardrobe accessories to pet food and accessories to medicines and food boxes to books and mobile phone accessories to anything that one may require depending on their needs and interests after every interval with a touch of variety and feasibility.\r\n\r\nSome subscription box services even allow their customers to personalize their boxes themselves as they want or need.\r\n\r\nSubscription boxes can be of various types, including\r\n<ul>\r\n <li>Sample Products Subscription Boxes</li>\r\n <li>Seasonal Subscription Boxes</li>\r\n <li>Dedicated Subscription Boxes</li>\r\n <li>Personalized Subscription Boxes</li>\r\n <li>And Others</li>\r\n</ul>\r\n<h3><strong>What is a Subscription Box Business?</strong></h3>\r\nSubscription Box Business deals with delivering the Subscription Boxes with the assorted products related to the same theme to the customers at their homes against a monthly, quarterly, or annual subscription fee.\r\n\r\nNo matter you operate online, offline, or both, anyone including traders, retailers, dealers, merchants, or even freelancers working from home running grocery, beauty, or pharmaceutical stores, garment, toys, handicrafts, stationery, ornaments, jewelry, food, hardware, IT hardware, pets, sanitary, or any other type of products-based business can step into the Subscription Box Services and grow their recurring revenue and retain their customers on any scale.\r\n<h4><strong>How Does It Work?</strong></h4>\r\nOnce you have decided your niche and figure out the way to get the products for your Subscription Box, the next thing is all about providing an extraordinary Subscription Box as a business.\r\n\r\nAn impressive Subscription Box appears with a combination of few operations:\r\n<ul>\r\n <li>Conceiving the Subscription Box Idea</li>\r\n <li>Designing the Subscription Box—Appearance, Products Assortment, Placement Within Container, and Personalized Amazements i.e. Notes, Coupons, Surprise Gifts, and many more.</li>\r\n <li>Reaching out to the customers through marketing, advertising, and PR</li>\r\n <li>Selling the charm of Subscription Boxes</li>\r\n <li>Managing the Seamless Subscriptions Affairs and Subscription Box Billing</li>\r\n <li>Punctual Delivery of the Subscription Box to the Customer throughout the length of the Subscription</li>\r\n</ul>\r\n<h4><strong>How Can I Start the Subscription Box Services?</strong></h4>\r\nDepending on your current status, you need to make arrangements to kick start your subscription box services. If you are already a trader, retailer, merchant, or manufacturer, all you need is to use your resources and devise a subscription business strategy from Subscription box pricing and plans formulation to boxing, marketing, delivery, and subscriber’s personal or payment details and billing management.\r\n\r\nFor others, first of all, you need to discover ways to access to the theme or niche-specific products. Based on the niche, you may manufacture the items, buy the products, or can become a retailer. The further steps to become a subscription box services provider, you can follow the steps to establish the business and customer base:\r\n<ul>\r\n <li>Kickstart the business with Prototype Subscription Box with a pre-launch pocket-friendly subscription plans</li>\r\n <li>Make Shipment Arrangements</li>\r\n <li>Create a website, social media pages, or an e-commerce shop</li>\r\n <li>Market through social media, search engine, and influencer</li>\r\n <li>Subscribe to an easy, simple, and extensible Subscription Management SaaS Platform</li>\r\n <li>Start taking orders from near-by customers and deliver the Subscription Boxes personalized for them</li>\r\n <li>With the identification of market and customers needs, expand the net of Subscriptions and fully launch the Subscription Box Business</li>\r\n <li>Auto-manage the Subscription operations and Subscription Box Recurring Billing with one of the best-budgeted and highly flexible Subscription Management Software, SubscriptionFlow</li>\r\n</ul>\r\n<h4><strong>Why Do I Need SubscriptionFlow to Manage Subscription Box Billing?</strong></h4>\r\n<ul>\r\n <li>To automate subscription management, recurring billing, and payment processing</li>\r\n <li>To auto-manage monthly subscription pricing as per the changes occurred due to shuffling of products</li>\r\n <li>To auto-incorporate the coupons, customer discounts, and promotional offers in billing</li>\r\n <li>To auto-enable the tax management</li>\r\n <li>To automate the payment retries through smart dunning</li>\r\n <li>To set the subscription box products catalog and the subscription pricing and plans features through smart modules powered by Artificial Intelligence</li>\r\n <li>To reduce the operational costs of accounting, billing, support, and subscriber base management</li>\r\n <li>To empower your subscriber to update the personal or payment information, upgrade, downgrade, or even cancel the subscription plans, personalize the assortment of the products in the box, send feedback or complain emails or receive payment status or recurring billing reminders, and do more with their self-service portal. Any update in the customer portal will automatically get updated in your client’s portal in real-time so your operations run smoothly and stay updated.</li>\r\n <li>To integrate other third-party applications to streamline the billing, sales, marketing, customer care, and other RevOps across the board</li>\r\n <li>To review the real-time subscription metrics through the dedicated dashboard integrated with the user-friendly and responsive Client Portal and Billing UI</li>\r\n <li>To monitor the Monthly or Annual Recurring Revenue, Churn Rate, or Leakage in Revenue</li>\r\n <li>To check the payment statuses of the subscribers</li>\r\n <li>To get the present, past, and future projections of the recurring revenue in run-time</li>\r\n</ul>','Subscription Box Business 101: A Beginner’s Guide to Start A Valued Subscription Box Service—From Prospects & Marketing to Subscription Box Billing & Management','','publish','open','open','','subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management','','','2020-07-22 15:40:25','2020-07-22 15:40:25','',0,'https://staging.subscriptionflow.com/?p=3004',0,'post','',0),(3005,1,'2020-07-01 15:09:23','2020-07-01 15:09:23','','Subscription Box Billing','','inherit','open','closed','','subscription-box-billing','','','2020-07-01 15:09:43','2020-07-01 15:09:43','',3004,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Billing.jpg',0,'attachment','image/jpeg',0),(3027,1,'2020-07-01 16:18:12','2020-07-01 16:18:12','','2','','inherit','open','closed','','2','','','2020-07-01 16:18:12','2020-07-01 16:18:12','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/2.png',0,'attachment','image/png',0),(3028,1,'2020-07-01 16:18:29','2020-07-01 16:18:29','','1','','inherit','open','closed','','1','','','2020-07-01 16:18:29','2020-07-01 16:18:29','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/1.png',0,'attachment','image/png',0),(3029,1,'2020-07-01 16:18:59','2020-07-01 16:18:59','','3','','inherit','open','closed','','3','','','2020-07-01 16:18:59','2020-07-01 16:18:59','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/3.png',0,'attachment','image/png',0),(3032,1,'2020-07-03 13:20:28','2020-07-03 13:20:28','<!-- wp:paragraph -->\n<p>What annoys customers most, and why do they often cut the cords with the subscription-based products or services after using them for a small period?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on the need or budget of the customers, when they choose to buy a subscription, they are fully aware of the subscription plans and their pricing. Then, what happens that makes them part their ways from your services or subscriptions?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What goes wrong is the receiving of an inappropriate invoice after incorrect calculations in billing. It hurts their trust and dents your credibility which eventually results in an increased churn rate and depreciation in the recurring revenue as well as business repute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The subscription system allows customers to avail of products or services for a decided length of the period against a subscription fee after every certain and pre-defined interval. It also provides customers to test, try, and then upgrade or downgrade their plans based on their current situation of product or service requirement and the pocket, of course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Allowing a customer to make changes in their subscription plans incurs a hassle of adjusting their subscription billing following the frequency of changes, exactly and timely, requires a smart capability in the billing system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This ability, in terms of accounting and finance, is called Proration. Let\'s learn more about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is Proration</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In subscription billing, proration is a system that allows customers to make changes in their subscription plans, including plan upgrade, downgrade, or cancelation, or change the quantity of the subscribed products or its frequency in a subscription cycle, without messing their billing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Proration happens to adjust—manually or automatically—the charges in billing in the middle of the subscription term. Hourly, daily, or Product Frequency—whatever the billing mode is, proration follows the suit and charge a customer fairly only for the time they have used your subscription services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>What is Prorated Subscription Billing?</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Prorated Subscription Billing can be defined as an adjusted invoice or a bill calculated as per the usage of the subscription plan within a defined interval. It includes monthly consolidated subscription charges and changes in the mid of the month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For instance, a customer uses a monthly subscription plan A costs $20 for 15 days and in the middle of the cycle, he or she chooses to switch their monthly subscription plan from A to B which costs $30, then proration adjusts the changes in the subscription charges in the billing as per the usage of any of the plans in a day. In this scenario, a customer is charged for Plan A for 15 days that is $10 and then charged as per Plan B for a further 15 days that is $15. The invoice generated after the prorated billing, excluding other charges, shows a calculation of $25 as the subscription charges for the month, instead of $20 or $30.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>The Benefits of Prorated Subscription Billing</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Proration can play a key role in streamlining the invoicing, billing, and payment processing into your accounts with no stresses of reverse processing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>Usage-Based Fair Charges</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Simplify the process of billing and adjustments with transparency and fair dealings with the help of using subscription and recurring billing management system using prorated billing which helps you determine the accurate charges. Upgrade or downgrade— charge customers for only what they have used in a billing cycle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Accurate Billing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With proration, install confidence of accurate and exact billing across the customer base and win the trust to increase their lifecycle. As long as you offer the transparency and accuracy in billing, no matter what you cost for your subscription services, you can retain customers, and with the help of word of mouth credibility, can acquire more and grow the net of your subscription family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>No Hassles of Return and Refunds</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Inaccurate billing not only damages the repute, but it also wrecks the whole accounting process in a billing cycle. If a customer’s credit card charged inaccurately, either you need to refund them the extra deducted amount in case of downgrading a plan, or you have to bill them again for the charges you have not included in their billing in case they have updated the plan. In both situations, this increases the stress in billing numbers and disturbs the cashflow and workflow simultaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The Risks of Not Using Proration System in Subscription Billing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Proration is the need of the recurring billing of subscriptions. Non-compliance can seriously engrave holes in the subscription business and its operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Loss of Recurring Revenue and Repute</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Inaccurate billing first damages the credibility and trust in an ecosystem of subscription which ultimately hurts the whole chain. And, the results reflect as the decrease in the recurring revenue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Increased Churn Rate</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When the subscribers are over-billed, they tend to switch to other options. Because, the idea of subscription-based business is set-up on the grounds of convenience, simplicity, and cost-efficiency. Proration helps subscription businesses to enrich their billing with these values while retaining their customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Difficulty In Tracking Revenue & Scaling the Business</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When the billings are not precise, there are chances of non-streamed finances operations with more forward or backward accounting processes as refunds or other billing adjustments. It leads subscription businesses to lose their track of revenue and, eventually, it hinders scaling of the business in an upward direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>How SubscriptionFlow Favors to Grow Customer’s Life Cycle Through its Smart Proration</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It takes so much stress, effort, time, money, and other resources to establish a subscription-based business that gives the security of recurring revenue, predictability in the market, supply and demand management, and above all, customer retention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bad billing experience can damage it all. And, configuring the proration in the billing system, since the beginning, can save businesses from lots of damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SubscriptionFlow can be your assistance in providing your customers with optimal experience of precise billing with its AI-enabled modules for manual as well as auto-proration handling along with other rich features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SubscriptionFlow is a full-fledged affordable, easy, simple, and flexible subscription management solution that automates the recurring billing operations, including</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Tier-based Plans & Price Designing</li><li>Invoicing</li><li>Recurring Billing</li><li>Payment Charging</li><li>Payment Processing</li><li>Proration Handling</li><li>Dunning Management</li><li>Customer Base Management</li><li>Recurring Revenue Management</li><li>Revenue Metrics</li><li>And, many more.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Get a free trial or schedule a free demo to explore the business opportunities for subscription-based ventures offering products or services with any billing mode and customer base.</p>\n<!-- /wp:paragraph -->','What is Prorated Subscription Billing? How Can It Benefit the Recurring Revenue? And, What Are The Risks Of Not Using the Prorated Billing? Learn More About Optimal Billing','','publish','open','open','','what-is-prorated-subscription-billing-how-can-it-benefit-the-recurring-revenue-and-what-are-the-risks-of-not-using-the-prorated-billing-learn-more-about-optimal-billing','','','2020-07-03 13:24:19','2020-07-03 13:24:19','',0,'https://staging.subscriptionflow.com/?p=3032',0,'post','',0),(3033,1,'2020-07-03 13:19:14','2020-07-03 13:19:14','','What is Prorated Subscription Billing','','inherit','open','closed','','what-is-prorated-subscription-billing','','','2020-07-03 13:19:19','2020-07-03 13:19:19','',3032,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-Prorated-Subscription-Billing.jpg',0,'attachment','image/jpeg',0),(3036,1,'2020-07-06 15:03:33','2020-07-06 15:03:33','Online shopping or e-commerce has revolutionized in the sales and retail industry with the online payment system. The subscription-based business model further gave rise to businesses and services to make a recurring billing system run through online payments and processing.\r\n\r\nOnline transactions eventually paved the way for the money to get digitalized. It is estimated that by the end of 2023, more than 70 percent of the money all over the world will be digitalized.\r\n\r\nWith this huge influx of online buyers, subscribers, and customers, businesses from every industry established online payment systems for their products and services. Hence, more and more payment gateways or payment providers are made available to support online transactions. On the other hand, the online payment fraud market has also become a whooping and a prevalent business.\r\n\r\nThe fraudsters advance their technology and tactics as much as the payment providers and payment systems are getting efficient.\r\n\r\nThis article will overview the online fraudulent tricks, types, the associated challenges with unsafe payment processing for the online sellers and ventures, and the must-take measures to mitigate the risks for online payment fraud prevention:\r\n\r\nTo begin with the basic and accurate understanding of online payment fraud or online fraudulent payment, it is important to learn about the types of Payment. Based on the availability of the card, online payments are of two types:\r\n<ul>\r\n <li>Online payment made through the card at POS (Point-of-Sales)</li>\r\n <li>Online payment made without a card using the card details at any payment gateway</li>\r\n</ul>\r\n<h2><strong>What is Online Payment Fraud?</strong></h2>\r\nOnline payment fraud can be occurred either way—with a card or without. But, the most lethal that incurs the heavy loss and stress to the cardholders and online merchants alike are online payment made without a card, using card details.\r\n\r\nAny sort of illegal online transaction performed by cybercriminals using any of the following ways can be termed Online Payment Fraud:\r\n<ul>\r\n <li>Unauthorized online payment transactions</li>\r\n <li>False demand for refund or cashback</li>\r\n <li>Losing merchandise against non-processing of payment with the charge of fake or false charging for the payment</li>\r\n</ul>\r\n<h3><strong>Who are the Preys of the Online Payment Fraudsters?</strong></h3>\r\nOnline fraud payments can dent the parties on both sides—The User & The Seller.\r\n\r\n<strong>Users</strong>\r\n\r\nFraudulent payments by any means can cost users quite more than the loss of money only.\r\n\r\nFirst, they lose their money along with card and payment details.\r\n\r\nSecond, their data and other sensitive stolen data can be manipulated for other cybercrimes.\r\n\r\nThird, and foremost, they have to go through the struggle and stress to report the payment fraud and get the payment method blocked or stopped from being used.\r\n\r\n<strong>Sellers/Merchants</strong>\r\n\r\nOn the other hand, it equally causes trouble for online merchants i.e. sellers, retailers, services, and all the other businesses that provide online payment facilities for fast and convenient payment collection.\r\n\r\nThe online payment fraud looms following threats to the seller on the receiving end of the online fraudulent payments:\r\n<ul>\r\n <li>Chargebacks & Refunds</li>\r\n <li>Chargeback Fee</li>\r\n <li>Loss of Merchandise</li>\r\n <li>Loss of Customer Loyalty</li>\r\n</ul>\r\nAnd the Company’s Credibility\r\n<h3><strong>What are the Different Types of Online Fraud?</strong></h3>\r\nBefore digging more into the consequences of online payment fraud, we must know about the different types of payment frauds that wreak havoc to the digitalization of the money. Some of the most common types of online fraud include:\r\n\r\n<strong>Identity Theft</strong> where the cybercriminals steal the personal sensitive data and payment details and use it for online fraudulent payments.\r\n\r\n<strong>Friendly Fraud</strong> is not friendly in the real world. It is a trick used by the real cardholder to deceive the seller by the false claims of not receiving the purchased goods or damaged product report and asks for a refund.\r\n\r\n<strong>Triangulation Fraud, </strong>also known as phishing, is the type of fraud where the seller creates fake and malicious sites to entice customers with fake products and to collect their credit card details to make further fraudulent transactions in the future.\r\n<h3><strong>How Is It Challenging the Online Merchants?</strong></h3>\r\nAs per the current terms and policies, the banks do not consider the cardholders liable for any fraud payments. In fact, in Europe, the merchants are considered, legally, responsible for any loss incurred on customers due to online fraudulent payment.\r\n\r\nMerchants using retail or subscription services are on the front-line of online payment frauds. Some of the major risks associated with online fraud payments are chargebacks and unauthorized payments.\r\n\r\nDue to the heavy losses of finance and revenue every year, online fraudulent payments and false transactions are threatening the merchants’ bottom line everywhere, particularly, businesses with a subscription model.\r\n\r\nSubscriptions essentially need credit cards for recurring billing operations. Anyone can claim for over-pricing or false deductions and can claim a refund, called a chargeback. This chargeback results in the loss of revenue as well as the inventory. Similarly, businesses offering subscription or membership services often offer free trial against a small fee hence the unauthorized payments go unnoticed by the cardholder.\r\n<h3><strong>How to Detect Online Fraudulent Payments Risks?</strong></h3>\r\nWhen the online transactions in a day range in one-digit, the online seller or merchant can consider manual detection but, with the online transactions in a huge number and the cybercriminals’ efficiency of seamless impersonation do not allow you to take the risks of not considering an efficient and hi-tech way to detect these frauds.\r\n\r\nUsing machine learning or Artificial Intelligence is the best way to detect these tricks and gimmicks. AI-enabled tools power the payment system with hybrid analytics to detect and analyze the risks associated with online payments. Some of the major transactional and customers behaviors used for online transaction fraud detection include:\r\n<ul>\r\n <li>Spikes In Transactional Activities</li>\r\n <li>Exceeding Thresholds</li>\r\n <li>Out Of Area Or Unusual Payment Attempts</li>\r\n <li>Cross-Border Activities</li>\r\n <li>Changing Purchase Patterns</li>\r\n <li>Credit History</li>\r\n <li>IP Address Differences</li>\r\n <li>Other Fraudulent Patterns</li>\r\n</ul>\r\n<h3><strong>How to Minimize or Prevent Online Payment Fraud?</strong></h3>\r\nThe integration of powerful and efficient payment processors, also called payment gateways is the way to mitigate online fraud payment risks. Using the following online payment fraud prevention methods, payment gateways reduce the chances of fraud payments.\r\n\r\nThese are:\r\n<ul>\r\n <li>Address Verification Service (AVS)</li>\r\n <li>Card Verification Value (CVV)</li>\r\n <li>Device Identification</li>\r\n <li>Flag Large Transactions</li>\r\n <li>Payer Authentication (3-D Secure)</li>\r\n <li>Lockout Mechanisms</li>\r\n <li>Risk Scoring</li>\r\n <li>Tokenization</li>\r\n <li>Encryption</li>\r\n</ul>\r\nWith the advancement of technology and the origin of billing and payment management, several ways can be used to minimize the aftermath of the online fraudulent payment. Our Subscription and Recurring Billing Management Software is a simple, secure, and extensible platform that automated the AI-enabled recurring billing and payment processing through the integration of secure payment gateways. So, your subscription revenue remains safe and its analytics allow merchants 24/7 run-time recurring revenue monitoring to detect any leakages due to the online fraus payments or churn.','Online Payment Frauds—Types, Challenges, Detections, & Preventions','','publish','open','open','','online-payment-frauds-types-challenges-detections-preventions','','','2020-07-06 15:03:33','2020-07-06 15:03:33','',0,'https://staging.subscriptionflow.com/?p=3036',0,'post','',0),(3037,1,'2020-07-06 15:01:40','2020-07-06 15:01:40','','Online Payment Fraud Prevention','','inherit','open','closed','','online-payment-fraud-prevention','','','2020-07-06 15:01:51','2020-07-06 15:01:51','',3036,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Online-Payment-Fraud-Prevention.jpg',0,'attachment','image/jpeg',0),(3039,1,'2020-07-06 15:30:21','2020-07-06 15:30:21','','Membership Management Software for Clubs','','inherit','open','closed','','membership-management-software-for-clubs','','','2020-07-06 15:30:29','2020-07-06 15:30:29','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Membership-Management-Software-for-Clubs.jpg',0,'attachment','image/jpeg',0),(3040,1,'2020-07-06 15:31:02','2020-07-06 15:31:02','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Billing Software for Clubs\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682407795{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Made Recurring Payments Auto and Easy with Membership Management Software for Clubs</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3046\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate Recurring Payments for Valued Members\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606981320131{margin-top: 25px !important;}\"]Book Club, Kids Club, Personal Club, Hobby Club, Professional Club, Society Club, Night Club, Sports Club, Health Club, Men or Women Club, or you run any sort of club as long as you love to explore the advantages of socialization for a collective purpose or cause.\r\n\r\nMembership management is surely a tiresome job. It requires a lot of time and energy to organize and administer different affairs of members and their one or more subscriptions for the services offered by the club.\r\n\r\nIt is not always necessary that all members pay their membership fee right on the time. In fact, often members are given multiple reminders to pay their weekly, monthly, quarterly, or yearly membership fee or the specific subscription charges of the services they are availing.\r\n\r\nAs the digitalization rapidly taking over the control of our behaviors and habits, this annoying habit of not paying their periodic membership or service subscription charges on time can easily be dealt with the Subscription billing software for clubs such as SubscriptionFlow.\r\n\r\nIt is software primarily designed to manage the members and their membership concerns. From recurring billing auto-management, faster <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment processing</a>, administered members profiling, to managing and reporting the details of the membership plans and further specific subscriptions to the services offered by the club, it does all.\r\n\r\nKeep yourself busy in the cause or purpose for which you have established a membership club and leave rest of the hassles of accounting, recurring billing and invoicing, membership plans or subscriptions, renewals or cancellation management, services and members management, members engagement, and conversion of lead to the prospering member to a powerful and intelligent digital companion like SubscriptionFlow as a SaaS—Software as the Service.\r\n\r\nExperience the benefits of auto-management with this ultimate Membership Management Software for Clubs.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3047\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"5 Reasons SubscriptionFlow Works Best As A Recurring Payment Software for Clubs\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606981564081{margin-top: 25px !important;}\"]<strong>Auto-Billing and Invoicing</strong>\r\n\r\nGet rid of the unrest of the recurring billing and creating manual invoices. SubscriptionFlow automated the whole process of recurring billing. At a particular time, it auto-deducts or charges the required amount to a member’s credit card or any other payment methods. Each member ahead of the time will be informed with a break-up of their charges and after the deductions and receiving the membership or subscription fee, the post-payment invoice will be emailed to the member.\r\n\r\n<strong>Proration Handling</strong>\r\n\r\nAn evolving club has to deal with various uncomforting billing issues like inappropriate charges to the credit card, mid-cycle changes in the membership adjustments, or variations in the billing due to the upgrading or downgrading the services or subscriptions. The easy way to <a href=\"https://staging.subscriptionflow.com/proration/\">handle proration</a> smartly and effortlessly is to let SubscriptionFlow manages it.\r\n\r\nSubscriptionFlow ensures the continuous and error free adjustment of the charges or dues as per the change in the membership plan, so you never lose credibility, control, and of course, your valuable members.\r\n\r\n<strong>Secured Payment Gateways</strong>\r\n\r\nSubscriptionFlow gives your customers the freedom to choose from a range of secured payment gateways integrated to provide all available options of payment as per their convenience. Its reliance and efficiency lie in the fastest processing and auto-management.\r\n\r\n<strong>Proactive Dunning</strong>\r\n\r\nCredit card decline or down services of the banking systems, dunning ensures recovery. SubscriptionFlow is equipped with smart dunning that will auto-deploy a safe and faster process of dunning to safeguard your revenue and makes recovery not only possible but also easy and ensured. Set your preference and let the SaaS retries the charge until the required isn’t get charged on the credit card.\r\n\r\n<strong>Tax, Donations, and Other Costs Management</strong>\r\n\r\nRules of Taxations change as you cross a region. If your club knows no boundaries and is extending in lengths and breadths, try using SubscriptionFlow to stay compliant with the needs of sales and other tax regulations as per the state or country. SubscriptionFlow offers smart solutions to all sorts of cost management including in-house, outsource, and donations cashflows.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3048\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"05 Reasons SubscriptionFlow Is A 360-Degree Efficient Membership Management Solution\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606981690897{margin-top: 25px !important;}\"]<strong>Membership Plans and Other Services Subscriptions Management</strong>\r\n\r\nNo individuals are alike so does the two memberships. No matter if you are a book club or social service, there always are the members who want something extra, a little bit different than rest, or something exclusive to their taste. To satisfy all the needs and wants of your valuable customers, SubscriptionFlow offers you a suite of features and apps to maintain and manage the exclusive customization.\r\n\r\n<strong>Information and Data Security</strong>\r\n\r\nSubscriptionFlow offers a great deal of security when it comes to the privacy compliance of your valuable club members. Also, the data is carefully categorized and will be available to update automatically via the integration of another feature—Member’s Personal Dashboard, or it can be updated through authorized access to the Client Portal only.\r\n\r\n<strong>Member Dashboard</strong>\r\n\r\nIt is a place where members are given the freedom to update their personal, professional, financial, or any other information, get updates on billing, receive invoices, event or payment reminders, payment failure or decline notifications in personal inboxes, and take advantage of tailored promotions popping up into their personal dashboard. With the dashboard, members can also review, comment, or give feedback on club activities, social events, etc with the integration of other apps and features.\r\n\r\n<strong>Client Portal</strong>\r\n\r\nClients are given access to their dedicated portal to manage all the business of memberships, recurring billing, revenue growth, subscription performance, and <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment processing</a>. From synching the subscriptions and services to the information and payment methods security, the client portal is a full-fledged Control Panel. It gives you the comprehensive insight of Monthly Recurring Revenue, increases or decrease in the number of memberships, best or worst performing categories of memberships and services subscriptions, and projection of future growth in business and revenue by highlighting the possibilities with AI-fueled SubscriptionFlow.\r\n\r\n<strong>Email Management</strong>\r\n\r\nIntegrate SubscriptionFlow with suites like <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">MailChimp</a> or <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZenDesk</a> and stay connected and dedicated to your members with better management via Email or Tickets. Inform them about new events, latest club development, special programs, or update them on their payment success, failure, completion, or incompletion with the personal touch. After all, this is the soul of clubbing, right? Go Pro and serve your respected members with Subscription Billing Software for Clubs.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing Software for Clubs','','publish','closed','closed','','subscription-billing-software-for-clubs','','','2020-12-03 07:50:07','2020-12-03 07:50:07','',0,'https://staging.subscriptionflow.com/?page_id=3040',0,'page','',0),(3046,1,'2020-07-06 15:35:37','2020-07-06 15:35:37','','Manage Recurring Payments','','inherit','open','closed','','manage-recurring-payments','','','2020-07-06 15:35:47','2020-07-06 15:35:47','',3040,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(3047,1,'2020-07-06 15:37:01','2020-07-06 15:37:01','','SubscriptionFlow Works Best As A Recurring Payment Software for Clubs','','inherit','open','closed','','subscriptionflow-works-best-as-a-recurring-payment-software-for-clubs','','','2020-07-06 15:37:09','2020-07-06 15:37:09','',3040,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg',0,'attachment','image/jpeg',0),(3048,1,'2020-07-06 15:38:40','2020-07-06 15:38:40','','SubscriptionFlow Is A 360-Degree Efficient Membership Management Solution','','inherit','open','closed','','subscriptionflow-is-a-360-degree-efficient-membership-management-solution','','','2020-07-06 15:38:52','2020-07-06 15:38:52','',3040,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg',0,'attachment','image/jpeg',0),(3050,1,'2020-07-08 16:35:10','2020-07-08 16:35:10','They say subscriptions are the future of the business. And, they say it rightly, because the perceptions of wealth, satisfaction, luxury, happiness, and longevity of success are changed now.\r\n\r\nThe dynamics of personal growth and social development are transforming into a different nexus of politics, economy, and civilization as they were manipulated a few decades ago. Millennials and GenZers need a new system powered by Technology & Artificial Intelligence that can predictably serve their unpredictability.\r\n\r\nIn a decade, the subscription businesses and services have taken the global economy by storm. Statistics suggest that the subscription economy grows 5x faster. From foods & beverages to automobiles and telecommunication to health & education, all the leading businesses, and organizations across the industries are shifting or planning to shift their unreliable business models with relatedly reliable & secured subscription-based business models following the changing shopping preferences of customers.\r\n<h2><strong>Why Switch to Subscription Model?</strong></h2>\r\nLet’s have a quick look at the core reasons that make businesses to replace their business models with a subscription model\r\n<ol>\r\n <li>\r\n<h3><strong>Ownership vs Usership—Millennials Changed the Perspective of Needs & Wants</strong></h3>\r\n</li>\r\n</ol>\r\nThe swift speed of innovation and invention has changed the perspectives of needs and wants. Today, buying things as an asset usually does not work out for clients as well as for customers. The new-gen prefer renting over buying.\r\n\r\nOwnership means nothing when buying costs life savings in addition to the limited access to the perks & possibilities of better living. Instead, subscription of the products or services such as vehicles, a range of subscription boxes, medical equipment, residential & commercial furniture, clubs & resorts services subscription, counseling services subscriptions, and all that can be imagined are easy to access and affordable.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Subscriptions-Based Business Model Ensures Predictability in Demand</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptions bring convenience and stability with the factor of predictability—in every way. With subscriptions, the demand in the market is quite predictable no matter which industry you belong to. The predicted demand paves the way for predicted supply—into the warehouse or out of the warehouse, or in case of digital services, to the customer or from the customer.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Subscriptions Maximize the Revenue Potential</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription means recurring billing; recurring billing means the predictable and periodic inflow of cash, and recurring payments means recurring revenue. It maximizes the potential of the revenue while expanding the customer lifecycle which can also be curated at the beginning of the cycle.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Convenience in Subscriptions Adds Value For the Customer & Company</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription is a convenient and win-win business model that ensures continuity of demand and supply with set rules, pre-defined period, and automated recurring billing & payment processing. It allows customers to manage subscriptions in the budget for a definite time and get the supply of their needs and wants without the hassle of ordering it every time. Likewise, it abolishes the trial and tribulations of unpredictable demand, supply issues, fluctuation in the market, customer loss, payment problems, and many more.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Confirmed Customer Loyalty Upscales Business Growth</strong></h3>\r\n</li>\r\n</ol>\r\nThe mantra of business lies in the secret of retaining customers. Better the customer lifecycle value, more prospective are the business indicators. The <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription model</a> is based on the foundation of retaining the customer rather than customer acquisition.\r\n\r\nThe committed customers deserve attention and the best services at the base rates as their loyalty plays an important part in drawing more customers and leveling the business to the new and stabilize heights of the revenue growth and business repute.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Subscription Models Secures & Strengthens Merchant, Supplier, & Customer Trio</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription Model safeguards the interests of all the stakeholders with the predictability in demand and supply, convenience of buying and selling, and systematic recurring billing and payments for stable revenue growth mounting upwards.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Subscription Streamlines RevOps</strong></h3>\r\n</li>\r\n</ol>\r\nThe subscription model allows businesses and services to not get lost in the pursuit of the unknown. The predictability and convenience factors show a directed path for every department, including Research, Product Development, Sales, Marketing, Accounting, & Finance, hence streamline revenue operations across the board.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Subscription Safeguards the Continuous Supply In Relation With Market Demand</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription services due to its decided and directed business operations are not prone to the consequences of seasons, strategic conditions, geopolitical situations, etc. It protects the supply chain, stay ahead of the market demand, and contends the customer for the product or service availability often, with no overage charges.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Subscription Businesses Empowers Subscribers With the Hassle-Free Budgeting, Billing, & Shopping</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription businesses often allow their subscribers to upgrade, downgrade, postpone, pause, or even cancel their subscriptions. It helps customers to take easy and convenient decisions in case of any monetary emergency.<strong> </strong>\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>The Subscriber’s Power of Upgrades Draw More Revenue</strong></h3>\r\n</li>\r\n</ol>\r\nIt is predominantly seen that when a subscriber subscribes to a service, it always starts with a free-trial that satisfies its needs and converts it into beginner’s level subscriber. Eventually, as the subscriber get matured, it is more likely that he or she is going to upgrade their services.\r\n<h4><strong>Which Verticals Can Adapt the Subscription-Based Business Model?</strong></h4>\r\nStudy shows that more than 78% of the businesses and services will adopt the subscription model by the end of 2025. And, those who will not convert their business models into subscription may not survive for long as the subscriptions will capture the market with customer loyalty, shopping convenience, and subscribed product or services timely availability in the budget.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3052 alignnone\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/subscription-based-model.jpg\" alt=\"subscription-based-model\" width=\"425\" height=\"312\" /></p>\r\nThis is why from healthcare to the automotive industry, all are looking for ways to adapt the subscription business model and secure their recurring revenue. Following are the most rapidly transforming and thriving subscription business sectors:\r\n<ul>\r\n <li>Self-Care and Hair & Beauty Salons</li>\r\n <li>Clubs, Resorts, Hotels, & Motels</li>\r\n <li>Restaurants & Food Services</li>\r\n <li>Telemedicine & Telehealth</li>\r\n <li>Sports & ESports</li>\r\n <li>SaaS, IaaS, & PaaS Service Providers</li>\r\n <li>Automotive & Transport Industry</li>\r\n <li>Telecommunications</li>\r\n <li>Online Education & Other Services Providers</li>\r\n <li>Mental Health Counsellors</li>\r\n <li>Finance & Law Consultants</li>\r\n <li>OTT—Over-the-Top Media Services Providers</li>\r\n <li>Print & Publications</li>\r\n <li>Online Multimedia Magazines</li>\r\n <li>Broadcast & Streaming Services</li>\r\n <li>Traditional & Digital Marketing Services Providers</li>\r\n <li>Gated-Content Providers</li>\r\n <li>Event Management Companies</li>\r\n <li>Manufacturers & Resellers</li>\r\n <li>Online Retailers & Traders</li>\r\n <li>Online Membership Services Providers</li>\r\n <li>Grocery, Shopping, Stationery, Books, Toys, Garments, Cosmetics, Hardware, IT equipment, and all niches Stores</li>\r\n <li>Subscription Boxes Services Providers</li>\r\n <li>Real Estate</li>\r\n <li>Non-Profit Organizations</li>\r\n <li>And Many More</li>\r\n</ul>\r\n<h4><strong> </strong><strong>How to Attract More Customers & Revenue in Business With Subscription Model Implementation?</strong></h4>\r\nAttracting more customers to draw riches and fortunes is the ultimate goal of every business. Implementing the subscription business model harnesses the power of the market to bring stability, predictability, and the ability to retain customers and mint recurring wealth.\r\n\r\nSubscription business essentially deals with customer management—from billing to managing information to fulfilling the recurring demand. In a comparison of managing a client one-time, managing several clients altogether at the same time with no complications requires a system that automates the whole management and simplifies all the subscription operations.\r\n\r\nWith SubscriptionFlow, find the powerful yet easy, simple, and customizable options to manage your subscription business & optimize the revenue with credibility and authority.\r\n\r\nFrom the automation of the billing & payment processing in a subscription cycle to monitoring the recurring revenue operations and performance indicators in real-time, it is a full-stack platform that is designed to customize within your ERP or CRM or integrate with other applications to organize revenue operations.\r\n\r\nLearn more about automated and systematic subscription management, recurring billing, secure payment processing, metrics monitoring, and other AI-enabled subscription tools. Schedule a free demo or get a free trial, and Go Pro With SubscroptionFlow.','10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future','','publish','open','open','','10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future','','','2020-07-08 16:35:10','2020-07-08 16:35:10','',0,'https://staging.subscriptionflow.com/?p=3050',0,'post','',0),(3051,1,'2020-07-08 16:31:37','2020-07-08 16:31:37','','Switch To Subscription Model & Secure Business & Revenue','','inherit','open','closed','','switch-to-subscription-model-secure-business-revenue','','','2020-07-08 16:31:49','2020-07-08 16:31:49','',3050,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg',0,'attachment','image/jpeg',0),(3052,1,'2020-07-08 16:32:35','2020-07-08 16:32:35','','subscription-based-model','','inherit','open','closed','','subscription-based-model','','','2020-07-08 16:32:50','2020-07-08 16:32:50','',3050,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/subscription-based-model.jpg',0,'attachment','image/jpeg',0),(3054,1,'2020-07-09 14:38:29','2020-07-09 14:38:29','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Retail Business\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682427897{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>The Inevitable Recurring Billing Software for Smart Retail Businesses</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3061\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Empower the Retail Business with AI-based Tools and Streamline the Operations\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606982247780{margin-top: 25px !important;}\"]With cluttered inventory, shortage of articles, piles of unseasonal stocks, and messy record-keeping, bygone retail businesses have already lost the game. It is an age where SaaS is revamping the business models all over. No matter if the businesses deal with commodities or services, they are looking for ways that can ensure the management, automation, and above all, the security of their data, finances, and <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment systems</a>, so they can focus on expanding their clientele and supply chain.\r\n\r\nOne such hi-end AI-based productivity is cloud-based Subscription Management Software that has already taken the retail market by storm.\r\n\r\nSubscription Management Software for Retail Business is your partner to reduce costs, ease out cash flow and workflow pressures, and make subscriptions accessible, proximate, and organized for customers and retailers, both.\r\n\r\nAvoid the confusion, corruption, and inconvenience and bring in the cloud-based futuristic Subscription Management Software, SubscriptionFlow. It allows you to monitor and manage all the internal and external audiences, communication, and business from a single dashboard within a few minutes and clicks in a glimpse only. Track the payments, predict the earnings, analyze the market, influence customer behavior, and run an efficient and effective business with extra-ordinary AI-based recurring billing software for retailers.\r\n\r\nIn today’s over-competitive and, more than ever, resourceful market, it is the key to retain customers, provide excellent customer care, and invaluable and personalized shopping experience while managing their data to mint every day more money than yesterday.\r\n\r\nRetailers all over the world are expanding their businesses and earning profits by selling different subscription plans, subscription boxes, or subscription services from their online or offline platforms.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3062\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How SubscriptionFlow can contribute towards thriving Subscription Sales?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606982403906{margin-top: 25px !important;}\"]With Recurring Billing Software for Retailers like Subscription flow, master the art of managing and updating the records of payment methods, invoicing, sales details, customers\' personalized choices, feedback, and automated billing within a few clicks.\r\n\r\n<strong>Manage Secured-Payments Effectively</strong>\r\n\r\nGone are the days when cash or credit cards were the only ways to make the purchases. <a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">Paypal</a>, Express Pay, Google Pay, MasterCard, Visa, Payoneer, bank transfers, direct deposit, E-Wallets, Apple Pay, Stripe, any other payment method, the key to growing the subscription businesses is providing customers every possible option of payment that translates into subscription instantly. Managing multiple payment platforms through a secure gateway effectively lessens the insecurity of clients\' billing complaints.\r\n\r\n<strong>Simplify Compound Subscription Management</strong>\r\n\r\nWhether you are an online retailer only or you own a plush grocery, garment, cosmetics, sports accessories, or a wine store, what you only need is a smart subscription management software. Powered by AI, Subscription flow is a new-age intelligent recurring billing software that introduces you to the automated mechanism of managing your daily, monthly, quarterly, or annual subscription billing management and gives you smart access to execute the business finances smartly.\r\n\r\n<strong>Auto-Update Subscribers and Subscriptions Details</strong>\r\n\r\nTo provide customers personalized discounts, offers, and promotions, an AI companion is all you need to make your subscribers committed to you. Subscription flow offers you conveniences auto-update personal and payment details of the subscribers which can be used to create personalized marketing strategies.\r\n\r\n<strong>Witness Real-Time Business Progression and Subscribers Growth</strong>\r\n\r\nSubscription brings you the user-friendly minimalist dashboard to get an immediate 360-degree insight of your retail business—from <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> and their details to complete, failed, or processing payments to track daily, monthly, or yearly profit, sales, or tax flow.\r\n\r\nYou can also analyze customer behavior with the actuarial overview of what, when, and how different subscription plans work. Use these analytics to design data-based robust marketing and sales strategies or AI-based articles recommendations for seasonal subscription plans.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3063\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Want More? Get More! Let SubscriptionFlow Ease Your Retail Business More\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606982431432{margin-top: 25px !important;}\"]A retailer is a gravitational force that binds customers, suppliers, and employees together in a nexus. Strengthen relationships with better management and vision is all a retail business needs to continue to amplify subscription sales.\r\n\r\n<strong>Ease of Operations, Workflow, and Internal Data Management</strong>\r\n\r\nSubscription flow can further help you to personalize your marketing, sales, or supply chain operations and employees management with the integration of accounting software into your subscription flow plan.\r\n\r\n<strong>Ease of Suppliers Management and Payments</strong>\r\n\r\nIf your retails business deals with third-party products or services or you offer multiple subscription plans of their articles or services, Subscription flow allows you to manage, monitor, and maintain the suppliers’ data and their commodities performance. You can also manage or automate your recurring payments to them as well.\r\n\r\n<strong>Ease of Productive Customer Service Management</strong>\r\n\r\nTo manage recurring billing for multiple subscription plans and subscribers, you need something extra than a regular subscription management software. Subscription flows help you with this by providing a pragmatic solution to allow subscribers to update their information, subscription plans, or payment details with the <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a>. They can access their personalized dashboard 24/7/365 to update shipping address or personal information, leave feedback, get an insight of their pending payments, mode of the payments and number of transactions, or the number of orders for subscription from anywhere at any time.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Retail Business','','publish','closed','closed','','subscription-management-software-for-retail-business','','','2020-12-03 08:01:07','2020-12-03 08:01:07','',0,'https://staging.subscriptionflow.com/?page_id=3054',0,'page','',0),(3057,1,'2020-07-09 14:41:43','2020-07-09 14:41:43','','Subscription software for retailer','','inherit','open','closed','','subscription-software-for-retailer','','','2020-07-09 14:41:52','2020-07-09 14:41:52','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-software-for-retailer.jpg',0,'attachment','image/jpeg',0),(3061,1,'2020-07-09 14:51:35','2020-07-09 14:51:35','','AI-based Subscription software features','','inherit','open','closed','','ai_based-subscription-software-features','','','2020-07-09 14:51:51','2020-07-09 14:51:51','',3054,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg',0,'attachment','image/jpeg',0),(3062,1,'2020-07-09 14:52:56','2020-07-09 14:52:56','','How SubscriptionFlow can contribute towards thriving Subscription Sales','','inherit','open','closed','','how-subscriptionflow-can-contribute-towards-thriving-subscription-sales','','','2020-07-09 14:53:07','2020-07-09 14:53:07','',3054,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg',0,'attachment','image/jpeg',0),(3063,1,'2020-07-09 14:54:17','2020-07-09 14:54:17','','Let SubscriptionFlow Ease Your Retail Business More','','inherit','open','closed','','let-subscriptionflow-ease-your-retail-business-more','','','2020-07-09 14:54:26','2020-07-09 14:54:26','',3054,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg',0,'attachment','image/jpeg',0),(3065,1,'2020-07-10 16:02:01','2020-07-10 16:02:01','Pricing is the most important factor in Research, Product Development, Sales, and Marketing. Price optimization is the first component that materializes the penetration of the product or service in the market, strengthens its roots, and concludes the profit margins.\r\n\r\nHowever, it has been observed that whatever your venture is—Startup, SMB, or Enterprise—it is unlikely that the research and development departments spend much time to determine what pricing model, which pricing strategy, or how a combination of pricing tactics can turn the table around.\r\n\r\nSaaS Businesses are facing relatively more struggle of survival against the growing net of competition every other minute. Every day several could-be-promising Startups or once-thriving SMBs or highly-penetrated Enterprises are either closing down their operations or dream projects or are meagerly meeting the ends to stay in the competition.\r\n\r\nIf you are a SaaS company and already in the mid of the fuss or do not want to trap into the mess, then fine-tune your logic and market demand, and get it aligned with the customer’s purchasing behaviors to tame it in the favor of the business as well as the customer.\r\n\r\nIt is important to understand the science behind the right pricing at the right time to attract engagements, ensure conversions, and maintain customer loyalty.\r\n\r\nSo, let’s explore what is the pricing plan for your SaaS company? How revising the pricing plans can turn the table around, and foremost, how you can manage it seamlessly without spending already-diminishing valuable resources?\r\n\r\nGet it started with learning the different types of <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing models</a>.\r\n<h2><strong>SaaS Pricing Models</strong></h2>\r\nBased on the niche and the exclusivity of the SaaS, companies charge differently for their subscriptions. Flat pricing, tiered-pricing, per-user pricing, or freemium pricing—to some extent, all of these pricing models, one way or another, are the filtered or customized forms of following two broad categories of pricing models:\r\n<ul>\r\n <li>Flat Rate Pricing Model—Static rate for a product or service for single pricing.</li>\r\n <li>Usage-Based Pricing Model—Dynamic rates based on usage, features, users, time, etc.</li>\r\n</ul>\r\n<h3><strong>Dynamic Pricing—The New Trend of SaaS Billing</strong></h3>\r\nSelling one-time software licenses was the type of flat-pricing, whereas these days SaaS providers are exploring more options to grab the handful share of revenue and a maximum chunk of customers for their SaaS.\r\n\r\nUsage-Based pricing also called metered pricing, coupled with the vertical strategies is a growing trend of billing across the industries. The dynamic pricing, particularly, allows SaaS companies to charge their customers only for their usage. In other terms, it expands the net of possibilities of earning more from across the businesses while maintaining the factor of a reliable billing in clients as per their needs and budget.\r\n<h3><strong>Pay-As-You-Go—The Usage-Based Pricing Model for SaaS Subscriptions</strong></h3>\r\nIt can be defined as a pricing strategy that requires you to pay only for what services, features, or products you have consumed in a recurring billing cycle.\r\n\r\nBased on the consumption or usage, it can fluctuate in either direction—backward or forward. In comparison, the flat-pricing models eliminate the increased profit margins for the SaaS providers in case a startup or an enterprise, both, are paying the same fixed subscription charges however the gap in their usage is remarkably widened.\r\n\r\nOn the other hand, it mounts cost pressure on small businesses concerning their usage. So, Pay-As-You-Go is the win-win pricing strategy to grow recurring revenue and attract more subscribers.\r\n<h3><strong>Types of Usage-Based Pricing</strong></h3>\r\nUsage can be incorporated into the subscription pricing in several different ways. Some of the popular ones include:\r\n<ul>\r\n <li>Linear or Consumption-Based Pricing</li>\r\n <li>Features-Based Pricing</li>\r\n <li>Features-Based Tiered Pricing</li>\r\n <li>of Users Based Pricing</li>\r\n <li>of Users Based Tiered Pricing</li>\r\n <li>Flat Subscription plus Overage Charges</li>\r\n <li>Flat Subscription plus Exclusive Features Usage Pricing</li>\r\n <li>Time-Based Consumption Pricing</li>\r\n <li>Freemium plus Linear Pricing</li>\r\n</ul>\r\n<h3><strong>Advantages of Usage-Based Pricing for SaaS Recurring Billing</strong></h3>\r\nInstead of flat-pricing, more and more SaaS companies are looking for better usage-based pricing models to charge their customers and increase their recurring revenues. Each type of usage-based billing has its advantages.\r\n\r\nIn general, these are the core lucrative reasons, dynamic pricing garnered the attention of SaaS providers:\r\n<h3><strong>Profit Possibility</strong></h3>\r\nUsage-based pricing gave rise to the opportunities of earning more profit through the metered billing with dynamic pricing. Regardless of their team size and their business pockets, selling subscriptions of the SaaS to all the customers with the same rates reduces the chances of retaining customers from across the category.\r\n\r\nSMBs and startups would not prefer to subscribe to an expensive all-inclusive suite full of all the stacks, not of their use, whereas Enterprises won’t sign up if these services are not offering all the solutions they are looking for which essentially means a surge in pricing.\r\n\r\nAllowing clients to choose what they need and pay accordingly is the best way to sell SaaS services to every customer of the B2B cycle.\r\n<h3><strong>Market Capturing</strong></h3>\r\nAs much as the individual and customized usage got increased, it helps to bring more and more engagements from across the businesses in the market. SaaS recurring revenue continues to upmarket with more customers consuming personalized SaaS services or products.\r\n<h3><strong>Taming Customer’s Consumption Behaviors</strong></h3>\r\nIt has been observed that usage-based pricing encourages startups and SMBs to sign up for more features or consume more services which brings profit to the SaaS eventually as the dependability and interaction with the client mature the prospects over time. Usage-based billing gradually tames the customer’s usage behavior in favor of the SaaS subscription providers.\r\n<h3><strong>Customer Retention</strong></h3>\r\nPay-As-You-Go pricing shows more projections for customer retention. As the subscribers are not bound to pay fixed subscription charges, they can easily choose to upgrade, downgrade, or even pause the subscribed plan. It is a sense of freedom that customers enjoy when they have the power to hold a deal instead of canceling it until they need it again.\r\n<h4><strong>Upscaling Demanding Products or Features</strong></h4>\r\nUsage-based pricing is the core assistance in research, product development, marketing, and sales. The increasing use or demand of a SaaS feature works as the pragmatic research to enhance the captivity and productivity of the opportunity and generate more leads without spending millions of bucks over market research.\r\n<h4><strong>Price Scaling Prospects</strong></h4>\r\nIncreasing a flat-pricing rate is difficult than increasing the price of the SaaS service or feature based on consumption-based pricing. It has more prospects of hike in prices without disturbing the equilibrium.\r\n<h4><strong>Challenges in Usage-Based Pricing for SaaS</strong></h4>\r\nDespite some rigorous and highly-lucrative advantages of the user-based pricing model for SaaS Subscriptions, it has some cons too that have emerged as the challenges in subscription management.\r\n<h4><strong>Thorough & Repetitive Market Research</strong></h4>\r\nPricing of a plan can not be static for too long. Based on the situation of the market, it has to be revisited which essentially requires allocation of budget, resources, time, and comfort for a thorough and often repetitive market research. To progress the SaaS product as a whole requires some serious considerations.\r\n<h4><strong>Unpredictable Revenue</strong></h4>\r\nUsage-based pricing takes charge of revenue prediction from the SaaS subscription services providers. Unpredictability can hinder revenue operations, pause or post-pone hardcore business decisions, and deprive them of the long-term business strategy.\r\n<h4><strong>Analysis Paralysis</strong></h4>\r\nGiving subscribers the authority to choose from across the array of features can cause analysis paralysis. Instead of converting, it can roll-back the leads. Despite the increase in engagements, often the open-end pricing backfires.\r\n<h4><strong>Risks of Churn</strong></h4>\r\nIt is an age of innovation and accessibility that is budding the startups, entrepreneurs, and small businesses everywhere. Usage-based pricing is more attractive for these strata of the business community. Due to their less dependability and more unpredictability in terms of business strength and revenue operations, the risks of churn are also higher among them.\r\n<h4><strong>SubscriptionFlow Usage-Based Pricing—An All-Inclusive Solution</strong></h4>\r\nDevising and managing usage-based pricing smartly can be made simple and personalized with our highly extensible and practical SaaS Subscription and Recurring Billing Management Platform.\r\n\r\nApart from automating the whole billing and payment process fast, secure, and exclusive, it adds value in the convenience with the innovation of AI-supported automation. SubscriptionFlow gives additional assistance in managing different usage-based pricing models for different clients with a different aspect of time, features, usage, or other consumption of SaaS services.\r\n<h4><strong>Automated Billing Operations</strong></h4>\r\nFrom strategizing the pricing and subscription plans to custom invoicing to secure payment receiving in the SaaS merchant’s account, it is a one-stop destination for all the automated RevOps.\r\n<h4><strong>AI-Powered Pricing & Subscription Plans or Features Cataloging</strong></h4>\r\nSubscriptionFlow offers an intuitive pricing engine that helps you devise data-driven pricing and plan structures for the SaaS subscription and bill the clients according to their usage or consumption.\r\n<h4><strong>Pricing Experimentation</strong></h4>\r\nSubscriptionFlow helps you to experiment with pricing and expand the revenue lifecycle with attracting more engagements.\r\n<h4><strong>AI-supported Recommendations, Risks Detections, & Preventions</strong></h4>\r\nBased on the client\'s payment and subscription history, SubscriptionFlow can guide you with the upgrade marketing opportunities for individual clients or warns ahead of time the risks in recurring payment processing.\r\n<h4><strong>Automated Recurring Revenue Projections</strong></h4>\r\nSubscriptionFlow made revenue prediction of usage-based pricing SaaS subscriptions easy, simple, and accurate with its real-time analytics. The run-time monitoring helps SaaS subscription services providers to track KPIs, identify revenue leakages, and reduce the churn rate.','The Price Is Right—A 2021 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution','','publish','closed','closed','','the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution','','','2021-08-05 13:59:05','2021-08-05 13:59:05','',0,'https://staging.subscriptionflow.com/?p=3065',0,'post','',0),(3066,1,'2020-07-10 15:52:15','2020-07-10 15:52:15','','Usage-Based Pricing Model','','inherit','open','closed','','usage-based-pricing-model','','','2020-07-10 15:52:23','2020-07-10 15:52:23','',3065,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Usage-Based-Pricing-Model.jpg',0,'attachment','image/jpeg',0),(3070,1,'2020-09-15 10:52:41','2020-09-15 10:52:41','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Magazine Subscription Management Software\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682309486{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h4 class=\"clr-white\" style=\"text-align: center;\"><strong>Empower your ads and gain maximum customer footfall with subscription management software for magazine. Manage your orders and design your magazine campaigns automatically with just a click.</strong></h4>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2405\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Orders with SubscriptionFlow—The Subscription and Publishing Management Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606894731464{margin-top: 25px !important;}\"]Being a magazine owner, how many times have you get tucked with print media ads? We assume that it’s more than once. At SubscriptionFlow we have aimed to help maximum magazine, newspapers, digital magazines, and other digital news and media services providers who are either stuck with their magazine orders or feeling confused on how to manage multiple subscriptions.\r\n\r\nSubscriptionFlow is a full-fledged newspaper, digital media, and magazine subscription management software that enables publishing and digital media business owners to manage a bulk of newspaper, magazine, and digital news platform subscriptions, efficiently.\r\n<h3><strong>Magazine Subscriber Management Software for Easy Customer Management</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> for magazine and publishing media will bring the needed automation in every task that the magazine industry ever wanted. From empowering ads to managing a bulk number of published as well as digital magazine subscriptions to keeping track of the sold articles and from maintaining the subscriber’s accounts to generating monthly or annual reports, our subscription and publishing management software will cover every bit of it.\r\n\r\nWhen it comes to handling pricing, billing, and revenue management, SubscriptionFlow is an all-in-all solution with flexible support to multiple <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing</a> models. SubscriptionFlow does not adhere to a very strict publishing cycle. This is one factor why magazine businesses need to choose magazine and publisher subscription management software powered by SubscriptionFlow.\r\n\r\nSome subscribers want a new magazine edition with its first publication. Many of the available SaaS products offer recurring charges such as every week, month, quarter, or year, but magazine vendors still haven’t come across any tool that allows them to charge their customers whenever their order is ready for shipment. Subsequently, vendors want a software through which they can resolve their billing concerns and can trigger a charge by the time any magazine gets issued to a customer. This is where magazine subscription management software jumps in and plays its role. Following are the some of the many indispensable features that will come along if you opt SubscriptionFlow’s magazine subscription management software.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3546\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage your Newspaper Subscriptions with Newspaper Subscription Management Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606894793207{margin-top: 25px !important;}\"]SubscriptionFlow is available to help the newspaper dealers with its newspaper subscription management. Gone are the times when you have to manage your newspapers, manually. Now, you can manage all your customers’ data and subscriptions with a few clicks.\r\n\r\nA newspaper never goes out of the fashion. The digital news outlets are a great source of instant information and news dissemination, but people still prefer Newspapers for in-depth, verified, and authenticated news. This newspaper subscription management software allows you to serve best to your loyal and serious customers every day, at their doorstep. Add a pinch of digital and automated billing spice into their comfort Newspaper reading. Configure SubscriptionFlow and manage hassle-free Newspaper Subscriptions with automated billing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a>.\r\n<h3><strong>Digital News Platforms and Online Magazine Subscription Management Made Easy</strong></h3>\r\nSubscriptionFlow’s subscription management software for the online magazine, digital newspaper, and other digital publications outlets provides all the ease and efficiency you need to manage your digital news and magazine subscriptions.\r\n\r\nOur publisher subscription management software streamlines operations for greater productivity and will scale to grow with you over time. It will help you minimize your overall billing and payment collection management costs by maximizing automated operations and implementing data analytics for monitoring monetary growth.\r\n<h3><strong>Make Magazine and Other Publications Subscriptions more like Digital SaaS Subscriptions</strong></h3>\r\nMost indie magazine subscriptions are simple pre-orders for the next term. They also ask the subscribers to pay a year’s amount in advance. They usually do not renew automatically which means readers have to be reminded to come back to the site to buy another one-year subscription. Rather coming with a commitment upfront, what if we let readers subscribe on a per-issue basis? Once subscribed, subscription software for magazine will enable you to bill your readers a few weeks before the new issue is released. They can further cancel or change tiers at any time when they want to.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2409\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Personalized Subscription Management Solutions for Magazines, Newspaper, and Digital Media Spaces\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606894871846{margin-top: 25px !important;}\"]We, at SubscriptionFlow, believe in simplifying problems for businesses. Often, readers hesitate to buy subscriptions because they are afraid of long-term commitment related issues. For instance, a customer subscribes to a magazine online, pay the yearly fee, and then stay anxious of not moving for the subscription term. He or She may have the apprehensions like how do I change my shipping address in between the two issues? Can I pause the subscription? Can I change the payment details and methods? Do I need to renew it, manually? What if my credit card expires? We at SubscriptionFlow want to make readers feel like they can control their subscriptions through a simple account interface, the <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">Self-Service Portal</a>, readily available in publishing and magazine subscription management software. An interface that is ideally designed for them to take charge of their subscriptions.\r\n<h3><strong>Streamlined Work Processes</strong></h3>\r\nThe only reason why vendors need to use SubscriptionFlow Newspaper and magazine subscriber management software is that they can streamline the admin side of things as much easy as possible. The ideal system is perfectly tuned to what businesses need to get done every day, week, month, and a quarter. Creating a completely customized system allows businesses to avoid unnecessary steps and optimizes the process between receiving an order and sending out issues.\r\n<h3><strong>Different Tiers of Support</strong></h3>\r\nSo many of the readers want to support the magazine beyond just buying a copy, worldwide. What if, rather than just buying a standard subscription, they could choose from a few different tiers according to the level of support they want to give?\r\n\r\nWe, at SubscriptionFlow can imagine at least three different tiers – subscribers, supporters, and patron. The higher tiers include a little gift to show appreciation for their support. Subscribers can change tiers in between issues as well.\r\n<h4><strong>AI-Mediated Subscription Management and Workflow Automation</strong></h4>\r\nAutomate daily activities to free up time to complete other important tasks, such as:\r\n\r\n[su_list icon=\"icon: gear\" icon_color=\"#f47708\"]\r\n<ul>\r\n <li>Create multiple types of automation workflows from ad tickets to drip campaigns.</li>\r\n <li>Set processes to only run on weekdays, to avoid lost tasks/emails.</li>\r\n <li>Create a variety of actions from creating new lists, orders, customers, and subscriptions to updating dynamic attributes to sending messages, notifications, and reminders.</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Magazine Subscription Management Software','','publish','closed','closed','','magazine-subscription-management-software','','','2020-12-02 07:41:10','2020-12-02 07:41:10','',0,'https://staging.subscriptionflow.com/?page_id=3070',0,'page','',0),(3076,1,'2020-07-13 12:40:30','2020-07-13 12:40:30','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Media Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682443237{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Accelerate the Subscription Business with Subscription Management Software for Media Companies</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3081\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"The Transforming Subscription Business over the Years\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606982821674{margin-top: 25px !important;}\"]With the advent of the digital platforms, the subscription business of the media groups and publishing industries has taken a full-scale turn not only in terms of content production and designing and outlining the media strategy, but also, reaching out to the customers to outrank the competition while attracting the advertisers with the growth in subscriptions and, eventually, in revenue and repute.\r\n\r\nSubscription of the newspapers, magazines, special editions, even research journals was always a significant part of marketing and sales when media means the print and publications only. Later, with the onset of broadcast media, especially after the arrival of satellite technology, the subscription business had gone international. Media and Publications business groups entered into the whole new network of subscribers which eventually results in the production of content as per the entertainment, information, and technology needs of their viewers who bought their channels and publishing services as monthly or yearly subscriptions.\r\n\r\nThe cable industry further aggrandized the network of leads into subscribers when the subscription services divided into a range of tiers.\r\n\r\nAnd, now is the age of digital media and smartphones with platforms like web publishing, social media, streaming and gaming services, live channels web or mobile apps, etc. As many as the publishing platforms are increasing, as much as the subscription market is growing.\r\n\r\nThis increases the whole need of efficient management of subscriptions, range of subscription plans, the wide array of subscribers, tailoring subscriptions details including content and publishing platform management, <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing</a>, billing and payment processing, payment gateways selection, <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a>, monitoring subscriptions performance, mitigating the risks of churn, and many more.\r\n\r\n<strong>What is the Subscription Management for Media Industry and Why Is It so Important?</strong>\r\n\r\nThe mantra for effective management of subscription not only lies in managing the subscription billing for media company only. It is the whole system of automating and managing the recurring billing, invoicing, payment processing through a range of secure payment gateways, maintaining a safe and secure database, <a href=\"https://staging.subscriptionflow.com/proration/\">proration handling</a>, tax management, subscription plans management, exclusive publications or gated-content management, multi-subscriptions services management, and a lot more.\r\n\r\nSubscription Management holds a great place in running the business in the media and publication industry. Here the competition for subscriptions has grown bigger than the imagination. The number of subscribers multiplies manifold than the former era so does the intensity of war for gaining more subscribers as well as more advertisers.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3083\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow—The One-Stop Destination to Manage All\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606983297916{margin-top: 25px !important;}\"]In today\'s age, more and more subscriptions and subscribers validations are not required to attract advertisers only, these subscriptions themselves are the most potent source of revenue generation that outsmarts the other means of minting money.\r\n\r\nAdvertising is, still, a major source of income for most of the publishing, radio, TV, streaming services, and digital media content publishing sites and platforms.\r\n\r\nSubscriptionFlow is an efficient solution of all the hassles of the media industry of every size and every publishing platform as effective publishing, broadcasting, streaming, gaming, or digital media subscription software to manage not only the subscriptions and subscribers but, advertisers and internal marketers too.\r\n\r\nAll the ventures across the media industry can take advantage of the cost-efficient and highly customizable subscription management and subscription software, SubscriptionFlow, that can be used;\r\n\r\n<strong> To increase the sales of their subscriptions</strong>\r\n\r\n<strong>To generate the auto-invoicing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a></strong>\r\n\r\n<strong>To create and maintain the information grid of subscriptions, subscription services, and subscribers</strong>\r\n\r\n<strong>To offer a variety of content packages and seasonal promotions for new as well as existing subscribers</strong>\r\n\r\n<strong>To create and maintain a safe and secure database</strong>\r\n\r\n<strong>To find the opportunities of increasing the quality of the subscribed content to convert leads into sales of subscriptions</strong>\r\n\r\n<strong>To formulate a comprehensive self-service subscription dashboard to reduce the operations at the front as well as back-end.</strong>\r\n\r\n<strong>To provide personalized customer service with effective auto-email correspondence, reminders, and notifications</strong>\r\n\r\n<strong>To ensure payments processing while dealing with the issues of dunning, proration, and safety of payment processing</strong>\r\n\r\n<strong>To predict the data-driven revenue growth, content preference, subscription market, and subscribers potential</strong>\r\n\r\n<strong>To convert leads into sales </strong>\r\n\r\n<strong>And others</strong>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3084\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Who Should Avail the Services of SubscriptionFlow as Subscription Management and Billing Software?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606983225860{margin-top: 25px !important;}\"]Some of the prominent platforms that can boost their subscription sales using SubscriptionFlow include;\r\n\r\n<strong>From Print Industry</strong>\r\n\r\n<strong>Magazines and NewsPapers</strong>\r\n\r\nHardcopy is still a preferable and convenient way of staying informed and updated on news and social and current affairs. The subscriptions of national, international, and regional dailies and weekly, monthly, or quarterly magazines with glossy covers are still a big reality. As the print industry is too busy with catering to the digital subscribers, these subscribers should be managed well to continue to support the subscription-based business model.\r\n\r\n<strong>Special Editions</strong>\r\n\r\nNew Year, Chinese Year, Christmas, Eid, or Diwali—the seasonal special editions by various social, religious, or welfare services, government, organizations, or even the publication houses are the pre-determined source of great subscription revenue. This can be pre-conceived, pre-managed, and pre-invoiced to forecast a big chunk of revenue through SubscriptionFlow.\r\n\r\n<strong>Research Journals</strong>\r\n\r\nIndustries, organizations, universities, professionals, and students—all are the big and definite subscription market for research journals—be in hard copy or an e-copy. Maintaining the database, billing, proration, and monthly or annual subscription plans can be made super-efficient and automate with SubscriptionFlow.\r\n\r\n<strong>B2B and B2C Magazines</strong>\r\n\r\nAlong with Research Journals, these B2B businesses are an important part of business communication, collaborations, and growth. Integrating SubscriptionFlow with email managers and ERPs, ease out the whole flow of communication and transport the magazine directly at your customers or business partners inboxes.\r\n\r\n<strong>From Broadcasting Industry</strong>\r\n\r\n<strong>TV Channels</strong>\r\n\r\nDespite the wide availability of a range of local and national channels, the subscription of premium channels is the key source of revenue growth in the TV/Cable industry. People are addicted to their content. Managing the huge field of TV channels and their subscription market is now a self-regulating and automated task with an efficient SaaS like SubscriptionFlow.\r\n\r\n<strong>Radio Stations</strong>\r\n\r\nPeople subscribe to radio stations and podcasts to listen to their content on-the-go. SubscriptionFlow can cater to the needs of all small businesses with a huge network of subscribers.\r\n\r\n<strong>From Digital Media Industry</strong>\r\n\r\n<strong>E-Magazines and E-News Platforms</strong>\r\n\r\nIndependent e-magazines or digital versions of the traditional magazine or newspapers, the subscription business propels thems to gather a lion share of their revenue from the online subscription market. SubscriptionFlow can manage all the subscription affairs of paper-based or e-versions of the magazines and newspapers all together.\r\n\r\n<strong>E-Books and E-book Stores</strong>\r\n\r\nProfessionals, consultants, publishers, authors, poets, and playwright—all are aware of the power of e-books and e-book stores. SubscriptionFlow helps them to sell their e-books fast and quick while hooking up their subscribers with the other or upcoming editions of their e-books.\r\n\r\n<strong>Web Channels and Streaming and Gaming Services</strong>\r\n\r\nStreaming Services like Netflix, Amazon Prime, Hulu, iTunes, and many more are solely running and leading in the market while unleashing the power of subscription and membership business for their gated-content. On the other hand, following the same mantra, the gaming services, and web channels are attracting not millions, but billions of dollars advertising opportunities along with the recurring revenue from the subscribers.\r\n\r\nSubscriptionFlow provides its clients to best manage their subscription business through providing a complete range of services—From login-gated pages to recurring billing management to subscription and subscribers database management to plans and packages regulation for the advertisers to subscribe, and to revenue growth forecast.\r\n\r\n<strong>Apps and Apps Stores</strong>\r\n\r\nApps and App Stores are a huge market. Small businesses and startups offering their services, content, and products through App and App stores require an automated and AI-enabled cost-efficient solution of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management</a> such as SubscriptionFlow to fuel their business on these platforms.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Media Companies','','publish','closed','closed','','subscription-management-software-for-media-companies','','','2020-12-03 08:14:54','2020-12-03 08:14:54','',0,'https://staging.subscriptionflow.com/?page_id=3076',0,'page','',0),(3081,1,'2020-07-13 12:48:39','2020-07-13 12:48:39','','Subscription Management Software for Media Companies','','inherit','open','closed','','subscription-management-software-for-media-companies-2','','','2020-07-13 12:52:15','2020-07-13 12:52:15','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg',0,'attachment','image/jpeg',0),(3082,1,'2020-07-13 12:49:30','2020-07-13 12:49:30','','Subscription-Management-Software for Media-Companies','','inherit','open','closed','','subscription-management-software-for-media-companies-3','','','2020-07-13 12:49:38','2020-07-13 12:49:38','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies-1.jpg',0,'attachment','image/jpeg',0),(3083,1,'2020-07-13 12:53:06','2020-07-13 12:53:06','','What is the Subscription Management for Media Industry','','inherit','open','closed','','what-is-the-subscription-management-for-media-industry','','','2020-07-13 12:53:14','2020-07-13 12:53:14','',3076,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg',0,'attachment','image/jpeg',0),(3084,1,'2020-07-13 12:54:43','2020-07-13 12:54:43','','Who Should Avail the Services of SubscriptionFlow as Subscription Management','','inherit','open','closed','','who-should-avail-the-services-of-subscriptionflow-as-subscription-management','','','2020-07-13 12:54:51','2020-07-13 12:54:51','',3076,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg',0,'attachment','image/jpeg',0),(3087,1,'2020-07-13 15:44:48','2020-07-13 15:44:48','After the outbreak of the COVID-19, the recent economic and commercial meltdown on a scale explains why stability, predictability, and security in every business are crucial for any individual, workforce, or even for a nation. This is why, almost in every sector and industry, businesses are eager to find opportunities to offer their subscription services. The rapid adaptation of the subscription-based model is briskly transforming the landscape of commerce & industry.\r\n\r\nEnsuring a recurring revenue is the foremost objective behind any subscription-based business offering products or services. Leaping into the arena with proper strategies towards short-term objectives and long-term goals determine the value of any business.\r\n\r\nStarting a subscription business needs a full grip on factors like market demand and customer value. Once you have selected the niche, source the inventory, and plan the fulfillment process, next, you need a full-fledge data-driven subscription pricing strategy.\r\n<h3><strong>What is Subscription Pricing?</strong></h3>\r\nSubscription Pricing is a whole subscription business model that deploys a strategy to make the customer pay a recurring fee after every set interval for the access to the subscribed product or service over a pre-defined length of the period.\r\n<h3><strong>Why Devising the Apt Subscription Pricing Policy Is Crucial?</strong></h3>\r\nPricing in any business cannot stay static. As per the altering strategic, economic, or social conditions and factors, the prices are revised in every business and can be scaled up or metered down. This requires constant development of pricing strategies and policies.\r\n\r\nAs subscription requires a customer to pay after every pre-defined interval the subscription charges, it is even more inevitable to devise the intelligent, dynamic, and data-driven subscription pricing strategies throughout the way.\r\n\r\nImplementing an appropriate as well as the far-sighted pricing strategy is necessary for a stable and predictive subscription business. If the pricing for the subscription is too low, subscription businesses have to suffer a loss and may not survive for long. On the other hand, if the subscriptions are charged too much in comparison with the contemporaries, it would backfire and result in the loss of the customers and market share.\r\n<h3><strong>How Different Factors Determine Subscription Pricing?</strong></h3>\r\nBefore devising and effecting the strategy, it is vital to dig deep and analyze the impacts of the following factors.\r\n\r\nLet’s learn about them:\r\n<ul>\r\n <li><strong>Target Audience </strong></li>\r\n</ul>\r\nTo some extent, every business plans its development, sale, and marketing strategy around a particular group of people, called Target Audience. Likewise, subscription businesses also target a specific stratum or chunk of the people as a target audience. Before setting the subscription pricing, the research should get all the information as the answers to the following questions:\r\n<ul>\r\n <li>Who is the target audience?</li>\r\n <li>Where do they live?</li>\r\n <li>What is their financial background?</li>\r\n <li>What are their social, political, or economic needs and problems?</li>\r\n <li>What brings them to the subscription service?</li>\r\n <li>How do they pay the subscription charges after every interval?</li>\r\n <li>What perks and benefits can attract them to subscribe to your product or services?</li>\r\n <li>What could be the outcomes if you make the changes in pricing in any direction—upward or downward?</li>\r\n</ul>\r\n<h4><strong>Subscription Pricing Model</strong></h4>\r\nBased on the niche or type of subscription product or service, every subscription business adopts a pricing model that assists them in making progress towards their recurring revenue goals. The subscription pricing model can broadly be categorized into:\r\n\r\n<strong>Flat Pricing Model—</strong>It is a static and fixed pricing model.\r\n\r\n<strong>Usage-Based Pricing Model—</strong>It is the dynamic and variable pricing structure that bill differently on every interval based on the consumption of the subscription services. Also called, Linear or Consumption-Based Pricing. It is a highly recommended subscription pricing model for cloud-based or SaaS subscription services. Some of its sub-types are:\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Features-Based Pricing</li>\r\n <li>Features-Based Tiered Pricing</li>\r\n <li>of Users Based Pricing</li>\r\n <li>of Users Based Tiered Pricing</li>\r\n <li>Time-Based Consumption Pricing</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<strong>Hybrid Pricing Model—</strong>it is the mix and match of the above-mentioned pricing models. It can be planned as:\r\n<ul>\r\n <li style=\"list-style-type: none;\">\r\n<ul>\r\n <li>Flat Subscription plus Overage Charges</li>\r\n <li>Flat Subscription plus Exclusive Features Usage Pricing</li>\r\n <li>Freemium plus Linear Pricing</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4><strong>Business Costs</strong></h4>\r\nSome subscription businesses particularly cloud-based or SaaS subscription services can get the ROI from the subscription services with a few subscriptions and their recurring payments and later turn the subscription into a profitable venture, whereas some have to repeat the cycle of investment, ROI, and profit with every recurring billing. This is why it is necessary to follow the standard method of pricing. Determine all the fixed and variable costs—from product development to delivering the service to operations to business development. Manage the fixed costs within the subscriptions. Opting the flat or hybrid subscription pricing could bring excellence in recurring revenue.\r\n<h4><strong>Competition in the Market</strong></h4>\r\nCrushing the competition isn’t an easy task. Pricing is hugely affected by the competitor’s strategy of pricing. To stay ahead of the competition requires intelligent and intuitive assistance of machine learning. The AI-based robust subscription pricing management suite fine-tuning the pricing with recommendations, suggestions, or risk detections and preventions while mining the piles of data can create a huge difference.\r\n<h4><strong>Life Cycle Value</strong></h4>\r\nDetermining customer lifecycle value is crucial for customer acquisition and retention. It helps you to make data-driven decisions of investing time, money, effort, and other resources as per the revenue potential of the customer.\r\n<h4><strong>Are There Any Pricing Tricks To Support Subscription-Based Products or Services?</strong></h4>\r\nYes. Subscription businesses are no different than other businesses except, it allows you to make your customer stay with you and pay you for as long as they want and they need. In subscription businesses, it is the foundation that will support and strengthen the whole edifice in the long run.\r\n\r\nFrom introducing a product to marketing and sales to business expansion, a separate subscription pricing is required in every stage to serve the objectives of the phase.\r\n\r\nIntroductory, competitive, re-branding, or prestige phase, using these pricing strategies separately or in combination with any pricing model can help subscription businesses to penetrate, stay, and lead rapidly in a market. Let’s have a quick look at some of these strategies:\r\n<ul>\r\n <li><strong>Penetration Pricing:</strong> It is the strategy of reducing prices to rapidly gain adoption.</li>\r\n <li><strong>Captive Pricing:</strong> It is used to reduce the cost of the core product but charge more other products used in association with the core product.</li>\r\n <li><strong>Promotional Pricing</strong>: It is the strategy to initially brand service for products for higher process and then gradually reduces the cost over time to the accrual value.</li>\r\n <li><strong>Free Trial Pricing</strong>: It is based on providing a free or trial of the products or services for a limited time or usage.</li>\r\n <li><strong>Premium Pricing</strong>: Also called prestige pricing strategy, usually used to increase the brand value of the product or service.</li>\r\n <li><strong>Cost Plus Pricing</strong>: It is the defined profit in percent or value + actual cost pricing strategy, recommended for the competitive stage.</li>\r\n <li><strong>Pricing Segmentation</strong>: It is the strategy to offer the same subscription plans of products or services to multiple customers at different rates.</li>\r\n</ul>\r\nHere are some of the other proven pricing engagements to trick a customer into buying a subscription plan as per your pricing strategy:\r\n<ul>\r\n <li><strong>Price Anchoring</strong></li>\r\n <li><strong>Charm Pricing</strong></li>\r\n <li><strong>Odd/Even Pricing</strong></li>\r\n <li><strong>Bundle Pricing</strong></li>\r\n <li><strong>Trial Pricing</strong></li>\r\n <li><strong>High-Low Pricing</strong></li>\r\n</ul>\r\n<h4><strong>SubscriptionFlow—The AI-Powered Subscription Pricing Consultant & Strategist</strong></h4>\r\nSubscriptionFlow offers 360-degree automation of subscription and billing management from price designing to product cataloging to invoicing to payment processing. It is one of the best SaaS Pricing Consultants to help your cloud-based subscription ventures to excel with the experimentation of pricing at every phase of the business.\r\n\r\nPowered by Artificial Intelligence, its sophisticated pricing engine offers you the cloud-based solution to optimize the best subscription pricing and plans at every phase. Based on the niche, customer base, and the resources, find data-driven recommendations of pricing models and strategies. Add Freemiums, Free trials, Add ons, Discounts, Vouchers/Coupons, or many more. Manage automated, customized, and accurate tiered, consumption, or flat subscription billing with SaaS analytics real-time measurement and revising the pricing models or strategies whenever you are required to acquire or retain customers and grow recurring revenue.','Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow','','publish','open','open','','subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow','','','2020-07-13 15:44:48','2020-07-13 15:44:48','',0,'https://staging.subscriptionflow.com/?p=3087',0,'post','',0),(3088,1,'2020-07-13 15:43:02','2020-07-13 15:43:02','','Subscription Pricing Consultants','','inherit','open','closed','','subscription-pricing-consultants','','','2020-07-13 15:43:09','2020-07-13 15:43:09','',3087,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Pricing-Consultants.jpg',0,'attachment','image/jpeg',0),(3091,1,'2020-07-14 15:38:17','2020-07-14 15:38:17','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Shopify\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682474815{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Boost your eCommerce Sales with Subscription Management Software for Shopify</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3098\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"The All-Rounder Subscription Management Software For Shopify\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606983584211{margin-top: 25px !important;}\"]2020 has turned the present and future of individuals, governments, corporations, and businesses upside down with the outbreak of the novel coronavirus. Pandemic on the other hand gave rise to the new and unimaginable business opportunities that brought the prospects of broadening the horizon of selling products and services to the customers from the comfort of their homes.\r\n\r\nShopify is one such platform that gave new meanings to the e-commerce industry. In the times when the businesses are struggling for business growth and customer retention, Shopify opens the doors wide open for e-sales of subscriptions.\r\n\r\nRecurring billing gives the boost to e-commerce and online buying and selling businesses. To increase the influx of new customers as well as maintaining the periodic flow of revenue, many startups and even small-, mid-, or large-sized enterprises or companies are jumping on the bandwagon of the subscription-based model of e-sales on Shopify.\r\n\r\nIf you have set-up your e-commerce business of selling physical products from the platform of Shopify, then chances are you are also influenced by the rising trend of subscription-model. This model allows customers to store the payment and shipping information on the dashboard for a pre-defined or indefinite period to continue to receive their required or essential products or services without visiting the site and re-ordering the purchase every other time which in turn maintains the revenue generation for the e-stores while providing subscriptions.\r\n\r\nRelishing the perks of <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> requires a sturdy system of subscription management. Due to the security reasons, Shopify itself doesn’t offer the facility of managing the recurring billing or subscriptions. But, the subscription management can be done with the help of plugins.\r\n\r\nAI-enabled Subscription Flow is the solution of all the subscription management on Shopify. Being able to integrate with multiple CRMs and their suite of applications to provide all-rounder experience of subscription as well as customer management, it is specifically designed as the Recurring Billing Software for Shopify.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3099\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Go Pro With SubscriptionFlow for Shopify Subscriptions\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606983681977{margin-top: 25px !important;}\"]Recurring buyers are the most profitable kind of customers. Platforms like Shopify floods you with the potential subscribers. Managing subscriptions, customers, orders, products, promotions, and payments can take a toll on businesses with mounting errors in shipping, billing, and orders placements.\r\n\r\nIt is a changed world now. Automation and Artificial Intelligence integration into the systems has proven as the time, energy, and resources savior for businesses of every size and type. The automated recurring billing, invoicing, auto-ordering, customization of the billing, storing secure payment details, providing multiple payment gateways, and services like these help to sustain the buyer relationship for long and make them a valuable customer.\r\n\r\nSubscriptionFlow as a Subscription Management Software for Shopify advances you with the best features to not only manages the subscription but with the integration of customer care and CRM tools such as <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZenDesk</a> and others provides excellent customer service for an ultimate experience.\r\n\r\nFrom providing login gateways, managing <a href=\"https://staging.subscriptionflow.com/dunning-management/\">dunning</a>, and creating different types of subscription or personalizable subscription plans to managing sales and taxed and synching inventory with Shopify, SubscriptionFlow is a set of functions and accessibilities that can auto-manage each and everything.\r\n\r\nThese are the times when unemployment, financial crunches, or the urge for causing often force the customers to withdraw their subscriptions. SubscriptionFlow allows you to keep the customers in the loop while extending their trial periods, options to downgrade the subscription, or without cutting the cords postpone the cycling, even in the mid of the subscription period.\r\n\r\nCustomer/Client portal is all you need to maintain the relationship of trust and transparency across the parties. SubscriptionFlow gives portal access to your subscribers to witness their real-time payment information and processing, order details, options to add or remove items from the cart to tailor personalize subscription plans, incorporate discount vouchers to avail promotions, manage delivery dates and delivery frequencies with pre-defined scheduling, and many more.\r\n\r\nOn the other hand, SubscriptionFlow also allows you access to the user-friendly dashboard to track the payment processing, subscription statuses, predict ARR, MRR, and growth of subscribers, or the performance of subscriptions.\r\n\r\nAs a complete subscription management solution, it gives you all you want to ensure recurring billing increases your Shopify sales and revenue every day.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3100\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Key Features of AI-Enabled Innovative SubscriptionFlow to Boost E-Sales\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606983795423{margin-top: 25px !important;}\"]Power your business of subscriptions with the revolutionary AI-based features of SubscriptionFlow that intelligently detect risks and flaws, predicts growth, prevent the loss, and projects revenue growth, sales, and marketing opportunities, and innovative tailoring in subscriptions to facilitate customers with promotions and offers.\r\n\r\nAI-fueled features let you know about the risky customers, recovery possibilities, enhancing subscription features, marketing potential recommendations, and predictions of Monthly Recurring Revenue and Termly Growth.\r\n\r\nIt facilitates you an insight with the customers’ preferences, the tendency to spend money, and converting leads into sales to expand a business.\r\n\r\nMake SubscriptionFlow your partner to manage your recurring subscription payments and manage other subscription essentials to focus your time, money, and energy on other areas of business.\r\n\r\nReal-time advanced reporting SubscriptionFlow gives you a complete insight into every happening. You can monitor the piling subscription orders, complete, failed, or payment in processes, change in the conversion of trial period subscription into paid or premium subscription, daily, monthly, quarterly, or seasonal revenue generated by a subscriber or a group of subscribers, and many more with the help of advanced analytics offered by the SubscriptionFlow—a recurring billing software for Shopify.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Automate billing processing</a>, projecting the personalized recommendations based on visitor’s history, and easy to use interface managing the business of subscriptions and affairs of subscribers with a robust Subscription Management Software like SubscriptionFlow with custom features will empower you to provide better and customized services to the subscribers and grow your network.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Shopify','','publish','closed','closed','','subscription-management-software-for-shopify','','','2020-12-03 08:23:17','2020-12-03 08:23:17','',0,'https://staging.subscriptionflow.com/?page_id=3091',0,'page','',0),(3094,1,'2020-07-14 15:43:25','2020-07-14 15:43:25','','Subscription Management Software for Shopify','','inherit','open','closed','','subscription-management-software-for-shopify-2','','','2020-07-14 15:43:34','2020-07-14 15:43:34','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Shopify.jpg',0,'attachment','image/jpeg',0),(3098,1,'2020-07-14 16:09:15','2020-07-14 16:09:15','','Subscription-Software-for-Shopify','','inherit','open','closed','','subscription-software-for-shopify','','','2020-07-14 16:09:24','2020-07-14 16:09:24','',3091,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg',0,'attachment','image/jpeg',0),(3099,1,'2020-07-14 16:10:49','2020-07-14 16:10:49','','Recurring Billing Software for Shopify','','inherit','open','closed','','recurring-billing-software-for-shopify','','','2020-07-14 16:11:04','2020-07-14 16:11:04','',3091,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg',0,'attachment','image/jpeg',0),(3100,1,'2020-07-14 16:12:07','2020-07-14 16:12:07','','Recurring-Billing-Software-Shopify','','inherit','open','closed','','recurring-billing-software-shopify','','','2020-07-14 16:12:14','2020-07-14 16:12:14','',3091,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg',0,'attachment','image/jpeg',0),(3102,1,'2020-07-15 12:06:49','2020-07-15 12:06:49','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for WordPress\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682494885{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\">Accept Recurring Payments, Create Subscription Plans with Subscription Management Software for WordPress</h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3110\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Ultimate Recurring Billing and Subscription Management Software for WordPress and WooCommerce\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606984351418{margin-top: 25px !important;}\"]WordPress is considered an ideal platform to create websites, web-portals, forums, membership sites, employee management web apps, e-commerce stores, and many more.\r\n\r\nSelling streaming services, gaming, casino, or managing online e-store—with an increase in the need of managing recurring billing in more sophisticated and user-friendly mode, online businesses are looking for more and more customizable as well as accessible and hassle-free subscription management solutions to control and organize the diversity in their offered subscription plans and subscribers associated with them.\r\n\r\nTo cater to these evolving needs, particularly, of membership sites, for the quick and smart solution, SubscrptionFlow proves its mettle as the best Subscription Software for WordPress. It is an Artificial Intelligence-based recurring billing as well as subscription management software.\r\n\r\nSubscrptionFlow provides auto-billing and invoice generation, payment processing, metrics-based billing management, growth-prediction, risk-mitigation, analytics-based sales and marketing opportunities identification, real-time cash flow monitoring, and projection of daily, monthly, and yearly revenue and business growth. With SubscriptionFlow, the easy <a href=\"https://staging.subscriptionflow.com/integrations/\">integrations</a> to other CRMs is your ultimate solution for productivity.\r\n\r\nApart from being a great Membership Software for WordPress, SubscrptionFlow is immensely popular as the Subscription Management Software for WooCommerce. As WooCommerce is a basic WordPress plugin to create front-end login forms, multiple tiers of subscriptions, or restrict subscription-based access to content or services to the end-user, SubscriptionFlow acts as a full-fledged back-end subscription management support to experience personalized, smart, and futuristic subscription or membership-based business and its automated growth.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3111\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Key Features of SubscriptionFlow to Automate and Organize the Membership Operations\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606984459977{margin-top: 25px !important;}\"]Let’s see why people looking for more subscription or recurring billing management solution are opting for SubscriptionFlow and how it complements them, especially, to the membership and e-commerce sites using WordPress and WooCommerce:\r\n\r\n<strong>Monitors & Manages Users, Billing, and Services</strong>\r\n\r\nWith SubscriptionFlow, you are not required to track the record of every member, user, or subscriber, their <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a>, and the seasonal offers to selective or premium users. From converting a lead into sales, and managing the trial subscription version to paid version, it monitors and manages all the users\' information, recurring billing, transaction information, and tailored services or promotions offers to them properly.\r\n\r\n<strong>Provides and Manages Multiple Tiers of Subscriptions</strong>\r\n\r\nIt doesn’t matter how many levels of subscription you want to offer, SubscriptionFlow smart and quick integration will provide you the convenience of multi-tier subscriptions such as free trials; Basic, Intermediate, and Advanced; Bronze, Silver, and Gold, or similar. It fully automates and manages each plan and its features, and redirects intelligently to the user.\r\n\r\n<strong>Automates Recurring Billing and Invoicing</strong>\r\n\r\nAuto recurring payments are made easy with the SubscriptionFlow. Whether it is a daily, monthly, quarterly, annual, or a seasonal subscription, it auto-generates the timely and accurate invoice to the subscriber and sends the payment details directly to their inbox without any hassle or extra effort.\r\n\r\n<strong>Seamless Integration for Several Payment Gateways</strong>\r\n\r\nTo facilitate subscribers with the convenience of the mode of payments, SubscriptionFlow offers several <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a>—from PayPal, Payoneer, Stripe, and Express Pay to Google Pay and Apple Pay to Bank Transfer and Direct Deposit.\r\n\r\n<strong>Process Payments, Cancellations, and Refunds</strong>\r\n\r\nBased on the needs, budget, mood, and choices of the subscribers, payment processing is a business of recurring billing, charging other taxes or extra service charges, cancellation of the subscription, refunds against the flaws in product or service, unavailability, poor customer care, or others. SubscriptionFlow thoroughly maintains and manages the payment processing in any direction.\r\n\r\n<strong>Gates or Controls Access to Content or Services</strong>\r\n\r\nBased on the tier or level of the subscription, it restricts or allows access to the post, content, page, or service offered behind the digital gates. If you are a streaming service offering premium content to the members of Advanced Plan subscribers, SubscriptionFlow is all you need to manage special offers and promotions.\r\n\r\n<strong>Subscription Renewal, Upgrade or Downgrade, or Cancellation Update</strong>\r\n\r\nFrom a change in the mode of payment to the upgrade or downgrade of a subscription version to personalization or tailoring or cancellation of the subscription and the payment and information processing involved in the business, it knows how to tackle all the mid-cycle subscription management.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3112\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Additional AI-Powered Advantages to Integrate SubscriptionFlow with WordPress and WooCommerce\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606984843977{margin-top: 25px !important;}\"]<strong>Tracks Users Payments, Transactions, and Feedback, and Plans Performance History</strong>\r\n\r\nAs soon as the subscriber passes out its personal and financial information to the service or site through the signup form, SubscriptionFlow keeps the record of all the user’s activity, payment history, feedback, or the transactional performance.\r\n\r\n<strong>Recommends AI-Based Payment Gateway, Plan, Sales or Marketing Recommendations</strong>\r\n\r\nOn the basis of the information stored and tracking the billing history, SubscriptionFlow suggests your users opting the best payment gateway, <a href=\"https://staging.subscriptionflow.com/pricing-engine/\">subscription plan</a>, or the access to add, delete, or change the information. On the other hand, it offers you a smart and intelligent control panel which not only provides you the complete insight of the billing processing, revenue growth, and access to the subscription management tool, also suggests AI-based sales and marketing prospects among regions, subscription plans, subscription features, or subscribers themselves.\r\n\r\n<strong>Determines AI-based Fraud, Loss, or Risky Customer Detection</strong>\r\n\r\nDepending on the transactional performance and billing history of the subscriber, SubscriptionFlow allows you to identify the risky or prospective customers to mitigate the risks of fraud, loss, or difficulty of recovery.\r\n\r\n<strong>Predicts MRR, Growth, and Churn Rate</strong>\r\n\r\nThe new-age and revolutionary Subscription Management Software for WordPress and WooCommerce is an ultimate choice of the membership sites and e-commerce or web stores due to its highly accurate and efficient projection of MRR—Monthly Recurring Revenue, Periodic Growth as well as Churn Rate.\r\n\r\n<strong>Monitors & Manages Internal Remote Employees</strong>\r\n\r\nSubscription or membership management softwares are not only used to manage external audiences such as subscribers or users, but they are also used to monitor and manage the internal remote employees in an effective way in many businesses such as outdoor marketing, real estate agents, car dealers, and others.\r\n\r\nDeploy SubscriptionFlow and customize it as you want. Integrate its best features to monitor, manage, and organize the recurring payment affairs and to get AI-fueled audience management, smart sales, marketing, and revenue projections, and automatic customer care solutions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for WordPress','','publish','closed','closed','','subscription-management-software-for-wordpress','','','2020-12-03 08:41:01','2020-12-03 08:41:01','',0,'https://staging.subscriptionflow.com/?page_id=3102',0,'page','',0),(3105,1,'2020-07-15 12:43:33','2020-07-15 12:43:33','','Subscription Management Software for WordPress','','inherit','open','closed','','subscription-management-software-for-wordpress-2','','','2020-07-15 12:43:44','2020-07-15 12:43:44','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-WordPress.jpg',0,'attachment','image/jpeg',0),(3110,1,'2020-07-15 12:53:55','2020-07-15 12:53:55','','Ultimate Recurring Billing and Subscription Management Software','','inherit','open','closed','','ultimate-recurring-billing-and-subscription-management-software','','','2020-07-15 12:54:07','2020-07-15 12:54:07','',3102,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg',0,'attachment','image/jpeg',0),(3111,1,'2020-07-15 12:55:16','2020-07-15 12:55:16','','Automate and Organize the Membership Operations','','inherit','open','closed','','automate-and-organize-the-membership-operations','','','2020-07-15 12:55:25','2020-07-15 12:55:25','',3102,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg',0,'attachment','image/jpeg',0),(3112,1,'2020-07-15 12:56:22','2020-07-15 12:56:22','','Additional AI-Powered Advantages to Integrate SubscriptionFlow','','inherit','open','closed','','additional-ai-powered-advantages-to-integrate-subscriptionflow','','','2020-07-15 12:56:22','2020-07-15 12:56:22','',3102,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(3114,1,'2020-07-15 15:33:38','2020-07-15 15:33:38','Selecting an appropriate revenue model decides how and when the business is going to be fruitful for the owner as well as for the customers. Adopting the right revenue model is inevitable as it reflects the affinity of the customers towards the brand and its product or services.\r\n\r\nWith the continuous budding of startups and small business joint ventures, competition is re-shaping the struggle to customize or improvise the revenue models to penetrate, survive, and thrive in the market.\r\n\r\nBased on the services, business costs, and targeted audiences, different businesses adopt a different revenue model. The latest trend is Subscription Revenue Model.\r\n\r\nBusinesses from across the vertical market are looking for opportunities to enter into the subscription business market and customize the revenue model as per their business feasibility and stability.\r\n\r\nAlong with Subscription Model, the other dominating revenue model that exists well and attracts customers is the Pay-Per-Use Revenue Model.\r\n\r\nIn this article, we are going to review the two revenue models, their benefits, challenges, and the scenarios in which they work best and favor businesses.\r\n<h2><strong>Subscription Vs Pay-Per-Use Model</strong></h2>\r\nThe subscription model deals with the recurring revenue growth in which a customer pays a set subscription fee after a pre-defined interval usually on monthly basis to access the subscribed product or service for a specific length of the period.\r\n\r\nIn contrast, the <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">Pay-Per-Use model</a> involves usage- or consumption-based billing. This model revolves around the metered charging of the customers. They pay only for what they have used or for how long they have used.\r\n<h3><strong>How Does the Subscription Model work?</strong></h3>\r\nThe subscription model has gained a lot of popularity and adaptability over a decade due to its stability, predictability, and scalability. In today’s highly developing society and competitive world where every second, ten of inventions are obsoleting the old-versions and exploring the opportunities, the lifeline of the products and services are getting shorter and thinner. It affects customers\' shopping habits and purchasing behaviors.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3116\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg\" alt=\"pay per use vs subscription\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h3><strong>Benefits of Subscription Billing</strong></h3>\r\nNot all products or services have a longer lifeline. A customer is well aware of the fact. The idea of selling those products or services as the one-time purchase has lost its potential and is replaced by the subscription revenue model.\r\n<ul>\r\n <li><strong>Taming the Fluctuating Shopping Habits of the Customers</strong></li>\r\n</ul>\r\nSubscribing to the product or services against a flat-charges, relatively to the one-time purchase, for a definite period and use it as long as it is needed is an attractive idea for the customers who are concerned with their budgets or have fluctuating shopping habits. On the other hand, the subscription provides the confidence of stable, predictable, and manageable recurring revenue.\r\n<ul>\r\n <li><strong>Data-Driven Manipulation of the Stability & Predictability Factor of Subscription Model</strong></li>\r\n</ul>\r\nStabilizing the predictable demand and manageable supply in the market, it allows the businesses to add data-driven value into the product or service and enjoy the continuity of service and engagement by the customer with the subscribed products or services.\r\n<ul>\r\n <li><strong>Increase the Lifecycle of the Subscribed Product or Service</strong></li>\r\n</ul>\r\nPaying the subscription charges after every interval increases the wish of the subscriber to use the product or service more often. It ultimately enlarges the net of the subscription lifecycle as well as the customer lifecycle value.\r\n<ul>\r\n <li><strong>Lowering the Entry Barriers of the Products or Services</strong></li>\r\n</ul>\r\nPaying the huge upfront cost restricts the penetration of the product or service in the market, whereas the subscription revenue paves the way for the subscription-based product or services to create space and claim the revenue share by lowering the barriers of the one-time barriers of the cost. It makes access to the product or service easy, instant, and affordable.\r\n<h3><strong>Challenges of Subscription Billing</strong></h3>\r\nThe subscription Model despite its huge success is still facing some challenges that affect its stability and predictability factors for the market and the revenue. Some of the key concerns are:\r\n<ul>\r\n <li><strong>No Exiting Barriers</strong></li>\r\n</ul>\r\nRemoving the entry barriers though eases the penetration in the market, but any of the social or economic factors can draw customers to make easy exits as well. Based on the quality of the services, price friendliness, and competition in the market, customers can put an end to the subscription.\r\n<ul>\r\n <li><strong>Paying for the Unused Resources Guilt</strong></li>\r\n</ul>\r\nOften despite happing subscribing, subscribers develop the guilt of overspending if they are not utilizing all their resources when subscribed to the bundle subscriptions. It increases the risk of unsubscription as well.\r\n<ul>\r\n <li><strong>Continuous Struggle For Improved Services</strong></li>\r\n</ul>\r\nSubscription isn’t a one-time business. It requires persistence and research-based struggle to shaping and re-shaping the subscription plans, pricing, services, and other RevOps to stay and compete in the market.\r\n<h3><strong>How Does the Pay-Per-Use Model work?</strong></h3>\r\nPay-Per-Use Revenue Model has been there and is effective for many businesses since ages. The prime example of the model is utility bills—the customers pay for what they have consumed only.\r\n\r\nPPU is different from a one-time purchase. One-time purchase enables the customer to claim the ownership of the product or service. In contrast, PPU allows the metered use of the product or the service owned by the provider against a less fee for a limited time.\r\n<h3><strong>Benefits of Pay-Per-Use Billing</strong></h3>\r\nPay-Per-Use or PPU is also called the Usage- or Consumption-Based or Metered Revenue Model. With PPU, the customer makes a single purchase at a fixed price with the commitments of using or not using it further.\r\n<ul>\r\n <li><strong>Lowering the Acquisition Cost</strong></li>\r\n</ul>\r\nUsage- or Consumption-Based Revenue Model is highly popular among Cloud Computing and SaaS Startups & Enterprises. Earlier, the software industry has suffered a lot due to rampant software piracy and consequent revenue leakage as a result of a high-cost acquisition due to an upfront huge one-time purchase. The cloud-based software services are now increasing their rate of acquisition as well as retaining their customer base with the Pay-Per-Use model.\r\n<ul>\r\n <li><strong>Affordability & Flexibility</strong></li>\r\n</ul>\r\nPPU offers affordable access to the subscription service with the control of the power to use or not use it. The flexibility draws more customers and experiments particularly the SaaS services. Its cost-effectiveness continues to engage the customer for a longer period.\r\n<ul>\r\n <li><strong>Maximizing the Profits of Limited Lifetime Service</strong></li>\r\n</ul>\r\nIn SaaS services, PPU allows the providers to earn the ROI within a short span and enter them into the phase of maximum profiting while covering all their fixed and variable costs of the cloud service.\r\n<ul>\r\n <li><strong>Understanding the Needs of the Services In a Market</strong></li>\r\n</ul>\r\nPPU broadens the horizon of the understanding of the demands of the market with the data on the usage of the most popular service. Businesses can add value and increase the lifeline of the SaaS service.\r\n<h3><strong>Challenges of Pay-Per-Use Billing</strong></h3>\r\nMetered Billing over time is helping businesses across the industries to market their product and maximize adaption to ensure robust revenue growth. It has more opportunities to streamline the continuity of the services customers need but has also some challenges. Some of them are:\r\n<ul>\r\n <li><strong>Limited Lifetime Value of the Service</strong></li>\r\n</ul>\r\nOne-time purchases aren’t the behaviors of millennials and Gen Z. Everyday inventions program them to bring innovation in their life. This reduces the lifetime value of the products and services. PPU provides easy, instant, and affordable access to the technology that limits their lifetime and likeliness of the customers to use it for a long time.\r\n<ul>\r\n <li><strong>Unpredictable Revenue</strong></li>\r\n</ul>\r\nPPU neither ensures predictability nor stability in revenue. The constant engagements are the only ways to attract more and more customers towards the service. Unlike the subscription model, the PPU model is based on customer acquisition that incurs more marketing & sales costs.\r\n<h3><strong>Let SubscriptionFlow Help You to Select, Set & Manage the Best Revenue Model for Your Business</strong></h3>\r\nSubscription or Pay-Per-Use, based on the lifeline, business costs, and market demand, each revenue model has its advantages and disadvantages. But, the most important thing behind the success of every model is its efficient and hi-end management.\r\n\r\nSubscriptionFlow is the highly advanced and automated solution of the pricing, billing, and payment management platform for all revenue models—no matter whatever their vertical is. Some of its AI-mediated subscription, customers, and revenue management tools include pricing engine, automated invoicing and payment processing, proration, dunning, tax and add-ons management, seamless stack integrations, and revenue recognition through real-time recurring revenue reporting. Request a demo with an expert.','Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?','','publish','closed','closed','','subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business','','','2021-06-16 07:12:50','2021-06-16 07:12:50','',0,'https://staging.subscriptionflow.com/?p=3114',0,'post','',0),(3115,1,'2020-07-15 15:30:35','2020-07-15 15:30:35','','Subscription vs pay per use','','inherit','open','closed','','subscription-vs-pay-per-use','','','2020-07-15 15:30:41','2020-07-15 15:30:41','',3114,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-vs-pay-per-use.jpg',0,'attachment','image/jpeg',0),(3116,1,'2020-07-15 15:31:11','2020-07-15 15:31:11','','pay per use vs subscription','','inherit','open','closed','','pay-per-use-vs-subscription','','','2020-07-15 15:31:22','2020-07-15 15:31:22','',3114,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg',0,'attachment','image/jpeg',0),(3118,1,'2020-07-16 11:16:00','2020-07-16 11:16:00','','Subscription Plugin for Magento','','inherit','open','closed','','subscription-plugin-for-magento','','','2020-07-16 11:16:08','2020-07-16 11:16:08','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Plugin-for-Magento.jpg',0,'attachment','image/jpeg',0),(3119,1,'2020-07-16 11:16:31','2020-07-16 11:16:31','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Magento\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682517851{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\">Manage your Magento Store with Flexible Subscription Plans and Accept Recurring Payments with Subscription Management Software for Magento</h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3125\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Revamp the Subscriptions Business with Super-Intelligent Subscription Plugin for Magento\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606985463298{margin-top: 25px !important;}\"]What is the purpose of taking the business online and 24/7 when round-the-clock and throughout-the-year sales are not taking the revenue by storm. Be it is an online platform or offline stage, maximize the prospects of revenue ever than before with the subscription-based business model. Subscriptions are now becoming the latest and efficient norm for merchants as well as customers. Statistics suggest that on average the recurring billing vendor grows 30 to 50 percent a year. More than 70% percent online business leaders are certain that the Subscription business models will bring the assurance in forecasting a thriving business revenue even years ahead.\r\n\r\nMagento is another E-Commerce platform that facilitates online buying and selling business all over the world. Many subscription businesses are minting their recurring revenues by garnering their customers from this platform. Managing these customers, their orders, <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a>, billing cycles, maintain data, storing, updating, or segregating information, and others are some of the hectic tasks that take a toll on your business visions if they are not managed smartly and effectively.\r\n\r\nTo deal with all the complications of maintaining and projecting the recurring billing and managing and organizing the subscriptions and subscribers details, several Subscription Management Software or Subscription Management Extension for Magento is available.\r\n\r\nHere the question arises which Subscription Management Software for Magento should be selected that will do all the wonder to let Merchant free of the hassles of tracking recurring billing and managing the subscription when the subscribers want to upgrade, downgrade, postpone, pause, or cancel the subscription automatically.\r\n\r\nManaging recurring billing is not enough, today with the insane growth of the E-Commerce industry and the Subscriptions-based business model adaptation across the industry, a Subscription Management Software like SubscriptionFlow powered by Artificial Intelligence is the solution to take subscriptions business year ahead.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3126\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"How SubscriptionFlow is the Perfect Solution as Subscription Management Software for Magento\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606985543018{margin-top: 25px !important;}\"]<strong>Recurring Billing Management</strong>\r\n\r\nOnce the SubscriptionFlow is integrated with the interface of Magento at checkout, it will automatically begin to store payment details of the subscribers for future billing. As per the information provided of the plan, period, payment, billing, and shipping, SubscriptionFlow automate the whole process of recurring billing by generating timely invoice with all the taxes deducted or subsidies given, send it to subscribers email, process payments through the selected gateway, and highlights the real-time growth revenue in the dashboard. To further support the recurring billing business, SubscriptionFlow offers all the payment gateway as per the ease of the customer.\r\n\r\n<strong>Subscription Orders Management</strong>\r\n\r\nOnce the merchant login into the account, the product tabs show all the details of the single product or multiple products or a personalized combination of products subscription in detail. While storing the information of the subscribers, all the details of the order are automatically saved to manage the possibilities of change in orders.\r\n\r\nNever run short of the products selling on Magento. SubscriptionFlow allows you to sync inventory to remain aware of the quantity of the stock ahead of time.\r\n\r\n<strong>Mid-Cycle Subscription Changes Management</strong>\r\n\r\nFor any reason, when the subscriber upgrade, downgrade, pause, or cancel the subscription, SubscriptionFlow automatically adjusts the changes in billing accordingly.\r\n\r\n<strong>Subscribers Information Management</strong>\r\n\r\nFrom personal, professional, and taxation to order, billing, and shipping details, SubscriptionFlow follows a one-time suite of collection of information and create an ultimate profile of the subscriber for all the future recurring billing, correspondence, delivery, and offering discounts and promotions. If the subscriber wants to change any of the details in the information, it immediately incorporates the changes and alters the profile details respectively.\r\n\r\n<strong>Integration With Other CRMs</strong>\r\n\r\nAs per the requirements or to manage the better customer care, SubscriptionFlow can be integrated with any platform—From <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZendDesk</a>, Zoho, <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">Salesforce</a>, SugarCRM, Hubspot, to any other.\r\n\r\n<strong>User-Friendly All-Rounder Dashboard</strong>\r\n\r\nClient/Customer portal makes tracking, confirming, and processing the details easy on both the sides of the Subscriptions Management. The subscribers on its Magento dashboard can track or change the details of the order, payment gateways, subscription plan, or any other. On the other hand, Merchants will be given full-access to witness their flourishing Subscription Business and its super-advanced management in a glimpse.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3127\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"How AI-Powered SubscriptionFlow Takes Your Subscription Business on Magento to New Heights\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606985610080{margin-top: 25px !important;}\"]<strong>Recommends Subscription Plans and Payment Gateways to Customers</strong>\r\n\r\nSubscriptionFlow offers AI-Based recommendations to the subscribers on their portal to select the best suitable Subscription plan based on their visits and inspection of different pages. Depending upon the <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing</a> of the Subscription Plan, it also recommends choosing the payment gateway that goes well with the recurring billing of the selected Subscription Plan.\r\n\r\n<strong>Highlight Subscription Business Prospects</strong>\r\n\r\nSubscriptionFlow has brought a revolution while using Artificial Intelligence Technology in finding and highlighting the business prospects to improve the features of subscriptions at any stage of the sales funnel.\r\n\r\n<strong>Projects Periodic Revenue Growth By Subscription Plan also By Subscriber</strong>\r\n\r\nBy analyzing the recurring billing, payment details, transactional histories, performance of the thriving Subscription Plans, feedback given by the subscribers, and queries resolved at the end of the resolving the tickets, it can predict daily, monthly, quarterly, or yearly growth in numbers minting in your account.\r\n\r\n<strong>Detect the Risky Customers, Flawed Transaction History, and Poor Performance of Plans</strong>\r\n\r\nNot only it can predict numbers for you, but it has been also designed to detect the risks, flaws, and chances of loss due to inappropriate transactional history of customers, poor payment gateways, or others. It further mitigates the risk by detecting the poor performing subscription plans or products, so that they can be improved to stay productive for the subscriptions.\r\n\r\nWith E-Commerce platforms like Magento, online selling made easy with its highly user-friendly features of online selling management. From syncing inventory to managing recurring billing to managing subscriptions and subscribers details, SubscriptionFlow magnifies the e-sales with the prospects of recurring billing with AI-enabled Subscriptions Management.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Magento','','publish','closed','closed','','subscription-management-software-for-magento','','','2020-12-03 08:53:28','2020-12-03 08:53:28','',0,'https://staging.subscriptionflow.com/?page_id=3119',0,'page','',0),(3125,1,'2020-07-16 11:33:45','2020-07-16 11:33:45','','Subscription Management Extension for Magento','','inherit','open','closed','','subscription-management-extension-for-magento','','','2020-07-16 11:33:53','2020-07-16 11:33:53','',3119,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg',0,'attachment','image/jpeg',0),(3126,1,'2020-07-16 11:34:16','2020-07-16 11:34:16','','SubscriptionFlow is the Perfect Solution as Subscription Management Software for Magento','','inherit','open','closed','','subscriptionflow-is-the-perfect-solution-as-subscription-management-software-for-magento','','','2020-07-16 11:34:23','2020-07-16 11:34:23','',3119,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg',0,'attachment','image/jpeg',0),(3127,1,'2020-07-16 11:34:50','2020-07-16 11:34:50','','SubscriptionFlow Takes Your Subscription Business on Magento','','inherit','open','closed','','subscriptionflow-takes-your-subscription-business-on-magento','','','2020-07-16 11:34:57','2020-07-16 11:34:57','',3119,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg',0,'attachment','image/jpeg',0),(3129,1,'2020-07-17 15:16:25','2020-07-17 15:16:25','Your customer relationships drive the majority of your sales growth and business progress. Having a transparent information sharing via customer portals has been a focus for B2B, SaaS, B2C, or PaaS companies to empower their customers. So how does customer empowerment work? The traditional process of subscription or SaaS business involves checkout pages used by customers to purchase or subscribe to any pricing plan for products repeatedly. But that’s not it. Using Customizable Self-Service Customer Portal would allow you to extend customer relationships beyond the transactional relationship of sending invoices, closing deals, requesting customer support, conducting meetings, and receiving payments via online payment methods.\r\n\r\nAccessing more billing information or subscription history is the main premise of our Self-Service Subscription Management Portal. We have empowered many businesses to offer a convenient outlet for viewing their billing information. What sets SubscriptionFlow apart from other subscription management software is that we offer Customizable Self-Service Customer Portal which allows businesses to tailor your portal for your customers so it is not necessarily focused on just billing history but might also include personal information where you can sign up and edit and view your information.\r\n<h2><strong>Empower your Customers with SubscriptionFlow</strong></h2>\r\nSubscriptionFlow and its Customizable Self-Service Customer Portal will facilitate your daily operations so your customers can get a pleasant experience from engaging with your brand. Maintaining your customer bases, you need Customizable Self-Service Customer Portal which will allow you to compete in a competitive market. Our solution is designed to accommodate different industries which are why Customizable Self-Service Customer Portal works for everyone. Moreover, your Self-Service Customer Portal can also include customer service information including accessibility from multiple devices, FAQs, knowledge bases, update alerts via emails, or subscribing to a newsletter.\r\n\r\nMany businesses are also offering community forums and communication tools like social tools for chats where likeminded customers can find themselves. You can also offer your customer password resets and the ability for your customers to change them. This is how SubscriptionFlow has also enabled businesses to Self-Service Customer Portal into the customer feedback portal. The success of your Self-Service Customer Portal will help you build a strong sense of community building, brand ambassadors, and gaining more insight into your customer experience.\r\n\r\nOur Self-Service Customer Portal can be more successful in improving your customer relationships because we allow you to build more customer engagement. Your Self-Service Customer Portal can also function as sales, help desk, customer-specific, subscription portal, or product return portal. Adding more authentication and user access information will allow your customers to receive more secure services via your Self-Service Customer Portal.\r\n<h3><strong>Benefits of Customizable Self-Service Customer Portal</strong></h3>\r\nWe have reached on a normal consensus as to why the <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">Self-Service Customer Portal</a> is important for your business. Let us explore the feasibility of using the Self-Service Subscription Management Portal. First of all, this portal combines all self-help function and issues which can be resolved by your customer. Moreover, they can use that collaborative space from community forums, password resets, knowledge base, and service requests as well. This makes the end-user more first line of support and empowers them to receive information to resolve these issues. This Self-Service Subscription Management Portal allows them to quickly and directly deal with their variety of questions and issues which can be resolved via knowledge base or community forums.\r\n<h3><strong>Leverage Personalized Information</strong></h3>\r\nYour Self-Service <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management</a> Portal is also time-saving and will allow your customers to quickly access their information. Your users can also personalize their Self-Service Customer Portal. Personalization is a powerful tool so your customers can be welcomed by their name when they login to Self-Service Customer Portal. Moreover, you can also display a catalog of interest-based products so your customers can view them and make purchases. Personalization will allow your customers to engage more and for you to learn more about their preferences in the long run and tailor services according to their needs.\r\n<h3><strong>Enrich Better Brand Visibility and Customer Support</strong></h3>\r\nEnriching better ways of customer engagement will allow you to receive more dedicated feedback via social media or customer queries. Moreover, when you are using Self-Service Customer Portal or Customizable Self-Service Customer Portal so your customer support can also use this as an opportunity to dispel any information regarding their products. Having a Customizable Self-Service Customer Portal will also allow you to boost your site traffic. This will happen when your customers can access knowledge bases or community forum which will mark your business as a primary source of information for your products. All in all, providing Customizable Self-Service Customer Portal powered with the help of our consultant teams will allow you to improve your brand visibility.\r\n<h3><strong>Assistance with your Customer Service Teams </strong></h3>\r\nWhen you are using Self-Service Subscription Management Portal, it will also allow your customer support team to focus only on extremely urgent queries that need their involvement. With our added AI chatbots and Self-Service Subscription Management Portal, your customer support team will be able to easily improve customer relationships. When you are using a dynamic subscription management software, maintaining and enriching transparent customer relationships is easy. Because we are not only offering you SaaS automated tools for recurring billing, our goal is to empower your customer base as well.\r\n\r\nAs a brand, when we are also striving more a close relationship with you, we are also trying to bridge the gap between you and your customers. So, if you are looking for a Self-Service Subscription Management Portal to enhance the productivity of your customer success and service teams then let’s start the conversation today. SubscriptionFlow offers effective Self-Service Customer Portal and you can avail of this opportunity as well. Contact us today!','Elevate Your Business with Self-Service Subscription Management Portal and Learn How You Can Enhance Customer Relationships','','publish','open','open','','elevate-your-business-with-self-service-subscription-management-portal-and-learn-how-you-can-enhance-customer-relationships','','','2020-07-17 15:16:25','2020-07-17 15:16:25','',0,'https://staging.subscriptionflow.com/?p=3129',0,'post','',0),(3130,1,'2020-07-17 15:13:38','2020-07-17 15:13:38','','Self-Service Subscription Management Portal','','inherit','open','closed','','self-service-subscription-management-portal','','','2020-07-17 15:13:46','2020-07-17 15:13:46','',3129,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Self-Service-Subscription-Management-Portal.jpg',0,'attachment','image/jpeg',0),(3133,1,'2020-07-20 14:10:57','2020-07-20 14:10:57','Subscription management software is designed to improve your business development and enhance more sales growth. Following this vision, we are offering our clients with robust and flexible billing and subscription management software. Our goal as leaders in the subscription management solutions is to enlighten B2B, SaaS, and other businesses regarding the Subscription Management System Benefits. Especially since businesses are now aiming for post-COVID growth and we know from previous months that it will involve subscription management software and offering customers different pricing plans for your recurring services. Using a top-notch subscription management software will allow you to centralize your subscription processes, customer relationship management, recurring billing, invoicing, and offering reporting dashboards for managing SaaS growth.\r\n\r\nOur approach towards <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management System</a> Benefits is to establish why companies are using subscription management software, offering recurring billing, and how the subscription economy has performed during the pandemic. It will allow you to add more context to the popularity of subscription/recurring billing. To weather this storm, SaaS businesses are working to ensure that they survive while achieving customer success and subscription revenue. There are many attractive features and Subscription Management System Benefits which has allowed it to remain afloat during the pandemic.\r\n<h2><strong>Explore the Subscription Management System Benefits </strong></h2>\r\nThe economic impact of subscription businesses are examples of Subscription Management System Benefits even post COVID. Depending on what you are focusing on, customer retention, or subscription acquisition, the growth rate of subscription businesses vary. However, what is interesting that Subscription Management System Benefits is that survival is assured. When you have access to tools in recurring billing to counter churn or failed payments, pausing, or postponing subscription so when you are launching a sales strategy for increased customer engagement, your subscription management software will able to accommodate your customer’s needs especially when you are focusing on customer retention. For those who are looking to offer pricing plans and try different strategies, our subscription management software will allow you to choose between usage, volume, and tier-based pricing. There are different Subscription Management System Benefits you can explore to gauge whether your business needs subscription management software like SubscriptionFlow.\r\n<h3><strong>Make Better Business Decisions with SaaS Metrics </strong></h3>\r\nThe visibility offered by SaaS metrics and key performance indicators displayed on our reporting dashboard has enabled businesses to improve their services and understand what their customers need. Not only does our subscription management software swift results in terms of recurring revenue, but we are also helping businesses improve their business decisions. Let’s say if there is a SaaS business are facing the loss of customers every month or downgrades then you need to look at why your customers are churning. This might be due to the many reasons which when recognized can be amended by designing different sales strategies, marketing tools to incentivize your pricing plans, offering free trials, enhancing loyalty, and rewarding it with freemiums and premium plans with added benefits. Moreover, losing customers is a huge part of why many SaaS companies struggle with maintaining healthy levels of monthly recurring revenue or annual recurring revenue. Not only losing customers, but other Subscription Management System Benefits also includes average revenue per customer or customer acquisition both of which are indicators of how much value-added experience you are offering your customers in return for their payments or profit made per customer.\r\n<h3><strong>Improved Customer Retention </strong></h3>\r\nThe subscription economy is usually centered around customers which is why you need to focus on customer retention and repeated purchases to facilitate your subscription economy. So if you are already offering recurring billing then you need SubscriptionFlow because we are actively helping businesses to target involuntary churn or failed payments. This is done by using smart dunning. This tool is designed to help businesses to deal with failed payments and avoid them. In case your, payment processing from our SubscriptionFlow has failed against your customer’s credit card has failed then your chosen payment gateway can be set on automated retry logic to repeatedly process payment. Usually, customer payments fail due to expired information. For this purpose, you can send automated email reminders to your customers so they can update their payment information in a repeated manner. Your customer retention is important for SaaS growth which is why we take involuntary churn very seriously.\r\n<h3><strong>Automated and Centralized Management </strong></h3>\r\nWhether you are offering one-time billing or recurring billing, we are not just a subscription management software. SubscriptionFlow believes in versatility which is why our subscription management software will centralize and connect multiple processes like business intelligence, subscription management, customer relationship management, billing, invoicing, dunning management, proration handling, numerous payment gateways, sales tax, management, managing multiple pricing plans, etc. We want to help businesses harness the power of artificial intelligence which is why our Subscription Management System Benefits outnumber business’s doubts. Our dynamic interaction with marketing, sales, CRM, accounting, help desk software, and many others will truly allow you to not only automate but also centralize customer-related processes.\r\n<h4><strong>Why do you need a Subscription Management System for SaaS Growth?</strong></h4>\r\nSo now that we have established Subscription Management System Benefits you can gain from SubscriptionFlow, we can assess how you are destined for optimal success with us like our clients. In today’s competitive environment, everyone is discovering the virtues of subscription management software. With SubscriptionFlow you will be destined for subscription success because you will be able to deliver higher rates of customer lifetime value and easily scale with different sales strategies, marketing campaigns, pricing plans, pausing or postponing subscriptions, or ease of usage thanks to proration handling. You must be able to restore revenue with smart dunning which we will help you with and have a robust infrastructure for handling daily processes without much need for intervention.\r\n\r\nUse SubscriptionFlow to succeed with your subscription management and not worry about frictionless customer experience because we have you covered. Whether you want an integrated customer checkout page, smoothen your onboarding process, monitor upsell opportunities, minimize failed payments, customer relationship management, offer multiple payment methods, or anything else, you can contact us today. Why not start today towards optimal subscription growth? Consult us right away!','Here are the Different Tools You Can Use to Avail Subscription Management System Benefits with SubscriptionFlow','','publish','open','open','','here-are-the-different-tools-you-can-use-to-avail-subscription-management-system-benefits-with-subscriptionflow','','','2020-07-20 14:10:57','2020-07-20 14:10:57','',0,'https://staging.subscriptionflow.com/?p=3133',0,'post','',0),(3134,1,'2020-07-20 14:08:11','2020-07-20 14:08:11','','Subscription Management System Benefits','','inherit','open','closed','','subscription-management-system-benefits','','','2020-07-20 14:08:18','2020-07-20 14:08:18','',3133,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-System-Benefits.jpg',0,'attachment','image/jpeg',0),(3136,1,'2020-07-22 11:11:22','2020-07-22 11:11:22','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Wix\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596682542812{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\">Automate your Wix eCommerce store recurring payments with Subscription Management Software for Wix</h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3143\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Power Your Subscription or Membership Business with Dedicated Subscription Plugin For Wix\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990142482{margin-top: 25px !important;}\"]\r\n<p class=\"main-des\">In the market of CMS—Content Management Systems, Wix didn’t take much time or effort to sweep and become the leading preference of web designers, web developers, and online business enthusiasts.</p>\r\nWix is not a software you need to install and then incorporate different features separately. It is just a sign-up. As soon as you sign up, you are ready to manage and build your website the way you want it to appear, function, or response.\r\n\r\nWix with its ultra-modern accessibilities, range of design templates, hundreds of built-in sales functionalities, expanding app and plugin market, and above all, extremely user-friendly E-Commerce feasibilities, is drawing more and more users for creating simple and easy online stores and membership sites.\r\nIf you own an e-store on Wix or have a membership site on Wix, chances are you are in the business of a subscription-based pricing model. The subscription market everywhere is taking a lead in the online business to overcome the consequences of unexpected and critical economical or environmental changes that can bring chaos every other day.\r\nThough Wix is a highly user-friendly platform for users who want an easy, simple, and productive solution of selling their products, services, consultations, or memberships online through subscription plans, subscription boxes, or subscription of products or services only.To manage these subscriptions or memberships, you may require to integrate the third-party Subscription Management Software or Subscription Management Extension for Wix if you need to automate the whole dealing of recurring billing, subscription management, or membership administration along with the control over gated content.\r\n\r\nSubscriptionFlow is one of the best Subscription Management Software for Wix. It helps E-Commerce sites to manage their <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a>, subscription plans, and subscribers. It is also a great plugin to administer and organize all the affairs of membership sites from creating login-gated forms to the members-only access to the content to managing the cycles of episodic billing.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3144\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing and Subscription Management are Made Easy with SubscriptionFlow\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990203982{margin-top: 25px !important;}\"]<strong>Wix E-Commerce Stores Selling Subscriptions</strong>\r\n\r\nSeveral E-Commerce stores are adopting the model of subscription-based businesses and offering different plans to attract more and more customers and to retain the existing customer. As the subscription lets you run the recurring payment cycle, SubscriptionFlow ensures you smart management of your subscriptions and subscribers smartly. It offers you to automate recurring billing, slip the invoice after the deduction of mandatory taxes directly into subscribers accounts, synch inventory, manage the manage billing according to the options to upgrade, downgrade, postpone, pause, or cancelation of subscription plans.\r\n<p class=\"desc1\">To provide better customer care to your subscribers, it offers you integrations like <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">MailChimp</a> or <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZenDesk</a> to manage customer service with generating the tickets, resolving the issues, record the history and feedback, and provide comprehensive subscription management—From orders and sales management to payments and tax administrations to monitoring the cash flow and workflow across the board.</p>\r\nWith the accessible Wix E-Commerce store catering Subscription-Based Business, try a smart and AI-powered SubscriptionFlow subscription Management Software to safeguard the recurring revenue growing years after years.\r\n\r\n<strong>Wix Membership Sites Selling Gated Content</strong>\r\n\r\nStreaming, gaming, gambling, designing, online courses, private content, coaching, consultations, or anything premium that is available for the exclusive members-only can be made easily available for a huge market on the internet through creating membership sites.\r\n\r\nWix made building these sites a matter of few minutes with its friendly, responsive, and uncomplicated site-building features, plugins, apps, and widgets. You can integrate several features to attract customers to your responsive site. Integrating the membership management software into the wixsite is just a widget away.\r\n\r\nTo manage and monitor your membership business, you just need an efficient and smart membership management software like SubscriptionFlow. From creating login-gated pages to managing membership plans and organizing access to the exclusive content to managing the affairs of auto-recurring billing, invoicing, and integrating dozens of payment gateways for secure and safe payment, SunscriptionFlow is a one-stop solution for all the back-end business of your membership sites at Wix.\r\n\r\nForget the chances of errors in billing or flaws in providing the dedicated access to the gated-content if any of your members decides to upgrade or downgrade the plan. Never let your member leave you at any cost while offering them the options to pause or renew the membership. Stay them connected and provide them better customer care with the integration of other third-party SaaS-based CRMs.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3145\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Overview of the SubscriptionFlow as Best Subscription Management Software for Wix\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990281521{margin-top: 25px !important;}\"]SubscriptionFlow is equipped with all the resources to manage, organize, and run the subscription businesses of recurring revenues. Let’s check what it offers to the Subscription-based businesses to boost their sales and multiply their revenue manifold without getting involved or hiring an army of accountants and managers to ensure subscription affairs running smoothly:\r\n<ul>\r\n <li>Automated and Accurate Recurring Payment Collections</li>\r\n <li>Store secured customer personal and payment information</li>\r\n <li>Recurring Billing Management</li>\r\n <li>Integration of Dozens of <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">Payment Methods</a>, including PayPal, Payoneer, Stripe, MasterCard, Visa, Bank Transfer, Direct Deposit, Google Pay, Apple Pay, Express Pay, and many more</li>\r\n <li>Faster and Secure Recurring Payments</li>\r\n <li>Times Ahead Automatic Payment Reminders</li>\r\n <li>Multicurrency Payment Support and Instant Processing</li>\r\n <li>Customizable Hosted Payment Pages for Subscription Management</li>\r\n <li>Neat, Detailed, and Accurate Invoices and Account Statement</li>\r\n <li>Sales Tax Management, Automation, and Tax Compliance by Avalara powered by SubscriptionFlow</li>\r\n <li>Import or Compile Your Data from Anywhere to SubscriptionFlow while Integrating it with ZenDesk, Xero Finance, Sugar CRM, Quickbooks, <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">Salesforce</a>, <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/\">Avalara</a>, and many more</li>\r\n <li>Power your customer care with the integration of ZenDesk or MailChimp</li>\r\n <li>Powerful and user-friendly customer/client control panel</li>\r\n <li>Predicting and Self-Reflecting Revenue <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Analytics and Reporting</a></li>\r\n <li>A detailed insight into the key metrics such as subscription trends, recurring revenue, rate of subscriptions, subscription cancelations, renewals, and mid-cycle change in the subscriptions</li>\r\n <li>AI-enabled hi-end features to project future revenue, subscription plan or products performance, sales and marketing opportunities, and possibilities of risk and fraud detection</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Wix','','publish','closed','closed','','subscription-management-software-for-wix','','','2020-12-03 10:11:20','2020-12-03 10:11:20','',0,'https://staging.subscriptionflow.com/?page_id=3136',0,'page','',0),(3139,1,'2020-07-22 11:16:40','2020-07-22 11:16:40','','Subscription Management Extension for Wix','','inherit','open','closed','','subscription-management-extension-for-wix','','','2020-07-22 11:16:46','2020-07-22 11:16:46','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Wix.jpg',0,'attachment','image/jpeg',0),(3143,1,'2020-07-22 11:20:58','2020-07-22 11:20:58','','Subscription Management Software for Wix','','inherit','open','closed','','subscription-management-software-for-wix-2','','','2020-07-22 11:21:06','2020-07-22 11:21:06','',3136,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg',0,'attachment','image/jpeg',0),(3144,1,'2020-07-22 11:22:02','2020-07-22 11:22:02','','Recurring Billing and Subscription Management are Made Easy with SubscriptionFlow','','inherit','open','closed','','recurring-billing-and-subscription-management-are-made-easy-with-subscriptionflow','','','2020-07-22 11:22:08','2020-07-22 11:22:08','',3136,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(3145,1,'2020-07-22 11:23:07','2020-07-22 11:23:07','','Overview of the SubscriptionFlow as Best Subscription Management Software for Wix','','inherit','open','closed','','overview-of-the-subscriptionflow-as-best-subscription-management-software-for-wix','','','2020-07-22 11:23:14','2020-07-22 11:23:14','',3136,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg',0,'attachment','image/jpeg',0),(3148,1,'2020-07-22 15:45:12','2020-07-22 15:45:12','In our previous article, we have given you an overview of the Subscription Box aka. Sub Box and Subscription Box Business. We learned that customer convenience and recurrence became the catalysts for the subscription box business and made it one of the most cash-rich and futuristic business models for the next years.\r\n\r\nThe following article is written in the continuity to explain the foundational components of the Subscription Box Business. It covers the most important phases of the Subscription Box Business from conceiving and designing the Sub Box to the ways of finding the suppliers for the products to be featured in the Subscription Box.\r\n<h2><strong>Designing the Dream Subscription Box</strong></h2>\r\nConceiving a subscription box and conceptualizing the business based on the subscription model requires keen study of the market demands, customers\' habits of shopping for the products they use consistently, and the novel ways of incorporating the elements of mystery, surprise, convenience, cost-effectiveness, and personalization.\r\n\r\nWhen intellectualizing the Sub Box, keep the ‘Big Picture’ in mind. Start planning by reviewing the fundamental foundations of your business. When curating your box, consider the market segment, the niche, procurement feasibility, lifecycle value, & the prospects of profit. Consider the value proposition while maintaining its feel with rich aesthetics, quality, and variety.\r\n<h3><strong>Types of Subscription Boxes</strong></h3>\r\nDesigning a dream box begins either with your passion or inspiration or studying the best niches for the subscription box. Before selecting the niche for a Sub Box product, it is important to devise the vision of the subscription box by determining its type.\r\n\r\nIn our earlier article, we already have learned about a few types of subscription boxes. Let’s fuse them into two broad categories here. These are:\r\n<ul>\r\n <li><strong>The Convenience Subscription Box</strong></li>\r\n</ul>\r\nThe convenience subscription boxes are meant to provide everyday essentials need and used by the customers, regularly. These are the Sub Boxes that offer the same products every time. But, with each delivery, customers may get the variety in terms of style, color, pattern, design, packaging, or others.\r\n<ul>\r\n <li><strong>The Discovery Subscription Box</strong></li>\r\n</ul>\r\nThe convenience subscription boxes are meant to introduce customers with the new or a variant of the products that may or may not be needed or used by the customers, regularly. These are the Sub Boxes that offer different products of the same niche with each delivery. These boxes are hugely popular as they can hook their subscribers with the elements of surprise of the unknown.\r\n<h3><strong>50 Best Niches for Subscription Boxes</strong></h3>\r\nToday, there is no item that customers use in their everyday life and they can’t be accommodated into subscription boxes. Be it a young or old man and woman, a new-born, a kid, or a young adult, and even a pet, you can customize a subscription box for everyone.\r\n\r\nHere, we have brought you an assortment of 50 of the best pocket-friendly, highly demanding, and the big market potential ideas to select the niche for your subscription business and curate the dream subscription box as per your choice, inspiration, budget, or convenience. In alphabetical order, these are:\r\n<ol>\r\n <li>Arts & Crafts Supplies Box</li>\r\n <li>Automobile Accessories Box</li>\r\n <li>Baby Box</li>\r\n <li>Baking Supplies Box</li>\r\n <li>Beauty Box</li>\r\n <li>Beverages Box</li>\r\n <li>Book Box</li>\r\n <li>Cake Box</li>\r\n <li>Cheese & Wine Tasting Box</li>\r\n <li>Chocolates & Sweets Box</li>\r\n <li>Cigarettes, Cigars, & Tobacco Box</li>\r\n <li>Cleaning & Sanitation Supplies Box</li>\r\n <li>Clothing Box (New)</li>\r\n <li>Clothing Box (Used)</li>\r\n <li>Collectibles Box</li>\r\n <li>Cooking Supplies Box</li>\r\n <li>DIY Food Box</li>\r\n <li>Food Box for Weekends/Sunday Brunch</li>\r\n <li>Frozen Food Box</li>\r\n <li>Games Box</li>\r\n <li>Gardening Box</li>\r\n <li>Hair Care Box</li>\r\n <li>Hobby Box</li>\r\n <li>Home Décor Box</li>\r\n <li>Home Brewing Box</li>\r\n <li>Infants Food Box</li>\r\n <li>Jams, Preserves, & Honey Box</li>\r\n <li>Jewelry & Accessories Box</li>\r\n <li>Knitting & Crochet Box</li>\r\n <li>Men Hygiene Box</li>\r\n <li>Mobile Accessories Box</li>\r\n <li>Organic Box</li>\r\n <li>Pasta & Noodle Box</li>\r\n <li>Pet Supplies Box</li>\r\n <li>Pickle Box</li>\r\n <li>Samples or Branding Box</li>\r\n <li>Theme or Color Box</li>\r\n <li>Senior’s Care Box</li>\r\n <li>Shaving or Hair Removing Box</li>\r\n <li>Skin Care Box</li>\r\n <li>Snack Box</li>\r\n <li>Socks Box</li>\r\n <li>Spa Box</li>\r\n <li>Stationery Box</li>\r\n <li>Summer Box</li>\r\n <li>Toy Box</li>\r\n <li>Underwear Box</li>\r\n <li>Unusual Goodies Box</li>\r\n <li>Winter Box</li>\r\n <li>Women Hygiene Box</li>\r\n</ol>\r\n<h3><strong>Procurement For Subscription Boxes</strong></h3>\r\nProcurement also called Product Sourcing, is the operation to gain access to the products required in a subscription box. It often determines subscriber contentment, constancy, and the prospects of referrals. Needless to say, providing the best quality product with smart assortment and intelligent pricing of the products in a subscription box highly depends on the processing and management of procurement.\r\n<h3><strong>Sourcing the Products</strong></h3>\r\nOnce you’ve selected the type and niche of your business, the next phase is to find a reliable, reasonable, and resourceful supplier to source a product. So, where, when, and how you can acquire the products for your subscription box?\r\n\r\nThere are two ways you may purchase subscription products from different suppliers:\r\n<ul>\r\n <li>Free Products</li>\r\n <li>Paid Products</li>\r\n</ul>\r\nSeveral suppliers cater to the purchase needs of the various subscription box companies. Some brands use these subscription box companies to market their new products’ samples at no-cost or extremely low-cost or build their brand loyalty with the collaboration of these subscription boxes or the subscription box companies procure the products for their subscription boxes as retailers, or sometimes, buy as wholesalers.\r\n\r\nSourcing a product needs some market research, time, money, and effort. Before making an item a part of your subscription box, take some effective actions to ensure quality, cost-effectiveness, and profit margin. We recommend the following frontline measures:\r\n<ul>\r\n <li>Try the product and compare the prices to get the best deal.</li>\r\n <li>Ask for a credit line to ensure healthy cash flow.</li>\r\n <li>Request extra samples in case you purchase.</li>\r\n <li>Offer cross-marketing or affiliate marketing opportunities.</li>\r\n <li>Formulate and establish the hassle-free supply line from both ends.</li>\r\n <li>Devise the pricing strategy. We recommend a flat-pricing model.</li>\r\n</ul>\r\n<h3><strong>Finding the Supplier</strong></h3>\r\nFinding the supplier for the products of your subscription box is no different than the other retail or wholesale business except, you have to precisely choose and pick the best to curate the <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/\">subscription box</a>, repeatedly. You may find the products from:\r\n<ul>\r\n <li>Local Stores</li>\r\n <li>Search Engines</li>\r\n <li>Social Media Groups & Communities</li>\r\n <li>Niche Websites</li>\r\n <li>E-Commerce Websites such as Amazon, Etsy, Alibaba, Indiamart, etc.</li>\r\n <li>Retailers or Salespersons</li>\r\n <li>Wholesale Stores</li>\r\n</ul>\r\nFor the prototype subscription boxes, acquiring products from the local stores, niche websites, or obtaining products through networking with retailers or salespersons or collaboration with small business vendors is highly recommended. For the bulk purchase of the products, online or in-store whole, both options work well depending on the type of the product and supply cost.\r\n\r\nSubscription-box is a subscription business that is based on the recurring supply of the products to the best of the market potential by the merchant, so the customer continues to extend the subscription cycle month after month. The other thing that runs the subscription box business is its efficient subscription and recurring billing management.\r\n\r\nSubscriptionFlow will help you to automate the subscription management and recurring billing of your subscription box business and stay focused to design and curate the best subscription box every time. Leave the stress of invoicing, billing, payment processing, revenue recognition monitoring, and reporting to the AI-based smart recurring billing management system.','Subscription Box Business 102: Curate Your Subscription Box—Types, Niches, & Procurement Ideas','','publish','open','open','','subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas','','','2020-07-22 15:45:12','2020-07-22 15:45:12','',0,'https://staging.subscriptionflow.com/?p=3148',0,'post','',0),(3149,1,'2020-07-22 15:42:35','2020-07-22 15:42:35','','Subscription Box Business 102','','inherit','open','closed','','subscription-box-business-102','','','2020-07-22 15:42:50','2020-07-22 15:42:50','',3148,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Business-102.jpg',0,'attachment','image/jpeg',0),(3161,1,'2020-07-23 08:15:12','2020-07-23 08:15:12','[vc_row][vc_column][vc_custom_heading text=\"Automate Your Accounting and Sales Receipts To Manage Your Customers with SubscriptionFlow QuickBooks Integration\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4014\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]SubscriptionFlow is offering seamless SubscriptionFlow QuickBooks Integration which has helped many businesses to improve online subscriptions, tracking expenses, <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">automated invoicing</a>, and analyzing reports for your business finances. Our goal as providers of Subscription Software Integration with QuickBooks is to help businesses to bridge the gap between their customer management, finances, accounting, recurring billing, CRM, sales, marketing, point of sales and other processes so they can improve business insights from SubscriptionFlow. With the help of Subscription Software Integration with QuickBooks, small businesses have gained more control over how their sales are performing.\r\n\r\nAny well-performing business needs accounting software like QuickBooks which is why we are offering SubscriptionFlow QuickBooks Integration. When you are using Recurring Billing Software for QuickBooks, you can send professional looking invoice templates to send them to your customers. Moreover, your tax management is also an important part of your daily functioning, which thanks to Subscription Software Integration with QuickBooks can be easily streamlined. The efficiency of your accounting team will improve monumentally when you are automating the management of your multiple currencies transparency, generating sales quotes for your client, and closing more deals on a daily basis. All in all, we want our customers to stay abreast of your purchases, inventory, production scales, revenue recognition, tracking your profitability, etc. with Recurring Billing Software for QuickBooks.\r\n<h2><strong>Manage your sales process with SubscriptionFlow QuickBooks Integration</strong></h2>\r\nQuickBooks Integration with SubscriptionFlow increases efficient management of customer receipts which usually involves handling multiple spreadsheets. Our consultants and development team will work with your management in order to learn how your accounting processes can be synced with your sales pipeline, customer management, and inventory, production, manufacturing, and overall achieving business goals for smooth SubscriptionFlow QuickBooks Integration. Once you have purchased your desired QuickBooks plan, Recurring Billing Software for QuickBooks will maximize your usage for accounting purposes.\r\n\r\n<img class=\"size-full wp-image-4016 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg\" alt=\"Manage your sales process with SubscriptionFlow QuickBooks Integration\" width=\"900\" height=\"480\" />\r\n\r\nWithout any need for manual intervention, this direct integration will sync on a daily basis. Moreover, you can leverage this sync for invoices, credit notes, <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payments</a>, refunds, customer quotes, taxes, and revenue recognition. As a financial software, Subscription Software Integration with QuickBooks will work well because you can keep all of your CSV and excel files related to confidential financial information as well as balance sheets safe via automated sync. This way your accounting team can expertly manage deferred revenue, purchases, sales profit, cash flow, and reconcile with your bank account with Recurring Billing Software for QuickBooks.\r\n<h3><strong>Learn how SubscriptionFlow is Improving Business Profitability </strong></h3>\r\nOnce you have started using QuickBooks Integration with SubscriptionFlow, your pricing plans, online subscriptions, add-ons, and checkout compatibility will increase. For all of your products, you can also manage third-party <a href=\"https://staging.subscriptionflow.com/integrations/\">integrations</a>. So even if you are managing multiple accounts in order to configure your discounts, marketing campaigns, debts, late or failed payments, deferred revenue, and much more. Getting more visibility and access to your financial data has made it possible with our QuickBooks Integration with SubscriptionFlow. This is especially important for small businesses who want to improve their business decisions and make smart moves related to their sales and investments. So, if you want a better picture of your business and organize your financial data to enhance your business performance with Subscription Software Integration with QuickBooks then contact SubscriptionFlow today.[/vc_column_text][/vc_column][/vc_row]','Subscription Software Integration with QuickBooks','','publish','closed','closed','','subscription-software-integration-with-quickbooks','','','2020-12-03 11:52:53','2020-12-03 11:52:53','',0,'https://staging.subscriptionflow.com/?page_id=3161',0,'page','',0),(3167,1,'2020-07-24 15:13:23','2020-07-24 15:13:23','Businesses everywhere want to grow with a relentless speed; so do their competitors. All are looking for ways to improve their efficiency, productivity, and growth every other day. The businesses are implementing more and more systems and technology infrastructure so that the costs can be reduced, the output can be improved, and the business can be expanded.\r\n<h2><strong>What is Business Process Automation?</strong></h2>\r\nBusiness Process Automation or BPA is a digital transformation of multiple business operations. It is the method to enable technology to automate and process different and complex business operations. It can streamline a systematic operational chain thoroughly by integrating multiple applications and using artificial intelligence or machine learning. Automation aided by artificial intelligence helps to understand and process the natural languages and unstructured data sets to adapt to new types of complications, solve complex problems, or detect and mitigate the risks without the guided human assistance.\r\n<h3><strong>How Business Automation Is Better?</strong></h3>\r\nBusiness Automation isn’t the replacement of the human being, instead, it is the way to simplify human activities and tasks. Different operations often across the chain require to do several manual and repetitive tasks that, eventually, take a toll on productivity.\r\n\r\nUsing the software, cloud-technology, and machine learning, business automation put the ley operations on auto-pilot mode that needs no human guidance, training, or surveillance. An established system when integrated co-ordinates, schedules, and processes all the tasks as it is programmed.\r\n\r\nCompanies and industries worldwide, regardless of their size, are seeing business opportunities in Business Process Automation and adopting automation as a key strategy to accomplish more goals and targets, mint more revenue, improve service quality, contain costs, and manage affairs and operations more calmly and sophisticatedly.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3169\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg\" alt=\"BPA-Business-Process-Automation\" width=\"1000\" height=\"800\" /></p>\r\n \r\n\r\nDespite automation is an expensive way out. Still, to efficiently saving and intelligently using the resources like time, money, and labor, the companies are finding the ways to automate their key operational areas, such as sales, marketing, customer support, lead & client management, production and supply chain management, and others as per their budget. Because, in the long run, it can effectively cut the unnecessary costs, provide productive solutions, and benefit great yields.\r\n\r\nEach innovation increases the efficiency and productivity of employees. It means we can do more work with more results. For entrepreneurs, this wave of automation and AI-mediation bring new opportunities to disrupt the economy and draw riches and fortune.\r\n<h3><strong>What Business Automation Is Meant For Subscription Businesses?</strong></h3>\r\nSubscription Business is based on the repeated operations in response to customer constancy and recurrence in need and demand. Products, software, or SaaS—whatever the service of the subscription business is, Business Automation can be implemented in various areas of recurring billing and subscription management such as sales, marketing, workflow, finance, accounting, or other operations. The innovation of automation streamlines revenue operations across the board.\r\n\r\nWith an increasing trend of using artificial intelligence, it can further broaden the horizon for providing the best subscription services in reduced rates, becoming more productive, and setting the focus for goals and targets without being tech-astute. Do not deal with the manual operational disasters in each cycle. The automation helps you to get rid of these impediments and stay ahead in the competition.\r\n<h3><strong>Why Automation Is Inevitable For Subscription Billing Management?</strong></h3>\r\nThe cash flow decides the magnitude of the subscription business, its growth, and its strength in the market. And, it all depends on subscription billing. With the automation of subscription billing, subscription businesses can contain their costs, time, and efforts by auto-managing the invoicing, payment, and support processing.\r\n\r\nAutomation establishes a real-time recurring revenue reporting mechanism, devises data-driven strategies for sales and marketing, roll-outs the efficient and customer-driven subscription plans and pricing models, and eliminates all the manual calculations, spreadsheets, corruptions, and complications within the system.\r\n<h3><strong>What Is a Subscription Management Software & How It Can Help Automating the Subscription Billing & Management?</strong></h3>\r\nTo automate the subscription billing and management operations, building their automation system costs a fortune to the businesses. They need an instant robust subscription management solution. Mostly, it is an online platform that offers its SaaS services to automate recurring billing and subscription management, based on monthly, quarterly, or yearly recurring subscription charges.\r\n\r\nA subscription management system could be a cloud-based SaaS or a combination of software and hardware like the POS terminal. It deals with the management of subscription invoicing and billing, payment processing, and recurring revenue with real-time revenue reporting.\r\n\r\nSubscriptionFlow is a sophisticated subscription management system that offers the innovation of automation powered by artificial intelligence. With the following assistance, it is an ideal and affordable way for the subscription business of all the sizes and across the verticals to manage their various subscription areas and processes systematically and automatically:\r\n<h3><strong>Cost-Saving BPA Implementation</strong></h3>\r\nWith plans starting at USD30.00/month, SubscriptionFlow offers a range of services of <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management</a> and recurring billing automation along with the integration of the other SaaS and Non-SaaS platforms at extremely affordable rates.\r\n<h3><strong>AI-Enabled Subscription Management</strong></h3>\r\nSubscriptionFlow is designed and based on Artificial Intelligence Technology that gives data-driven recommendations and mining through the piles of data suggest clients about the potential risks with any billing or payment method or process.\r\n<h3><strong>Customer Base Management</strong></h3>\r\nPrivacy-compliant database management is a crucial part of cloud operations. It stores and categorizes valuable customer’s information so that it can be converted into a more precious bank of data that will give insights about the customer’s requirements and the market potential.\r\n<h3><strong>Automated Recurring Billing and Customer Life Cycle Management</strong></h3>\r\nIt automates recurring billing to get rid of complicated spreadsheets and manual billing and calculations processing. Automation will not only reduce the cost, but it also will increase the efficiency and transparency in your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing system</a> that, eventually, will be resulted in prolonged access to your subscription services by the customers. It helps you increase customer dependency on your services and hence extend the customer’s lifecycle.\r\n<h3><strong>Auto-Proration, Dunning, And Global Tax Management Modules</strong></h3>\r\nWith the auto proration module, SubscriptionFlow can intelligently incorporate all the billing types. It can also auto-adjust the upgrade or downgrade of a plan changes made by the subscribers in the billing and generate invoice and deduct the amount accordingly. It also allows you to manage taxes in billing according to the tax regulations of the state or country of the customer. Dunning helps you to make re-tries auto in case payments are declined or didn’t process due to any online transaction issues.\r\n<h4><strong>Secured Payment Gateways Integration</strong></h4>\r\nStripe, PayPal, ExpressPay, Braintree, or any payment gateway can be integrated with SubscriptionFlow to provide the best, instant, and secure way to process payments without the fears of data theft or payment intrusions.\r\n<h4><strong>Extensible Integrations Support</strong></h4>\r\nMigrate your data or integrate your third-party applications for accounting, sales, marketing, support, and customer management with SubscriptionFlow and streamline and sync all the RevOps.\r\n<h4><strong>Customer/Client Portal</strong></h4>\r\nSubscriptionFlow offers clients to access the subscription billing system through the client portal with the revenue reporting dashboard. On the other end, there is an intuitive and responsive self-service portal for customers. SubscriptionFlow allows customers to manage their personal and payment details, upgrade or downgrade their plans, get payment notifications, reminders, and other marketing or support email in their inboxes that can automatically be updated in the client portal in run-time.\r\n<h4><strong>Customer Care and Support Management</strong></h4>\r\nCustomer retention is the foundation of subscription businesses. Integrate ZenDesk, MailChimp, Zoho, Odoo, or any application or even your CRM platform and provide real-time support assistance to your customers.\r\n<h4><strong>Revenue Reporting and Analytics </strong></h4>\r\nMonitor MRR, ARR, or churn rate, or get access to the payment failures records. Derive intelligent business insights with the real-time projections of revenue operations.\r\n\r\nRequest a free trial to learn more about the advantages of configuring the platform that automates and streamlines all the business of subscription. You can also ask for a free demo.','Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes','','publish','open','open','','business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes','','','2020-07-24 15:13:23','2020-07-24 15:13:23','',0,'https://staging.subscriptionflow.com/?p=3167',0,'post','',0),(3168,1,'2020-07-24 15:07:11','2020-07-24 15:07:11','','Business Process Automation','','inherit','open','closed','','business-process-automation','','','2020-07-24 15:07:21','2020-07-24 15:07:21','',3167,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Business-Process-Automation.jpg',0,'attachment','image/jpeg',0),(3169,1,'2020-07-24 15:08:24','2020-07-24 15:08:24','','BPA-Business-Process-Automation','','inherit','open','closed','','bpa-business-process-automation','','','2020-07-24 15:08:35','2020-07-24 15:08:35','',3167,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg',0,'attachment','image/jpeg',0),(3173,1,'2020-07-27 14:52:49','2020-07-27 14:52:49','After the huge success of the subscription models of the media, digital marketing, gaming, streaming services, and OTT ventures, more online businesses leaped into the arena of the subscription e-Commerce. And, within few years, we have witnessed that businesses from across the industries—online stores, membership services, hospitality, automobiles, education, health, banking, commerce, trade, etc. have found revenue opportunities in subscription business models and began incorporating it one way or another into their revenue streams to boost their business growth.\r\n<h2><strong>The Rapidly Dominating E-Commerce Subscription Economy</strong></h2>\r\nSelling a product or service online on a recurring basis is an e-commerce subscription business. Today, different types of e-commerce subscription businesses have already taken the hold in their respective sectors and are continuing to grow. Some of the most popular include\r\n<ul>\r\n <li>Entertainment and OTT Subscriptions</li>\r\n <li>Education & Online Learning Subscriptions</li>\r\n <li>Telemedicine & Telehealth Subscription</li>\r\n <li>Commodity Goods Subscriptions</li>\r\n <li>Subscription Boxes</li>\r\n <li>Software and SaaS Subscriptions</li>\r\n</ul>\r\nSubscription e-commerce businesses, in the last five years only, minted a fortune of more than $2.6B Revenue. It states one thing clear, not only today but tomorrow also belongs to the subscription service economy. And, the bigwigs have also started to gauge the fact.\r\n\r\nAfter the ‘Major Players’ of the global economy like Nike, Coca-Cola, Mercato, Tesla, GNC, and others have stepped into the e-commerce subscriptions, recently, the social media giant Twitter says that it is also looking for some subscription options as ad revenues have been dropping, sharply.\r\n\r\n<strong>This happened due to the change in consumer preferences.</strong>\r\n\r\nThe preferences of this new-gen consumer demand variance, novelty, accessibility, and availability. Marketing and sales statistics suggest they prefer easy and immediate access to the latest product and the technology and can’t hold the urge. They choose to subscribe to a product or service and use it, instead of owning it.\r\n\r\nRealizing the paradigm shift in consumer shopping and purchasing preferences, finally, the verticals from across the sectors are convinced that E-Commerce Subscriptions is a thing that is going to stay here, maybe, forever. It is good news and, to some extent, it is also worrisome.\r\n\r\nThe global economy is on the brink of seeing a change in the ways of doing businesses and offering services. The new e-commerce subscription economy is going to challenge the monopolies of the big shots. The small ventures are more likely to power their recurring revenue business if they are equipped with the futuristic products and services, right Fintech stack with the innovation of automation and machine learning, and flexible business strategies.\r\n<h3><strong>Optimizing the E-Commerce Subscription Businesses</strong></h3>\r\nE-Commerce Subscriptions are intricate and challenging in their dynamic states. Despite, companies are willing to switch to subscription models, the recurring execution and management while dealing with the competition resist them to embrace the much-required and inevitable change.\r\n\r\nE-Commerce subscriptions require businesses to devise minimal business strategies to allow their recurring revenue to grow with more stability and predictability. Using fewer resources to yield more profits and growth, it is essential to formulate robust recurring billing and subscription management.\r\n\r\nE-Commerce subscription services while focusing on the following key areas can upscale businesses and lift the recurring revenue in an upward direction only:\r\n<h3><strong>Easy and Efficient ECommerce Subscription Billing Platform</strong></h3>\r\nThe subscription business is based on the customer’s consistency and recurrence demand. The repeated demand means repeated invoicing, billing, and payment processing. Configuring an easy and efficient stack that can help you get rid of the repeated manual doings by automating the whole billing process without your regular guidance is not only great assistance, it will also fuel your subscription service efficiency with transparency and accuracy. SubscriptionFlow allows you to take complete control of your subscription billing system. Create, custom, or send an invoice, adjust the changes in the subscription plan, charge payments, process the payments to the merchant’s accounts, handle dunning, or keeping the record of transactions—it can manage all on auto-pilot mode.\r\n\r\nIt adds an extra layer of assistance with the modules that auto-manages the global sales tax, refunds, credits, incentives like coupons and vouchers, etc.\r\n<h3><strong>Pricing Experimentation</strong></h3>\r\nPricing plays a key role in acquisitions and retention. Setting prices for once does not work with e-commerce subscription businesses. The increasing competition in the subscription economy has also exerted more pressure on pricing and pricing models experimentation. SubscriptionFlow offers AI-mediated pricing and plan cataloging modules that assist in easy, instant, and efficient experimentation of subscription pricing.\r\n<h3><strong>Complex Subscriptions & Billing Management</strong></h3>\r\nThe other key area of challenge for the e-commerce subscription businesses is maintaining a powerful, intuitive, and effective complex <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a> that empowers the customers to steer their subscription cycle. For any reason, the subscriber can cut the cords of subscription. The solution to this problem is flexible subscription management like SubscriptionFlow that allows subscribers to self-manage the upgrade, downgrade, pause, postpone, or cancel the subscriptions anytime as per their convenience and bill them accordingly. This accessibility of proration with unchallenged accuracy and transparency favors trust and eventually strong customer relationships and brand loyalty.\r\n<h3><strong>Proactive Engagement with Customer Base</strong></h3>\r\nCustomer support has always been the core element of any business. It is inevitable for any business. Ecommerce Subscription business depends on customer retention that requires impeccable customer relationships. Keeping customers in the loop at every stage by offering personalized pricing or service to plan upscale promotion to bestowing marketing and sales incentives to sending invoices and payment notifications would ensure intact and strong communications with the customer base and reduces the chances of churn. SubscriptionFlow is far more evolved than a regular billing system. It allows you to send automated and personalized invoices, payment processing notification, payment retries, and other emails with no extra cost and no additional effort.\r\n<h3><strong>Integrations to Streamline Marketing, Sales, Fulfilment, & Other RevOps</strong></h3>\r\nEcommerce subscription businesses require more streamlined RevOps. Integrating the marketing and sales, accounting and finance, order fulfillment, and support applications help subscription billing management platform to peddle data-driven revenue operations. SubscriptionFlow is a highly extensible platform that allows you to integrate any stack with it or within the other CRM or ERPs to offer run-time subscription business management across the board.\r\n<h4><strong>Revenue Recognition & Real-Time Reporting</strong></h4>\r\nSimple and smart Revenue Recognition is the prime attraction of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/\">e-commerce subscription business</a> as its scaling does not depend on acquisitions only. The recurring revenue stability comes with the factor of predictability associated with customer retention that empowers the subscription economy. Though, with the subscription services of physical goods, it removes the element of accuracy as the subscription revenue fluctuates with the fulfillment and operational costs.\r\n\r\nThe emergence of artificial intelligence brought a revolution in comprehending and managing the uncleared and unstructured data sets. Using AI technology, SubscriptionFlow allows the nearest accuracy in Revenue Recognition and reflects in its real-time recurring revenue reporting as well. The real-time reporting also features SaaS monitoring metrics, identification of revenue losses and leakages, and many more.','eCommerce Subscriptions Are Here to Stay—Learn to Optimize Subscription eCommerce Billing & Management to Fuel Stability & Growth in Business','','publish','open','open','','ecommerce-subscriptions-are-here-to-stay-learn-to-optimize-subscription-ecommerce-billing-management-to-fuel-stability-growth-in-business','','','2020-07-27 14:52:49','2020-07-27 14:52:49','',0,'https://staging.subscriptionflow.com/?p=3173',0,'post','',0),(3174,1,'2020-07-27 14:50:48','2020-07-27 14:50:48','','Subscription eCommerce Billing','','inherit','open','closed','','subscription-ecommerce-billing','','','2020-07-27 14:51:00','2020-07-27 14:51:00','',3173,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-eCommerce-Billing.jpg',0,'attachment','image/jpeg',0),(3180,1,'2020-07-30 12:52:14','2020-07-30 12:52:14','The subscription-based business draws more and more attention and prospects of the businesses and individuals due to its key aspects like growth opportunities, stability, market predictability, recurring revenue, customer retention, data-driven, and focused audience and market identification, sales and marketing streamlining, etc.\r\n\r\nFrom online small to medium-sized businesses to the huge sectors like education, health, automotive, IT, software technology, media, marketing, trade & commerce are reinventing the opportunities for revenue growth and business exposure by incorporating subscription revenue model. The number of businesses running on this model has grown as much as more than 800 percent. Ecommerce subscription businesses have witnessed a huge spike in the number of the online visitor. Statistics suggest more than 50 million visitors have shown their interest in subscription services. This huge is the growth rate of the subscription-based business models.\r\n\r\nSelling the subscription-based products or services to the customers who can continue with the services for the long term requires impeccable recurring billing and subscription management. To leverage the subscription-based business to its fullest, it is important to maintain an efficient, flexible, and intelligent system that can further reduce costs, add value to the services, and assist in streamlining the revenue operation across the board in addition to managing the recurring billing and payments securely and instantly.\r\n\r\nTo manage these subscription processes, subscription businesses, regardless of the size, are required to plug a robust <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a>.\r\n\r\nSelecting a suitable and sufficient subscription management system is a tricky business. Before signing up for a subscription service, it is recommended to look out for the following essential features in any subscription software, so that you may ensure that your subscription business would be equipped with the right system that can expand as the business expands.\r\n<h2><strong>1. Automated Recurring Invoicing, Billing, and Payment Management System</strong></h2>\r\nAn automated billing system frees you and your finance department with the hassles of repeated invoicing, billing, and payment processing, after every interval. An all-inclusive automated recurring billing system, with the ability to create and send a timely invoice, prorate the <a href=\"https://staging.subscriptionflow.com/pricing/\">subscription plan</a> upgrades, downgrades, postpones, and cancellation, manage credit cards charging, and schedule payment re-tries in case of declination, is all you need to better manage your subscription invoicing and billing. Furthermore, the extensibility of the billing system to fulfill the various billing demands in accordance with the consumption of the subscription services by the subscriber is also a significant feature of the billing system.\r\n<h3><strong>2. Artificial Intelligence Support</strong></h3>\r\nArtificial Intelligence is assisting the subscription management systems to early detect and mitigate the risks, extract the patterns and behaviors by comprehending the unstructured data sets, and interpret the accurate revenue projections.\r\n\r\nThe AI-based recommendations and suggestions help research, product development, sales, marketing, finance, and other departments in growing and determining the customer base, improving the product quality, and influencing the market with data-driven strategies.\r\n<h3><strong>3. Modules to Set Multiple Pricing Structures & Plans</strong></h3>\r\nEvery customer is unique. Each has different needs of usage or consumption of subscription services. A rigid billing system depicting no or less flexibility in designing different pricing models to experiment can result in forced churn. Subscription businesses need to revisit their pricing strategy after every couple of months to manage acquisitions as well as retention. Likewise, cataloging the products, services, and plans are also important so that the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing system</a> can automatically and with the help of AI selectively offer customers what they want. This increases customer chances of signing up for the plan or upgrade to a premium plan.\r\n<h3><strong>4. Proration and Tax, Coupons, Vouchers, and Add-On Management</strong></h3>\r\nCharge customers only what they gave used and let it thoroughly manage by the Subscription Billing System. No matter, if you want to offer the consumption-based billing, recurring billing, or tiered billing, or you want to draw more customers with offers like free trials, discounts, special offers, and other incentives in billing, it must have the ability to intelligently incorporate all the billing requirements. Select a recurring billing service that can also auto-adjust the upgrade or downgrade of a plan changes made by the subscribers in the billing and generates an invoice and deduct the amount, accordingly. A good subscription billing service also allows managing taxes in billing according to the tax regulations of the state or country of the customer.\r\n<h3><strong>5. Multiple Payment Methods, Secure Processing, and Dunning Management</strong></h3>\r\nToday, customers use different payment methods as per the convenience and benefits of different payment processors offer. It has been observed that they make a transaction from a brand that offers multiple payment options such as credit or debit cards, cash on delivery, payment via mobile wallets, net banking.\r\n\r\nOffering customers multiple payment methods and processors is a key to engage the customer as soon as possible. Choose a billing system that allows integrating Stripe, PayPal, ExpressPay, Braintree, GooglePay, ApplePay, Visa, MasterCard, or any other payment gateway and provides the best, instant, and secure solutions to process their payments without the fears of data theft or payment intrusion in a few seconds.\r\n<h3><strong>6. Extensible Integrations & Efficient Support</strong></h3>\r\nExtensibility allows your subscription billing system to grow, improve, and produce results along with your recurring revenue and subscription business growth. Flexible integrations with the accounting, support, CRM, ERP, and other stacks allow the subscription business to streamline revenue operations. The in-built customer support modules of the billing system also provide real-time engagement assistance to your customers, generate more leads, and transform them into paid customers while upgrading their free trial status, inform them about their payment statuses, credit card expiry dates ahead of the time, and persuade with other marketing and sales related information, offers, and promotions.\r\n<h3><strong>7. Revenue Recognition and Real-Time Reporting</strong></h3>\r\nSubscription businesses are based on recurring billing. They cannot wait until revenue is collected to record it in their books. Revenue should be recorded when the business has earned the revenue. Subscription businesses have to track two types of deferred and earned revenue. Every day, a small portion of the revenue is tricked down into the recurring revenue stream. The billing system with real-time recurring revenue monitoring and reporting allow the subscription businesses to stay informed of the cash flow movement. Also, key metrics such as MRR, ARR, CLV, churn rate make the monitoring easy, simplistic, and manageable.\r\n\r\nSubscriptionFlow with the innovation of automation and artificial intelligence presents a comprehensive recurring billing and payment management system. It offers all the convenience of managing pricing, cataloging, invoicing, billing, payments, engagements, customer management, revenue monitoring, and reporting in one place. To learn more, click here.','07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business','','publish','open','open','','07-features-to-look-out-for-when-selecting-a-subscription-billing-service-for-your-subscription-business','','','2020-07-30 12:52:14','2020-07-30 12:52:14','',0,'https://staging.subscriptionflow.com/?p=3180',0,'post','',0),(3181,1,'2020-07-30 12:48:39','2020-07-30 12:48:39','','Selecting a Subscription Service','','inherit','open','closed','','selecting-a-subscription-service','','','2020-07-30 12:48:46','2020-07-30 12:48:46','',3180,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Selecting-a-Subscription-Service.jpg',0,'attachment','image/jpeg',0),(3190,1,'2020-08-05 13:45:23','2020-08-05 13:45:23','With the advent of artificial intelligence, the world has seen a revolution in the landscape of sales. AI reinvented the sales efforts, sales strategies, sales force, and requirements of the skills for sales professionals. Integrating intelligent tools powered by Artificial Intelligence is making the sales goals and targets more achievable while organizing the concentration of the sales teams focused and efficient.\r\n\r\nToday, AI has gone beyond structuring and identifying data sets in a customer database and prospect information. It is now doing, managing, and devising everything from writing auto and personalized emails, scheduling meetings, identifying sales stakes, predicting customer patterns and behaviors, analyzing the risks, detecting the flaws, optimizing the pricing and revenue streams, and many more to close more deals more effectively.\r\n<h2><strong>AI-Driven SaaS Subscription Management</strong></h2>\r\nIn the realm of Subscription Management, AI has proven a paradigm shift that has opened the new doors of doing business, management, revenue, growth, innovation, B2B and B2C trade and communications, research, marketing, and sales.\r\n\r\nAI technology is widely used in SaaS Industry. In fact, SaaS Subscription Management has evolved to a point where artificial intelligence and machine learning have become an integral part of the SaaS landscape.\r\n\r\nArtificial Intelligence and Machine Learning technology used by the SaaS Subscription Management Platforms have minimized the efforts of the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management</a>, automated the processes, managed, maintained, and manipulated the database for various operations, auto-detected the risk and flaws as well as opportunities and possibilities, mitigated the menaces times ahead, pinpointed the patterns, trends, and behaviors, provided the detailed insights to identify the unstructured data sets, helped in using the structured data sets and their outcomes in devising the data-driven sales, marketing, and product development strategies more effectively, etc.\r\n<h3><strong>How AI-Enabled SaaS Subscription Management Provides Assistance to the Subscription Businesses</strong></h3>\r\nAI in many ways helping the sales and subscription businesses to find new avenues and opportunities for themselves based on their niches and audiences but here are the few areas where the impact of AI reinvented the meaning, role, and significance of these areas by using, interpreting, structuring, and analyzing the data.\r\n<h3><strong>Personalization</strong></h3>\r\nMachine Learning (ML) is a field of artificial intelligence that is responsible to read, understand, identify, and deduce the known data structures to form, create and re-create, and re-model different trends, patterns, and behaviors. On the other hand, the other field of AI, the Deep Learning (DL) using these structured data sets can predict, perceive, or recognize new patterns and behaviors for the unstructured data sets.\r\n\r\nML and DL can do wonders in managing subscriptions sales, marketing, and product development. AI can be used to personalize the customer experience to each user’s use patterns and recommend specific actions they can take. By analyzing their data, digital activities, and search history, it can present influencing recommendations, offers, ideas, and steps to upgrade or switch to a suitable subscription plan.\r\n\r\nToday, customers demand a more personalized experience tailored to their specific needs. AI gives you comprehensive and analyzed insights into their interests and preferences to massively boost personalization.\r\n<h3><strong>Automation</strong></h3>\r\nAutomating the repetitive tasks is the best example of the convenience brought by the AI to the SaaS Subscription Management Platforms. Recurring billing and payments processing more or less remain the same across the subscription cycle. The automation of the subscription billing and payments operations and their management saves time, money, and resources. Also, <a href=\"https://staging.subscriptionflow.com/2020/03/ai-technology-has-empowered-businesses-to-excel-in-the-saas-market/\">AI-Enabled</a> SaaS provides the satisfaction of the seamless processing with accuracy and transparency to the vendor as well as to the customer, both.\r\n\r\nAI has also enabled the SaaS to automate other operations, such as marketing campaigns, automated emails, notifications, and alert support.\r\n\r\nThe chatbots are other automated assistance in customer support and complaints, inquiries, and feedback management. In the subscription business, real-time support with the help of ML and DL based Chatbots-as-a-service is a relatively easy approach to enhance customer service interactions and can represent additional sources of revenue for some SaaS providers.\r\n<h3><strong>Predictive Analysis</strong></h3>\r\nIt is the combination of ML and DL used to forecast future outcomes and fast revenue projections in a subscription management system. The recurring billing and subscription management SaaS using AI use predictive analysis for online fraud detection, payment failure prediction, credit card processing failure detection, customers and payments related risks identification and ways for mitigation, operational efficiency improvement suggestions, customer life cycle value recognition, subscription plans and pricing optimization, recurring revenue recognition, revenue projections, and other subscription business development aspects.\r\n\r\nAn efficient Subscription Management AI-enabled SaaS like SubscriptionFlow is fully equipped with all the tools and modules to effectively utilize the predictive analysis in tracking records for customers, payments, revenue, sales, and marketing in the real-time.\r\n<h3><strong>Price and Plans Optimization</strong></h3>\r\nAI-enabled SaaS helps E-Commerce subscription businesses to use different ML and DL based tools to optimize their subscription plans and pricing. These tools allow vendors or merchants to set initial costs, discounts, and promotional pricing, coupons, and vouchers offerings based on the varying factors such as competition, market demand, supply conditions, weather, social, or strategic conditions, and others.\r\n\r\nAI-enabled SaaS allows vendors to experiment with multiple pricing models and charge their customers as per their needs, convenience, and feasibility.\r\n<h3><strong>Enhanced Development & Security</strong></h3>\r\nAI-enabled SaaS subscription management platforms are not only intelligent, automated, and reliable but they are also highly extensible. AI allows the fast modification or development of these SaaS products as per the requirements of the subscription business as ML has replaced the ages-old logic-based programming languages with the human-like intelligent data processing. Similarly, the AI-powered SaaS for Subscription Management is more intelligently handling the security and safety of the digital avenues against malicious viruses and bots threats. AI is exclusively helpful in processing secure payments, detecting the online payment fraud risks, and data manipulation.','AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services','','publish','open','open','','ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services','','','2020-10-09 13:40:44','2020-10-09 13:40:44','',0,'https://staging.subscriptionflow.com/?p=3190',0,'post','',0),(3191,1,'2020-08-05 13:37:34','2020-08-05 13:37:34','','AI-Enabled SaaS for Subscription Management','','inherit','open','closed','','ai-enabled-saas-for-subscription-management','','','2020-08-05 13:38:20','2020-08-05 13:38:20','',3190,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg',0,'attachment','image/jpeg',0),(3220,1,'2020-09-10 08:32:17','0000-00-00 00:00:00','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Hospital Management\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1579159604616{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n\r\nIncrease productivity in your hospital tasks with Subscription Management Software for Hospital Management. Improve your medical service with SubscriptionFlow.\r\n\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"2426\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of Recurring Billing Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579159637158{margin-top: 25px !important;}\"]Subscription management software for hospital management is designed to improve patient information inventory and billing effectively. Given the rise in demand, many large practices and hospitals have already switched to recurring billing software. It is high time you consider doing the same for your independent practice. When it comes to recurring billing software for hospital records, your management might have been hogged by the electronic medical records and data analytics. Recurring billing provides integration of medical data and provides features such as automatic billing and regular updates. This recurring billing software is essential for handling hospital records and patient’s medical history. It also serves as an integral component in the revenue cycle through daily updates on invoices, expenses incurred by the management, and inventory purchases. It helps in gauging the profitability of healthcare providers.\r\n\r\nWhat is great about subscription management software for the hospital industry is how your revenue cycle is automated with billing software. This gives you control over your finances as now you can easily track which claims have been paid, which are pending and which have been denied. Once you have in place such an automated system, manually performing paper-based submission seems so outdated. In order to determine which subscription management software is best suited to your practice, SubscriptionFlow has explored important features and the trends related to the recurring billing software for hospitals.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"2428\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Salient features of Subscription Management Software for Hospital Management\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579162192080{margin-top: 25px !important;}\"]\r\n\r\nInsurance Billing\r\n\r\nThis type of billing process is arduous and insurance companies are known to alter the criteria for medical purposes. Providers can better manage the claims process through this feature of billing software. They can automate claims submissions as well as re-submissions and denials. Subscription management software for hospital billing also allows providers to track the status of their claims. They can also arrange electronic submission with payers with whom they work on a regular basis. Providers can also find features through which they can verify patient insurance coverage in a hassle-free manner and adjust codes as required.\r\n\r\nClaims Scrubbing\r\n\r\nHuman error has to be the most common factor for claims to be denied. This can take the form of blunders in technical information such as mistyped procedure codes, slow down reimbursement rates, inaccurate patient information, such as mismatched names and identification numbers. Claims scrubbing is a software function that will erase the inaccurate data entered into electronic claims form. This feature entails a level of validation, especially where data entry errors are dealt with. A common example is where mistyped procedure codes are rectified prior to claim submission. Claims scrubbing has a significant impact on your hospital’s revenue and is likely to increase the efficiency of the coding department.\r\n\r\nSubscription Analytics and Reporting\r\n\r\nData analytics are quite popular for health management. Most providers in private practice are looking for reporting capabilities that highlight the financial health of their hospital over a period of time. Subscription management software for hospital records allows users to generate reports underlining claims acceptance, revenue sources, denial rates, and any loss of revenue from outstanding payments. Physicians can make use of the billing software to improve the patient experience and overall efficiency of their facility.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"2430\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Benefits of Subscription Management Software for Hospitals\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1579163485260{margin-top: 25px !important;}\"]Subscription management software for the hospital industry can be helpful for both healthcare providers and patients in the following ways:\r\n\r\nAccess healthcare data from anywhere\r\n\r\nWhen documents and data are available on the cloud, it becomes easier for employees to search within electronic documents and optimize operations within the facility as a result.\r\n\r\nFocus on quality care\r\n\r\nWhen you automate your routine billing and medical processes, subscription management software for hospital management enables healthcare providers to focus on more important tasks i.e. patient care.\r\n\r\nImproved patient satisfaction\r\n\r\nPatient satisfaction is likely to improve with subscription management software for hospital records. Standardized workflows and automated features like instant access to patient’s payment records and history of medical treatment, medical providers work effectively and efficiently.\r\n\r\nIt is quite evident that the demand for subscription management software for hospital management will continue to grow. The future rests on fulfilling the needs between patients and medical providers which is what the recurring billing software has successfully been able to do so. Where demand is growing, opportunities are bound to increase too. With SubscriptionFlow, you can embark on the road to providing efficient and high-quality medical service.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@staging.subscriptionflow.com\r\n\r\nContact Us\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@staging.subscriptionflow.com\r\n\r\nRequest Support\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','TEST','','draft','closed','closed','','','','','2020-09-10 08:32:17','2020-09-10 08:32:17','',0,'https://staging.subscriptionflow.com/?page_id=3220',0,'page','',0),(3258,1,'2020-08-06 12:00:32','2020-08-06 12:00:32','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Law Firms\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1596715682074{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Choose SubscriptionFlow for better client management with Subscription Management Software for Law Firms and usher into the future of AI-powered billing system</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3265\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Enhance Productivity with Our Recurring Billing Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990587034{margin-top: 25px !important;}\"]<a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing software</a> or subscription management software has become an essential part of every business and industry. Among the many reasons for this boom in the use of subscription management, is the support it has offered to businesses with charging their clients and managing cash flow. Subscription Management Software for Law Firms has become more prevalent than ever with law firms looking to reduce backlog due to outstanding bills and if billing is more and more time-consuming. So if you are also facing these issues than Subscription Management Software for Law Firms is ideal for you.\r\n<p class=\"main-des\">SubscriptionFlow offers Subscription Management Software for Law Firms which has helped our users to discover the tools of putting your billing processes on automated workflow. Most businesses have been focused on reducing the repercussions of outdated billing systems as a law firm. Problems like managing cash flow have been a constant challenge for many law firms which can be easily solved with Subscription Management Software for Law Firms. At SubscriptionFlow, we have seen many law firms and lawyers struggle with daily operations which can be easily solved by the use of our recurring billing software.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3266\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why is Subscription Management Software Important for Law Firms?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990692953{margin-top: 25px !important;}\"]Lawyers come across trouble daily when it comes to billing and handling every client’s account. This ultimately affects your efficiency and spending hours on preparing invoices, waiting for client payments, and bearing the backlog due to outstanding payments, etc. While as a law firm you can hire accountants for this purpose, their efficiency and productivity can be improved tremendously via Subscription Management Software for Law Firms. Rather than spending weeks on sending bills out to their clients, you can assemble billing processes through our recurring billing software. Whether it is recurring renewals or one-time invoices, our <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> allows users to manage customer accounts, manage cash flow, revenue recognition, offer multiple payment methods, and keep track of your CRM processes.\r\n\r\nSubscription Management Software for Law Firms is also an ideal investment for forms who are spending an unreasonable amount of time is not just customer management but bill calculation as well. For our users, SubscriptionFlow has provided with the tools to create hassle-free automated workflows which will automatically send customer invoices on a recurring or one-time basis. Your accountants will not have to keep track of their monthly billing processes and when it has to be renewed. Now as we have mentioned above many reasons why Recurring Billing Software for Law Firms is ideal for you but if you are still unsure then you should consider how much time your firm is spending on creating invoices each month. Similarly, if your firm is having trouble with keeping track of spreadsheets and adding information while preparing invoices then clearly your current workflow is facing productivity issues.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3267\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Streamline your CRM Processes and Recurring Billing\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606990754145{margin-top: 25px !important;}\"]From sending bills via, reminding clients of their outstanding bills, and processing payments each month, law firms have a solution to all of these repetitive processes in the form of Recurring Billing Software for Law Firms. One of the many advantages of using Recurring Billing Software for Law Firms powered by SubscriptionFlow is the amount of time it takes to create invoices. Every time, your lawyers or accountants enter or update client information in our billing software, it is saved for the time when they have to be billed. Our billing system will put all of this information in the form of a customized invoice including client names, addresses, invoice numbers, and issue dates. All in all, if it takes your firm a couple of days to prepare bills then it must cost you several wage hours. This will also affect your firm’s efficiency and longer the bills go unpaid, it will increase the burden on your firm to manage the services and costs of providing your services.\r\n\r\nLaw Firm Billing Software is not just for automating your billing process, it will also help you manage the whole billing process including updating your payment records and manage outstanding bills. You can easily sort through your bills, update your client information, and keep track of their assigned attorney, issue date, or any other kind of custom fields you want to add in your Law Firm Billing Software. Another benefit of using Law Firm Billing Software like SubscriptionFlow is that your customer can pay readily through <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">multiple payment methods</a> like PayPal, Apple Pay, debit or credit cards, or ACH method. So while our Law Firm Billing Software manages your CRM processes, send scheduled automated invoices, financial reconciliation, cash flow, recurring revenue, and collecting as well as processing payments, you can focus on carrying out your daily operations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Law Firms','','publish','closed','closed','','subscription-management-software-for-law-firms','','','2020-12-03 10:19:15','2020-12-03 10:19:15','',0,'https://staging.subscriptionflow.com/?page_id=3258',0,'page','',0),(3262,1,'2020-08-06 12:05:29','2020-08-06 12:05:29','','Subscription Software for lawfirm','','inherit','open','closed','','subscription-software-for-lawfirm','','','2020-08-06 12:05:37','2020-08-06 12:05:37','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Software-for-lawfirm.jpg',0,'attachment','image/jpeg',0),(3265,1,'2020-08-06 12:08:38','2020-08-06 12:08:38','','Enhance Productivity with Our Recurring Billing Software','','inherit','open','closed','','enhance-productivity-with-our-recurring-billing-software','','','2020-08-06 12:08:45','2020-08-06 12:08:45','',3258,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg',0,'attachment','image/jpeg',0),(3266,1,'2020-08-06 12:09:57','2020-08-06 12:09:57','','Why is Subscription Management Software Important for Law Firms','','inherit','open','closed','','why-is-subscription-management-software-important-for-law-firms','','','2020-08-06 12:10:05','2020-08-06 12:10:05','',3258,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg',0,'attachment','image/jpeg',0),(3267,1,'2020-08-06 12:11:53','2020-08-06 12:11:53','','Streamline your CRM Processes and Recurring Billing','','inherit','open','closed','','streamline-your-crm-processes-and-recurring-billing','','','2020-08-06 12:12:03','2020-08-06 12:12:03','',3258,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg',0,'attachment','image/jpeg',0),(3270,1,'2020-08-06 12:41:32','2020-08-06 12:41:32','[vc_row][vc_column][vc_custom_heading text=\"Why Worry About Customer Management when you can Use the Subscription Management Software Integrated with SugarCRM. Join SubscriptionFlow\" font_container=\"tag:h2|text_align:center\"][vc_single_image image=\"4180\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]If your business model requires you to offer subscriptions, renewals, recurring revenue, and managing customer’s online payments then you can utilize subscription software integrated with SugarCRM powered by SubscriptionFlow. Our smooth and seamless SugarCRM integration with subscription software will allow you to enhance your <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management</a> and offer seamless service to your customers without comprising over your team productivity. How do we make it possible? Let’s have a look at everything SugarCRM subscription management integration will allow you to do. Aligning your subscription information and updates with your marketing, sales, and overall customer relationship management so your customer-facing teams can easily collaborate and share information to avoid silos.\r\n\r\nWe are looking at businesses that are struggling to engage with their customers in a meaningful manner and have productive communication due to a lack of streamlined information and automated workflows. This takes up a lot of time for your customers who want to receive quick and productive customer service. For sales representatives, we are offering them the opportunity to gain more leads and utilize sales pipeline for further nurturing.\r\n<h3><strong>Why do you need Subscription Management for SugarCRM?</strong></h3>\r\nBut why is it important for you to connect your subscription management software with the SugarCRM account? Well, there are several reasons for that. First of all, SugarCRM Integration with Subscription Software will allow you to increase more transparency and open communication between your teams for managing different customer accounts. Moreover, Subscription Software for SugarCRM will allow you to increase your renewal rates among your customers or purchases when your marketing teams launch email marketing campaigns for products. You will be able to see visible results from the analytics on your reporting dashboard with reducing churn and more recurring revenue. So, it is not just management, Subscription Software for SugarCRM will also improve your chances of gaining more customers.\r\n<h3><strong>Improve customer management with our Subscription Software for SugarCRM </strong></h3>\r\nNow, let’s have a look at how Subscription Management for SugarCRM will improve your business performance. To start with management, your subscription management is not just for sending automatic invoices and receiving online payments, SubscriptionFlow is a holistic cloud-based software allows businesses to manage CRM, billing, invoicing, subscription management, reporting analytics, <a href=\"https://staging.subscriptionflow.com/proration/\">proration handling</a>, multiple payment methods, gateways and AI tools for subscription management. This is why our integrations like Subscription Management for SugarCRM works well because you will have a centralized approach to your daily processes. Not only has this, with Subscription Software for SugarCRM you will be able to automate your workflows for repeated updates.\r\n<h3><strong>Everything you need to know about SugarCRM</strong></h3>\r\nNow let’s dive into everything SugarCRM can do for your business. If you are not using it already, Subscription Software for SugarCRM will allow you to utilize tools for marketing, sales, and service teams who can offer productive customer experience. With our subscription software Integrated with SugarCRM, you can easily manage marketing, sales, and customer service processes that can be managed for your subscription business.\r\n\r\nMoreover, SugarCRM Integration with Subscription Software also offers flexibility for organizations to design automated business processes. As an industry leader, SubscriptionFlow believes in enhancing and improving your customer’s experience. Nowadays, we are looking towards more and more businesses towards customer-centric service. This is why you need SugarCRM Integration with Subscription Software, you need the tools of SugarCRM to enhance subscription management.\r\n<ul>\r\n <li>\r\n<h4><strong>Improve Sales Rep Performance</strong></h4>\r\n</li>\r\n</ul>\r\nSugarCRM Subscription Management will allow your sales rep to gather actionable insights from all social media and data sources. Moreover, SugarCRM Subscription Management will also offer alerts for leads who could be potential customers. You can also add your customers to the sales pipeline which will also automatically update your subscription database in SubscriptionFlow. Every sales rep can easily engage with hot leads right away while they do not have to worry about data entry.\r\n\r\nYour customer interactions will also be taken care of as SugarCRM Subscription Management will allow you to access your email inbox and update your CRM automatically. Adding sales automation to your subscription management software will allow you to make more subscription-based sales. Moreover, SubscriptionFlow has automatic renewals which will allow you to nourish customer relationships without worrying about <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing and invoicing</a> processes.\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Service Handled Expertly</strong></h4>\r\n</li>\r\n</ul>\r\nCreating customer experiences that lead to recurring renewals and revenue can be difficult but with SugarCRM Integration with Subscription Software, you can easily manage customer tickets as well. You can also add <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portals</a> within SugarCRM and design automated workflows to update your CRM database automatically. Moreover, Subscription Software for SugarCRM will allow you to streamline your customer communication without having to worry about losing customer queries. Your customer agents can improve productivity and enhance management. Prompt response powered with automated workflows for ticket updates will improve real-time response.\r\n<ul>\r\n <li>\r\n<h4><strong>Enhance Performance with Marketing Automation</strong></h4>\r\n</li>\r\n</ul>\r\nSubscription Software for SugarCRM is allowing many of our clients to capture leads and engage in nurturing more effectively because they no longer lose leads or engagements. SugarCRM Integration with Subscription Software has helped businesses to streamline your campaigns, revenue management, and overall reporting. SubscriptionFlow will enhance your ability to capture more leads and grow your customer base. Our SugarCRM Integration with Subscription Software can be used for social media management, web traffic, and different marketing tools without losing sight of streamlined processes. All in one management with SugarCRM Subscription Management is driven for growth and designing campaigns so you can experience revenue growth. We are helping businesses to improve their customer communication with SugarCRM Integration with Subscription Software and improve daily performance. Why suffer from the increasing churn, malpractices in customer management, and daily performance when you can experience top-notch growth with the Subscription software Integrated with SugarCRM. Contact us today![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integrated with SugarCRM','','publish','closed','closed','','subscription-software-integrated-with-sugarcrm','','','2020-12-03 12:33:14','2020-12-03 12:33:14','',0,'https://staging.subscriptionflow.com/?page_id=3270',0,'page','',0),(3277,1,'2021-11-12 14:11:53','2020-08-07 11:52:36','','Resources','','publish','closed','closed','','resources','','','2021-11-12 14:11:53','2021-11-12 14:11:53','',0,'https://staging.subscriptionflow.com/?p=3277',16,'nav_menu_item','',0),(3285,1,'2020-08-07 13:18:21','2020-08-07 13:18:21','[vc_row][vc_column][vc_column_text]\r\n<div class=\"custom-epkb-knowledge-base\">[epkb-knowledge-base id=1]</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 docs-page docs-page-psude\" css=\".vc_custom_1610004538359{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1610004551557{margin-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1610004545947{margin-bottom: 0px !important;}\"]\r\n<h3 class=\"text-uppercase\">Can\'t find what you\'re looking for?</h3>\r\nThere are more ways you can connect with us[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"docs-description-section\" width=\"1/3\" css=\".vc_custom_1610004684304{border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;}\"][vc_column_text]\r\n<h4 class=\"docs-heading\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-ticket\" aria-hidden=\"true\"></i>Submit a ticket</a></h4>\r\nWe will respond within 2-4 business hours[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_column_text]\r\n<h4 class=\"docs-heading\"><a href=\"https://support.subscriptionflow.com/servicedesk/customer/portal/1\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i>FAQ</a></h4>\r\nAnswers to common questions[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Docs','','publish','closed','closed','','docs','','','2021-03-09 07:48:44','2021-03-09 07:48:44','',0,'https://staging.subscriptionflow.com/docs/',0,'page','',0),(3295,1,'2020-08-07 14:01:53','2020-08-07 14:01:53','<h1>Configuration/User Guide of AvaTax for <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h1>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> takes away your tax related worries and give you a detailed taxing summary with each sale by the means of a powerful tax engine called Avalara. Avalara for <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> provides functionality to apply tax on sales orders from your Avalara organization. It also provides functionality to validate customer address, apply exemption code for taxes, apply Avalara taxes on invoices and refund feature. Keeping up with the ever-changing world of tax laws can be inefficient without automated tax compliance. AvaTax for Sales will automatically calculate sales tax and ensure automated sales tax compliance on your sales orders. Your AvaTax for <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> integration has a lot to offer:\r\n<h2>Key Features</h2>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Avalara tax module is easy to use</li>\r\n <li>Calculate taxes from Avalara while generating invoices in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></li>\r\n <li>Apply tax exemption to customers</li>\r\n <li>Validate customer addresses in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></li>\r\n <li>Refund the transaction</li>\r\n <li>Generate Invoices & Manage Transactions logs</li>\r\n <li>Supports multiple Avalara companies</li>\r\n <li>Full control over tax committing in Avalara</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Connect to AvaTax</h2>\r\nIt’s easy to connect Avalara with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. This is how you can do it:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>In <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, go to Administration Settings-> Marketplace-> <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>-> Tax Management-> Avalara and click on Get Started to open configuration screen.</li>\r\n <li>To connect with Avalara, enter Avalara account number and Avalara license key. If you are using Avalara sandbox account credentials, then click on the Test Environment option.</li>\r\n <li>To obtain Avalara account number click <a href=\"https://help.avalara.com/Avalara_AvaTax_Update/Find_your_company_ID_number\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a>.</li>\r\n <li>To obtain Avalara license key click <a href=\"https://help.avalara.com/Avalara_AvaTax_Update/Get_your_license_key\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a>.</li>\r\n\r\n <li>To test your credentials, click on Test Connection button.</li>\r\n <li>After successfully testing your credentials, click Save button.</li>\r\n</ul>\r\n\r\n[/su_list]\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-3047\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png\" alt=\"\" width=\"1797\" height=\"940\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Configure Avalara AvaTax</h2>\r\nAfter saving Avalara credentials, you can configure following options anytime:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Logging</strong>: If this option is enabled, it will show Logs tab where you can see the logs of invoices posted to Avalara.</li>\r\n <li><strong>Address Validation</strong>: If this option is enabled, an address validation button will appear on customer screen. Address validation is done via Avalara and it will calculate the taxes based on valid addresses.</li>\r\n <li><strong>Document Recording</strong>: It has following four options to control Avalara tax posting flow.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<ol>\r\n <li><u>Do not save to Avalara</u>: If this option is selected, taxes will be calculated via Avalara but it does not save your Invoices in Avalara.</li>\r\n <li><u>Commit All Invoices</u>: If this option is selected, it will commit the invoice to Avalara after calculating tax at the same time.</li>\r\n <li><u>Commit Paid Invoices only</u>: If this option is selected, the taxes are calculated via Avalara, the transaction is saved to Avalara but with status Uncommitted. Once the Invoice updates to the Paid status in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, it commits the related transaction on Avalara.</li>\r\n <li><u>Do not Commit</u>: If this option is selected, all invoices are saved to Avalara after tax calculation but the status remains uncommitted.</li>\r\n</ol>\r\n\r\n \r\n\r\n<img class=\"alignleft size-full wp-image-3048\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png\" alt=\"\" width=\"1807\" height=\"877\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Selecting Companies</h2>\r\n<ul>\r\n <li>Go to Companies tab, it shows a list of companies available in your Avalara account, simply click Select button for the companies you want to enable for <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.</li>\r\n</ul>\r\n \r\n<img class=\"alignleft size-full wp-image-3049\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png\" alt=\"\" width=\"1822\" height=\"938\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Assign an Avalara tax exempt category to a customer</h2>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Go to <strong>Customers</strong>, create a new customer or edit an existing. Scroll down to Tax Information section.</li>\r\n <li>Enable the Tax-Exempt option to see Tax exempt fields.</li>\r\n <li>In Certificate Id field, enter the customer’s exemption number.</li>\r\n <li>In the Entity Use Code field, select the appropriate customer type code.</li>\r\n <li>Click Save.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<img class=\"alignleft size-full wp-image-3050\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png\" alt=\"\" width=\"1913\" height=\"648\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Validate Customer Address</h2>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Go to Customers, create a new customer or edit an existing. Scroll down to <strong>Address Information</strong></li>\r\n <li>Enter the customer address and Click <strong>Validate Address</strong></li>\r\n <li>Review the returned validated address, click the <strong>Update </strong>button to update the customer record with the returned address.</li>\r\n <li>Click Save.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<img class=\"alignleft size-full wp-image-3051\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png\" alt=\"\" width=\"1909\" height=\"944\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Creating Tax Code Names</h2>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Go to Administration Settings->Accounting->Taxes and click on New Tax button</li>\r\n <li>Change Tax Engine to Avalara Tax Engine.</li>\r\n <li>Select Company</li>\r\n <li>Enter Tax Code Name for your convenience</li>\r\n <li>Enter Avalara Tax Code and click Save.</li>\r\n <li>To see a listing of all available AvaTax System tax codes, click <a href=\"http://taxcode.avatax.avalara.com/\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a></li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<img class=\"alignleft size-full wp-image-3052\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png\" alt=\"\" width=\"1918\" height=\"697\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Assign Tax Code Name to Plan Prices of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Go to <strong>Products</strong>, create a new product or open any existing product.</li>\r\n <li>Scroll down to <strong>Plans </strong>section, add a new plan if it’s not already there.</li>\r\n <li>Under each plan it shows three type of prices, the One time, Recurring and Usage Charges, you can apply tax to any of these or to all of them.</li>\r\n <li>Click on the Edit button of existing price or add a new price for the selected plan. Scroll down to the Taxes section.</li>\r\n <li>Enable the Taxable option to make this price Taxable.</li>\r\n <li>Set Tax Mode as Tax Exclusive or Tax Inclusive.</li>\r\n <li>Select Tax code name and click Save.</li>\r\n</ul>\r\n\r\n[/su_list]\r\nNOTE: The Plan Price which is not taxable, will still posted to Avalara with non-taxable code NT.\r\n\r\n<img class=\"alignleft size-full wp-image-3053\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png\" alt=\"\" width=\"1914\" height=\"797\" data-target=\"#popup-data\" data-toggle=\"modal\" />','AvaTax for Sales','','publish','open','closed','','avatax-for-sales','','','2021-01-18 07:57:04','2021-01-18 07:57:04','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=3295',0,'epkb_post_type_1','',0),(3297,1,'2020-08-07 14:05:15','2020-08-07 14:05:15','','image-3','','inherit','open','closed','','image-3','','','2020-08-07 14:05:15','2020-08-07 14:05:15','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png',0,'attachment','image/png',0),(3298,1,'2020-08-07 14:05:25','2020-08-07 14:05:25','','image-4','','inherit','open','closed','','image-4','','','2020-08-07 14:05:25','2020-08-07 14:05:25','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png',0,'attachment','image/png',0),(3299,1,'2020-08-07 14:05:32','2020-08-07 14:05:32','','image-6','','inherit','open','closed','','image-6','','','2020-08-07 14:05:32','2020-08-07 14:05:32','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png',0,'attachment','image/png',0),(3300,1,'2020-08-07 14:05:40','2020-08-07 14:05:40','','image-7','','inherit','open','closed','','image-7','','','2020-08-07 14:05:40','2020-08-07 14:05:40','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png',0,'attachment','image/png',0),(3301,1,'2020-08-07 14:05:47','2020-08-07 14:05:47','','iamge-5','','inherit','open','closed','','iamge-5','','','2020-08-07 14:05:47','2020-08-07 14:05:47','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png',0,'attachment','image/png',0),(3302,1,'2020-08-07 14:05:54','2020-08-07 14:05:54','','image-1','','inherit','open','closed','','image-1','','','2020-08-07 14:05:54','2020-08-07 14:05:54','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png',0,'attachment','image/png',0),(3303,1,'2020-08-07 14:06:02','2020-08-07 14:06:02','','image-2','','inherit','open','closed','','image-2','','','2020-08-07 14:06:02','2020-08-07 14:06:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png',0,'attachment','image/png',0),(3304,1,'2020-08-07 14:06:38','2020-08-07 14:06:38','Avalara is a cloud based solution for fulfilling tax compliance and SubscriptionFlow is offering Avalara integration for companies who want to improve their tax handling. In our opinion, companies need agile support for managing global payments and without Avalara, necessary automation will update tax rates. You will no longer have to worry about manually updating tax rates as you can use Avalara for seamless sales tax management, including location based calculations, distributing payments, managing exemptions and overall ensuring compliance.\r\n\r\nSubscriptionFlow believes in agility, flexibility and automation so companies can easily integrate their Avalara account with SubscriptionFlow site. We support seamless integration with AvaTax for Sales. This integration will allow you to calculate your sales tax automatically while complying with all sales tax requirements for your customer payments. Now you do not have to worry about burdening your finance team for all transactions because AvaTax for Sales will perform calculations based on jurisdictions automatically. Why worry about changing tax rates, tax exemptions or special rates for products when you are using our Avalara integration.','Avalara','','publish','open','closed','','avalara','','','2020-08-07 14:25:05','2020-08-07 14:25:05','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=3304',0,'epkb_post_type_1','',0),(3306,1,'2020-08-07 14:07:45','2020-08-07 14:07:45','SubscriptionFlow allows businesses to manage their taxes, billing, cash flow and bookkeeping all in one place. Take a look at our integrations which offer extensive financial tools. With these seamless integrations, your accounting and financial processes will be taken care of. Why use multiple apps for receiving online payments and managing auditing when you can use SubscriptionFlow? Whether you want to sync your invoices and payments or automate your tax compliance in daily sales, SubscriptionFlow offers it all. \r\n\r\nTake a look at our variety of integrations with these finance tools for optimal business performance and easy management:\r\n\r\n<div class=\"imagecard-section\">\r\n <div class=\"imagecard-box\">\r\n <div class=\"kb-img-box\"><a href=\"/knowledge-base/avalara/\"><img src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png\" alt=\"\" width=\"100\" height=\"102\" class=\"aligncenter size-full wp-image-2612\" /></a></div>\r\n <span><a href=\"/docs/avalara/\">Avalara<small>➔</small></a></span>\r\n </div>\r\n</div>','Finance','','publish','open','closed','','finance','','','2020-08-07 14:23:47','2020-08-07 14:23:47','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=3306',0,'epkb_post_type_1','',0),(3308,1,'2020-08-07 14:14:27','2020-08-07 14:14:27','','Finance <i class=\"fa fa-angle-right\"></i>','','publish','closed','closed','','finance','','','2021-01-18 07:49:39','2021-01-18 07:49:39','',0,'https://staging.subscriptionflow.com/?p=3308',15,'nav_menu_item','',0),(3309,1,'2020-08-07 14:14:28','2020-08-07 14:14:28','','Avalara <i class=\"fa fa-angle-right\"></i>','','publish','closed','closed','','avalara','','','2021-01-18 07:49:39','2021-01-18 07:49:39','',0,'https://staging.subscriptionflow.com/?p=3309',16,'nav_menu_item','',0),(3310,1,'2020-08-07 14:14:28','2020-08-07 14:14:28','','AvaTax for Sales <i class=\"fa fa-angle-right\"></i>','','publish','closed','closed','','avatax-for-sales','','','2021-01-18 07:49:39','2021-01-18 07:49:39','',0,'https://staging.subscriptionflow.com/?p=3310',17,'nav_menu_item','',0),(3314,1,'2020-08-07 15:00:39','2020-08-07 15:00:39','One of the numerous challenges for SaaS or Software as a Service product is to maintain a balance between revenue and value. It is crucial for a business entity to compensate their customers such that the billing strategy aligns well according to the customer needs. For this, identifying the appropriate and required billing model is an important attribute when it comes to attaining a heavy clientele base.\r\n\r\nThere exist a range of factors that individually contribute to the success of a SaaS business. For instance, customer satisfaction and optimized customer experience help in customer acquisition, brand reputation, and higher conversion rates. Not only this, but they also help ensure a strong relationship with customers which ultimately leads to increasing business value. Any discrepancy in identifying success elements can lead to a frustrating user journey and brand reputational damage.\r\n\r\nA successful SaaS product is the one which provides services to customers according to their interest. Along with other parameters, selecting an appropriate SaaS billing model is pivotal for a SaaS product. So let’s take a peek at some frequently used SaaS billing models that can help you find the best fit for your business.\r\n<ol>\r\n <li>\r\n<h2><strong> Per-User Billing</strong></h2>\r\n</li>\r\n</ol>\r\nThis is one of the most popular SaaS billing strategies in which the users pay bill based on the number of individuals that are using the software/service. For example, plan A allows three users to avail services at the same time, the bill would be less for that as compared to the plan B in which more 6 users can access the software.\r\n\r\nThe per-user pricing model is direct, simple, and easy to manage model. It helps users to calculate their monthly costs easily and also helps the simplifying the overall sales process. It also helps your SaaS business, because as you get the request to allow access for double users, you would ultimately get a double revenue in return. So this model is predictable with respect to the recurring revenue model.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong> Per-Active User Billing</strong></h3>\r\n</li>\r\n</ol>\r\nIt is a variant of the per-user pricing strategy. However, in this model, a user would have to pay the bill for active users. This means if the user is not using any service, then he/she will not pay for that and the money won’t get wasted. This model helps the users to buy a plan which gives access to the users and they will not pay the bill for the services which are not availed after subscription. The model will cost only the users who were active.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong> Pay As You Go Billing</strong></h3>\r\n</li>\r\n</ol>\r\nThis model charges the users based on the usage of service. It advantages the SaaS startups as they do not need to pay huge money for the whole product if they are using some of the features. This model is flexible and its important advantage is that this model does not waste resources on the services. The model is best for customers who use services occasionally or sporadically.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong> Freemium Model</strong></h3>\r\n</li>\r\n</ol>\r\nThis is a free-based model in which the SaaS businesses can provide a free access to their basic product to their customers. The advantage of this model is that by ensuring enhanced customer experience and enrich interface, the users would like to upgrade the service which is not free of cost. However, they can utilize the basic service to an extent they want to. Some SaaS businesses put a limit on using free basic service of some days or weeks and monitor the subscriptions to upgraded and basic services plans.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong> Tiered User Billing</strong></h3>\r\n</li>\r\n</ol>\r\nThis SaaS billing model is similar to the pay per user model, but it charges the users according to the tiered structure. This model increases the price as the number of users increases. Similarly, the permitted users increase in bands in the <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">tiered pricing strategy</a>. For example, there exists one pricing model for the package of 5 users and another package for up to 10 users. This model helps SaaS businesses tailor the service as per the needs of their customers. Also when the users outgrow from the package they were currently using, there is a direct way that can lead them to the next upgraded plan.\r\n<ol start=\"6\">\r\n <li>\r\n<h4><strong> Per Feature Billing</strong></h4>\r\n</li>\r\n</ol>\r\nIn this billing model, the focused parameter is the ‘features’ which is associated with the provided service. This model separates the price according to the features available in the chosen service. The packages that have high prices would have a greater number of features in it. The per-feature billing strategy offers an obvious upgrading motivation to the customers as it unlocked various other functionalities to the users. The model also compensates for the features which are heavy. For instance, there might exist some features that employ a greater number of resources. To compensate them, top-tiered packages are offered which incorporate the upgraded functionalities.\r\n<ol start=\"7\">\r\n <li>\r\n<h4><strong> Hybrid Billing </strong></h4>\r\n</li>\r\n</ol>\r\nA hybrid SaaS billing model is the one that provides a combination of two subscription billing models. The following are some of the conventional hybrid approaches used by businesses.\r\n<ul>\r\n <li>Tiered Billing model + <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business/\">per user billing model</a></li>\r\n <li>Tiered Billing model + custom model</li>\r\n <li>Tiered Billing model + pay as you go, billing model</li>\r\n</ul>\r\nThis is a flexible model that tailor the customer needs and present plans to them that best fit according to their requirements. SaaS businesses can design hybrid billing models to customers by identifying their user subscription behavior and activities related to obtaining services.\r\n\r\nFor any SaaS business, a billing model is extremely important. The model can be adjusted according to market demand and economic changes in the patterns of digital space. With recurring pricing billing models, online businesses can liquidate the customer lifecycle to provide them an optimum customer experience. Not only this, choosing a suitable billing model can contribute to the high business revenue and brand fame.','A Definitive Guide: Top SaaS Billing Models for SaaS Businesses','','publish','open','open','','a-definitive-guide-top-saas-billing-models-for-saas-businesses','','','2020-08-07 15:00:39','2020-08-07 15:00:39','',0,'https://staging.subscriptionflow.com/?p=3314',0,'post','',0),(3315,1,'2020-08-07 14:53:51','2020-08-07 14:53:51','','Top SaaS Billing Models for SaaS Businesses','','inherit','open','closed','','top-saas-billing-models-for-saas-businesses','','','2020-08-07 14:54:12','2020-08-07 14:54:12','',3314,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg',0,'attachment','image/jpeg',0),(3318,1,'2020-08-10 13:38:29','2020-08-10 13:38:29','','dashboard-1','','inherit','open','closed','','dashboard-1','','','2020-08-10 13:40:01','2020-08-10 13:40:01','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',0,'attachment','image/png',0),(3319,1,'2020-08-10 13:38:37','2020-08-10 13:38:37','','dashboard-2','','inherit','open','closed','','dashboard-2','','','2020-08-10 13:40:10','2020-08-10 13:40:10','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png',0,'attachment','image/png',0),(3320,1,'2020-08-10 13:42:52','2020-08-10 13:42:52','<h1>Introduction to the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Dashboard</h1>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> intuitive ‘Dashboard’ offers a comprehensive summary of the health of your subscription business. It allows you to overview and monitor your key metrics in a glimpse only. For further assistance, SubscriptionFlow allows its clients to create and manage custom homepage so they can easily view and analyze the consolidated or individual statistics of the accounts. Get detailed insights into your collections, billing, transactions, and recurring revenue growth.\r\n \r\n<ul class=\"number-1\">\r\n <li>To access the dashboard, log in to your account via the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> website.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3318\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png\" alt=\"\" width=\"1584\" height=\"712\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-2\">\r\n <li>Enter login credentials.</li>\r\n</ul>\r\n \r\n<img class=\"alignleft size-full wp-image-3319\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png\" alt=\"\" width=\"1599\" height=\"621\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-3\">\r\n <li>You will be redirected to the Dashboard or Homepage.</li>\r\n</ul>\r\n \r\nThis is the classic view of the dashboard. It gives you a comprehensive summary of the key metrics, such as Monthly Recurring Revenue (MRR) and Annual Recurring Revenue (ARR), Net Calculations, Subscriptions Performance, and other custom arranged additional components to monitor your subscription business and recurring revenue growth.\r\n \r\n<h2>Adding a Component in the Dashboard</h2>\r\n \r\n<ul class=\"number-4\">\r\n <li>To add a component in the Home Page, click on the top-right of the ‘Action’ tab.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3321\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png\" alt=\"\" width=\"1599\" height=\"786\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-5\">\r\n <li>A drop-down menu will appear. Click on the ‘Add Component’ in the drop-down menu.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3322\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png\" alt=\"\" width=\"1590\" height=\"750\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-6\">\r\n <li>Select ‘Custom View’ in the form.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3323\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png\" alt=\"\" width=\"1599\" height=\"792\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-7\">\r\n <li>The form will unfold. Click on the first field.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3324\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png\" alt=\"\" width=\"1599\" height=\"788\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-8\">\r\n <li>A drop-menu with the following modules will appear:</li>\r\n</ul>\r\n \r\n<ol class=\"kb-list-style-roman\">\r\n <li>Contacts</li>\r\n <li>Coupons</li>\r\n <li>Customers</li>\r\n <li>Deals</li>\r\n <li>Invoices</li>\r\n <li>Leads</li>\r\n <li>Orders</li>\r\n <li>Plans</li>\r\n <li>Products</li>\r\n <li>Subscriptions</li>\r\n <li>Transactions</li>\r\n</ol>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3325\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png\" alt=\"\" width=\"1598\" height=\"751\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\nBased on these listings, you may add components in the classic view.\r\n \r\n<ul class=\"number-9\">\r\n <li>Click and select the period range from the next field.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3326\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png\" alt=\"\" width=\"1599\" height=\"785\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-10\">\r\n <li>The overview of the selected category and its time period can be seen on the home page in the tabular form.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3327\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png\" alt=\"\" width=\"1366\" height=\"2215\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-11\">\r\n <li>The component can be deleted by simply clicking at the bin icon given at the top-right of the component added on the dashboard.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3328\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png\" alt=\"\" width=\"1599\" height=\"794\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<h2>Creating a Customized Dashboard</h2>\r\n \r\n<ul class=\"number-12\">\r\n <li>To create a customized home page, click on the ‘classic view’ tab on the top-right.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3329\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png\" alt=\"\" width=\"1595\" height=\"795\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-13\">\r\n <li>A drop-down menu featuring ‘Customize Home Page’ tab will appear. Click on it.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3330\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png\" alt=\"\" width=\"1595\" height=\"749\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-14\">\r\n <li>A new page to create and manage the custom home page will appear.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3331\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png\" alt=\"\" width=\"1599\" height=\"784\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-15\">\r\n <li>Click on the ‘+New Homepage’ tab on the top-right of the page.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3332\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png\" alt=\"\" width=\"1599\" height=\"789\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-16\">\r\n <li>You will be redirected to the user-friendly template page.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3333\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png\" alt=\"\" width=\"1593\" height=\"786\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-17\">\r\n <li>Set the name of the project.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3334\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png\" alt=\"\" width=\"1588\" height=\"795\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-18\">\r\n <li>Click on the ‘Custom View’ tab given on the top-left of the column in the left.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3335\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png\" alt=\"\" width=\"1591\" height=\"785\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-19\">\r\n <li>Clicking on the ‘Choose Module’ unravels a drop-down menu of the following modules:</li>\r\n</ul>\r\n \r\n<ol class=\"kb-list-style-roman\">\r\n <li>Contacts</li>\r\n <li>Coupons</li>\r\n <li>Customers</li>\r\n <li>Deals</li>\r\n <li>Invoices</li>\r\n <li>Leads</li>\r\n <li>Orders</li>\r\n <li>Plans</li>\r\n <li>Products</li>\r\n <li>Subscriptions</li>\r\n <li>Transactions</li>\r\n</ol>\r\n \r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3336\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png\" alt=\"\" width=\"1592\" height=\"781\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\nSelect any module.\r\n<ul class=\"number-20\">\r\n <li>Select the time period from the column on the left.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3337\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png\" alt=\"\" width=\"1589\" height=\"789\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-21\">\r\n <li>You can also drag and re-shape the placements of the added module’s table.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3338\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png\" alt=\"\" width=\"1587\" height=\"791\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-22\">\r\n <li>Click on the ‘Save and Share’ tab.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3339\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png\" alt=\"\" width=\"1581\" height=\"782\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-23\">\r\n <li>Enter the required credentials. Save it.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3340\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png\" alt=\"\" width=\"1597\" height=\"792\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-24\">\r\n <li>The custom home page will enlist on the ‘customized home page manager’ as well as under the ‘custom view’ tab given on the top-right of the dashboard.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3341\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png\" alt=\"\" width=\"1597\" height=\"790\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3342\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png\" alt=\"\" width=\"1596\" height=\"753\" data-target=\"#popup-data\" data-toggle=\"modal\"/>\r\n \r\n<ul class=\"number-25\">\r\n <li>Click on it and access your Customized Dashboard.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3343\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png\" alt=\"\" width=\"1599\" height=\"790\" data-target=\"#popup-data\" data-toggle=\"modal\"/>','Overview','','publish','open','closed','','dashboard-overview','','','2021-01-18 07:58:26','2021-01-18 07:58:26','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=3320',0,'epkb_post_type_1','',0),(3321,1,'2020-08-10 13:38:47','2020-08-10 13:38:47','','dashboard-4','','inherit','open','closed','','dashboard-4','','','2020-08-10 13:40:59','2020-08-10 13:40:59','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png',0,'attachment','image/png',0),(3322,1,'2020-08-10 13:38:54','2020-08-10 13:38:54','','dashboard-5','','inherit','open','closed','','dashboard-5','','','2020-08-10 13:41:06','2020-08-10 13:41:06','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png',0,'attachment','image/png',0),(3323,1,'2020-08-10 13:39:00','2020-08-10 13:39:00','','dashboard-6','','inherit','open','closed','','dashboard-6','','','2020-08-10 13:41:15','2020-08-10 13:41:15','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png',0,'attachment','image/png',0),(3324,1,'2020-08-10 13:39:07','2020-08-10 13:39:07','','dashboard-7','','inherit','open','closed','','dashboard-7','','','2020-08-10 13:41:25','2020-08-10 13:41:25','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png',0,'attachment','image/png',0),(3325,1,'2020-08-10 13:39:14','2020-08-10 13:39:14','','dashboard-8','','inherit','open','closed','','dashboard-8','','','2020-08-10 13:41:42','2020-08-10 13:41:42','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png',0,'attachment','image/png',0),(3326,1,'2020-08-10 13:39:19','2020-08-10 13:39:19','','dashboard-9','','inherit','open','closed','','dashboard-9','','','2020-08-10 13:41:49','2020-08-10 13:41:49','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png',0,'attachment','image/png',0),(3327,1,'2020-08-10 13:39:25','2020-08-10 13:39:25','','dashboard-10','','inherit','open','closed','','dashboard-10','','','2020-08-10 13:41:58','2020-08-10 13:41:58','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png',0,'attachment','image/png',0),(3328,1,'2020-08-10 13:39:58','2020-08-10 13:39:58','','dashboard-11','','inherit','open','closed','','dashboard-11','','','2020-08-10 13:43:34','2020-08-10 13:43:34','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png',0,'attachment','image/png',0),(3329,1,'2020-08-10 13:40:05','2020-08-10 13:40:05','','dashboard-12','','inherit','open','closed','','dashboard-12','','','2020-08-10 13:43:49','2020-08-10 13:43:49','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png',0,'attachment','image/png',0),(3330,1,'2020-08-10 13:40:11','2020-08-10 13:40:11','','dashboard-13','','inherit','open','closed','','dashboard-13','','','2020-08-10 13:44:00','2020-08-10 13:44:00','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png',0,'attachment','image/png',0),(3331,1,'2020-08-10 13:40:19','2020-08-10 13:40:19','','dashboard-14','','inherit','open','closed','','dashboard-14','','','2020-08-10 13:44:07','2020-08-10 13:44:07','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png',0,'attachment','image/png',0),(3332,1,'2020-08-10 13:40:24','2020-08-10 13:40:24','','dashboard-15','','inherit','open','closed','','dashboard-15','','','2020-08-10 13:44:14','2020-08-10 13:44:14','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png',0,'attachment','image/png',0),(3333,1,'2020-08-10 13:40:30','2020-08-10 13:40:30','','dashboard-16','','inherit','open','closed','','dashboard-16','','','2020-08-10 13:44:22','2020-08-10 13:44:22','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png',0,'attachment','image/png',0),(3334,1,'2020-08-10 13:40:36','2020-08-10 13:40:36','','dashboard-17','','inherit','open','closed','','dashboard-17','','','2020-08-10 13:44:29','2020-08-10 13:44:29','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png',0,'attachment','image/png',0),(3335,1,'2020-08-10 13:40:43','2020-08-10 13:40:43','','dashboard-18','','inherit','open','closed','','dashboard-18','','','2020-08-10 13:44:37','2020-08-10 13:44:37','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png',0,'attachment','image/png',0),(3336,1,'2020-08-10 13:40:49','2020-08-10 13:40:49','','dashboard-19','','inherit','open','closed','','dashboard-19','','','2020-08-10 13:44:47','2020-08-10 13:44:47','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png',0,'attachment','image/png',0),(3337,1,'2020-08-10 13:40:56','2020-08-10 13:40:56','','dashboard-20','','inherit','open','closed','','dashboard-20','','','2020-08-10 13:44:55','2020-08-10 13:44:55','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png',0,'attachment','image/png',0),(3338,1,'2020-08-10 13:41:04','2020-08-10 13:41:04','','dashboard-21','','inherit','open','closed','','dashboard-21','','','2020-08-10 13:45:02','2020-08-10 13:45:02','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png',0,'attachment','image/png',0),(3339,1,'2020-08-10 13:41:11','2020-08-10 13:41:11','','dashboard-22','','inherit','open','closed','','dashboard-22','','','2020-08-10 13:45:11','2020-08-10 13:45:11','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png',0,'attachment','image/png',0),(3340,1,'2020-08-10 13:41:27','2020-08-10 13:41:27','','dashboard-23','','inherit','open','closed','','dashboard-23','','','2020-08-10 13:45:19','2020-08-10 13:45:19','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png',0,'attachment','image/png',0),(3341,1,'2020-08-10 13:41:34','2020-08-10 13:41:34','','dashboard-24','','inherit','open','closed','','dashboard-24','','','2020-08-10 13:45:27','2020-08-10 13:45:27','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png',0,'attachment','image/png',0),(3342,1,'2020-08-10 13:41:39','2020-08-10 13:41:39','','dashboard-25','','inherit','open','closed','','dashboard-25','','','2020-08-10 13:45:58','2020-08-10 13:45:58','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png',0,'attachment','image/png',0),(3343,1,'2020-08-10 13:41:46','2020-08-10 13:41:46','','dashboard-26','','inherit','open','closed','','dashboard-26','','','2020-08-10 13:45:43','2020-08-10 13:45:43','',3320,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png',0,'attachment','image/png',0),(3354,1,'2020-08-10 14:45:58','2020-08-10 14:45:58','','Dashboard','','publish','closed','closed','','dashboard','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=3354',10,'nav_menu_item','',0),(3355,1,'2020-08-10 14:45:58','2020-08-10 14:45:58','','Overview <i class=\"fa fa-angle-right\"></i>','','publish','closed','closed','','overview','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=3355',11,'nav_menu_item','',0),(3356,1,'2020-08-10 14:45:58','2020-08-10 14:45:58','','Integrations','','publish','closed','closed','','integrations','','','2021-01-18 07:49:39','2021-01-18 07:49:39','',0,'https://staging.subscriptionflow.com/?p=3356',14,'nav_menu_item','',0),(3357,1,'2020-08-10 15:23:05','2020-08-10 15:23:05','The digital space is revolutionizing at a rapid pace. The industrial landscape is adopting innovative solutions to compete with businesses in this technological world. Among those strategies, subscription management is grooving into every online business that provides unique services and products to customers. By taking into account a range of feasibility aspects, subscription management helps businesses align the services and their billing system in a highly efficient manner.\r\n\r\nA well-thought subscription model is crucial for the success of businesses. Research by Digitalist Magazine shows that about 53% of software revenue is expected to be generated through a subscription model by 2022. For online businesses, the most tricky process is to identify the subscription model that can help them ensure frictionless subscription management and recurring billing processes.\r\n\r\nE-commerce subscriptions are vital for online retailers which provide them seamless operational benefits, high customer conversion rates, better results of marketing, robust inventory management, and improved margins. Other than this, the most important aspect corresponds to the optimized customer experience in which customer problems such as service queries, product discovery, and replenishment, etc. are addressed in an effective way.\r\n\r\nJust like various other industries, Subscriptionflow is a <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/\">subscription management platform for eCommerce</a> that helps online retailers manage all of their subscription processes by easily integrating a subscription management system to automate their subscription infrastructure.\r\n<h2><strong>Tailored Subscription Services</strong></h2>\r\nSubscriptionflow provides an ease to eCommerce businesses in the form of recurring billing processes that not only help reduce the failed payments but also consider the ones which were postponed or paused. This helps your business when it comes to launching a well-designed sales strategy. It increases customer engagement by tailoring the needs of customers according to their demand. For an eCommerce business, it is crucially important to take into account the target audience and their requirements. Based on those, the services for customers should be tailored to provide them enhanced customer experience. Also, it ultimately contributes to a strong brand reputation.\r\n\r\nBased on the eCommerce business demand, we offer billing strategies and you can choose the best fit for your business. For instance, taking into consideration the traffic volume, type, usage, and services, Subscriptionflow provides you a choice between a range of subscription services to manage your subscription processes in a fully automated manner.\r\n<h3><strong>Increased Conversion Rates</strong></h3>\r\nThe eCommerce subscription economy is customer-centered due to which businesses need to focus on increasing conversion rates. For this, recurring billing management is vital that manages the failed payments and deals with the involuntary churns. Subscription flow is an automated tool that does all this for you. It is robust and free of error subscription management software that makes a record of recurring payments and increases customer retention simultaneously. The customers who are in long term relationships with your business would require recurring billing and subscription management services so that they could continue with the services they used to take.\r\n\r\nSubscriptionflow helps your eCommerce business to maintain recurring billing in a highly flexible way. Its intelligent system is capable of reducing the costs, assisting businesses in streamlining their subscription processes, and adding value to services. Not only this, but it also automated the revenue generation model and makes the payment system secure.\r\n<h3><strong>Unified Interface for CRM Management</strong></h3>\r\nThe manual subscription management software is way too far in this world moving towards innovation. The customer base is more inclined towards the digital world where they could easily get services on one tap. To provide seamless services to customers, the eCommerce businesses are also required to be vigilant with respect to adopting innovative Customer Resources Management (CRM) software. Whether it is recurring or one-time billing, Subscriptionflow provides a unified interface where all the subscription-related activities are centralized and can be easily managed.\r\n\r\nNot only from the perspective of customers but Subscriptionflow is designed taking into account the eCommerce business entities who can use easy interface and manage a variety of processes such as CRM, <a href=\"https://staging.subscriptionflow.com/dunning-management/\">dunning management</a>, invoicing and billing, sales tax, payment gateways management, billing strategies, proration handling, etc.\r\n<h3><strong>Effective Decision Making</strong></h3>\r\nFor a successful eCommerce subscription model, the very first step is to ensure effective decision making when it comes to choosing the billing strategies and plans for customers. Sometimes, the customer conversion rates start dropping out. The reason could vary from improper billing strategy to weak sales strategy, ineffective marketing tools to inefficient subscription management, etc.\r\n\r\nHowever, under any situation, Subscriptionflow helps eCommerce business amend their services according to customer requirements. This not only provides insights towards better decision making but also increase customer retention. Automated subscription management software holds the capability of providing robust results with respect to recurring revenue.\r\n<h4><strong>Extensible Integration</strong></h4>\r\neCommerce business can easily integrate the subscription management system and provide seamless services to its customers. The software is extensible as it provides options for an automated billing system to improve, grow, and provide accurate results along with increasing business growth. Subscription flow provides flexible integration options for customer support, CRM, accounting, ERP, and many other stacks. Along with real-time reporting and customer support services, it enhances the customer experience which ultimately leads to increased conversion rates. Other than this, the customers who are suing basic services from your business would then opt to upgrade them to get even more optimized services.\r\n\r\nTo sum up, the advent of eCommerce has given birth to various golden opportunities to online retailers with which they can generate more leads. The subscription management software in eCommerce has become a new normal which contributes to transforming customers into paid ones by influencing then to upgrade their free trial status. Moreover, the automated processes have lowered the cost of hiring people for managing each customer query and action which was also prone to human errors. This is the time to compete with the innovative world and stay a step ahead of the leading eCommerce businesses.','How to Manage eCommerce Subscriptions with SubscriptionFlow','','publish','open','open','','how-to-manage-ecommerce-subscriptions-with-subscriptionflow','','','2020-08-10 15:23:05','2020-08-10 15:23:05','',0,'https://staging.subscriptionflow.com/?p=3357',0,'post','',0),(3359,1,'2020-08-10 15:21:05','2020-08-10 15:21:05','','How to Manage eCommerce Subscriptions with SubscriptionFlow','','inherit','open','closed','','how-to-manage-ecommerce-subscriptions-with-subscriptionflow','','','2020-08-10 15:21:17','2020-08-10 15:21:17','',3357,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(3366,1,'2020-08-12 12:30:47','2020-08-12 12:30:47','','customer-3','customer-3','inherit','open','closed','','customer-3','','','2020-08-12 12:37:36','2020-08-12 12:37:36','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png',0,'attachment','image/png',0),(3367,1,'2020-08-12 12:30:54','2020-08-12 12:30:54','','customer-4','','inherit','open','closed','','customer-4','','','2020-08-12 12:38:01','2020-08-12 12:38:01','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png',0,'attachment','image/png',0),(3368,1,'2020-08-12 12:31:00','2020-08-12 12:31:00','','customer-5','','inherit','open','closed','','customer-5','','','2020-08-12 12:38:30','2020-08-12 12:38:30','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png',0,'attachment','image/png',0),(3369,1,'2020-08-12 12:31:09','2020-08-12 12:31:09','','customer-6','','inherit','open','closed','','customer-6','','','2020-08-12 12:38:37','2020-08-12 12:38:37','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png',0,'attachment','image/png',0),(3370,1,'2020-08-12 12:31:15','2020-08-12 12:31:15','','customer-7','','inherit','open','closed','','customer-7','','','2020-08-12 12:38:44','2020-08-12 12:38:44','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png',0,'attachment','image/png',0),(3371,1,'2020-08-12 12:31:21','2020-08-12 12:31:21','','customer-8','','inherit','open','closed','','customer-8','','','2020-08-12 12:38:53','2020-08-12 12:38:53','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png',0,'attachment','image/png',0),(3372,1,'2020-08-12 12:31:28','2020-08-12 12:31:28','','customer-9','','inherit','open','closed','','customer-9','','','2020-08-12 12:39:03','2020-08-12 12:39:03','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png',0,'attachment','image/png',0),(3373,1,'2020-08-12 12:31:34','2020-08-12 12:31:34','','customer-10','','inherit','open','closed','','customer-10','','','2020-08-12 12:39:10','2020-08-12 12:39:10','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png',0,'attachment','image/png',0),(3374,1,'2020-08-12 12:31:40','2020-08-12 12:31:40','','customer-11','','inherit','open','closed','','customer-11','','','2020-08-12 12:39:26','2020-08-12 12:39:26','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png',0,'attachment','image/png',0),(3375,1,'2020-08-12 12:31:46','2020-08-12 12:31:46','','customer-12','','inherit','open','closed','','customer-12','','','2020-08-12 12:39:36','2020-08-12 12:39:36','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png',0,'attachment','image/png',0),(3376,1,'2020-08-12 12:31:52','2020-08-12 12:31:52','','customer-13','','inherit','open','closed','','customer-13','','','2020-08-12 12:39:42','2020-08-12 12:39:42','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png',0,'attachment','image/png',0),(3377,1,'2020-08-12 12:31:58','2020-08-12 12:31:58','','customer-14','','inherit','open','closed','','customer-14','','','2020-08-12 12:39:49','2020-08-12 12:39:49','',3378,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png',0,'attachment','image/png',0),(3378,1,'2020-08-12 12:40:03','2020-08-12 12:40:03','<h1>Creating a Customer Account</h1>\r\nSubscriptionFlow allows subscribers to create their account at the time of purchase of the subscription, enter their personal and payment details, and keep the hold of their crucial information, such as billing information, card details, etc. themselves through the hosted page.\r\n\r\nA customer account also can be created easily in the Client’s portal. Here is your step-by-step guide to add a customer for billing into your subscriber base and access or manage the customer account through it.\r\n \r\n<ul class=\"number-1\">\r\n <li>Access the Client’s Portal through SubscriptionFlow Site</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3318\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png\" alt=\"\" width=\"1584\" height=\"712\" />\r\n \r\n<ul class=\"number-2\">\r\n <li>Enter login credentials.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"alignleft size-full wp-image-3319\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png\" alt=\"\" width=\"1599\" height=\"621\" />\r\n \r\n<ul class=\"number-3\">\r\n <li>In the NavBar, find the <strong>‘Customers’</strong> tab.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png\" alt=\"customer-3\" width=\"1595\" height=\"743\" class=\"size-full wp-image-3366\" />\r\n\r\n \r\n<ul class=\"number-4\">\r\n <li>Click on the ‘Customers’ tab. You will be directed to the Customers Page. </li>\r\n</ul>\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png\" alt=\"\" width=\"1595\" height=\"733\" class=\"alignleft size-full wp-image-3367\" />\r\n \r\n\r\nThis is the place where you can find and access all the details of your subscribers, their subscriptions, and their payment statuses.\r\n \r\n<ul class=\"number-5\">\r\n <li>In the top-right, find the ‘Create Customer’ Tab.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png\" alt=\"\" width=\"1589\" height=\"703\" class=\"alignleft size-full wp-image-3368\" />\r\n\r\n \r\n<ul class=\"number-6\">\r\n <li>You can also create a customer by clicking at the sign of ‘+’ in the NavBar. </li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png\" alt=\"\" width=\"1589\" height=\"738\" class=\"alignleft size-full wp-image-3369\" />\r\n \r\n<ul class=\"number-7\">\r\n <li>A drop-down menu will appear. </li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png\" alt=\"\" width=\"1594\" height=\"736\" class=\"alignleft size-full wp-image-3370\" />\r\n\r\n \r\n<ul class=\"number-8\">\r\n <li>Click on the <strong>Customers in the drop-down menu</strong>.</li>\r\n</ul>\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png\" alt=\"\" width=\"1591\" height=\"733\" class=\"alignleft size-full wp-image-3371\" />\r\n \r\n\r\n<ul class=\"number-9\">\r\n <li>A new page with multiple fields of information required to be filed with customer’s information will appear. </li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png\" alt=\"\" width=\"1592\" height=\"741\" class=\"alignleft size-full wp-image-3372\" />\r\n \r\n<ul class=\"number-10\">\r\n <li>Fill in the name and billing address of the customer. </li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png\" alt=\"\" width=\"1587\" height=\"729\" class=\"alignleft size-full wp-image-3373\" />\r\n \r\n<ul class=\"number-11\">\r\n <li>Validate the address. Save it.</li>\r\n</ul>\r\n \r\n<imgdata-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png\" alt=\"\" width=\"1586\" height=\"739\" class=\"alignleft size-full wp-image-3374\" />\r\n \r\n\r\n<ul class=\"number-12\">\r\n <li>Customer details are saved in a customer database.</li>\r\n</ul>\r\n \r\n<imgdata-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png\" alt=\"\" width=\"1593\" height=\"742\" class=\"alignleft size-full wp-image-3375\" />\r\n\r\n \r\n<ul class=\"number-13\">\r\n <li>Click ‘Customers’ in the NavBar again.</li>\r\n</ul>\r\n \r\n<imgdata-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png\" alt=\"\" width=\"1591\" height=\"737\" class=\"alignleft size-full wp-image-3376\" />\r\n \r\n<ul class=\"number-14\">\r\n <li>The customer’s entry will be added on the list.</li>\r\n</ul>\r\n \r\n<imgdata-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png\" alt=\"\" width=\"1593\" height=\"742\" class=\"alignleft size-full wp-image-3377\" />\r\n ','Customer Account','','publish','open','closed','','customer-account','','','2021-01-18 07:59:13','2021-01-18 07:59:13','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=3378',0,'epkb_post_type_1','',0),(3384,1,'2020-08-12 13:32:07','2020-08-12 13:32:07','In almost all the industries operating online or offline, subscription box services are becoming crucially important. In the past few years, subscription services and varying subscription billing strategies have penetrated into the digital space to automate the subscription processes of various businesses which include but are not limited to eCommerce, fashion, gaming, food, digital payments services providers, etc. The success of a subscription service is highly dependent on a satisfied clientele base and the revenue which is been generated through the <a href=\"https://staging.subscriptionflow.com/pricing/\">subscription plans</a> and offers. In driving the subscription businesses, there are several aspects that need to be taken into consideration such that they could help promote innovative services and offers. It is the time to dig out that what steps can help your subscription box business go viral and get high user traffic in a short period of time.\r\n\r\nFor a successful subscription box service, it is crucially important to lower the churn rate. Focusing on customer retention is the primary goal that also helps reduce the cost of acquiring customers (CAC). This not only helps increase the business profits but also contributes to enhanced brand reputation. Getting high user traffic is always a tricky process but a well-thought design for the customer lifecycle can help retain customers for a longer period of time. The thing is to identify the attributes which attract users. These could be tailoring the services according to customer’s needs, ensure stringent and well-planned advertisement, inbound marketing techniques, or campaigns like pay per click, etc. For all these purposes, a subscription box business should be able to know the innovative marketing tactics which help attract the customer and grow the business base.\r\n<h2><strong>Develop a Solid Marketing Strategy</strong></h2>\r\nIdentify the market for which your subscription box services are designed. Increase brand awareness in that commoditized market and establish the foundation that differs you will all other competitors in that market. This can be done by offering customers much more than they expect and it will help your business get a competitive edge. Another important element is to capture the interest of the audience that surrounds your product. Based on this, the services can be revamped according to the customer’s interests. Build trust in communities by providing them intellectual prospects that can help your business grow by ultimately addressing the market.\r\n\r\nSo let’s look at some useful techniques that can help you market your subscription box business.\r\n<h3><strong>Develop “Organic” Social Media Strategy</strong></h3>\r\nIn this strategy, first, it is important that you produce content that your users love. A good material influence users that they like to share it among their networks. Therefore, in planning a well-thought strategy make sure that your content is unique. An organic social media strategy corresponds to targeting social media networking platforms where your followers can be increased and it would increase opportunities to target both users and their network. The social media platform is one of the most powerful techniques that help in customer acquisition and ultimately contributes to business growth.\r\n<h3><strong>Get Professional Reviews</strong></h3>\r\nThis is another potential way that can market your subscription box business. Get the professional reviews from the influencers that belong to your targeted industries. These reviews can be collected from high-potential social media profiles having a higher number of followers or readers that can help promote your business. Professional reviews at your social media and websites will influence users where the roads of business growth can be paved.\r\n<h3><strong>Focus on “Customer Experience”</strong></h3>\r\nCustomer retention grows business revenue and value. After identifying a target market, the next step is to offer the optimized experience to users to assure their satisfaction. Also, offer giveaways, discounts, and coupons to customers that can help you achieve high customer acquisition. This will increase brand reputation as users will spread the word to their family and friends as well. Customer experience is an attribute that should never be overlooked and given the higher priority that enforce users to share their experience with their loved ones and hence marketing can grip force.\r\n<h3><strong>Offer free-trial to customers </strong></h3>\r\nIt is another marketing strategy that grabs customers by offering them enhanced customer experience through a free trial of services. Identify your industry and then based on the time it will take to influence a user, specify the time period to which the free trial will last. Identify the features that you need to offer or limit during the free trial process. Make sure that you add some strong features that force users to try other add-ons offered by your subscription box services by buying them.\r\n<h4><strong>Customer Acquisitions via Marketing Campaigns</strong></h4>\r\nIn customer acquisition, well-planned marketing plans play a vital role. These campaigns could be paid or unpaid. However, if the plan is established based on a smart strategy then unpaid campaigns could be fruitful enough to ignore the need for paid marketing campaigns. Targeted coupon campaigns can also be run in which time defined coupons are created for customers who can avail services and after a certain time period they could subscribe to it. In this way, subscription box business can generate higher revenue after converting the temporary customers into permanent ones. Other than this, gift subscriptions can also be given to customers as giveaways that they can spread to their friends as well as having the same interest and would then subscribe to your subscription box.\r\n\r\nTo sum up, there are various elements that contribute to customer acquisition and business growth. The need is to take into account smart and innovative techniques that could market your subscription box business. These strategies should be well planned and based on a dynamic model that could drive business growth. Customer experience is a primary factor that should be given focused attention such that the users get impressed by the services offered by your <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas/\">subscription box business</a> and spread to their network which would increase your sales and business growth.','Subscription Box Business 103-Market your Subscription Box, Attract the Sales And Grow the Subscriber Base','','publish','open','open','','subscription-box-business-103-market-your-subscription-box-attract-the-sales-and-grow-the-subscriber-base','','','2020-08-12 13:32:07','2020-08-12 13:32:07','',0,'https://staging.subscriptionflow.com/?p=3384',0,'post','',0),(3385,1,'2020-08-12 13:26:37','2020-08-12 13:26:37','','Subscription Box Business 103','','inherit','open','closed','','subscription-box-business-103','','','2020-08-12 13:26:50','2020-08-12 13:26:50','',3384,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-103.jpg',0,'attachment','image/jpeg',0),(3388,1,'2020-08-12 14:51:20','2020-08-12 14:51:20','','Customer Account','','publish','closed','closed','','customer-account','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=3388',12,'nav_menu_item','',0),(3389,1,'2020-08-12 14:51:20','2020-08-12 14:51:20','','Create Account <i class=\"fa fa-angle-right\"></i>','','publish','closed','closed','','create-account','','','2021-01-18 07:49:39','2021-01-18 07:49:39','',0,'https://staging.subscriptionflow.com/?p=3389',13,'nav_menu_item','',0),(3391,1,'2020-08-13 11:26:20','2020-08-13 11:26:20','[vc_row][vc_column][vc_custom_heading text=\"Keep Your Subscriptions, Recurring Billing, and Payments Processing Align and Streamline within a Single Window of Salesforce\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4028\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]If you are an on-premise or online merchant or vendor and looking for the easy way outs to process subscriptions and sales, track leads, save contacts, manage queries, identify revenue opportunities, mitigate revenue leakages and losses, process faster payments, and handle revenue operations, effortlessly, along with a complementary suite of customer and enterprise management applications focused on customers, service, marketing automation, analytics, and application development? Well, then SubscriptionFlow + Salesforce integration is the answer to all your searches, queries, and problems.\r\n\r\nSalesforce is no new name in the Customer Management Industry providing 360-degree CRM and ERP Solutions. Its Customer Relationship Management (CRM) services include top-notch SaaS services, such as Commerce Cloud, Sales Cloud, Service Cloud Data Cloud, Marketing Cloud, Community Cloud, Analytics Cloud, App Cloud, and IoT (Internet of Things) with more than hundred thousand satisfied customers worldwide.\r\n\r\nBusinesses across the industries are using the integrated CRM platform—Salesforce to channelize their workflow and operations with powerful and intelligently inter-connected products for improving their research, development, marketing, sales, commerce, service, IT, and other services.\r\n\r\nAs the businesses worldwide are steadily switching their business models, fully or partially, towards Subscription-based business models, they require a reliable and highly extensible subscription management system that can offer them easy, simple, and automated recurring billing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a> solutions without investing many resources.\r\n\r\nSubscriptionFlow as an AI-augmented recurring billing and subscription management software is highly recommended to easily manage subscription billing and payment processing, tracking the leads, and monitoring the recurring revenue stream in real-time.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-handling/\">Handling Subscription</a> Billing with Subscription in Salesforce CRM through SubscriptionFlow integration allows the merchants and vendors to streamline their sales, marketing, research and development, support and customer management, social networking analytics, apps, and stack for management, monitoring, or processing of other different operations.\r\n<h2><strong>How Subscription Software Integrated with Salesforce Is Valuable</strong></h2>\r\nShifting the whole sales business from one stack to another platform is practically immature, and undoubtedly a lengthy, cumbersome, and risky business. To streamline the subscription and other billing types of your products or services over one-window and along with other personalized customer management and enterprise resource management experience, a robust subscription management platform is inevitable.\r\n\r\nBased on the following reasons, Salesforce integration with Subscription Software like SubscriptionFlow can help subscription businesses to flourish their workflow as well as cash flow:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Salesforce helps subscription handling managers to automate the whole O2C (Order-to-cash) cycle from quoting to fulfilment within the Salesforce integrated with SubscriptionFlow stack.</li>\r\n <li>It can create, customize, change, or cancel the subscriptions and sync it across the board as per the set rules or tailored customization of SubscriptionFlow within Salesforce.</li>\r\n <li>Salesforce modules allow subscription-business sales teams and managers subscriptions mapping to close more deals and faster by tracking customer information and interactions in one place.</li>\r\n <li>It, in association with the <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">SaaS analytics</a> of the SubscriptionFlow, helps in making more insightful decisions and with the most latest information in real-time.</li>\r\n <li>It can attract more customers and energize customer engagement by automating and tailoring the email marketing and customer care support at scale.</li>\r\n <li>It can deliver outstanding social experiences by streamlining the marketing, sales, and service management.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Why Subscription Services Providers Need SubscriptionFlow Integrated with Salesforce</strong></h3>\r\nSubscriptionFlow is the seamless solution for recurring billing and payments as a subscription management platform. It is highly flexible and allows the businesses to any stack with it or integrate within any other stack.\r\n\r\nBusinesses using Salesforce as their CRM system can easily integrate SubscriptionFlow within the system and streamlines all their revenue operations and find better and hassle-free solutions of recurring sales, payment processing, recurring revenue tracking, and monitoring, and customer management.\r\n\r\n<img class=\"size-full wp-image-4031 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg\" alt=\"SF-salesforce-integration\" width=\"550\" height=\"350\" />Some of its impeccable features for subscription handling and subscription billing management are:\r\n<h3><strong>Recurring Billing Management</strong></h3>\r\nOnce the SubscriptionFlow is integrated within the Salesforce, it will automatically begin to automate the process of recurring invoicing and payments. As per the information provided of the plan, period, payment, billing, and shipping, SubscriptionFlow mechanizes the whole process of recurring billing by generating timely invoices with all the taxes, discounts, coupons, and other add-ons adjusted and mid-cycle billing changes prorated.\r\n\r\nThese invoices are sent automatically to the subscribers\' email, process payments through the selected gateway, and highlights the real-time growth revenue in the dashboard.\r\n<h3><strong>Customer Base Management</strong></h3>\r\nSubscriptionFlow integration with Salesforce better manages the collection, processing, and utilizing the customer’s personal, billing, and other interest-based analytics information across the system. It creates an ultimate profile of the subscriber for all the future recurring billing, correspondence, delivery, and offering discounts and promotions along with sales, marketing, research, and development purposes.\r\n<h3><strong>Order-to-Cash Cycle Management</strong></h3>\r\nStoring the personal, billing, and shipping information of the subscribers and the details of the order, SubscriptionFlow integrated with Salesforce allows the CRM system to access the information in real-time to synchronize the operations, such as fulfillment, research, and marketing.\r\n\r\nIt allows to sync inventory to remain aware of the quantity of the stock ahead of time.\r\n<h3><strong>Mid-Cycle Subscription Changes Management</strong></h3>\r\nWhen the subscriber chooses to upgrade, downgrade, pause, reactivate, or cancel the subscription, SubscriptionFlow when integrated with Salesforce while automatically adjusting the changes in billing synchronizes the latest information across the RevOps so the performance of the subscription plans, products, or services can be tracked and recurring revenue goals can be tracked and managed accordingly.\r\n<h3><strong>Intuitive Dashboard</strong></h3>\r\nIts <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">Self-service portal</a> for clients as well as for their customers is a feature that plays the key role in tracking, confirming, and processing the details easy on both the sides of the Subscriptions Management. Merchants will be given full access to its SaaS analytics for their Subscription Business and its super-advanced management over the dashboard.\r\n<h3><strong>Artificial Intelligence Based Subscription Management</strong></h3>\r\nSubscriptionFlow offers AI-powered recommendations, suggestions, risks detection\'s, and pricing optimization to the subscription management team and managers to make data-based revenue-driven sales and subscription handling decisions.\r\n<h3><strong>Business Prospects With SubscriptionFlow + Salesforce Analytics</strong></h3>\r\nThe SaaS Metrics of the SubscriptionFlow in partnership with Salesforce can quickly identify and highlight the business prospects to improve the features or business strategy of subscription products or services at any stage of the sales funnel.\r\n<h3><strong>Projects Periodic Revenue Growth By Subscription Plan also By Subscriber</strong></h3>\r\nBy analyzing the recurring billing, payment details, transactional histories, KPIs, feedback and queries, and others, it can predict data-driven daily, monthly, quarterly, or yearly revenue growth and business prospects. It is a great assistance for the business to improve their customer engagement, business management, and business scaling.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integrated with Salesforce','','publish','closed','closed','','subscription-software-integrated-with-salesforce','','','2020-12-03 12:52:22','2020-12-03 12:52:22','',0,'https://staging.subscriptionflow.com/?page_id=3391',0,'page','',0),(3397,1,'2020-08-13 13:11:04','2020-08-13 13:11:04','','shopify-bag','','inherit','open','closed','','shopify-bag','','','2020-08-13 13:11:04','2020-08-13 13:11:04','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png',0,'attachment','image/png',0),(3400,1,'2020-08-13 13:19:29','2020-08-13 13:19:29','[vc_row][vc_column][vc_custom_heading text=\"Get Subscription Software Integration for Shopify and Upmarket Your Online Recurring Billing & Payment Processing\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\"][vc_single_image image=\"4055\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Switching to a subscription business model has modernized the e-commerce industry like never before. The subscription economy globalizes the economy. Shopify is one of the most ultra-tech e-commerce platforms with hundreds of built-in modules and applications. It is also great for being an extensible e-commerce platform that allows businesses to custom tailor their needs for stack and billing and management features.\r\n\r\nIf you are someone who has an online store or is planning to launch an online store providing different physical goods, chances are you must have heard about Shopify. Haven’t you? Shopify helps vendors to establish their online stores with more ease, simplicity, and flexibility. It has made the whole e-commerce set-up easy to manage for the end-user. Though, it still has to deal with some challenges.\r\n\r\nTo serve the demands and supply needs of the e-commerce market with more stability and predictability, online stores are looking for opportunities to upscale businesses with less resource utilization and technical glitches, more productivity and customer management, and with impeccable smart and automated solutions.\r\n\r\nSubscription e-commerce is the new possibility of reliable, constant, and certain revenue over time. Shopify allows online merchants to dive into the subscription market and mint fortune, and the journey begins with <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management</a>.\r\n\r\nSubscription management is the process of managing subscriptions’ recurring billing and payments with ease, simplicity, flexibility, and mobility.\r\n\r\nSubscriptionFlow integrated with Shopify is the simplest, affordable, and hi-tech intelligent solution to manage, bill, and track your customers’ demands and needs on a recurring basis.\r\n\r\nIt is no rocket science and does not require the hardcore skills to run the processes.\r\n\r\nLet’s learn how the SubscriptionFlow can help businesses to identify, manage, track, monitor, and report the workflow and cash flow.\r\n<h2><strong>Easy Manage Invoicing, Subscriptions, & Recurring Payments for Shopify With SubscriptionFlow</strong></h2>\r\n<h3><strong>Automated Order Creation</strong></h3>\r\nManage and sync your Shopify subscription orders with SubscriptionFlow. It allows online stores to auto-create subscription orders for their subscribers in SubscriptionFlow for recurring billing and payment processing.\r\n<h3><strong>Automated Recurring <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Invoicing & Billing</a></strong></h3>\r\nWith SubscriptionFlow, easily manage custom invoicing for multiple subscriptions in one place. Create invoices, customize them, or schedule send them to the customer automatically. Fix the billing complications once and for all with its AI-enabled intelligent modules that allow customers to adjust taxation, coupons, vouchers, and other add-ons smartly and automatically.\r\n<h3><strong><img class=\"alignleft size-full wp-image-4056\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg\" alt=\"\" width=\"1200\" height=\"650\" />Prorated Subscription Billing</strong></h3>\r\nThe subscription model works on customer retention, and accuracy and transparency are the pillars of customer retention. It is inevitable for the subscription businesses to win the trust of their customers with error less billing. Let your customers pay for what they have consumed in a month or year only. Upgrades, downgrades, cancellations, and subscription pause and reactivations are no longer a big deal now. Manage the mid-cycle subscription billing changes on-the-go.\r\n<h3><strong>Automated Payment Processing</strong></h3>\r\nWith SubscriptionFlow, get the hold of the recurring inflow and outflow of the cash. If you want, you can manage secure and fast processing of the online payments on the recurring basis with reliable PCI compliant <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a> integrated with SubscriptionFlow.\r\n\r\nDunning management is your another assistance to manage the revenue recovery in case the payments got declined and are failed due to credit card expiry, technical glitches, or heavy load on systems.\r\n<h3><strong>AI-Augmented Revenue Recognition & Reporting</strong></h3>\r\nFueled with artificial intelligence, SubscriptionFlow allows online businesses to identify revenue opportunities, revenue leakages, and track revenue streams. Its smart short-term and long-term revenue recognition allows businesses to make data-driven revenue- and subscription-related sales and marketing decisions to stay stable. The SaaS Analytics and reporting system of the SubscriptionFlow provide intuitive as well as detailed insights of the KPIs performance in real-time.\r\n<h3><a href=\"https://staging.subscriptionflow.com/subscription-handling/\"><strong>Automated Subscriptions Handling</strong></a></h3>\r\nWith SubscriptionFlow, automate subscription operations, customer base management, invoice and billing handling, payment processing, and revenue reporting in one place only. SubscriptionFlow allows its clients to manage their subscription business with a single-window dashboard as well as empowers their customers with a self-service portal to easily manage, sync, and update their subscription and billing details with Shopify.\r\n<h3><strong>How SubscriptionFlow Works as Shopify Subscription Software</strong></h3>\r\nConnect SubscriptionFlow with Shopify and authorize access to your Shopify account to automate cross sync across the data for subscription orders, products, customers, payment details, and others.\r\n\r\nThe process is simple. Integrate SubscriptionFlow with your Shopify store at checkout. When a customer makes a subscription purchase from your online store, a subscription is created at the SubscriptionFlow platform. Based on customer’s demand for a product through the shipping frequency, the order is created within SubscriptionFlow that would instantly and automatically get synced with the Shopify. Once the payment is made and fulfillment occurs, the status of the orders will also be synced to SubscriptionFlow. These details can ve accessible in Shopify.\r\n\r\nYou can configure sync for subscription order, order creation scheduling, billing, and fulfillment details.\r\n\r\nCustom configure your new and recurring customer sync preferences and can add tags to their profiles.\r\n\r\nIf you want your customers to take hold of their subscription information and other details feed as well as to manage the frequency and billing of their subscription, you can configure the self-service portal sync as well.\r\n\r\nPersonalize your subscriptions and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> for Shopify with SubscriptionFlow that powers you to take the lead of your revenue stream in no minutes and with no coding. It is a highly flexible subscription management system that can also integrate within your CRM, Sales, or Marketing stack and streamlines the whole revenue operations across the board for directed and data-driven business strategies.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integration with Shopify','','publish','closed','closed','','subscription-software-integration-with-shopify','','','2020-12-07 14:14:34','2020-12-07 14:14:34','',0,'https://staging.subscriptionflow.com/?page_id=3400',0,'page','',0),(3406,1,'2020-08-17 09:38:54','2020-08-17 09:38:54','[vc_row][vc_column][vc_custom_heading text=\"Learn the Art of Retaining Customers and Sales-Drive Acceleration for Your Subscription Business with Zendesk Integrations\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4018\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Businesses invest a huge sum of money to make their customers feel attended, satisfied, and updated by providing them top-notch customer care and support round-the-clock throughout the year.\r\n\r\nSome businesses spend a lot of money and resources to acquire more customers, in contrast, some businesses are based on customer retention. They need more robust, more intuitive, and faster customer support management system that can provide their customers full-support, is equipped with all the essential applications and modules to entertain real-time concerns and queries, and, above all, can stay updated with all the latest changes in a subscription cycle of a customer.\r\n\r\nMore than any other business, subscription businesses are required to stay attentive and times ahead when it comes to catering to their customer for their inquiries, feedback, suggestions, complaints, and criticism.\r\n\r\nTo fulfill the customer service needs of your subscription business, Zendesk is the most popular, credible, and highly functional customer support management platform. It is designed to facilitate businesses with intuitive helpdesk solutions, such as\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Instant ticket management based on a consolidated view of a customer’s subscription details, including MRR, ARR, Recurring Billing & Payment Status, Transaction History, Subscription Health, and many more.</li>\r\n <li>Streamlined sales, billing, payment, monitoring, reporting, and technical support system in one place.</li>\r\n <li>Enhanced customer engagements with automated and personalized emails, reminders, and notifications triggered by the recurring billing and <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management system</a> as per their subscription health status.</li>\r\n</ul>\r\n[/su_list]\r\n<h2><strong>How Zendesk Integration with Subscription Software Works?</strong></h2>\r\nStudies suggest that customer acquisition costs more than customer retention. And, the businesses focusing more on sales with customer retention have to direct their money and resources to provide quality, advanced, and instant customer care and support service. This is why subscription businesses need the whole customer care set-up because a chatbot might not serve all the concerns of their valuable customer base.\r\n\r\nThey need more. They need Zendesk—the Customer Care Management SaaS to help you establish a customer-centric approach and provide stellar customer experience.\r\n\r\nA subscription software integration with Zendesk is all they need to enrich the customer care experience for their subscriber base with more meaningful, productive, personalized, and organized interactions.\r\n\r\nIntegrating the Zendesk Support and Sales Suite with a Subscription Software will give your subscription business the following advantages:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Personalized Interactions</li>\r\n <li>Live Chat</li>\r\n <li>Email Support</li>\r\n <li>Customer Care AI-Bots</li>\r\n <li>Knowledgebase for Customer Service</li>\r\n <li>Call Centre Features</li>\r\n <li>Community Forums Features</li>\r\n <li>Workflow Configuration</li>\r\n <li>Web Widgets</li>\r\n <li>Pre-Defined Tailored Responses</li>\r\n <li>Customer Service Search History</li>\r\n <li>Agent’s Performance Monitoring Via Analytics</li>\r\n <li>Customer Service Tools Engagement</li>\r\n <li>Customized <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Real-Time Charts & Reports</a></li>\r\n <li>Dashboard Management and Sharing with Sales & Marketing</li>\r\n <li>And Many More</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>How SubscriptionFlow Integrated With Zendesk Can Revolutionize Subscription Businesses with Frictionless Customer Service Experience?</strong></h3>\r\nSubscriptionFlow is an efficient solution of all the hassles of the subscription businesses of every size and every vertical. It can manage not only the recurring invoicing, billing, payment processing, pricing optimization, product cataloging, and SaaS analytics-based real-time subscription performance and recurring revenue tracking, but also has the great extensibility to customize or get customized by integrating with the third-party applications.\r\n\r\nA subscription software essentially needs the support of an enriching, interactive, and intuitive support management stack to better perform the <a href=\"https://staging.subscriptionflow.com/subscription-handling/\">subscription handling</a> operations.\r\n\r\nThe AI-fueled SubscriptionFlow allows the flexible integration of Zendesk to equip your subscription businesses with seamless interactions with the customers across multiple channels, manage customizable tickets, automate workflows, speed up processing by pre-defined actions, and synchronize the operations with multiple team collaboration add-ons.\r\n\r\n<img class=\"size-full wp-image-4020 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg\" alt=\"integrate susbcriptionflow with zendesk\" width=\"1143\" height=\"630\" />\r\n\r\nThis is how SubscriptionFlow integration with Zendesk empower subscription handling and subscriber base management efficiently:\r\n<h4><strong>No Coding Requirements</strong></h4>\r\nIntegrating Zendesk with SubscriptionFlow frees you from the complexities of coding. No coding is required anywhere to manage or access any module to manage your recurring billing and subscription business.\r\n\r\nIt’s easy, it’s fast, and it’s automated.\r\n<h4><strong>Single Set Of Tools And Processes</strong></h4>\r\nZendesk in collaboration with SubscriptionFlow brings all the revenue operations and process on one-window. Now, synchronize all the sales, marketing, research, development, technical, and support platforms with real-time recurring billing management. It offers a single set of tools and processes for all the support agents and related individuals to deal with customers\' inquiries.\r\n\r\nLive chat would increase the prospects of conversions.\r\n\r\nBot Chat provides instant assistance.\r\n\r\nVideo/Audio Chat gives stellar personalized experience.\r\n\r\nEmail initiates the consolidated and professional customer engagement and interaction and maintains the record.\r\n<h4><strong>Automated Lead Outreach</strong></h4>\r\nIntegrating Zendesk with SaaS Subscription Management Platform SubscriptionFlow allows the subscription businesses to reach out to their potential lead and convert them into their subscribers with the help of AI-powered Analytics. It also increases the prospects of the customer engagements for upgrading the plans from freemium or basic to advance.\r\n\r\nThis AI-led automated reach will expose the data-driven hidden opportunities to offer subscribers more services based on their interests and transaction history.\r\n<h4><strong>Unlimited Tickets through Multiple Channels Interaction Management</strong></h4>\r\nWith SubscriptionFlow integrated with Zendesk, allow your customers to speak more often with you and via any channel that is suitable for them. Live Chat, Bot Chat, Video Chat, Calling, Emails, Social Media, Forums, Forms, or any other, let them choose how they want to connect with you or choose yourself as per your resources.\r\n<h4><strong>Data-Driven Customer Support</strong></h4>\r\nWith SubscriptionFlow analytics, measure and monitor the subscriptions and subscriber performance, whereas with Zendesk live chat analytics, reach out to the customers before they contact you and resolve their issues. It also sheds light on customer satisfaction with the interaction, agent’s performance, tools used for communication and ticket management, and others.\r\n\r\nThis data-driven customer support lets businesses explore the conversion opportunities as well by triggering the support offers when the customer is experiencing any hassle at the check-out or have the prospects to upgrade a plan.\r\n\r\nIt also allows you to manage customer complaints, feedback, and queries in real-time as the customer agent can access the consolidated subscription and subscribers\' basic information. This builds customer trust and confidence in your product and services.[/vc_column_text][/vc_column][/vc_row]','Subscription Software Integration with Zendesk','','publish','closed','closed','','subscription-software-integration-with-zendesk','','','2020-12-03 12:21:35','2020-12-03 12:21:35','',0,'https://staging.subscriptionflow.com/?page_id=3406',0,'page','',0),(3412,1,'2020-08-17 09:53:26','2020-08-17 09:53:26','[vc_row][vc_column][vc_custom_heading text=\"Automate Easy Global Sales Tax Management to Save Time, Money, and Resources, Efficiently with Avalara\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4033\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Subscription business has its own advantages and challenges. Recurring billing and payment processing if brings in the convenience and stability of recurring revenue and customer retention than it also exposes you with the challenges of recurring invoicing and <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">sales tax management</a>. If you are a subscription business that deals with international customers and cross-border sales of subscription products or services than the process may take your sweat and blood more.\r\n\r\nA subscription system that can manage the smooth operations of recurring billing seamlessly, essentially requires the support of an intelligent and automated tax management solution that can automate the whole tax implementation as per the region, state, or country within the invoices generated for your subscribers.\r\n\r\nAn appropriate, extensible, and highly professional recurring billing and subscription management system also requires the sophisticated integration of a global SaaS Tax compliance solution to the platform that creates a competitive gain and contributes to the revenue stream management for your subscription business.\r\n\r\nAvalara is one of the most reliable and simplest Tax Compliance and Management SaaS Platform that offers its customers tools within the <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Billing & Invoicing</a> Apps Integrated with Avalara.\r\n<h2><strong>Why Choose Avalara?</strong></h2>\r\nThe tax management SaaS platform of Avalara automates the major steps of tax compliance — all in the cloud, including tax calculations based on geo-location and the product classification, prepare tax returns and filing, manage exemptions, tax certification, and tax reporting.\r\n\r\nBusinesses from all over the world across the verticals are using Avalara for the following reasons:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>It eases the burden of the account business in any company and offers a simple and automated solution for every sales tax complication.</li>\r\n <li>It eliminates manual errors, saves the company’s time and other valuable resources, and decreases the high costs of the tax management manual system implementation.</li>\r\n <li>It can process millions of invoices with instant and automated sales tax calculations, making it easy to scale the business without expanding the accounts department.</li>\r\n <li>It can easily be integrated within various accounting, billing, invoicing, and payment processing systems and allows you to manage one-window intelligent and instant operations.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>How SubscriptionFlow Integration with Avalara Is an Outstanding Tax Management Solution for Your Recurring Billing Business</strong></h3>\r\nSubscription Software integration with Avalara makes the process of recurring billing and payments management accurately tax compliant and seamless.\r\n\r\nSubscriptionFlow is one of the futuristic, affordable, and reliable Subscription Management Platform that partners with Avalara for errorless and hassle-free integration to give its clients the lead to manage their sales taxation globally.\r\n\r\nSubscriptionFlow Powered by Avalara offers you, all-rounder, Recurring Invoicing, Billing, and Payments assistance with the Global Sales Tax Management and Reporting automation.\r\n\r\n<img class=\"size-full wp-image-4035 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg\" alt=\"avalara-tax\" width=\"1801\" height=\"1195\" />Let’s have a quick look at how the Avalara Integration within SubscriptionFlow made taxation and auditing quick, simple, and reliable.\r\n\r\nSome of the most highlighted features of the Avalara integrated with SubscriptionFlow are:\r\n<h3><strong>Real-time Tax Rate Calculations</strong></h3>\r\nAvalara is an online solution for taxation and compliance requirements. SubscriptionFlow integration with Avalara allows subscription businesses to handles their taxation with ease and advancement.\r\n\r\nGive your accounting team the relaxation, reliability, and confidence of the exact tax calculation in the real-time for each of the taxable regions and as per the classification of the product.\r\n<h3><strong>Geo-Location and Product Classification Based Tax Calculations</strong></h3>\r\nBusinesses all over are looking out for the ways to incorporate and accommodate the subscription business model and its advantages of scalability, stability, and predictability into their revenue streams.\r\n\r\nThe subscription market avenue has expanded through the length and breadth of the continents and across the industries, including retail, eCommerce, manufacturing, software, energy, fuel, tobacco, car-rental, hotel, B&B, clubs memberships, automobile, health, education, communications, such as VoIP, streaming, IoT, etc., food and beverages, hardware, services, and many more. With Avalara, smartly manage the sales tax of your subscription product or services.\r\n\r\nLikewise, no matter, if you are a supplier, distributor, retailer, or simply a SaaS services provider, deals with international subscription sales, you need a robust, updated, and automated tax management system that can seamlessly manage the cross-border sales tax requirements.\r\n\r\nFrom sales, consumer, and communication tax management in the US to VAT in the UK and Europe to GST in Asia, Australia, and New Zealand, SubscriptionFlow powered by Avalara allows you to manage all the customs duties, import taxes, service compliances taxes, and others in no time. And, always updated and automated!\r\n<h3><strong>Accurate and Automated Avalara</strong></h3>\r\nAvalara determines accurate tax rates, validates addresses, files tax, and prepares on-demand reports, all instantly and automatically while complying with jurisdiction rules.\r\n\r\nThe AI-augmented SubscriptionFlow integrated with Avalara stays you free from the burdens of updating the tax rates manually. It can update the tax rates each time, they change automatically.\r\n<h3><strong>Tax Exemptions, Returns and Certificate Management</strong></h3>\r\nAvalara in conjunction with SubscriptionFlow is a full suite of products that can automate the tax compliance for your subscription business from tax calculations and returns to registration and document management.\r\n\r\nIt automates the returns process from preparation and filing to remittance. Tracking various filing calendars and managing requirements for each state and jurisdiction are made easy and simple with Avalara. It covers sales tax, consumer use tax, excise tax, communications tax, and lodging tax.\r\n<h3><strong>Tax Reporting</strong></h3>\r\nAvalara integrated with SubscriptionFlow not only offers end-to-end compliance without complexity, helps businesses to adapt and grow by addressing new tax obligations and global standards, and speedy and simple implementation across the CRMs, ERPs, accounting and billing SaaS, it also allows you to keep the records with on-demand and instant reporting system.\r\n\r\nIt allows your subscription businesses to generate the consolidated reports on sales tax liabilities and exemptions or export data to create reports on your transactions, liabilities, and tax exemptions. Its AvaTax reports reduce the effort and time to file returns or address other auditor needs.\r\n\r\nThe flexible <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> SaaS offers subscription businesses to intuitively manage their sales tax management and reporting powered by the cloud-based easiest and simplest automated tax calculation system, Avalara.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integration with Avalara','','publish','closed','closed','','subscription-software-integration-with-avalara','','','2020-12-03 12:56:19','2020-12-03 12:56:19','',0,'https://staging.subscriptionflow.com/?page_id=3412',0,'page','',0),(3418,1,'2020-08-17 14:33:08','2020-08-17 14:33:08','With each passing day, businesses are looking forward to adopting innovative solutions in their operational infrastructure. The systems are automated that help businesses reduce friction in daily operations and increase efficiency. Young startups are developing a SaaS business model and struggling hard to accomplish their goals by considering every important element which contributes towards success. A SaaS business model should incorporate all the powering activities that make it unique. By employing cloud computing and similar technologies, it is fundamentally important to know how SaaS actually works. To help them, this article provides some useful facts that can help businesses develop a successful SaaS business model.\r\n<h2><strong>What is the SaaS Model?</strong></h2>\r\nSoftware as a Service or SaaS model is a software that is hosted over the cloud infrastructure. The businesses access this software by paying monthly free. To develop a SaaS product, a good knowledge of user interface skills, coding, facts, and its pros & cons is required. It is often confused with a software company. A <a href=\"https://staging.subscriptionflow.com/subscription-management-software\">SaaS</a> business is operated through a browser-hosted in the cloud. It does not require a license for software activation as it already hosts its membership. By just logging into the account, a user gets access.\r\n\r\nSo let’s first take a look at the stages of a SaaS business model that can help startups understand where they are and what needs to be done to make a successful SaaS product…\r\n<ol>\r\n <li><strong>Startup</strong> – This is the early developmental stage in which a business is making strategies, getting all coding work done, and make the product operational. In this stage, you prepare going to market and your few customers.</li>\r\n <li><strong>Hypergrowth</strong> – If your product is ranking in the market, it means you would be experiencing rapid growth in less time. But this stage is very crucial. You would need to spend more time, money, and devotion to the work to maintain a balance between everything. In this stage, there are several challenges that have not been tackled before. Here a dynamic approach should be taken to support your fresh customers, satisfy them with the enhanced customer experience, and entertain new customers as well. Along with this, you would require to strengthen your IT infrastructure to mitigate the security risks as well.</li>\r\n <li><strong>Stable/Mature Stage</strong> – This is the final stage where your SaaS business model starts getting stable. At this stage, you get a heavy clientele base and revenue. It is important to take into account the technological requirements and customer satisfaction that help increase brand reputation.</li>\r\n</ol>\r\n<h2><strong>Pros of SaaS Business Model</strong></h2>\r\nA successful SaaS business model is the one that incorporates all possible aspects that contribute to optimal customer experience and higher conversion rates. The customers become permanent members of your product which generates higher profits. A loyal environment for customers makes them last for years. One most important benefit is that you rent your services to customers on a monthly basis and have an estimated revenue amount at the start of the month. This is what we call recurring income in which, permanent customers subscribe to your services every month.\r\n<h3><strong>Cons of SaaS Business Model</strong></h3>\r\nTo build a successful SaaS business model, you would need to invest in many components. For example, it could be the hiring of developers, IT managers, designers, product managers, marketing campaigns, etc. But, you might not be sure that your investments are going right.\r\n\r\nA flood of customers but less capacity, low model value, and weak maintenance can ruin your business infrastructure. For this, you would need to scale-up your product to handle high customer traffic efficiently.\r\n\r\nBelow are some facts that businesses should know about SaaS business model:\r\n<ol>\r\n <li>\r\n<h4><strong> Consistent Customer Support</strong></h4>\r\n</li>\r\n</ol>\r\nA successful SaaS business model is the one that lowers the cost of acquiring customers. It is crucially important to communicate to both old and new customers. Your revenue depends on the done leads. For this, the primary step is to take into account a proper plan to deal with customers, answer their queries, and then provide them with customer support anytime they want.\r\n\r\nPay attention to your existing customers as well. The success of the SaaS business model can be identified if a customer renews the subscription plan. The revenue stream would become smooth by putting effort into customer retention and customer relationship.\r\n<ol start=\"2\">\r\n <li>\r\n<h4><strong> Pay attention to lead generation</strong></h4>\r\n</li>\r\n</ol>\r\nA SaaS business model needs to pay attention to finding innovative ways that could help your business generate higher leads. This reduces the cost of investment in marketing campaigns and other indirect methods of generating leads. If you are putting enough effort in identifying high potential leads, managing them, communicating them, and scheduling time for meetings in automated software, you do not need to invest in marketing strategies. Therefore, it is crucially important to pay close attention to each of the lead generated.\r\n<ol start=\"3\">\r\n <li>\r\n<h4> <strong>Easy Integration</strong></h4>\r\n</li>\r\n</ol>\r\nIn any SaaS business model, integration is key. When you are developing a SaaS product, make sure that you have an open API. It helps your customers and other business entities to integrate your API into their mobile and web apps. The APIs should have easy integration options for developers as well. In the market, there are various integration requirements, and creating customized integration solutions could be highly expensive for your business. Also, some business entities lack technical expertise due to which they face problems in integration. Therefore, it is mandatory to develop a flexible integration API that could ultimately increase your demand in the market.\r\n<ol start=\"4\">\r\n <li>\r\n<h4> <strong>Security is Mandatory</strong></h4>\r\n</li>\r\n</ol>\r\nSecurity is the most important aspect that should be addressed while building a SaaS product. The customer data and information should be protected from any unauthorized access. This requires investment in innovative security solutions to curb potential risks. Make sure that you adopt upgraded solutions that encapsulate defense systems against the leading cybercrimes.','SaaS Business Model – Facts, Stages and Pros & Cons to Know About','','publish','open','open','','saas-business-model-facts-stages-and-pros-cons-to-know-about','','','2020-08-17 14:33:08','2020-08-17 14:33:08','',0,'https://staging.subscriptionflow.com/?p=3418',0,'post','',0),(3419,1,'2020-08-17 14:31:20','2020-08-17 14:31:20','','SaaS Business Model – Facts, Stages and Pros & Cons to know about','','inherit','open','closed','','saas-business-model-facts-stages-and-pros-cons-to-know-about','','','2020-08-17 14:31:34','2020-08-17 14:31:34','',3418,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about.jpg',0,'attachment','image/jpeg',0),(3421,1,'2020-08-19 14:59:02','2020-08-19 14:59:02','Subscription businesses have to come up with all the offers, convenience, and utilities that can hook a customer to their subscription product or services. Because the subscription business is based on consistency and recurrence, it is extremely important to facilitate a customer as per their current situation and present need. One way to ease them is to insert flexibility in availing the subscription services by granting them the assistance of switching in between the subscription plans.\r\n\r\nIn simpler words, “Switching the subscription plans” means to upgrade, downgrade, postpone, pause, cancel, or reactivate the subscriptions in the mid of the cycle, if, for any reason, the customer wants to.\r\n\r\nThe freedom of upgrading and downgrading the subscription plan keeps a customer in the loop with the subscription services providers and, instead of losing them, offers them the prospect to materialize the opportunity, later.\r\n<h2><strong>What is Subscription Upgrade and Downgrade?</strong></h2>\r\nAllowing subscribers to switch to the plan that costs more than their current plan in the mid of their <a href=\"https://staging.subscriptionflow.com/2020/04/make-your-adoption-journey-with-subscription-management-system-more-seamless-with-these-techniques-for-improved-crm/\">subscription cycle</a> is called Subscription Upgrade.\r\n\r\nLikewise, allowing subscribers to switch to the plan with fewer features and less cost than their current plan is called Subscription Downgrade.\r\n<h3><strong>Managing the Upgrade and Downgrade Mid of the Cycle Changes in the Subscription Billing</strong></h3>\r\nUpgrading and downgrading subscriptions often involve complicated calculations and revenue logic to accurately prorate the subscription charges for the month in which these mid of the cycle changes occurred.\r\n\r\nIf the customer opts to make these changes in the mid of the subscription month or cycle, the merchants can charge the customer an additional amount of money for an upgrade, or give him or her the credit for a downgrade.\r\n\r\nThe efficient management of the subscription upgrades and downgrades requires two processes:\r\n<ul>\r\n <li>Updating the status of the plan or plan ID in the subscription in the <a href=\"https://staging.subscriptionflow.com/subscription-management-software\">subscription management software</a></li>\r\n <li>Adjusting the subscription charges in the Billing UI of the subscription management software</li>\r\n</ul>\r\nManaging this mid of the cycle changes in the billing is called “Prorated Subscription Billing”, and the process is known as “Proration”.\r\n\r\nLet\'s understand this with an example. For instance, Aleyn buys an OTT (Over the top) monthly subscription plan, called “Silver” which costs $20 a month, from a streaming service. On the 15<sup>th</sup> of the month, she decides to switch to a “Gold” plan that costs $50 a month.\r\n\r\nAleyn used half of her subscription plan i.e. $10 till the mid of the month. However, as she has upgraded her plan in the mid of the month. Her next half would cost her $50/2 i.e. $25.\r\n\r\nAt the end of the month or the beginning of the next month, subscribers will be charged as per their subscription plan consumption. In Aleyn\'s case, it will be $35.\r\n\r\nThe same process of cost adjustments would have occurred in the billing, but in the downward spiral, if Aleyn chose to downgrade her plan to the “Bronze” plan that costs $10 a month.\r\n<h3><strong>Advantages of Subscription Upgrade and Downgrade Management</strong></h3>\r\n<h3><strong>Preserves Subscription Cycle</strong></h3>\r\nProration is the process through which these mid of the subscription cycles are adjusted in the recurring billing of the customers as per their consumption of the plan throughout the subscription cycle. It preserves the subscription period.\r\n<h3><strong>Builds Trust with Transparency</strong></h3>\r\nAdjusting subscription billing as per the upgrade and downgrades were chosen by the customers to build trust in customers. The transparency of the process of prorations to charge them only for what they have consumed draws the possibilities to keep them using your subscription products or services.\r\n<h3><strong>Increases Revenue Growth Opportunities</strong></h3>\r\nOffering customers the options to switch subscription plans if they want in the mid of the subscription cycle allows customers to experience and identify the best options for them while paying you for those subscription products or services. It is a win-win situation for the subscriber as well as for the vendor or merchant. Seldom, a customer chooses to downgrade the subscription plan. Mostly, subscribers opt to upgrade a plan.\r\n<h3><strong>Supports Product or Service Development and Business Growth</strong></h3>\r\nAllowing subscribers to upgrade or downgrade their plans encourage subscription businesses to focus on the development of their subscription products or services to increase the chances of the plan upgrades or exclude the products or features in a subscription service that no longer are fruitful.\r\n<h3><strong>Disadvantages of Subscription Upgrade and Downgrade Management</strong></h3>\r\n<h4><strong>Increases Risks of Revenue Loss</strong></h4>\r\nEven though the subscription upgrade and downgrade can increase the chances of revenue growth, proration also incurs the risk of revenue loss with the prorated billing of downgrades.\r\n\r\nSubscribers can stay with the fermium or basic plans for quite a long without upgrading their plans.\r\n<h4><strong>Interferes with Accurate Revenue Recognition</strong></h4>\r\nDue to the fluctuating value of the subscription charges with the upgrades and downgrades adjustment in billing, it interferes with accurate revenue recognition. The recurring revenue cannot stay stable and predictable.\r\n<h4><strong>Intensifies the Accounting and Finance Jobs</strong></h4>\r\nAdjusting the frequent billing changes increases the billing stresses and complicates the spreadsheets and calculations that may require extra resources and, of course, the workforce.\r\n<h3><strong>Manage Accounting Hassles and Expand Customer Lifecycle by Prorating Subscription Billing With SubscriptionFlow</strong></h3>\r\nSubscriptionFlow is the subscription management and recurring billing software that automates the whole process of subscription billing, payments, and revenue management, including prorated subscription billing for subscription upgrades and downgrades.\r\n\r\nSubscriptionFlow allows customers to manage their subscription upgrades and downgrades with the self-service portals and let merchant adjust these mid of the subscription cycle changes in the billing with the user-friendly dashboard at the client’s portal.\r\n\r\nClients can manually adjust the subscription change status in the SubscriptionFlow dashboard that automatically takes control and manages the prorated billing, accordingly.\r\n\r\nSubscriptionFlow also allows subscription businesses to deal with the drawbacks of subscription upgrades and downgrades offerings. It allows them to control the subscription billing proration as they want. They can choose to manage their subscription mid of the cycle changes as it suits them and whenever they want, such as\r\n<ul>\r\n <li>No proration at all.</li>\r\n <li>Prorating Subscription Billing for “Upgrades” only.</li>\r\n <li>Proration for other subscription mid of the cycle changes such as plan pause, reactivate, or cancellation to facilitate their customers and to gain their trust with transparency and accuracy.</li>\r\n <li>Automation overcomes the cost expense and reduces the workload with its AI-mediated automated modules of billing and accounting.</li>\r\n <li>It somehow allows the subscription businesses to control the upward growth of their recurring revenue stream. Its SaaS analytics gives you real-time projections of the recurring revenue as well as predict the projections for monthly or annual growth.</li>\r\n <li>It identifies the revenue leakages in real-time by monitoring the KPIs, including MRR, ARR, CLV, and others.</li>\r\n <li>Gain and share more insights with the sales and marketing departments to streamline the revenue operations with the data-driven and laser-focused product development and promotion.</li>\r\n</ul>\r\nLearn more about the management of subscription upgrades and downgrades and the <a href=\"https://staging.subscriptionflow.com/proration/\">prorated</a> billing personalized adjustments with the experts at SubscriptionFlow. Request a free demo or get a free trial and revive the idea of capitalization of the revenue opportunities with SubscriptionFlow.','Efficient & Instant Management of Upgrades & Downgrades Helps Subscription Businesses to Retain Customers, Learn How','','publish','open','open','','efficient-instant-management-of-subscriptions-upgrades-downgrades-helps-subscription-businesses-to-retain-customers-learn-how','','','2020-08-19 15:12:57','2020-08-19 15:12:57','',0,'https://staging.subscriptionflow.com/?p=3421',0,'post','',0),(3422,1,'2020-08-19 14:51:39','2020-08-19 14:51:39','','upgrade or downgrade customer subscriptions','','inherit','open','closed','','upgrade-or-downgrade-customer-subscriptions','','','2020-08-19 14:51:55','2020-08-19 14:51:55','',3421,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/upgrade-or-downgrade-customer-subscriptions.jpg',0,'attachment','image/jpeg',0),(3426,1,'2020-08-24 13:30:18','2020-08-24 13:30:18','Subscription businesses are growing, exponentially. The significance of recurring revenue across the industries, encourage businesses to step up for the subscription-based customer engagement.\r\n\r\nToday, in the subscription eco-system, businesses of all sizes are offering subscription products or services to their customers catering to the consistency and recurrence of their needs. The recurrence allows subscription businesses to map leads, identify the prospects, and engage them for subscription sales. It not only helps businesses to reduce their customer acquisition cost but also manages seamless business operations based on data-driven insights into the subscription market. This is why it is extremely important to manage subscriptions efficiently. And, efficiency comes with the user-friendliness.\r\n\r\nIn the subscription business, size doesn’t matter. Startup, Small- to medium-sized business, or Enterprise, it is essential for the recurring billing business to opt for the subscription software that helps their team and managers to run their workflow without complications.\r\n\r\nSubscriptionFlow is an ideal and <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">easy to use subscription management platform</a> that is easy, convenient, extensible, and adaptable to every industry as per the needs and requirements.\r\n\r\nDo you think it is another promotional hyper-claim? No, it isn’t.\r\n\r\nHere is an advanced guide to our user-friendly and comprehensive SaaS subscription management software, SubscriptionFlow. Let us guide you through our hi-end subscription management and recurring billing software to gain advantages to its fullest.\r\n\r\nBelow are the 25 features SubscriptionFlow offers for easy, simple, and intuitive subscription and recurring billing management of your subscription business:\r\n<ol>\r\n <li>\r\n<h3><strong>Manage Subscription From Anywhere with Web-Based Subscription Management Platform</strong></h3>\r\n</li>\r\n</ol>\r\nManaging Subscriptions on-the-go is the convenience like never before. Allow your teams to manage subscriptions from anywhere and anytime with our cloud SaaS for subscription management.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Find All the Recurring Billing Management Features in One-Comprehensive and Budget-Friendly SaaS Subscription Software</strong></h3>\r\n</li>\r\n</ol>\r\nAutomate subscription billing, charge credit cards, process payments, monitor key metrics, identify revenue leakages, find per subscriber rate, or any other subscription management assistance without leaving the online platform and absolutely, without investing a huge sum of money.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Save Company’s Resources and Team’s Time with Automated Recurring Billing and Payments</strong></h3>\r\n</li>\r\n</ol>\r\nRecurrence results in repetitive tasks. Enhance employees\' efficiency, automate recurring billing or invoicing tasks. Automation powered by artificial intelligence not only boosts productivity also helps businesses especially startups and SMBs to reduce their operational costs.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Bill As It Profits Your Subscription Services, SubscriptionFlow Supports Multiple Billing Models </strong></h3>\r\n</li>\r\n</ol>\r\nFlat rate or usage-based billing or <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business/\">pay-per-user</a> or feature, allow your customer to choose how they can pay. And, help your business to gain the opportunities of minting more revenue.<strong> </strong>\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Fuel Speed of Execution, Automate Invoice Generation</strong></h3>\r\n</li>\r\n</ol>\r\nDoing manual calculation, managing adjustments in billing, or generating custom invoices could be the cumbersome tasks. SubscriptionFlow made available the tailored solution for invoicing.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Bill Customer What They Consume with Prorated Subscription Billing</strong></h3>\r\n</li>\r\n</ol>\r\nGive your customers excellent billing experience with proration. Manage subscription upgrades, downgrades, pause, reactivations, and cancellation in the billing. Let them pay as they have consumed. And, you get the power to provide your customers the options for upgrades and downgrades while adjusting the billing as you set the rules.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Manage Global Taxation with Automated Sales Tax Management Powered By Avalara</strong></h3>\r\n</li>\r\n</ol>\r\nYou can have customers anywhere in the world. GST, VAT, or Sales Tax, auto-manage global taxation on the go with AvaTax. Get the assistance of easy and paid auditing with systematic tax solutions.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Automate Vouchers, Credits, and Refund Adjustments</strong></h3>\r\n</li>\r\n</ol>\r\nOffer your customers promotions and discounts to grow your business and automate the coupons, vouchers, and add-on adjustments in the billing. Also, automate credit and refund processing with SubscriptionFlow.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Gain Customers’ Trust with PCI-Complaint Fast and Secure Payment Processing</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow is a PCI compliant recurring billing and payment management system that ensures easy, fast, and safe payment processors to protect you and your customers from online data theft, privacy breach, or any other cyber intrusion into valuable billing and payment information.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Never Lose Any Pence with Smart Dunning Management</strong></h3>\r\n</li>\r\n</ol>\r\nDo not make payment failures a hectic delinquent for recurring revenue management. Set schedule payment retries and recover your payments for sure. Reduce the chances of involuntary churn.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Let Customer Pay in Any Currency, SubscriptionFlow Supports Multiple Currency </strong></h3>\r\n</li>\r\n</ol>\r\nUSD, CAD, AUD, Sterling Pound, or Euro, you can have customers anywhere for your E-Commerce or SaaS subscription products or services. Go global, accept payments from anywhere, and in every currency.\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Track Invoices and Payments On-the-Way </strong></h3>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, automate tracking invoicing and payments. Channel instant revenue recovery, intelligently.\r\n<ol start=\"13\">\r\n <li>\r\n<h3><strong>Find Data-Driven Price Optimization Secrets To Power Up Sales</strong></h3>\r\n</li>\r\n</ol>\r\nPrice optimization is the key to manage and compete with the subscription market. Let SubscriptionFlow’s artificial intelligence helps you to keep your pricing optimal anytime and every time.\r\n<ol start=\"14\">\r\n <li>\r\n<h4><strong>AI-powered Online Fraud Payment Detection and Prevention</strong></h4>\r\n</li>\r\n</ol>\r\nOnline payment frauds are nightmares for subscription businesses. With SubscriptionFlow AI-augmented modules, forget about the chargebacks, friendly frauds, and other online fraud payments. SubscriptionFlow mines through the piles of transaction history, subscription history, credit card details, and other information to ensure times ahead risks in payments and subscription management.\r\n<ol start=\"15\">\r\n <li>\r\n<h4><strong>Measure Subscriptions Performance and Identify Revenue Leakages with Run-Time Monitoring</strong></h4>\r\n</li>\r\n</ol>\r\nSubscriptiomnFlow automatically and systematically monitors your key performing indicators to investigate leakages or losses in revenue, subscription health, and subscriber’s performance, etc.\r\n<ol start=\"16\">\r\n <li>\r\n<h4><strong>Get Revenue Recognition with Efficient Deferred and Earned Revenue Management</strong></h4>\r\n</li>\r\n</ol>\r\nWith SubscriptionFlow, you don’t need an army in the accounts and finance department. It offers you the revenue recognition to highly maintained earned revenue by managing deferred revenue while offering pricing and billing optimization solutions.\r\n<ol start=\"17\">\r\n <li>\r\n<h4><strong>Generate Instant and Customized Reports, Automatically</strong></h4>\r\n</li>\r\n</ol>\r\nSubscriptionFlow helps you to make data-driven management, consultation, and monitoring of your subscription business with automated and instant reports generate as per your requirements.\r\n<ol start=\"18\">\r\n <li>\r\n<h4><strong>Measure and Monitor Real-Time Analytics</strong></h4>\r\n</li>\r\n</ol>\r\nMonitor monthly and annual recurring revenue, churn rate, customer lifecycle value, and other real-time analytics in your recurring revenue for easy and instant insights into your subscription business growth.\r\n<ol start=\"19\">\r\n <li>\r\n<h4><strong>User-Friendly Dashboard for Personalized Subscription Handling</strong></h4>\r\n</li>\r\n</ol>\r\nCustomize your dashboard as you want to manage and monitor your recurring billing and subscriptions. Create a customer, order, invoices, or optimize plans and pricing in seconds with its intuitive dashboard.\r\n<ol start=\"20\">\r\n <li>\r\n<h4><strong>Let Customers Manage Their Profiles and Information with Self-Service Portal </strong></h4>\r\n</li>\r\n</ol>\r\nSubscriptionFlow allows subscription businesses particularly e-commerce stores, membership sites, OTT platforms, and others to offer their customers customer portals to manage their profiles, billing, payments, and subscriptions from the comfort of their couch. SubscriptionFlow can auto-sync the update in the client’s portal in real-time.\r\n<ol start=\"21\">\r\n <li>\r\n<h4><strong>Get Website Builder to Build E-Commerce Stores Faster & Better</strong></h4>\r\n</li>\r\n</ol>\r\nFor its e-commerce, streaming, publishing, membership sites, and others, SubscriptionFlow offers its customers\' website builder for easy, interactive, and responsive online stores, membership sites for gated content, and many more.\r\n<ol start=\"22\">\r\n <li>\r\n<h4><strong>Seamless Checkout for Billing and Hosted Pages for Tier-Management</strong></h4>\r\n</li>\r\n</ol>\r\nManage your tiered-subscription plans and subscription billing at the checkout of multiple e-commerce platforms for seamless customer experience.\r\n<ol start=\"23\">\r\n <li>\r\n<h4><strong>With Protected Data Management, Secure your Subscribers Data</strong></h4>\r\n</li>\r\n</ol>\r\nSubscription Handling is made easy with highly privacy-compliant subscription data management offered by SubscriptionFlow.\r\n<ol start=\"24\">\r\n <li>\r\n<h4><strong>Streamline Revenue Operations Through Third-Party Integrations & Plugins</strong></h4>\r\n</li>\r\n</ol>\r\nSubscriptionFlow is a highly flexible platform that ensures smooth workflow by integrating with multiple standard business stack such as CRM, ERP, plugins, etc.\r\n<ol start=\"25\">\r\n <li>\r\n<h4><strong>Sync Data Across the Integrations As You Need</strong></h4>\r\n</li>\r\n</ol>\r\nSubscriptionFlow, when integrated with third-party applications including sales, marketing, support, employee, or customer management software, allows an easy and instant flow of information and scheduled as well as run-time data synchronization to streamline the revenue operations across the board.\r\n\r\nWith SubscriptionFlow, learn the art of minimal, automated, and instant workflow with fewer resources and more advantages. Learn more. Request an expert demo, today!','Choosing an Easy-to-Use Subscription Management Platform—25 key Features SubscriptionFlow Offers for Seamless Recurring Billing Management','','publish','open','open','','choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management','','','2020-08-24 13:30:18','2020-08-24 13:30:18','',0,'https://staging.subscriptionflow.com/?p=3426',0,'post','',0),(3427,1,'2020-08-24 13:18:51','2020-08-24 13:18:51','','Easy to use subscription management system','','inherit','open','closed','','easy-to-use-subscription-management-system','','','2020-08-24 13:19:05','2020-08-24 13:19:05','',3426,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Easy-to-use-subscription-management-system.jpg',0,'attachment','image/jpeg',0),(3429,1,'2020-08-26 12:16:24','2020-08-26 12:16:24','For small- to medium-sized subscription businesses, recurring billing management is the most difficult part. Even, the most tedious and orchestrated processes of sending out the invoices and offering the online payment processing convenience cannot ensure on-time payments.\r\n\r\nPayment delays mean financial constrains in managing other standard business operations such as production, employee management, sales, marketing, research, order fulfillment, or others.\r\n\r\nWith the growing competition in the market, subscription businesses of any size cannot rely on manual billing processing. To hold systematic control over recurring revenue management growth, accurate revenue recognition is inevitable. And, the revenue recognition can only be achieved when the recurring revenue stream can systematically flow with <a href=\"https://staging.subscriptionflow.com/2020/03/subscriptionflow-provides-automatic-billing-to-businesses-for-accelerated-growth-and-better-productivity/\">automatic billing</a> automation.\r\n\r\nBefore diving into the different aspects of automated customer billing, let’s see what we meant by the terms, “Subscription Billing” and “Automation”.\r\n\r\nSubscription Billing, also known as recurring billing, is the process of charging a customer, repetitively, for a set period after every defined interval for using the subscription product or services.\r\n\r\nAnd, automation is the digitalization of several functions to be operated without assistance or human guidance. Using machine language, it is the use of technology to simplify the complex processes of business by automating the repetitive tasks in a system. Automation with artificial intelligence technology enables businesses to understand natural languages, process unstructured data to form patterns, and based on structured data, identifies different commands, and then performs triggered-based actions.\r\n<h2><strong>The Science of Automated Sales and Billing</strong></h2>\r\nIn any business, sales are directly related to the billing, and billing is related to the payments, and payments contribute towards revenue. However, the foundation of the subscription business is the recurrence of the needs of the customer. This consistency and recurrence creates the same pattern in ordering, invoicing, billing, payment processing, revenue monitoring, and reporting. It, eventually, results in revenue recognition.\r\n\r\nSo, the idea behind the introduction of the automation in subscription management is to automate the billing of the recurring sales of the products or services that would generate stable and predictable recurring revenue without any delay in the payment charging and payment processing to the merchant’s account.\r\n<h3><strong>What is Automated Billing System?</strong></h3>\r\nTo auto-manage the billing on a recurring basis, Subscription Businesses can take the assistance of the automated billing system. In other words, it is also called a subscription management system, subscription system, subscription billing management system, or recurring billing system.\r\n\r\n<img class=\"size-full wp-image-3431 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg\" alt=\"Billing-automation\" width=\"892\" height=\"695\" />\r\n\r\nThe automated billing system is, basically, a suite of the stacks or applications that are integrated together to build a coordinated system or platform that can manage the subscription billing.\r\n<h3><strong>Understanding the Relations between Subscription Management, Recurring Billing and Automation Systems</strong></h3>\r\nSubscription software in today’s market is no longer serving the recurring billing management only. They are full-fledged SaaS platforms, now, that can also auto-manage contacts, subscribers’ data, inventory, supply chain, quotes, orders, invoicing, payment processing, fulfillment, sales deals management, marketing campaigns, service centers, and all the other business operations in one place.\r\n\r\nSo, the question is how do they do it?\r\n\r\nThe automated recurring billing or subscription management software with their open-source APIs makes it possible to integrate different applications and in real-time, flow the information and sync the data across the apps. This cross-platform data synchronization allows the platform to establish trigger-based automated actions within the system, or, with the permission of the other third-party application, across the stacks.\r\n\r\nThis is how in a comprehensive subscription management system, billing and automation go hands-in-hands. It works as automated recurring billing, payments, and revenue operations management system.\r\n<h3><strong>Automated Billing System Advantages in Subscription Management</strong></h3>\r\nManual billing management is the phenomenon of the bygone era. Due to the dozens of automated billing conveniences and assistance, the automated subscription management platforms have already replaced the traditional billing management practices.\r\n\r\nFrom startups to SMBs to enterprises, businesses all over are devising their strategies to take advantage of the innovation of automation and artificial intelligence assistance.\r\n\r\nSubscriptionFlow is the futuristic, flexible, and faster recurring billing, payment, and revenue management system that accelerates the growth of your subscription business and recurring revenue by providing the personalized subscription management solution as per the size, niche, and resources of the subscription business.\r\n\r\nSome of the main benefits of changing to the automated system of SubscriptionFlow from the manual billing processing are;\r\n<ul>\r\n <li>Easy, Instant, and automated invoicing—the invoice automation benefits such as accuracy, transparency, and on-time calculations and charging trigger for the payment modules. This ensures the timely and strictly regulated subscription billing cycle without annoying the customers with refunds and re-calculations due to invoice errors.</li>\r\n <li>Automatic mid of the subscription billing cycle calculations and adjustments such as subscription plan upgrades, downgrades, pause, reactivation, or cancellation. It is called prorated subscription billing.</li>\r\n <li>Automated sending out the invoices, payment status notification, and due-payments reminders to the subscriber’s email or Phone</li>\r\n <li>Automated Order placement, order receiving, and order processing</li>\r\n <li>Automated Scheduled Payment Charging on Subscribers credit card</li>\r\n <li>Automated deductions and payment processing to the merchant’s account</li>\r\n <li>In case of payment failures due to credit card expiry, bank system’s technical glitches, or any error, scheduled auto-retries for the payment for ensured collection and reduced involuntary churn. It is called automated dunning management.</li>\r\n <li>Multiple integrations with or within the standard business applications such as CRM and ERP</li>\r\n <li>Automated streamlining of the production, procurement, billing, fulfillment, sales, marketing, development, and support operations through integrations</li>\r\n <li>Automated sync of data across the integrations and operations in real-time</li>\r\n <li>Automated information update in client portal from the self-service customer portal</li>\r\n <li>Automated and AI-fuelled online payments and customer risks monitoring, identification, reporting, as well as mitigation</li>\r\n <li>Automated and optimal support for all pricing and billing models—from flat-rate subscription billing to usage- or consumption-based to hybrid billing</li>\r\n</ul>\r\nThe web-based SubscriptionFlow as a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">SaaS billing software</a> automates the recurring billing cycle and payment processing. It is a solution to industrialize operations and increase productivity without focusing on regular financial and accounting operations.\r\n\r\nWith SubscriptionFlow automated platform, you can help your subscription business to auto-manage the hassle-free recurring billing operations with ease, simplicity, and convenience without being tech-astute or configuring the huge technical stacks.','This is How Subscription Billing Automation is a Game Changer for Subscription Businesses','','publish','open','open','','this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses','','','2020-08-26 12:39:39','2020-08-26 12:39:39','',0,'https://staging.subscriptionflow.com/?p=3429',0,'post','',0),(3430,1,'2020-08-26 11:47:39','2020-08-26 11:47:39','','Ways Billing Automation can Benefit Subscription Business','','inherit','open','closed','','ways-billing-automation-can-benefit-subscription-business','','','2020-08-26 11:47:50','2020-08-26 11:47:50','',3429,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg',0,'attachment','image/jpeg',0),(3431,1,'2020-08-26 12:09:53','2020-08-26 12:09:53','','Billing-automation','','inherit','open','closed','','billing-automation','','','2020-08-26 12:09:59','2020-08-26 12:09:59','',3429,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg',0,'attachment','image/jpeg',0),(3434,1,'2020-08-28 14:14:35','2020-08-28 14:14:35','This is the fourth piece of the series. In our last blogs, we already have discussed the subscription business model, the different dynamics of the subscription box business, such as building subscription box business and audience, curating a subscription box, managing the procurement and inventory, and market the subscription box services.\r\n\r\nOnce the box is curated, the customer is approached, and the order is received, the next phase is, order fulfillment.\r\n<h2><strong>What is a Subscription Box Fulfillment?</strong></h2>\r\nSubscription Box fulfillment refers to the process of delivering the subscription box to the customer from the seller, on a recurring basis.\r\n\r\nThe subscribers receive the subscription box with the same products or with different assortment depends on the subscription plan, each day, week, month, quarter, or at any other pre-defined interval.\r\n\r\nSubscription box fulfillment doesn’t revolve around delivery, only. It seems simple, but it is, actually, a quite complicated process. Often, many subscription box services especially E-Commerce subscription box businesses, with the growth of their customer base, outsource one or all the phases of the subscription fulfillment.\r\n\r\nBefore leaping into the debate of outsourcing or no outsourcing, let’s understand, fully, the concept or process of subscription fulfillment.\r\n\r\nSo, Subscription fulfillment involves four key processes:\r\n<ul>\r\n <li>Picking</li>\r\n <li>Packing</li>\r\n <li>Kitting</li>\r\n <li>Shipping</li>\r\n</ul>\r\nLet’s go through each process in detail and see what it means in subscription fulfillment.\r\n<h3><strong>Picking</strong></h3>\r\nPicking is the beginning phase of the Subscription Box Fulfillment. It deals with inventory management. Curating a subscription box requires the availability of the products and workforce, every month.\r\n\r\nTo ensure not running out of the stock, what you need is the optimal inventory management.\r\n<h3><strong>Packing</strong></h3>\r\nOnce the items to be included in the subscription box are picked, the next process is called, packing. The gathered items are then packaged, properly, as per the details of the order. The products can be boxed into branded packaging or with simple wraps. After packing and wrapping, the subscription boxes are labeled with the order, customer, or any other details.\r\n<h3><strong>Kitting</strong></h3>\r\nSome subscription boxes are adored by the customers, due to their kitting. Packing the items in the box is not enough. Sometimes, it requires special or personalized treatment. This personalization may include a special arrangement of the products, special notes, or giveaways.\r\n<h3><strong>Shipping</strong></h3>\r\nAfter picking, packing, and kitting, the labeled subscription boxes are ready to ship to the end customer. The shipping or logistics services can pick it up from you, or you can manage it yourself. Subscription Box services usually outsource the recurring shipping for smooth and on-time delivery.\r\n<h3><strong>In-House Handling or Outsourcing—How to Manage Subscription Fulfillment?</strong></h3>\r\nManaging a subscription box fulfillment varies from business to business. Subscription Box of various niches, customer base size, resources, budget, etc. can go for multiple options. Some subscription box businesses also use a combination of fulfillment strategy to contain their resources while not compromising on their stellar customer experience aspirations.\r\n<h3><strong>Subscription Box In-House Fulfillment</strong></h3>\r\nFew or all of the In-house subscription fulfillment processes are an option for you if you are dealing with one of the situations mentioned below:\r\n<ul>\r\n <li>Managing a subscription box business in its beginning phase</li>\r\n <li>Managing a personalized subscription box services</li>\r\n <li>Dealing in fresh-market and gourmet items</li>\r\n <li>Dealing in fragile, precious, or luxurious products</li>\r\n <li>Manufacturing the items and managing the inventory yourself</li>\r\n</ul>\r\nThe subscription box in-house fulfillment includes picking, packing, or kitting. In very rare scenarios, the subscription box businesses manage the shipping, too. Usually, they outsource the shipping with the courier services.\r\n<h3><strong>Subscription Fulfillment Outsourcing</strong></h3>\r\nOutsourcing the subscription box fulfillment is ideal in most cases. It reduces the operational costs and allows you more engagement in work. Subscription fulfillment outsourcing is easy, simple, and instant solution for time- and cost-efficient monitoring and tracking of the subscription box.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3436\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg\" alt=\"Subscription Box Business 104\" width=\"1200\" height=\"800\" /></p>\r\nSubscription Box fulfillment outsourcing makes curating, packaging, and delivery seamless with less personal engagement and more systematic workflow.\r\n\r\nFor outsourcing, <a href=\"https://staging.subscriptionflow.com/2020/08/subscription-box-business-103-market-your-subscription-box-attract-the-sales-and-grow-the-subscriber-base/\">subscription box businesses</a> can opt for a 3PL—third-party logistics company. They manage it all—from orders, inventory, packaging, labeling, and shipping, regularly.\r\n<h4><strong>Hybrid Subscription Fulfillment Solutions</strong></h4>\r\nIn some cases, subscription box services opt for a combination of subscription fulfillment. They manage the picking, packing, kitting, and labeling part on their own and outsource the shipping. And, in some situations, they process few and exclusive fulfillments on their own and outsource the regular ones.\r\n\r\nIt all depends on the subscription box business type, resources, and budget.\r\n<h4><strong>How to Choose A Carrier for Subscription Box?</strong></h4>\r\nSelecting a carrier or shipping company is the most important aspect of subscription fulfillment. Third-party logistics companies may or may not offers you the shipping services.\r\n\r\nWithout customer retention, the subscription box business cannot survive. Prompt, neat, and fast delivery of your subscription box helps you hook customers with your subscription box business.\r\n\r\nHere are the few features of a good carrier that enables you to deliver your subscription box to the valued customer in its best form and time. These are:\r\n<ul>\r\n <li>Offering Subscription Services for Recurring Shipping</li>\r\n <li>Real-Time Monitoring and Tracking of the subscription Box Delivery</li>\r\n <li>Shipping Management Self-Service Portals</li>\r\n <li>Online Invoicing, Billing Adjustment, and Payment Processing</li>\r\n <li>Real-Time Analytics for Customers’ Delivery Details</li>\r\n <li>Efficient Workforce and Huge Network</li>\r\n <li>Favorable Shipping Rates</li>\r\n <li>Streamlined Delivery Operations Management</li>\r\n <li>And more</li>\r\n</ul>\r\n<h4><strong>How SubscriptionFlow Can Help With Subscription Fulfillment?</strong></h4>\r\nSubscriptionFlow is a highly extensible platform that allows you to not only automate the recurring billing and payment processing, it also helps you to manage other business processes with third-party integrations.\r\n\r\nManage orders, inventory, sales, marketing, support, logistics, and shipping from a single window. Integrate the stack to sync data across the platforms and monitor real-time standard business operations.\r\n\r\nLearn more about subscription box business management, request a demo with SubscriptionFlow expert, today!.','Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfilment','','publish','open','open','','subscription-box-business-104-from-picking-packing-and-kitting-to-shipping-manage-seamless-fulfilment','','','2020-08-28 14:14:35','2020-08-28 14:14:35','',0,'https://staging.subscriptionflow.com/?p=3434',0,'post','',0),(3435,1,'2020-08-28 14:10:41','2020-08-28 14:10:41','','Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfillment','','inherit','open','closed','','subscription-box-business-104-from-picking-packing-and-kitting-to-shipping-manage-seamless-fulfillment','','','2020-08-28 14:10:54','2020-08-28 14:10:54','',3434,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg',0,'attachment','image/jpeg',0),(3436,1,'2020-08-28 14:11:37','2020-08-28 14:11:37','','Subscription Box Business 104','','inherit','open','closed','','subscription-box-business-104','','','2020-08-28 14:11:48','2020-08-28 14:11:48','',3434,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg',0,'attachment','image/jpeg',0),(3443,1,'2020-09-02 13:03:29','2020-09-02 13:03:29','Customer or vendor—easy, safe, and instant payment processing is all, everyone needs. Using online payment, transfers are of various types, but the most used one is ACH.\r\n\r\nFrom online bill payments through the bank accounts to transferring funds from one bank account to another to receiving money into accounts via direct deposits, all are the examples of ACH Payments.\r\n\r\nACH payments are saviors for businesses as well. ACH payments have become an alternate for checks and credit card payments. In comparison to both of the modes of the payments, they are faster, safer, and reliable. For receiving recurring payments, it is the best way to have more control and more savings for the transactions.\r\n\r\nLet’s learn what ACH payments are, how do ACH Payments work, and how they are different from other electronic or non-electronic modes of payments.\r\n\r\nFirst things First;\r\n<h2><strong>What are ACH Payments?</strong></h2>\r\nACH stands for Automated Clearing House. ACH Payments are the electronic mode of funds transfer from one bank to another without using checks, credit card networks, wire transfers, or cash, in batches, and through the Automated Clearing House Network (ACHN).\r\n\r\nACHN is a financial network for electronic money transfers. It is a batch processing system that banks and other financial institutions use to process collective ACH transactions.\r\n\r\nACH transfers are cost-efficient and user-friendly ways to transfer funds, electronically.\r\n<h3><strong>Types of ACH Payments</strong></h3>\r\nACH Payments are processed through Automated Clearing Network House Network in two to three working days. The processing time varies with the ACH Payments types. These are of two types:\r\n\r\n<strong>Direct Deposits</strong>\r\n\r\nThe ACH Direct Deposits are the electronic funds transfers that are made by a business to any institution—government, another business, or individual customers. The ACH Direct Deposits can be made using Paychecks, Government Benefits, Tax Refunds, Interest Payments, and others.\r\n\r\n<strong>Direct Payments</strong>\r\n\r\nPaying a bill online, sending money from one bank account to another, sending payments via PayPal, Stripe, Braintree, and other social payment apps, and more are the prime examples of the ACH Payments. Individuals, businesses, organizations, and governments, and other entities use ACH Payments for reliable and controlled-payment transfers.\r\n<h3><strong>Types of ACH Transfers</strong></h3>\r\nIn ACH Direct Payments, the ‘Sender’ refers to the ‘Debit’, whereas the ‘Receiver’ is ‘Credit’. The Debit pulls the money out of the system and the credit pushes the money back to the system.\r\n\r\nBased on debit and credit, ACH transfers can also be categorized into the following two types:\r\n\r\n<strong>ACH Debit Transactions</strong>\r\n\r\nACH debit transactions are when customers authorize the merchant, vendor, or any entity to pull the money out of the account, periodically.\r\n\r\n<strong>ACH Credit Transactions</strong>\r\n\r\nACH credit transactions are when the money pulled from any bank or any other financial system will be pushed into merchant’s accounts or any other account owned by anyone.\r\n<h3><strong>The Rise of ACH Payments</strong></h3>\r\nToday, most of the electronic fund transfers are ACH payments transfers. According to the National Automated Clearing House Network Association, the volume of the ACH transactions rises steeply in the last few years.\r\n\r\nIn 2016, more than 25 billion electronic payments, comprises of $43 trillion, are made which is an increase of more than five percent in comparison with 2015.\r\n\r\nThe volume has further shown a surge in growth by the end of 2017. A 9.5 percent increase has seen by the end of the third quarter of 2018 which mounted the transactions up to $51.2 trillion.\r\n\r\nThe same-day processing of ACH Payments influx more money into the system. The speed of the transaction with safety and reliability multiplies the volume of ACH Payments manifold since 2008.\r\n<h3><strong>The ACH Payments Network</strong></h3>\r\nIn addition to Automated Clearing House Network—the connecting body for the financial institutions in the United States, some other players are also involved to make the system work. These are:\r\n\r\n<strong>ODFI—The Originating Depository Financial Institution</strong>\r\n\r\nThe process of ACH payment transactions begins with ODFI. It is the side of a bank that is responsible to give access to a bank account to initiate the process of ACH-based electronic funds transfer. ODFIs are also called ACH Processors.\r\n\r\nNot all banks are ODFIs. Some act as ODFI to deal with the high volume of ACH Payment requests. Instead of forwarding the ACH Payments for processing to the RDFIs, they accumulate these ACH requests to process them later. This is how the batch processing works. And, this is why it sometimes makes the ACH payments processing slower as well as safer, too.\r\n\r\n<strong>RDFI—the Receiving Depository Financial Institution</strong>\r\n\r\nIt is the other part of the banking institution that receives the ACH request and allows the transfers to be made into the receiver’s banking account as credit.\r\n\r\n<strong>NACHA—The National Automated Clearing House</strong>\r\n\r\nIt is the regulatory body that is responsible to supervise and govern the whole ACH network of bank-to-bank transferring and receiving funds, electronically.\r\n<h3><strong>The Processing of ACH Payments in ACH Network</strong></h3>\r\nPhone, broadband, OTT, insurance premium, magazine subscriptions, subscription box service, or any, subscribing to any autopay requires a customer to provide account information and sign a recurring payment authorization.\r\n\r\nAt every billing cycle, ODFI sends a payment request to the RDFI to transfer the funds, using the ACH network. The two bodies then confirm the availability of funds and then process the payments.\r\n\r\nThe process money then gets received into the merchant’s accounts.\r\n<h3><strong>The Duration of the ACH Payment Processing</strong></h3>\r\nACH Payments usually take multiple business days to process the payments from ODFI to RDFI.\r\n\r\nNACHA allows ODFI banks to process same-day payments or process payments in 2 to 3 business days. Likewise, RDFI can hold the payments, particularly ACH credit transactions, for a certain duration. Though, ACH debit transactions can, not only be processed in the next working day but also, can be made three times a day.\r\n\r\nThe same day ACH Payments trend is on the rise. The same-day ACH payment increases the overall volume of the ACH Payments in the last 2 to 3 years quite effectively.\r\n<h3><strong>The Cost of ACH Payment Processing</strong></h3>\r\nACH Payments are considered the cheaper way to process the bank-to-bank money, electronically. It empowers ODFIs to choose the processing charges.\r\n\r\nThese ACH processors can charge a flat rate as a processing fee or it can be varied with the amount of the ACH payments. The ACH Payment processing can also cost as a percent of the ACH payment.\r\n\r\nIt all depends on the businesses to select an ACH processor.\r\n<h3><strong>The Security of ACH Payment Processing</strong></h3>\r\nACH Payments do not follow the same PCI compliance guidelines required for the credit card payment processing but it ensures that all parties involved in the ACH payments network implement the rules to secure the banking information throughout the process and at every transaction point.\r\n\r\nIt also includes sending the encrypted mode of transmission of ACH payment transaction information. The originators of ACH Payments are required to ensure customers’ validity and account routing number to prevent online fraudulent payments.\r\n\r\nThis could lead to ACH Payment rejection.\r\n\r\nThe ACH Payment rejection may incur a penalty to the ACH payment originator.\r\n<h3><strong>The Rejected ACH Payments</strong></h3>\r\nUpon rejection, the ACH payment originators would be provided with a reject code to learn why there was a rejection. Some of the most common reasons for rejected ACH payments include;\r\n<ul>\r\n <li>Insufficient Funds in the payee’s account</li>\r\n <li>Payee closes the bank account</li>\r\n <li>Suspicious or unmatched account number or non-existent account</li>\r\n <li>Restricted access to the account to withdraw the funds</li>\r\n</ul>\r\n<h3><strong>The ACH Authentication—Avoid Rejected ACH Payments</strong></h3>\r\nIt is the responsibility of the ACH processor to verify the existence of the account and the availability of sufficient funds in accounts to mitigate the risks of being rejected for the ACH payment transfers.\r\n\r\nNACHA allows the verification via these ways;\r\n<ul>\r\n <li>Micro Deposits</li>\r\n <li>Verifying the receiver account with a zero-dollar transaction</li>\r\n <li>Account Verification</li>\r\n <li>Debit Card Authorization</li>\r\n <li>Authenticating the account number with the database</li>\r\n</ul>\r\n<h3><strong>The Limitations of ACH Payments Transactions</strong></h3>\r\nThe electronic bank-to-bank funds\' transference via the ACH Payments Network is an easy, simple, convenient as well as safer way to process the controlled inter-bank funds\' transaction. However, to keep the process secure, there are also a few restrictions that bar heavy external funds processing. Some of these are:\r\n<ul>\r\n <li>Limited or Capped Amount of Transaction</li>\r\n <li>Business Day only processing</li>\r\n <li>Charges for rejected ACH payments due to insufficient funds</li>\r\n <li>Restricted or no International funds transfers</li>\r\n <li>Limited transfers</li>\r\n <li>US-based only</li>\r\n</ul>\r\n<h3><strong>Difference between the ACH Transfers, Wire, and Other Funds Transfer</strong></h3>\r\nACH payments are one of the electronic bank-to-bank funds transfer modes. But, it is different in many ways than other electronic funds transfer.\r\n\r\nElectronic funds transfers or ETF include wire transfers, payroll direct deposits, credit card transactions, debit card transactions, e-check payments, online payments, and mobile payment transfers.\r\n\r\nBut, the most popular ETFs are ACH, wire, credit card, debit card, and cash transfers for bank-to-bank as well as business payment transfers:\r\n\r\nLet’s have a quick look at why and how ACH is different from the above-mentioned ETF;\r\n\r\n<strong>ACH vs. Wire Transfers</strong>\r\n\r\nACH Transfer allows the payments to send to RDFI in batches through the Automated Clearing House, whereas in the wire transfers, there is no regulatory body in the middle, and the banking institution themselves work as the middle man.\r\n\r\nTo understand more about the differences and similarities between the two, we have compiled a comparison table between ACH payments and Wire Payments that will give the readers a deep and quick understanding of how these two works and what works best for your transaction objectives:\r\n<p style=\"text-align: center;\"><strong> <img class=\"size-full wp-image-3444 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg\" alt=\"ACH vs Wire Transfer-comparison\" width=\"1200\" height=\"800\" /></strong></p>\r\n<strong>ACH vs. Credit Cards</strong>\r\n\r\nCredit Cards are relevant, safer as well as faster ways of transactions in some ways and, particularly, for one-time payment processing. But, it may incur more transaction fees as compare to ACH payments.\r\n\r\nBelow is a comparison table between ACH transfers and the credit card transfers to allow readers to compare and select the best fund transfer mode as per their needs and resources:\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3445 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg\" alt=\"ach vs credit card comparison\" width=\"1200\" height=\"800\" /></p>\r\n<strong> </strong>\r\n\r\n<strong>ACH vs. Debit Cards or Cash</strong>\r\n\r\nACH payments in many ways are safer and reliable as compare to debit card transactions and cash transfers. Debit card transactions are electronic mode and are faster but you cannot hold the transactions once they are processed. Besides, debit card transactions incur more costs and have limited dispute resolution policies.\r\n\r\nAnd, as compare to cash payments, ACH payments are faster as well as the controlled mode of payment transfers.\r\n<h3><strong>ACH Payments for SaaS—The Next Frontier in Secure Recurring Payments</strong></h3>\r\nACH Payments are the ideal mode of payment transfers for the SaaS as most businesses are working on the subscription-based model which requires customers to subscribe to the services for a defined term and based on recurring payments after every interval or when hit the billing cycle.\r\n<ul>\r\n <li><strong>ACH Payments are Cheaper</strong></li>\r\n</ul>\r\nThrough e-check and bank-to-bank online funds transfer with ACH payments allows businesses to save more on periodic billing on payment processing.\r\n<ul>\r\n <li><strong>ACH Payments are Safer</strong></li>\r\n</ul>\r\nACH Payments works under the supervision of a regulatory body, NACHA, and the federal government. All the parties are required to essentially abide by all the regulations of financial and digital security, information sharing, and payment transaction details encryption.\r\n\r\nAs it process in batches, it offers more hold over the transaction process.\r\n<ul>\r\n <li><strong>ACH Payments are Faster</strong></li>\r\n</ul>\r\nACH payments are now with the same-day and three-times transfers day rules have become one of the preferred reliable ways of electronic funds transfers.\r\n<ul>\r\n <li><strong>ACH Payments are Easier</strong></li>\r\n</ul>\r\nACH Payments establishes a recurring and automated system to process the ACH payments request and payment collection. It guarantees on-time payments without intimating emails, notifications, and reminders to the customers to deposit payments.\r\n\r\nACH payments also help businesses to consolidate the payments transactions and processing details for auditing and bookkeeping as well.\r\n<h4><strong>How to Set Up ACH Payments for Subscription Business</strong></h4>\r\nSubscription businesses are based on recurring billing and payment processing. Using a <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> is a great way to automate the whole subscription process—from automated invoicing to automated ACH payments to payment collection.\r\n\r\nSubscriptionFlow allows businesses to integrate whatever the Payment Gateways they want that support ACH as well as credit card payments. Here, it is a step-by-step guide that will help you to choose the ACH payments and ACH Payment processors.\r\n<ul>\r\n <li>Open a merchant account with the ACH Payment Processor.</li>\r\n <li>Integrate it with SubscriptionFlow</li>\r\n <li>Suggest the ACH Payments</li>\r\n <li>Ask customers to sign an ACH Authorization Form.</li>\r\n <li>Ask customers for their checking account, routing numbers, and other details.</li>\r\n <li>Submit and save information.</li>\r\n <li>Initiate the ACH Payments.</li>\r\n</ul>\r\nTo learn more about the ACH <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> for SaaS Subscription businesses, talk to our expert, or request a demo. Explore the safer, faster, reliable, and easier ways of collecting payments and building recurring revenue, today!','Understanding the ACH Payments—Learn In Detail What Are They and How Do They Work?','','publish','open','open','','understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work','','','2020-09-02 13:40:10','2020-09-02 13:40:10','',0,'https://staging.subscriptionflow.com/?p=3443',0,'post','',0),(3444,1,'2020-09-02 12:52:11','2020-09-02 12:52:11','','ACH vs Wire Transfer-comparison','','inherit','open','closed','','ach-vs-wire-transfer-comparison','','','2020-09-02 12:52:35','2020-09-02 12:52:35','',3443,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg',0,'attachment','image/jpeg',0),(3445,1,'2020-09-02 12:53:07','2020-09-02 12:53:07','','ach vs credit card comparison','','inherit','open','closed','','ach-vs-credit-card-comparison','','','2020-09-02 12:53:15','2020-09-02 12:53:15','',3443,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg',0,'attachment','image/jpeg',0),(3447,1,'2020-09-02 13:04:33','2020-09-02 13:04:33','','ACH Payments','','inherit','open','closed','','ach-payments','','','2020-09-02 13:04:42','2020-09-02 13:04:42','',3443,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-Payments.jpg',0,'attachment','image/jpeg',0),(3450,1,'2020-09-03 10:12:29','2020-09-03 10:12:29','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Software for Marketing Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1599128352923{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Maximize the Revenue and Marketing Business with the Subscription-Based Business Model and Subscription Management Software</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3456\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Marketing Companies Need Subscription-Based Pricing For Services?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991311300{margin-top: 25px !important;}\"]Marketing and Public Relations are the essentials of propaganda which are used by business, organizations, states, corporations, individuals, professionals, religious bodies, social and welfare societies, and all that want to be seen, heard, noticed, and succeed.\r\n\r\nWhen the internet paved the way for Social Media, Google, and likes, a sharp surge in innovation in sales and marketing had been observed which created the unbelievably exponential volume of business opportunities, employment, and services. But, many of them couldn’t sustain for so long due to their dependence on the former project-based model of traditional marketing.\r\n\r\nBe it traditional or digital marketing—the new-age demands to revive the marketing business models as subscription-based business models.\r\n\r\nFor uncountable reasons, Subscription-based marketing business models are providing stabilize, ensured, and recurring revenue growth.\r\n\r\nProviding Subscription-based pricing services draws more customers and gives a firm back to the marketing firms to retain their customers for a definite period, and even afterward.\r\n\r\nTo further amplify the outcomes of the subscription-based business model of marketing companies, SaaS providers are doing wonders while easing out the recurring billing and subscription management tasks for a marketing services provider, so the company can explore the skies of creativity, productivity, and revenue growth while leaving all the hassles of numbers, <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing</a>, and subscription management over a dedicated Subscription Software for Marketing Agency.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3457\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow as Subscription Software for Marketing Firms\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991415658{margin-top: 25px !important;}\"]SubscriptionFlow as a Subscription Software for Marketing Companies holds a great capability to not only manage marketing firms’ subscription plans, subscribers information database, recurring revenue, invoicing, <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a>, and payment processing. It also can efficiently give support to these businesses while streamlining some other services in one place as crucial elements serving the subscription businesses.\r\n\r\nSome of these include customer service management, communications management, and revenue recovery handling services.\r\n\r\nWith the help of the SubscriptionFlow. Marketing companies now can offer their services based on subscriptions as a monthly, quarterly, bi-annual, or annual plans. And, you can witness the growing numbers in company’s accounts with the recurring payments, subscription orders management, the cataloging of services and subscription plans, billing and tax management of each subscriber and account, automated global billing and other financial operations, and detailed insight of subscription plans performance and customer engagement through the KPIs.\r\n\r\n<strong>SubscriptionFlow Serving the Digital Marketing Companies</strong>\r\n\r\nWith SubscriptionFlow, Digital Marketing Companies or Professional Digital Marketers and Influencers offering a range of social media marketing, search engine marketing, PPC advertising, digital branding, affiliate marketing, and other promotion services across the internet can now manage their clients\' billing and engagement from all over the world.\r\n\r\nSome of the key services where SubscriptionFlow can help digital marketing business to flourish include:\r\n\r\n<strong>SEO—Search Engine Optimization</strong>\r\n\r\nSEO is a long-term process and a great service for subscription-based pricing. Professionals to Startups to Small-, Mid- and large-Sized companies—all need SEO. Based on their needs of local, national, or international SEO, they can subscribe to the digital marketing companies.\r\n\r\nSubscriptionFlow not only does recurring billing and subscription management but keeps you updated with the customer’s satisfaction with the Key Metrics.\r\n\r\nIt is an AI-enabled suite that can also suggest the opportunities of growth such as converting trial-based subscribers to a paid subscriber or analyzing the best subscription plans and predict its performance in upcoming days so you can focus more on materializing the customer interests into company’s profits.\r\n\r\n<strong>PPC—Pay-Per-Click Advertising</strong>\r\n\r\nPaid Search is the most prosperous service of the digital marketing agency. Companies invest a good sum of money in PPC Advertising and head to the professionals to ensure their visibility. A subscription can help them to focus on converting the leads generated through PPC to their sales, whereas marketers can enjoy recurring revenue along with time and freedom to give their best while managing their Paid Search.\r\n\r\n<strong>Content Marketing</strong>\r\n\r\nSubscriptionFlow brings a huge opportunity for freelance Content Writers, Researchers, Professional Marketers, and Marketing Companies to gain more clients, automate their financial and management operations, and increase business revenue.\r\n\r\nAll you need is to focus on producing quality content, rest issues such as auto-billing, reminders, proration, <a href=\"https://staging.subscriptionflow.com/dunning-management/\">dunning</a>, and tax management can be managed by the SubscriptionFlow.\r\n\r\n<strong>Social Media Marketing</strong>\r\n\r\nFacebook, Twitter, Instagram, LinkedIn, Whatsapp, or Snapchat, different companies of various niches require a different platform or a combination for their social media marketing. SubscriptionFlow allows you to manage the recurring billing, payment processing, and auto-management of multiple subscriptions of a customer with a few clicks in a dedicated dashboard only.\r\n\r\n<strong>Email Marketing</strong>\r\n\r\nEmail Marketing is a more significant way of personalized marketing to reach into the inboxes. It is a long-term requirement for any client. Pairing it up with other marketing services such as content marketing and digital branding, you can offer a modified and exclusively tailored subscription plan for them. SubscriptionFlow can manage the rest.\r\n\r\n<strong>Google AdWords and Analytics Management</strong>\r\n\r\nIf your company is a google partner then a horde of professionals and businesses are looking for a google marketing professional to find business opportunities in their website and search engine for them, time, and time again.\r\n\r\nOffer them your services and increase your recurring revenue and let SubscriptionFlow find sales and marketing opportunities for you and stay you secured while its AI-powered technology indicates the risks and flaws anywhere in a subscription system.\r\n\r\n<strong>Web Designing</strong>\r\n\r\nWeb Designing and Development is a favorable service based on the subscription pricing model for freelancers and marketing agencies alike. SubscriptionFlow can manage your cataloging of different subscription plans and your subscribers’ accounting and financial affairs accordingly.\r\n\r\n<strong>Digital Branding</strong>\r\n\r\nWith the help of internet marketing, apps marketing, graphic designing services, and display advertising, digital branding can be offered as a tailored or generic subscription plan. SubscriptionFlow can help you design and manage these subscriptions while analyzing the metrics and statistical reporting.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3458\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"SubscriptionFlow Serving the Traditional Marketing Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991503080{margin-top: 25px !important;}\"]With SubscriptionFlow, traditional marketing tools and strategies can also be managed as subscription-based business. From display advertising of hoardings, panaflexes, brochures, and flyers to marketing and advertisements in Print, TV, and Radio to branding and outsourced Public Relations, all these services can be priced as subscriptions.\r\n\r\nSubscriptionFlow gives you a flexible field to gain or retain your customers with better integrations of <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a> for global payments processing, smart recurring billing, AI-based recommendations or risk detections, tax management, self-auditing, and other accounting operations, and moreover, providing you the facility for integrations of apps or ERP and CRM features for exclusive customer relationship management such as generating tickets, email reminders and notifications, and dedicated clients/customer dashboards.\r\n\r\nNow, satisfy your customers with your creativity, professionalism, dedication, and hard work, and keep them in your loop of a subscription while facilitating them with the efficient and automated system of subscription management services through SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Software for Marketing Companies','','publish','closed','closed','','subscription-software-for-marketing-companies','','','2020-12-03 10:32:20','2020-12-03 10:32:20','',0,'https://staging.subscriptionflow.com/?page_id=3450',0,'page','',0),(3453,1,'2020-09-03 10:15:36','2020-09-03 10:15:36','','Subscription Management software for marketing companies','','inherit','open','closed','','subscription-management-software-for-marketing-companies','','','2020-09-03 10:15:45','2020-09-03 10:15:45','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Management-software-for-marketing-companies.jpg',0,'attachment','image/jpeg',0),(3456,1,'2020-09-03 10:20:26','2020-09-03 10:20:26','','Rise of Subscription billing in marketing companies','','inherit','open','closed','','rise-of-subscription-billing-in-marketing-companies','','','2020-09-03 10:20:34','2020-09-03 10:20:34','',3450,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg',0,'attachment','image/jpeg',0),(3457,1,'2020-09-03 10:21:39','2020-09-03 10:21:39','','SubscriptionFlow as Subscription Software for Marketing Firms','','inherit','open','closed','','subscriptionflow-as-subscription-software-for-marketing-firms','','','2020-09-03 10:21:48','2020-09-03 10:21:48','',3450,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg',0,'attachment','image/jpeg',0),(3458,1,'2020-09-03 10:22:44','2020-09-03 10:22:44','','SubscriptionFlow Serving the Traditional Marketing Companies','','inherit','open','closed','','subscriptionflow-serving-the-traditional-marketing-companies','','','2020-09-03 10:22:51','2020-09-03 10:22:51','',3450,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg',0,'attachment','image/jpeg',0),(3461,1,'2020-09-07 14:03:28','2020-09-07 14:03:28','Imagine if you are a SaaS startup or SMB with constrained resources, would you opt for developing a whole infrastructure and hiring a team to manage the cloud computing, IT infrastructure, billing system, or whatever the requirements to set up a whole system?\r\n\r\nOf course, you won’t.\r\n\r\nIt incurs you a huge depreciation in the revenue.\r\n\r\nInstead, the organizations prefer to outsource services that can provide web-based support and high maintenance on a subscription basis with access to always upgraded tools and updated stacks.\r\n\r\nAnd, through Managed Services Billing Platform, Managed Services Providers charge their customers for the services they have availed, only.\r\n<h2><strong>So, What, Actually, Do Manage Services Providers Do?</strong></h2>\r\nManaged services providers (MSPs) are the entities that offer their services of maintaining a range of functions to process seamless operations and reduces the overall operational cost.\r\n\r\nMost MSPs are now offering subscription services rather than the upfront or fixed-fee pricing. Subscribing to managed services is a cost-effective and proficient way to stay updated with technology, skills, and resources to address quality control, risk management, and business process management issues.\r\n\r\nManaging cloud computing for various operations through managed services frees SMBs from the development of the whole infrastructure to monitor and manage the processes.\r\n\r\nThe various types of Managed Services include;\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Desktop As A Service</li>\r\n <li>Backup As A Service</li>\r\n <li>Security As A Service</li>\r\n <li>Data Analytics</li>\r\n <li>Managed Cloud-Communications.</li>\r\n <li>Networking</li>\r\n <li>IT Infrastructure Management</li>\r\n <li>Support Services</li>\r\n <li>And More</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Automated Managed Services Billing Solution—The Ultimate Recurring Revenue Growth Catalyst</strong></h3>\r\nManaged Services Model is a subscription business model that is entirely different from the on-demand outsourcing billing model. Managed services providers deliver managed services on a recurring basis.\r\n\r\nManaged services is a successful business and billing model to establish a recurring revenue stream with an automated billing mechanism.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3463\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg\" alt=\"Managed Services Billing Solutions\" width=\"1200\" height=\"800\" /></p>\r\nAnd, to manage the recurring billing and payment processing, SubscriptionFlow provides an ideal subscription billing management platform as a full-fledged, extensible, and industry-leading managed services billing software.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes/\">Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes</a>\r\n\r\nLet’s explore why and how automated recurring billing empowers the Managed Services Business with a robust recurring revenue collection:\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Tailored Managed Services Invoice And Billing Management</strong></a></li>\r\n</ul>\r\n[/su_list]\r\n\r\nCustomers or clients from across the industries and organization—as per their needs, resources, and budget—select managed services. And, Managed Services Billing System allows MSPs to offer their customer a range of billing models based on their consumption, or, sometimes, as flat-fee, or hybrid billing.\r\n\r\nFor instance, subscribing to the web hosting services include an array of services and with different measurement such as bandwidth, server type, hard disk space, data center location, no. of users, access type, etc.\r\n\r\nManaged Services Provider Billing can tailor a range of subscription plans and allow organizations of different types and sizes to select the plan that suits them best.\r\n\r\nAs a Managed Services Invoice Solution, SubscriptionFlow allows MSPs to generate AI-augmented, automated, and accurate invoices with prorated subscription billing and other billing adjustments like tax calculations, coupon implementation, and more.\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><a href=\"https://staging.subscriptionflow.com/pricing-engine/\"><strong>Price Optimization</strong></a></li>\r\n</ul>\r\n[/su_list]\r\n\r\nManaged Services Providers by offering the recurring billing options can experiment with pricing like never before. It allows MSPs to explore all the hidden and unmapped revenue-building possibilities with <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">AI recommended data-driven consumption-based, per-user pricing, per feature pricing, flat-fee, and flat-fee plus per user, or per feature pricing.</a>\r\n\r\nWith <u>Managed Services Provider Billing Software</u>, offering optimized pricing is key to draw more revenue and encourage the customer to use more services and features.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow</a>\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Automated Billing Cycle</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nAutomation accelerates frictionless billing cycle management. The automated MSP billing system streamlines billing operations across the board—from custom invoicing to proration and payment processing to dunning management.\r\n\r\nWith the integration of secure payment gateways, MSPs can automate the recurring process of charging the customers and receiving the payments on-time, throughout the subscription cycle.\r\n\r\nThe consistent and precise invoice delivery of the automated managed services invoice system of SubscriptionFlow ensures the flow of recurring payments faster.\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Quote-to-Cash Management</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe managed services billing software, SubscriptionFlow allows MSPs to manage their recurring billing right from the beginning. Manage quotes, offer optimized pricing, customize the automated subscription cycle, generate and auto-send invoices, charge customers for payments, and receive payments in accounts, without any obstruction of discrepancy or corruption.\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Customer Lifecycle Management</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe intuitive managed services billing system of SubscriptionFlow helps MSPs to manage their customers in length. SubscriptionFlow integration with sales, marketing, support, and CRM applications streamlines the 360-degree view of customers.\r\n\r\nThis flow of information helps to attract, engage, convert, onboard, and retain customers for upselling, cross-selling, or renewal of the managed services plans and products.\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong><a href=\"https://staging.subscriptionflow.com/integrations/\"><strong>Scalable Managed Services Billing Solutions</strong></a></strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nBusinesses aspire for faster business development and revenue growth. As they scale, their everyday operational requirements, tech needs, and services management changes. This is why managed services are saviors as they can easily upscale the managed services for a client without a huge investment in infrastructure development or hiring experts to manage the updated requirements of the services.\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Real-Time Recurring Revenue Monitoring and Reporting</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nOptimized and tailored managed services invoicing, billing, and revenue management have multiple challenges of tracking, mapping, monitoring, and managing the recurring revenue stream.\r\n\r\nSubscriptionFlow helps MSPs to identify revenue leakages, measure KPIs efficiently, and project and predict the Customer Lifetime Value based on real-time SaaS analytics and dashboard reporting as well as classic score carding reporting.\r\n<h4><strong>In a Nutshell…</strong></h4>\r\nMSP encompasses a multitude of things that is used vaguely for IT managed services, only. Some of the most recognized Managed Services include IT infrastructure management services, business to business integrations, supply chain managed services, transportation, marketing, media, power, water, and more.\r\n\r\nFixed, Usage-based, Al-carte, Metered, All-You-Can-Have, Per-User, Per-Feature, Per-Device, Per-Month, or Per-Year—the MSP delivery models are many, but the best among all varies MSP to MSP with the organization size, requirements, and resources.\r\n\r\nSubscriptionFlow as a Managed Services Billing Platform allows recurring billing, payment processing, and recurring revenue management solutions to all the types of managed services providers across the verticals.\r\n\r\nTo learn more about the automated managed services invoice and billing solutions, talk to SubscriptionFlow experts, or get a <a href=\"https://staging.subscriptionflow.com/register\">free trial</a>, Now!','Learn How Automated Recurring Billing Can Help Managed Services Providers to Optimize Revenue Collection','','publish','open','open','','learn-how-automated-recurring-billing-can-help-managed-services-providers-to-optimize-revenue-collection','','','2020-09-07 14:23:31','2020-09-07 14:23:31','',0,'https://staging.subscriptionflow.com/?p=3461',0,'post','',0),(3462,1,'2020-09-07 13:53:50','2020-09-07 13:53:50','','Managed Services Recurring Billing','','inherit','open','closed','','managed-services-recurring-billing','','','2020-09-07 13:53:57','2020-09-07 13:53:57','',3461,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Recurring-Billing.jpg',0,'attachment','image/jpeg',0),(3463,1,'2020-09-07 13:57:11','2020-09-07 13:57:11','','Managed Services Billing Solutions','','inherit','open','closed','','managed-services-billing-solutions','','','2020-09-07 13:57:19','2020-09-07 13:57:19','',3461,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg',0,'attachment','image/jpeg',0),(3478,1,'2020-09-11 11:28:59','2020-09-11 11:28:59','Subscription Management Software uses online payment methods like <a href=\"https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/\">ACH payments</a>, Debit cards, Credit Cards, Cryptocurrency, Mobile Payments, and other alternative payment methods to process recurring payments faster, safer, and directly to the merchant’s account. The recurring billing system integrates payment processing providers to ensure security as they encrypt the transaction data between the issuing and acquiring bank and facilitates secure payment processing without the risks of online payment frauds.\r\n\r\nLearning about online payment processing for recurring payments encompasses the understanding of the workflow of payment processing in recurring billing and payment system and online payment processing ecosystem.\r\n\r\nLet’s begin:\r\n<h2><strong>What is Payment Processing for Recurring Billing?</strong></h2>\r\nRecurring Billing also knows as Subscription Billing or Subscription Management is the process of billing a customer after every interval for a specific length of the term. There are four core essentials of the recurring billing:\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customer’s Bank</li>\r\n <li>Merchant’s Bank</li>\r\n <li>Payment Gateway</li>\r\n <li>Recurring Billing System</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe recurring billing system works on top of the payment gateway to process the recurring payments. It automates the recurring payment processing and collection by connecting the recurring billing system with the issuing bank, acquiring bank, and payment gateway for hassle-free payment processing every time the billing and payment cycle hits.\r\n<h2><strong>Understanding the Online Payment Processing Ecosystem</strong></h2>\r\nIt looks so simple that the customer sends the money to the merchant’s account and it is received by the merchant within a few seconds. However, this involves the whole ecosystem that manages the secure and fast payment processing.\r\n\r\nOnline payments are fraud-prone. To prevent the risks associated with the online payments, the APIs responsible for managing different billing logics, like handling checkout pages, sending payment notifications, payment processing providers, and more, coordinate and connect multiple elements in the ecosystem. These APIs are:\r\n\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Payment Request API</li>\r\n <li>Payment Handling API</li>\r\n <li>Payment Method Identifiers</li>\r\n <li>Payment Method Manifest</li>\r\n</ul>\r\n[/su_list]\r\n\r\nTo ensure the security of the online transaction, the following elements are involved:\r\n\r\n[su_list icon=\"icon: paper-plane\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Payment Gateways—they transmit transaction details to the processors. Also, they serve as the additional layer of a blank account to the merchant’s account to receive credit card payments.</li>\r\n <li>Payment Processors—they execute the transactions by transmitting the data between the customers, merchant, issuing bank, and acquiring bank.</li>\r\n <li>Hybrids or Payment Service Providers—as the name suggests, some payment gateway serve as payment processors as well. This is why they are called Payment Service Providers or PSPs. The most popular examples of PSPs are PayPal and Stripe.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Why Payment Service Providers Are Important?</strong></h3>\r\nCredit, Debit, or other payment alternatives—the Payment Service Providers, or commonly called Payment Gateways, are used to process all sorts of online payments.\r\n\r\nOnline transactions demand security and reliability without any complications for faster and safe payment processing. This is where the Payment Gateways serves the purpose. Sitting in the mid of the three core elements of the recurring billing and payment processing, payment gateways provide the following assurances for automated online recurring payment processing:\r\n\r\nThe most important function of the payment gateway is to lessen the risks of online payment frauds. The risks associated with the severity of the credit card frauds are prevalent in the subscription business.\r\n\r\nPayment gateways encrypt the data between the user and the merchant for safe payment processing. It sends an authorization request to the credit card company, bank, or any other financial institution to process transactions. Upon authorization, it allows the user’s browser and the payment gateway interface to process payments.\r\n\r\nAI-enabled payment processing providers are also able to detect geo-location, orders screening, tax calculation, and more.\r\n<h3><strong>How Do Payment Gateways for Recurring Payments Work?</strong></h3>\r\nThe basic purpose of the payment gateway is to ensure faster, safer, and seamless online payments.\r\n\r\nThe payment gateways are not responsible to transfer the fund, instead, they approve the funds transference to the merchant’s accounts in a secure way from the customer’s account.\r\n\r\n<img class=\"size-full wp-image-3504 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg\" alt=\"payment process cycle\" width=\"1200\" height=\"800\" />\r\n\r\nPayment gateways are PCI-Compliant to identify and mitigate the risks of online payment frauds.\r\n\r\nFollowing is a step-by-step description of how payment gateways facilitate the recurring payments:\r\n\r\n[su_list icon=\"icon: hand-o-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The client integrates and configures the payment gateway in the subscription management software.</li>\r\n <li>A subscription with the assigned payment method has been created. ACH Payments or Credit Card—the customer provides the details of the payment method chosen.</li>\r\n <li>Whenever the billing cycle hits, the merchant from the platform of the recurring billing software sends the transaction details to the payment processor of the merchant’s account.</li>\r\n <li>The details then are sent to the affiliated card that manages the approval or denial of the transaction request.</li>\r\n <li>When the transaction request gets approved by the issuing bank, the processor sends the approval to the payment gateway.</li>\r\n <li>After transaction approval, the payment gateway allows the platform to process the payments.</li>\r\n <li>Once the transaction is completed by the merchant, the status of ‘Clearing Transaction’ activates, and the issuing bank permits the funds settlement with the merchant’s account after deducting the transaction fee.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>How to Select the Best Payment Gateway for Recurring Payments?</strong></h3>\r\nSelecting the best payment processing provider or payment gateway is a crucial deal. The integration of a reliable payment gateway ensures client or customer’s trust in the secure transactions within the healthy and safe online payment processing ecosystem. Otherwise, the customer can annul the deal, without making any sales, despite placing the orders.\r\n\r\nIn the recurring billing business, configuring the right payment gateway, not only, strengthens the probabilities of long-term customer commitment, it also ensures a seamless online, safe, and faster collection of revenue.\r\n\r\nNot all payment gateways support automated <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payment</a> processing. Choosing appropriate payment processing providers may a subscription business owner to undergo some research before selecting a payment gateway integration in the subscription management system. Some of the must-consider factors include:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Transition Fee</li>\r\n <li>Service Agreement Requirements</li>\r\n <li>Automated Recurring Payment Support</li>\r\n <li>Multi-Currency Support</li>\r\n <li>Multiple Payment Method Support</li>\r\n <li>Simple and Secure Checkout</li>\r\n <li>Easy Integration</li>\r\n <li>Merchant Account</li>\r\n <li>Geo-location Support</li>\r\n <li>Terms & Conditions for Physical or Digital Goods</li>\r\n <li>24/7/365 Customer and Technical Support</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>The Best Online Payment Services Providers for Recurring Billing and Payments</strong></h3>\r\nBased on their utility, resources, and transactional security requirements, Recurring Billing Businesses choose the payment gateways or hybrid online payment processing providers to integrate the one that best serves their interests. Some of the most popular and widely used online payment processing providers are:\r\n<p style=\"text-align: center;\">[su_table]</p>\r\n\r\n<table style=\"height: 145px;\" width=\"1022\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\">PayPal</td>\r\n<td style=\"text-align: center;\">SecurePay</td>\r\n<td style=\"text-align: center;\">Blue Snap</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\">Stripe</td>\r\n<td style=\"text-align: center;\">First Data Corporation</td>\r\n<td style=\"text-align: center;\">PaySimple</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\">Authorize.net</td>\r\n<td style=\"text-align: center;\">Payline Data</td>\r\n<td style=\"text-align: center;\">PaySafe</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\">GoCardless</td>\r\n<td style=\"text-align: center;\">Square</td>\r\n<td style=\"text-align: center;\">Card Connect</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\">Braintree</td>\r\n<td style=\"text-align: center;\">AliPay</td>\r\n<td style=\"text-align: center;\">WePay</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\">Adyen</td>\r\n<td style=\"text-align: center;\">Amazon Payments</td>\r\n<td style=\"text-align: center;\">Table</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\">[/su_table]</p>\r\n\r\n<h3><strong>SubscriptionFlow and Best Payment Gateways Integrations for Recurring Payments</strong></h3>\r\nSubscriptionFlow allows the clients to set up their preferred gateways in a few easy steps.\r\n\r\nHere is a quick guide for the clients to configure settings for any <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateway</a> using the examples of the top most popular payment gateways integrated with the SubscriptionFlow:\r\n\r\n[su_list icon=\"icon: check-circle-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal</li>\r\n <li>Stripe</li>\r\n <li>Net</li>\r\n</ul>\r\n[/su_list]\r\n\r\nLogin to the SubscriptionFlow dashboard, click on the settings icon, and choose the ‘Payment Settings’ under the section of Accounting. Select the payment gateway to be configured and follow the step-by-step process to process online recurring payments, instantly and safely.\r\n<h3><strong>SubscriptionFlow and PayPal Payment Gateway for Recurring Payments</strong></h3>\r\n<ul>\r\n <li>Select ‘PayPal’ on the Payment Settings Page.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3480 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg\" alt=\"Select PayPal\" width=\"846\" height=\"482\" />\r\n<ul>\r\n <li>Access the PayPal page for configuration settings, click on the ‘Get Started’ tab.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3481 alignnone\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg\" alt=\"Access the PayPal page\" width=\"807\" height=\"439\" /></p>\r\n\r\n<ul>\r\n <li>A new page with the fields for login credentials will appear.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3482 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg\" alt=\"A new page with the fields\" width=\"840\" height=\"422\" />\r\n<ul>\r\n <li>To configure the PayPal, enter the login credentials under the connection tab. Check the Sandbox and click on the ‘Test Connection’. This will connect the payment gateway.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3483 alignnone\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg\" alt=\"To configure the PayPal\" width=\"815\" height=\"386\" /></p>\r\n \r\n<ul>\r\n <li>Under the ‘Advance Options’ tab, tick-over the PayPal checkout. Select the allowed users from the drop-down menu to access and manage the payment gateway settings.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3484 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab.jpg\" alt=\"Under the ‘Advance Options’ tab\" width=\"853\" height=\"423\" />\r\n\r\n \r\n<ul>\r\n <li>Select the pre-made response email template with the payments from the drop-down menu. Hit the ‘Save’ button.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3485 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg\" alt=\"Select the pre-made response email template\" width=\"849\" height=\"448\" />\r\n<ul>\r\n <li>This will activate the gateway for the subscription account.</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3486 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg\" alt=\"This will activate the gateway for the subscription account\" width=\"851\" height=\"404\" /></p>\r\n \r\n<ul>\r\n <li>Go back to the Connection tab and save the settings. Clicking on the ‘Save’ tab configures the settings successfully.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3487 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg\" alt=\"Go back to the Connection tab and save the settings\" width=\"876\" height=\"434\" />\r\n\r\n \r\n<ul>\r\n <li>To configure another gateway, click on the ‘Back to Payment Gateway’. And, to uninstall the recently configured payment gateway, click on the ‘Uninstall’ Tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3488 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg\" alt=\"Uninstall paypal\" width=\"829\" height=\"422\" />\r\n<h3><strong>SubscriptionFlow and Stripe Payment Gateway for Recurring Payments</strong></h3>\r\n<ul>\r\n <li>Select ‘Stripe’ on the Payment Settings Page.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3489 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg\" alt=\"Select Stripe\" width=\"849\" height=\"439\" />\r\n\r\n \r\n<ul>\r\n <li>Access the Stripe page for configuration settings, click on the ‘Get Started’ tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3490 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg\" alt=\"Access Stripe\" width=\"827\" height=\"386\" />\r\n<ul>\r\n <li>A new page with the fields for login credentials will appear.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3491 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg\" alt=\"A new page with the fields for stripe\" width=\"815\" height=\"440\" />\r\n<ul>\r\n <li>To configure the Stripe, enter the login credentials under the connection tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3492 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg\" alt=\"To configure the Stripe\" width=\"817\" height=\"431\" />\r\n<ul>\r\n <li>Under the ‘Advance Options’ tab, check the customer payment methods and select the allowed users from the drop-down menu to access and manage the payment gateway settings. Hit the ‘Save’ button.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3503 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg\" alt=\"Under the ‘Advance Options’ tab stripe\" width=\"816\" height=\"436\" />\r\n<ul>\r\n <li>Go back to the ‘Connection’ tab and hit the ‘Test Connection’ button. It will connect the SubscriptionFlow platform to the payment gateway.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3502 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg\" alt=\"Go back to the ‘Connection’ tab and hit the ‘Test Connection’ button\" width=\"875\" height=\"387\" />\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>Clicking on the ‘Save’ tab configure the settings successfully and activate the payment gateway.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3501 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg\" alt=\"Clicking on the ‘Save’ tab configure the settings\" width=\"815\" height=\"386\" />\r\n<ul>\r\n <li>To configure another gateway, click on the ‘Back to Payment Gateway’. And, to remove the recently configured Stripe, click on the ‘Uninstall Stripe’ Tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3500 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg\" alt=\"To configure another gateway, click on the ‘Back to Payment Gateway\" width=\"819\" height=\"393\" />\r\n<h3><strong>SubscriptionFlow and Authorize.Net Payment Gateway for Recurring Payments</strong></h3>\r\n<ul>\r\n <li>Select ‘Authorize.Net’ on the Payment Settings Page.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3499 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg\" alt=\"authorize1\" width=\"878\" height=\"457\" />\r\n<ul>\r\n <li>Access the Net page for configuration settings, click on the ‘Get Started’ tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3498 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg\" alt=\"authorize2\" width=\"870\" height=\"402\" />\r\n<ul>\r\n <li>A new page with the fields for login credentials will appear.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3497 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg\" alt=\"\" width=\"871\" height=\"480\" />\r\n<ul>\r\n <li>To configure the Authorize.Net, enter the login credentials under the connection tab, check the SandBox, and click on the ‘Test Connection’.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3496 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg\" alt=\"\" width=\"883\" height=\"488\" />\r\n\r\n \r\n<ul>\r\n <li>Under the ‘Advance Options’ tab, check the customer payment methods and select the allowed users from the drop-down menu to access and manage the payment gateway settings. Hit the ‘Save’ button. Your Payment Gateway is not connected and activated.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3495 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg\" alt=\"\" width=\"879\" height=\"459\" />\r\n<ul>\r\n <li>Go back to the ‘Connection’ tab and save the setting to configure the SubscriptionFlow platform to the payment gateway.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3494 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg\" alt=\"authorize6\" width=\"883\" height=\"457\" />\r\n<ul>\r\n <li>To configure another gateway, click on the ‘Back to Payment Gateway’. And, to uninstall the recently configured Authorize.Net payment gateway, click on the ‘Uninstall’ Tab.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-3493 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg\" alt=\"authorize7\" width=\"878\" height=\"490\" />','Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management','','publish','open','open','','online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management','','','2020-09-11 11:35:51','2020-09-11 11:35:51','',0,'https://staging.subscriptionflow.com/?p=3478',0,'post','',0),(3480,1,'2020-09-11 10:00:12','2020-09-11 10:00:12','','Select PayPal','','inherit','open','closed','','select-paypal','','','2020-09-11 10:00:21','2020-09-11 10:00:21','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg',0,'attachment','image/jpeg',0),(3481,1,'2020-09-11 10:01:08','2020-09-11 10:01:08','','Access the PayPal page','','inherit','open','closed','','access-the-paypal-page','','','2020-09-11 10:01:15','2020-09-11 10:01:15','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg',0,'attachment','image/jpeg',0),(3482,1,'2020-09-11 10:02:02','2020-09-11 10:02:02','','A new page with the fields','','inherit','open','closed','','a-new-page-with-the-fields','','','2020-09-11 10:02:09','2020-09-11 10:02:09','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg',0,'attachment','image/jpeg',0),(3483,1,'2020-09-11 10:02:46','2020-09-11 10:02:46','','To configure the PayPal','','inherit','open','closed','','to-configure-the-paypal','','','2020-09-11 10:02:56','2020-09-11 10:02:56','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg',0,'attachment','image/jpeg',0),(3484,1,'2020-09-11 10:03:43','2020-09-11 10:03:43','','Under the ‘Advance Options’ tab','','inherit','open','closed','','under-the-advance-options-tab','','','2020-09-11 10:03:49','2020-09-11 10:03:49','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab.jpg',0,'attachment','image/jpeg',0),(3485,1,'2020-09-11 10:04:57','2020-09-11 10:04:57','','Select the pre-made response email template','','inherit','open','closed','','select-the-pre-made-response-email-template','','','2020-09-11 10:05:03','2020-09-11 10:05:03','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg',0,'attachment','image/jpeg',0),(3486,1,'2020-09-11 10:06:49','2020-09-11 10:06:49','','This will activate the gateway for the subscription account','','inherit','open','closed','','this-will-activate-the-gateway-for-the-subscription-account','','','2020-09-11 10:06:59','2020-09-11 10:06:59','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg',0,'attachment','image/jpeg',0),(3487,1,'2020-09-11 10:07:28','2020-09-11 10:07:28','','Go back to the Connection tab and save the settings','','inherit','open','closed','','go-back-to-the-connection-tab-and-save-the-settings','','','2020-09-11 10:07:36','2020-09-11 10:07:36','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg',0,'attachment','image/jpeg',0),(3488,1,'2020-09-11 10:08:11','2020-09-11 10:08:11','','Uninstall paypal','','inherit','open','closed','','uninstall-paypal','','','2020-09-11 10:09:21','2020-09-11 10:09:21','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg',0,'attachment','image/jpeg',0),(3489,1,'2020-09-11 10:09:55','2020-09-11 10:09:55','','Select Stripe','','inherit','open','closed','','select-stripe','','','2020-09-11 10:10:01','2020-09-11 10:10:01','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg',0,'attachment','image/jpeg',0),(3490,1,'2020-09-11 10:10:29','2020-09-11 10:10:29','','Access Stripe','','inherit','open','closed','','access-stripe','','','2020-09-11 10:10:37','2020-09-11 10:10:37','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg',0,'attachment','image/jpeg',0),(3491,1,'2020-09-11 10:11:33','2020-09-11 10:11:33','','A new page with the fields for stripe','','inherit','open','closed','','a-new-page-with-the-fields-for-stripe','','','2020-09-11 10:11:40','2020-09-11 10:11:40','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg',0,'attachment','image/jpeg',0),(3492,1,'2020-09-11 10:12:06','2020-09-11 10:12:06','','To configure the Stripe','','inherit','open','closed','','to-configure-the-stripe','','','2020-09-11 10:12:16','2020-09-11 10:12:16','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg',0,'attachment','image/jpeg',0),(3493,1,'2020-09-11 10:15:01','2020-09-11 10:15:01','','authorize7','','inherit','open','closed','','authorize7','','','2020-09-11 10:55:20','2020-09-11 10:55:20','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg',0,'attachment','image/jpeg',0),(3494,1,'2020-09-11 10:15:04','2020-09-11 10:15:04','','authorize6','','inherit','open','closed','','authorize6','','','2020-09-11 10:54:49','2020-09-11 10:54:49','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg',0,'attachment','image/jpeg',0),(3495,1,'2020-09-11 10:15:06','2020-09-11 10:15:06','','authorize5','','inherit','open','closed','','authorize5','','','2020-09-11 10:15:06','2020-09-11 10:15:06','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg',0,'attachment','image/jpeg',0),(3496,1,'2020-09-11 10:15:08','2020-09-11 10:15:08','','authorize4','','inherit','open','closed','','authorize4','','','2020-09-11 10:15:08','2020-09-11 10:15:08','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg',0,'attachment','image/jpeg',0),(3497,1,'2020-09-11 10:15:11','2020-09-11 10:15:11','','authorize3','','inherit','open','closed','','authorize3','','','2020-09-11 10:15:11','2020-09-11 10:15:11','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg',0,'attachment','image/jpeg',0),(3498,1,'2020-09-11 10:15:13','2020-09-11 10:15:13','','authorize2','','inherit','open','closed','','authorize2','','','2020-09-11 10:48:12','2020-09-11 10:48:12','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg',0,'attachment','image/jpeg',0),(3499,1,'2020-09-11 10:15:15','2020-09-11 10:15:15','','authorize1','','inherit','open','closed','','authorize1','','','2020-09-11 10:47:37','2020-09-11 10:47:37','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg',0,'attachment','image/jpeg',0),(3500,1,'2020-09-11 10:15:17','2020-09-11 10:15:17','','To configure another gateway, click on the ‘Back to Payment Gateway','','inherit','open','closed','','to-configure-another-gateway-click-on-the-back-to-payment-gateway','','','2020-09-11 10:46:26','2020-09-11 10:46:26','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg',0,'attachment','image/jpeg',0),(3501,1,'2020-09-11 10:15:19','2020-09-11 10:15:19','','Clicking on the ‘Save’ tab configure the settings','','inherit','open','closed','','clicking-on-the-save-tab-configure-the-settings','','','2020-09-11 10:45:41','2020-09-11 10:45:41','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg',0,'attachment','image/jpeg',0),(3502,1,'2020-09-11 10:15:21','2020-09-11 10:15:21','','Go back to the ‘Connection’ tab and hit the ‘Test Connection’ button','','inherit','open','closed','','go-back-to-the-connection-tab-and-hit-the-test-connection-button','','','2020-09-11 10:16:44','2020-09-11 10:16:44','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg',0,'attachment','image/jpeg',0),(3503,1,'2020-09-11 10:15:23','2020-09-11 10:15:23','','Under the ‘Advance Options’ tab stripe','','inherit','open','closed','','under-the-advance-options-tab-stripe','','','2020-09-11 10:15:41','2020-09-11 10:15:41','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg',0,'attachment','image/jpeg',0),(3504,1,'2020-09-11 10:56:03','2020-09-11 10:56:03','','payment process cycle','','inherit','open','closed','','payment-process-cycle','','','2021-03-26 07:23:05','2021-03-26 07:23:05','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg',0,'attachment','image/jpeg',0),(3505,1,'2020-09-11 11:02:11','2020-09-11 11:02:11','','easy-paisa','','inherit','open','closed','','easy-paisa','','','2020-09-11 11:02:24','2020-09-11 11:02:24','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa.png',0,'attachment','image/png',0),(3506,1,'2020-09-11 11:03:11','2020-09-11 11:03:11','','jazz-cash','','inherit','open','closed','','jazz-cash','','','2020-09-11 11:03:25','2020-09-11 11:03:25','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png',0,'attachment','image/png',0),(3507,1,'2020-09-11 11:04:08','2020-09-11 11:04:08','','1-link','','inherit','open','closed','','1-link','','','2021-03-26 07:23:17','2021-03-26 07:23:17','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link.png',0,'attachment','image/png',0),(3508,1,'2020-09-11 11:05:00','2020-09-11 11:05:00','','pioneer','','inherit','open','closed','','pioneer','','','2020-09-11 11:05:11','2020-09-11 11:05:11','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/pioneer.png',0,'attachment','image/png',0),(3509,1,'2020-09-11 11:24:34','2020-09-11 11:24:34','','Online Payment Processing for Recurring Payments','','inherit','open','closed','','online-payment-processing-for-recurring-payments','','','2021-03-26 07:23:35','2021-03-26 07:23:35','',3478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(3514,1,'2020-09-11 14:27:07','2020-09-11 14:27:07','','ubl-internet-payment-gateway','','inherit','open','closed','','ubl-internet-payment-gateway','','','2021-03-26 07:23:39','2021-03-26 07:23:39','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg',0,'attachment','image/jpeg',0),(3515,1,'2020-09-11 14:27:10','2020-09-11 14:27:10','','ubl-omni','','inherit','open','closed','','ubl-omni','','','2021-03-26 07:23:47','2021-03-26 07:23:47','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-omni.png',0,'attachment','image/png',0),(3516,1,'2020-09-11 14:27:13','2020-09-11 14:27:13','','xoom','','inherit','open','closed','','xoom','','','2021-03-26 07:23:52','2021-03-26 07:23:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png',0,'attachment','image/png',0),(3517,1,'2020-09-11 14:27:17','2020-09-11 14:27:17','','1-link','','inherit','open','closed','','1-link-2','','','2021-03-26 07:23:57','2021-03-26 07:23:57','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link-1.png',0,'attachment','image/png',0),(3518,1,'2020-09-11 14:27:21','2020-09-11 14:27:21','','2-checkout','','inherit','open','closed','','2-checkout','','','2021-03-26 07:24:23','2021-03-26 07:24:23','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png',0,'attachment','image/png',0),(3519,1,'2020-09-11 14:27:24','2020-09-11 14:27:24','','alfa-logo','','inherit','open','closed','','alfa-logo','','','2021-03-26 07:24:19','2021-03-26 07:24:19','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png',0,'attachment','image/png',0),(3520,1,'2020-09-11 14:27:26','2020-09-11 14:27:26','','bank-al-habib','','inherit','open','closed','','bank-al-habib','','','2021-03-26 07:24:15','2021-03-26 07:24:15','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/bank-al-habib.png',0,'attachment','image/png',0),(3521,1,'2020-09-11 14:27:29','2020-09-11 14:27:29','','easy-paisa','','inherit','open','closed','','easy-paisa-2','','','2021-03-26 07:24:11','2021-03-26 07:24:11','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-1.png',0,'attachment','image/png',0),(3522,1,'2020-09-11 14:27:32','2020-09-11 14:27:32','','easypay','','inherit','open','closed','','easypay','','','2021-03-26 07:24:08','2021-03-26 07:24:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easypay.png',0,'attachment','image/png',0),(3523,1,'2020-09-11 14:27:34','2020-09-11 14:27:34','','e-gate-mcb-2','','inherit','open','closed','','e-gate-mcb-2','','','2020-09-11 14:27:34','2020-09-11 14:27:34','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/e-gate-mcb-2.png',0,'attachment','image/png',0),(3524,1,'2020-09-11 14:27:37','2020-09-11 14:27:37','','hbl','','inherit','open','closed','','hbl','','','2021-03-26 07:24:26','2021-03-26 07:24:26','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg',0,'attachment','image/jpeg',0),(3525,1,'2020-09-11 14:27:40','2020-09-11 14:27:40','','jazz-cash','','inherit','open','closed','','jazz-cash-2','','','2020-09-11 14:27:40','2020-09-11 14:27:40','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash-1.png',0,'attachment','image/png',0),(3526,1,'2020-09-11 14:27:43','2020-09-11 14:27:43','','mobicash','','inherit','open','closed','','mobicash','','','2020-09-11 14:27:43','2020-09-11 14:27:43','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/mobicash.png',0,'attachment','image/png',0),(3527,1,'2020-09-11 14:27:46','2020-09-11 14:27:46','','PayFirstSolutions','','inherit','open','closed','','payfirstsolutions','','','2020-09-11 14:27:46','2020-09-11 14:27:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/PayFirstSolutions.png',0,'attachment','image/png',0),(3528,1,'2020-09-11 14:27:48','2020-09-11 14:27:48','','payoneer','','inherit','open','closed','','payoneer','','','2020-09-11 14:27:48','2020-09-11 14:27:48','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payoneer.png',0,'attachment','image/png',0),(3529,1,'2020-09-11 14:27:52','2020-09-11 14:27:52','','skrill','','inherit','open','closed','','skrill','','','2020-09-11 14:27:52','2020-09-11 14:27:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/skrill.png',0,'attachment','image/png',0),(3530,1,'2020-09-11 14:32:52','2020-09-11 14:32:52','','easy-paisa','','inherit','open','closed','','easy-paisa-3','','','2020-09-11 14:33:23','2020-09-11 14:33:23','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png',0,'attachment','image/png',0),(3531,1,'2020-09-11 14:33:12','2020-09-11 14:33:12','','easy-paisa','','inherit','open','closed','','easy-paisa-4','','','2020-09-11 14:33:12','2020-09-11 14:33:12','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-3.png',0,'attachment','image/png',0),(3533,1,'2020-09-14 13:10:02','2020-09-14 13:10:02','In every phase of the business, cash flow is the most essential element for a business. Cash inflow strengthens the confidence in the market, paves way for the investments, and ensures upward movement in the business growth spiral.\r\n\r\nThe flow of cash depends on sales, and sales to some extent are unpredictable. Various internal and external factors affect the sales and the acquisition of customers. Businesses can only tend to achieve the optimum targets set for sales, but they cannot sway the factors on which sales depend.\r\n\r\nThe external factors influencing sales are more difficult to deal with. The snowballing loss of power to influence customers for sales requires businesses to switch to the business model that best supports the sales process and sales cycle.\r\n\r\nThe Subscription Business Model is the best business model to help businesses to maintain and manage the revenue collection throughout the seasons in a more predictable way while cutting the overhead costs required to acquire customers.\r\n<h2><strong>What is Recurring Billing or Subscription Model?</strong></h2>\r\nThe Subscription Business Model is based on Subscription Billing or Recurring Billing.\r\n\r\n[su_quote]Recurring Billing is a prosperous way to grow revenue. It drives stability, predictability, and reliability in any business, regardless of their size, niche, market, and resources. In recent times, businesses in a variety of industries have started to adopt or switch to recurring billing to peddle more profit into their revenue stream.[/su_quote]\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/06/learn-why-you-need-a-saas-subscription-billing-solution-to-boost-your-recurring-revenue-in-2020/\">Learn Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2020</a>\r\n<h3><strong>Understanding the Relationship Between Recurring Billing, Recurring Payments, and Recurring Revenue</strong></h3>\r\nThe Recurring Billing Model depends on fulfilling the recurring needs of the customers.\r\n\r\nIt is evident from several studies that acquiring new customers cost more than retaining customers. This business model focuses on customer retention, instead of acquiring more customers, by providing customers the products or services of their regular needs on a subscription basis.\r\n\r\nRecurring Billing is the process of billing a customer after every interval for a defined term to have an access to the subscribed products or services.\r\n\r\nWith the inception of the SaaS Subscription Management System, it is an automated way to bill a customer and receive the payments directly to the merchant’s accounts, called recurring payments.\r\n\r\nRecurring Payments lead to the collection of Recurring Revenue.\r\n\r\nStreaming the recurring revenue helps businesses to get in-depth knowledge of their customers and the needs in any market. It saves the resources spend to acquire more customers, instead, the time, money, and effort are driven, intelligently, to retain customers for upselling, cross-selling, and re-selling.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>Does Recurring Billing Suit Your Current Business Model?</strong></h3>\r\nIn less than a decade only, the recurring billing has attracted businesses from across the industries. And, more and more businesses are looking to hop on the bandwagon. But, the question arises hers is whether this billing model is for your business?\r\n\r\nRecurring Billing favours businesses to reduce their operational costs, manage their resources efficiently, and project data-based predictable demand and supply needs in the market to mitigate losses and churn.\r\n\r\nRecurring Billing suits businesses that can offer their services on a monthly, quarterly, or annual basis. Instead of having one-time and upfront costs, the businesses can continue to mint more money over-the-term and brand loyalty with the recurring payments received into their accounts after every defined interval.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">Recurring Billing is a great way for the eCommerce and SaaS startups and SMBs</a> to take control of the market by extending customers’ access to their products and services on regular basis.\r\n\r\nIt also is appropriate for businesses that need to penetrate to the large market with a few products or services without spending a lot of resources on marketing. Customer retention would help them to upsell, resell, and cross-sell their subscription products or services.\r\n\r\nSome of the most popular recurring billing businesses are:\r\n\r\n[su_list icon=\"icon: hand-o-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>SaaS Applications</li>\r\n <li>Cloud Computing</li>\r\n <li>ECommerce</li>\r\n <li>Telecom Sector</li>\r\n <li>Newspaper and Magazine Subscriptions</li>\r\n <li>Gym Memberships</li>\r\n <li>OTT Memberships</li>\r\n <li>Gated-Content Memberships</li>\r\n <li>Transportation and Lodging Memberships</li>\r\n <li>Subscription Box Businesses</li>\r\n <li>Telemedicine Subscriptions</li>\r\n <li>Online Learning and Education Businesses</li>\r\n <li>Schools and Tutoring Recurring Billing Businesses</li>\r\n <li>Beauty Salon and Self-care Subscriptions</li>\r\n <li>And More</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>How to Add Recurring Billing to Your Business?</strong></h3>\r\nRecurring Billing involves the automated mechanism of recurring invoicing, billing adjustments, payment processing, and recurring revenue collection. This automated and systematic workflow helps businesses to reduce their operational costs by automating the repetitive tasks, reducing the labor force, time, and effort, and increasing efficiency and, overall, productivity.\r\n\r\nThe Recurring Business Process is simple and highly favourable for a range of businesses. Let’s learn how recurring billing works:\r\n\r\n<img class=\"alignleft size-full wp-image-3539\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg\" alt=\"recurring billing system process\" width=\"2000\" height=\"2000\" />\r\n\r\nDivert any business into a recurring revenue stream.\r\n\r\nHere are a few ways that can drive you the recurring payments and loyal customers in no time and for a longer-term:\r\n<h3><strong>Subscription Products</strong></h3>\r\nIn today’s fast world, customers need all the way easy, quick, and convenient solutions to fulfil their run-of-the-mill needs. Customers prefer to have delivered their everyday articles directly to their comfort space without being ordered, billed, or communicated every time. Availability of the subscription products like a razor, sanitary napkins, cooking or baking ingredients, and much more ease the regular struggles of an average person in their daily life. Newspaper and magazine subscriptions are the best examples of subscription-based products that drive recurring payments.\r\n<h3><strong>Subscription Boxes</strong></h3>\r\nSubscription Boxes are the intelligent assortment of different products available on subscription in a box. From bathing accessories to a new-born baby or pets accessories, what is it that can not be accommodated into a subscription box?\r\n\r\nSubscription Box Business can be started and managed at any level. They are catering to a wide range of customer’s recurring needs from an array of products suitable, available, and affordable to access from the comfort of their sofas.\r\n\r\nThey can be tailored or can be personalized with the elements of surprise, themes, and interests.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas/\">Subscription Box Business 102: Curate Your Subscription Box—Types, Niches, & Procurement Ideas</a>\r\n<h3><strong>Subscription Services</strong></h3>\r\nPhysical health check-ups, dental services, mental counseling, law, taxation, or investment consultancy, education, and learning services, or any other services can be offered on a subscription basis. Telemedicine, schools, colleges, tuition\'s, and university fee models, and online short-courses, and language learning are a few of the examples of the subscription services.\r\n<h3><strong>Gated-Content Memberships</strong></h3>\r\nNetflix, Prime Video, and other OTT—Over-the-Top Media content sites are the best recurring billing businesses selling their gated-content over digital media. Likewise, multiple businesses offer their gated-content in the form of digital magazines, research journals, PowerPoint presentations, e-books, podcasts, photos, videos, games, and in dozens of other ways.\r\n<h3><strong>Rentals</strong></h3>\r\nRecurring Billing has been existing as Rentals for ages. Renting personal spaces, apartments, offices, businesses, automobiles, furniture, appliances, goods, personal services, and others are part of our economy for so long. The only difference is, today, it has brought more innovations by formulating multiple plans for collecting recurring revenue.\r\n<h4><strong>How SubscriptionFlow Helps In Growing </strong><a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\"><strong>Recurring Billing Business</strong></a><strong>?</strong></h4>\r\nSubscriptionFlow is a comprehensive and automated recurring billing and payment management system. From automated invoicing to payment collection, it is a one-stop destination to manage your recurring billing business. It offers flexible integrations that allow your business to scale as well as helps organizations to streamline their stacks management on one platform. It can easily be integrated into your ERP or any other accounting, finance, sales, marketing, and support applications.\r\n\r\nTo learn more about the recurring billing system and recurring billing business opportunities, talk to our experts.','Recurring Billing, Recurring Payments, and Recurring Revenue—What are they and How Do They Work Best for Your Business?','','publish','open','open','','recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business','','','2020-09-14 13:11:45','2020-09-14 13:11:45','',0,'https://staging.subscriptionflow.com/?p=3533',0,'post','',0),(3534,1,'2020-09-14 12:50:51','2020-09-14 12:50:51','','What is recurring billing','','inherit','open','closed','','what-is-recurring-billing','','','2020-09-14 12:51:06','2020-09-14 12:51:06','',3533,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-recurring-billing.jpg',0,'attachment','image/jpeg',0),(3539,1,'2020-09-14 13:07:58','2020-09-14 13:07:58','','recurring billing system process','','inherit','open','closed','','recurring-billing-system-process','','','2021-03-26 07:24:45','2021-03-26 07:24:45','',3533,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg',0,'attachment','image/jpeg',0),(3546,1,'2020-09-15 13:55:37','2020-09-15 13:55:37','','newspaper subscription management system','','inherit','open','closed','','newspaper-subscription-management-system','','','2021-03-26 07:24:56','2021-03-26 07:24:56','',3070,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg',0,'attachment','image/jpeg',0),(3548,1,'2020-09-16 10:45:19','2020-09-16 10:45:19','[su_quote]A billing model which is also called the pay-as-you-go model or metered billing that allows customers to only pay for how much service they have used in their billing cycle.[/su_quote]\r\n\r\nInstead of confining the price or bill against some service, usage-based billing models track how much a customer has consumed some service and thus, is paid according to that usage. Usage-based billing is an essential billing model in a Software as a Service (SaaS) company. It helps generate a dynamic invoice for customers based on usage.\r\n<h2><strong>Understanding Usage-based Billing in SaaS</strong></h2>\r\nThe usage-based billing model in a SaaS business ensures that a customer avail services and get charged according to what he has used. In traditional terms, the SaaS billing model is used when some business has a clear idea of how much services his customer would use throughout his billing cycle.\r\n\r\nFor SaaS businesses, a billing system that is centered around the data been used becomes easier when it comes to building a signature payment system. A usage-based billing system incorporates a range of factors after the appropriate model is designed. For example, from automated pricing to a payment system, business revenue optimization to customer communication as well as SaaS reporting.\r\n\r\nAlong with the key aspect of business reputation, <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">usage-based pricing models</a> play a fair game and give opportunities to startups to start monitoring usage-based records of customers from day one for better business scalability and growth.\r\n<h3><strong>Challenges to SaaS Companies</strong></h3>\r\nToday, SaaS businesses face many challenges with respect to the changing trends and expectations of customers. Even after the development of a SaaS business, it takes some time and a high cost to decide an appropriate billing model that aligns well according to the demands of the clientele base.\r\n\r\nWhile selecting a billing model, there are certain elements that need to be taken into account. These correspond to automation, chargebacks, dunning management, failed payments management, recurring billing, user authentication, and optimized customer experience. Other than this, when it comes to the usage-billing model, another important aspect refers to the value metric.\r\n\r\n<strong><span style=\"color: #ff6600;\">Read more:</span> </strong><a href=\"https://staging.subscriptionflow.com/2020/05/your-definitive-guide-on-metered-billing-for-business-with-subscriptionflow-to-help-you-optimize-your-billing-process/\">Your Definitive Guide on Metered Billing for Business with SubscriptionFlow to help you Optimize Your Billing Process</a>\r\n\r\nFor instance, the value of the price is not always associated with the usage, it sometimes considers product value metric. It is therefore important to determine the correct value of the service/product that satisfies the predictability, growth, and alignment to set a scalable usage-based pricing model. Moreover, track the usage of services in a specific period of time and bill customers’ appropriate price at the right time.\r\n<h3><strong>Key Steps to Usage Billing</strong></h3>\r\nWhile selecting a usage-based billing model, there are some key steps that should be taken into account for successful business growth strategy:[su_list icon=\"icon: step-forward\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Identify the product value metric based on the number of users at your platform, the amount of data a customer uses on average, and the number of sub-services/events customers would require to process. After determining the three attributes, establish a well-aligned pricing model for your business.</li>\r\n</ul>\r\n<ul>\r\n <li>With the usage-based billing model, businesses can select one which suits them the best. For example, per unit pricing model, tiered pricing model, volume-based pricing model, or a flat-fee pricing model, etc.</li>\r\n</ul>\r\n<ul>\r\n <li>Monitor the usage of services by collecting and cleaning up the usage records. This helps keep records of the services used (or events called) by each user specifically.</li>\r\n</ul>\r\n<ul>\r\n <li>Rate the customer based on usage. This can be done by identifying and making sense of the usage done by users and how much to charge them accordingly.</li>\r\n <li>After setting up the appropriate charges against certain services, the next step is to bill the customer.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nTo sum up, a usage-based billing model increases business reputation for the customers which are new and sign up to get subscription-based services. The user would be charged according to the usage of a particular service that highly contributes to customer satisfaction and ultimately streamlined the revenue streams with guaranteed profits.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Read more: </strong></span><a href=\"https://staging.subscriptionflow.com/2020/08/a-definitive-guide-top-saas-billing-models-for-saas-businesses/\">A Definitive Guide: Top SaaS Billing Models for SaaS Businesses</a>\r\n<h3><strong>How SubscriptionFlow enables Usage-based Billing Model?</strong></h3>\r\nAs per the trending SaaS businesses and advanced business needs, SubscriptionFlow offers a billing platform. With a range of usage-based pricing models, SubscriptionFlow provides essential attributes that help businesses extend the usage-based billing model to customers. For SaaS businesses that employ a subscription-based pricing strategy, we help you monitor the usage by customers and charge them accordingly in a specified billing cycle.\r\n\r\nWith a range of pricing models, SubscriptionFlow provides flexibility to SaaS businesses to adopt a method that suits them according to the business requirements and value metric. With highly tailored and customized subscription billing services, SubscriptionFlow ensures faster and seamless customer onboarding, enhanced customer experience, and growing business revenue. Satisfied customers contribute to increased brand reputation and thus give wings to the business revenue in a shorter period of time.','What is Usage-Based Billing?','','publish','open','open','','what-is-usage-based-billing','','','2020-10-21 11:55:01','2020-10-21 11:55:01','',0,'https://staging.subscriptionflow.com/?p=3548',0,'post','',0),(3549,1,'2020-09-16 10:31:47','2020-09-16 10:31:47','','What is usage-based billing','','inherit','open','closed','','what-is-usage-based-billing-2','','','2021-03-26 07:25:07','2021-03-26 07:25:07','',3548,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg',0,'attachment','image/jpeg',0),(3552,1,'2020-09-18 12:07:32','2020-09-18 12:07:32','Switching between the windows to navigate things one after another can be quite disruptive when it comes to managing the sales and subscriptions, separately. To help SaaS and subscription services providers with a seamless and friction-less recurring billing management along with other processes of Quote-to-Cash (Q2C) and Order-to-Cash (O2C) cycle management, SubscriptionFlow is partnered with the customer and sales management—Salesforce.\r\n<h2><strong>Salesforce—The Top-of-the-Line Choice for CRM Management</strong></h2>\r\nOrganizations from across the industries and of various sizes and resources have been using Salesforce to manage their sales, marketing, customer relationships, and support.\r\n\r\nSalesforce is an industry leader in Customer Relationship Management. Salesforce, for years, is popular among the companies and continue to claim the share with its ever-evolving features of scalability and customization.\r\n\r\nIt provides all the modern tools and highly extensible platform to optimize customer engagement for deal-closing communications, loyalty-building, customer retention, and enhanced customer experience to create opportunities for upsells and cross-sells. Along with the standard CRM features like Lead, Contact, Account, and Opportunity Management, some of the other amazing features to manage customer interactions through different media, such as phone calls, email inquiries, communities, as well as, social media, include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Web to Lead</li>\r\n <li>Weeding Out Duplicate Leads</li>\r\n <li>Opportunity Forecasting</li>\r\n <li>Email and Campaign Management</li>\r\n <li>Google Apps Integration</li>\r\n <li>And many more</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThese features are available as the following services:\r\n\r\n[su_list icon=\"icon: check-circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Sales Cloud</li>\r\n <li>Marketing Cloud</li>\r\n <li>Support Cloud</li>\r\n <li>Services (Commerce, IT, and other) Cloud</li>\r\n <li>Custom Cloud</li>\r\n <li>Analytics</li>\r\n</ul>\r\n[/su_list]\r\n<h2><strong>What is SubscriptionFlow Salesforce Integration?</strong></h2>\r\nSubscriptionFlow is a highly flexible SaaS platform to manage recurring billing, <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a>, and revenue management. It, now, offers a highly customizable integration with Salesforce.\r\n\r\nSubscriptionFlow teams up with Salesforce to provide a one-to-one relationship between SubscriptionFlow subscriber records and Salesforce accounts by keeping both the system synced, efficient, and up-to-date.\r\n\r\n<img class=\"size-full wp-image-3554 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg\" alt=\"Subscriptionflow integration with Salesforce\" width=\"720\" height=\"720\" />\r\n\r\nFollowing standard objects and some of the custom objects of the Salesforce can be created, managed, or updated with the SubscriptionFlow Salesforce integration without switching between the platforms:\r\n\r\n[su_list icon=\"icon: check-circle-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Account</li>\r\n <li>Contact</li>\r\n <li>Lead</li>\r\n <li>Opportunity</li>\r\n <li>Opportunity Product</li>\r\n <li>Product</li>\r\n <li>Price Book</li>\r\n <li>Price Book Entry</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Significant Features of the SubscriptionFlow Salesforce Integration</strong></h3>\r\nSome of the key features of the integration of two platforms are given below:\r\n\r\n[su_list icon=\"icon: plus-circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Leveraging SubscriptionFlow features that empowers the sales-driven workflow are available in the window of Salesforce</li>\r\n <li>Data-syncing directly into Salesforce to cross applications flow of information</li>\r\n <li>Sync checks and log maintenance to track the data syncing status across the platforms</li>\r\n <li>Easy Installation and Integration of SubscriptionFlow with Salesforce</li>\r\n <li>Flexible other third-party integrations directly into Salesforce</li>\r\n <li>In-app custom field mapping</li>\r\n <li>And more</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>What SubscriptionFlow Salesforce Integration Is Meant For Customer Management?</strong></h3>\r\nSubscriptionFlow for Salesforce is an ultimate solution to manage subscription billing and recurring revenue with customer-centric tools as a one-window operation without compromising the security and privacy compliance for any sort of data breach.\r\n<h3><strong>Streamlined Workflow Across Revenue Operations</strong></h3>\r\nTo help sales, marketing, support, and other RevOps, SubscriptionFlow lineups with Salesforce to provide a laser-focused 360-degree view of the customer to quickly identify the opportunities and get-up-and-go with data-driven AI-guided conversion and revenue growth moves.\r\n<h3><strong>One-Window Business Management</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">SubscriptionFlow integrated with Salesforce</a> eases the subscription handling and streamline the recurring billing within the Q2C or O2C cycle. The teaming up also enables the PCI-compliant database sharing and flow of information across the application integrated with Salesforce.\r\n<h3><strong>Database Sharing and Flow of Information</strong></h3>\r\nThe sales, marketing, and customer service teams can take advantage of the real-time customer, order, billing, payment method, and processing data to devise data-driven campaigns and strategies.\r\n\r\nLeveraging the insightful convenience supported by SubscriptionFlow and enterprise solutions such as marketing automation, analytics, and others, offered by Salesforce, teams, and managers can, not only, map the customers and their subscription health, fully, it also enables them to close deals with quick AI-augmented sales communication and moves and automated triggered actions for instant achievement under one-umbrella.\r\n<h3><strong>Enhanced Customer Experience</strong></h3>\r\nThe data-driven engagement attracts more leads as well as increases the chances of conversions, cross-sells, upsells, and re-sells by automating and tailoring the activities like email marketing, customer service, and prompt communications, at scale.\r\n\r\nSalesforce manage customer relationships by streamlining the RevOps of Sales, marketing, and support operations. The hi-end and laser-focused customer experience are achieved by collaborating the SubscriptionFlow real-time data and business processes workflow while working with the standard objects and channelling the logical relationship between them.\r\n<h4><strong>How Salesforce Can Be Integrated with SubscriptionFlow?</strong></h4>\r\nSubscriptionFlow Salesforce integration is required to be configured as per the needs and resources of the business workflow and business processes. Here, is your quick guide to install and integrate Salesforce with SubscriptionFlow.\r\n\r\n[su_list icon=\"icon: gear\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>To connect Salesforce to the SubscriptionFlow, the user is required to access and install the Salesforce package from the SubscriptionFlow site.</li>\r\n <li>Navigating settings to the third-party integrations will land you to the Salesforce.</li>\r\n <li>Connect it to move to the Sandbox login page.</li>\r\n <li>Enter credentials, follow the instruction of installation, and then set the sync mechanism.</li>\r\n <li>Salesforce is installed and is ready to integrate different options with the SubscriptionFlow.</li>\r\n <li>After the installation and integration configuration, SubscriptionFlow customers can manage subscriptions within the window of Salesforce.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nTo learn more about the opportunities of business with SubscriptionFlow Salesforce Integration, schedule a demo with our consultants. Explore SubscriptionFlow’s high-end features and extremely flexible platform to extend your system with integrations and scale business with workflow automation.','Driving Ease and Efficiency In Workflow—SubscriptionFlow Teams Up with Salesforce for One-Stop Customer, Sales, and Subscription Management','','publish','open','open','','driving-ease-and-efficiency-in-workflow-subscriptionflow-teams-up-with-salesforce-for-one-stop-customer-sales-and-subscription-management','','','2020-09-18 12:51:39','2020-09-18 12:51:39','',0,'https://staging.subscriptionflow.com/?p=3552',0,'post','',0),(3553,1,'2020-09-18 11:54:57','2020-09-18 11:54:57','','SubscriptionFlow-SalesForce-Integration','','inherit','open','closed','','subscriptionflow-salesforce-integration','','','2020-09-18 11:55:08','2020-09-18 11:55:08','',3552,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-SalesForce-Integration.jpg',0,'attachment','image/jpeg',0),(3554,1,'2020-09-18 11:55:51','2020-09-18 11:55:51','','Subscriptionflow integration with Salesforce','','inherit','open','closed','','subscriptionflow-integration-with-salesforce','','','2021-03-26 07:25:26','2021-03-26 07:25:26','',3552,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg',0,'attachment','image/jpeg',0),(3559,1,'2020-09-22 08:31:54','2020-09-22 08:31:54','Metrics—the saviors of the sales, accounting, and finance teams and managers in a board room. Sales is a tough job, but reporting sales is tougher than sales themselves. You cannot bring along the account details, bill books, finance, and audit reports, accounting spreadsheets, and other, but what you can do is to explain the ongoing sales numbers and the reasons of revenue growth or decline quickly with the faster, easier, and simpler metrics, like MRR—Monthly Recurring Revenue.\r\n\r\nMRR is mostly used by SaaS and subscription billing businesses to measure, monitor, and manage their recurring revenue stream. Momentum, Customer Lifecycle Value, or Cohort—it is the only metric without which subscription performance reporting cannot be completed.\r\n\r\nLet’s see what, exactly, the MRR is and how it helps analyze the monthly revenue growth, the impact of recurring payments in the revenue stream, monthly sign-up rate, monthly retention rate, and churn rate.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/01/three-core-metrics-to-measure-subscription-business-growth/\">Three Core Metrics to Measure Subscription Business Growth</a>\r\n<h2><strong>What is Monthly Recurring Revenue?</strong></h2>\r\nMRR or Monthly Recurring Revenue refers to the effective monthly revenue collected from all the recurring billing accounts or subscriptions. It also predicts the recurring revenue for the coming or next months and hence instantly identifies the leakages or the growth in the recurring revenue.\r\n\r\nMRR includes revenue collected every month after recurring items in the cart, such as;\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Coupons</li>\r\n <li>Discounts</li>\r\n <li>Recurring Add-ons</li>\r\n <li>Any recurring ad-hoc charges</li>\r\n</ul>\r\n[/su_list]\r\n\r\nWhat it does not include are;\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Tax amount</li>\r\n <li>Setup fee.</li>\r\n <li>Non-recurring add-ons.</li>\r\n <li>Credit adjustments.</li>\r\n <li>Any non-recurring Ad-hoc charges that are not part of the recurring revenue stream.</li>\r\n</ul>\r\n[/su_list]\r\n<h2><strong>Understanding MRR—The Recurring Revenue Health Indicator</strong></h2>\r\nMRR plays a significant role in monitoring, measuring, and reporting recurring revenue in a given month. It is a simple metric that does not involve too many complexities, but some elements need to be understood to better learn how recurring revenue management and intelligent business decisions for revenue growth.\r\n\r\nThe other business models can easily identify when and how much they have made money with upfront or one-time billing in any month. Comparing the monthly recurring revenue can unearth the best month with the most sales and revenue growth.\r\n\r\nHowever, in the subscription business model, it is not as simple as it seems in other business models.\r\n\r\nHere the sustainability and revenue growth is determined by the consistency in the recurring payments you receive each month. The recurring revenue collected a month also projects or forecasts the revenue for the next month.\r\n\r\nThis is why the businesses revolved around subscriptions or subscription alike revenue model, it is an indicator that only depicts the health but is reliable in guiding profit-oriented business decisions.\r\n<h3><strong>Different Types of MRR</strong></h3>\r\nThe different types of MRR help to identify the trends in the monthly recurring revenue. MRR can be categorized into the following six types:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>New MRR</strong>—it is the addition of recurring payment in a recurring revenue stream in a month.</li>\r\n <li><strong>Expansion MRR</strong>—it is an additional recurring payment along with New MRR when the subscriber upgrades a subscription plan.</li>\r\n <li><strong>Contraction MRR</strong>—it is the reduction in the recurring payment in a New MRR when the subscriber downgrades a subscription plan.</li>\r\n <li><strong>Reactivation MRR</strong>—it is another form of New MRR when the subscriber re-activates the subscription plan and continue to contribute to the recurring revenue.</li>\r\n <li><strong>Churned MRR</strong>—it is the reduction in the monthly recurring revenue when a subscriber unsubscribes or pause the subscription plan without completing the term.</li>\r\n <li><strong>New Net MRR</strong>—it is the sum of New MRR and Expansion MRR after deducting the Churned MRR.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>How to Calculate the MRR?</strong></h3>\r\nMRR is the measurement of the total predictable amount a company expects every month that also reveals the month-to-month difference in the recurring revenue. There are no hard and fast rules to measure the MRR.\r\n\r\nThe different types of MRR can be calculated by:\r\n<ul>\r\n <li>\r\n<h3><strong>Average Revenue Per User Method</strong></h3>\r\n</li>\r\n</ul>\r\nThe simple formula to calculate the Average MRR is\r\n\r\n<img class=\"size-full wp-image-3561 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg\" alt=\"Monthly recurring revenue formula\" width=\"500\" height=\"174\" />\r\n\r\nHere the Average Revenue Per Account or ARPA is a metric that determines how much each customer is paying every month on an average. Then, the obtained average figure is multiplied by the total number of customers.\r\n\r\nHere, both of the elements are variable and influence the other element.\r\n\r\nWhen APCA increases, it automatically raises the figure of MRR, and, if it decreases, the MRR shows a negative trend.\r\n\r\nLikewise, when there are more customers, it shows more MRR, whereas, when there is churn, this figure reduces, too.\r\n<ul>\r\n <li>\r\n<h3><strong>Customer-By-Customer Method</strong></h3>\r\n</li>\r\n</ul>\r\nIt is a widely used and easier method to figure out the recurring revenue in the month. It is simply the sum of the recurring payments received from all the subscribers in a month.\r\n\r\n[su_note]<strong>MRR = Recurring Payment 1 + Recurring Payment 2 + Recurring Payment 3 + Recurring Payment 4 + ….</strong>[/su_note]\r\n\r\n<strong>New Net MRR</strong> <strong>is the subset of the Customer-By-Customer Method. </strong>It is the aggregate of the new revenue gathered in a month from the fresh sources. It can be obtained by\r\n\r\n<img class=\"size-full wp-image-3562 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg\" alt=\"New MRR\" width=\"600\" height=\"350\" />\r\n<h3><strong>MRR is not GAAP Revenue Recognition</strong></h3>\r\nMRR and GAAP Revenue Recognition are not the same. GAAP Revenue recognition is the principle accounting obligation that is required to be reported. On the other hand, MRR is a normalized and predictable measurement of recurring revenue in a month.\r\n\r\nGAAP revenue recognition is a complex and a systematic way to measure the accurate recurring revenue and identify them into exact categories as:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Recognized Revenue</li>\r\n <li>Unrecognized Revenue</li>\r\n <li>Deferred Revenue</li>\r\n</ul>\r\n[/su_list]\r\n\r\nGAAP Revenue Recognition has more fluctuation in numbers, called noise or jittering to obtain exact figures. However, MRR shows the average and constant recurring figures to obtain each month’s recurring revenue.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2019/07/subscriptionflow-considers-implementing-asc606-in-new-version/\">SubscriptionFlow Considers Implementing ASC 606 in their New Version</a>\r\n<h3><strong>Why New MRR and Expansion MRR Are Important and How to Optimize these Metrics?</strong></h3>\r\nFocusing on earning New MRR and Expansion MRR helps subscription businesses to grow. The inclusion of new customers into the recurring revenue stream depicts the acquisition of customers, whereas the growth of Expansion MRR depicts customer retention with more opportunities for upsells, cross-sells, or re-sells.\r\n\r\nExpansion MRR also holds great significance because its increasing numbers help development, marketing, and sales departments to identify the customer needs and attract more customers for upgrades or reselling.\r\n\r\nTogether, they neutralize the effect of the <a href=\"https://staging.subscriptionflow.com/2019/10/how-to-minimize-your-churn-rate/\">churn rate</a> and bring in the ‘negative churn’ to upscale the revenue growth and business expansion.\r\n\r\nUsing some of the below-mentioned tips and tricks will help subscription merchants to optimize their MRR growth just by concentrating on these two main categories of MRR and converge the leads to these two concentrated points:\r\n<ol>\r\n <li>\r\n<h3><strong>Optimal Pricing</strong></h3>\r\n</li>\r\n</ol>\r\nOptimal Pricing doesn’t mean charging less; it is the way to optimize pricing, smartly the way their product worth in helping customers to save their time, money, and other resources.\r\n\r\nAcquiring new customers requires minimum friction, including hurdles in sales, pricing, payment methods, etc. This is why, it is recommended for the collection of new MRR to remove the frictions as much as you can, and for expansion MRR, charge high.\r\n\r\nThe other pricing technique is to optimize pricing by offering multiple pricing plans. So, a customer can take the plan and pricing as per their needs and budget. Some of the best ways to earn more revenue are offering the following usage-based pricing types:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Metered Pricing</li>\r\n <li>Pay-per-User Pricing</li>\r\n <li>Pay-per-Feature Pricing</li>\r\n <li>Combo Pricing</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Avoid Free Plans and Fremiums</strong></h3>\r\n</li>\r\n</ol>\r\nFree Plans and Fremiums are killers of healthy revenue streams. To acquire new clients or new MRR, Free Plans and Fremium works to some extent, but they are not good for Expanded MRR.\r\n\r\nExpanded MRR growth requires combo pricing to draw more customers towards upsells or cross-sells to earn more profit.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">The Price Is Right—A 2020 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution</a>\r\n<h4><strong>Measuring Monthly Recurring Revenue in SubscriptionFlow</strong></h4>\r\nSubscriptionFlow is a fully automated recurring billing and payment processing platform that offers AI-augmented automation of MRR calculation that helps in optimize pricing and subscription plans, depicts subscription health, customer lifecycle health, guides in creating coupons, discounts, vouchers, and other add-ons.\r\n\r\nAs soon as you log in, your MRR and ARR are visible on the dashboard. The data visualization of the recurring payments during a subscription cycle will help you to monitor, measure, and, intelligently, manage the different types of MRR towards achieving the higher target of ‘Negative Churn’ and optimum recurring revenue collection.\r\n\r\nTalk to our experts for more insights and impacts of MRR over the growth of the subscription business and how SubscriptionFlow is the best solution to manage the 360-degree <a href=\"https://staging.subscriptionflow.com/\">subscription management</a>—recurring billing, payments, and revenue—efficiently.','What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue for Subscription Businesses?','','publish','open','open','','what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses','','','2020-09-22 08:31:54','2020-09-22 08:31:54','',0,'https://staging.subscriptionflow.com/?p=3559',0,'post','',0),(3561,1,'2020-09-22 08:19:49','2020-09-22 08:19:49','','Monthly recurring revenue formula','','inherit','open','closed','','monthly-recurring-revenue-formula','','','2021-03-26 07:25:36','2021-03-26 07:25:36','',3559,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg',0,'attachment','image/jpeg',0),(3562,1,'2020-09-22 08:20:35','2020-09-22 08:20:35','','New MRR','','inherit','open','closed','','new-mrr','','','2021-03-26 07:25:42','2021-03-26 07:25:42','',3559,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg',0,'attachment','image/jpeg',0),(3563,1,'2020-09-22 08:21:36','2020-09-22 08:21:36','','Untitled-1','','inherit','open','closed','','untitled-1','','','2021-03-26 07:25:54','2021-03-26 07:25:54','',3559,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg',0,'attachment','image/jpeg',0),(3578,1,'2020-09-25 13:08:31','2020-09-25 13:08:31','Payment Gateway is an integral part of any subscription billing system. For businesses providing subscription services or products, setting up a payment gateway is inevitable to leverage the online and instant recurring payments directly into the merchant accounts.\r\n\r\nThese payment gateways apart from processing the secured and encrypted payments favor at checkout, also helps in scheduling and automated payment processing at various intervals as set by the merchants.\r\n\r\nIn our previous <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">articles</a>, we have learned about the payment gateways, how they work, why integrating a payment gateway in a <a href=\"https://staging.subscriptionflow.com/\">subscription management system</a> is important, and what are some of the key payment gateways widely used across the subscription industry.\r\n\r\nIn this blog post, we will discuss how using multiple payment gateways can help not only customers but also, supports merchants to get the optimized rates to receive payments from customers of every region.\r\n<h2><strong>The Growing Trend of Using Multiple Payment Gateways</strong></h2>\r\nIt is an age variant option, on-the-go payment processing, and global customer engagements along with the risks of <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">online payment frauds and scams</a>. Today, integrating a single payment gateway won’t serve all the purposes of facilitating the customers for online recurring payment processing.\r\n\r\nMerchants are required to give their customers more options for multiple payment gateways supporting multiple payment methods.\r\n\r\nThe evolution of eCommerce and Subscription billing and recurring payments processing give rise to end the dependence of multiple payment gateways facilitating customer base from across the continents.\r\n\r\nStudies suggest that no one payment gateway holds a lion share. It shows significant competition and struggles to attract more merchants towards their platform.\r\n\r\nPayment Gateways offer secure and encrypted payment processing to the eCommerce, online business, and subscription services providers, and other merchants.\r\n<h2><strong>The Benefits of </strong><a href=\"https://staging.subscriptionflow.com/payment-gateways/\"><strong>Multiple Payment Gateways</strong></a><strong> In the SaaS and Subscription Businesses</strong></h2>\r\n[su_list icon=\"icon: certificate\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Attract More International Leads and Across the Borders Sales In Their Own Domestic Currency</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe payment gateways do not facilitate international transactions in all currencies. Most payment gateways are not available in many geographic locations across the world.\r\n\r\nFor instance, the industry-leading Payment Gateway is not available in several countries from where a huge market of customers exists for many US-, UK-, Australia-, Europe-, and other regions-based small- to mid-sized businesses, including Paraguay, Pakistan, Bangladesh, and other more than 50+ countries.\r\n\r\nIncluding PayPal, Stripe, Braintree, and others, the most popular and widely-used payment gateways support the following three or more from the following major currencies:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Australian dollar (AUD)</li>\r\n <li>Brazilian Real (BRL)*</li>\r\n <li>British pound (GBP)</li>\r\n <li>The Canadian dollar (CAD)</li>\r\n <li>Euro (EUR)</li>\r\n <li>Hong Kong Dollar (HKD)</li>\r\n <li>Israeli new shekel (ILS)</li>\r\n <li>Japanese yen (JPY)</li>\r\n <li>Russian ruble (RUB)</li>\r\n <li>US dollar (USD)</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAs subscription businesses are based on <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring billing and payment processing</a>, they need payment processing solutions for the longer term.\r\n\r\nStudies suggest that the B2C customer base prefers to pay in their domestic currency. To attract more international leads from across the continents, subscription businesses need to broaden their range of payment gateways that support the online payment transactions in the domestic currencies to cover every area where the market for the subscription business is available.\r\n\r\nTo accommodate the international customer base, merchants do not need to give up their domestic currency-based payment gateway. Instead, they can configure multiple payment gateways in their subscription management system to facilitate their revenue resources existing beyond the borders.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Make Alternates Available When Any of the Payment Processors Are Down</strong></li>\r\n</ul>\r\n<strong>[/su_list]</strong>\r\n\r\nNot always payment gateways are up and facilitate the seamless and frictionless transaction round the clock throughout the day.\r\n\r\nBased on the transaction type or the transactional currency, the performance of the payment gateways fluctuates. It is common for the payment gateways to the outage.\r\n\r\nStudies reveal that up to 37 hours, payment gateways outage, and more than half of the dozens of prominent payment gateways have suffered through the outage incidents multiple times in a year only.\r\n\r\nThe system down issues of payment gateways can incur a huge sum of revenue loss to merchants. Particularly, in the subscription business, the recurring payments processing require cutting-edge fast and instant solutions to receive payments in the recurring revenue cycle so that pace remains maintained and reflected in the real-time data.\r\n\r\nIt also hurts the customer experience, brand trust, and merchant’s efficiency.\r\n\r\nThe best solution to avoid these worst service and revenue hassles is using multiple payment gateways. Configuring more than one payment gateway in any recurring billing and payment processing system re-directs the payment transaction to another gateway if the desired processor is an outage.\r\n\r\nHere is a list of some of the payment gateways that are widely used in most parts of the world:\r\n\r\n[su_list icon=\"icon: bank\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal</li>\r\n <li>PayPal Payflow Pro</li>\r\n <li>Stripe</li>\r\n <li>Braintree</li>\r\n <li>SagePay</li>\r\n <li>WorldPay</li>\r\n <li>Net</li>\r\n <li>Go Cardless</li>\r\n <li>Amazon Pay</li>\r\n <li>Adyen</li>\r\n <li>2Checkout</li>\r\n <li>PaySafe</li>\r\n <li>Skrill</li>\r\n <li>RazorPay</li>\r\n <li>PayU</li>\r\n <li>Payoneer</li>\r\n <li>WePay</li>\r\n <li>BlueSnap</li>\r\n <li>BitPay</li>\r\n <li>PayPro Global</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<strong>[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]</strong>\r\n<ul>\r\n <li><strong>To Support Multiple Payment Methods</strong></li>\r\n</ul>\r\n<strong>[/su_list]</strong>\r\n\r\nFor many reasons, payment gateways support selected payment methods. Following are some of the major payment methods for the online payment transactions accepted by the major Payment Gateways:\r\n\r\n[su_list icon=\"icon: credit-card\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Credit Cards</li>\r\n <li>Digital Wallets</li>\r\n <li>Authenticated Debit Banks</li>\r\n <li>Bank Debits</li>\r\n <li>Bank Credit Transfers</li>\r\n <li>Mobile Pay</li>\r\n <li>Buy Now, Pay Later</li>\r\n <li>Cash-Based Payment Methods</li>\r\n</ul>\r\n[/su_list]\r\n\r\nLet’s say Stripe support American Express, Visa, and MasterCard as well as some of the more niche products like UnionPay, but didn’t accept payments from many digital wallets and Buy Now, Pay Later Financing payment methods.\r\n\r\nIf you have the customer base from a region or a certain background that is more drawn to a certain method of payments, it is important to integrate the payment gateway separately in the billing and payment system to ease the transactions of the payment from that source to power the revenue.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Increase the Ratio of Successful Payments</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nUsing multiple gateways for online domestic and international transactions increases the probability of assuring successful payment processing. As with more options, there are fewer chances of an outage, technical transactional glitches, payment method or currency support, security, and other problematic issues, it is unlikely that the payments are keep declining.\r\n\r\nIf one payment gateway does not work, recurring billing software re-directs to the other payment gateway, and so on and so forth, until the payment is processed from the source.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Identify the Payment Decline Reasons In Any Demographic</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nFor the subscription businesses, declining a payment is a disaster, because it is the recurring payments against the subscription services received over the term and if it is not reflected in the recurring revenue real-time reporting, can create damages to the subscription health of a customer despite paying on time.\r\n\r\nNot only it implies a negative impact on the revenue, customer experience, brand loyalty, it also disturbs the streamlined data-driven workflow in any team or organization.\r\n\r\nFor various factors, payments got declined. Some of the common likelihood include:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Payment Method</li>\r\n <li>Card Type</li>\r\n <li>Card Issuing Bank</li>\r\n <li>Cross-Border Trade</li>\r\n <li>Transaction Type</li>\r\n <li>Customer Transactional History</li>\r\n <li>Customer Country</li>\r\n <li>Currency</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIntegrating multiple payment gateways in a subscription billing and payments software can deal with the above-mentioned aggravations and provide more opportunities for payment success. Also, it unearths and highlights the reasons behind payment failures or declines from a specific source or across the demography.\r\n\r\n<strong>[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]</strong>\r\n<ul>\r\n <li><strong>To Facilitate Customer’s Choice of Payment Method and Payment Gateways</strong></li>\r\n</ul>\r\n<strong>[/su_list]</strong>\r\n\r\nDifferent people living in different regions consider different payment methods as well as gateways for different reasons.\r\n\r\nIn the subscription business, more customers can be drawn by providing the payment methods and payment gateway of their choices. This is a stellar example of personalized customer experience and attracts more brand loyalty.\r\n\r\nFavoring customers with their choice of payment methods and payment gateways removes the frictions of conversions and enable more engagements within the customer base.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Leverage Flexibility of Transactions and Independence of Dependability</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nAmong other reasons, this is one of the significant factors which compels merchants and subscription products or services providers to integrate multiple payment gateways in their recurring billing and payment system.\r\n\r\nWhen the business grows, you can’t afford dependability.\r\n\r\nConfiguring a single payment gateway to manage all the customers is not a wise decision because it drags merchants towards dependability and crunch freedom to do the business without stress.\r\n\r\nAs we have learned earlier that every customer belongs to different regions that have variant requirements for transaction ways, payment methods, currencies, and others. If any day PayPal is not supportive of any type of transaction, Stripe can help, and in case Stripe is an outage, Authorize.Net can work.\r\n\r\nOften payment gateways performance fluctuates when there is a high influx of traffic on their platform, the payment declines are common. This could influence a customer’s decision to go further with the purchasing decision. Get your platform independent of the dependence on one single payment gateway, use other when the one you are using is busy.\r\n\r\nUsing multiple payment gateways keeps you from losing revenue and intact customer with your platform with smooth payment transactions.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Access to Additional Payment Functionalities</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nSelecting a specific payment gateway has some intent behind it. Merchants prefer any payment gateway aside from facilitating the customers and worldwide coverage.\r\n\r\nNot all payment gateways are favorable to businesses as they have hidden charges or high rates. Using multiple payment gateways allows merchants to go with the gateway that offers the best preferential rates in that region along with other p[ersks.\r\n\r\nSimilarly, there are so many additional payments and rates, security levels, and 3DS support and services which attract vendors or merchants to opt for a payment gateway.','The Revenue-Driven Benefits of Using Multiple Payment Gateways for Recurring Payment Processing','','publish','open','open','','the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing','','','2020-09-25 13:08:31','2020-09-25 13:08:31','',0,'https://staging.subscriptionflow.com/?p=3578',0,'post','',0),(3580,1,'2020-09-25 12:56:29','2020-09-25 12:56:29','','The Revenue-Driven Benefits of Using Multiple Payment Gateways','','inherit','open','closed','','untitled-122222','','','2021-03-26 07:26:13','2021-03-26 07:26:13','',3578,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg',0,'attachment','image/jpeg',0),(3591,1,'2020-09-29 07:36:15','2020-09-29 07:36:15','Publishing the News, columns, articles, features, images, videos, and research papers on the websites, social media, app, and other digital platforms change the revenue dynamics particularly, of the news and publishing industry.\r\n\r\nSince ever, the subscription has been the revenue model of the print and publications industry. As the display switched from paper to digital platform, so does the forces, interests, and stakeholders behind the news propagation and consumptions have changed too.\r\n\r\nThe new <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-media-companies/\">digital subscription management</a> model is the need of the hour for all the content publishers. Broadcast or print—the news outlets across the world have already made their presence mandatory on digital platforms before discontinuing their paper-based or channels-based existence only.\r\n<h2><span style=\"color: #ff6600;\"><strong>What, Exactly, is the Digital Media and Digital Media Subscription, and Who is Digital Publisher?</strong></span></h2>\r\nLiterally, articles, videos, audios, images, or any other content published on digital platforms is digital media, but more specifically, any content published through the news services providers is considered as digital media, and the publishing entity is called the digital publisher.\r\n\r\nThe Daily International ‘New York Times’ refers to <a href=\"https://help.nytimes.com/hc/en-us/articles/115015852367-Digital-subscriptions\">digital media subscription</a> as access to articles, podcasts, videos, and any more of the platform as Digital Media Subscription.\r\n\r\nThe digital media subscriptions can have multiple tiers offered by the digital publisher to provide basic or advanced access to the news content.\r\n<h3><span style=\"color: #ff6600;\"><strong>The Rise of the Digital Media and the Demand of Digital Subscriptions</strong></span></h3>\r\nThe availability of the news in its digital form gave rise to the weakening of the print or even satellite news subscriptions, but media consumption, driven by the internet, smartphones, and independent digital news outlet, continues to reign.\r\n\r\n<a href=\"https://www.theguardian.com/media/2015/jun/01/global-newspaper-readership-zenithoptimedia-media-consumption\">Legendary newspaper and magazines either have already shut down their subscriptions or cut down the size of their print editions</a> due to the immense popularity of the digital subscriptions.\r\n\r\nHowever, it soon had to face the challenges again as most of the digital news dissemination cannot be contained or limited. More than 95 percent of Europe has free access to online news. Only 20 to 25 percent of readers pay for newspaper subscriptions in the UK and the USA. Though the financial, investment, science and technology, media, agricultural, engineering, business, fashion, entertainment, sports, or any other niche-specific digital publications still have widespread subscriber base.\r\n\r\nDifferent revenue models are adapted by the digital publishers to offer to their customers based on their needs and interests. Different types of popular digital subscriptions include:\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Newspaper Subscription</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the monthly subscription plan offered by the leading newspapers as regular, daily access to the complete newspaper in its e-format.\r\n<ul>\r\n <li>\r\n<h4><strong>Digital </strong><a href=\"https://staging.subscriptionflow.com/magazine-subscription-management-software/\"><strong>Magazine Subscription</strong></a></h4>\r\n</li>\r\n</ul>\r\nIt is the monthly subscription plan offered by the leading magazine to its regular access to the magazine or its articles on the web, app, or in its e-format.\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Subscription of News Channels or News Videos</strong></h4>\r\n</li>\r\n</ul>\r\nSome news channels offer their monthly subscriptions for the 24/7/30 broadcast news on satellite.\r\n<ul>\r\n <li>\r\n<h4><strong>News or Article Bundles Subscription</strong></h4>\r\n</li>\r\n</ul>\r\nIt includes B2B and B2C subscriptions.\r\n\r\nNews agencies offering news bundles or articles to the other news outlets are B2B subscription, whereas the digital news outlets providing access to the limited or unlimited news or articles as bundles are B2C subscriptions.\r\n<ul>\r\n <li>\r\n<h4><strong>Aggregators</strong></h4>\r\n</li>\r\n</ul>\r\nNewspapers, news channels, news agencies, or third-party digital news distributors let users access to a huge library for a weekly, monthly, or annual fee.\r\n<ul>\r\n <li>\r\n<h4><strong>Hybrid Subscriptions</strong></h4>\r\n</li>\r\n</ul>\r\nIt refers to the pick and chooses an assortment of print, broadcast, and digital media subscriptions for any outlet that allows the subscriber to access the news on any platform.\r\n<h3><span style=\"color: #ff6600;\"><strong>Digital Subscription Model—The Customer Supported Revenue Stream for Digital Publishers</strong></span></h3>\r\nFirst Newspaper, magazines, annual or limited editions, then broadcast channel subscriptions—in all its forms and stages, the subscription model supported the existence of the outlet but was never enough as a wholesome revenue model.\r\n\r\nThe news outlets had always relied on the advertisement and consequently influenced, and, in certain extreme situations and conditions, were also dictated, controlled, and propagated by the political parties, non-state actors, and multinational companies as their revenue guardians.\r\n\r\nBut, the latest digital subscription model establishes another and customer-supported revenue stream that can outlive if data-driven content, pricing and plans optimization, and other services are managed, wisely.\r\n\r\nThe subscription-based revenue model transition is important as it frees the digital publishers from the pressures of advertisers, government, or political parties, and help them to grow as a more editorially independent news outlet for the free and fair source of information, education, and entertainment.\r\n\r\nIn recent times, its most successful example is the New York Times that aims to increase its <a href=\"https://www.mediapost.com/publications/article/356225/digital-growth-of-new-york-times-will-stand-as-s.html\">subscriber strength up to 10 million by the end of 2025</a>.\r\n\r\nSticking to the customer-supported revenue model paddles freedom and stability. Besides, it attracts digital ad giants to mainstream news outlets. During the last decade, digital advertising platforms like Google, Facebook, Amazon, Yahoo, MSN, and others progressively increased its share of the digital ad market with a combination of technical savvy and unrivaled consumer data.\r\n<h3><span style=\"color: #ff6600;\"><strong>The Digital Subscription Management Requirements for the Digital Publishers</strong></span></h3>\r\nDigital Subscription Management is a complex and tiresome job that cannot be managed manually. Businesses can smartly deal with it through the subscription management software for newspaper and magazines.\r\n\r\nSubscriptionFlow is a subscription software for magazines, Newspaper, and digital media are equipped with all the necessary tools and software to resolve the real-time subscription billing, payment processing, and other customer management issues.\r\n\r\nAlong with the regular subscription management features like subscription billing, recurring payment processing, revenue recognition, automated billing workflow, and integrations for scalability, SubscriptionFlow as the digital subscription software also offers:\r\n<ul>\r\n <li>\r\n<h4><strong>One-Stop Customer Management</strong></h4>\r\n</li>\r\n</ul>\r\nSubscriptionFlow provides end-to-end customer management—from interest insights to contacts to billing and payments history.\r\n<ul>\r\n <li>\r\n<h4><strong>Automated Billing and Payment Processing</strong></h4>\r\n</li>\r\n</ul>\r\nIt is a Subscription software that lets you the freedom of automating multiple repetitive tasks and conserve the resources to spend them wisely for the upscale content and services to loyal readers.\r\n\r\nIntegrate <a href=\"https://staging.subscriptionflow.com/2020/09/the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing/\">multiple payment gateways</a> to cater to the readers from across the borders. Also, facilitate your subscribers with different billing adjustments, discounts, coupons, and other add-ons. In case, there is a payment failure, recover the revenue wth set dunning rules, and more.\r\n\r\nSubscriptionFlow is a complete recurring billing and payment processing solution.\r\n<ul>\r\n <li>\r\n<h4><strong>Self-Service Portal</strong></h4>\r\n</li>\r\n</ul>\r\nTo help clients a few steps ahead, SubscriptionFlow allows the clients to offer their customers a self-service portal to manage their order, billing, and payment details themselves that can automatically get synced within the client portal.\r\n<ul>\r\n <li>\r\n<h4><strong>Data-Driven Customer base Segmentation For Marketing and Sales</strong></h4>\r\n</li>\r\n</ul>\r\nEmpower marketing and sales desks with the million-dollar data of the subscriber and achieve the revenue targets and goals.\r\n<ul>\r\n <li>\r\n<h4><strong>Use Data to Drive More Customers and Revenue with the Digital Subscription Software</strong></h4>\r\n</li>\r\n</ul>\r\nSubscriptionFlow ca add value to the editorial and news management concerning the interests and knowledge of the readers. It also helps you to develop more data-driven content and optimize the revenue with negative churn while retaining the customers and facilitating them with upsells, cross-sells, and re-sells.\r\n\r\nSome of the most advanced benefits you can take from data-driven subscription management are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Bundle and Unbundle Digital News, Articles, Videos, and Infographics</li>\r\n <li>Personalized Offers and Promotions</li>\r\n <li>Data-Driven Content Development</li>\r\n <li>Targeted Subscription Sales</li>\r\n <li>Reduced Involuntary Churn</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><strong>Delivery and Publication Calendar Management</strong></h4>\r\n</li>\r\n</ul>\r\nManage print as well as an online subscription at one place and organize more with the subscriptions, delivery, and publication calendar management.\r\n<ul>\r\n <li>\r\n<h4><a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\"><strong>Plans and Pricing Optimization</strong></a></h4>\r\n</li>\r\n</ul>\r\nIdentify your reader needs for information and knowledge and offer them a personalized solution with variant pricing fo different plans. Let them choose what serves them well—flat fee, price-per-issue, per-article, per-term, or any.\r\n<ul>\r\n <li>\r\n<h4><strong>Integrations for Scalable Business Processes and Streamlined RevOps</strong></h4>\r\n</li>\r\n</ul>\r\nAlign your business processes and operations with the subscriptions and subscribers. Integrate any of the marketing and sales applications to leverage the real-time data from SubscriptionFlow.\r\n<ul>\r\n <li>\r\n<h4><strong>Highly Customizable Dashboard and Insightful Reporting</strong></h4>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow intuitive dashboards and ad-hoc reporting, find the developments in the subscription and revenue progress, evaluate the customer lifecycle value, monthly or annual recurring revenue and rate, and more about the subscription health and revenue leakages to prevent the losses in real-time.','How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers','','publish','open','open','','how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers','','','2020-09-29 07:41:31','2020-09-29 07:41:31','',0,'https://staging.subscriptionflow.com/?p=3591',0,'post','',0),(3593,1,'2020-09-29 07:24:22','2020-09-29 07:24:22','','digital subscriber software','','inherit','open','closed','','digital-subscriber-software','','','2021-03-26 07:26:22','2021-03-26 07:26:22','',3591,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg',0,'attachment','image/jpeg',0),(3597,1,'2020-09-30 14:04:07','2020-09-30 14:04:07','Budding IT startups are flourishing the ecosystem of businesses and economies with their low-budget but cutting-edge ideas as instant solutions to everyday concerns. Though IT startups have to struggle to find ways to establish firm support for revenue and repute in the market.\r\n\r\nMost of the IT startups are either service providers, consultancies, or digital products. Their products and services need sustenance.\r\n\r\nStudies suggest that most IT startups fail to ensure their existence for more than a year or two. A substantial chunk of the initial investments when not started to manifest into profits, press the startups to end in a dead-end. And, startups lose their financial backups which are essential for the sales, marketing, and PR strategies.\r\n<h2><span style=\"color: #ff6600;\"><strong>Reaching Out To The Customers, Market, And Stakeholders Require Financial Stability</strong></span></h2>\r\nStartups are always the dream projects but the hardships of running a startup won’t be imagined until someone would dare to test the water. Managing a startup with unlimited aspirations and extremely limited resources and finances along with the mounting competition is a great deal.\r\n\r\nRecognizing the power of managing the upgrade and maintenance while minting the recurring revenue when growing supports stability to the startups. Even small- and mid-sized businesses are swiftly renovating their ways of offering services or products with the subscription-based pricing model instead of one-time or project-based models.\r\n\r\nThe subscription-based IT startup needs to micromanage their customer needs and revenue stream, without compromising their dedication and resources availability. Experts advise IT startups to kick off their business aspirations based on recurring-revenue, so the cycle of inflow and outflow of cash stays balanced and profitable.\r\n<h3><span style=\"color: #ff6600;\"><strong>Attract Leads and Revenue Prospects with AI-Based </strong><a style=\"color: #ff6600;\" href=\"https://staging.subscriptionflow.com/subscription-management-software-for-it-companies/\"><strong>Subscription Management Platform for IT Startups</strong></a></span></h3>\r\nStartups can’t afford financial instability or the flexibility of not getting paid on time. Each customer, each transaction means a lot to them. They are required to focus on retaining their customers and channelizing the emitting energy of the referral and value-added offerings of services or products to gain more and more customers.\r\n\r\nAn AI-led Subscription Software for IT Startups is an answer to most of the hassles of recurring billing, payment processing, and management problems.\r\n\r\nTo manage the subscription-based business of startups, SubscriptionFlow—a subscription management platform for IT startups— offers you a futuristic solution of automation, speedy operations, and AI-enabled smart technology for recurring billing, online payment processing, subscription handling, customer relationships management, sales tax management, sales, and subscription health reporting, etc.\r\n\r\nWeb-hosting, Webdesign, and Development, Data Storage and Management, Cloud Infrastructure, Data Security, SaaS, PaaS, IaaS, Quality Assurance, or any, IT startups require a <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> for that can manage, channelize, and monitor the growth of their million-dollar idea of the business with the mounting bars of annual or monthly recurring revenue.\r\n<h3><span style=\"color: #ff6600;\"><strong>How AI-Fueled Subscription Management Can Overcome the Hitches of the IT Startups?</strong></span></h3>\r\nProblems of insufficient manpower, resources, budget, and experience can be tackled with the help of a budgeted Subscription Management Platform for Startups like SubscriptionFlow\r\n\r\nFollowing are a few of the most threatening financial uncertainties that restrict the growth of IT startups:\r\n<ul>\r\n <li>\r\n<h4><strong>Revenue Losses</strong></h4>\r\n</li>\r\n</ul>\r\nIT Startups can’t revenue loss in the form of online payment frauds, risky clients, weak revenue sources, and especially, earning after a long-time commitment.\r\n\r\nSubscription Management Software for IT startups like SubscriptionFlow with its AI-enabled features replaces the cost-inefficient customary statistical surveying and examination.\r\n\r\nSieving through the sea of information, it perceives the potential of a subscription plan strategy or prosperous customers requires IT solutions through their transactional history.\r\n<ul>\r\n <li>\r\n<h4><strong>Hefty Operational Costs</strong></h4>\r\n</li>\r\n</ul>\r\nRecurring billing is the opposite of financial instability. And, Subscription Management platform, not only, manages and reduces the cost of a team for finance and management operations, but it also automates the whole billing and payment process with the secure payment gateways integrations.\r\n<ul>\r\n <li>\r\n<h4><strong>Manual Working Flaws</strong></h4>\r\n</li>\r\n</ul>\r\nAs much as the person is experienced, he or she would cost more money for their services. Startups despite their inexperience and the dire need of professionals can’t afford to increase their workforce. At least at the point of billing and payment collection, they can opt for a subscription management software that only requires data—rest SaaS knows how to perform its dedicated duties of invoicing, payment processing, proration handing, dunning, subscription, or customer’s database management, auditing, and reporting of the subscriptions and recurring revenue.\r\n<ul>\r\n <li>\r\n<h4><strong>Losses Due to Human Errors</strong></h4>\r\n</li>\r\n</ul>\r\nNo matter how much a veteran professional is doing a job, a human is a human. There always remain the chances of fraud, errors, and negligence, however subscription management software for startups like SubscriptionFlow is designed and resourced to auto-perform its functions and outsmart the experts even.\r\n<ul>\r\n <li>\r\n<h4><strong>Unsatisfied and Annoyed Customers</strong></h4>\r\n</li>\r\n</ul>\r\nIn today’s marketing, customer experience is everything. Leveraging marketing and sales teams with data, IT startups can build an amicable relationship with customers. SubscriptionFlow with the integration of multiple third-party applications for different business processes allows clients to stay connected, scaled, and streamlined.\r\n\r\nFrom price optimization to incorporating billing incentives to automated payment processing, SubscriptionFlow is your key to stay your customer connected and satisfied.\r\n<ul>\r\n <li>\r\n<h4><strong>Inadequate Monitoring, Reporting, and Analysis</strong></h4>\r\n</li>\r\n</ul>\r\nExamining KPIs in real-time is the AI-led advanced assistance that helps IT startups to adopt a smart way to monitor, report, and analyze the health indicators in the subscription. All you need is to log in to the account and get your real-time business performance in the highly customized dashboard along with daily, monthly, or yearly recurring revenue.\r\n\r\nFor ventures in search of pocket-friendly solutions of Subscription Management for IT Startups, SubscriptionFlow provides them 24/7/365 monitoring, automation of billing and payment processing operations, customer management, integrations of dozens of payment gateways, third-party applications, along with functionalities powered by Artificial Intelligence to recommend business opportunities and mitigate risks, and forecasting of revenue and business growth with a few clicks.','How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire','','publish','open','open','','how-ai-based-subscription-system-can-benefit-it-startups-to-grow-revenue-empire','','','2020-09-30 14:04:07','2020-09-30 14:04:07','',0,'https://staging.subscriptionflow.com/?p=3597',0,'post','',0),(3598,1,'2020-09-30 14:00:25','2020-09-30 14:00:25','','Subscription Revenue Model Empowers Revenue Streams of IT Startups','','inherit','open','closed','','subscription-revenue-model-empowers-revenue-streams-of-it-startups','','','2021-03-26 07:27:41','2021-03-26 07:27:41','',3597,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg',0,'attachment','image/jpeg',0),(3602,1,'2020-10-02 05:42:20','2020-10-02 05:42:20','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Courier Company\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1601618780046{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\">Track Orders, Manage Inventory and Customers with Subscription Management Software for Courier Company</h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3609\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Exploring New Opportunities With Subscription-Based Business Model For Your Courier Company\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1601618602229{margin-top: 25px !important;}\"]Courier Industry is one of the leading international businesses. Business letters, Legal notifications, E-Commerce or Online shopping businesses, Parcel Deliveries, Special Days Gifts or Reminders, and many more—Courier Companies are the backbones for many businesses in supporting and strengthening their communications, relations, and revenue. It plays a significant role in running the affairs of the economy of any country.\r\n\r\nThere was the time when the post and parcel industry was known to transport letters, or parcels occasionally, only. With the advancement in technology and the inception of social media, things are altering rapidly for the post and parcel industry. Courier Companies are now, concocting their business strategies along with the varying needs of different industries for sending and receiving documents and goods.\r\n\r\nWith the <a href=\"https://staging.subscriptionflow.com/2020/08/saas-business-model-facts-stages-and-pros-cons-to-know-about/\">subscription business model</a>, courier companies are effectively stretching the lifecycle of the corporate customers by providing them access to the personalized courier services as a subscription for a prolonged period. Subsequently, subscriptions allow them to gain customer loyalty and recurring revenue for a definite period.\r\n\r\nLike many other small businesses as well as scale-industries, the potential of reliable and secured revenue along with customer dependency forces courier industry to follow the subscription-based business model that has already prioritized the customer retention over the customer acquisition.\r\n\r\nPocket-friendly services, errorless billing, personalized communications along with excellent customer management are the pillars of customer retention in every business model. In a Subscription Business, efficient subscription management can not only hook a customer with the business but also draws the new customers with the identification of business trends and KPIs with the help of intelligent metrics.\r\n\r\nSubscriptionFlow as Subscription Management Software for Courier Company is helping the courier companies and other post and parcel ventures to manage their subscriptions and recurring billing cycles with the help of its AI-enabled featured-rich Subscription Management Platform.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3611\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Advantages of SubscriptionFlow As Subscription Management Platform\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991801076{margin-top: 25px !important;}\"]<strong>Intelligent Subscription Plans And Pricing Cataloging</strong>\r\n\r\nSubscriptionFlow AI-enriched intelligence lets you devise the data-driven plans and their pricing effectively so you can remain aware and ahead of your competitors\' secrets to approach to customers and engage them.\r\n\r\n<strong>Subscribers Information Management</strong>\r\n\r\nManage your subscribers’ personal and professional details intelligently and convert the data into useful information with our intelligent AI-fueled tools. SubscriptionFlow equipped you to systematically store all the customer’s information in compliance with privacy.\r\n\r\nAutomation powered by AI is the new-age acceleration. SubscriptionFlow facilitates your customer with the self-service portal or dashboard to update their company address or other information, subscription plans for the courier, or payment information. Any update in their portal automatically updates the information into your courier company’s dedicated <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management portal</a>.\r\n\r\n<strong>Monitoring And Tracking</strong>\r\n\r\nTrack AR invoicing, payment processing, changing rates of payment success or failure, or the most challenging subscription issues through the user-friendly client portal Continue to monitor the plans upgrades, downgrades, or even, cancellations or billing statuses of all subscribers or a particular one. It is essential to understand the significance of the frequent changes and their consequences on the recurring revenue so that you can tackle the issues of change in delivery addresses or payment modes ahead of time.\r\n\r\n<strong>Analytics & Reporting</strong>\r\n\r\nGet a detailed insight into your company’s subscription business and recurring revenue with a highly efficient and intelligent Billing UI of SubscriptionFlow. The <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">real-time analytics</a> allows you to monitor, measure, and manage the subscription plans efficiency, Monthly or Annual recurring revenue, churn rate, and profit on each subscriber. Get the projections of revenue growth in the future.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3612\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Advantages of SubscriptionFlow As Recurring Billing Manager\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1601618692051{margin-top: 25px !important;}\"]<strong>Auto-Billing</strong>\r\n\r\nCut the extra costs and get rid of all unnecessary hassles. Automate the whole billing operations and management. From the automation of creating, customizing, and sending the invoices to payment processing and receiving payments to tracking AR, handling the proration and smart dunning to recover the revenue, SubscriptionFlow automates and streamlines the whole billing system.\r\n\r\n<strong>Secure & Instant Payment Processing</strong>\r\n\r\nSubscriptionFlow lets you integrate dozens of secure payment gateways to facilitate your customers to pay the subscription fee, regularly and as per their convenience. The system automatically charged the subscriber and safely process the online payments to your accounts. The streamlined secure processing all the chances of calculation mistakes or human errors.\r\n\r\n<strong>Proration</strong>\r\n\r\nUpgrade, downgrade, or cancelation, adjust any changes made in the subscription plans, affecting billing cycle, by the subscriber, instantly and automatically, with SubscriptionFlow. Proration handling ensures the accuracy in the billing and helps you to give the satisfactory experience of billing to the subscriber. With SubscriptionFlow’s automated module, businesses can manage proration with much comfort and ease.\r\n\r\n<strong>Dunning</strong>\r\n\r\nSubscriptionFlow automated module reduces the involuntary churn and helps you recover your valuable revenue and customer. Its <a href=\"https://staging.subscriptionflow.com/dunning-management/\">smart dunning</a> feature automatically re-tries for the payments as you set the rules until the payment is recovered.\r\n\r\nThe deployment of automatic recovery also saves you from the complexities and stresses of revenue recovery while allowing you to focus on providing better courier and delivery services and plan better subscription options for your customers on both the ends of sending and receiving.\r\n\r\n<strong>Easy Integrations</strong>\r\n\r\nSubscriptionFlow is a highly flexible, extensible, and customizable SaaS. It allows you to integrate accounting, sales, marketing, management, or Support third-party applications so you can sync the data and operations and manage the affairs effectively across the board.\r\n\r\nIt can seamlessly be integrated with popular software such as QuickBooks, <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/\">Salesforce</a>, Xero, MailChimp, ZendDesk, Odoo, or anyone.\r\n\r\nSubscriptionFlow is an easy, simple, and extensible Subscription Management Software for Delivery Business that lets courier companies and post and parcel services to connect with more business opportunities with better subscription, recurring billing, and customer management.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Courier Company','','publish','closed','closed','','subscription-management-software-for-courier-company','','','2020-12-03 10:36:44','2020-12-03 10:36:44','',0,'https://staging.subscriptionflow.com/?page_id=3602',0,'page','',0),(3605,1,'2020-10-02 05:43:42','2020-10-02 05:43:42','','subscription software for courier company','','inherit','open','closed','','subscription-software-for-courier-company','','','2021-03-26 07:27:22','2021-03-26 07:27:22','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg',0,'attachment','image/jpeg',0),(3609,1,'2020-10-02 05:49:31','2020-10-02 05:49:31','','Exploring New Opportunities With Subscription-Based Business Model','','inherit','open','closed','','exploring-new-opportunities-with-subscription-based-business-model','','','2021-03-26 07:28:46','2021-03-26 07:28:46','',3602,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg',0,'attachment','image/jpeg',0),(3611,1,'2020-10-02 05:50:44','2020-10-02 05:50:44','','Advantages of SubscriptionFlow As Subscription Management Platform','','inherit','open','closed','','advantages-of-subscriptionflow-as-subscription-management-platform','','','2021-03-26 07:27:07','2021-03-26 07:27:07','',3602,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg',0,'attachment','image/jpeg',0),(3612,1,'2020-10-02 05:52:06','2020-10-02 05:52:06','','Advantages of SubscriptionFlow As Recurring Billing Manager','','inherit','open','closed','','advantages-of-subscriptionflow-as-recurring-billing-manager','','','2021-03-26 07:26:43','2021-03-26 07:26:43','',3602,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg',0,'attachment','image/jpeg',0),(3621,1,'2020-10-02 13:10:00','2020-10-02 13:10:00','[vc_row css=\".vc_custom_1601900042575{background-color: #020d26 !important;}\"][vc_column][vc_column_text]\r\n<div class=\"row bg-grey\">\r\n<h2 style=\"text-align: center;\" align=\"center\"><span style=\"color: #ffffff;\"><b>Improve Your Recurring Billing and Excel Revenue Drive</b></span></h2>\r\n<h4 style=\"text-align: center;\" align=\"center\"><span style=\"color: #ffffff;\"><b>The All-In-One Recurring Billing and Payment Processing Platform</b></span></h4>\r\n<p style=\"text-align: center;\" align=\"center\"><span style=\"color: #ffffff;\">Streamline subscription management & fast-track revenue with recurring billing software.</span></p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner css=\".vc_custom_1601899248769{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column_inner][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Key Features</b></span></h1>\r\n[/vc_column_text][vc_column_text]<strong><span style=\"font-size: large;\">Flexible Billing</span></strong>\r\n\r\nSimplify complex billing operations, offer flexible billing solutions. Custom manage recurring billing frequencies, plans, pricing, etc.[/vc_column_text][vc_column_text]<span style=\"font-size: large;\"><b>Automated Invoicing</b></span>\r\n\r\nGet rid of complicated spreadsheets and manual billing errors. Reduce effort and time with automated invoicing in minutes.[/vc_column_text][vc_column_text]<span style=\"font-size: large;\"><b>Billing Adjustments</b></span>\r\n\r\nLet customers pay what they consume, easy manage plan upgrades, downgrades, or other mid-of-the-cycle changes in the billing.[/vc_column_text][vc_column_text]<span style=\"font-size: large;\"><b>Global Tax Calculations</b></span>\r\n\r\nVAT, GST, or any—put global tax calculations on auto-pilot mode. Find easy and instant tax mgmt. solutions for auditing and accounting.[/vc_column_text][vc_column_text]<span style=\"font-size: large;\"><b>Recurring Payment Processing</b></span>\r\n\r\nSay ‘NO’ to Payment declination, late processing, restrictions in online payment processing? Auto-manage recurring payment processing.[/vc_column_text][vc_column_text]<span style=\"font-size: large;\"><b>One-Stop Recurring Billing Management</b></span>\r\n\r\nFrom auto invoicing to payment processing to plan cataloging to subscription handling—find all recurring billing solutions in one place.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1601893408630{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: left;\" align=\"center\"><span style=\"font-size: large;\"><b>The Workflow Diagram</b></span></h1>\r\n[/vc_column_text][vc_column_text]\r\n<p style=\"text-align: left;\" align=\"center\"><span style=\"font-size: large;\"><b>Invoicing, Payments, and Revenue Management—Automate Complete Recurring Billing Workflow</b></span></p>\r\n<p style=\"text-align: left;\" align=\"center\">Establish invoicing logic, setup the trigger-based automated actions, organize customer details, process recurring payments directly into merchant’s accounts, or manage billing changes or cycles—find the best-personalized subscription management and recurring billing solutions with SubscriptionFlow.</p>\r\n[/vc_column_text][vc_single_image image=\"3637\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1601895517060{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Subscription Management</b></span></h1>\r\n[/vc_column_text][vc_column_text]<b>Price Optimization</b>\r\n\r\nOffer your customers the best and tailor-made pricing solutions and bring more flux into your recurring revenue.[/vc_column_text][vc_column_text]<b>Data Management</b>\r\n\r\nOrganize your leads and customers\' data to materialize more opportunities for upsells, cross-sells, and re-sells.[/vc_column_text][vc_column_text]<b>Trials, Freemium, and Plans Management</b>\r\n\r\nAcquire more customers by offering trials and premiums or offer to customize plans and charge per user or per feature.[/vc_column_text][vc_column_text]<b>Coupons and Vouchers Management</b>\r\n\r\nAttract traffic with discounted coupons and vouchers, track them, and facilitate customers with more perks.[/vc_column_text][vc_column_text]<b>Self-Service Portal</b>\r\n\r\nLet your customers manage their billing and payment details and you enjoy automated data-sync in the client portal.[/vc_column_text][vc_column_text]<b>Triggered Emails, Notifications, and Reminders</b>\r\n\r\nSend trigger-based emails, notifications, or reminders for successful or failed payments, upsells promotions, and more.[/vc_column_text][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Recurring Billing</b></span></h1>\r\n[/vc_column_text][vc_column_text]<b>Automated Recurring Invoicing</b>\r\n\r\nBring higher efficiency into your invoicing. Manage systematic and automatic recurring billing and receive payments faster.[/vc_column_text][vc_column_text]<b>Custom Invoicing</b>\r\n\r\nImplement coupons, vouchers, and other add-ons, generate and send precise invoicing and get payments online.[/vc_column_text][vc_column_text]<b>Consolidated Invoicing</b>\r\n\r\nFree business billing from manual billing flaws. Consolidate recurring billing for all subscription plans in one invoice.[/vc_column_text][vc_column_text]<b>Prorated Billing</b>\r\n\r\nAdjust multiple subscriptions or upgrades, downgrades, cancelations, or plan pause, or any other mid-cycle changes with proration.[/vc_column_text][vc_column_text]<b>Billing Scheduling</b>\r\n\r\nPlan billing at the beginning or after the week, month, or year ends and schedule triggered invoice email at your convenience.[/vc_column_text][vc_column_text]<b>Flexible Billing</b>\r\n\r\nFacilitate customers with the personalized billing data, frequency, and pricing model that favors your business too.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Payment Management</b></span></h1>\r\n[/vc_column_text][vc_column_text]<b>Recurring Payments</b>\r\n\r\nReceive recurring payments faster and safer in the line with the recurring billing set for each and every customer.[/vc_column_text][vc_column_text]<b>Dunning Management</b>\r\n\r\nAutomate secured recurring payment collection, AR tracking, and payment recovery. Set your dunning rules.[/vc_column_text][vc_column_text]<b>Global Taxation</b>\r\n\r\nCalculate taxes as per the state, country, or region in minutes. Automate tax support consolidation in invoices in minutes.[/vc_column_text][vc_column_text]<b>Dozens of Payment Gateways</b>\r\n\r\nIntegrate any payment gateway for instant, secure, and faster online payment processing through any payment method.[/vc_column_text][vc_column_text]<b>Multiple Payment Methods</b>\r\n\r\nCredit Card or ACH—whatever mode of payment suits your customer, offer them, and avail every revenue opportunity.[/vc_column_text][vc_column_text]<b>Online Payment Fraud Management</b>\r\n\r\nLet AI-supported platform guide you through the risks and threats of chargeback and other online payment frauds.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>SaaS Reporting</b></span></h1>\r\n[/vc_column_text][vc_column_text]<b>Intuitive Data Visualization</b>\r\n\r\nWith highly revealing and self-explaining data visualization, measure subscription health, revenue flow, and growth.[/vc_column_text][vc_column_text]<b>Highly Customizable Dashboard</b>\r\n\r\nCustomize your dashboard with the most relevant tabular data, reports, or charts that you need to monitor in real-time.[/vc_column_text][vc_column_text]<b>Classic Reporting</b>\r\n\r\nGenerate customize score reading ad-hoc classic reporting to share and send anytime from anywhere, and collaborate better.[/vc_column_text][vc_column_text]<b>SaaS Analytics</b>\r\n\r\nMonitor churn rate, MRR, ARR, CLV, & other Metrics for data-driven decisions with SaaS Business Analytics and Intelligence.[/vc_column_text][vc_column_text]<b>KPI Monitoring and Measurement</b>\r\n\r\nIdentify your Key Performing Indicators and better organize and filter them on your dashboard for instant access.[/vc_column_text][vc_column_text]<b>Revenue Management</b>\r\n\r\nAutomate your recurring revenue management and get in-detail insights of performing elements in earned revenue.[/vc_column_text][vc_column_text]<b>KPI Monitoring and Measurement</b>\r\n\r\nIdentify your Key Performing Indicators and better organize and filter them on your dashboard for instant access.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1601895539025{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Integrations</b></span></h1>\r\n[/vc_column_text][vc_column_text]<span style=\"font-size: medium;\">Get all your B2B and B2C eCommerce, inventory, order, procurement, supply chain, marketing, sales, project management, communications, service, and support solution in one place with the highly flexible and scalable platform—SubscriptionFlow.</span>\r\n\r\n<span style=\"font-size: medium;\">Integrations allow:</span>\r\n<ul>\r\n <li><span style=\"font-size: medium;\">Database Sharing</span></li>\r\n <li><span style=\"font-size: medium;\">Team Collaboration</span></li>\r\n <li><span style=\"font-size: medium;\">Real-Time Data Access</span></li>\r\n <li><span style=\"font-size: medium;\">Streamlined Operations</span></li>\r\n <li><span style=\"font-size: medium;\">Data-Driven Strategies</span></li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1601895546615{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text]\r\n<h1><span style=\"font-size: large;\"><b>Plans and Pricing</b></span></h1>\r\n(Include all three plans as we have discussed, add the key features, and pricing and navigate the buttons to the pricing page)[/vc_column_text][/vc_column][/vc_row]','Landing Page','','publish','closed','closed','','3621-2','','','2020-10-05 12:50:51','2020-10-05 12:50:51','',0,'https://staging.subscriptionflow.com/?page_id=3621',0,'page','',0),(3622,1,'2020-10-02 12:35:53','2020-10-02 12:35:53','The competition will not be getting easier!\r\n\r\nSaaS businesses need to reflex their muscles to become more efficient\r\n\r\nYou know it and that is why you are here.\r\n\r\nYou are here because you are looking for the niftier solutions to manage your SaaS business with minimum resources the way it yields more output.\r\n\r\nThe advancements in the field of artificial intelligence when reached to the SaaS have established some startling outcomes with the automation of the repetitive tasks, training of structured and unstructured data sets by machine learning and deep learning, and the extra-ordinary identification of security-related threats and detection of security breach risks as well as efficiency to imply strategies to mitigate them in the real-time.\r\n\r\nThis is why in the SaaS Business Management, the role of artificial intelligence is growing from one module to module. The SaaS businesses are based on the subscription model and charge customers access to their products and services on a recurring basis. In addition, to manage their product development, managing the recurring billing is also a great hassle that easily can be dealt with when subscribed to another SaaS solution—the Subscription Management or Recurring Billing Management SaaS.\r\n\r\nSubscription Management is the process of automating the whole process of recurring billing, payments, and revenue management using an extensible Subscription Management Platform.\r\n<h2><strong>Leveraging Subscription Businesses with </strong><a href=\"https://staging.subscriptionflow.com/2020/07/business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes/\"><strong>Artificial Intelligence and Automation</strong></a></h2>\r\nSaaS businesses using artificial intelligence and machine learning can find the secret treasures hidden in the data.\r\n\r\nMachine Learning and Deep Learning are the subsets of the greater entity—Artificial Intelligence. This artificial intelligence in SaaS not only investigates the trends, patterns, intents, interests, and behaviors in the given data sets, the advancement of the deep learning enables it to gather the data from across the sources, sieve, segment, and tag them, and develop the logics in the unstructured data to predict the factors that can affect the business decisions, revenue growth, sales prospects, product development requirements, and more.\r\n\r\nAnd, SaaS subscription management has proven a great aid in it. It gives access to the data of the customers who have subscribed for the SaaS and are available to interpret the market with their requirements, usage patterns, and payment and transaction behaviors, and to gauge the sales and marketing effort to continue the flow of recurring revenue while managing the recurring billing and payment processing.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services/\">AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services</a>\r\n<h3><strong>What Is Automation In SaaS Subscription Management?</strong></h3>\r\nIn the realm of the SaaS Subscription Management, Artificial Intelligence and Machine Learning are playing an extremely important role in streamlining multiple revenue operations and their workflows management possible on one platform.\r\n\r\nMachine Learning and SaaS are together for so long and were successful in understanding, interpreting, and identifying the trends, behaviors, or patterns in structured data sets, however, the inception of deep learning has led AI to the extremely guiding and data-driven abilities to predict or forecast the customer behaviors, market trends, investment outcomes, revenue growth, and more.\r\n\r\nAutomation in SaaS Subscription Management has not only reduced the stresses by industrializing tasks like recurring invoicing, billing adjustments, tax calculations, add-ons implementations, online payment processing, scheduled revenue recovery, and others on auto-pilot mode, it also integrates data-driven, proficient support in areas like price optimization, predictive analysis of recurring revenue, Key Performing Indicators (KPIs) monitoring, real-time reporting with highly customized dashboards, AI-recommended actions for billing, sales, marketing, service promotions, payments, or any.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/\">This Is How Subscription Billing Automation is a Game Changer for Subscription Businesses</a>\r\n<h4><strong>The 7-Steps Guide to Automate Your SaaS Subscription Management</strong></h4>\r\nAutomating the SaaS subscription Management does not require you to travel around the globe to find a solution. It is the journey that cover the whole world of SaaS business management in a few steps—begins with the effort to select a substantial subscription to a platform that provides recurring billing management support and ends at following the AI-led suggestion to fne-tune the strategies for revenue optimization.\r\n\r\nTo guide you how the Subscription Management Software works, here is the step-by-step simplest demonstration to have you achieved 360-degree SaaS subscription Business Management:\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3624\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg\" alt=\"The 7-Steps Guide to Automate Your SaaS-Subscription-Management\" width=\"1200\" height=\"800\" /></p>\r\n \r\n<h4><strong><span style=\"color: #ff6600;\">Step 01:</span> Choose a </strong><a href=\"https://staging.subscriptionflow.com/\"><strong>Subscription Management Platform</strong></a><strong> to Manage Recurring Billing</strong></h4>\r\nSelecting an appropriate subscription management platform is the first step and it requires attention, effort, and investigation. Choosing the right subscription management software is crucial because it determines other fctors as well.\r\n\r\nA subscription software should be selected by keeping your SaaS business requirements like payment processing, marketing channels, sales management, service and support, revenue model, and others in front.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/08/choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management/\">SubscriptionFlow</a> is a highly flexible SaaS platform that enables SaaS and other subscription businesses to not only automat etheir <a href=\"https://staging.subscriptionflow.com/2020/09/recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business/\">recurring billing, payment processing, and revenue management</a>, it also provides support for dozen of integrations for multiple business processes, including sales, marketing, taxation, accounting, order, inventory, and procurement management, support services, and many many more.\r\n<h4><strong><span style=\"color: #ff6600;\">Step 02:</span> Integrate Systems for Sales, Marketing, Support, Billing, Payments, and O2C Management</strong></h4>\r\nIt is inevitable for the subscription management system to scale with the growth of the subscription business. The extensibility of the SaaS subscription platform makes it favorable to integrate solutions for various revenue operations. Subscription Management Software provides data advantage to different RevOps workflows and empowers them to draw traffic, convert customers, grow revenue, and provides enhanced personalized customer experience.\r\n\r\nAfter selecting a scalable subscription system, the next thing to do is to integrate the required third-party applications, such as CRM, Sales Tools, Marketing Platforms, Support Services Applications, Communications Apps, and more, to make the flow of the data across the applications seamless. It favors the other steps for extensive subscription and revenue management.\r\n<h4><strong><span style=\"color: #ff6600;\">Step 03:</span> Establish a Suitable Model for Billing</strong></h4>\r\nNow, the stage has reached which requires much concentration and consideration. AI can play a critical role and give a boost to the revenue up to 10 to 30 percent based on SaaS market by simply optimization the price and plans.\r\n\r\nPrice optimization is the way to use customer data from several sources and find the most effective price points that draw the leads and maximize the sales and eventually revenue.\r\n\r\nBased on the customer base, market, niche, and growth objectives of the SaaS, this beginning strategy of sales campaign mines the sales, marketing and support data, and offers optimized pricing and the suitable <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">billing model</a> from a range of options, that include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Flat pricing Model</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/2020/09/what-is-usage-based-billing/\">Usage-Based Pricing Model</a></li>\r\n <li>Hybrid Pricing Model</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read: </strong></span><a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">The Price Is Right—A 2020 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution</a>\r\n<h4><strong><span style=\"color: #ff6600;\">Step 04:</span> Build End-To-End Revenue Management</strong></h4>\r\nOnce the pricing is optimized and the billing models come into a functioning, the next step is to align for the revenue management. Though, Revenue management is a broad term and a hard core accounting concept. It comprises of two elements:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The GAAP compliant Revenue recognition</li>\r\n <li>The Revenue Management for Revenue Reporting</li>\r\n</ul>\r\n[/su_list]\r\n\r\nBoth are extremely important. Revenue Recognition helps you identify the exact and accurate earned revenue, whereas, for instant reporting, business strategizing, and other revenue tracking purposes, the revenue management with the help of business intelligence and business analytics is employed.\r\n\r\nIt gives detailed insights into the dashboard when, how, how much, and what amount of revenue is entering into the recurring revenue stream, from what source, and what is the health of the source, and how long it will benefit the revenue stream, etc.\r\n<h4><strong><span style=\"color: #ff6600;\">Step 05:</span> Customize SaaS Dashboard for Real-Time Monitoring and Reporting</strong></h4>\r\nSubscription Management has now entered into its last stages, where the whole effort that had been done in the last stages will begin to become fruitful, and it can be monitored through the customization of the SaaS dashboard.\r\n\r\nDashboad demonstrates real-time monitoring of the key metrics that play a crucial role in devising campaigns and strategies to fuel customer engagement, customer experience, and revenue growth.\r\n<h4><strong><span style=\"color: #ff6600;\">Step 06:</span> Forecast SaaS Business Revenue Future with AI-Powered Predictive Analysis</strong></h4>\r\nThis is almost the tip of the berg where your subscription management will lead you to the prediction of the business decision you are making to grow revenue. The AI-led predictive analysis of the data obtained from different resources of billing data, in addition to sales, marketing, support, and other applications data presents you with the projection of revenue numbers for the future while comparing and analyzing numbers from present and past.\r\n\r\nThis is the stage you need to achieve to figure out if you have attained your revenue targets and business growth objectives or not.\r\n<h4><strong><span style=\"color: #ff6600;\">Step 07:</span> Fine-Tune Revenue Growth Strategies with Data-Driven AI Recommendations and Actions</strong></h4>\r\nThe whole setup of SaaS subscription management is working well. If you are satisfied that you have met with your revenue targets, then by leveraging data you can set the goals for the next span. Or, if you haven’t, this is the place where without putting so much effort into the overall management, AI-guided fine tunning of the revenue-driven pricing, billing, payment processing, sales, marketing, and support strategies can yield you better results.','AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business','','publish','open','open','','ai-and-saas-for-revenue-growth','','','2020-10-02 12:46:36','2020-10-02 12:46:36','',0,'https://staging.subscriptionflow.com/?p=3622',0,'post','',0),(3624,1,'2020-10-02 12:29:21','2020-10-02 12:29:21','','The 7-Steps Guide to Automate Your SaaS-Subscription-Management','','inherit','open','closed','','the-7-steps-guide-to-automate-your-saas-subscription-management','','','2020-10-02 12:29:31','2020-10-02 12:29:31','',3622,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg',0,'attachment','image/jpeg',0),(3625,1,'2020-10-02 12:33:51','2020-10-02 12:33:51','','AI and revenue','','inherit','open','closed','','ai-and-revenue','','','2021-03-26 07:28:19','2021-03-26 07:28:19','',3622,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg',0,'attachment','image/jpeg',0),(3637,1,'2020-10-02 14:16:44','2020-10-02 14:16:44','','subscriptionflowdiagram','','inherit','open','closed','','subscriptionflowdiagram','','','2021-03-26 07:28:15','2021-03-26 07:28:15','',3621,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg',0,'attachment','image/jpeg',0),(3651,1,'2020-10-05 10:55:07','2020-10-05 10:55:07','The dawn of cutting-edge technologies is grooving into the subscription-based businesses with full swing. Today, Software as a Service or SaaS enterprises are striving to meet the demands and expectations of customers by taking into consideration customer preferences. To meet the purpose, the paradigm of subscription billing is shifting towards the adoption of machine learning technology and models.\r\n\r\nThe establishment and development of machine learning models according to the use-cases of subscription billing can help automate a wide range of processes. The success metrics for businesses vary. For instance, some want to reach the ultimate goal of increased business revenue and for some, scalability and customer retention are the actual resolution.\r\n<h2><strong>From Manual to Automated Subscription Management</strong></h2>\r\nA few years back when subscription-based businesses were quite far from the prevalence of high-end technologies, the workflow used to be totally manual. Businesses used to operate with more resources, time, effort, and investments. The processes were highly prone to human errors and thus contribute to inefficiency in operational infrastructure. However, with the sharpening machine learning strong underlying algorithms and techniques, businesses are vigilant to automate their framework. This ensures the need for fewer resources, less effort, faster progress, and lesser operational cost.\r\n\r\nInitially, a huge set of training data is required to train the machine learning model. The next step is to test the model with a huge corpus of testing data set. The model is improved with more and more data to give better predictions against the inputs and parameters. The huge corpus would consist of data related to successful payments, recurring payments data, billing failures, customer behavior, process cancellations, cart abandonment, customer lifecycle, closings, etc.\r\n\r\nOther than this, any metadata associated with the recurring payments or customer is also included in the training data set. The machine learning model takes in the data such as the age of the customer, gender, interest, subscribed services, payment model, demographics, history as well as billing service such as music subscription, SaaS subscription, etc. and do further processing. On the huge data, the machine learning model is trained and tested on a similar but separate dataset. In this way, forecasts and predictions could be made in subscription-based businesses for better sales, revenue, and enhanced customer retention.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Read More:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h3><strong>Machine Learning to Reduce Churn Rate</strong></h3>\r\nChurn has various types. It could be both voluntary churn and involuntary churn. Voluntary churn is the one in which a customer terminates the subscription on its own. Whereas, involuntary churn occurs when a subscription of the customer is terminated by the system. Usually, involuntary churn is as a result of the declined payment.\r\n\r\nThere does not exist a clear way to identify the reason why a card is declined. The customer patterns, actions, and behavior could be different towards different attributes. Each new decline could be totally different from the previous one. For instance, the subscription data, billing models, payment methods, customer lifecycle, different credit cards, payment dynamics, etc.\r\n\r\nManually, the identification of these patterns is quite hard. Though, machine learning models play a critical role in streamlining the predictions and estimations in a highly effective way. The identification of those parameters can be ensured through machine learning models. The data could be trained and tested over various behavioral patterns of customers. The reason behind failed payments could be dug to improve the modules which lead a customer to terminate the payment.\r\n\r\nThe factors though may not correspond to the internal system but also to the integrated payment systems which have a cumbersome payment procedure due to multiple verification\'s that accelerate the process of termination. Even sometimes, the customer is unaware of the payment termination itself. This factor could lead to confusion as well as leave a bad impact on brand reputation. To curb all these outcomes, SaaS businesses have identified the potential of machine learning that help scrutinize customer behavior and allows businesses to;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Identify the customer patterns throughout the customer lifecycle</li>\r\n <li>Identify which <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment methods</a> lead to increased churn rate</li>\r\n <li>Predict when a customer is most likely to terminate a process</li>\r\n <li>Forecast the total closings in a particular time period</li>\r\n <li>Estimate the business revenue in some time frame</li>\r\n <li>Predict when a customer would unsubscribe certain services</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAll these parameters individually or collectively help understand the reason behind the churn rate. Accordingly, the strategies could be reformed, processes could be remodeled and marketing campaigns could be altered. This helps increase customer retention and acquisition to boost business revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Read More:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/how-ai-based-subscription-system-can-benefit-it-startups-to-grow-revenue-empire/\">How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire</a>\r\n<h4><strong>Machine Learning to Curb Fraud</strong></h4>\r\nThe increasing innovations in the digital world are not only restricted to the strategies and technology adoption in businesses. Fraudsters are getting advanced enough to find out vulnerabilities and loopholes in existing systems to perform a range of malicious activities. The increasing incidents of credit card fraud and billing frauds call out for stringent mechanisms through which the payment frauds could be minimized. As a result of payment attacks, false charge-backs are another headache for SaaS businesses that affect the business revenue. Machine learning technology plays a pivotal role in combating payment frauds. With a dynamic and intelligent approach, the risks need to be mitigated in order to fight against the revolutionizing tactics of bad actors.\r\n\r\nMachine learning algorithms in recurring billing security systems help identify the unauthorized entities trying to perform transactions. The customer behavioral patterns are identified and transactions are terminated if some unusual or suspicious activity is identified. This helps mitigate the risks of fraud and ensure a transparent and secure environment for customers and businesses to operate in. SubscriptionFlow harnesses the power of machine learning models and techniques to provide customers enhanced and optimized experience throughout the customer journey. To get a competitive edge in the market, SubscrioptionFlow empowered the subscription-based SaaS business and enterprises to compete and grow at a rapid pace.','Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate','','publish','open','open','','leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate','','','2020-10-28 11:57:36','2020-10-28 11:57:36','',0,'https://staging.subscriptionflow.com/?p=3651',0,'post','',0),(3653,1,'2020-10-05 10:51:04','2020-10-05 10:51:04','','Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate','','inherit','open','closed','','leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate-2','','','2021-03-26 07:29:32','2021-03-26 07:29:32','',3651,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg',0,'attachment','image/jpeg',0),(3681,1,'2020-10-08 06:50:33','2020-10-08 06:50:33','The rampant incidents of online payment frauds, payment privacy breaches, and other payment security threats have further darkened the gray shades over the online payment transactions.\r\n\r\nAny sort of false or illegal transaction to deprive victims of their funds, digital or any other property, interest, or infringes the privacy of the sensitive payment information using the Internet is online payment fraud.\r\n\r\nLoss of merchandise, unauthorized transaction, and fraudulent transactions are the different types of online payment security obstacles.\r\n\r\nSome of the most common online payment security threats, such as friendly fraud, cashback, identity theft, or triangulate fraud, are prevailing across the eCommerce and online business and services.\r\n\r\nThese payment security obstacles make the customers conscious and are affecting the purchasing decisions of them. Online payment transactions are losing their affinity.\r\n\r\nHere are some of the latest stats from across the multiple resources:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>According to the <a href=\"https://network.americanexpress.com/globalnetwork/insights/\">American Express Digital Payment Survey</a>, 27 percent of the online sales have ended up as fraudulent transactions.</li>\r\n <li>The world faced losses of more than 30 billion dollars until the end of 2019 due to payment fraud worldwide.</li>\r\n <li>Customers have also fallen victims to the Payment fraud. Statistics suggest that more than 50 percent of the respondents have experienced a fraudulent attempt one way or another when using their credit card or other payment information.</li>\r\n <li>Several surveys show that 69 percent of fraud starts with a consumer being contacted by telephone or email, such as overdue loans or prize scams.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nStudies suggest that SaaS, eCommerce, and other subscription-based products or services merchants are more vulnerable to <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">online payment</a> security due to the recurring billing and payment processing.\r\n\r\nFrom checkout to automated recurring payment charging and deductions, SaaS subscription merchants and customers both can fall prey to the online predators.\r\n\r\nOnline payment security concerns are the primary reasons for increasing churn rates. SaaS and subscription merchants often repeat the same mistakes and drown the company’s revenue due to negligence in such an overly competitive market.\r\n\r\nOptimizing a payment process is unavoidable, but providing the customer a friction-less payment processing experience is also inevitable. In the struggle to find the balance between the two, often the subscription businesses have to face the challenges of the online payment security.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate/\">Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate</a>\r\n\r\nSome of the key obstacles in maintaining the online payment security SaaS businesses have to deal with include:\r\n<h2><strong>User Experience</strong></h2>\r\nSaaS businesses are based on providing the cutting-edge and personalized customer experience that cannot only draw more customers but empower the businesses with the lead converting into paid customers and paid customers to onboard and retain with resells, upsells, or cross-sells.\r\n\r\nAn attractive checkout with an accessible interface is one of the factors that impact the customer’s buying decision.\r\n\r\nCheckouts and payment processes can be tailored to provide the best customer experience. Consider all the aspects of the customer base including their devices, locations, currency preferences, payment gateway priorities, and payment methods variety.\r\n\r\nA single payment gateway or support to one or only the mainstream currencies and payment methods increases the security threats to manifold. However, integrating multiple payment gateways extend the support to multiple payment methods, currencies, and lessens the risks to online payment security.\r\n<h3><strong>Payment Failures Management</strong></h3>\r\nFailed transactions are certainly a security concern that gives rise to the involuntary churn as well. Integrating a subscription system that can overview all the failed transaction helps to manage the payment failures.\r\n\r\nThe other way to deal with the payment failures is to incorporating the feature of revenue recovery through dunning.\r\n\r\nThe new age Subscription Management Software like SubscriptionFlow allows SaaS vendors to recover their recurring charges in case the payments got failed due to any technical glitches or transactional faults at the other ends.\r\n\r\nSetting up the schedules rules to retry the payments help them to recover the recurring charges and received payments directly into the merchant’s accounts.\r\n<h3><strong>Secure and Encrypted Payments</strong></h3>\r\nOne of the biggest challenges for SaaS and other online payments based businesses is to process encrypted and secured payments.\r\n\r\nIntegrating payment gateways that provide PCI Compliant privacy and an additional layer of 3D security to online payments is a great way to process end-to-end secured and encrypted online payments.\r\n\r\nThis provides peace of mind for end-users and businesses alike, bringing a level of confidence to the payment process and removing the risk of sensitive information being lost or stolen.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a>\r\n<h3><strong>Integrations</strong></h3>\r\nIntegrations are the brains of the SaaS and subscription software. Integrations allow scalability and extensibility in a system. Integrations facilitate the flow of information and data sharing across the applications.\r\n\r\nBut, the integrations could be the deadliest data security obstacle for many SaaS services providers. Securing the data can be achieved by efficiently managing the data sync rules.\r\n\r\nThe automated data sync and sharing rules keep the charge of data sharing into the SaaS services providers\' hands and they can better avoid the online payment security risks.\r\n<h4><strong>How SubscriptionFlow Helps SaaS Businesses To Deal With the Challenges?</strong></h4>\r\nSubscriptionFlow is an automated recurring billing and payment processing platform that allows the SaaS and subscription businesses to manage their subscriptions, invoicing, online payments, monitoring, measuring, and managing the subscription business and revenue growth in one place.\r\n\r\nSubscriptionFlow is a highly customizable and extensible platform that can help the SaaS businesses to manage their subscriptions with secure integrations of online payment processors.\r\n\r\nIt also allows you to integrate multiple payment gateways channelled with its AI-supported online payment fraud detection\'s and security risk prevention\'s.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">The AI-enabled modules</a> sieve through the piles of the personal, payment, billing, shipping, and other data of the customers and suggest best and secured options for online payment processing ways, including payment gateways, <a href=\"https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/\">payment methods</a>, currencies, and more.\r\n\r\nTalk to the experts at SubscriptionFlow and find faster and safer solutions for online payment processing along with the services to provide personalized customer experience.','The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them','','publish','open','open','','the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them','','','2020-10-08 06:51:27','2020-10-08 06:51:27','',0,'https://staging.subscriptionflow.com/?p=3681',0,'post','',0),(3683,1,'2020-10-08 06:51:16','2020-10-08 06:51:16','','online payment security','','inherit','open','closed','','online-payment-security','','','2021-03-26 07:29:00','2021-03-26 07:29:00','',3681,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg',0,'attachment','image/jpeg',0),(3685,1,'2020-10-09 11:08:13','2020-10-09 11:08:13','Artificial Intelligence (AI) is shaping and reshaping almost everything around us. It is being used across the sectors and is leveraging the robotic technology to establish smart business processes workflow.\r\n\r\nArtificial Intelligence, Machine Learning, Deep Learning, and Big Data are the FinTech trends of 2020 and are going to revolutionize and rule the fintech reign in the next era. AI with the aid of Robotic Process Automation (RPA) and Big Data (BD) is increasingly being used by the industry to optimize operations and make service delivery more effective.\r\n\r\nOne of the Fintech area using AI effectively is online payments. The successful applications of AI in online payments include fraud payment detection, customer risk scoring, conversational AI for payment initiation, and many more.\r\n<h2><strong>AI and the Payment Industry</strong></h2>\r\nAI has already proven a paradigm shift with the digital transformations in the payment processing across the financial and banking sectors, in between B2B transactions, and, to and from customers to businesses, or vice versa.\r\n\r\nThe data-driven augmentation of AI is made possible with the onset of machine learning and deep learning led data structuring, big data analysis, and the growing use of digital devices and the internet.\r\n\r\nThe payment industry is unlayering its potential with the AI-fueled digital reforms in the key areas of payment processing, Straight through Processing (STP), user experience, and payment optimization.\r\n\r\nRealizing the needs and advantages of using AI, it is estimated that 8 in 10 entities in the payment processing are using AI in combination with ML, DL, and Big Data to reduce manual intervention and bring efficiency and transparency, with security, in the payment processing.\r\n\r\nPwC studies estimated that AI is projected to increase the GDP of the financial and professional services industry as much as 10 percent by 2030, driven by increases in both productivity and consumption, in North America alone.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate/\">Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate</a>\r\n<h3><strong>The Role of AI in Recurring Payment Processing</strong></h3>\r\nSubscription-based businesses like eCommerce, SaaS, rentals, insurance, and many more are based on charging their customers on a recurring basis. These businesses have to make arrangements for the secure, encrypted, and instant recurring payments to get received from their subscribers or customers, after every interval, throughout the subscription term.\r\n\r\nProcessing payments, again and again, increases the risk of payment frauds, data theft, or any other unauthorized transaction. The introduction of artificial intelligence in the SaaS Billing Systems, Payment Processors, and <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">Payment Gateways</a> enhances the online protection of the transaction with the end-to-end encryption, monitoring, AI-led analysis of the historical data of the customer.\r\n\r\nAI-led recurring payment processing through the integrated payment gateway in as subscription management software helps SaaS and subscription services providers to leverage customer’s data to validate details and payments, it also helps them to avoid risks like friendly fraud or chargeback.\r\n\r\nThe set rules modules of AI are enhancing the recurring payment processing experience for the subscription merchants as well as customers with the following aids and supports throughout the process of subscription:\r\n<h3><strong>Payment Optimization</strong></h3>\r\nArtificial Intelligence in any Payment processor, Payment Gateway, or Subscription Software helps customers as well as subscribers to optimize their payment processing. AI learns trends, behaviors, and patterns and based on the data recommends payment gateways that, in a given situation, process payments better, safer, and faster. In the compatible line of the payment gateway and the customer or merchant choice, AI suggests payment methods, currencies, and others process friction-less and optimized payment processing.\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\"><strong>Online Transactions Monitoring</strong></a></h3>\r\nSubscription software should integrate multiple payments AI algorithms in the systems are enough efficient to monitor end-to-end payment transactions—from the point that payment message hits the systems until it leaves the payment processor. During the process level, it not only monitors the process actions, it also suggests intuitive services and offers.\r\n\r\nAI systems can monitor payment transactions from the point payment message enters the bank until it leaves the payment gateway by monitoring actions at a process level and suggest intuitive services and offers like the selection of payment gateway, payment method, currencies, and, more.\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\"><strong>Fraud Analysis</strong></a></h3>\r\nOnline payment systems using AI modules are very useful in analyzing online payment frauds. Online payment fraud can be made with cards or without cards using the card details. These payment frauds can be unauthorized transactions, cashbacks, or lost or stolen merchandise and can affect both the parties—customer or merchant.\r\n\r\nAI by analyzing the personal, billing, shipping, payment, and transactional history can not only detect the fraud threats and risks, but it also mitigates before the fraud loses revenue of the merchant or incur customer the pain of misuse of payment details.\r\n\r\nIn the recurring business, chargebacks, also called friendly fraud, are the foes of revenue growth. Often, notorious customers despite availing the services or getting access to the product or SaaS claim fake or fraud refunds. AI in payment and recurring billing system identifies the risks points and the loopholes that may leak the revenue stream and dent the business growth and prevent multiple payment frauds from across the sides.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\">The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them</a>\r\n<h3><strong>Payment Validation</strong></h3>\r\nPayment validation works at the end of the issuer or bank during the processing of the request of the online payment. AI-led payment validation encompasses the information like 2- or 3- way authorization, 3D security, OTP (One Time Password), location, and access through the network information, in addition to the personal, payment, billing, and shipping data.\r\n\r\nAI analyzes the history of a user through from various areas and if the access to the funds doesn’t seem safe, it highlights the attempt as a suspicious transaction that can later be verified by the in-person intervention.\r\n<h3><strong>User Experience</strong></h3>\r\nIt wasn’t so long when the leading credit card services provider, VISA, has identified and implemented the opportunity to enrich the payment processing by giving additional assistance and support analyzing the payment needs of their customers.\r\n\r\nOn several occasions, the banking services provide personalized support by extending customer’s credit limits or shrinking the support for the transaction based on their transactional behaviors learned through machine learning.\r\n\r\nIn the recurring payments, the AI dictates the subscription services provider or SaaS vendor to opt for the payment gateway that allows optimized payment processing with appropriate processing charges, faster and secure transactions, and subject to the lesser online payment risks.\r\n<h3><strong>Payment Repair</strong></h3>\r\nAI can play quite a role in recovering recurring revenue through the dunning management process. In many cases, when the customer exceeds its credit card limit, the recurring payments get declined or deduct, partially. Instead of converting it into cancellation of subscription and customer and revenue loss, ML and DL modules make it certain for the subscription or SaaS merchants to retry the payment as soon as AI suggests the availability of the funds and recover their recurring revenue. AI prevents involuntary churn in the recurring billing and payments businesses.\r\n<h3><strong>AI Chatbots for Payment support</strong></h3>\r\nChatbots are the most convenient and widely-used application of artificial intelligence across the sectors. The subscription businesses, the payment processors, the issuing financial institutions, and all other online businesses can use chatbots at different stages to inform, assist, and support their clients—from initiation of payments to the transference of funds.\r\n\r\nChatbots are deployed to automate customer service, resolve tickets, answer queries, and provide real-time assistance. Using natural language, chatbots trained by machine learning can predict customer behavior and answer them accordingly. Chatbots also play a critical role in enhancing the personalized customer experience in customer support by identifying the customer struggles and emotions in the mid of some problems related to payments, billing, or transactions, and then, diffusing the situation with a proper and calmer response. Sometimes, users are unable to identify that they were assisted by an AI Chatbot.\r\n<h4><strong>The Bottom Line…</strong></h4>\r\nSubscription and SaaS business use several applications to automate and stream their workflow in addition to leveraging the data from across the software, which includes subscription management software, payment gateways, CRMs, Sales, marketing, and support automation and management platforms, eCommerce, and other cloud computing platforms, and more. It increases the probabilities of the data theft or misuse of the data.\r\n\r\nHowever, the growing trends of using artificial intelligence in the recurring billing and payment software is diffusing the stresses and risks of mounting online payment frauds due to unauthorized or false transaction or chargebacks as AI is providing the security solutions for the online transactions despite the excessive sharing of the data across the platforms.','AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices','','publish','open','open','','ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices','','','2020-10-09 11:14:44','2020-10-09 11:14:44','',0,'https://staging.subscriptionflow.com/?p=3685',0,'post','',0),(3686,1,'2020-10-09 11:00:48','2020-10-09 11:00:48','','AI Leveraging Recurring Payment Management','','inherit','open','closed','','ai-leveraging-recurring-payment-management','','','2021-03-26 07:30:17','2021-03-26 07:30:17','',3685,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg',0,'attachment','image/jpeg',0),(3689,1,'2020-10-12 11:05:29','2020-10-12 11:05:29','Metered billing is the Pay-As-You-Go billing model. Also known as usage-based or consumption-based billing. It is the best SaaS billing model so far as it allows SaaS merchants to charge their customers that favor them most and helps in growing SaaS Recurring Revenue Stream by charging customers for only what they have used.\r\n\r\nOf course, not all SaaS customers are suitable for metered billing bust most are. And, they can opt for metered billing in combination with introductory freemium or flat billing as hybrid billing for SaaS products.\r\n\r\nHowever, the two models for the SaaS billing are Flat-Fee Billing and Usage-Based Billing.\r\n\r\nChoosing, strategizing and implementing them wisely as the customers and their requirements are will widen the horizon for SaaS billing flexibility and increases the customer base.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong> </span><a href=\"https://staging.subscriptionflow.com/2020/07/07-features-to-look-out-for-when-selecting-a-subscription-billing-service-for-your-subscription-business/\">07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business</a>\r\n<h2><strong>How </strong><strong><a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">Metered Billing</a></strong><strong> Can Work Best for A SaaS Product?</strong></h2>\r\nDifferent types of metered billing or usage-based billing are there that can be implemented when the pricing is optimized intelligently. The following <a href=\"https://staging.subscriptionflow.com/pricing-engine/\">pricing models</a> for the metered billing optimization are the effective ways to mint more money by facilitating customers from all the needs and budget to use the SaaS and contribute in the recurring revenue growth and expansion of the customer base:\r\n<ul>\r\n <li>\r\n<h3><strong>User-Based Billing</strong></h3>\r\n</li>\r\n</ul>\r\nPay-per-user or user-based billing is used to charge customers based on the number of users or individuals who are given the access to use the SaaS product. However it varies from SaaS to SaaS but for most, it is not as such favorable metered billing as it benefits the recurring revenue is subject to the adoption of the SaaS product by the users in a company.\r\n<ul>\r\n <li>\r\n<h3><strong>Volume-Based Billing</strong></h3>\r\n</li>\r\n</ul>\r\nAs its name suggests, it is the billing based on the consumption of volume. For instance, a SaaS allows 10 GB for $5 for Web hosting, and afterwards, it charges $2 for every GB, which is the hybrid form of flat + volume-based billing. That\'s the most common model for B2B SaaS as it works with any company sizes and also exists as quantity-based billing, too.\r\n<ul>\r\n <li>\r\n<h3><strong>Transaction Billing</strong></h3>\r\n</li>\r\n</ul>\r\nAlso called as Units-Per-Transaction Billing. It is used to charge the customer based on the units in a transaction. The unit can be anything—feature, tier, user, volume, quantity, or any.\r\n<ul>\r\n <li>\r\n<h3><strong>Tiered Billing</strong></h3>\r\n</li>\r\n</ul>\r\nOffering customers access to the SaaS platform and its features based on multiple tiers of different pricing is tiered-pricing. The tiered pricing allows offering the different version of the SaaS at different pricing. These can be based on features, one or several users, or usage.\r\n\r\nThe SaaS merchant can create as many tiers as diversifies is its customer base. This pricing model serves the purpose of upselling, cross-selling, or re-selling of the SaaS products.\r\n\r\nOn different levels, it can be confusing if handled manually. The AI-led subscription software helps best with the tiered billing.\r\n<ul>\r\n <li>\r\n<h3><strong>Promotional Billing</strong></h3>\r\n</li>\r\n</ul>\r\nIt is the addition of promotional coupons and vouchers that offers a fixed or a percentage of the discount or additional feature in the overall billing when implemented. The metered billing incur quite a cost to the customers so the promotions of add-ons attract more customers to subscribe to more features or tiers.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/09/what-is-usage-based-billing/\">What is Usage-Based Billing?</a>\r\n<h2><strong>SubscriptionFlow—the Highly Flexible Subscription Engine to Meter SaaS Usage</strong></h2>\r\nSubscriptionFlow is a highly flexible and scalable <a href=\"https://staging.subscriptionflow.com/\">subscription management software</a> to automate the recurring invoicing, billing, and payment processing. It is a feature-rich platform that helps SaaS businesses to not only optimize their recurring revenue to its fullest, but also use customer’s personal, billing, or payment data to offer their customers an extremely personalized customer experience\r\n\r\nSubscriptionFlow offers SaaS to bill their customers the way they used the SaaS product and mint money. To help SaaS subscription services providers with the attainment of the best of the recurring revenue opportunities with the pricing and billing optimization as per the customer usage, SubscriptionFlow offers some of the highly efficient billing solutions. These are:\r\n<ul>\r\n <li>\r\n<h3><strong>AI-led <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">Price Optimization</a></strong></h3>\r\n</li>\r\n</ul>\r\nThe pricing engine plays the most important role in optimizing the revenue by identifying the best pricing point. SubscriptionFlow offers an AI-powered pricing engine that allows SaaS subscription companies to charge their customers that best adds the revenue into the stream. The AI-based price optimization module by learning, analyzing, and understanding the purchasing patterns and market competitive pricing trends unravels the pricing point that can further be customized based on the customer SaaS usage.\r\n\r\nSaaS businesses by using SubscriptionFlow can meter customer usage of our software and calculate charges for multiple program types including flat subscription pricing, unit pricing per transaction, unit pricing based on percentage charge per transaction, volume pricing, tiered pricing, and promotional pricing.\r\n<ul>\r\n <li>\r\n<h3><strong><a href=\"https://staging.subscriptionflow.com/2020/09/learn-how-automated-recurring-billing-can-help-managed-services-providers-to-optimize-revenue-collection/\">Automated Recurring Billing and Payment Processing</a></strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow automates the complete workflow of recurring billing from pricing and invoicing to payments processing and revenue management. The automation of the repetitive tasks of invoicing, making adjustments in the billing based on promotions, coupons or vouchers implementation, and special discounts, mid-of-the-cycle pan changes adjustments, and more.\r\n\r\nThe automated order-to-cash cycle of the SaaS product made it extremely easier with SubscriptionFlow.\r\n<ul>\r\n <li>\r\n<h3><strong><a href=\"https://staging.subscriptionflow.com/2020/07/what-is-prorated-subscription-billing-how-can-it-benefit-the-recurring-revenue-and-what-are-the-risks-of-not-using-the-prorated-billing-learn-more-about-optimal-billing/\">Proration Handling</a></strong></h3>\r\n</li>\r\n</ul>\r\nIn the metered SaaS billing, proration is the process of adjusting billing for mid-of-the cycle changes in the subscription plans. It could be a plan upgrade or downgrade, a plan cancelation, a plan pause or re-activation, or even a change in the metered billing due to the addition or removal of a feature or user, or any other unit.\r\n\r\nWith prorated subscription billing, charge customers for what they have used only, and find more opportunities for the satisfied customer base with more attractive recurring revenue growth opportunities.\r\n<ul>\r\n <li>\r\n<h3><strong>Coupons, Vouchers, and Add-Ons Implementation</strong></h3>\r\n</li>\r\n</ul>\r\nPromotions are the best ways to draw traffic, improve metered billing, and excelling recurring revenue in the form of promotional coupons, vouchers, or add-ons that can easily be created, saved, and implemented time and time, again in the recurring billing modules of SubscriptionFlow.\r\n\r\nThe add-ons promotions leverage the recurring revenue meter through the volume-based, tiered-, and other usage-based billing. The AI assistance in the recurring billing further recommends the coupon, vouchers, and other promotional strategies optimization to convert more leads into paid customers.\r\n<ul>\r\n <li>\r\n<h3><strong><a href=\"https://staging.subscriptionflow.com/2020/06/why-is-dunning-process-more-important-during-pandemic-and-how-saas-businesses-are-recovering-revenue-with-subscriptionflow/\">Revenue Recovery</a></strong></h3>\r\n</li>\r\n</ul>\r\nIn the recurring billing and online payment processing, the biggest turn-off is the payment failure. The payment unsuccessful status due to insufficient funds, technical glitches, or the issuer’s down-system often results in the involuntary churn.\r\n\r\nIn the metered SaaS usage, over-usage results in billing more than the available funds or the transaction limit, and the SaaS merchants may face the payment rejections or payment failures.\r\n\r\nDunning mitigates the threats of losing revenue because of churn. It is the process of recovering the revenue by setting the rules to re-try the payments until it recovers or the trigger-actions are programmed.\r\n<ul>\r\n <li>\r\n<h3><strong><a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">Recurring Revenue Optimization</a></strong><strong>, Monitoring, and Reporting</strong></h3>\r\n</li>\r\n</ul>\r\nIn the metered billing, the recurring revenue cannot be projected and predicted as easily as it can be achieved in the flat-fee or its variant billing. SubscriptionFlow is equipped with Business Intelligence (BI) and Business Analytics (BA) tools that make tracking, monitoring, and reporting the KPIs in the metered billing and suggest optimization, accordingly.','Metering SaaS Usage—Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities','','publish','open','open','','subscription-engine-uncovers-the-hidden-revenue','','','2020-10-13 12:28:44','2020-10-13 12:28:44','',0,'https://staging.subscriptionflow.com/?p=3689',0,'post','',0),(3694,1,'2020-10-13 12:26:00','2020-10-13 12:26:00','','Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities','','inherit','open','closed','','learn-how-a-flexible-subscription-engine-uncovers-the-hidden-revenue-opportunities-2','','','2021-03-26 07:30:06','2021-03-26 07:30:06','',3689,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg',0,'attachment','image/jpeg',0),(3696,1,'2020-10-13 12:38:49','2020-10-13 12:38:49','[vc_row el_class=\"front-banner-1 padL100 padR100 padB5vh custom-landing-page\"][vc_column width=\"1/2\" el_class=\"form-scroller\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWN0LWZvcm0td3JhcHBlciUyMGNvbnRhY3QtZm9ybSUyMGRlbW8tZm9ybSUyMiUzRSUwQSU1QmNvbnRhY3QtZm9ybS03JTIwaWQlM0QlMjIyNzM3JTIyJTIwdGl0bGUlM0QlMjJEZW1vJTIwU3Vic2NyaXB0aW9uRmxvdyUyMiU1RCUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Go Pro with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<h2><span style=\"color: #ffffff;\"><strong>The Subscription and Recurring Billing Management Platform</strong></span></h2>\r\nBring ease and convenience in subscription management. Pricing, invoicing, and payments—manage all in one place.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box landing-first-text-box\"][vc_column width=\"2/4\"][vc_single_image image=\"3702\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"Flexible Billing\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\" css=\".vc_custom_1602569531561{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column_text]Simplify complex billing operations, offer flexible billing solutions. Custom manage recurring billing frequencies, plans, pricing, etc.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box\"][vc_column width=\"2/4\"][vc_single_image image=\"3700\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"Automated Invoicing\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]Get rid of complicated spreadsheets and manual billing errors. Reduce effort and time with automated invoicing in minutes.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box scrolling-end\"][vc_column width=\"2/4\"][vc_single_image image=\"3701\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"Billing Adjustments\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]Let customers pay what they consume, easy manage plan upgrades, downgrades, or other mid-of-the-cycle changes in the billing.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box landing-page-heading\"][vc_column width=\"2/4\"][vc_single_image image=\"3703\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"Global Tax Calculations\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]VAT, GST, or any—put global tax calculations on auto-pilot mode. Find easy and instant tax mgmt. solutions for auditing and accounting.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box\"][vc_column width=\"2/4\"][vc_single_image image=\"3705\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"Recurring Payment Processing\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]Say ‘NO’ to Payment declination, late processing, restrictions in online payment processing? Auto-manage recurring payment processing.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-text-box\"][vc_column width=\"2/4\"][vc_single_image image=\"3704\" img_size=\"full\" el_class=\"landing-heading-bg\"][vc_custom_heading text=\"One-Stop Recurring Billing Management\" font_container=\"tag:h3|text_align:left|color:%23000000\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_column_text]From auto invoicing to payment processing to plan cataloging to subscription handling—find all recurring billing solutions in one place.[/vc_column_text][/vc_column][vc_column width=\"2/4\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 landing-page-main-box section-padding-top\"][vc_column][vc_custom_heading text=\"Invoicing, Payments, and Revenue Management—Automate Complete Recurring Billing Workflow\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\">Establish invoicing logic, setup the trigger-based automated actions, organize customer details, process recurring payments directly into merchant’s accounts, or manage billing changes or cycles—find the best-personalized subscription management and recurring billing solutions with SubscriptionFlow.</p>\r\n[/vc_column_text][vc_single_image image=\"3712\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 section-padding-top recurring-billing-section\"][vc_column][vc_custom_heading text=\"Simplify Recurring Billing\r\nfrom Order to Cash\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1602500488684{padding-top: 0px !important;}\"][vc_custom_heading text=\"Subscription Management\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading recuring-sub-heading\"][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Data Management </strong>Organize your leads and customers\' data to materialize more opportunities for upsells, cross-sells, and re-sells.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Price Optimization </strong>Offer your customers the best and tailor-made pricing solutions and bring more flux into your recurring revenue.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Trials, Freemium, and Plans Management </strong>Acquire more customers by offering trials and premiums or offer to customize plans and charge per user or per feature.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Coupons and Vouchers Management </strong>Attract traffic with discounted coupons and vouchers, track them, and facilitate customers with more perks.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Self-Service Portal </strong>Let your customers manage their billing and payment details and you enjoy automated data-sync in the client portal.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Triggered Emails, Notifications, and Reminders </strong>Send trigger-based emails, notifications, or reminders for successful or failed payments, upsells promotions, and more.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Recurring Billing\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading recuring-sub-heading\"][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Automated Recurring Invoicing </strong>Bring higher efficiency into your invoicing. Manage systematic and automatic recurring billing and receive payments faster.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Custom Invoicing </strong>Implement coupons, vouchers, and other add-ons, generate and send precise invoicing and get payments online.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Consolidated Invoicing </strong>Free business billing from manual billing flaws. Consolidate recurring billing for all subscription plans in one invoice.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Prorated Billing </strong>Adjust multiple subscriptions or upgrades, downgrades, cancelations, or plan pause, or any other mid-cycle changes with proration.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Billing Scheduling </strong>Plan billing at the beginning or after the week, month, or year ends and schedule triggered invoice email at your convenience.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Flexible Billing</strong>Facilitate customers with the personalized billing data, frequency, and pricing model that favors your business too.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"billing-recurring-section-2\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1602500488684{padding-top: 0px !important;}\"][vc_custom_heading text=\"Payment Management\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading recuring-sub-heading recuring-sub-heading-2\"][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Recurring Payments </strong>Receive recurring payments faster and safer in the line with the recurring billing set for each and every customer.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Dunning Management </strong>Automate secured recurring payment collection, AR tracking, and payment recovery. Set your dunning rules.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Global Taxation </strong>Calculate taxes as per the state, country, or region in minutes. Automate tax support consolidation in invoices in minutes.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Dozens of Payment Gateways </strong>Integrate any payment gateway for instant, secure, and faster online payment processing through any payment method.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Multiple Payment Methods </strong>Credit Card or ACH—whatever mode of payment suits your customer, offer them, and avail every revenue opportunity.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Online Payment Fraud Management </strong>Let AI-supported platform guide you through the risks and threats of chargeback and other online payment frauds.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"SaaS Reporting\" use_theme_fonts=\"yes\" el_class=\"landing-page-heading recuring-sub-heading recuring-sub-heading-2\"][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Intuitive Data Visualization </strong>With highly revealing and self-explaining data visualization, measure subscription health, revenue flow, and growth.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Highly Customizable Dashboard </strong>Customize your dashboard with the most relevant tabular data, reports, or charts that you need to monitor in real-time.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Classic Reporting </strong>Generate customize score reading ad-hoc classic reporting to share and send anytime from anywhere, and collaborate better.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> SaaS Analytics </strong>Monitor churn rate, MRR, ARR, CLV, & other Metrics for data-driven decisions with SaaS Business Analytics and Intelligence.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> KPI Monitoring and Measurement </strong>Identify your Key Performing Indicators and better organize and filter them on your dashboard for instant access.[/vc_column_text][vc_column_text]<strong><i class=\"fa fa-check\" aria-hidden=\"true\"></i> Revenue Management </strong>Automate your recurring revenue management and get in-detail insights of performing elements in earned revenue.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 section-padding-top\"][vc_column][vc_custom_heading text=\"Scale your subscription business\r\nwith SubscriptionFlow\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"integration-box-txt\"]\r\n<p style=\"text-align: center;\">Get all your B2B and B2C eCommerce, inventory, order, procurement, supply chain, marketing, sales, project management, communications, service, and support solution in one place with the highly flexible and scalable platform—SubscriptionFlow</p>\r\n[/vc_column_text][vc_single_image image=\"3709\" img_size=\"full\" alignment=\"center\" el_class=\"integration-img\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tYm90dG9tLWJ1dHRvbiUyMHRleHQtY2VudGVyJTIyJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnNjaGVkdWxlLWRlbW8tYnRuJTIyJTIwb25jbGljayUzRCUyMkNhbGVuZGx5LmluaXRQb3B1cFdpZGdldCUyOCU3QnVybCUzQSUyMCUyN2h0dHBzJTNBJTJGJTJGY2FsZW5kbHkuY29tJTJGaW5mby04Mjc1JTJGc3Vic2NyaXB0aW9uZmxvdyUyNyU3RCUyOSUzQnJldHVybiUyMGZhbHNlJTNCJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctcmlnaHQlMjIlM0UlM0MlMkZpJTNFJTNDJTJGYSUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGcHJpY2luZyUyRiUyMiUyMGNsYXNzJTNEJTIycHJpY2UtZGVtby1idG4lMjIlM0VWaWV3JTIwcHJpY2luZyUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctcmlnaHQlMjIlM0UlM0MlMkZpJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Subscription Management with SubscriptionFlow','','publish','closed','closed','','subscription-management-with-subscriptionflow','','','2021-05-27 10:10:28','2021-05-27 10:10:28','',0,'https://staging.subscriptionflow.com/?page_id=3696',0,'page','',0),(3700,1,'2020-10-13 12:41:30','2020-10-13 12:41:30','','Automated-Invoicing','','inherit','open','closed','','automated-invoicing','','','2021-03-26 07:29:46','2021-03-26 07:29:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Invoicing.png',0,'attachment','image/png',0),(3701,1,'2020-10-13 12:41:32','2020-10-13 12:41:32','','Billing-Adjustments','','inherit','open','closed','','billing-adjustments','','','2021-03-26 07:29:44','2021-03-26 07:29:44','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Billing-Adjustments.png',0,'attachment','image/png',0),(3702,1,'2020-10-13 12:41:34','2020-10-13 12:41:34','','flexible-billing','','inherit','open','closed','','flexible-billing','','','2021-03-26 07:29:41','2021-03-26 07:29:41','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/flexible-billing.png',0,'attachment','image/png',0),(3703,1,'2020-10-13 12:41:35','2020-10-13 12:41:35','','Global-Tax-Calculation','','inherit','open','closed','','global-tax-calculation','','','2021-03-26 07:30:25','2021-03-26 07:30:25','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Global-Tax-Calculation.png',0,'attachment','image/png',0),(3704,1,'2020-10-13 12:41:38','2020-10-13 12:41:38','','One-Stop-Recurring-Billing-Management','','inherit','open','closed','','one-stop-recurring-billing-management','','','2021-03-26 07:30:28','2021-03-26 07:30:28','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png',0,'attachment','image/png',0),(3705,1,'2020-10-13 12:41:40','2020-10-13 12:41:40','','Recurring-Payment-Processing','','inherit','open','closed','','recurring-payment-processing','','','2021-03-26 07:30:32','2021-03-26 07:30:32','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Payment-Processing.png',0,'attachment','image/png',0),(3708,1,'2020-10-13 13:00:52','2020-10-13 13:00:52','','recurring-billing-software','','inherit','open','closed','','recurring-billing-software-2','','','2020-10-13 13:01:00','2020-10-13 13:01:00','',3696,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software.jpg',0,'attachment','image/jpeg',0),(3709,1,'2020-10-13 13:01:25','2020-10-13 13:01:25','','integrations-for-landing-page','','inherit','open','closed','','integrations-for-landing-page','','','2021-03-26 07:30:37','2021-03-26 07:30:37','',3696,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/integrations-for-landing-page.jpg',0,'attachment','image/jpeg',0),(3712,1,'2020-10-13 13:19:36','2020-10-13 13:19:36','','recurring-billing-software-infographic','','inherit','open','closed','','recurring-billing-software-infographic','','','2020-10-13 13:19:49','2020-10-13 13:19:49','',3696,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg',0,'attachment','image/jpeg',0),(3717,1,'2020-10-14 13:08:28','2020-10-14 13:08:28','The subscription economy is based on customer retention. The more a subscriber sticks to the subscription product or services, the more likely the merchant offering subscription product or services can have a better recurring revenue growth with the opportunities to sell, upsell, cross-sell, or re-sell the subscriptions.\r\n\r\nTo keep the customers hooked with the subscription product or services, a robust and data-driven strategy of sales, marketing, and growth is required.\r\n\r\nSubscription businesses are the science of data. Its terms and conditions, policies, business processes management, support, and services—all are data-driven. It is mainly because once you lose the customers, it is hard to earn them back.\r\n\r\nEnvisaging the likelihood of subscription cancellation or churn can mitigate the risks of losing a source of recurring revenue. Having a forewarning on subscribers who are on the verge of canceling their subscription can be a great advantage in a modern subscription business management.\r\n\r\nArtificial Intelligence can be used to make the subscription business processes management proactive instead of being reactive by adding the value of data-driven intelligence that can suggest appropriate action moves at the right time for the right department to act right on the right lead or customer. AI provides maximum support to stay subscribers at the platform and continue to contribute to the recurring revenue stream.\r\n\r\nIn some of our previous <a href=\"Learn%20How%20Automated%20Recurring%20Billing%20Can%20Help%20Managed%20Services%20Providers%20to%20Optimize%20Revenue%20Collection\">articles</a>, we have learned that the Machine Learning (ML) and Deep Learning (DL) as the subsets of the Artificial Intelligence are increasingly being used in the subscription management to find, foretell, and mitigate the risks to the recurring revenue growth, brand progression, and business development.\r\n\r\nThis blog post particularly deals with the learning of how AI plays a major role in identifying the patterns and behaviors behind the subscription cancellations. Knowing the reasons that cut the cords between the subscribers and the subscription services providers allows subscription businesses to take data-driven precautionary measures that can halt or at least minimize the churn.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h2><strong>Why Forecasting Subscription Cancellations is Important for the SaaS and Other Subscription Businesses?</strong></h2>\r\nThe Subscription services providers need to gain insights into why Subscription pauses or cancellations are causing frictions in the subscription cycle continuity and reducing the lifetime value of users while incurring the sudden loss in recurring revenue.\r\n\r\nUsually, SaaS, telecom, rentals, newspaper and magazine, OTT (Over-the-top) media, gated-content sites, memberships, telemedicine, education services, and many others are all the subscription services providers. It explains that these subscription merchants depend on the number of subscribers who subscribes to their daily, weekly, monthly, or annual plans and contribute to growing recurring revenue and building brand loyalty.\r\n\r\nIdentification of all the non-performing indicators also help the subscription services providers to remove the frictions from the business processes management--from developing the product to strategizing the marketing and sales funnel to the customer support and services at each stage of customer acquisition and customer retention.\r\n\r\nUsing AI-powered data allows subscription organization to find the logic behind the subscription cancelation and the product attributes. It harnesses the productivity and efficiency of the product managers, sales, marketing, and support teams to stream success.\r\n\r\nOnce the factors greasing the churn in the subscription business are identified, it can pave the ways to increase retention and revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services/\">AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services</a>\r\n<h3><strong>How AI Uses Data to Foretell Churn In the </strong><a href=\"https://staging.subscriptionflow.com/\"><strong>Subscription Management Software</strong></a><strong>?</strong></h3>\r\nWe know AI uses data to identify the reasons behind subscription pause, cancellation, or even downgrades. This is how it can predict the churn and recurring revenue damage in its earlier stages. It leverages the subscription merchants to take all the necessary steps times ahead and reduce the chances of any losses of revenue or customer base.\r\n\r\nBut, here the question arises that how does AI forewarn the risk and what data does it require to foresee the subscription cancellations?\r\n\r\nArtificial Intelligence through the ML and DL structures, reads, understands, and analyzes the user online behavior, subscription parameters, engagements, paywall, newsletters, and other product attributes trends to determine the subscription health of any subscriber.\r\n\r\nIn any subscription lifecycle, those who are found at the risks of churn can be targeted with measures like personalized promotions, discount perks, enhanced customer experience, better customer support, and then their actions can be monitored, measured, and managed, efficiently.\r\n\r\nAI-led modules are trained to analyze the following key types of data to monitor, measure, and suggest management and mitigation actions that reduce the damages in a subscription cycle. Some of the most valuable datasets to stop subscription cancellations are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Customer’s Personal Information</strong>—it includes name, contact details, email, or social media accounts, and other personal information.</li>\r\n <li><strong>Demographic Data</strong>—it encompasses the data like age, income, education, location, etc.</li>\r\n <li><strong>Product Data</strong>—this dataset covers information like the subscribed product, plan, term, and features used.</li>\r\n <li><strong>Support Services</strong>—it includes information related to customer interaction with the subscribed product’s customer care, queries, feedback, complaints, and of course, the satisfaction ratings.</li>\r\n <li><strong>Payment Data</strong>—this dataset is used to find the customer behaviors at the paywall, expenditure over the time in the form of daily, weekly, yearly, or exclusively for a particular feature, engagement due to discounted coupons and vouchers, credit score, transaction history, or, overdue balance, etc.</li>\r\n <li><strong>Device Data</strong>—AI uses the login and activity information available through the device. This is the personalized form of information that brings more accuracy in the predictive analysis of the subscription cancellations.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate/\">Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate</a>\r\n<h4><strong>The Science of the AI-Powered </strong><a href=\"https://staging.subscriptionflow.com/2020/04/learn-the-reasons-behind-high-churn-rate-and-how-you-can-tackle-it-with-these-tips-from-subscriptionflow/\"><strong>Predictive Analysis of the Subscription Cancellations</strong></a></h4>\r\nArtificial intelligence efficiency is directly proportional to the amount of data available. The more the volume of the data, the better the forecasting of the subscription cancellations or churn.\r\n\r\nThe more structured the data set is, the faster and the better predictions are. However, deep learning can help in establishing the structure and logic in the data for the AI to include even the unstructured data to bring more precision in the prediction.\r\n\r\nWith subscription cancellation predictions, the ML/DL algorithms interpret the complex patterns in high-dimensional data that correlate with one of two outcomes i.e. Subscription and Subscription Cancellation.\r\n\r\nAI facilitates the subscription businesses to concentrate on the customers who show more probability of leaving the subscription. It channels customer retention to immediately impact the bottom-line.','AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations','','publish','open','open','','ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations','','','2020-10-21 11:54:22','2020-10-21 11:54:22','',0,'https://staging.subscriptionflow.com/?p=3717',0,'post','',0),(3718,1,'2020-10-14 13:06:52','2020-10-14 13:06:52','','Harness the Power of the Data-Driven Technology to Identify Reasons behind Subscription Cancellations','','inherit','open','closed','','harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations','','','2021-03-26 07:31:42','2021-03-26 07:31:42','',3717,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg',0,'attachment','image/jpeg',0),(3722,1,'2020-10-16 14:07:18','2020-10-16 14:07:18','In the SaaS businesses, business intelligence and business analytics, often known as SaaS Intelligence, plays a critical role in growing and managing recurring revenue. Subscription businesses need to monitor and measure their recurring revenue constantly in order to find out the profit the SaaS Company or any other subscription business is making while recurring revenue through subscriptions.\r\n\r\nHere comes the SaaS reporting and the data analytics that allow SaaS services providers to identify how, when, and why the recurring revenue in a term is tapping or have stopped tapping.\r\n\r\nTo monitor and measure the recurring revenue, some of the key metrics that are used in a SaaS are MRR—Monthly Recurring Revenue or ARR—Annual Recurring Revenue.\r\n\r\nSeveral Components of the MRR are measured which figure out how net monthly recurring revenue has streamed in a time span.\r\n\r\nOne other important metric to track and foretell the recurring revenue stability is CMRR.\r\n\r\nIn this article, we will understand what actually the CMRR is, how is it different from the MRR, How it can be measured and monitored, and why it has a key role in the SaaS business revenue management.\r\n<h2><strong>What is CMRR?</strong></h2>\r\nCMRR is an acronym and stands for Contracted Monthly Recurring Revenue or Committed Monthly Recurring Revenue.\r\n\r\nFor many, they are the same metrics, which they are, however, some SaaS revenue experts suggest a marginal difference between the two.\r\n\r\nWe will see it in the coming section, later.\r\n\r\nLet’s explain to you what actually the CMRR is?\r\n\r\nDefining CMRR is complicated.\r\n\r\nSo, if you are looking for an industrial definition, you will be disappointed.\r\n\r\nSaaS and other subscription companies determine their own explanation of the metric.\r\n\r\nIn general, CMRR can be defined as the fixed or recognized recurring portion of the subscription revenue.\r\n\r\nIn a SaaS or different sorts of subscription business, CMRR is a projection of guaranteed monthly recurring revenue in a near-future. It is a metric used to acquire a more precise projection of the income than the monthly recurring revenue only.\r\n\r\nSo, it can be considered as a prediction metric that includes all the recognized monthly recurring revenue into their account with any new subscriptions, cancellations, or mid-of-the-cycle subscription changes, such as plan upgrades, downgrades, or pause.\r\n\r\nAny non-recurring revenue, such as a one-time installation fee or connection fee, does not make a part of the contracted or committed recurring revenue.\r\n\r\nThis metric reflects the minimum and guaranteed portion of the recurring revenue of the SaaS or subscription business that the banks investigate before issuing the credit card or through which investors are attracted when the business expansion proposals are unearthed.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/01/three-core-metrics-to-measure-subscription-business-growth/\">Three Core Metrics to Measure Subscription Business Growth</a>\r\n<h3><strong>Contracted or Committed—What CMRR Stands For and How the Two Are Different?</strong></h3>\r\nContracted Monthly Recurring Revenue and the Committed Monthly Recurring Revenue are the two terms coined independently but, are widely used interchangeably.\r\n\r\nThey both, to a great extent, are almost the same and are understood as the value of the contracted recurring portion of subscription revenue.\r\n\r\nIn the term-based subscription businesses, the CMRR is considered as the contracted monthly recurring revenue that includes only the contractually guaranteed revenues as the value covers the recognized revenue from the new subscriptions to the end of the subscriptions.\r\n\r\nThe non-recurring revenues are not part of the contracted or committed recurring revenue.\r\n\r\nLet’s understand it with an example of a telecom subscription, a customer subscribes to a telecom subscription for $9.99 a month with $0.99 calling/min. charges. It also costs one-time installation charges of $9.99.\r\n\r\nHere the recognized or guaranteed portion of the recurring revenue is $9.99 a month, whereas the other one-time installation charges of $9.99 are not included in the CMRR calculations.\r\n<h3><strong>MRR Vs. CMRR</strong></h3>\r\nMRR or Monthly Recurring Revenue refers to the effective monthly revenue collected from all the recurring billing accounts or subscriptions. It also predicts the recurring revenue for the coming or next months and hence instantly identifies the leakages or the growth in the recurring revenue.\r\n\r\nMRR includes revenue collected every month after recurring items in the cart, such as Coupons, Discounts, Recurring Add-ons, or any other recurring ad-hoc charges. It does not include taxes, one-time setup or installation fee, or any other non-recurring charges.\r\n\r\nIt projects the overall view of the recurring revenue collected in a month by combining all the components of the MRR that includes\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>New MRR</li>\r\n <li>Expansion MRR</li>\r\n <li>Contraction MRR</li>\r\n <li>Reactivation MRR</li>\r\n <li>Churned MRR</li>\r\n <li>Net MRR</li>\r\n</ul>\r\n[/su_list]\r\n\r\nHowever, it does not cover forecasting the recurring revenue, accurately. Using CMRR, the SaaS or other subscription companies can predict their income for a particular future period.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\">What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue for Subscription Businesses?</a>\r\n<h3><strong>Understanding the CMRR Calculations</strong></h3>\r\nTo learn more about the calculation of the CMRR, it is required to understand the different components of the CMRR that are required to project the recognized monthly recurring revenue for the near future.\r\n\r\nCMRR is not independent of the monthly recurring revenue or MRR metric. To calculate the CMRR, you essentially need MRR. The other components that are the part of the CMRR calculations are:\r\n<ul>\r\n <li><strong>The Guaranteed Recurring Revenue Portion of the New MRR</strong>—it is the new guaranteed portion of the recurring revenue of a subscription account becoming the part of the recognized recurring revenue stream.</li>\r\n <li><strong>The Guaranteed Recurring Revenue Portion of Expansion MRR</strong>—it is the expected contracted upgrade of a subscription account after a certain period or pre-defined conditions.</li>\r\n <li><strong>The Guaranteed Recurring Revenue Portion of Contraction MRR</strong>—it is the expected downgrade of a subscription account because of the term-end or any other churn reasons.</li>\r\n</ul>\r\n(P.S: Contracted Monthly Recurring Revenue is different from the Contraction Monthly Recurring Revenue. Contraction MRR is the reduction in the recurring payment in a New MRR when the subscriber downgrades a subscription plan.)\r\n<h3><strong>CMRR Formula</strong></h3>\r\nMost SaaS companies use the following simple formula to calculate the contracted\r\n\r\n[su_note]CMRR = MRR + Guaranteed Recurring Revenue Portion of Expansion MRR - Guaranteed Recurring Revenue Portion of Contraction MRR[/su_note]\r\n<h3><strong>How CMRR Is Useful For the SaaS and Subscription Businesses?</strong></h3>\r\nCMRR solely is capable of providing SaaS businesses the forecasting of their income in the future. It lays the foundation for business expansion and growth. It filters out the actual profit a SaaS company has made with the recurring revenue tapping.\r\n\r\nFocusing on CMRR monitoring and measurement allows the SaaS and the subscription businesses to drive more behavioral changes to develop a product, managing the recurring revenue, building the customer base, attracting the investors for the business expansion, calculating and utilizing their monetary resources, managing cash flow alignment, reducing the subscription frictions, and accounting smaller recognized recurring revenue changes.\r\n\r\nSome of the significant use cases for the CMRR are:\r\n<ul>\r\n <li>CMRR is all an investor wants to look into—striving to procure more value with the higher CMRR, the SaaS businesses can expand their ventures.</li>\r\n <li>Each component of the CMRR gives detailed insights on how and when you have made the recurring revenue and when have you lost it?</li>\r\n <li>Calculations of the CMRR unblur the values projected by the Monthly Recurring Revenue Calculations.</li>\r\n</ul>\r\nIn the longer Subscription cycles, CMRR is the most relevant metric to project accurate prediction for the recurring revenue growth in the enterprise-targeted businesses.','What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue?','','publish','open','open','','what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue','','','2020-10-21 11:54:06','2020-10-21 11:54:06','',0,'https://staging.subscriptionflow.com/?p=3722',0,'post','',0),(3723,1,'2020-10-16 14:04:07','2020-10-16 14:04:07','','difference between MRR & CMRR','','inherit','open','closed','','difference-between-mrr-cmrr','','','2021-03-26 07:31:16','2021-03-26 07:31:16','',3722,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/difference-between-MRR-CMRR.jpg',0,'attachment','image/jpeg',0),(3727,1,'2020-10-19 11:55:07','2020-10-19 11:55:07','What advantage has eCommerce bestowed the businesses with? Its Data… unprecedented amounts of customers data. Business operating online have now access to the data like never ever before. It enables them to not only learn more about their customers and their interests, but also to predict the market trends, the purchasing behaviors, the data-driven marketing, and sales opportunities, the product development needs and requirements, and every information that is required to devise revenue-driven strategies and grow businesses.\r\n\r\nRunning a SaaS or subscription business online provides merchants more access to the extraordinary amounts of customer data. Extracting value from the subscription data is a vital element in running a successful SaaS or subscription business that can guide businesses in the right direction at the right time.\r\n\r\nInvoicing, transactions, or mid of the cycle subscription changes—Subscription businesses with even a few hundred customers are able to generate a great number of data points as a vital and vigorous resource to understand the dynamics of their businesses, the market intents, and their customer behavioral patterns.\r\n\r\nSubscription businesses just don’t need the metrics tracking to monitor their recurring revenue growth, they must unleash the power of the data that is affecting those analytics.\r\n\r\nThe subscription management software is a case of the treasure of the customer data. It contains gems of the customer, billing, transaction history, response and feedback, and other types of segmented, segregated, filtered, and tagged bits of information.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services/\">AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services</a>\r\n<h2><strong>Understanding the Different Types of the Subscription Data</strong></h2>\r\nSubscription businesses have more opportunities and possibilities to collect and use the customer data to grease the wheel of success for their business expansion and recurring revenue growth.\r\n\r\nAs faster as the subscription business model is being adopted by the businesses across the industries and the niches, as better are getting the insights in the businesses because of the accumulation of the data at a larger scale.\r\n\r\nThese insights are essential for the subscription and SaaS ventures as they depend on building long customer lifecycles and recurring revenue to certain constant growth.\r\n\r\nThe subscription business model allows customers to pay a small recurring fee after every interval for a defined term of the subscription to get access to the product or services and exchange more information along the way.\r\n\r\nThe subscription business is all about constantly, being in contact with the customers. It is the business model that focuses on customer retention more than customer acquisition, hence saves a lot of the cost that is needed in drawing the traffic and capturing the leads.\r\n\r\nAnd, customer retention requires data-driven service and support.\r\n\r\nIt paves the way for the opportunities to build brand loyalty and revenue streaming by influencing the same customer again and again for upsells, cross-sells, and re-sells.\r\n\r\nLet’s see what types of subscription data can be gathered from different data points in a recurring billing and subscription management software:\r\n<h3><strong>Customer Data</strong></h3>\r\nIt includes details such as customer personal and professional information, including contact information, payment methods, and what products and features each customer subscribes to.\r\n<h3><strong>Recurring Billing Data</strong></h3>\r\nEach month recurring invoicing uncover a lot of information about the customers usage and their interests. It also includes information bits like billing data, billing time, mid of the cycle billing changes adjustments, taxation, and the other factors related to the recurring invoicing and billing.\r\n<h3><strong>Financial Data</strong></h3>\r\nCritical information such as the revenue that your business generates. This includes a breakdown of revenue between deferred and earned revenue, critical to maintaining ASC 606 compliance.\r\n<h3><strong>Product and Features Data</strong></h3>\r\nIt explores the insights that what products attract more customers, which features they use more, what products, features, or plans are performing and what is not. This also explains when features are bundled, or combined to offer different choices to customers.\r\n<h3><strong>Pricing Data</strong></h3>\r\nIt reflects the different pricing at different intervals and how price optimization affects overall customer purchasing decision behavior or is beneficial in attracting more traffic and leads.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/\">AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations</a>\r\n<h2><strong>This is How Subscription Businesses Can Leverage the Recurring Billing Data</strong></h2>\r\nThe best way to make the most of the recurring billing data is to configure a robust <a href=\"https://staging.subscriptionflow.com/\">subscription billing management platform</a> that has the ability to not only automate the whole process of recurring invoicing, billing, and payment processing, it can also help subscription business with robust data-driven reporting of the recurring billing data with its confederate—Subscription Analytics. These data analytics are used to:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Understand Subscription Business Health</li>\r\n <li>Provide Actionable Insights</li>\r\n <li>Predict the Recurring Revenue</li>\r\n <li>Detect the Revenue Leakages</li>\r\n <li>Identify the Churn Causes</li>\r\n <li>Optimize Pricing</li>\r\n <li>Determine Behavior Patterns</li>\r\n <li>Discover Performing Products and Features</li>\r\n <li>Create Intelligent Forecasts And Predict ‘What If’ Situations</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe advent of Artificial Intelligence (AI), Machine Learning (ML), Deep Learning (DL) increases the efficiency and productivity of the subscription software modules. Leveraging the data with accuracy, they can channel more precision in the results.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/\">What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue?</a>\r\n\r\nHere are the five most apt ways to use recurring billing data, efficiently:\r\n<ol>\r\n <li>\r\n<h3><strong>Identify Sales Trends, Revenue Risks, and Churn Menaces Beforehand With Recurring Billing Data</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription management software is a great source of imformation to identify how many sales have been made because it is the total of the data that have been invoiced to the customers. The recurring billing software allows you to generate the tailored reports for multiple time spans and for multiple customer, or a cluster of the customer of the same product or same features.\r\n\r\nTracking sales unearths the trends as well as forecast the revenue opportunities. It is also beneficial to identify and predict the risk factors that may cause churn by analyzing the billing, usage, transactional history, etc,\r\n\r\nComparing the results together allows distinguishing between the different states of the subscription health of a customer or cluster of a customer using the same subscription product or services. It can help to bring consistency in the predictive analysis.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Use Recurring Billing Data for Accurate Sales, Marketing, and Customer Support Reporting from Multiple Perspectives</strong></h3>\r\n</li>\r\n</ol>\r\nRecurring Billing Data exposes the recurring invoicing for a product, service, feature, or plan which further explains the sales and marketing teams the outcomes of their efforts. It helps them fine-tuning their strategies and business process decision management in relation to the customer interests and preferences reflected through the recurring billing date.\r\n\r\nThe recurring billing reporting tools in subscription management software are used to generate reports from multiple perspectives that benefit the sales team to track sales catalysts, such as:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Sales By Payments Received</li>\r\n <li>Sales By Customers</li>\r\n <li>Sales By Product Or Feature</li>\r\n <li>Sakes By Revenue Generated</li>\r\n <li>Sales By Revenue Recognition</li>\r\n <li>Sales By Month Or Year</li>\r\n <li>Sales By Subscripion Terms Or Lengths</li>\r\n <li>Or Any Other</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Recurring Billing Data Can Be Used to Take Significant Decisions for Revenue Drive</strong></h3>\r\n</li>\r\n</ol>\r\nSubscription businesses can use subscription data to manage the recurring revenue stream and monitor the analytics like <a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\">Monthly Recurring Revenue (MRR), its different components</a>, and other Key Performing Indicators (KPIs) like Churn Rate, Customer Acquisition Cost (CAC), Contracted Monthly Recurring Revenue (CMRR), Average Revenue Per Account (ARPU), Annual Recurring Revenue (ARR) and more.\r\n\r\nMonitoring and measuring these KPIs lead to the better management of the recurring revenue and identifying the accurate earned and deferred revenue for revenue recognition and other accounts management and auditing purposes.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Recurring Billing Data Is Critical to Elevate the Personalized Customer Experience</strong></h3>\r\n</li>\r\n</ol>\r\nRecurring billing data gives insights like widely-used payment methods, payment gateways, currencies, payment processing timings, payment processing problems, and more in addition to other recurring billing and invoicing information.\r\n\r\nWith the AI-supported modules, the subscription software reads, understands, and interprets the customer behaviors in the light of the available structured as well as unstructured data sets to suggest data-driven action moves for the enhanced and elevated customer experience at checkouts.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>With Recurring Billing Data, Bring More Accuracy in Predictive Analysis</strong></h3>\r\n</li>\r\n</ol>\r\nThe more data you provide to the recurring billing system, the more accurate and efficient its predictive analysis works. The recurring billing data when mine and clean in a large amount, it can develop a strong forecasting mechanism in a subscription software to offer more accuracy in a system.\r\n<h2><strong>How </strong><a href=\"https://staging.subscriptionflow.com/\"><strong>SubscriptionFlow</strong></a><strong> Can Drive More Success Into a Subscription Business?</strong></h2>\r\nSubscriptionFlow helps you evaluate your business growth, observe the customer behavior, and identify the leakages in the revenue or loopholes in the subscription sales operations to make data-driven decisions for your recurring revenue growth. With the real-time SaaS analytics of SubscriptionFlow, this is how you can help your recurring revenue to grow manifold:\r\n<h3><strong>Get Detailed Insight of the Revenue Growth in Real-Time</strong></h3>\r\nWho is paying and who is not? How much is the growth of the recurring revenue? Or why there is a decline in engagement in any of the subscription plans? Get all the answers to these worrisome answers within seconds with the help of recurring revenue metrics to take timely measures.\r\n<h3><strong>Monitor the Monthly or Annual Recurring Revenue</strong></h3>\r\nMonitor your MRR or ARR and pay heed and fuel the operations to achieve your daily, monthly, or annual growth targets so you can stay on top-of-the-game every time.\r\n<h3><strong>Find the Appreciation or Depreciation Trend in Any of the Subscription Plan</strong></h3>\r\nKeep a close eye on the performance of your subscription plans and in case of any depreciation, take instant actions to make its performance better while offering promotions or free-add-ons, etc.\r\n<h3><strong>Identify the Leakages in Revenue and Reduce the Churn Rate</strong></h3>\r\nReal-Time revenue analytics and reporting help you to identify the losses or leakages in the recurring revenue due to payment failures, underperforming subscription plans or services, or any of the unidentified reasons which lead you to a high churn rate. Mitigate the risks ahead of time with the help of AI-powered recommendations.\r\n<h3><strong>Draw More Lead and Convert Then Into Paid-Customer</strong></h3>\r\nSubscriptionFlow allows you to segregate the potential in leads consuming free trials through analytics. Plug your sales, marketing, and support applications with SubscriptionFlow and streamline the process across the board.','Subscription Data Is A Hidden Treasure—Learn How Recurring Billing Data Can Be Used to Drive Growth in Revenue','','publish','open','open','','subscription-data-is-a-hidden-treasure-learn-how-recurring-billing-data-can-be-used-to-drive-growth-in-revenue','','','2020-10-21 11:53:57','2020-10-21 11:53:57','',0,'https://staging.subscriptionflow.com/?p=3727',0,'post','',0),(3728,1,'2020-10-19 11:49:35','2020-10-19 11:49:35','','Subscription Data Is A Hidden Treasure','','inherit','open','closed','','subscription-data-is-a-hidden-treasure','','','2021-03-26 07:31:03','2021-03-26 07:31:03','',3727,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg',0,'attachment','image/jpeg',0),(3731,1,'2020-10-20 06:10:06','2020-10-20 06:10:06','','Recurring Billing Software For Alarm Companies','','inherit','open','closed','','recurring-billing-software-for-alarm-companies-2','','','2021-03-26 07:30:49','2021-03-26 07:30:49','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Billing-Software-For-Alarm-Companies.jpg',0,'attachment','image/jpeg',0),(3732,1,'2020-10-20 06:14:28','2020-10-20 06:14:28','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Recurring Billing Software For Alarm Companies\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1603174791814{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Ensure Growth and Secure your Recurring Revenue with AI-Based Recurring Billing Software For Alarm Companies</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3737\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Secure Your Recurring Revenue with Smart Security Subscription Management Services\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991894267{margin-top: 25px !important;}\"]Internet of Things—IoT and Artificial Intelligence—AI gave new meanings to security, surveillance, and smart connectivity. They gave rise to the smart devices, or commonly called IoT devices.\r\n\r\nThe proliferation of smart devices, especially smart security gadgets, made it easier, instant, and convenient to manage and monitor the personal and professional spaces when you are not around.\r\n\r\nSeveral smart security products are available in the marketplace to choose the best option to ensure monitoring with the safety and protection of your home, workplaces, older parents, children, or anyone you care about.\r\n\r\nSome of the most commonly used smart gadgets and security systems available for the smart monitoring and safekeeping of home and offices include,\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Smart Cameras For Monitoring</li>\r\n <li>Smart Doors and Windows Monitors</li>\r\n <li>Smart Thermostats For Remote Temperature Control</li>\r\n <li>Smart Doorbell</li>\r\n <li>Smart Safety Alarms</li>\r\n <li>Smart Motion Sensors</li>\r\n <li>Smart Key And Locks</li>\r\n <li>Smart Lights</li>\r\n <li>Smart Trackers</li>\r\n <li>And Many More</li>\r\n</ul>\r\n[/su_list]\r\n\r\nCloud computing and AIoT technology made it easier to cover 360-degree monitoring and protection with the subscriptions of these smart security gadgets connected to the <a href=\"https://staging.subscriptionflow.com/\">SaaS</a>—Software-as-a-Service.\r\n\r\nThere are so manay startups and small to mid-sized enterprises that provide smart security solutions across the B2B, B2C, C2C, C2B, B2G, G2B, and G2C market all over the world. These smart security subscription providers, in the beginning, have realized the potential and revenue value of the AIoT led smart security gadgets and SaaS Subscription market.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3739\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Manage Smart Security Subscriptions with Recurring Billing Software for Security Companies\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991977487{margin-top: 25px !important;}\"]Working Mothers, Single Parent, Executives, or anyone—security is the need of the hour for everyone. Even a small smart security services provider has a prospective and potential vast market with a single smart security camera, smart doorbells, smart alarms, or smart windows and doors motion and sound detectors with cloud storage.\r\n\r\nInstead of providing the only installation, Subscription stood strong as the best model to build your recurring revenue by providing subscription-based access to smart products, cloud storage, and SaaS for monitoring, measuring, and managing the security related affairs themselves.\r\n\r\nRecurring billing software for alarm companies and security ventures like SubscriptionFlow provides 360-degree solutions to help them manage the recurring billing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a> for such a huge market with numerous interests in subscribing smart security features, such as smart surveillance, home automation, smart security information management, cloud storage management, and more.\r\n\r\nManagement of Subscription Billing for Security Companies has multiple dynamics to drive the recurring revenue while managing the churn rate.\r\n\r\nSmart surveillance companies offering smart alarms, smart security cameras, smart sensorsm, smart home automation can empower their subscription market management and make revenue drive consistent by using our recurring billing software for security companies and other smart surveillance solution providers for small to large scale organizations.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3740\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"This is How SubscriptionFlow Is the Best Subscription Management Platform for Smart Security and Surveillance Services Providers\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606991964074{margin-top: 25px !important;}\"]\r\n<h3><strong>Automated AI-Supportd Price Optimization and Plan Cataloging</strong></h3>\r\nCharge your customers for what they require. Offer them the tailor-made plans and pricing with the help of our recurring billing software for security companies.\r\n\r\nBe it flat pricing, pay-per-user, pay-per-feature, pay-per-device, or other consumption-based or hybrid pricing models, SubscriptionFlow automates the AI-fueling of price optimization as customer demands.\r\n\r\nCatalog your smart security <a href=\"https://staging.subscriptionflow.com/pricing/\">subscription plans</a> and pricing, intelligently, and bring more customets onboard. Price and plan optimization also helps security companies to retain customers for a lifetime.\r\n<h3><strong>Automated Recurring Invoicing, Billing, and Payment Processing</strong></h3>\r\nGet rid of complicated spreadsheets, hectic of manual billing, and mindboggling calculations processing. Automate your recurring billing for smart security and monitoring subscriptions. Automation will not only reduce the cost, but it also will increase the efficiency and transparency in your recurring invoicing and billing system.\r\n\r\nThe cost-effective <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">automated billing</a> and payment processing mechanisms helps you increase customer’s dependability on your smart security and home automation services and hence extend the customer’s lifecycle.\r\n\r\nAdjust mid-of-the-cycle changes in the billing or recover revenue in case payments get failed for any reason. Not only this, the automated and global tax management for the subscription sales across the continents helps you to comply with the tax requirement and expand the subscriber net beyond the borders.\r\n<h3><strong>Cost-Efficient Smart Security Subscription Management</strong></h3>\r\nWith our subscription plans starting at USD30.00/month, SubscriptionFlow offers a range of services of subscription management and recurring billing automation for the security, surveillance, and alarm companies at extremely affordable rates.\r\n\r\nRequest a free trial to learn more about the advantages of connecting the platform that automates and streamlines all the business of smart security subscriptions.\r\n<h3><strong>Flexible Integrations</strong></h3>\r\nInclude more flexibility, productivity, accessibility, and extensibility in your system by integrating multiple third-party applications into your system for streamlined customer-based services like cloud storage or business processes like sales, marketing, customer service, product development, online payment management, and many, many more.\r\n<h3><strong>Customer/Client Portal</strong></h3>\r\nWith Intuitive and Responsive Customer Portals, SubscriptionFlow allows your leads, looking for smart security solutions to protect their home, offices, and other personal and professional spaces in a budget, to upgrade from trial to a paid plan, painlessly.\r\n\r\nYour customers can further manage their personal and payment details, upgrade or downgrade their plans, get payment notifications, reminders, and other marketing or support email in their inboxes. This customer and clients portals are interlinked and any update in the customer portal will automatically get updated into the client portal. This run-time collaboration reflects in the analytics of the dashboard and lets you monitor your recurring revenue building with the smart security subscriptions.\r\n<h3><strong>AI-Enabled Modules to Leverage Data for Sales, Marketing, and Growth</strong></h3>\r\nSubscriptionFlow is designed and based on Artificial Intelligence Technology that will support the cloud services in the different business processes and operations of sales, marketing, and product development.\r\n\r\nArtificial Intelligence helps smart security cameras to ensure the security of their online payments. The AI gives data-driven recommendations and through mining the piles of data let the clients know about the potential risks associated with a customer or payment method or process.\r\n<h3><strong>Privacy and PCI-Compliant Security of Customer’s Data</strong></h3>\r\nPrivacy-compliant database management is a significant part of cloud management services. Store and categorize your valuable customer’s information so that it can be converted into a more precious treasure of data which will give insights about the customer’s requirements and the market potential.\r\n<h3><strong>Customer Care and Support Management</strong></h3>\r\nCustomer retention is the foundation of the smart security and monitoring services providers that establishes the trust customer needs for the protection of their personal spaces and their loved ones. Integrate customer care and technical support to provide real-time assistance to your existing customers or generate more leads by giving knowledge base access to the customer agents so they can satisfy their queries and concerns.\r\n<h3><strong>Revenue <a href=\"https://staging.subscriptionflow.com/integrations/\">Reporting And Analytics </a></strong></h3>\r\nDerive intelligent business operations with the real-time projections of revenue operations. Monitor MRR, ARR, or churn rate, or get access to the payment failures records and figure out the ways of recovering the revenue with AI-assisted features.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Billing Software For Alarm Companies','','publish','closed','closed','','recurring-billing-software-for-alarm-companies','','','2020-12-03 10:39:34','2020-12-03 10:39:34','',0,'https://staging.subscriptionflow.com/?page_id=3732',0,'page','',0),(3737,1,'2020-10-20 06:20:14','2020-10-20 06:20:14','','Secure Your Recurring Revenue','','inherit','open','closed','','secure-your-recurring-revenue','','','2021-03-26 07:33:02','2021-03-26 07:33:02','',3732,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg',0,'attachment','image/jpeg',0),(3739,1,'2020-10-20 06:22:04','2020-10-20 06:22:04','','Manage Smart Security Subscriptions with Recurring Billing Software','','inherit','open','closed','','manage-smart-security-subscriptions-with-recurring-billing-software','','','2021-03-26 07:32:53','2021-03-26 07:32:53','',3732,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg',0,'attachment','image/jpeg',0),(3740,1,'2020-10-20 06:23:14','2020-10-20 06:23:14','','Best Subscription Management Platform for Smart Security','','inherit','open','closed','','best-subscription-management-platform-for-smart-security','','','2021-03-26 07:32:34','2021-03-26 07:32:34','',3732,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg',0,'attachment','image/jpeg',0),(3742,1,'2020-10-21 06:30:08','2020-10-21 06:30:08','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Management Software for Startups\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1603262266252{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\">Manage your Startup Subscriptions and Accelerate Revenue Growth with Subscription Management Software for Startups</h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3749\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Attract Revenue and Business Growth Through Automation and Smart Technology With Subscription Business Model\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992274361{margin-top: 25px !important;}\"]Budding startups are flourishing the ecosystem of businesses and economies with their low-budget services and products as instant solutions to everyday concerns. Across the globe, startups are rapidly searching and exploring the ways and strategies to establish firm support of revenue and repute in the market.\r\n\r\nStudies suggest that most of the startups can’t ensure their sustenance for a year or two even. A substantial chunk of the initial investments when not started to turn into profits, the startups lose their financial backups which are essential for the sales, marketing, and PR strategies. Reaching out to the customers, market, and stakeholders requires financial stability.\r\n\r\nRecognizing the power of recurring revenue and to support stability in the market, even small- and mid-sized businesses are swiftly renovating their ways of offering services or products with the subscription-based pricing model instead of one-time or project-based models. Experts advised startups to kick off their business aspirations based on recurring-revenue, so the cycle of inflow and outflow of cash stays balanced and profitable.\r\n\r\nStartups can’t afford financial instability or not getting paid on time. Each customer means a lot to them. They are required to focus on retaining their customers and channelizing the emitting energy of the referral and value-added offerings of services or products to gain more and more customers. The subscription-based model of the business empowers the startups with the fuel of recurring revenue, time, and freedom to improve their services, practice their marketing and sales strategies, study the allies and competitors, or build the confidence in the market and among customers.\r\n\r\nTo manage the subscription-based business of startups, SubscriptionFlow—a subscription management software for startups— offers you a futuristic solution of automation, speedy operations, and AI-enabled smart technology of recurring billing, subscription management, customer relationships management, <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">sales tax management</a>, and sales performance reporting.\r\n\r\nIt is a comprehensive and innovative subscription platform for startups to manage, channelize, and monitor the growth of their million-dollar idea of the business with the mounting bars of annual or monthly recurring revenue.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3750\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Budding Projects Need Subscription Management for Startups?\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992161204{margin-top: 25px !important;}\"]Startups are always the dream projects but the hardships of running a startup won’t be imagined ever before until someone would dare to test the water. Managing a startup with unlimited aspirations and extremely limited resources and finances along with the mounting pressure of competitors.\r\n\r\nBut, startups based on a subscription model of the business do have the opportunity to manage their affairs, excel their growth, attract the recurring revenue, transform the lives and eco, and hook their customers with them for a defined period. They can ease their problems of insufficient manpower, resources, budget, and experience with the help of a budgeted Subscription Management Software for Startups like SubscriptionFlow to deal with the obstructions such as,\r\n\r\n<strong>Losing Revenue</strong>\r\n\r\nStartups can’t afford frauds, risky clients, weak revenue sources, and especially, project-based earning. Subscription Management Software like SubscriptionFlow with its AI-enabled features replaces the cost-inefficient customary statistical surveying and examination with the AI innovations to sieve through the sea of information and perceive the potential of a subscription plan strategy or prosperous customers through their transactional history.\r\n\r\n<strong>Financial Instability</strong>\r\n\r\nRecurring billing is the antonym of financial instability. SubscriptionFlow not only manages and reduces the cost of a team for finance and management operations, but it also automates the whole process with <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">secure payment gateways</a> and privacy compliant personal or financial information safety.\r\n\r\n<strong>Manual Working Flaws</strong>\r\n\r\nAs much as the person is experienced, he or she would ask for more money for their services. Startups despite their inexperience and the dire need of professionals can’t afford to increase their workforce. Though they can opt for a subscription management software that requires data to be feed, rest the SaaS knows how to perform its dedicated duties of invoicing, payment processing, <a href=\"https://staging.subscriptionflow.com/proration/\">proration handing</a>, dunning, subscription, or customer’s database management, auditing, and reporting of the sales.\r\n\r\n<strong>Losses Due to Human Errors</strong>\r\n\r\nNo matter how much a veteran professional is doing a job, a human is a human. There always remain the chances of fraud, errors, and negligence, however subscription management software for startups like SubscriptionFlow is designed and resourced to auto-perform its functions and outsmart the experts even.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3751\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Automated Communication workflows to Handle Customers\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992236730{margin-top: 25px !important;}\"]<strong>Unsatisfied and Annoyed Customers</strong>\r\n\r\nStartups dream of growing business can’t sustain a day, even, if they are not aware of the significance of building an amicable relationship with its customers. It is the most viable factor for startups to focus on since day 1. SubscriptionFlow with the integrations of CRMs allows you to stay connected and always available to your customers virtually through the query tickets for questions, complaints, feedback, or suggestions.\r\n\r\n<strong>Communication Mismanagement</strong>\r\n\r\nEmails are still the most professional source of maintaining professional communications across the stakeholders. SubscriptionFlow while adding value to the customer management, allows integration of the email management third-party suites such as <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">ZenDesk</a> or <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">MailChimp</a> to power your business communications with your customers. This helps startups to avoid the expenses of the communication executives to reach out to the leads or customers to market business prospects. From invoicing and payment processing reminders to payment success or failure notifications to the marketing proposals of buying, upgrading, or renew a subscription plan, it along with recurring billing and subscription management, provides dedicated communication assistance.\r\n\r\n<strong>Inadequate Monitoring, Reporting, and Analysis</strong>\r\n\r\nSay goodbye to major expenses or time and resources dedication to examine the KPIs and adopt a smart way to monitor, reporting and analyzing the performing indicators in sales subscription via Key Metrics available for Startups to review on Clients Portal offered by the SubscriptionFlow. All you need is to log in to the account and get your real-time business performance along with daily, monthly, or yearly recurring revenue rate or the churn rate to apply or avoid non-performing factors.\r\n\r\nFor ventures in search of pocket-friendly solutions of Subscription Management for Startups, SubscriptionFlow provides them 24/7/365 monitoring, automation of accounting and financial operations, database management, integrations of dozens of payment gateways, CRMs, and ERPs features, along with functionalities powered by Artificial Intelligence to recommend business opportunities and mitigate risks, and forecasting of revenue and business growth within a few clicks.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Management Software for Startups','','publish','closed','closed','','subscription-management-software-for-startups','','','2020-12-03 10:44:45','2020-12-03 10:44:45','',0,'https://staging.subscriptionflow.com/?page_id=3742',0,'page','',0),(3745,1,'2020-10-21 06:32:21','2020-10-21 06:32:21','','Subscription Management Software for Startups','','inherit','open','closed','','subscription-management-software-for-startups-2','','','2021-03-26 07:32:16','2021-03-26 07:32:16','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-Software-for-Startups.jpg',0,'attachment','image/jpeg',0),(3749,1,'2020-10-21 06:38:11','2020-10-21 06:38:11','','Attract Revenue and Business Growth Through Automation','','inherit','open','closed','','attract-revenue-and-business-growth-through-automation','','','2021-03-26 07:32:01','2021-03-26 07:32:01','',3742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg',0,'attachment','image/jpeg',0),(3750,1,'2020-10-21 06:41:07','2020-10-21 06:41:07','','Subscription Management for Startups','','inherit','open','closed','','subscription-management-for-startups','','','2021-03-26 07:33:13','2021-03-26 07:33:13','',3742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg',0,'attachment','image/jpeg',0),(3751,1,'2020-10-21 06:41:37','2020-10-21 06:41:37','','Automated Communication workflows to Handle Customers','','inherit','open','closed','','automated-communication-workflows-to-handle-customers','','','2021-03-26 07:33:32','2021-03-26 07:33:32','',3742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg',0,'attachment','image/jpeg',0),(3754,1,'2020-10-21 12:20:14','2020-10-21 12:20:14','After the COVID-19, the global economy hurt badly. Businesses across the industries suffered a huge loss of revenue due to unpredictability and instability swept in the market.\r\n\r\nThe one-time billing businesses had witnessed more churn and loss of revenue. The studies figured out and emphasized that in addition to finding and acquiring new clients for extending the client base, retention is also inevitable for the revenue growth of businesses. This is why the subscription businesses have been demonstrating more stability and less churn after the outbreak of the coronavirus since 2019 until now.\r\n\r\nIn the post-pandemic world, businesses from across the industries contemplated the subscription business model adoption one way or another to come out of the existential crisis of revenue.\r\n\r\nEnterprises from all over the verticals began switching their revenue models into subscription business models as it has shown more firmness, stability, predictability, and reliability of revenue and customer base during the crisis due to its recurring billing affinity in streaming the recurring revenue.\r\n\r\nThis express change has increased the demands for intelligent and intuitive recurring billing and subscription management solutions that can automate and streamline subscription billing and payment operations.\r\n\r\nSubscriptionFlow is conceived and designed with the notion of extensibility, stability, and predictability to manage subscriptions for firms of all sizes—from small-, mid- to large-sized enterprises. It is a SaaS platform that enables subscription businesses to take maximum management benefits from it and boost their business growth and recurring revenue.\r\n\r\nIt is the best online subscription billing software with AI-enabled modules that can help to investigate verifiable deals information and can perceive beforehand undetected purchasing patterns, trends, and customer behaviors to figure out which possibilities are well on the way and guide merchants to devise strategies to extend customer lifecycle value.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2019/07/what-are-the-advantages-of-subscription-management-software/\">What are the Advantages of Subscription Management Software?</a>\r\n<h2><strong>Why SubscriptionFlow?</strong></h2>\r\nSubscriptionFlow is a highly accessible, flexible, stable, predictable, and intelligent subscription management platform to manage subscription business processes like customer lifecycle monitoring and management, recurring billing, recurring payment processing, payment tracking, recurring revenue monitoring, and reporting from anywhere, anytime with the following objectives:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>To save and precisely allocate resources by automating and optimizing recurring billing and payment processes and subscription management tasks.</li>\r\n <li>To increase productivity and operational efficiencies.</li>\r\n <li>To make faster business decisions based on Artificial Intelligence and Machine Learning recommendation, suggestions, warnings, and predictions.</li>\r\n <li>To avoid manual mistakes and human errors by setting up a proper systematic and automatic workflow for subscription pricing, invoicing, payment processing, and revenue recognition, monitoring, and reporting.</li>\r\n <li>To provide detailed insights from data mining to a vendor to predict or interpret customer preferences and offer them a better and enhanced personalized experience.</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/2020/10/subscription-data-is-a-hidden-treasure-learn-how-recurring-billing-data-can-be-used-to-drive-growth-in-revenue/\">To mine vast amounts of structured as well as unstructured data to assist the sales team to generate quality leads and grow customer base</a>.</li>\r\n <li>To increase recurring revenue by identifying and maximizing sales opportunities.</li>\r\n <li>To track and monitor the KPIs by SaaS analytics in real-time.</li>\r\n <li>To grow expertise by enabling AI-augmented analysis and intelligent advice and support.</li>\r\n <li>To provide scalability solutions with a range of third-party application integrations to establish a one-window operational mechanism.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h2><strong>SubscriptionFlow Offers All the Benefits of the Best Online Subscription Billing Software for Businesses</strong></h2>\r\nSubscriptionFlow as a suitable Subscription billing and management software provides all-embracing modules to businesses, such as <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-engine-uncovers-the-hidden-revenue/\">price and plans optimization</a>, automated invoicing, prorated billing, and taxation, AI-supported subscription health, customer risks, or online fraud payment detection and mitigation, maintaining and tracking the records of sales, customers, and transactions on a monthly and annual subscriptions basis, delivering custom functionalities to business, equipping the small business with all the necessary tools that will automate their manual sales process as described earlier i.e. billing (recurring billing), invoicing, payments, taxation, analysis, reporting, subscription management, and many more.\r\n\r\nRead on to find out how it can help SaaS and subscription businesses to grease their wheel of business success and revenue growth by using the best online subscription billing software, SubscriptionFlow.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers</a>\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3772\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg\" alt=\"subscriptionflow-subscription-management-features\" width=\"1707\" height=\"2560\" /></p>\r\nBelow are some of the product’s key takeaways that clients can consider for better understanding and feasibility for their business:\r\n<ol>\r\n <li>\r\n<h3><strong>AI-Driven Recurring Billing, Payment Processing, and Revenue Management System</strong><strong> </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow is implementing AI (Artificial Intelligence) innovations to provide customers with timely next steps that ensure best practices are used throughout their subscription process.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>SubscriptionFlow helps to uncover hidden sales opportunities through AI techniques.</li>\r\n <li>SubscriptionFlow uses AI to reduce the churn rate for businesses.</li>\r\n <li>SubscriptionFlow helps to maximize customer renewal rates based on their previous history.</li>\r\n <li>SubscriptionFlow uses AI tools to provide businesses with an insight to predict customer preferences and offer them an enhanced personalized experience.</li>\r\n <li>Using ML and DL, it discovers, structures, reads, and identify patterns and behaviors in the customers’ data sets to help businesses detect risks and mitigate them as early as the information entered into the systems.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Flexibility</strong><strong> </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow offers subscription personalization with its custom modules and custom workflows built for small and medium-sized businesses. Now, firms of all sizes can experiment with growth and success with our scalable functionalities. Our ease of subscription management, such as automated recurring billing, proration, dunning, AI-mediated pricing optimization, flexible integrations will empower teams to execute subscription changes with confidence.\r\n\r\nSubscriptionFlow offers scalable customization to its business clients at every step. How? When it comes to billing, SubscriptionFlow lets businesses customize their billing and payment processing cycles any time they want to.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>SubscriptionFlow lets you design your subscription system as per your needs and requirements.</li>\r\n <li>A highly customized dashboard allows clients to take the lead and generate custom tables, forms, and functions following their requirements, enabling them to track and monitor the business and revenue as they want.</li>\r\n <li>Faster navigation and less intimidating system UI.</li>\r\n <li>Responsive and interactive UX.</li>\r\n <li>Customizable workflows and advanced actions.</li>\r\n <li>Webhooks let businesses stay abreast of all the triggered actions. Make your application integration even smarter with SubscriptionFlow webhooks.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>One-stop Solution</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow serves as a complete ecosystem for a subscription business. No matter how many departments a business has to manage, it will serve as a full-fledged software solution to cater to all your subscription aggravations and streamlines RevOps across the board through the integrations.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>SubscriptionFlow offers all the services of automated invoicing, billing, payments, proration, dunning management, monitoring, reporting, support, and analytics in one place.</li>\r\n <li>SubscriptionFlow helps marketing and sales teams and managers to market better and boost sales and finances based on AI recommendations and suggestions.</li>\r\n <li>SubscriptionFlow can act as a complete support system for your customer’s queries.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Feature-Rich System</strong></h3>\r\n</li>\r\n</ol>\r\n<strong> </strong>The rich feature set in SubscriptionFlow has provided the framework for businesses to grow in all areas of subscription. SubscriptionFlow lets businesses to allow customers to create, manage, upgrade, downgrade, postpone, pause, cancel, reactivate, and extend your subscriptions with grace with the self-service portal. Clients can also handle all the upgrades and downgrades or any mid-cycle changes made in the subscriptions at any point in the billing cycle. All in all, customer-client portals empower the subscription system eco-system to minimalizes the efforts and create more engagement with all the automated features throughout the subscription lifecycle in a few clicks.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>SubscriptionFlow offers no coding assistance.</li>\r\n <li>SubscriptionFlow allows e-commerce customers to create their online stores using our website builder.</li>\r\n <li>SubscriptionFlow built-in features and functionalities allow easy and flexible integrations and manage hassle-free cross apps working and synching.</li>\r\n <li>SubscriptionFlow software is Level 1 PCI-compliant, which means we maintain the highest level of security available to you and your customers.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Easy to Use Online Application</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow is designed in a stress-free and easy to operate manner. Its UI and UX has kept simple and subtle so that users can easily comprehend the dashboard and the associated functionalities in the first go.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Create an easy and custom dashboard using a simple ‘add component’ or ‘drag and drop’ features.</li>\r\n <li>Find the latest, automated, and advanced reports in a click within the control panel.</li>\r\n <li>Become extraordinary, spot subscription leakages, and engage with your customers conveniently through SubscriptionFlow analytics in the dashboard.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Subscription Analytics and Reporting</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow analytics and reporting aided by the innovations of automation and artificial intelligence are the most prospective and insightful assistance of our subscription management platform.\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><a href=\"https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/\">SubscriptionFlow Analytics helps reducing the churn rate and retaining customers</a> by identifying the revenue leakages and losses due to expired or declined cards, payment failures, insecure payment processing, and involuntary churn.</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/\">SubscriptionFlow offers real-time revenue management and forecasting.</a></li>\r\n <li>SubscriptionFlow Analytics such as MRR, ARR, CLV, etc. monitor KPIs and the health of the subscription business.</li>\r\n <li>Real-Time Analytics such as churn rate, subscriber life-cycle, and MRR assist the end-user to gauge and track subscription plans right from SubscriptionFlow’s intuitive dashboard.</li>\r\n <li>It makes calculated decisions based on in-depth reporting and analytics with role-specific dashboards, custom reports, shareable reports, and alerts powered by automated processing of data with the help of AI.</li>\r\n</ul>\r\n[/su_list]\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Vertical Specific System</strong><strong> </strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow acts as the best fit for multiple industries. It is the software designed in keeping numerous business industry\'s needs and demands in view. It is ready to go software. You do not have to invest much time and energy into it. The built-in functionalities work perfectly with every business niche. The SubscriptionFlow’s solutions can further be segregated into the following sections:\r\n<h4><strong>By Role</strong></h4>\r\n[su_list icon=\"icon: check-square\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Management</li>\r\n <li>Finance</li>\r\n <li>Marketing</li>\r\n <li>Technology</li>\r\n</ul>\r\n[/su_list]\r\n<h4><strong>By Market Types</strong></h4>\r\n[su_list icon=\"icon: check-square\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>B2B</li>\r\n <li>B2C</li>\r\n <li>C2B</li>\r\n <li>C2C</li>\r\n <li>B2G</li>\r\n <li>G2B</li>\r\n</ul>\r\n[/su_list]\r\n<h4><strong>By Industry</strong></h4>\r\n[su_list icon=\"icon: check-square\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Media Industry</li>\r\n <li>E-Commerce</li>\r\n <li>Retail</li>\r\n <li>Trade</li>\r\n <li>Healthcare</li>\r\n <li>Education</li>\r\n <li>IT and Telecom</li>\r\n <li>Media and Entertainment</li>\r\n <li>Power Sector</li>\r\n <li>Utilities</li>\r\n <li>Automobiles</li>\r\n <li>Transportation</li>\r\n <li>Logistics</li>\r\n <li>Manufacturing</li>\r\n <li>And Many More</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<a href=\"https://staging.subscriptionflow.com/contact\">Talk to the recurring billing experts and subscription business consultants</a> to learn more about implementing the best online subscription billing software that can gives your SaaS or subscription business bigger and stronger wings to fly higher and safer.\r\n<p style=\"text-align: center;\">[su_button url=\"https://staging.subscriptionflow.com/demo/\" background=\"#fd7b03\"]Proceed to Demo[/su_button]</p>','07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses','','publish','open','open','','07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses','','','2020-10-28 06:33:37','2020-10-28 06:33:37','',0,'https://staging.subscriptionflow.com/?p=3754',0,'post','',0),(3755,1,'2020-10-21 12:09:31','2020-10-21 12:09:31','','07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing','','inherit','open','closed','','untitled-2','','','2021-03-26 07:36:02','2021-03-26 07:36:02','',3754,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-2.png',0,'attachment','image/png',0),(3762,1,'2020-10-23 12:29:31','2020-10-23 12:29:31','In our subscription box business series, we speed-read the different aspects of the subscription box businesses. Let’s do a quick overview of the subscription box business from understanding the subscription box idea to establishing the subscription box business.\r\n<h2><strong>Revisiting the Subscription Box and Subscription Box Business</strong></h2>\r\n<a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/\">Subscription Box Business 101</a> was meant to give an introduction to the Subscription Box and Subscription Box Business. People need several things in their daily life on a recurring basis and the subscription box business is all about fulfilling all their small needs in a big package. We can conveniently say that the Subscription Box is a potpourri of the products or items of the same niche or theme that would be delivered to the customer’s doorstep after every interval for the decided length of the subscription.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas/\">Subscription Box Business 102</a> deals with the niches, types, and procurement ideas for a subscription box. We have learned that from self-care, beauty products, garments, and wardrobe accessories to pet food, groceries, medicines, and pantry, subscription box can be conceived on almost every niche and every need for every area of the life of an individual.\r\n\r\nPeople appreciate the convenience of the subscription box or boxes full of the articles of their needs without going through the whole process of taking time out, reviewing products, visiting stores, and other tiring struggles excites customers.\r\n\r\nThe designing of the subscription box begins with the procurement of the products. First, you have to decide your niche and find the ways to get some useful, low-cost, and amazing items for your Subscription Box, the next steps are to optimize Subscription Box plans and their pricing and managing Subscription handling, Subscription Box billing, and payment processing.\r\n\r\nThe <a href=\"https://staging.subscriptionflow.com/2020/08/subscription-box-business-103-market-your-subscription-box-attract-the-sales-and-grow-the-subscriber-base/\">Subscription Box Business 103</a> was all about marketing the subscription box business and reaching out to the customers through multiple inbound and outbound strategies and channels. These include Search engines, social media, digital branding, affiliate marketing, referrals, word-of-mouth, PR, or any.\r\n\r\nPackaging, Shipping, and Fulfillment are the significant, difficult, and the concluding part of the subscription box business. In <a href=\"https://staging.subscriptionflow.com/2020/08/subscription-box-business-104-from-picking-packing-and-kitting-to-shipping-manage-seamless-fulfilment/\">Subscription Box Business 104</a>, we gave you the consolidated and comprehensive synopsis of the Subscription Box fulfillment process of delivering the subscription box to the customer from the seller, on a recurring basis and covered everything from picking, packing, and kitting, to personalized shipping.\r\n\r\nThe last part of the series is Subscription Box Business 105 and it deals with devising the business upscale strategies, selecting the management tools, monitoring and measuring the business growth and revenue performance, and bringing in the enhanced and personalized customer experience.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future</a>\r\n<h3><strong>Factors That Determine Subscription Box Business Success</strong></h3>\r\nScaling business requires some consistency in the initial profit along with the ROI. Businesses always need investments and always have the margin to scale more and acquire more customers while providing services to existing customers.\r\n\r\nThe subscription box entrepreneurs are required to see the quantifiable accomplishment of revenue targets with a statistically significant number of customers before accelerating the investment in the recurring business.\r\n\r\nGoing ahead of incentivizing the customers, here is the time to offer them market competitive pricing, plans, and products to avoid things derailing due to financing pressures. Do not overestimate future demand and over invest in their inventory, especially when you have a small customer base in a smaller region and for a niche only.\r\n\r\nScaling businesses require managed and laser-focused input. Often the entrepreneurs of the subscription box business lose their affinity and their customer base interest as well when they overcome all the above-mentioned hassles and succumb to the managerial and operational mistakes. The best way is to bring in the elements of automation in every business process of the subscription box business—from customer management to subscription management to subscription box procurement, packaging, and fulfillment management.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>\r\n\r\nBelow are a few key actions that help you begin scaling your subscription box business and tap more revenue:\r\n<ul>\r\n <li>\r\n<h3><strong>5P Experiment—Pricing, Products, Plans, Procurement, and Places</strong></h3>\r\n</li>\r\n</ul>\r\nPeople get bored when they find the same things again and again, and, sometimes, just for the sake of the change and experiencing the element of mystery and surprise, they may lose their interest in your subscription box and services.\r\n\r\nScaling comes with quality and experience. Fine-tuning of the subscription box to gradually raise the products and subscription box standards is a must to keep the customers connected to your business.\r\n\r\nWe suggest 5P Experimentation to do on and off to keep your subscription box exciting, interesting, and functional. The 5P Experimentation deals with repetitive optimization of the pricing, products, plans, procurement, and places. With the following experiments, you can certainly develop opportunities for subscription box business scaling:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Experiment with the shuffling or replacement of products in the subscription box.</li>\r\n <li>Optimize plans and pricing of the products.</li>\r\n <li>Products can be procured from multiple vendors. People are willing to pay price for good and exciting products.</li>\r\n <li>Try reaching out to the new places to acquire new customers and experiment 5P with them in accordance with their regions, habits, interests, and buying behaviors.</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h3><strong>Devise Strategies To Increase Demand, Variety, and Volume</strong></h3>\r\n</li>\r\n</ul>\r\nBusiness scales when the demand increases. An increase in demand greases the wheels of the whole machinery. Put efforts into devising the strategies and planning the marketing and promotional campaign that contributes to increasing demand. The increasing demand will push for variety and extends the volume of the supply from different vendors in the market.\r\n\r\nIn a way, it is also a technique to experiment with more products, pricing, plans, procurement, and places.\r\n<ul>\r\n <li>\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/08/a-definitive-guide-top-saas-billing-models-for-saas-businesses/\"><strong>Introduce Tiered Billing</strong></a></h3>\r\n</li>\r\n</ul>\r\nTiered subscription billing is the type of recurring billing when plans are divided into multiple levels in ascending order. Several customers who are interested in your subscription box may not avail of the services because of the price. Through the tiered plans and pricing, you can accommodate a range of customers from different financial concerns and later persuade them for upsells or cross-sells.\r\n<ul>\r\n <li>\r\n<h3><strong>Focus On Customer Retention For Upsells, Cross-Sells, and Resells</strong></h3>\r\n</li>\r\n</ul>\r\nCustomer Retention is the foundation of the subscription box business. As long as you are able to retain your customers, as many as you have the chance to scale business with upsells, cross-sells, and resells.\r\n\r\nWe all know customer acquisition is expensive than customer retention. Also, customer acquisition is a target that has equal chances to achieve or miss, but customer retention is a full-scale strategy work behind the scaling of the subscription box business. Product Picking, Packing, Kitting, Shipment, Marketing, Business Development, Customer Support, or any—every department in collaboration becomes a base of customer retention.\r\n<ul>\r\n <li>\r\n<h3><strong>Invest In Inbound Marketing and Customer Support</strong></h3>\r\n</li>\r\n</ul>\r\nMarketing and support have no limits for investments. The best way is to follow the short-term marketing goals with inbound marketing and customer support tools and elevate them gradually. HubSpot, MailChimp, InfusionSoft, ZenDesk, and Salesforce are some of the best SaaS platforms to automate customer relationship, sales, marketing, and support management.\r\n<ul>\r\n <li>\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\"><strong>Monitor ROI and Revenue With Competitive Studies and Performance Analysis</strong></a></h3>\r\n</li>\r\n</ul>\r\nWith the business intelligence tools, keep an eye on the growing or declining recurring revenue streams. Keep checking the subscription health of your customers. Allow fine-tuning the subscription box business elements with the success or failures of your competitors. Use business analytics and other AI and ML modules to monitor, measure, and manage the subscription box business performance and revenue streaming.\r\n<ul>\r\n <li>\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/09/learn-how-automated-recurring-billing-can-help-managed-services-providers-to-optimize-revenue-collection/\"><strong>Bring Automation in Business Process Management</strong></a></h3>\r\n</li>\r\n</ul>\r\nScaling businesses require managed and laser-focused input. Often the entrepreneurs of the subscription box business lose their affinity and their customer base interest as well when they overcome all the above-mentioned hassles and succumb to the managerial and operational mistakes. The best way is to bring in the elements of automation in every business process of the subscription box business—from customer management to subscription management to subscription box procurement, packaging, and fulfillment management.\r\n\r\nSubscriptionFlow can help you scale your subscription box business by providing multiple recurring invoicing, billing, payment, and revenue management solutions. It is a highly flexible and extensible platform that allows you to integrate a range of applications and manage everything, from subscription management, marketing, sales, support, accounting, finance, and all, in one place.\r\n<ul>\r\n <li>\r\n<h3><a href=\"https://staging.subscriptionflow.com/2020/09/the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing/\"><strong>Integrate Multiple Payment Gateways</strong></a><strong> to Support Multiple Payment Methods, Regions, and Currencies</strong></h3>\r\n</li>\r\n</ul>\r\nPayment gateways are an integral part of the online subscription billing system. These are used to process secure online payments using online payment methods like ACH payments, Debit cards, Credit Cards, Cryptocurrency, Mobile Payments, and other alternative payment methods faster, safer, and directly to the merchant’s account.\r\n\r\nPayment gateways are the primary need for online banking-based eCommerce businesses. The billing system integrates payment gateways to ensure security as they encrypt the transaction data between the issuing and acquiring bank and facilitates secure payment processing without the risks of online payment frauds.\r\n\r\nBut not always all payment gateways support all the payment methods, currencies, and are available across the regions. The best way is to integrate multiple payment gateways that can ensure 99.9% uptime and overall coverage for all the customers from everywhere and at any time, so you would never lose the revenue opportunity that will help you to scale your subscription box business.','Subscription Box Business 105—Follow These Actions To Scale and Thrive On Thin Margins In the Subscription Box Industry','','publish','open','open','','subscription-box-business-105-follow-these-actions-to-scale-and-thrive-on-thin-margins-in-the-subscription-box-industry','','','2020-10-23 12:29:31','2020-10-23 12:29:31','',0,'https://staging.subscriptionflow.com/?p=3762',0,'post','',0),(3763,1,'2020-10-23 12:24:08','2020-10-23 12:24:08','','Subscription Box Business 105','','inherit','open','closed','','subscription-box-business-105','','','2021-03-26 07:36:13','2021-03-26 07:36:13','',3762,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Box-Business-105.jpg',0,'attachment','image/jpeg',0),(3766,1,'2020-10-26 12:14:32','2020-10-26 12:14:32','Each year, more and more companies from across the world are leaping to shifting to the subscription model, and for a good reason. The subscription economy has boosted manifold over a decade only.\r\n\r\nAfter the success of the subscription-based services of the companies like Slack, Salesforce, Dropbox, Google Apps, Adobe, and many, some of the most world-renowned companies either have already shifted or looking for ways to make a smooth transition to the subscription model.\r\n<h2><strong>In the Age of Subscriptions</strong></h2>\r\nThe software industry is the major contributor to the subscription revolution. With the advent of cloud computing, the software industry unearthed the advantages of the SaaS subscription business. SaaS or Software as a Service industry is a subset of the huge market of cloud-based services that are anticipated to mint more than $76 billion by the end of 2020.\r\n\r\nStudies suggested that subscription-based software businesses are growing revenue nine times faster than traditional one-time purchasing or licensing. They prefer the subscription business model as it generates recurring revenue, which is more predictable and more durable.\r\n\r\nThe pandemic further greased the wheel of the needs of simple, easy, convenient, and affordable access to technology. The subscription business model is unveiled as the answer to all these concerns with its stability, predictability, reliability, and affordability.\r\n\r\nIn this blog post, we will learn:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The SaaS Subscription Model</li>\r\n <li>The Needs for the Subscription Model</li>\r\n <li>The Benefits and the Challenges of the Subscription Model</li>\r\n <li>What does it take to make a transition to the subscription model?</li>\r\n <li>The Monetization Model that Can Support SaaS Subscriptions</li>\r\n <li>The Best Practices to Shifting to the Subscriptions</li>\r\n</ul>\r\n[/su_list]\r\n\r\nBefore we dive deep into the SaaS and Subscriptions particularities, let’s begin with the understanding of the SaaS as a component of cloud computing and sort through what actually the software subscription model is and how does it benefit the SaaS industry.\r\n\r\nAlso Read<a href=\"https://staging.subscriptionflow.com/2020/06/learn-why-you-need-a-saas-subscription-billing-solution-to-boost-your-recurring-revenue-in-2020/\">: Learn Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2020</a>\r\n<h2><strong>What is Software Subscription?</strong></h2>\r\nProviding customers access to the software for a definite length of the term and charge them after a certain interval is the software subscription. It can also be referred to as the business model that allows software companies to offer subscriptions of their products or services on a recurring basis.\r\n<h3><strong>The Software Subscription Model vs. The SaaS Subscription Model</strong></h3>\r\nNot every software subscription model is a SaaS subscription model. Based on their existence, they can be broadly categorized into on-premise software, SaaS, and hybrid software.\r\n\r\nSaaS is a type of software and is a component of cloud technology.\r\n\r\nCloud technology is comprised of three components:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>IaaS—Infrastructure as a Service</li>\r\n <li>PaaS—Platform as a Service</li>\r\n <li>SaaS—Software as a Service</li>\r\n</ul>\r\n[/su_list]\r\n\r\nSo, SaaS or Software as a Service subscription model can be defined as Software as a business model, powered by IaaS and PaaS, which delivers an application through the Internet to a large number of customers against a subscription fee for a term after small periods when the billing cycle hits.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/09/recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business/\">Recurring Billing, Recurring Payments, and Recurring Revenue—What are they and How Do They Work Best for Your Business?</a>\r\n<h3><strong>The SaaS Industry Needs The Subscription Business Model</strong></h3>\r\nThe SaaS revolution has rapidly replaced the traditional software business models with the SaaS subscription model with the availability of the software services through the cloud.\r\n\r\nIt is expected that <a href=\"https://www.bettercloud.com/monitor/state-of-the-saas-powered-workplace-report/\">73% of companies</a> would run purely on SaaS apps by next year. <a href=\"https://www.gartner.com/smarterwithgartner/moving-to-a-software-subscription-model/\">Gartner</a> predicts that by 2020, all new entrants and 80% of historical vendors will offer subscription-based business models, regardless of where the software resides.\r\n\r\nSeveral traditional software vendors are out there, still, the subscription model is swiftly making ways for the easy, stable, predictable, and reliable software businesses as SaaS.\r\n\r\nSoftware vendors have found SaaS and subscription, both, as the opportunity for more customer success and stable revenue stream with higher profits.\r\n\r\nSaaS does not require infrastructure, tech-astute, or experts to configure and manage the application. Instead, SaaS allows easy access through the cloud, and all the management, updates, and maintenance remain on the side of the SaaS vendor.\r\n\r\nIt relieves customers and vendors, both.\r\n\r\nThe subscription-based business model adds more profit to the revenue stream along with customer loyalty. It channels the predictability and stability of making more money for a particular term and then materializing the same opportunity for the next term.\r\n\r\nWith the fact that customer acquisition is way more expensive than retaining the customers, it favors the tapping of the recurring revenue over time and growing opportunities for more profits.\r\n\r\nOn the operational and management side, it is also more reliable for customers and merchants, both. The subscription management of recurring operations is easy and convenient. The operations of recurring billing for SaaS require one-time efforts and, later, the recurring revenue starts to stream, automatically.\r\n<h3><strong>Pre-Transitioning Considerations to the SaaS Subscription Model</strong></h3>\r\nMaking the change from traditional to subscription models isn’t easy. There are a lot of things to think about. Every SaaS vendor has come across their own unique set of challenges.\r\n\r\nTransitioning to the SaaS subscription requires to take some calculated and sound steps that will help through the process. Switching to the subscription model deals with two aspects:\r\n<ul>\r\n <li>\r\n<h4><strong>Stakeholders</strong></h4>\r\n</li>\r\n</ul>\r\nTransitioning requires a thorough look into the interests of the stakeholders. The primary stakeholders for a SaaS business are:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customers</li>\r\n <li>Investors</li>\r\n <li>Employees</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThey all have their concerns, apprehensions, inclinations, and interests to invest their resources, efforts, and skills into your SaaS.\r\n\r\nThe SaaS vendors are required to dig deep to learn and satisfy their comforts with the transition.\r\n\r\nFor instance, the primary stakeholder for a SaaS is its customers. They are attached to the software for some reason. You need to investigate them and take care of their interests. Likewise, the other two stakeholders are internal audiences: Investors and Employees. They both need the reasons, information, validation, as well as education to go through the process, smoothlessly. The pre-transition stage requires to focus on the answers to the other following concerns:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Who are your loyal customers and why are they?</li>\r\n <li>Is the transitioning impacting negatively on their interests?</li>\r\n <li>How would the stakeholders react to the shifting?</li>\r\n <li>Is it convenient for them to move along with you through the process?</li>\r\n <li>Are they enough trained, educated, or informed to go with the flow?</li>\r\n <li>Do you have a strategy to convince them to adopt the new change?</li>\r\n <li>How do you plan to facilitate them?</li>\r\n <li>What are the interests that they would gain with the transitioning?</li>\r\n <li>What are the challenges they have to face while there would be a transition?</li>\r\n <li>And many more.</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><strong>Product</strong></h4>\r\n</li>\r\n</ul>\r\nShifting to the SaaS subscription model is not only about moving all the software or application programs or modules into the cloud and start collecting recurring revenue.\r\n\r\nIt hugely deals with dealing with the challenges of meeting the stakeholders\' interests. Reviving an old product or introducing a new SaaS product, or both—all are the options, and it takes special understanding to come up with a solution. However, a new SaaS product with more features, accessibility, enhanced customer experience, affordability, and new competitions gives a fresh perspective to all the stakeholders. It refrains them from the complexities of comparison and consideration.\r\n\r\nThe main aspects that need core attention while shifting to the SaaS subscription model are:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Enhancing User Experience</li>\r\n <li>Features or Modules Testing</li>\r\n <li>Market Comparison and Competition</li>\r\n <li>Monetization</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future</a>\r\n<h3><a href=\"The%20Price%20Is%20Right—A%202020%20Basic%20Guide%20Of%20SaaS%20Usage-Based%20Pricing%20Model,%20Advantages,%20Challenges,%20&%20Solution\"><strong>Finding the Best Monetization Model for SaaS Subscriptions</strong></a></h3>\r\nBased on their market and product or service, SaaS subscription businesses adopt a billing model that would assist them in making progress towards their recurring revenue goals. The SaaS subscription billing model can broadly be categorized into:\r\n<ul>\r\n <li>\r\n<h4><strong>Flat Billing model</strong></h4>\r\n</li>\r\n</ul>\r\nSome SaaS requires a static and fixed billing model. The Flat-Fee Model offers flat-charges for any SaaS subscription plan, product, or service. This type of billing model is already very common in media, OTT, print and publications, transportation, broadband subscription services, subscription boxes, sports and e-sports memberships, clubs, hotels, and resorts memberships, online education, and many more.\r\n<ul>\r\n <li>\r\n<h4><strong>Usage-Based Billing model</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the ‘Pay-As-You-Go’ SaaS billing model, and also called metered or consumption-based billing. The usage-based SaaS monetization is the most favorable SaaS billing model. It is the dynamic form of the SaaS Subscription billing based on a variable pricing structure that is billed differently on every interval as per the consumption of the subscription services.\r\n\r\nSome of its sub-types are:\r\n<ul>\r\n <li><strong>Features-Based Billing</strong>—billing based on the number of features of any product or services subscribed.</li>\r\n <li><strong>Features-Based Tiered Billing</strong>—billing based on the bundling of the features in multiple tiers or subscription plans.</li>\r\n <li><strong> of Users Based Billing</strong>—billing based on no. of users allow for availing subscription services</li>\r\n <li><strong> of Users Based Tiered Billing</strong>—billing based on no. of users allow for availing subscription services in multiple tiers or as subscription bundles</li>\r\n <li><strong>Time-Based Consumption Billing</strong>—billing based on the use of subscription services or products as per the days, hours, or time allotted.</li>\r\n</ul>\r\n<ul>\r\n <li>\r\n<h4><strong>Hybrid Billing Model</strong></h4>\r\n</li>\r\n</ul>\r\nSaaS Subscription Model can be picked up as the combination of the two subscription models, i.e. flat-fee or the usage-based billing\r\n\r\nOften SaaS subscription businesses have to opt to devise their own hybrid billing models so that they can manage their production, operations, management, and other costs along with profits.\r\n\r\nThese can be planned as:\r\n<ul>\r\n <li><strong>Flat Subscription plus Overage Charges-Based Billing</strong>—it includes flat billing plus the usage-based charges if exceed the limits for the allowed usage.</li>\r\n <li><strong>Flat Subscription plus Exclusive Features Usage Billing</strong>—it includes flat charges plus optional and additional features based pricing.</li>\r\n <li><strong>Freemium plus Linear Pricing</strong>—it offers free access to subscription products or services to a certain extent and afterward bill based on the consumption of the features or time.</li>\r\n</ul>\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-engine-uncovers-the-hidden-revenue/\">Metering SaaS Usage—Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities</a>\r\n<h3><strong>The Advantages of the SaaS Subscription Model</strong></h3>\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Convenient, Automatic, and Systematic Billing Processing Every time</li>\r\n <li>No Missed or Late Payments Risks</li>\r\n <li>Less Operational Cost</li>\r\n <li>More Customer Retention</li>\r\n <li>Revenue Recognition</li>\r\n <li>Growth Stability</li>\r\n <li>Revenue Predictability</li>\r\n <li>Management Reliability</li>\r\n <li>Control Over Market Demand</li>\r\n <li>Manageable Supply Chain</li>\r\n <li>PCI Compliance</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>The Challenges of the SaaS Subscription Model</strong></h3>\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Complex Recurring Billing Management</li>\r\n <li>Data Security</li>\r\n <li>Identification of Billing Errors and Long Correction Procedure</li>\r\n <li>Tracking Users and Payments</li>\r\n <li>Payment Declination or Failed Transaction Errors</li>\r\n <li>Detection of Overage or Forced Charges</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>\r\n<h3><strong>The SaaS Subscription Management</strong></h3>\r\nSaaS is exploring new avenues in the realm of subscriptions. To deal with the challenges of managing the varied types of SaaS subscription billing, secure payment processing, and recurring revenue, SaaS vendors need a highly flexible, scalable, extensible, stable, predictable, and reliable <a href=\"https://staging.subscriptionflow.com/subscription-handling/\">subscription management software</a>.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a platform that can automate all their recurring billing and payment processing processes. Along with these, it also offers AI-supported price optimization, risks, and threats detection and mitigation.\r\n\r\nIt is a subscription billing platform that could facilitate the businesses as per their business or services size and their digital needs with the following functionalities:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automated Recurring Billing and Payment Processing</li>\r\n <li>Subscription and Database Handling</li>\r\n <li>AI-enabled modules</li>\r\n <li>Identifications, and other Assistances</li>\r\n <li>Extensibility for Flexible Integration</li>\r\n <li>Prorated Subscription Billing</li>\r\n <li>Smart Dunning Management</li>\r\n <li>Secure Payment Gateways Integrations</li>\r\n <li>Online Fraud Payment Detection and Mitigation</li>\r\n <li>Real-Time SaaS Analytics</li>\r\n <li>Revenue Management & Reporting</li>\r\n</ul>\r\n[/su_list]','Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model','','publish','open','open','','transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model','','','2020-10-26 12:14:32','2020-10-26 12:14:32','',0,'https://staging.subscriptionflow.com/?p=3766',0,'post','',0),(3769,1,'2020-10-26 12:13:52','2020-10-26 12:13:52','','Transition to SaaS','','inherit','open','closed','','untitled-1-2','','','2021-03-26 07:36:21','2021-03-26 07:36:21','',3766,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-1.jpg',0,'attachment','image/jpeg',0),(3771,1,'2020-10-28 06:25:53','2020-10-28 06:25:53','','subscriptionflow-subscription-management-features','','inherit','open','closed','','subscriptionflow-subscription-management-features','','','2021-03-26 07:36:54','2021-03-26 07:36:54','',3754,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features.jpg',0,'attachment','image/jpeg',0),(3772,1,'2020-10-28 06:28:11','2020-10-28 06:28:11','','subscriptionflow-subscription-management-features','','inherit','open','closed','','subscriptionflow-subscription-management-features-2','','','2020-10-28 06:30:15','2020-10-28 06:30:15','',3754,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1.jpg',0,'attachment','image/jpeg',0),(3773,1,'2020-10-28 06:32:29','2020-10-28 06:32:29','','subscription-flow-subscription-management features','','inherit','open','closed','','subscription-flow-subscription-management-features','','','2021-03-26 07:36:49','2021-03-26 07:36:49','',3754,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-flow-subscription-management-features.jpg',0,'attachment','image/jpeg',0),(3775,1,'2020-10-28 06:36:52','2020-10-28 06:36:52','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column][vc_custom_heading text=\"Subscription Billing for Ambulance Services\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal\" css_animation=\"none\"][vc_column_text css_animation=\"none\" el_class=\"p18 pc1\" css=\".vc_custom_1603867784731{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\r\n<h3 class=\"clr-white\" style=\"text-align: center;\"><strong>Manage your Membership Program with Automated Subscription Billing for Ambulance Services</strong></h3>\r\n[/vc_column_text][vc_raw_html el_class=\"text-center\"]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZyZWdpc3RlciUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyb3JhbmdlLWJ0biUyMiUzRVRyeSUyMEl0JTIwRnJlZSUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMjAlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padT10vh padL100 h4-underline-m-70\"][vc_column width=\"1/2\"][vc_single_image image=\"3782\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Organize & Monetize Ambulance Services with Ambulance Membership Management Software\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:300%20light%20regular%3A300%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992374050{margin-top: 25px !important;}\"]EMS—Emergency Medical Services, often known as First Aid or Paramedics Services is a convoluted system in which many and equally important components are coordinated and provide the patient or victim immediate medical care. One of the most important components of these services is emergency medical transportation, also called Ambulance Services.\r\n\r\nAmbulance Services play the most crucial part in case of medical, fire, or any other natural disasters emergencies. With the increasing thickness of populations in urban as well as in rural areas and, subsequently, heavy traffic congestions on the roads, the need and the demands of the ambulance services are swelling every day. In many states, health insurance usually does not cover emergency medical transportation charges. Even, not in many urban areas but remote areas, the EMS subscription services also do not cover the ambulance costs which eventually the subscriber has to bear, separately.\r\n\r\nRunning and maintaining an ambulance equipped with all the emergency first aid medical care and paramedic staff is a hefty deal. EMS and other Ambulance Services providing the emergency medical transportation along with other paramedics facilities requires an ensured flow of revenue to continue their operations smoothly round-the-clock throughout the year.\r\n\r\nTo support the business growth and secure the revenue cycle throughout the revenue operations, it is becoming important for the Emergency Medical Services and Ambulance Services to switch and adapt to the model that provides them 24/7/365 the surety of the recurring revenue so the business of saving lives would not disturb, let alone suffer due to any unsophisticated reason of insufficient funds or lack of resources.\r\n\r\nWith this pricing-model, EMS or Ambulance Services can better allocate their funds towards the enhanced services. The only hassle that needs to resolve is EMS Subscription Management.\r\n\r\nAnd, managing the efficient subscriptions and recurring billing requires only a simple, easy, and flexible EMS Subscription Management Software—SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\"][vc_column width=\"1/2\"][vc_single_image image=\"3783\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate Subscription Billing For Ambulance Services With SubscriptionFlow\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992504283{margin-top: 25px !important;}\"]With the skyrocketing costs of the emergency services, it is no longer possible for the healthcare nor the non-profit organizations anywhere in the world to bear all the expenses on their own. The subscription services provide them the relief of designated budgets towards certain extremely significant operations—Emergency Transportation Service. On the other hand, it gives the subscriber the satisfaction to instant access to the emergency transport and paramedics services, specifically, when they have any critically-ill, senior, or physically or mentally challenged member at home.\r\n\r\nSubscriptionFlow helps the emergency services ambulance services providers to manage their subscriptions and recurring billing to their subscribers along with better customer management and revenue reporting solution at one platform with the flexibility of third-party medical ERPs and other applications <a href=\"https://staging.subscriptionflow.com/integrations/\">integrations</a>.\r\n\r\n<strong>Intuitive Billing Processing</strong>\r\n\r\nSet whatever the subscription pricing plan suits you as an EMS or Ambulance Service provider, our logical and intuitive AI-enabled billing features automate the whole RevOps cycle with auto-invoicing, scheduled payment charging in accordance with the payment gateway selected, secure payment processing to the designated accounts along with the global tax management as per the rules of the state or country, and the other accounting operations management.\r\n\r\n<strong>Pricing Engine and Proration Handling</strong>\r\n\r\nNot all situations are equally critical and not all subscribers require the most basic or most advanced services. Plan as many subscriptions as it requires in a particular set of people as per their emergency medical services needs with SubscriptionFlow’s AI-powered pricing engine and catalog your services for tiered-subscription.\r\n\r\nAllow a subscriber to make changes to their subscription plans as per their need and leave the stresses of customized invoicing with SubscriptionFlow. Upgrade, downgrade, or cancelation—it automates the adjustments in the billing as per the changes made by the subscribers in the plans.\r\n\r\n<strong>Dunning Management</strong>\r\n\r\nIn the business of saving lives, what really matters is the timely show-up on the emergency scenes. Sometimes, in the non-subscription business as emergency transportation costs are usually not covered by insurance companies so ambulance services have to incur the loss. But in those crucial times, SubscriptionFlow allows services provides as well as the subscribers to remain calm while its smart <a href=\"https://staging.subscriptionflow.com/dunning-management/\">dunning management</a> ensures the payment recovery with periodic retries as per the rules set.\r\n\r\n<strong>Revenue Reporting</strong>\r\n\r\nAutomating the recurring billing also allows you to take advantage of recurring revenue projections while making the big decisions of investments, subscription plans and pricing change, enhancing the services or network, etc. Monitor and manage the MRR, ARR, or churn rate along with the revenue predictions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1553264545488{background-color: #ffffff !important;}\" el_class=\"page-section-9 ps9-1 padL100\"][vc_column width=\"1/2\"][vc_single_image image=\"3784\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings industrie-img-padding\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1552291602141{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\" el_class=\"background-c2 template-section-box-shadow\"][vc_custom_heading text=\"Auto-Manage Subscriptions & Subscribers For Better Customer Care\" google_fonts=\"font_family:Open%20Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1606992642970{margin-top: 25px !important;}\"]<strong>Self-Service Portal</strong>\r\n\r\nThe <a href=\"https://staging.subscriptionflow.com/self-service-portal/\">self-service portal</a> is not meant to cut the cords. Instead, it beings the innovation in the automation and transparency in the operations. SubscriptionFlow gives emergency transportation services subscribers access to their subscription operations. They can update their personal or financial information, access to the history of the services they had availed, upgrade or downgrade their plans, get invoices and payment status details in their inboxes, and many more.\r\n\r\nAll this information will automatically be synced with the database created at the client portal and Billing UI. Similarly, any update related to the subscriber’s information, paramedics or payment history, or billing in the client’s portal or subscription plans will also be updated into the subscribers\' portals and streamlines billing and subscription management operations all along.\r\n\r\n<strong>Subscribers Details Storage</strong>\r\n\r\nSubscriptionFlow allows storing a privacy-compliant detailed and systematic assortment of subscriber’s details to turn the information into valuable data which can help take data-driven business measures and decisions.\r\n\r\n<strong>Medical ERP & Other Applications Integrations</strong>\r\n\r\nEMS or ambulance services play a crucial role while transporting and providing paramedics assistance to the patients on their way to the hospital. Every single and second-to-second development needs to be on the record. SubscriptionFlow is a highly flexible platform that facilitates the easy and customizable integrations of several important third-party medical applications to sync the operations across the board so that a valuable life can be saved.\r\n\r\nThe Subscription-based business model and the EMS Subscription Management Software are rapidly finding their ways throughout the Emergency Medical and Ambulance Services sector. They provide the certainty of sufficient funds with the recurring revenue along with the instant accessibility to the subscriber in case of uncertain, unexpected, or immediate health, fire, or catastrophic medical emergency.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Subscription Billing for Ambulance Services','','publish','closed','closed','','subscription-billing-for-ambulance-services','','','2020-12-03 10:50:40','2020-12-03 10:50:40','',0,'https://staging.subscriptionflow.com/?page_id=3775',0,'page','',0),(3778,1,'2020-10-28 06:38:00','2020-10-28 06:38:00','','Subscription Billing for Ambulance Services','','inherit','open','closed','','subscription-billing-for-ambulance-services-2','','','2021-03-26 07:36:44','2021-03-26 07:36:44','',1671,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Billing-for-Ambulance-Services.jpg',0,'attachment','image/jpeg',0),(3782,1,'2020-10-28 06:50:32','2020-10-28 06:50:32','','Ambulance Membership Management Software','','inherit','open','closed','','ambulance-membership-management-software','','','2021-03-26 07:36:33','2021-03-26 07:36:33','',3775,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg',0,'attachment','image/jpeg',0),(3783,1,'2020-10-28 06:51:26','2020-10-28 06:51:26','','Automate Subscription Billing For Ambulance Services','','inherit','open','closed','','automate-subscription-billing-for-ambulance-services','','','2021-03-26 07:38:32','2021-03-26 07:38:32','',3775,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg',0,'attachment','image/jpeg',0),(3784,1,'2020-10-28 06:52:54','2020-10-28 06:52:54','','Auto-Manage Subscriptions & Subscribers','','inherit','open','closed','','auto-manage-subscriptions-subscribers','','','2021-03-26 07:38:20','2021-03-26 07:38:20','',3775,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg',0,'attachment','image/jpeg',0),(3786,1,'2020-10-28 11:56:18','2020-10-28 11:56:18','Marketing is a mighty power in today’s realm. No business can afford to turn its back from any of the channels of traditional or digital marketing.\r\n\r\nBusinesses experiment with different types of marketing, monitor and measure their outcomes using hundreds of metrics and tools, and, analyzing the marketing efforts of their contemporaries and competitors, evolve.\r\n\r\nBased on their size, niche, budget, and market, businesses choose their marketing channels, design their marketing and sale funnels, and drive their campaigns.\r\n<h2><strong>SaaS is Just Another Name of Startups</strong></h2>\r\nStartups have to deal with the challenges like constrained budget and other resources, extremely dispersed and widened market, uninformed opportunities, higher churn rate, and dozens of many more trials that make inbound digital marketing the best platform of marketing to attract to their market and influence them quietly.\r\n\r\nThe major components of inbound marketing include,\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Search Engine Optimization</li>\r\n <li>Pay-Per-Click Advertising</li>\r\n <li>Content Marketing</li>\r\n <li>Social Media Marketing</li>\r\n <li>Paid Ads</li>\r\n <li>Affiliate Marketing</li>\r\n <li>Email Marketing</li>\r\n</ul>\r\n[/su_list]\r\n\r\nSome of them are paid while some are unpaid inbound marketing types. One common thing among them all is their roots reaching out to the content.\r\n\r\nIn general, unpaid marketing is the best way of branding and attracting, educating, informing, and influencing the leads into prospects and, later can be used to retain customers, whereas paid marketing tools are mostly used to make sales and acquire customers.\r\n\r\nThe business model of the SaaS is a Subscription Model.\r\n\r\nThe subscription model emphasizes customer retention.\r\n\r\nSaaS needs a marketing channel that makes customers stay with them for long. In other words, the SaaS business needs marketing that extends the customer lifecycle.\r\n\r\nCreating, refining, and repurposing the content across the marketing channels allow SaaS businesses to achieve their goals.\r\n\r\nThe daunting threat to the target of customer retention is churn.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a>\r\n<h2><strong>What is Churn?</strong></h2>\r\nWhen the customers stop doing business with an, it is churn.\r\n\r\nIn SaaS terms, when the customers stop contributing to the growth of the recurring revenue due to the cancellation or suspension of the subscription account is churn.\r\n\r\nChurn is measured by the key metric called churn rate.\r\n\r\nIt is the rate at which customers discontinue their subscriptions within a given time period. It is the one metric that directly impacts on SaaS business bottom line.\r\n\r\nTracking it unveils the reasons what cause the churn, also allows us to devise marketing strategies to persuade customers to refrain from the churn.\r\n\r\nHere’s what you need to know to understand what causes customer churn, and how content can improve churn rates to boost customer retention?\r\n<h3><strong>10 Root Causes of Churn</strong></h3>\r\nBudget is not the only cause of the churn, customers roll back their subscriptions for several other reasons that arise mainly due to poor customer support, services, and experience.\r\n\r\nIt can mainly be occurred due to the following reasons:\r\n<ol>\r\n <li>Onboarding of Wrong Customers</li>\r\n <li>Uninformed and Uneducated Customer</li>\r\n <li>Not Beneficial for Customers</li>\r\n <li>Poor Customer Support</li>\r\n <li>Insufficient Customer Engagement</li>\r\n <li>Incompetent Services</li>\r\n <li>Powerful Competition</li>\r\n <li>Subscription Suspension</li>\r\n <li>Subscription Cancelation</li>\r\n <li>Subscription End</li>\r\n</ol>\r\n<h3><strong>How to Improve Churn Rates for SaaS Business Growth</strong></h3>\r\nChurn kills SaaS growth. Failure to retain customers leads to the death of a SaaS venture. Starting with affecting the recurring revenue streaming, higher churn rates can damage everything of the brand.\r\n\r\nOn the other hand, 1 percent of the improved customer rate can benefit the SaaS with 12 percent of the revenue growth.\r\n\r\nMitigating churn with some of the following measures shows results faster, better, and for longer:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Improve Customer Support</li>\r\n <li>Remove Product Deficiencies</li>\r\n <li>Beat Market Competition, Develop USP</li>\r\n <li>Identify Right Market and Right Platform for Marketing</li>\r\n <li>Invest In product Development and, Consequently, to Market Them</li>\r\n <li>Carefully Conceive Marketing and Sales Funnels</li>\r\n <li>Include Incentives, Discounts, and Promotions</li>\r\n <li>Team Up with By-product Ventures</li>\r\n <li>And, last but the Least, <strong>Use Content to Inform, Educate, and Influence Prospects</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/04/learn-the-reasons-behind-high-churn-rate-and-how-you-can-tackle-it-with-these-tips-from-subscriptionflow/\">Learn the Reasons Behind High Churn Rate and How You can Tackle it with These Tips from SubscriptionFlow</a>\r\n<h3><strong>Content Reduces Churn</strong></h3>\r\nIf a SaaS finds that their churn due to unsatisfied services, uninformed experience, improper engagement, bad customer experience, influenced by the competitors, poor understanding of the product or service, financial constraints, or even payment failures, they can use the content as a most effective tool to combat with churn.\r\n\r\nReaching out to the customers with the right type of content can considerably reduce customer churn rates by drawing the right businesses, keeping existing customers satisfied by better information, educating, and persuading them on all that you have.\r\n\r\nFrom social media, blogging, and email marketing to search engine optimization, affiliate, and paid ads marketing, content is the backbone of each type of marketing.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3788 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg\" alt=\"Content Lowers Churn Rates for SaaS Business Growth\" width=\"1200\" height=\"800\" /></p>\r\nWith the right content marketing targeted to identified customers not only attract them to the SaaS, but it can become a great source of referral marketing.\r\n\r\nFocusing content for customer retention helps reduces churn rates. The only condition that can negate the effectiveness of the content marketing goal is the poor or inapt products or services that are not enough to keep the customer satisfied and successful.\r\n\r\nHowever, if the products and customer service are substantial, then creating content multiplies the value of the SaaS products or service, and keep customers coming back month after month.\r\n<h3><strong>What is Content Marketing for SaaS?</strong></h3>\r\nContent Marketing is the type of inbound marketing that involves the whole process of planning, creating, distributing, sharing, and publishing the relevant and targeted informational as well as promotional content that brings brand awareness, enhances visibility, draws more traffic, increases sales, reaches to more audiences, improves customer engagements, interactions, and loyalty.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/\">AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations</a>\r\n<h3><strong>How Does Content Marketing Work for SaaS?</strong></h3>\r\nContent targets and influences the traffic without intruding and conveys the marketing messages in the forms of education, information, instructions, and awareness.\r\n\r\nThe SaaS ventures need effective and informational content in multiple forms for multiple purposes of customer acquisition and customer retention that are required by their customers, leads, and audience in the digital spaces. This content reaches out to their audience through organic and natural means and impacts them without disrupting their needs.\r\n\r\nContent can be created, refined, and repurposed to achieve the following objectives:\r\n<ul>\r\n <li>\r\n<h4><strong>Use Content To Attract Traffic</strong></h4>\r\n</li>\r\n</ul>\r\nThe first step for customer acquisition is to draw traffic. Attracting traffic using content can be based on two purposes:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Promotion</li>\r\n <li>Information</li>\r\n</ul>\r\n[/su_list]\r\n\r\nPromotional Content comprises advertising and branding material that lets people aware of the SaaS existence. The next step to attract them with informational content by providing data about your product, features, plans, and pricing.\r\n<ul>\r\n <li>\r\n<h4><strong>Educate, Inform, Or Entertain Lead With Influencing Content</strong></h4>\r\n</li>\r\n</ul>\r\nThe next step is to influence them by answering their queries and providing solutions of their problems with your product or services. The content created around the product, features, or services on the problems, impacts of problems, solutions to the problems, impacts of the solutions, content on other opportunities or risks related to the problems or solutions not only educate them, but it also enhances the understanding of the information that you have provided earlier about your product, services, or their uses.\r\n\r\nWhen the customer finds a platform from where they can get the answer to their queries, they come back to it again and again, and here it is a sign that the traffic has now converted into the prospect.\r\n\r\nThis prospect soon shows its interests and contacts to get more information.\r\n\r\nIt is the time where efficient customer support and better product combination can convert a lead into a customer.\r\n\r\nOne of the best ways for a SaaS to convert lead into customers is to offer a freemium or trial version.\r\n<ul>\r\n <li>\r\n<h4><strong>Content Converts Customers</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the stage where exposing leads with personalized content and content-based customer engagement increases the chances of converting them into paid customers and subscribing to the SaaS product or services.\r\n\r\nThese could be e-books, promotional, informational, incentives, discounted offers, seasonal greetings, FAQs, or any other media available in their emails, at their social media timeline, or at their product portal if they are using free trials.\r\n<ul>\r\n <li>\r\n<h4><strong>Boost Customer Retention with Content</strong></h4>\r\n</li>\r\n</ul>\r\nIn the SaaS business, customer retention is the only way to boost recurring revenue and fight churns.\r\n\r\nUpgrading or influencing customers to continue using the SaaS product or resubscribe requires continuous customer engagement, personalized customer experience, negating competitive effects, promotes special or new features, and many more struggles.\r\n\r\nOften taking all the measures still cannot ensure no churn. It mostly is an involuntary churn. It occurs from the end of SaaS vendors when they suspend the subscription account due to payment failures. It cuts the channels of recurring revenue and also causes revenue loss.\r\n\r\nMitigating the involuntary churn requires two robust actions:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Dunning Management</li>\r\n <li>Informing and Influencing Subscribers Through the Content</li>\r\n</ul>\r\n[/su_list]\r\n\r\nDunning helps SaaS to recover revenue and keep track of the subscription health.\r\n\r\nThis tracking of the subscription health can streamline the audience to be targeted to influence against churn.\r\n\r\nCreating new content or refining and repurposing the existing content with the reduced involuntary churn goals requires not only educating them about the negative effects of the mid-of-the-cycle subscription cancelation, but it also deals with promoting incentives for the former subscribers to pay-off and get benefits.\r\n\r\nDunning emails can also be a way to share content with the customers to resume their subscription.\r\n<h3><strong>Use Data and Tools to Improve Content Marketing for SaaS</strong></h3>\r\nThe SaaS subscription management software is the best place that not only allows you to track the metrics and identify the leakages and opportunities, it also explores the customer data that is essentially required to boost the personalized customer experience through content marketing effort.\r\n\r\nSubscriptionFlow is an apt platform to automate recurring billing and payment processing, manage subscription handling with proration and dunning.\r\n\r\nTo design, track, measure, and manage the data-driven content and other marketing objectives, SubscriptionFlow offers easy, automated, and efficient solutions as third-party integrations. Some of the most effective marketing automation platforms include HubSpot Marketing Hub, InfusionSoft, ActiveCampaign, Zoho Marketing, MailChimp, BuzzSumo, and many more.\r\n\r\nTo learn more about managing the SaaS subscription billing and other RevOps, <a href=\"https://staging.subscriptionflow.com/contact/\">talk to experts at SubscriptionFlow</a>.','Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer','','publish','open','open','','combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer','','','2020-10-28 11:56:18','2020-10-28 11:56:18','',0,'https://staging.subscriptionflow.com/?p=3786',0,'post','',0),(3787,1,'2020-10-28 11:52:46','2020-10-28 11:52:46','','Use Right Content to Stand Strong by Attracting and Retaining Customers','','inherit','open','closed','','use-right-content-to-stand-strong-by-attracting-and-retaining-customers','','','2021-03-26 07:38:05','2021-03-26 07:38:05','',3786,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg',0,'attachment','image/jpeg',0),(3788,1,'2020-10-28 11:53:38','2020-10-28 11:53:38','','Content Lowers Churn Rates for SaaS Business Growth','','inherit','open','closed','','content-lowers-churn-rates-for-saas-business-growth','','','2021-03-26 07:37:40','2021-03-26 07:37:40','',3786,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg',0,'attachment','image/jpeg',0); INSERT INTO `_HTO_posts` VALUES (3791,1,'2020-11-02 13:41:05','2020-11-02 13:41:05','If you are running a subscription business or offer SaaS on a recurring basis, it means recurring billing is your business model and it streams the recurring revenue growth by collecting the recurring payment.\r\n<h2><strong>In the Realm of </strong><a href=\"https://staging.subscriptionflow.com/recurring-payments/\"><strong>Online Payment Methods for Automated Recurring Payment Processing</strong></a><strong>…</strong></h2>\r\nRecurring payments are the payments subscription or SaaS merchants receive after every interval into their accounts.\r\n\r\nToday, the subscription business is a huge market. Every day thousands of merchants process millions of recurring payment transactions worth billions of dollars.\r\n\r\nWhat do you think?\r\n\r\nHow do they do it?\r\n\r\nHow do they manage recurring billing and payment processing without messing it all?\r\n\r\nThe answer to all these queries is Subscription Management Software.\r\n\r\nSubscription Management or Recurring Billing Management is a complicated system of charging the same customers again and again for a pre-defined term, managing the changes in their billing as per their usage, dealing with the compliance for taxation, and accordingly generating the invoices.\r\n\r\nAnd, to collect the recurring payments against the invoices, the subscription management system offers automated solutions for recurring payment processing directly into the merchants’ accounts in the form of payment gateway integrations supporting particular or multiple payment methods and currencies.\r\n\r\nRecurring payments are commonly used by businesses such as subscription businesses, SaaS, online courses, education services providers, gyms, salons, internet service or cell providers, insurance companies, payday loan companies, or any other.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a>\r\n<h3><strong>The Automated Recurring Payments</strong></h3>\r\nThe Automated Recurring Payments refer to the digital authorization provided by the customer to the subscription or SaaS merchants that permits them to charge the recurring payments through their payment methods for the subscription length or until the customer cancels the arrangement.\r\n\r\nBased on customer preference or merchant’s payment methods or gateway obligation, customers can choose and provides details for any of the online payment option to process recurring payments.\r\n<h3><strong>The Mechanism of Automated Recurring Payments</strong></h3>\r\nAutomating the recurring payment processing is the best way to manage the subscription billing without many complications.\r\n\r\nIt all starts when the subscription services provider or merchant configure the subscription management software with the payment gateway or payment services provider based on their preferred payment method or currency. A payment gateway can also be choosen for any other reason like payment processing support for a specific region or a particular type of industry, security, etc.\r\n\r\nThe payment gateways allow merchants to collect the payment method details from the customers, encrypt, and store them securely to make recurring payment transactions, later, without seeking further authorization from them.\r\n\r\nThe automated recurring payments enable merchants to deduct the invoiced amount from the customer’s account using the customer’s provided and preferred payment method through the payment gateway connected with the merchant’s account and integrated into a recurring billing platform.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\">The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them</a>\r\n<h3><strong>What Are Payment Methods?</strong></h3>\r\nPayment methods are the ways through which merchants can collect payments from their customers. They can be online and offline as well.\r\n\r\nFor automated recurring payments, online payment methods are used as they can process payments easily as well as automatically.\r\n\r\nEach payment method has its own pros and cons. Some are safer than others, some are faster, some of them are disputable while some are not, or some costs processing charges, etc.\r\n<h3><strong>Popular Online Payment Methods for Recurring Payments</strong></h3>\r\nThe most common and leading online payment options include\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Credit Cards</li>\r\n <li>Debit Cards</li>\r\n <li>ACH Payments</li>\r\n <li>Digital Wallets or E-Wallets</li>\r\n <li>Wire Transfers</li>\r\n <li>Mobile Payment</li>\r\n <li>Many more</li>\r\n</ul>\r\n[/su_list]\r\n\r\nUnder each payment method, you may find dozens of more payment options.\r\n\r\nLet’s discuss a few of the widely-used payment methods that are being used across the subscription industry to facilitate recurring payment processing.\r\n<ul>\r\n <li>\r\n<h4><strong>Credit/Debit Cards</strong></h4>\r\n</li>\r\n</ul>\r\nCredit card payment refers to the payments made online by using credit cards that allow the consumers or users to make purchases or pay online for services using borrowed money credited to the credit card account holder up to an established limit.\r\n\r\nInstead of cash, a credit card provides access to the loan, digitally, to a certain limit which can be pay off at the end of the month.\r\n\r\nCustomers wisely used credit cards to make payments for their subscriptions as they are considered the most secure, faster, and cheaper ways to make recurring payments.\r\n\r\nCredit Card offers more protection against online payment frauds and chargebacks threats to the online and eCommerce subscription merchants. Accepting credit card payments brings more opportunities for collecting recurring payments, in addition, to add extra layers of security to avoid online payment frauds.\r\n\r\nOn the other hand, a debit card is owned money. It works similarly to the credit card but is not identical in terms of security and protection against unauthorized use of the card to make payments.\r\n\r\nBy giving the debit card information to the subscription services provider or merchant, a customer permits them to take money from their account using that debit card number. As per the agreement the company has the right to charge the customer, instantly.\r\n\r\nDebit cards can incur a huge loss of money to the customer and are not disputable at all.\r\n\r\nDebit Cards are good to be used in person or online to purchase items or pay bills.\r\n\r\nThe most popular credit and debit card providers are\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Visa</li>\r\n <li>MasterCard</li>\r\n <li>Discover</li>\r\n <li>American Express</li>\r\n <li>CitiBank</li>\r\n <li>Barclays</li>\r\n <li>UnionPay</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><a href=\"https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/\"><strong>ACH Payments</strong></a></h4>\r\n</li>\r\n</ul>\r\nACH stands for Automated Clearing House. ACH Payments are the electronic funds transfer in batches, from one bank to another without using checks, credit card networks, wire transfers, or cash, and through the Automated Clearing House Network (ACHN).\r\n\r\nACH Payments are considered the most secure mode of the online and automated recurring payment. They are disputable to some extent and can be reversed in case of any fishy transaction.\r\n\r\nACH Payments are processed in two to three working days. The processing time varies with the ACH Payments types. These are of two types:\r\n<ul>\r\n <li>\r\n<h4><strong>Direct Deposits</strong></h4>\r\n</li>\r\n</ul>\r\nThe ACH Direct Deposits can be made using Paychecks, Government Benefits, Tax Refunds, Interest Payments, and others.\r\n<ul>\r\n <li>\r\n<h4><strong>Direct Payments</strong></h4>\r\n</li>\r\n</ul>\r\nPaying a bill online, sending money from one bank account to another, sending payments via PayPal, Stripe, Braintree, and other social payment apps, and more are the prime examples of ACH Payments.\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Wallets</strong></h4>\r\n</li>\r\n</ul>\r\nDigital Wallets or E-Wallets are the payment methods associated with electronic devices, online services, or application. They are used to make electronic funds transfer from one party to another party. They are the digital versions of the credit or debit cards.\r\n\r\nDigital wallets do not require a bank account with a physical branch. They enable wider financial inclusion.\r\n\r\nDigital Wallets can also process digital or cryptocurrencies.\r\n\r\nSome of the payment services providers also serve as payment aggregators and offer merchant’s accounts. PayPal, Stripe, Braintree, and some others are the leading examples.\r\n<ul>\r\n <li>\r\n<h4><strong>Mobile Payments</strong></h4>\r\n</li>\r\n</ul>\r\nDigital Wallets when working with mobile payment system, they are called mobile payments. They use mobile wallets and mobile money transfers through mobile devices.\r\n\r\nMobile Wallet service allows its users to store digital cash on their phones. Customers can spend this online at businesses that accept mobile payments.\r\n\r\nSome of the leading examples of mobile payments are Apple Pay, Samsung Pay, Ali Pay, Google Pay, Amazon Pay, and some others.\r\n<ul>\r\n <li>\r\n<h4><strong>Wire Transfers</strong></h4>\r\n</li>\r\n</ul>\r\nThis is the most costly, unsafe, undisputable, but faster and instant way to make the recurring payments when they are international.\r\n\r\nA wire transfer refers to the electronic transfer of funds for people based in different regions to make the transaction to other locations.\r\n\r\nWith the rise of digital wallets and mobile payments, wire transfer is not as effective and efficient as it was considered earlier.\r\n<h3><strong>How to Choose Online Payment Method for Automated Recurring Payments?</strong></h3>\r\nHow does a merchant choose the payment method for automated recurring payments? Does he select one or use multiple payment methods? Why should he select one or multiple payment methods?\r\n\r\nAll these concerns can be resolved if these factors are considered before making any decision:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Setup Fee/Processing Charges</li>\r\n <li>Customer Ease</li>\r\n <li>Payment Protection</li>\r\n <li>Flexibility for Payments, Currencies, Banks, or Financial Institutions</li>\r\n <li>Supporting Payment Gateways</li>\r\n <li>Payment Processing Speed</li>\r\n <li>Dispute Reliance</li>\r\n</ul>\r\n[/su_list]\r\n\r\nNo single payment method can serve all the purpose.\r\n\r\nSome payment methods facilitate certain currencies in specific regions, some do not cater to digital currencies, whereas some offer support to cryptocurrency. No single payment methods can serve it all.\r\n\r\nThe appropriate way to entertain a wide range of customers is to offer more payment options supported by multiple payment gateways.\r\n\r\nCustomers using multiple payment methods as per their convenience and select their mode of payment and authorize the merchant to auto to deduct recurring payments for their subscriptions.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>How To Use the Online Recurring Payment Processing with SubscriptionFlow?</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">SubscriptionFlow</a> is a highly sophisticated, flexible, and scalable subscription management SaaS platform that automates the whole recurring billing business from price optimization to recurring invoicing and prorated subscription billing to recurring payment processing,\r\n\r\nSubsrcriptionFlow allows merchants to integrate multiple payment gateways that can support multiple payment methods available on a single platform. Multiple Payment Options attract more and more customers to connect with the subscription business with easy and automated payment options.\r\n\r\nAutomating the credit card, ACH payments, and other payment options are also equipped with timely and automated notifications and reminders for the customers to stay updated with their transactions.\r\n\r\nEasing checkout with multiple payment options is the best way to acquire as well as retain more customers.\r\n\r\nTo learn more, talk to SubscriptionFlow’s Subscription Management Gurus and walk through the demo to understand the benefits of multiple payment gateways and payment methods.','What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?','','publish','open','open','','what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work','','','2020-11-02 13:41:05','2020-11-02 13:41:05','',0,'https://staging.subscriptionflow.com/?p=3791',0,'post','',0),(3792,1,'2020-11-02 13:31:48','2020-11-02 13:31:48','','What Are the Online Payment Methods for Automated Recurring Payment Processing','','inherit','open','closed','','today-blog','','','2021-03-26 07:37:20','2021-03-26 07:37:20','',3791,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/today-blog.jpg',0,'attachment','image/jpeg',0),(3796,1,'2020-11-03 08:16:06','2020-11-03 08:16:06','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"3804\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing with Authorize.net\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1604391653213{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Grow and scale your subscription based Business\r\n\r\nAutomate subscription billing with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"3806\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1604403312855{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Remove Recurring Revenue Frictions with Automated Subscription Billing Using Authorize.Net\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607322788353{margin-top: 25px !important;}\"]The efficiency of the recurring billing can best be acquired with the setup of online payment processing. The online method of recurring payments makes the process of charging a customer after every certain interval as per the terms of the subscription easy, convenient, and simple for customers as well as for merchants.\r\n\r\nProcessing online recurring payments has its own risks and challenges. The best way to combat online payment frauds and other risks is to <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">integrate a payment gateway</a> that can securely offer end-to-end encryption of the payment information and process it smoothly.\r\n\r\nPayment Gateways have become an integral part of any subscription billing system to process recurring payments. It is inevitable for the subscription-based merchants and vendors to set up a payment gateway and leverage the online and instant recurring payments directly into the merchant accounts.\r\n\r\nThese payment gateways not only make the checkout experience seamless, but they are also required to process secured and encrypted online payment processing after every time for the eCommerce retailers and other online businesses, subscription services providers, and other merchants with diverse forms of recurring billing.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3808\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Integrate SubscriptionFlow’s Automated Subscription Billing For Authorize.Net\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607322993265{margin-top: 25px !important;}\"]The most significant part of recurring billing is subscription management software. A fully scalable, flexible, and accessible subscription billing platform is equipped with all the tools and functionalities to favor online recurring and subscription billing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payment processing</a>.\r\n\r\nSubscriptionFlow is one of the highly flexible and extensible subscription management software that offers automated subscription billing, payment processing, and recurring revenue management with dozens of other features including,\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Price Optimization</li>\r\n <li>Multiple Billing Models Support</li>\r\n <li>Multiple Payment Gateways and Payment Methods Support</li>\r\n <li>AI-enabled Subscription Management Modules</li>\r\n <li>Automated Recurring Invoicing and Custom Invoicing</li>\r\n <li>Prorated Subscription Billing</li>\r\n <li>Automated Sales Tax Calculation</li>\r\n <li>Automated Coupon, Vouchers, and Other Add-ons Implementation</li>\r\n <li>Automated Payment Processing</li>\r\n <li>Automated Dunning Management</li>\r\n <li>SaaS Reporting</li>\r\n <li>Highly Customizable Dashboard</li>\r\n <li>And Many More</li>\r\n</ul>\r\n[/su_list]\r\n\r\nTo facilitate its customers with the recurring billing, SubscriptionFlow has now teamed up with one of the widely-used and highly efficient payment gateway for recurring billing payment processing, Authorize.Net.\r\n\r\nAuthorize.Net is trusted by hundreds of thousands of merchants from across the world. Each year, Authorize.Net processes above a billion transactions comprised of a hundred and a half-billion-dollar payments.\r\n\r\nAuthorize.Net is offering its recurring payment processing services to all types of small to mid-sized subscription-based businesses and enterprises, including the eCommerce subscription market, recurring payments businesses, SaaS, cloud, data center, telco/ISP, and managed services businesses.\r\n\r\nIt is one of the highly recommended payment gateways for recurring billing and payment processing management. It is used by thousands of merchants to processes card transactions and electronic payments or refunds. It leverages other third-party applications integrated into the subscription management system.\r\n\r\nThe subscription merchants looking for comprehensive tools for managing complex subscriptions in a single subscription management platform trust SubscriptionFlow with Authorize.Net enabled as a recurring payment management platform that permits customers to simply enter payment information directly onto a web page while securing the payment information with the fraud-protection services.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3810\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Why Integrate Authorize.Net with SubscriptionFlow?\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607323001548{margin-top: 25px !important;}\"]With SubscriptionFlow, Merchants can charge their customers as they want. It supports all the recurring billing models from flat-fee to pay-as-you-go and the tiered subscription billing. Authorize.Net is compatible with all and is efficient in making that process efficient and accurate. Having the integration with Authorize.Net enables SubscriptionFlow to handle customer’s recurring payments as part of an integrated process that translates to helping us deliver high-quality services to our customers with the following functionalities:\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\"><strong>Automated Recurring Billing and Payment Processing</strong></a>\r\n\r\nSubscriptionFlow integrated with Authorize.Net is the platform that subscription merchants need for effective and automated recurring invoicing, billing adjustments, and payment processing. Together, they assure no hassles in billing and seamless instant payment processing directly into a merchant\'s account.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\"><strong>Secure and Safe Recurring Payments</strong></a>\r\n\r\nRecurring Payment requires saving the payment details. Authorize.Net is a PCI DSS-compliant payment services provider that ensures the security of your customer’s payments and the protection of their data. The AI-enabled recurring billing and payment processing modules efficiently minimize the likelihood of online payment frauds like chargebacks for the subscription merchants.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/10/subscription-engine-uncovers-the-hidden-revenue/\"><strong>Multiple Payment Methods Support</strong></a>\r\n\r\nAuthorize.Net supports a range of payment methods. SubsciptionFlow and Authorize.Net together can cater to customers from across the globe and offer various payment methods supporting multiple currencies for hundreds and thousands of recurring billing and payment processing based businesses.\r\n\r\n<strong>Instant and Integrated Payment Notifications and Reminders</strong>\r\n\r\nWith SubscriptionFlow Recurring Billing Service Authorize.Net, customer support and communications are made easy. Merchants can conveniently notify customers when the credit card expires or the free trial ends.\r\n\r\nWith Authorize.Net and SubscriptionFlow, you can add custom messages to the notifications automatically sent by the system, allow customers to end a trial and switch to a full subscription, or allow customers to add/remove features to or from an existing subscription. It also automates the request catch-up payments when needed (e.g. outstanding balance).\r\n\r\n<strong>Integration with Other Applications</strong>\r\n\r\nSubscriptionFlow with Authorize.Net is great to track payment receivables and managing other accounting with Quickbooks, Zoho books, or any other accounting software.\r\n\r\nSubscriptionFlow’s Recurring Billing Service with Authorize.Net will bring advanced and extensible technologies that help eliminate pain points associated with subscription billing and payment processing.\r\n\r\nTo learn more about how Authorize.Net integrates with SubscriptionFlow and how this integration can bring efficiency into your recurring billing and payment processing management, simply <a href=\"https://staging.subscriptionflow.com/demo/\">book a demo</a> with our expert and explore the business opportunities.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Billing with Authorize.net','','publish','closed','closed','','recurring-billing-with-authorize-net','','','2021-01-25 08:29:18','2021-01-25 08:29:18','',0,'https://staging.subscriptionflow.com/?page_id=3796',0,'page','',0),(3804,1,'2020-11-03 10:53:18','2020-11-03 10:53:18','','recurring-billing-with-authorize.net','','inherit','open','closed','','recurring-billing-with-authorize-net-2','','','2020-11-03 10:53:26','2020-11-03 10:53:26','',3796,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png',0,'attachment','image/png',0),(3806,1,'2020-11-03 11:34:58','2020-11-03 11:34:58','','Recurring Revenue Frictions with Automated Subscription Billing','','inherit','open','closed','','recurring-revenue-frictions-with-automated-subscription-billing','','','2021-03-26 07:21:19','2021-03-26 07:21:19','',3796,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg',0,'attachment','image/jpeg',0),(3808,1,'2020-11-03 11:59:24','2020-11-03 11:59:24','','Integrate SubscriptionFlow’s Automated Subscription Billing For Authorize.Net','','inherit','open','closed','','integrate-subscriptionflows-automated-subscription-billing-for-authorize-net','','','2021-03-26 07:21:37','2021-03-26 07:21:37','',3796,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg',0,'attachment','image/jpeg',0),(3810,1,'2020-11-03 12:22:55','2020-11-03 12:22:55','','5 reasons to integrate subscriptionflow with authorize.net','','inherit','open','closed','','5-reasons-to-integrate-subscriptionflow-with-authorize-net','','','2021-03-26 07:21:53','2021-03-26 07:21:53','',3796,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg',0,'attachment','image/jpeg',0),(3814,1,'2020-11-04 11:43:48','2020-11-04 11:43:48','The outbreak of COVID-19 is challenging every human advancement and technology. From health to education and governance to the economy, it incurred damages across the sectors.\r\n\r\nFinancial institutions are experiencing no fewer trials and turbulences than any other entity. In fact, it has become a more graving threat than ever because people have now become more dependent on online and digital technologies to process their everyday financial operations including online purchasing, business dealings, payment transactions, financial communications, and others.\r\n\r\nPandemic surfaces the new challenges and threats to the online system of money and finance. And, the fraudulent elements have found opportunities in this mess and chaos. These evil geniuses are out to trick your money into their accounts. Even, the safest ways of online fund transfers are at risk.\r\n\r\nACH Payments are one of them.\r\n\r\nFraud involving the payment made through the ACHN is on the rise. ACHN is the Automated Clearing House Network. It is a financial institution that processes electronic funds through the batch processing system.\r\n\r\nBatch processing made ACH one of the safer ways to transfer electronic funds from one bank to another bank.\r\n\r\nThe fraudulent elements have increasingly started attacking the ACH payment transactions to tap money out of the bank accounts of unsuspecting victims.\r\n\r\nThis article encompasses the key concerns like what ACH fraud is, how pervasive this fraud is, what are the risks of ACH payments, what different types of ACH payment frauds are, and how can they be prevented?\r\n\r\nLet’s begin with reviewing the understanding that what ACH payment is and how it works?\r\n<h2><a href=\"https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/\"><strong>What are ACH Payments?</strong></a></h2>\r\nACH Payments are the electronic mode of funds transfer from one bank to another without using checks, credit card networks, wire transfers, or cash, in batches, and through the Automated Clearing House Network (ACHN).\r\n\r\nACH transfers are cost-efficient and user-friendly ways to transfer funds, electronically. Individuals, businesses, organizations, and governments, and other entities use ACH Payments for reliable and controlled-payment transfers.\r\n\r\nAch payments are of two types:\r\n<h3><strong>Direct Deposits</strong></h3>\r\nThe ACH Direct Deposits are the electronic funds transfers that are made by a business to any institution—government, another business, or individual customers. They can be made using Paychecks, Government Benefits, Tax Refunds, Interest Payments, and others.\r\n<h3><strong>Direct Payments</strong></h3>\r\nPaying a bill online, sending money from one bank account to another, sending payments via PayPal, Stripe, Braintree, and other payment processing providers, and more are the prime examples of ACH Payments.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h2><strong>Understanding the ACH Payment Fraud</strong></h2>\r\nACH payment fraud refers to the unauthorized transactions of ACH payments involving Automated Clearing House Network. The ACHN is used by the banks and other financial institutions to make direct deposits, checks, bills, payment transfers, and others between individuals, businesses, financial entities, and governments.\r\n\r\nUnsuspecting accounts are the primary targets of the ACH fraudsters. They need only two pieces of information to leave you empty-handed and your bank account empty:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>A Checking Account Number</li>\r\n <li>A Bank Routing Number</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThis information can easily be obtained through the targeted digital con called phishing email.\r\n\r\nPhishing is a type of electronic crime that refers to trick the victim into running malicious software which facilitates criminals to install keylogging software and acquire bank account passwords to steal money from the bank accounts.\r\n<h3><strong>The Phishing Scam</strong></h3>\r\nPhishing is a type of cybercrime that is used to target the victims via email, text, or any other digital medium and cons them to provide sensitive information, including bank account number, password, or answer to the security question, or any other to access the bank routing number for ACH payment fraud resulting in financial loss.\r\n\r\nAccess to information can also be gained by installing malicious software on a computer instead of getting it directly from the victim.\r\n\r\nThese sophisticated malicious software, also known as malware, can be sent via email attachments or infected URLs.\r\n\r\nIt is important for individuals to ensure protection against the phishing scam from their side.\r\n\r\nLinks and attachments in potential ACH fraud emails may contain malware that can be installed onto your computer and steal personal information. These emails later may take control of your system and can demand payments by threatening to lock the computer if you don’t pay.\r\n\r\nOpening emails or clicking on fishy links within emails from senders you don\'t recognize can land users into the hot waters and they may end up providing a username, password, date of birth, social security number, financial data, or other personal information in response to an email, text, or robocall.\r\n\r\nOne such phishing scam form is BEC—Business Email Compromise. BEC refers to the frauds that are made as compromises or mimic emails associated with employees, vendors, or clients. Hackers use that email to request a sham ACH payment or wire transfer. In most cases, an email address is used that closely resembles an employee, client, or vendor email address.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>The Dangers of the ACH Fraud</strong></h3>\r\nDuring the difficult times of COVID-19, it is pertinent to take all the precautionary measures and use tools and procedures to ensure protection against financial frauds and scams.\r\n\r\n2019, a whopping more than $1000 billion losses are reported due to ACH fraud. The FBI reports it is seeing several new victim complaints and cases opened every week.\r\n\r\nThe <a href=\"https://www.bankbv.com/business-insights/ach-fraud\">Association of Financial Professionals (AFP)</a> 2020 Payments Fraud and Control Survey report suggested that 81 [percent of the respondents were the victims of online payment frauds and more than 55 percent were targeted through ACH transactions.\r\n\r\n33 percent of them were ACH Debits, whereas 22 percent were ACH credits.\r\n\r\nThe same-day ACH payment has become a reason for concern. As same-day ACH payments are beneficial for all types of businesses and this is where the scammers found the paradise to trick and damage the victim’s accounts and steal money from their accounts.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a>\r\n<h3><strong>The Targets of the ACH Fraud</strong></h3>\r\nAccording to the <a href=\"https://www.ic3.gov/media/2009/091103-1.aspx\">Internet Crime Complaint Center (IC3</a>), the bank account holders who have become the target of the ACH frauds due to phishing scams are often small- to medium-sized businesses across the United States, in addition to court systems, school districts, and other public institutions.\r\n\r\nSMBs frequently become the target of these ACH payment fraudsters as they do not protect their digital information against cybercrimes.\r\n\r\nCybercriminals can easily deceive the internal employees and con them to reveal crucial information, account passwords, and others through phishing emails that contain infected files and links to infected websites or applications. It eases the hacker to access the banking credentials.\r\n\r\nWith the advancement of technology, bypassing security clearances and stealing time-sensitive information from businesses and individuals to access the passwords of bank accounts has now become relatively easier.\r\n\r\nThis is why protecting your corporate assets requires constant vigilance and looking for precautionary measures. When dealing with payments like an automated clearing house (ACH) payment or wire transfers, business accounts must be protected with minimum risk.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\">The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them</a>\r\n<h3><strong>How to Prevent ACH Fraud?</strong></h3>\r\nUntil now, ACH has never been considered a high-risk payment method as it is a different and guarded payment method. The ACH batch processing is a great assistance to ensure protection However after the COVID outbreak, fraudsters are now focused on targeting ACH payments and transactions in addition to checks and wires.\r\n\r\nAnd, their prime targets are small- to mid-sized businesses with bank accounts in local banks and currencies, and the participants of the subscription commerce—Consumer and merchant, both.\r\n\r\nIn the <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">recurring billing business</a>, the payment information is stored and encrypted by the billing system and is safe to process through batches. But, the real threat here is phishing or BEC emails.\r\n\r\nImplementation of the following of the few preventive practices can help businesses as well as individuals to protect their sensitive information and mitigate the risks of compromised or mimic emails. Some of these are:\r\n\r\nConsider implementing the following best practices to better protect your business:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Invest time, effort, and resources to educate yourself about the potential risks of ACH frauds and learn to not only identify but also find the ways to mitigate them to protect your financial assets and sensitive information.</li>\r\n <li>Avoid initiating payments on email confirmation only. Cross-check the authenticity of the source in other ways as well. Two-step verifications are a solution to avoid any complications.</li>\r\n <li>If you are a SaaS, ensure preventive measures for ACH chargebacks as well.</li>\r\n <li>Do not click on every random message or link received or available on social media platforms or digital communications applications that may contain malware that can steal the information.</li>\r\n <li>With an intrusion detection system, set rules to flag emails that can potentially be threatening.</li>\r\n <li>B2B and B2C online businesses, subscription and SaaS businesses must know the payment behaviors of their customers and their clients. Payment behaviors difference may be a red signal to verify the payment requests.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nConfigure the <a href=\"https://staging.subscriptionflow.com\">billing system</a> with AI-modules to process payments through multiple payment gateways facilitating multiple payment methods to provide maximum security to online transactions and payment communications.','COVID-19 ALERT—ACH Payment Fraud Can Leave You Empty-handed and Your Bank Account EMPTY!','','publish','open','open','','covid-19-alert-ach-payment-fraud-can-leave-you-empty-handed-and-your-bank-account-empty','','','2020-11-12 13:03:58','2020-11-12 13:03:58','',0,'https://staging.subscriptionflow.com/?p=3814',0,'post','',0),(3815,1,'2020-11-04 11:42:03','2020-11-04 11:42:03','','Covid-19 payment fraud protection','','inherit','open','closed','','covid-19-payment-fruad-protection','','','2021-03-26 07:22:03','2021-03-26 07:22:03','',3814,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg',0,'attachment','image/jpeg',0),(3817,1,'2020-11-05 08:16:23','2020-11-05 08:16:23','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"3822\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing With Stripe\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1604564486808{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Safe & Secure Payment Options for Customers\r\n\r\nExperience Hassle free Automated Billing[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"3824\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1604571800230{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Facilitate Your Customers with Secure Payment Processing, Every Time, with Stripe\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607322375493{margin-top: 25px !important;}\"]eCommerce businesses lose more than 40 to 50 percent of their customers every other day because of the unavailability of their required or supported <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a>. Studies suggested that customers prefer to pay in their own currency.\r\n\r\nNot all payment gateways support all the payment methods and currencies are are not available across the regions.\r\n\r\nIn the recurring billing businesses, merchants are required to look for some other factors like if payment gateways are compatible with the subscription billing business model or are enough secure to store the credit card details, etc.\r\n\r\nTo facilitate subscription and SaaS businesses, SubscriptionFlow automates the recurring billing using Stripe as one of the most trusted and credible payment gateways that accept hundreds of currencies and supports multiple online payment methods, regions, and businesses.\r\n\r\nThe well-designed APIs of Stripe offers innovative features which made more than 27 percent of the US citizens to use it for making online purchases.\r\n\r\nSubscriptionFlow Stripe integration opens the avenues for the subscription businesses, tech startups, SaaS, rentals, and other IoT-based ventures to boost their recurring revenue and stream more profit by removing frictions in the online payment processing.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3825\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Stripe Is One of the Most Trusted Payment Processing Services Provider\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607322402969{margin-top: 25px !important;}\"]Stripe is one of the most preferred choices of individuals and small- to mid-sized businesses to send and receive payments in digital currencies via digital wallets.\r\n\r\nNot only SMBs, but Stripe is also the premier choice as the payment gateway for many of the subscription-based-larger businesses, complex SaaS products, marketplaces.\r\n\r\nSome of the most high-profile clients of Stripe including bigwigs like Target, Lyft, Pinterest, Kickstarter, and others.\r\n\r\nAccepting payment for recurring billing with Stripe is the smarter, easier, and faster way to automate the <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a>.\r\n\r\nStripe offers seamless support to more than 135 currencies from more than 25 plus merchants locations, including the US, UK, Canada, Australia, Europe, Australia, India, China, and more.\r\n\r\nStripe when integrated with SubscriptionFlow facilitate their customers to accept several debit/credit cards for international payments. It also accepts payments from other digital wallets, most notably, mobile wallets like Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, AliPay, and some others.\r\n\r\nThe primary version of Stripe is free. With Stripe, you are not bound by the contracts and can terminate the association at any point. Not only this, it allows you to migrate the data if for any reason merchant wants to migrate to any other payment gateway.\r\n\r\nFor most countries, Stripe payouts max. in 07 days.\r\n\r\nWith instant and action-based automated communications via email, merchants can stay updated. For real-time support, Stripe offers IRC Channel to communicate their concerns with the reps and get help in real-time.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3827\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Offer Best Experience of Recurring Billing with SubscriptionFlow Stripe Integration\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607322512287{margin-top: 25px !important;}\"]SubscriptionFlow has been designed to facilitate the businesses with the overwhelming demand for secure, faster, and effective recurring billing and payment processing solutions. Processing of recurring payments essentially requiring the payment information to be stored in the safest place. Stripe has a dedicated vault that instantly encrypts and flows the information into the vault.\r\n\r\nStripe keeps the subscription businesses PCI-Compliant. Adding an extra layer of security, Stripe also offers Radar—a trademark anti-fraud system that combines machine learning with a customizable ruleset.\r\n\r\nStripe offers secure payment services validated PCI DSS level 1 compliant service providers that secure sensitive data with the features like encryption and tokenization.\r\n\r\nAbove all, it offers instant transfer to the main account against a fee of 1% of the amount transferred.\r\n\r\nOnline payment processing often hurts the business growth and revenue objectives of the subscription merchants and SaaS vendors with chargebacks.\r\n\r\nStripe is the only payment gateway that reverses the chargeback charges if the dispute is resolved in the merchant’s favor.\r\n\r\nSubscriptionFlow in association with Stripe lessens the pains of recurring payment processing and its security. With the SubscriptionFlow Stripe integrations, experience the best ever check out and payment processing in no time and with no efforts.\r\n\r\nSubscriptionFlow is an ultimate automated subscription management solution that allows extensible and scalable subscription management powered by AI-enabled modules to integrate with multiple third-party applications, including payment gateways that support multiple payment methods and currencies.\r\n\r\nIn addition to integration with payment gateways like Strips, it also offers features like price optimization, support to multiple billing models, automated recurring invoicing and custom invoicing, prorated subscription billing, automated sales tax calculation and coupon, vouchers, and other add-ons implementation along with dunning management to support constant and frequent streaming of the recurring revenue to allow subscription and SaaS businesses to achieve their business goals and profit targets.\r\n\r\nIf you are looking for <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">online subscription management solutions</a> that can save your time, money, and efforts, divert your resources to acquire an automated recurring billing management platform like SubscriptionFlow. Request a demo with our expert and begin your journey of subscription billing and payment processing management with SubscriptionFlow.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Billing With Stripe','','publish','closed','closed','','recurring-billing-with-stripe','','','2021-01-25 08:28:50','2021-01-25 08:28:50','',0,'https://staging.subscriptionflow.com/?page_id=3817',0,'page','',0),(3822,1,'2020-11-05 08:43:58','2020-11-05 08:43:58','','recurring-billing-with-stripe','','inherit','open','closed','','recurring-billing-with-stripe-2','','','2020-11-05 08:44:04','2020-11-05 08:44:04','',3817,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-stripe.png',0,'attachment','image/png',0),(3824,1,'2020-11-05 10:23:01','2020-11-05 10:23:01','','Secure Payment Processing with stripe','','inherit','open','closed','','secure-payment-processing-with-stripe','','','2021-03-26 07:22:17','2021-03-26 07:22:17','',3817,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg',0,'attachment','image/jpeg',0),(3825,1,'2020-11-05 10:38:08','2020-11-05 10:38:08','','Stripe Is One of the Most Trusted Payment Processing Services Provider','','inherit','open','closed','','stripe-is-one-of-the-most-trusted-payment-processing-services-provider','','','2021-03-26 07:22:38','2021-03-26 07:22:38','',3817,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg',0,'attachment','image/jpeg',0),(3827,1,'2020-11-05 11:00:37','2020-11-05 11:00:37','','Recurring Billing with SubscriptionFlow Stripe Integration','','inherit','open','closed','','recurring-billing-with-subscriptionflow-stripe-integration','','','2021-03-26 07:38:57','2021-03-26 07:38:57','',3817,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg',0,'attachment','image/jpeg',0),(3835,1,'2020-11-06 07:38:43','2020-11-06 07:38:43','[vc_row][vc_column][vc_custom_heading text=\"Draw, Manage, and Engage Customers in Your Subscription Business with SubscriptionFlow HubSpot Integration\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4025\" img_size=\"full\" alignment=\"center\"][vc_column_text]Subscription Business Model is rapidly sweeping the market with its growth-friendly properties like stability, predictability, and scalability. Businesses are switching from traditional one-time revenue earning from one-time customers to recurring revenue from all-seasons customers.\r\n\r\nCompanies are hugely investing in retaining customers in large numbers to mint recurring revenue and scale, magnanimously.\r\n\r\nBased on the size of the company, Subscription Businesses search for subscription solutions that can help them with more customer engagement, customer management, sales and transaction management, billing and <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a>, and revenue tracking.\r\n\r\nThis is why Subscription Software integrated with HubSpot is the savior for small- and mid-sized businesses and enterprises alike.\r\n\r\nHubSpot is a popular customer engagement and business management service, provider. It offers the best services and solutions for managing business with ease, automation, simplicity, and efficiency. HubSpot offers hi-end customer relationship management (CRM), inbound marketing management, and sales management tools to help subscription businesses to scale, resourcefully.\r\n\r\nHubSpot\'s top-of-the-line range of customer service, sales, and marketing modules include features like social media management, content management, lead generation, web analytics, search engine optimization, search engine marketing management, live chat support, customer care, and many more.\r\n\r\nSubscriptionFlow-HubSpot Integration provides seamless subscription and customer management across revenue operations with subscription and recurring billing software integrated with the full stack of software for inbound marketing, sales, and customer service, with a HubSpot CRM at its core.\r\n\r\nFrom HubSpot CRM, (Content Management System) CMS Hub, Marketing Hub, Sales Hub, or Service Hub, SubscriptionFlow can integrate any of the HubSpot stacks individually, or as per their needs, subscription business can opt for the full stack of software and integrate SubscriptionFlow within to efficiently manage recurring billing and leverage the CRM, marketing, sales, and service processes with the subscription data to its fullest.\r\n<h3><strong>How SubscriptionFlow, Subscription Software Integration with HubSpot Helps Subscription Businesses</strong></h3>\r\nSubscriptionFlow is a complete subscription management platform that offers all the recurring billing, payments, and revenue management solutions—from automated invoices to prorated billing to auto tax adjustments and dunning management to safe payment processing to <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">reporting and SaaS analytics</a>. It is a highly flexible platform that can support easy and efficient integration with or within the system. When SubscriptionFlow integrates with any of the following HubSpot stacks, it streamlines the operations across the apps and syncs data in run-time without any delays, errors, or complexities.\r\n\r\n<img class=\"size-full wp-image-4026 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg\" alt=\"hubspot-and-subscriptionflow-integrations\" width=\"959\" height=\"716\" />\r\n\r\nLet’s learn more about the HubSpot stacks:\r\n<h3><strong>SubscriptionFlow Integrated with HubSpot CRM</strong></h3>\r\nSubscriptionFlow integrated with HubSpot CRM is an ultimate solution to manage contacts, seamlessly. With its easy-to-use tools, you’ll never have to manually update reports or monitor the team’s performance in tracking leads. It benefits everyone in the team—from sales leaders to sales teams and marketers to managers to customer support executives to business executives. It gives you detailed reports on sales activity, productivity, and individual performance with tools like Reporting Dashboard, Company Insights, Deal Tracking, and Subscription Pipeline Management.\r\n<h3><strong>SubscriptionFlow Integrated with HubSpot CMS Hub</strong></h3>\r\nHubSpot’s content management software or CMS is amazing for marketers and content developers and gives assistance like drag-and-drop editor, SEO recommendations, or website building themes for the content developed and marketed for your subscribers’ engagement.\r\n<h3><strong>SubscriptionFlow Integrated with HubSpot Marketing Hub</strong></h3>\r\nWith this integration, explore the data-driven prospects of reaching out to the customers based on their behaviors and preferences. HubSpot’s Marketing Hub is the ultimate platform for inbound marketing. With its integration with our Subscription software, draw customers to subscription-based products and services through content marketing, social media marketing, search engine optimization, and digital branding. Offer potential customers targeted and personalized newsletters, blogs, and entries on social media platforms and measure them with SaaS analytics.\r\n<h3><strong>SubscriptionFlow Integrated with HubSpot Sales Hub</strong></h3>\r\nSubscriptionFlow integration with HubSpot Sales Hub is the bag of opportunities to find the leads, track them, and convert them into customers. Closing-every-subscription-sales-deal goal tracking becomes possible and measurable with this integration. The automated AI-modules of SubscriptionFlow along with HubSpot offers time-saving and resourceful features like Email Tracking, Meeting Scheduling, Email Automation, etc.\r\n<h3><strong>SubscriptionFlow Integrated with HubSpot Services Hub</strong></h3>\r\nSubscriptionFlow, when integrates with HubSpot Services Hub, allows customer service and support management teams to connect with subscribers in every phase of the sales pipeline, surpass support beliefs, and evolve them into a stellar experience that builds customers’ trust and satisfaction. From generating a ticket to customer feedback management, and creating knowledge-base, it is a full care and support services management system.\r\n<h3><strong>How SubscriptionFlow Integrates with HubSpot</strong></h3>\r\nSubscriptionFlow as a subscription software integrated with HubSpot allows full-fledged synchronization of the data across the stacks which includes subscription plans information, Subscribers’ information, invoices, payments, payment status, plan preferences, etc. This eases the flow of information across the RevOps without leaving the platform of HubSpot. All the teams can stay connected and updated in real-time. SubscriptionFlow-HubSpot integration can help across the workflows, such as\r\n<ul>\r\n <li>\r\n<h4><strong>SubscriptionFlow Integration with HubSpot For Marketing Wing</strong></h4>\r\n</li>\r\n</ul>\r\nIt allows marketing teams to classify, segment, sieve, and target the audiences based on their subscription activity, plans preferences, payment and billing information, transactional history, and more with customized email marketing campaigns and tailored strategies, including display ads, search engine marketing, social media influencing, and many more inbound marketing channels.\r\n<ul>\r\n <li>\r\n<h4><strong>SubscriptionFlow Integration with HubSpot For Sales Wing</strong></h4>\r\n</li>\r\n</ul>\r\nIt helps the subscription sales team to approach the customers with data-driven cross-sale opportunities, upgrade offers or plan switch suggestions.\r\n<ul>\r\n <li>\r\n<h4><strong>SubscriptionFlow Integration with HubSpot For Support Wing</strong></h4>\r\n</li>\r\n</ul>\r\nWith this integration, stay updated on customer status. Deal better with risky customers and manage excellent with prosperous clients. Manage payment reminders, credit card expiry, and other notifications.\r\n<ul>\r\n <li>\r\n<h4><strong>SubscriptionFlow Integration with HubSpot For Research & Development Wing</strong></h4>\r\n</li>\r\n</ul>\r\nSubscriptionFlow integration with HubSpot allows real-time business development monitoring. Teams can gain visibility within the phases of the subscription pipeline and with research explore them to their fullest possibilities. They can also use the subscription data to resolve complex business and revenue growth management problems. The integration offers multiple data points which can further be fueled with AI-supported SubscriptionFlow modules for recommendations, suggestions, and risks detection & prevention for subscription product or services development.\r\n\r\nStart growing with SubscriptionFlow integrated with HubSpot today! <a href=\"https://staging.subscriptionflow.com/demo/\">Request a Demo</a> with an expert, take a free trial, or contact SubscriptionFlow for personalized subscription management solutions.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','SubscriptionFlow HubSpot Integration','','publish','closed','closed','','subscriptionflow-hubspot-integration','','','2020-12-03 12:39:41','2020-12-03 12:39:41','',0,'https://staging.subscriptionflow.com/?page_id=3835',0,'page','',0),(3840,1,'2020-11-06 07:43:38','2020-11-06 07:43:38','<p>[vc_row css=\".vc_custom_1607693549995{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh pt-main-heading\"][vc_column][vc_custom_heading text=\"SubscriptionFlow Agreement to Terms\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" el_class=\"landing-page-heading\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\"><strong>Effective Date: November 05, 2020</strong></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 pt-page pt-page-content-style\" css=\".vc_custom_1607930265556{padding-bottom: 40px !important;}\"][vc_column][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">1. </span> Agreement to Terms</h2>\r\n<p><span class=\"custom-listing-view\">1.1.</span>These Terms and Conditions constitute a legally binding agreement made between you, whether personally or on behalf of an entity (<strong>you</strong>), and <strong>TECHLOYCE.LLC</strong>, concerning your access to and use of the <strong>SubscriptionFlow</strong> <strong>(</strong><a href=\"https://staging.subscriptionflow.com\"><strong>https://staging.subscriptionflow.com</strong></a><strong>)</strong> website as well as any related applications (<strong>Site</strong>).[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">2. </span> Rights to Use the Services</h2>\r\n<p><span class=\"custom-listing-view\">2.1.</span> By accessing or using the Services or Websites or authorizing or permitting any User or End-Customer to access or use the Services or Websites, You are agreeing to be bound by these Terms. In the event of a conflict between these terms of service and Our Privacy Notice, these terms of service shall prevail.</p>\r\n<p><span class=\"custom-listing-view\">2.2.</span> If you are using Our Services for an organization, you are agreeing to these Terms on behalf of that organization and in these Terms, \"You\" or \"Your\" refers to that organization. If you do not have such authority, or if you do not agree with these Terms, You must not accept these Terms and should not access or use the Services and/or Websites.</p>\r\n<p><span class=\"custom-listing-view\">2.3.</span> The information provided on the Site is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country.</p>\r\n<p><span class=\"custom-listing-view\">2.4.</span> The Site is intended for users who are at least 18 years old. If you are under the age of 18, you are not permitted to register for the Site or use the Services without parental permission.[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">3. </span> Changes to the Websites and Services</h2>\r\n<p><span class=\"custom-listing-view\">3.1.</span> We may make changes to these Terms and Conditions at any time. The updated version of these Terms and Conditions will be indicated by an updated \"Revised\" date and the updated version will be effective as soon as it is accessible. You are responsible for reviewing these Terms and Conditions to stay informed of updates. Your continued use of the Site represents that you have accepted such changes.[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">4. </span> Intellectual Property Rights</h2>\r\n<p><span class=\"custom-listing-view\">4.1.</span> Unless otherwise indicated, the Site and Services including source code, databases, functionality, software, website designs, audio, video, text, photographs, and graphics on the Site (<strong>Our Content</strong>) are owned or licensed to us, and are protected by copyright and trade mark laws.</p>\r\n<p><span class=\"custom-listing-view\">4.2.</span> Except as expressly provided in these Terms and Conditions, no part of the Site, Services or Our Content may be copied, reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, translated, transmitted, distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our express prior written permission.</p>\r\n<p><span class=\"custom-listing-view\">4.3.</span> Provided that you are eligible to use the Site, you are granted a limited license to access and use the Site and Our Content and to download or print a copy of any portion of the Content to which you have properly gained access solely for your personal, non-commercial use.</p>\r\n<p><span class=\"custom-listing-view\">4.4.</span> You shall not (a) try to gain unauthorized access to the Site or any networks, servers or computer systems connected to the Site; and/or (b) make for any purpose including error correction, any modifications, adaptions, additions or enhancements to the Site or Our Content, including the modification of the paper or digital copies you may have downloaded.</p>\r\n<p><span class=\"custom-listing-view\">4.5.</span> Although we make reasonable efforts to update the information on our site, we make no representations, warranties or guarantees, whether express or implied, that Our Content on the Site is accurate, complete or up to date.[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">5. </span> Billing and Payments</h2>\r\n<p><span class=\"custom-listing-view\">5.1.</span> <strong>Subscription Fees.</strong> When you are on a paying plan, you shall be charged a fee based on the Plan You choose for the Services as \"Subscription Fees\". Unless specified otherwise herein or in a Pricing Agreement, the Subscription Fees are payable in full and in advance until Your Subscription is terminated in accordance with Section 8 (Term, Termination and Suspension).</p>\r\n<p><span class=\"custom-listing-view\">5.2.</span> <strong>Payment.</strong> You agree to pay the Subscription Fees through a payment method acceptable to Us. You hereby authorize us and/or our authorized agents, as applicable, to bill you in accordance with Your Plan and/or Pricing Agreement for Your Subscription (and any renewal thereof). Unless otherwise stated in a Pricing Agreement, Your payment is due in full immediately upon each due date with respect to Your Subscription. You must notify Us of any change in Your payment account information, either by updating via e-mail to <a href=\"mailto:support@staging.subscriptionflow.com\">support@staging.subscriptionflow.com</a>.</p>\r\n<p><span class=\"custom-listing-view\">5.3.</span> <strong>Renewal.</strong> For any Renewal Term (as defined below), unless otherwise agreed to in a Pricing Agreement, We reserve the right to change the subscription fees and billing methods upon a thirty (30) day notice. For existing Subscriptions for which the Subscription Fees has been already received by Us, We will implement the price changes during the next Renewal Term.</p>\r\n<p><span class=\"custom-listing-view\">5.4.</span> <strong>Refunds</strong>. Unless otherwise specified in these Terms or Pricing Agreement, all Subscription Fees are non-refundable. We do not provide refunds or credits for any partial use or non-use of the Services.</p>\r\n<p><span class=\"custom-listing-view\">5.5.</span> <strong>Taxes.</strong> Unless otherwise specified in a Pricing Agreement, the Subscription Fees do not include any taxes, duties, fees or other amounts assessed or imposed by any government authority, for which You are responsible except for taxes imposed on Our income. You agree to pay or reimburse us for all such amounts upon demand or provide evidence of payment or exemption.</p>\r\n<p><span class=\"custom-listing-view\">5.6.</span> <strong>Delayed Payments/Non-payment of Subscription Fees.</strong> Where we do not receive payment towards the Subscription Fees within the due date for a Subscription, You shall be notified of such non-payment. We must receive payments within a maximum of thirty (30) days from the date of our notice. If We do not receive payment within the abovementioned time period, in addition to our right to other remedies available under law, We may (i) charge an interest for late payment and/or (ii) suspend Your access to and use of the Services until We receive Your payment towards the outstanding Subscription Fees; and/or (iii) terminate the Subscription in accordance with Section 8 (Term, Termination and Suspension).</p>\r\n<p><span class=\"custom-listing-view\">5.7.</span> <strong>Upgrades and Downgrades.</strong> You may upgrade or downgrade between the Plans. You understand that downgrading may cause loss of features or capacity of the Services as available to you before downgrading Your Subscription. We will not be liable for such loss. When you upgrade or downgrade, the new Subscription Fees become immediately applicable. Upon upgrade, the new Subscription Fees for the subsisting month would be charged on a pro-rated basis and shall be payable in accordance with Section 5.2 (Payment). Subsequent months will be charged in full according to the new Subscription Fees and any credits will be adjusted appropriately.</p>\r\n<p><span class=\"custom-listing-view\">5.8.</span> <strong>Benefits.</strong> We may, at our sole discretion, offer you certain non-transferrable benefits (such as discounts on Subscription Fees or a free extension in Term) specific to a Subscription. The benefits may have an expiry date. If they do not have an expiry date, they will expire upon completion of twelve (12) months from their date of offer.<br />\r\n[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">6. </span> Term, Termination and Suspension</h2>\r\n<p><span class=\"custom-listing-view\">6.1.</span> <strong>Term</strong>. Unless otherwise specified in a Pricing Agreement, a Subscription is valid for a period of twelve (12) months from the date of Your Subscription (\"Initial Term\") and shall renew automatically for a term equivalent in length to the then expiring term (\"Renewal Term\") unless terminated in accordance with these Terms. For the purposes of these Terms, \"Term\" shall mean the Initial Term and any Renewal Terms.</p>\r\n<p><span class=\"custom-listing-view\">6.2.</span> <strong>Termination by You</strong>. You may terminate a Subscription at any time by raising a request for cancellation of Your Subscription or by e-mailing Us at <a href=\"mailto:support@staging.subscriptionflow.com\">support@staging.subscriptionflow.com</a> and ceasing all use of the Services.</p>\r\n<p><span class=\"custom-listing-view\">6.3.</span> <strong>Suspension and Termination by Us</strong>. In the event of any actual or threatened breach of these Terms by You (including non-payment of Subscription Fees), we may immediately suspend all or part of Your Subscription(s). We may terminate these Terms, including Your Subscription(s), if you have breached any of these Terms and if that breach can be cured, you fail to cure that breach within fifteen (15) days after receiving written notice of that breach from us (\"Your Cure Period\").</p>\r\n<p><span class=\"custom-listing-view\">6.4.</span> <strong>Consequences of termination of a Subscription.</strong></p>\r\n<ul class=\"list-sub-sub-child\">\r\n<li><span class=\"custom-listing-view\"> 6.4.1</span> We shall not be liable to you or any other third party for suspension or termination of Your Subscription or Your access to and use of the Services.</li>\r\n<li><span class=\"custom-listing-view\"> 6.4.2</span> Following termination of a Subscription, We will retain that Account\'s Service Data for certain period days beyond which, We will have no obligation to maintain or provide You, Users and End-Customers access to Service Data. Thereafter, unless legally prohibited, We reserve the right to destroy all Service Data in Our possession in the normal course of Our operations in accordance with the Privacy Notice.</li>\r\n<li><span class=\"custom-listing-view\"> 6.4.3</span> Unless subscription fee is waived by Us in writing or where the total Subscription Fees has already been prepaid, if a Subscription is terminated in accordance with Section 6.2 (Termination by You) or 6.3 (Suspension and Termination by Us) of these Terms, in addition to other amounts You may owe Us, You must immediately pay all unpaid Subscription Fees for the Term accrued through and including Your Cure Period.</li>\r\n</ul>\r\n<h3 class=\"list-sub-sub-child-heading\"><strong>Additional policies which also apply to your use of the Site include:</strong></h3>\r\n<ul class=\"list-sub-sub-child\">\r\n<li><span class=\"custom-listing-view\">6.5.1</span> Our <a href=\"https://staging.subscriptionflow.com/privacypolicy/\">Privacy Notice</a>, which sets out how we process any personal data we collect from you, or that you provide to us. By using the Site, you consent to such processing and you warrant that all data provided by you is accurate.</li>\r\n<li><span class=\"custom-listing-view\">6.5.2</span> Our <a href=\"https://staging.subscriptionflow.com/privacypolicy/#cp\">Cookie Policy</a> which sets out information about the cookies on the Site.</li>\r\n<li><span class=\"custom-listing-view\">6.5.3</span> If you purchase digital goods from the Site, our terms and conditions of supply will apply to the sales. Certain parts of this Site can be used only on payment of a fee. If you wish to use such Services, you will, in addition to our Terms and Conditions, also be subject to our Terms and conditions of supply.</li>\r\n</ul>\r\n<p>[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">7. </span> Confidentiality</h2>\r\n<p><span class=\"custom-listing-view\">7.1.</span> The access, disclosure and use of Confidential Information and any other rights and obligations regarding such information shall be solely and exclusively governed by these Terms. All confidentiality obligations shall remain in force and effect for the Term plus one (1) year.</p>\r\n<p><span class=\"custom-listing-view\">7.2.</span> You or SubscriptionFlow (the \"Disclosing Party\") may from time to time, while Your Subscriptions are valid, disclose to the other (the \"Receiving Party\") the Disclosing Party\'s confidential, proprietary and/or non-public information, materials or knowledge that is designated as confidential or that reasonably should be understood to be confidential given the nature of the information, materials or knowledge and/or the circumstances of disclosure (the \"Confidential Information\"). For purposes of these Terms, Your Confidential Information includes Service Data, and Our Confidential Information includes the Services, Documentation and the contents of any Pricing Agreement. The Receiving Party agrees to protect the Disclosing Party\'s Confidential Information from unauthorized access, disclosure or use in the same manner that the Receiving Party protects its own confidential or proprietary information of a similar nature but with no less than reasonable care.</p>\r\n<p><span class=\"custom-listing-view\">7.3.</span> The Receiving Party\'s obligations with respect to Confidential Information of the Disclosing Party will terminate if the Receiving Party can document that such information (i) was already lawfully known to the Receiving Party at the time of disclosure by the Disclosing Party free from any obligation of confidence, (ii) was disclosed to the Receiving Party by a third party who had the right to make such disclosure without any confidentiality restrictions, (iii) is, or through no fault of the Receiving Party has become, generally available to the public or (iv) was independently developed by the Receiving Party without access to, or use of, the Disclosing Party\'s Confidential Information.</p>\r\n<p><span class=\"custom-listing-view\">7.4.</span> The Receiving Party will return to the Disclosing Party all Confidential Information of the Disclosing Party in the Receiving Party\'s possession or control and permanently erase all electronic copies of such Confidential Information promptly upon the written request of the Disclosing Party. At the Disclosing Party\'s request, the Receiving Party will certify in writing that it has fully complied with its obligations under this Section 7 (Confidentiality).[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">8. </span> Disclaimer/Limitation of Liability</h2>\r\n<p><span class=\"custom-listing-view\">8.1.</span> The Site and Services are provided on an as-is and as-available basis. You agree that your use of the Site and/or Services will be at your sole risk except as expressly set out in these Terms and Conditions. All warranties, terms, conditions and undertakings, express or implied (including by statute, custom or usage, a course of dealing, or common law) in connection with the Site and Services and your use thereof including, without limitation, the implied warranties of satisfactory quality, fitness for a particular purpose and non-infringement are excluded to the fullest extent permitted by applicable law.</p>\r\n<p><span class=\"custom-listing-view\">8.2.</span> We make no warranties or representations about the accuracy or completeness of the Site’s content and are not liable for any (i) errors or omissions in content; (ii) any unauthorized access to or use of our servers and/or any and all personal information and/or financial information stored on our server; (iii) any interruption or cessation of transmission to or from the site or services; and/or (iv) any bugs, viruses, trojan horses, or the like which may be transmitted to or through the site by any third party. We will not be responsible for any delay or failure to comply with our obligations under these Terms and Conditions if such delay or failure is caused by an event beyond our reasonable control. We will not be liable to you for any loss or damage, whether in contract, tort (including negligence), breach of statutory duty, or otherwise,[/vc_column_text][vc_column_text]</p>\r\n<h2 class=\"vc_custom_heading landing-page-heading\"><span class=\"custom-listing-view\">9. </span> General</h2>\r\n<p><span class=\"custom-listing-view\">9.1.</span> Visiting the Site, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communication be in writing. <strong>You hereby agree to the use of electronic signatures, contracts, orders and other records and to electronic delivery of notices, policies and records of transactions initiated or completed by us or via the Site. </strong>You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by other than electronic means.</p>\r\n<p><span class=\"custom-listing-view\">9.2.</span> These Terms and Conditions and any policies or operating rules posted by us on the Site or in respect to the Services constitute the entire agreement and understanding between you and us.</p>\r\n<p><span class=\"custom-listing-view\">9.3.</span> Our failure to exercise or enforce any right or provision of these Terms and Conditions shall not operate as a waiver of such right or provision.</p>\r\n<p><span class=\"custom-listing-view\">9.4.</span> We may assign any or all of our rights and obligations to others at any time.</p>\r\n<p><span class=\"custom-listing-view\">9.5.</span> We shall not be responsible or liable for any loss, damage, delay or failure to act caused by any cause beyond our reasonable control.</p>\r\n<p><span class=\"custom-listing-view\">9.6.</span> If any provision or part of a provision of these Terms and Conditions is unlawful, void or unenforceable, that provision or part of the provision is deemed severable from these Terms and Conditions and does not affect the validity and enforceability of any remaining provisions.</p>\r\n<p><span class=\"custom-listing-view\">9.7.</span> There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Terms and Conditions or use of the Site or Services.</p>\r\n<p>In order to resolve a complaint regarding the Services or to receive further information regarding use of the Services, please contact us by email at <a href=\"mailto:info@staging.subscriptionflow.com\">info@staging.subscriptionflow.com</a> or support@staging.subscriptionflow.com.[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-12-14 07:32:40','2020-12-14 07:32:40','',0,'https://staging.subscriptionflow.com/?page_id=3840',0,'page','',0),(3848,1,'2020-11-06 07:53:44','2020-11-06 07:53:44','[vc_row][vc_column][vc_custom_heading text=\"Automate to Accelerate Customer Engagement with SubscriptionFlow-Mailchimp Integration\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\"][vc_single_image image=\"4037\" img_size=\"full\" alignment=\"center\"][vc_column_text]Customer engagement is all your subscription business needs to mint more revenue and for a longer period. The key to a successful, impactful, and insightful subscription business strategy is constant as well as proactive customer engagement. This engagement is important for marketing and sales operations. This engagement helps subscription businesses to retain their customer, engage them for upgrades and referrals, manage data-driven sales strategies and marketing campaigns, and maintain the cash flow steadily.\r\n\r\nMailchimp is known for its effective participation in bringing excellence and acceleration in RevOps with robust and engaging marketing campaigns, communications, and many more customer support operations.\r\n\r\nMailchimp changes the marketing and communications game when integrated with S<a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">ubscription Management Software</a>.\r\n\r\nThe Subscription Software integrated with Mailchimp automates internal processes, effectively. It allows you to gather leads into Mailchimp and automate marketing and sales operations, intelligently, by automating the trigger-based action system.\r\n\r\nSubscriptionFlow, the recurring billing software integrated with Mailchimp connects with other apps, easily, to streamline workflow across. Based on triggers happened anywhere across the apps, signals the Mailchimp to perform the tasks, automatically, as earlier it is programmed to act as per the rules.\r\n\r\nWith the SubscriptionFlow-Mailchimp Integration, boost your online subscription sales, draw more leads, reach out to them and convert more into customers, extend customer lifecycle value, manage your mailing lists, send targeted and revenue-driven marketing and sales-based emails, and track results with real-time analytics.\r\n<h3><strong>Learn How SubscriptionFlow Integrated with Mailchimp Can Boost Subscription Marketing Campaigns</strong></h3>\r\nSubscriptionFlow, the subscription billing app integrated with Mailchimp offers magnanimous email marketing management perks that assist to manage audience data, marketing channels, and insights together to reach your goals, smarter and faster.\r\n\r\nWith Mailchimp integrated with SubscriptionFlow, promote your business across email, social media, landing pages, e-commerce landing pages, postcards, and more—all from a solo panel with the innovative ease of automation and artificial intelligence.\r\n\r\n<img class=\"size-full wp-image-4040 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg\" alt=\"boost your marketing campaings with subscriptionflow mailchimp integration\" width=\"700\" height=\"525\" />\r\n\r\nNo matter what is your business type or niche or what is your experience level, this powerful integration not only helps you to understand the audience, unearth the hidden trends and customer behaviors to reach them when it matters most, and evolve as you go, it also saves your resources, bestows cheaper and targeted, as directed, exposure, and maintain the coherence in the recurring billing, <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">payment processing</a>, and customer management workflows to streamline operations across the sales and marketing departments.\r\n\r\nMailchimp integration with SubscriptionFlow gives you the tools and guidance you need to build your subscription business as a brand and make things happen the way you want with conveniences like:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automated synchronization of the subscriber’s information, such as subscription starting date, subscription plan details, any update in the subscriber’s personal, billing, or shipping details in real-time</li>\r\n <li>Automated Email Marketing Templates for Instant Marketing Campaigns</li>\r\n <li>Automated Trigger-Based Marketing Campaigns Structuring and Execution</li>\r\n <li>Built-In Email Marketing and Subscription Management Analytics to track the recurring revenue opportunities</li>\r\n <li>Automated add New Subscribers details into the CRM integrated</li>\r\n <li>Automated configuration of the list in Mailchimp synched with signups, orders, and customers in the SubscriptionFlow</li>\r\n <li>Tracking the subscriber’s plan through merge fields offered by Mailchimp</li>\r\n <li>Automated segmentation of signups, orders, and customers based on the subscription plans, add-ons, locations, and any other criteria.</li>\r\n <li>Automated execution of segment-based personalized email marketing campaigns to accelerate conversions</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Why SubscriptionFlow Integrated with Mailchimp Is Needed to Manage Your Subscription Business Marketing Campaigns?</strong></h3>\r\n<h4><strong>SubscriptionFlow-Mailchimp Integration For E-Commerce Businesses</strong></h4>\r\nWhether you are an online set-up or an on-premise retailer, wholesaler, or trader, your subscription-based e-commerce business thrives with efficient tools and insights offered by SubscriptionFlow-Mailchimp Integration. Grow your bottom line with automated marketing and sales campaigns. Build your segregated and effective customer engagement with tools like merge fields, segmentation, automated trigger-based actions, and built-in marketing templates, etc.\r\n<h4><strong>SubscriptionFlow-Mailchimp Integration For Membership Ventures</strong></h4>\r\nOnline membership sites for gated content, online interest-based clubs or brick-and-mortar-location based clubs, resorts, hotels, and other lodgings, e-sports memberships, or any membership venture—live your dream of organizing and growing a community with easy, automated, and instant marketing and sales campaigns with SubscriptionFlow-Mailchimp integration. Manage subscriptions and customer engagement on-the-go. Automate your workflow—from recurring billing, payment processing, A/R tracking, and recurring revenue monitoring and reporting to sales and marketing operations, personalized email marketing, and real-time <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">analytics</a> tracking for revenue-driven marketing and sales opportunities.\r\n<h4><strong>SubscriptionFlow-Mailchimp Integration For Mobile Apps and SaaS</strong></h4>\r\nSaaS and mobile Apps need no further assistance in managing their subscription and marketing matters, separately. With Mailchimp integration, SubscriptionFlow is an ideal subscription management platform that will let you manage everything from one single platform. Automate the data, processes, and workflow sync for streamline revenue operations. Save your resources and manage the SaaS subscription businesses with targeted and retargeted marketing campaigns, advanced audience insights, advanced segmentation, multivariate testing, and many more. Get a holistic view of your data by connecting the SubscriptionFlow-Mailchimp integration with other apps.\r\n<h4><strong>SubscriptionFlow-Mailchimp Integration For Startups, SMBs, and Enterprises</strong></h4>\r\nStartups can grow up to their dreams only when they are smart enough to equip themselves with the arsenal of marketing tools and strategies. Small- and medium-sized businesses can sustain only when they can invest rightly in their marketing. If you are a subscription-based startup or any SMB then the SubscriptionFlow integrated with Mailchimp is the budgeted, automated, and instant option you need to manage your subscription business. From the beginning, learn to spot patterns in user behavior in the SubscriptionFlow-Mailchimp dashboard to find your target audience. Segment your audience and run tailored marketing campaigns with fewer resources for more success. Reach out to them with customized survey forms. Use Mailchimp built-in email marketing templates and manage better custom engagement faster.\r\n\r\nEnterprises can integrate SubscriptionFlow along with Mailchimp into their ERPs to better engage internal and external audiences with advanced segmentation, analytics, and execution of mass or tailored marketing campaigns along with fast and accurate recurring billing, payments, and revenue monitoring and management.[/vc_column_text][/vc_column][/vc_row]','Subscription Software Integrated with Mailchimp','','publish','closed','closed','','subscription-software-integrated-with-mailchimp','','','2020-12-03 13:02:50','2020-12-03 13:02:50','',0,'https://staging.subscriptionflow.com/?page_id=3848',0,'page','',0),(3853,1,'2020-11-06 08:03:03','2020-11-06 08:03:03','[vc_row][vc_column][vc_custom_heading text=\"Fuel Up Subscription Sales with SubscriptionFlow PipeDrive Integration\" font_container=\"tag:h1|text_align:center\"][vc_single_image image=\"4042\" img_size=\"full\" alignment=\"center\"][vc_column_text]Subscription sales management requires constant vigilance, determination, collaboration, and coordination. Cracking a deal is difficult when the sales pipeline does not exist or is messy, untargeted, and unfocused.\r\n\r\nThe sale is the ultimate goal of any business. In a subscription business, it is more important to continue to stress on subscription sales to new customers as well as offer plan-upgrade sales to existing customers.\r\n\r\nSubscription sales are essentially required to be managed through the subscription management system so that tasks, like channeling prospects, prioritizing deals, tracking subscription performance, and predicting recurring revenue, remain synced and streamlined with the real-time subscription data.\r\n\r\nTo manage subscription-sales efficiently, recurring <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">billing software</a> integration with Pipedrive is an ideal solution for startups and small- to mid-sized businesses.\r\n\r\n<img class=\"size-full wp-image-4048 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg\" alt=\"pipedrive-features\" width=\"743\" height=\"1200\" />\r\n\r\nPipedrive is a smart sales management platform that offers features like;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Leads Management</li>\r\n <li>Deals Management</li>\r\n <li>Communications Tracking</li>\r\n <li>Subscriptions and Subscription-Sales Phases Tracking</li>\r\n <li>Automation of Subscription Sales Workflow</li>\r\n <li>AI-mediated Sales Pipeline Management Assistance</li>\r\n <li>Goals Setting and Measurement</li>\r\n <li>Sales Monitoring and Tracking</li>\r\n <li>Real-Time SaaS Metrics and Reports</li>\r\n <li>Secure Data Processing</li>\r\n <li>Stacks Integrations</li>\r\n</ul>\r\n[/su_list]\r\n<h2><strong>From Creating a Deal to Closing a Deal—Stay Laser Focused and Fast-Track Subscription Sales with Subscription Software Integrated With Pipedrive</strong></h2>\r\nPipedrive is a customized sales management CRM tool that assists sales visualization and processing so that the subscription sales actions as well as results, both, can be controlled maximum to their extent.\r\n\r\nPipedrive can be integrated with <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription Management Software</a>, SubscriptionFlow.\r\n\r\nSubscriptionFlow-Pipedrive Integration allows subscription businesses to better manage their automated recurring billing, payments, and revenue management in the line with the subscription sales. Some of the most significant features of the subscription sales management with SubscriptionFlow-Pipedrive integration includes,\r\n<h3><strong>Activity-Based Selling</strong></h3>\r\nIt offers activity-based selling that includes actions like channeling, scheduling, organizing, communicating, tracking, completing, monitoring, and reporting.\r\n<h3><strong>Visual Sales Pipelines</strong></h3>\r\nVisual Sales Pipelines make sales trackable at any data point with unlimited and customizable sales pipelines that slides the deals down once cracked. They can easily be managed with easy drag and drop features and as simple sticky notes. Sales pipelines have three stages in it:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Creating a Deal</li>\r\n <li>Organizing in the visual pipelines</li>\r\n <li>Creating the custom fields to organize the sales workflow</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Leads Management</strong></h3>\r\nLeads Management is the most significant part of this integration. It also is channeled into three parts:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Sales Research</li>\r\n <li>Leads Pooling</li>\r\n <li>Sales Communication</li>\r\n <li>Data Management</li>\r\n</ul>\r\n[/su_list]\r\n\r\nPipedrive offers web forms features to organize sales research to draw the leads. Leads can be managed with the Leads Inbox that collects data, label, and filter the contacts. It keeps the sales pipeline uncluttered and laser-focused so that sales agents can stay alert with deals prioritization.\r\n<h3><strong>Contact & Communication Management</strong></h3>\r\nGrow your subscriber base with efficient contact and communication management with Pipedrive-SubscriptionFlow <a href=\"https://staging.subscriptionflow.com/integrations/\">integration</a>. Sync Subscribers’ data across the apps and create customized and unlimited databases on individuals and organizations and track contact activity history.\r\n\r\nPipedrive made sales communication easy with features like live chat, chatbot, booking a meeting, calling record, and emails.\r\n<h3><strong>Sales Workflow Automation</strong></h3>\r\nPipedrive offers the power of AI-enabled automation to manage your sales repetitive tasks automatically with the help of features like sales assistant, smart data configuration, and sales workflow automation.\r\n\r\nIt offers great assistance to the sales agent to manage their everyday tasks instantly and intelligently with personalized tips, AI-based sales action recommendations, notifications and alerts, graphical reports of sales activities for monitoring and tracking. Automate sales repetitive tasks such as sending the personalized email, response tracking, and others.\r\n<h3><strong>How SubscriptionFlow-Pipedrive Integration Works?</strong></h3>\r\nSubscriptionFlow is a highly flexible platform that allows the integrations with ease and efficiency. Its artificial intelligence-based modules easily allow the flow of information and data sync across the apps.\r\n\r\nSubscriptionFlow offers real-time data sync for triggered actions rules setting, insights to the real-time subscription payments details and analytics, and many more for the sales leaders, managers, and teams to find the opportunities within the sales funnel, track leads and generate the subscription sales with Pipedrive Integration.\r\n\r\nSubscriptionFlow when integrates with Pipedrive eliminates the need for constant billing check-in. Instead, effective synchronization enables the sales team to automate their administrative tasks and finish the deal job quickly.\r\n\r\nWhen subscription changes are made within the SubscriptionFlow, it automatically recommends the Pipedrive to create a deal or upgrade the sales stage for a customer or organization.\r\n\r\nIt also provides AI-powered assistance and directions to better manage the subscriptions data, such as subscription information, subscriber’s personal, billing, and shipping data, plan, pricing, and in combination with any CRM or Marketing Management Software provides insights of customer behavior.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Subscription Software Integration with PipeDrive','','publish','closed','closed','','subscription-software-integration-with-pipedrive','','','2020-12-07 14:09:25','2020-12-07 14:09:25','',0,'https://staging.subscriptionflow.com/?page_id=3853',0,'page','',0),(3901,1,'2020-11-06 13:17:40','2020-11-06 13:17:40','With the outbreak of the corona virus, the global economy has suffered through the most severe downturn of modern history after the recession disaster of 2007. From the United States to North Korea, no country or no economy is there that had not seen the disruptive lives, the collapse of commerce, and stagnation of the economy.\r\n<h2><strong>Impact of COVID-19 On an individual’s Living, Earning, and Spending</strong></h2>\r\nThe quick and damaging effects of COVID-19 worldwide spread unsettled the business operations, unbalanced the market demands, and mounted pressures on supply chains from across the ways.\r\n\r\nResearchers suggest that the protracted duration and stark impact of the pandemic may lead to the global economy contraction up to 3.7 percent that would incur a loss of more than 12.8 trillion only in the US.\r\n\r\nExcept for a few, most businesses have suffered, and still, have been suffering from the sudden damages. Many small to mid-sized businesses, even, larger enterprises had to either shut their multiple units, downsize the teams, lay off low-pay staffers, or slash salaries to a great percentage.\r\n\r\nIn the times when people were losing their jobs or experiencing pay cuts, there were no reasons to splurge. More and more individuals were looking for opportunities that would allow them to manage their everyday expenses for essential needs.\r\n\r\nThis underscores the fragility of the capability of an individual to afford things for everyday needs.\r\n\r\nIt also shows how COVID-19 severely upset the purchasing behaviors of consumers and the aftershocks are continued to afraid of the common man.\r\n\r\n<a href=\"https://www.zuora.com/press-release/new-international-survey-reports-on-the-end-of-ownership-and-the-rise-of-subscriptions/\">Studies and surveys</a> suggest more four times people are paying for one or more subscriptions than the number of people who were paying in pre-COVID-19 times.\r\n\r\nThe businesses that provide them the assistance as subscriptions are booming. Subscription Merchandises, SaaS, rentals, and other lease companies throughout North America, Europe, and the Asia Pacific have seen an increase in sales on a recurring basis by more than 300 percent.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/covid-19-alert-ach-payment-fraud-can-leave-you-empty-handed-and-your-bank-account-empty/\">COVID-19 ALERT—ACH Payment Fraud Can Leave You Empty-handed and Your Bank Account EMPTY!</a>\r\n<h3><strong>Ownership Does Not Attract People Anymore…</strong></h3>\r\nPeople are more concerned to not only fulfill their needs but their wants too without causing damages to their pockets.\r\n\r\nRentals, lease, or products and services available on a recurring basis attracted them more during this period than ever. Along with pandemic, the advancement of the technology also causes new generations of buyers to approach the products or services available on a recurring basis so that they may quickly update themselves or switch to the latest technology without losing the temperament to the uselessness of the products or services they own.\r\n\r\nThe drastic changes in the approaches and behaviors of consumers gave rise to the new recurring billing trends and attract merchants and vendors from across the industries and sectors to incorporate the revenue model and continue their survival in the post-COVID-19 era.\r\n\r\nToday, people are less concerned about possessions. They are comfortable because the subscription to products and services relieves them from the burden of paying hefty amounts, often upfront and one-time, against the burdening ownership that also incurs clutter, cost of maintenance, and despite a decline in the value of the possession.\r\n<h3><strong>Insights Into the </strong><a href=\"https://staging.subscriptionflow.com/\"><strong>Recurring Billing and Subscription</strong></a><strong> Market Statistics After COVID-19</strong></h3>\r\nThese are some of the quick insight that shows the emergence of the subscription economy as the future of the global economy:\r\n<ul>\r\n <li>A <a href=\"https://www.pymnts.com/study/remote-payments-april-2020/\">comparative study</a> for 2019 and 2020 revealed:</li>\r\n</ul>\r\n<ul>\r\n <li>35% increase in online shopping</li>\r\n <li>25% increase in buying groceries online</li>\r\n <li>42% decrease in brick-and-mortar purchasing</li>\r\n</ul>\r\n<ul>\r\n <li><a href=\"https://www.federalreserve.gov/paymentsystems/2019-December-The-Federal-Reserve-Payments-Study.htm\">Payment volumes more than doubled</a> since 2000 with a record USD174 billion payments</li>\r\n <li><a href=\"https://www.researchandmarkets.com/research/c5hvbf/u_s_recurring?w=4\">The recent growth of the different recurring transaction types and the anticipated surge of the internet of things (IoT) payments is driving payment stakeholders</a> including issuers, acquirers, networks, and independent software vendors (ISVs) to improve the way recurring transactions are managed.</li>\r\n <li>Recurring transactions processed on debit and credit cards in the United States are expected to reach $473 billion by 2021.</li>\r\n <li>The <a href=\"https://www.zuora.com/guides/subscription-impact-report-covid-19-edition/\">subscription growth trends</a> across the sectors are:\r\n<ul>\r\n <li>Accelerating: OTT Video Streaming, Digital News & Media, E-Learning, Communications Software</li>\r\n <li>Limited: B2B & B2C Software, Information Services</li>\r\n <li>Slowing: Consumer IoT, Business IoT Services, Software for Small Businesses, Memberships</li>\r\n <li>Contracting: Travel & Hospitality, Sports Related Services</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a>\r\n<h3><strong>Subscription Commerce Is Reshaping the Post COVID-19 Landscape of the Global Economy</strong></h3>\r\nBusinesses offering recurring billing have been serving the people for quite a long, but with the evolution of cloud computing, artificial intelligence, SaaS, and the Internet of Things, the subscription business model has also been evolved into full-fledged subscription commerce aka SubCom.\r\n\r\nOver the past seven years, the subscription market has 700 times grown and the rate of growth doubled up after the outbreak of the corona virus across the globe.\r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-3905\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg\" alt=\"Subscription Commerce Impacts On the Global Economy After COVID-19\" width=\"1200\" height=\"800\" /></p>\r\nToday, the subscription economy includes businesses and industries from across the sectors. Some of the most common and most prominent are:\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-it-companies/\"><strong>IT</strong></a></h4>\r\nIn the IT industry, cloud computing pay-as-you-go, SaaS subscriptions, IoT subscription, data centers subscription, and others are the primary examples of subscription commerce.\r\n<h4><strong>Education</strong></h4>\r\nThe education sector since ever was based on the recurring billing model. The Internet further paved the way for borderless reach to the education and information digital libraries and other resources against a monthly or yearly fee.\r\n\r\nAfter the COVID, education from primary to higher has now switched to online and further make avenues for subscription-based businesses with online education, language learning, short courses, distance-learning, technical learning, hobby learning, coaching and tuitions, and many many more.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-telemedicine-companies/\"><strong>Health and Personal Care</strong></a></h4>\r\nHealth has seen drastic evolution as the recurring billing sector. The inception of telemedicine and Telehealth is not a new concept, but it is only the pandemic that unveiled its necessity in the age where the healthcare sector needs to shed off the burden from their shoulders.\r\n\r\nTelehealth and telemedicine allow easy, simple, and above all cheaper access to the healthcare services and medicines with the subscription plans and paying through recurring billing means.\r\n\r\nLikewise, personal care subscriptions have also gained popularity in this\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/\"><strong>eCommerce</strong></a></h4>\r\nIn its modern history, it is the eCommerce that actually laid the foundation for the subscription businesses with online merchandise, retail, and trade.\r\n\r\nAfter the COVID-19, another form of subscription business has also swept the market as subscription box businesses that made physical articles available on a recurring basis and at their doorstep. The items in the subscription boxes are assorted, cheaper, and interesting.\r\n\r\nNo article cannot be accommodated in the mighty subscription boxes. Not only this, Subscription boxes can be customized for anyone. Yes, you read it right… for anyone. Men, Women, Teens, Young adults, Toddlers, Newborns, Old grannies, differently-abled, or even for your pets and plants, too.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-media-companies/\"><strong>OTT, Digital Media, and Publishing</strong></a></h4>\r\nLong before the COVID-19, online media, streaming, gaming, and private content services were already successful, but after the COVID-19, the OTT, digital media and publishing, gaming, and other online content publishing sites have seen unprecedented growth in their subscription businesses.\r\n\r\nPeople were at home and they contributed a whopping 110% growth and billions of dollars as recurring revenue in March through May 2020 compared to the previous 12 months due to increased consumer interest in news and all sorts of digital content.\r\n<h4><a href=\"https://staging.subscriptionflow.com/magazine-subscription-management-software/\"><strong>Print, Publications, and Broadcast</strong></a></h4>\r\nThough COVID-19 hugely impacted the print and publications, however, the stronger houses due to their strong content managed to survive only because of their strengthened subscription model. Broadcast and print, both types of media houses introduced freshly-brewed content for their customers through their digital platforms in addition to their regular content in high-quality subscriptions.\r\n\r\nNiche-specific digital Newspapers and digital magazines such as sports, entertainment, commerce, finance, SaaS, fashion, insurance, education, health, and other professional digital publication subscriptions were on the rise, too as the comprehensive sources of latest news and views on the current situations.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-telecom-billing/\"><strong>Power Sector and Telecom</strong></a></h4>\r\nPower sectors and telecom sectors since ever were based on the recurring billing and most specifically pay-as-you-go billing model. These recurring models after the COVID-19 evolved into proper subscriptions and increased the contribution of the recurring revenue in the profit streaming.\r\n<h4><strong>Automobiles and </strong><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-transport-company/\"><strong>Transportation</strong></a></h4>\r\nAfter COVID-19, the automobile sector that had seen the most disruptive fluctuation in their businesses. It made them realized the significance of the subscription business and the need for the hour fetched them to the subscription commerce economy. Bigwigs are all set to leap into the subscription market.\r\n\r\nCar rentals and car lease are also types of recurring billing but their business models were as such do not support the subscription billing. After the first wave of the pandemic, the local as well as private transport and mass transit systems across the world have also explored the opportunities with the recurring billing in different other forms.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-courier-company/\"><strong>Procurement, Logistics, and Shipping</strong></a></h4>\r\nProcurement, logistics, shipping, and delivery services companies are the backbones for many businesses in supporting and strengthening their communications, relations, and revenue.\r\n\r\nAfter the pandemic, a major shift in the business model of these companies has been observed that effectively is stretching the lifecycle of the customers by providing them access to the personalized services as a subscription for a prolonged period. Subsequently, subscriptions allow them to gain customer loyalty and recurring revenue for a definite period.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-law-firms/\"><strong>Consulting, Counselling, and Other Services</strong></a></h4>\r\nServices have always been the sector that is so confused with their billing model. Before COVID-19, consulting, counseling, advisory, and other services were considering the subscription model, but pandemic onset made them fully adapt as the demands for online consultation in every sector surged.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-billing-software-for-clubs/\"><strong>Travelling, Boarding, and Lodging</strong></a></h4>\r\nIt is the most affected sector during COVID-19. Travelling, boarding, and lodging economy have everywhere seen a severe downfall. It attracted the hotels, clubs, restaurants, resorts, airlines, cab services, and all the tourism and traveling sector to find ways for recurring revenue that help them to survive in bad days as well as make it convenient for more and more tourists to travel more frequently.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>','Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay…','','publish','open','open','','recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay','','','2020-11-06 13:29:32','2020-11-06 13:29:32','',0,'https://staging.subscriptionflow.com/?p=3901',0,'post','',0),(3902,1,'2020-11-06 13:12:43','2020-11-06 13:12:43','','Untitled-15656','','inherit','open','closed','','untitled-15656','','','2020-11-06 13:12:56','2020-11-06 13:12:56','',3901,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Untitled-15656.jpg',0,'attachment','image/jpeg',0),(3905,1,'2020-11-06 13:29:09','2020-11-06 13:29:09','','Subscription Commerce Impacts On the Global Economy After COVID-19','','inherit','open','closed','','subscription-commerce-impacts-on-the-global-economy-after-covid-19','','','2021-03-26 07:40:04','2021-03-26 07:40:04','',3901,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg',0,'attachment','image/jpeg',0),(3922,1,'2021-01-07 11:37:09','0000-00-00 00:00:00','<p>[vc_row][vc_column][/vc_column][/vc_row]</p>\n','','','draft','closed','closed','','','','','2021-01-07 11:37:09','2021-01-07 11:37:09','',0,'https://staging.subscriptionflow.com/?page_id=3922',0,'page','',0),(3937,1,'2020-11-09 13:01:31','2020-11-09 13:01:31','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"3983\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments with PayPal\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1605251032430{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Accept Recurring Payments Faster with PayPal\r\n\r\nEasy Integration Process with SubscriptionFlow[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"3985\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1605260140598{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Get Paid Faster, Accept Online Recurring Payments with PayPal\" font_container=\"tag:h3|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1605251062388{margin-top: 25px !important;}\"]It’s been 20 years since PayPal changes the landscape of online payments and instantly becomes one of the most payment gateways for merchants across the world.\r\n\r\nPayPal is one of the most recognizable payment processing systems that everyday processes more than USD7.6 billion from more than 227 million accounts. Some of its most prominent clients are eBay, Walmart, Best Buy, Netflix, and tens of millions more.\r\n\r\nPayPal is also popular among small vendors and startups as it offers aggregate accounts that take 3 to 5 days to get approved and they can easily start receiving money into their accounts.\r\n\r\nPayPal is one of the most reliable and faster ways to receive recurring payments from almost all credit cards directly into the merchant accounts.\r\n\r\nPayPal integration in a subscription management software like SubscriptionFlow made it easy for the subscription services providers or the SaaS vendors to receive recurring payments directly to their accounts for their rentals, lease, subscription, or SaaS businesses, automatically.\r\n\r\nSome of the most highlighted recurring payments through PayPal include no monthly fee when PayPal Standard is used, low recurring payment processing charges, and acceptance of payments from across the credit and debit cards, mobile payments, and PayPal.\r\n\r\nIntegrating SubscriptionFlow with PayPal helps subscription merchants and SaaS vendors to spend less time on monthly invoicing to recurring payments.\r\n\r\nSubscriptionFlow sets up the <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">automatic recurring billing and processes recurring payment</a> through PayPal. It allows a range of customers of the subscription or SaaS merchants to receive recurring payments from a range of customers using credit or debit cards or PayPal accounts.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3986\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Automate Recurring Payments From Across the Globe with SubscriptionFlow PayPal Integration\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1605251093587{margin-top: 25px !important;}\"]Subscription offers easy and instant PayPal payment gateway integration on its cloud recurring billing and subscription management platform to process automated recurring payments in more than 24 currencies from more than two hundred merchant locations from all over the world.\r\n\r\nAmerican Express, MasterCard, Visa, Discover, or Union Pay International—PayPal accepts major credit/debit cards, PayPal, Android Pay, Apple Pay, and Bitcoin.\r\n\r\nPayPal offers subscription merchants a plethora of features to make business dealings easier, simpler, and faster.\r\n\r\nUnlike other payment gateways, PayPal offers three plans: PayPal Standard, PayPal Express Checkout, and PayPal Pro. SubscriptionFlow offers integration with them all. Merchants can choose their preferred payment gateway and can easily integrate it with SubscriptionFlow.\r\n\r\nWith PayPal’s virtual terminal, merchants can accept payment via email, fax, or phone in no time.\r\n\r\nMerchants that offer subscriptions and digital or physical goods that cost less than USD10 can take advantage of lower PayPal charges with its micropayments feature.\r\n\r\nAnd, for large-volume clients, PayPal also offers attractive discounts.\r\n\r\nIn combination with SubscriptionFlow recurring revenue analytics and SaaS metrics, PayPal reporting tools offer customer detailed insights into the cash flow of their businesses.\r\n\r\nNot only this, in case of merchants, at any time, wants to switch to other payment gateway or cancel the subscription, they can easily terminate their accounts without any charges anytime.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3988\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Offer Customers Ensured PCI-DSS Compliance with PayPal\" font_container=\"tag:h3|text_align:left\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1605251125529{margin-top: 25px !important;}\"]PayPal is one of the most prioritized recurring payment solutions for several customers because of its easy and instant setup, affordable processing fee, global reach, safe and quick payouts, and ensured PCI-DSS compliance.\r\n\r\nFor merchants, integrating PayPal means enhanced payment-information security. Though the data goes through the automated subscription management system of SubscriptionFlow, it does not save the customer’s credit card information. PayPal stores user credit cards in a secured vault instead of its servers which means it leaves no room for data breach and offers enhanced PCI-DSS compliance to the customers.\r\n\r\nPayPal also offers PayPal purchase protection or PayPal buyer protection that provides cover to the customers in case the merchant fails to resolve the dispute in his favor. It is a USP that subscription merchants can use to gain customer’s trust.\r\n\r\nPayPal is also a preferred payment method for the customers because it offers some other protection that banks even do not offer such as debit card protection when processed through ATM services providers.\r\n\r\nSubscriptionFlow knows the nerves of the market hence offers dozens of <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a> including PayPal integration options to the subscription merchants or SaaS services providers so that they can enlarge their customer base by offering them easy and instant payment options for the automated recurring payments.\r\n\r\nRegardless of the size of your business, SubscriptionFlow offers tailored solutions for your needs the recurring billing and payment processing. Get in touch with our subscription consultants and learn more about the payment gateway that works best for subscriptions or recurring payments processing of your customers.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments with PayPal','','publish','closed','closed','','recurring-payments-with-paypal','','','2021-01-25 08:33:41','2021-01-25 08:33:41','',0,'https://staging.subscriptionflow.com/?page_id=3937',0,'page','',0),(3943,1,'2020-11-09 14:07:15','2020-11-09 14:07:15','In the subscription and SaaS billing, recurring payment processing requires the integration of the robust payment processing services providers that can accommodate max. customers from across the regions and supports several payment methods, currencies, and businesses.\r\n\r\nToday, as many as 27 payment gateways or payment processing services providers are facilitating online payment processing as digital wallets.\r\n\r\nSome gateways work as payment processors, and some of them also provide access and accretion of the funds through the merchant accounts not associated with banks.\r\n\r\nSome of the key payment gateways include PayPal, Stripe, Authorize.Net, Braintree, GoCardless, 2Checkout, WePay, and many more.\r\n<h2><strong>Online Recurring Payment Processing Through the Payment Gateways</strong></h2>\r\nThese digital payment gateways play the most important role in providing enhanced customer experience at checkout and contribute quite a share for facilitating customers to make smoother transactions and with minimum fractions like declined payments, unauthorized payments, or late payments.\r\n\r\nChoosing the perfect payment processing service provider requires quite an understanding of business revenue goals, the customer market, and the customers\' preferred payment methods selection.\r\n\r\nStudies suggest that 50% of online shoppers will abandon their carts where their preferred payment method is not available.\r\n\r\nTo accept payments online, a payment gateway is required that authorizes the payment for processing\r\n\r\nThe gateways links checkout to the actual payment processor after encrypting the payment and purchase information and securely transmits the data to the processor.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n\r\nThis blogpost outlines the three most common payment gateways to helps subscription merchnats and SaaS vendors to make better choice of payment system for their platforms:\r\n\r\nThese are:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal</li>\r\n <li>Stripe</li>\r\n <li>Net</li>\r\n</ul>\r\n[/su_list]\r\n\r\nHere, we will overview the payment gateways, discusses their prominent features, and evaluates their limitations:\r\n<h3><a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\"><strong>PayPal</strong></a><strong>—The Most Popular Recurring Payment Processing Services Provider</strong></h3>\r\nPayPal is the pioneer of online payments through digital wallets. PayPal offers three subscription plans:\r\n\r\n[su_list icon=\"icon: circle\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>PayPal Standard</strong>—It is the basic account that costs no monthly fee and can be set up in minutes to start accepting online payments. The gateway redirects the customers or subscribers to PayPal’s website and fulfills the PCI-DSS requirements for online payment processing.</li>\r\n <li><strong>Express Checkout</strong>—It offers additional payment gateway support if you are already using some other payment gateway on site. It offers merchants an overlay window that securely paves the way for the customers to enter their credit card credentials and process the payments. Once the transaction is complete, the gateway returns users to the site. Processing charges remain the same.</li>\r\n <li><strong>PayPal Pro</strong>—With PayPal Pro, the checkout remains at the site and merchant has to comply with PCI-DSS to process payments through their site. It charges USD30 a month.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nPayPal offers support to all the major currencies including Bitcoin from 200+ merchant locations from across the continents. PayPal accepts payments from PayPal accounts, debit and credit cards, e-wallets, and mobile payments.\r\n<h4><strong>PayPal Advantages</strong></h4>\r\nSalient features of PayPal include:\r\n\r\n[su_list icon=\"icon: thumbs-o-up\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automates recurring billing and payment processing with merchant account</li>\r\n <li>Offers Aggregated Accounts</li>\r\n <li>Offers PayPal Virtual Terminal</li>\r\n <li>Micropayments to receive small payments for small businesses</li>\r\n <li>Offers discounts for large-volume clients</li>\r\n <li>Supports cryptocurrency</li>\r\n <li>Easy and instant setup</li>\r\n <li>Affordable processing fee</li>\r\n <li>Global reach</li>\r\n <li>Safe and quick payouts</li>\r\n <li>Ensured PCI-DSS compliance</li>\r\n <li>PayPal Purchase Protection to cover customers from fraudulent merchandise</li>\r\n <li>Quick Account Approval and Faster Payout</li>\r\n</ul>\r\n[/su_list]\r\n<h4><strong>PayPal Limitations</strong></h4>\r\nPayPal has limitations, too. It has more limitations than many of its contemporary payment gateways offering services for online recurring payment processing. Some of these are:\r\n\r\n[su_list icon=\"icon: thumbs-o-down\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal is not considered ideal for many of the subscriptions or SaaS businesses recurring billing and payment processing</li>\r\n <li>PayPal is expensive than many other payment gateways</li>\r\n <li>Charges more for international transactions</li>\r\n <li>Accepts international payments through PayPal accounts only</li>\r\n <li>Complex setup fee</li>\r\n <li>PayPal supports only 25 currencies</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h3><a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\"><strong>Stripe</strong></a><strong>—The Most Secure Recurring Payment Services Provider</strong></h3>\r\nTo automate the recurring payment processing using Stripe is one of the most trusted and credible ways for online payment processing. Stripe accepts more than a hundred and fifty currencies and supports multiple online payment methods, regions, and businesses.\r\n\r\nMore than 27 percent of US citizens use it for making online purchases. Merchants prefer Strip due to its well-designed APIs that offer innovative features that open the integration and customization avenues for the subscription businesses, tech startups, SaaS, rentals, and other IoT-based ventures to boost their recurring revenue and accept more recurring payments without any frictions in the online payment processing.\r\n\r\nStripe works best with the eCommerce subscription businesses. Stripe can integrate with almost any eCommerce platform to tap recurring transactions in no time with as much customization as you want.\r\n\r\nStripe aims to facilitate as the payment gateway for many of the subscription-based-larger businesses, complex SaaS products, marketplaces. Some of the most high-profile clients of Stripe including bigwigs like Target, Lyft, Pinterest, Kickstarter, and others.\r\n\r\nStripe offers no monthly fee for the account and charges a highly affordable and industry-specific transaction fee for the online recurring payments. With Stripe, no strings are attached and merchants can also easily terminate the account at any point if they want to switch or cancel the account for any reason.\r\n\r\nUnlike many other payment gateways, Stripe allows merchants to migrate the data if for any reason merchant wants to migrate to any other payment gateway.\r\n<h4><strong>Stripe Advantages</strong></h4>\r\nHere are the most prominent features of Stripe for seamless recurring payment processing:\r\n\r\n[su_list icon=\"icon: thumbs-o-up\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automated recurring payments directly into the merchant account</li>\r\n <li>PCI-DSS Compliance with encryption and tokenization</li>\r\n <li>Protection Against Chargebacks</li>\r\n <li>Supports more than 135 currencies from 25+ merchant locations, including the US, UK, Canada, Australia, Europe, Australia, India, China, and more</li>\r\n <li>Accepts international recurring payments through several credit and debit cards, also from other digital wallets, most notably, mobile wallets like Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, AliPay, etc.</li>\r\n <li>Payout in 07 days</li>\r\n <li>Adds an additional layer of security with an anti-fraud system that combines machine learning with a customizable ruleset</li>\r\n <li>Data Migration Assistance to import data to switch to other payment processing services provider</li>\r\n <li>Refunds chargeback fee in case the dispute is over in merchant’s favor</li>\r\n <li>Supports custom SQL queries</li>\r\n</ul>\r\n[/su_list]\r\n<h4><strong>Stripe Limitations</strong></h4>\r\nThough Stripe is extremely popular in online payment processing between B2B, it has some limitations too. Some of the prominent ones are:\r\n\r\n[su_list icon=\"icon: thumbs-o-down\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>No PayPal Supports—Subscription merchants are required to integrate another payment gateway or PayPal itself to process PayPal payments.</li>\r\n <li>Strict Background checks for account approval</li>\r\n <li>Less popular for B2C</li>\r\n <li>Processing Charges may fluctuate based on locations and can inflict more</li>\r\n <li>No Real-Time Customer Support</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a>\r\n<h3><a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\"><strong>Authorize.Net</strong></a><strong>—The Most Affordable Recurring Payment Services Provider</strong></h3>\r\nAuthorize.net is also one of the most popular and widely-used payment gateway that facilitates merchants across the regions to receive recurring payments directly into their accounts.\r\n\r\nAuthorize.Net is trusted by hundreds of thousands of merchants from across the world. Each year, Authorize.Net processes above a billion transactions comprised of a hundred and a half-billion-dollar payments. It specifically is used to enable merchants to receive online recurring payments set up through the bank accounts.\r\n\r\nAuthorize.Net works with almost every merchant account and payment processor. For merchants having a payment infrastructure in place and are looking for a payment gateway that can accept online payments, Authorize.Net is quite an option.\r\n\r\nAuthorize.Net offers recurring payments processing services to businesses of all sizes based on subscriptions and other forms of recurring billing business models such as eCommerce subscription market, rentals, leasing, SaaS, cloud computing, data centers, telecom, power, managed services, and hundreds of more.\r\n<h4><strong>Authorize.Net Advantages</strong></h4>\r\nBelow are some of the most highlighted features of Authorize.Net as a payment gateway to process recurring payments:\r\n\r\n[su_list icon=\"icon: thumbs-o-up\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automated and instant recurring payment processing directly into a merchant\'s account</li>\r\n <li>PCI-DSS compliant payment gateway</li>\r\n <li>Protects against chargebacks with an advanced fraud detection suite that uses 13 configurable fraud filters to identify, manage, and prevent fraudulent transactions</li>\r\n <li>Offers all-in-one third-party merchant account with payment gateway service</li>\r\n <li>Charges industry specific transaction fee i.e. 2.9% plus $.30 per transaction.</li>\r\n <li>Processes online payments from hundreds of merchants locations from the United States, Canada, United Kingdom, Europe, And Australia</li>\r\n <li>Offers account updater feature to keep customer’s credit card information up-to-date to avoid recurring payment hassles and involuntary churn</li>\r\n <li>Accepts recurring payments from all major credit cards, debit cards, Apple pay, PayPal, and more</li>\r\n <li>Process Faster Than Several Other Prominent Payment Gateways</li>\r\n</ul>\r\n[/su_list]\r\n<h4><strong>Authorize.Net Limitations</strong></h4>\r\nAuthorize.Net comparatively is not as much preferred payment gateway for recurring payments due to some of the following limitations:\r\n\r\n[su_list icon=\"icon: thumbs-o-down\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Does not offer non-bank merchant account</li>\r\n <li>Monthly Charges up to USD25 when signed up with merchant account</li>\r\n <li>Charges USD49 Set up fee</li>\r\n <li>Supports merchant account from regions like the US, UK, Canada, Australia, and Europe</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>\r\n<h3>PayPal vs. Stripe vs. Authorize.Net—A Quick Comparison</h3>\r\n<img class=\"alignleft size-full wp-image-3948\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif\" alt=\"Slide1\" width=\"1280\" height=\"720\" />\r\n<h3><strong>Automate Instant and Secure </strong><a href=\"https://staging.subscriptionflow.com/recurring-payments/\"><strong>Recurring Payment Processing with SubscriptionFlow</strong></a></h3>\r\nSubscriptionFlow is an automated recurring billing and subscription management platform that offers automated payment processing services of the recurring payments through the integrations of multiple payment gateways to process multiple payment methods and currencies from across the regions and locations.\r\n\r\nSubscriptionFlow offers integration with PayPal, Stripe, Braintree, Authorize.Net, and many more to facilitate subscription services providers and SaaS vendors to offer their customers the best customer experience at the checkout and cater to the customers from across the regions to pay in their own currency.\r\n\r\nSubscriptionFlow is a highly customizable and flexible SaaS for the automated management of subscriptions or recurring billing and to streamline the other revenue operations with the integrations for sales, marketing, support, finance, communications, and others.\r\n\r\nTo learn more about the recurring billing and payment processing for your subscription or SaaS businesses, talk to our subscription management ninjas and get the personalized and exclusively tailored subscription billing, customer management, recurring payment processing, and recurring revenue management solutions.','PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?','','publish','open','open','','paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing','','','2020-11-12 12:19:00','2020-11-12 12:19:00','',0,'https://staging.subscriptionflow.com/?p=3943',0,'post','',0),(3947,1,'2020-11-09 14:06:47','2020-11-09 14:06:47','','PayPal vs. Stripe vs. Authorize.Net','','inherit','open','closed','','aypal-vs-stripe-vs-authorize-net','','','2021-03-26 07:39:41','2021-03-26 07:39:41','',3943,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg',0,'attachment','image/jpeg',0),(3948,1,'2020-11-10 07:00:16','2020-11-10 07:00:16','','Slide1','','inherit','open','closed','','slide1','','','2020-11-10 07:00:25','2020-11-10 07:00:25','',3943,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif',0,'attachment','image/gif',0),(3951,1,'2020-11-10 08:37:56','2020-11-10 08:37:56','','Subscription Billing E-Book','','inherit','open','closed','','subscription-billing-e-book','','','2020-11-10 08:37:56','2020-11-10 08:37:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Billing-E-Book.pdf',0,'attachment','application/pdf',0),(3952,1,'2020-11-10 08:40:50','2020-11-10 08:40:50','','Subscription-Billing-Ebook','','inherit','open','closed','','subscription-billing-ebook','','','2021-03-26 07:39:21','2021-03-26 07:39:21','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Billing-Ebook.jpg',0,'attachment','image/jpeg',0),(3953,1,'2020-11-10 11:49:40','2020-11-10 11:49:40','','monday.com','','inherit','open','closed','','pvepolfrmchrdpcuzzs8','','','2021-03-26 07:39:15','2021-03-26 07:39:15','',2597,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png',0,'attachment','image/png',0),(3955,1,'2020-11-10 12:41:55','2020-11-10 12:41:55','[vc_row][vc_column][vc_custom_heading text=\"SubscriptionFlow Integration with monday.com – A Fusion that Gives Wings to your Business Growth!\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\"][vc_single_image image=\"4059\" img_size=\"full\" alignment=\"center\"][vc_column_text]If you are an online merchant managing all your business operations in the digital space, SubscriptionFlow is the best choice to manage all the customer subscriptions, their data, package renewals, recurring billing, and sales tax management. On the other hand, a simultaneous approach towards efficient <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">task management</a>, multiple project management and software development in a remote environment calls out for flexible yet versatile platforms like monday.com.\r\n\r\nHarnessing the combined power of SubscriptionFlow and monday.com integration introduce effectiveness, efficiency, enhanced collaboration, synchronization, and optimized customer experience at a time. SubscriptionFlow is a subscription management platform that tends to focus on managing all the billing and invoicing related activities in an organization and keep continuous track of subscriptions, transactions, refunds, and subscription models.\r\n\r\nmonday.com, on the other hand, presents a highly comprehensive platform that keenly takes into consideration each process that helps in team management. It provides a unified interface with a 360-degree view of all the data, subscriptions, and clear visualization of attributes that help businesses in getting meaningful insights and making effective decisions.\r\n<h3><strong>Subscription Software and monday.com Integration Accelerates Automation</strong></h3>\r\nSubscriptionFlow and monday.com integration presents a wide range of functionality and helps businesses to automate the entire workflow while giving wings to business productivity and ultimately the business revenue. Subscription Software and monday.com <a href=\"https://staging.subscriptionflow.com/integrations/\">integration</a> allows businesses to;\r\n\r\n<img class=\"size-full wp-image-4061 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png\" alt=\"Features of SubscriptionFlow monday.com Integration\" width=\"867\" height=\"482\" />Create a subscription against a customer and collect payment for an invoice. One-stop solution for businesses helps create an invoice against subscription taken by a customer. Subscription management software ensures recurring billing which ultimately renews the subscription of a customer which does not require any manual activity by a human resource and automatically generates subscriptions.\r\n\r\nWith the elimination of manual overheads, productivity increases. The operation that used to take hours can now be entertained in a matter of seconds and minutes. With monday.com, subscribers and their records can be managed in a highly efficient way. If a subscriber has unsubscribed from certain services, the record can be updated or the subscriber can be deleted with enriching features of monday.com. Similarly, a new subscriber can be added. A centralized view of subscribers makes it easy to view, access, monitor, and process.\r\n<h3><strong>Features of SubscriptionFlow monday.com Integration</strong></h3>\r\nThe following are some features that SubscriptionFlow and monday.com integration collectively provide to the businesses;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Help maintain a clear record of subscribers and their billing management</li>\r\n <li>Create an invoice, create a subscriber, and accordingly delete them when required.</li>\r\n <li>Recurring billing management and updated records against each entity.</li>\r\n <li>Create notes and update status against the transactions done by customers.</li>\r\n <li>Subscription and transaction retrieval becomes handy.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nOne interface to handle the subscription details of the customer, their information, and status make it efficient to manage the entire billing workflow and increasing productivity. Streamlined subscription software and monday.com integration automate the operational infrastructure of a business and eliminate the need for expensive resources of the business and inefficient manual data management. SubscriptionFlow is a flexible yet scalable software that aligns well with all types of software and automates their entire billing management system by providing a wide range of features to businesses.[/vc_column_text][/vc_column][/vc_row]','SubscriptionFlow Monday.com Integration','','publish','closed','closed','','subscriptionflow-monday-com-integration','','','2020-12-07 14:17:40','2020-12-07 14:17:40','',0,'https://staging.subscriptionflow.com/?page_id=3955',0,'page','',0),(3960,1,'2020-11-11 06:31:03','2020-11-11 06:31:03','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing with Braintree\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1605508393724{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Charge Up Subscription Billing with Braintree\r\n\r\nDedicated Multi Currency Support[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"3996\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1605511957774{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Integrate Braintree To Receive Uninterrupted Recurring Payments\" font_container=\"tag:h3|text_align:left|color:%23020d26\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607349022011{margin-top: 25px !important;}\"]The subscription businesses, rentals, lease businesses, and SaaS need to integrate the best payment services providers that not only can stream frictionless payments, also provides benefits for enhanced customer experience.\r\n\r\nSubscriptionFlow offers subscription and SaaS businesses the option to integrate with Braintree and achieve the objectives of seamless <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments processing</a>.\r\n\r\nBraintree is one of the outstanding payment processor and payment gateway that also offers dedicated merchant account, and support to the third-party merchant account. As one of the major players in the market processing over billions of transactions in a year, it has a reputed and established customer base with clients like Uber, Airbnb, Casper, and many more.\r\n\r\nBraintree offers support to more than 130 currencies from 45+ merchant locations including the US, Canada, UK, and Australia. It is now available in more than 27 countries in Europe, too.\r\n\r\nBraintree charges no monthly fee for the Braintree account. However, it charges the transaction fee as industry practices with 2.9% + $0.30. For international transactions, it charges 1%.\r\n\r\nBraintree charges no fees up to $50, 000.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3997\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Charge Up Subscription Billing With A Range of Online Payment Methods\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349049024{margin-top: 25px !important;}\"]Recurring Payments with Braintree have become easier and faster with its extensive support to a range of payment methods. Braintree highlight is its feasibility for accepting online payment through almost all the credit and debit cards, PayPal, Venmo, Android Pay, Apple Pay, ACH, Union Pay, it also deals with cryptocurrency and accepts online payments in the form of Bitcoin, too.\r\n\r\nFor Bitcoin, Braintree charges no fees for the first $1,000,000.\r\n\r\nUS and Canada based payouts usually take 2-5 days, however international merchants might have different policies.\r\n\r\nThe PCI-DSS level 1 Compliant Braintree Vault allows you to store sensitive payment information including the preferred currency and the payment methods so that users won’t have to re-enter their data when they make a purchase, no matter if you internet recurring billing or opting for one-time transactions.\r\n\r\nAlong with vault security, Braintree is also equipped with Fraud-protection includes 3D Secure and advanced anti-scam options that allow customized parameters to automate transactions decline based on specific red flags.\r\n\r\nBraintree also offers protection against the failure of the transaction as the gateway can automatically re-bill the client with extensive reporting tools.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"3998\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow Braintree Integration Offers Real-Time Stellar Customer Support For Online Recurring Payment Processing\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349087099{margin-top: 25px !important;}\"]It is unarguably important for businesses using online payment processing to get in touch with the payment services provider to resolve the issue in real-time. Sometimes, it requires extensive support and an instant communication platform to discuss queries.\r\n\r\nOf all the payment gateways, Braintree is known for its 5 days a week via phone and round the clock through the year via email.\r\n\r\nNot only this, Braintree provides a detailed FAQ, multiple support articles, and guides to help users. In comparison with other payment services providers, it is one of the payment gateways that have fewer complaints.\r\n\r\nNeither it takes so long to approve the accounts nor it is known to freeze accounts and withheld funds every now and then.\r\n\r\nBraintree is selective with dedicated merchant accounts thus does not entertain high-risk accounts\r\n\r\nAs a subsidiary of PayPal, it uses the same highly functional interface.\r\n\r\nBraintree charges the subscription merchants nothing when they want to switch to another payment gateway or cancel the Braintree subscription.\r\n\r\nOn the other hand, Braintree also facilitates data import or export from Braintree to another gateway or vice versa with no extra charges.\r\n\r\nWith SubscriptionFlow Braintree Integration, power up your online recurring payment processing and accepts online payments from multiple <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment methods</a>, multiple currencies, and multiple regions from across the world. Not only this, find the best solutions of automated currency conversions for accurate cross border payments.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Recurring Billing with Braintree','','publish','closed','closed','','recurring-recurring-billing-with-braintree','','','2021-01-25 08:29:03','2021-01-25 08:29:03','',0,'https://staging.subscriptionflow.com/?page_id=3960',0,'page','',0),(3964,1,'2020-11-11 12:52:45','2020-11-11 12:52:45','IoT has been buzzing for a long, but the time has come where IoT has been established as a reality that is fueling the business landscapes and the global economy. IoT in combination with Artificial Intelligence is paving the way for the advancement of technology.\r\n\r\nIoT has been labeled as the new-age industrial revolution that has been changing the meanings of networking and connectivity, data management, and digital transformations.\r\n\r\nIoT laid the foundation of smart transportation, smart homes, smart workplaces, smart entertainment, smart healthcare, and smart industries with connected gadgets.\r\n\r\nIf these devices exist, they can be monetized, and, if they can be connected, their connectivity can be monetized as well. This is how IoT is also paving the ways for tech-led economy upscaling that are creating avenues of profits and revenue growths across the industries and businesses.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/how-ai-based-subscription-system-can-benefit-it-startups-to-grow-revenue-empire/\">How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire</a>\r\n<h2><span style=\"color: #000000;\"><strong>Connected Future’s Future and IoT—Internet of Things</strong></span></h2>\r\nThe much-buzzed term IoT is a revolution in technology that has been establishing as a network of inter-connected devices, sensors, software, and instruments with people, animals, even, places that can connect, collect data, filter data, interpret data, make commands, take commands, and share data between the devices, systems, and networks.\r\n\r\nThis collection and exchange of data with each other enable devices to interact, collaborate, and, learn from each other\'s experiences just like humans do.\r\n\r\nHere are some IoT gadgets that have already started creating business opportunities and are garnering interest and attention in the digital transformation of living:\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Wearables</strong></h4>\r\n</li>\r\n</ul>\r\nThese are probably the most popular IoT devices. It includes smartwatches, smart glasses, health trackers, fitness trackers, and others. These wearables are used to track and trace the location, weather, and surroundings, monitor physical as well as mental well-being, or follow fitness objectives. These smart wearables are the most profitable IoT products in the market.\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Voice Assistants</strong></h4>\r\n</li>\r\n</ul>\r\nIt is one of the other most-popular IoT applications. The voice assistants are the IoT-enabled devices and apps that can be integrated with mobile phones or computers. They take voice commands and serves the purpose by sharing the information with other interconnected devices through the internet to resolve the query. These devices can also control and manage other IoT devices.\r\n\r\nAmazon’s Alexa is its most popular example.\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Locks</strong></h4>\r\n</li>\r\n</ul>\r\nSmart locks are introduced to control access to enter or exit for anyone, and, remotely. These locks are more secure and ensure more protection than digital keys. Smart-lock keys can be shared with multiple people with the help of smart-lock apps connected to IoT smart locks. They can track the day and time of the entry and the exit made as well as the duration of stay.\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Security Cameras</strong></h4>\r\n</li>\r\n</ul>\r\nSmart security cameras allow real-time and controlled monitoring simple, available, and instant. They are equipped with voice detectors, motion sensors, audio-controllers, mic, and more. They can hear the sound, send the voice, live-streaming, zoom the picture or video, intensifies the audio, detect the unwanted person or thing in the scene, and more. It allows managers and executives to monitor their employees, visitors, office premises, surroundings, procurement and delivery of the inventory or products, etc.\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Lights and HVAC (Heating-Ventilation-Air Conditioning) and Heat-Mapping Applications</strong></h4>\r\n</li>\r\n</ul>\r\nSmart lights, HVAC systems, and thermostats are all energy-saving and energy-cost saving solutions. It reduces operational costs, evaluates energy consumption trends for better power management, even can sense the presence and motion.\r\n\r\nSimilarly, a heat-mapping application is used to find the congestion or emptiness in any corner of the property. In combination with smart locks and smart cameras, it helps in better security management.\r\n\r\nThese smart-systems are already available in the market for homes, workplaces, and commercial places.\r\n<ul>\r\n <li>\r\n<h4><strong>Smart Fulfillment and Retail</strong></h4>\r\n</li>\r\n</ul>\r\nSmart data-logging sensors are used to assist the secure management of the inventory, procurement, shipping, and delivery operations of the products. They are used to track and monitor deliveries and delivery vehicles. Likewise, barcode and radio-frequency identification scanners are used to track the inventory, manage merchandise, and prevent item losses.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services/\">AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services</a>\r\n<h3><strong>What Is Meant By IoT Monetization?</strong></h3>\r\nToday, the Internet of Things has manifested in the forms of some of the popular and available IoT applications, includes smart homes, wearables, smart cities, smart industries, and connected cars.\r\n\r\nThese connected devices, sensors, software, people, places, and others together as well as separately can be monetized.\r\n\r\nIn the real world, IoT devices and IoT services are being monetized through the recurring billing or subscription model, whereas monetization of IoT Data, still, is an untapped recurring revenue resource.\r\n\r\nIoT subscription monetization is the process of billing customers on a recurring basis through IoT-enabled devices, connecting software, and services.\r\n\r\nStudies suggest that by the end of 2020, more than 50 million devices will be connected which would lead to attracting an incremental revenue of more than USD309 billion in the IoT-led economy.\r\n\r\nThe numbers are speaking for themselves. This is definitely great news for businesses monetizing the IoT trend.\r\n<h3><strong>IoT Monetization Models</strong></h3>\r\nIoT Monetization encompasses these areas:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Monetization of IoT Devices</li>\r\n <li>Monetizing IoT Data</li>\r\n <li>Monetizing IoT Services as Solutions</li>\r\n <li>Monetizing IoT as Platform</li>\r\n</ul>\r\n[/su_list]\r\n\r\nLet’s explore what these subscription monetization models are and how they can be used to generate incremental recurring revenue:\r\n<ul>\r\n <li>\r\n<h4><strong>Monetization of IoT Devices</strong></h4>\r\n</li>\r\n</ul>\r\nIt refers to the monetization of the inter-connected devices that can facilitate the user to control various functions through inter-connectivity features.\r\n\r\nSmart cars, smart air conditioners, smart lights, smart cameras, wearables, and other smart devices connected to mobile phones and other digital devices via apps through the internet are some of the most highlighted IoT products that are established on subscription monetization.\r\n\r\nApart from the one-time purchase of IoT devices, the sensors or software connected with IoT devices can be made available on a subscription and can be billed on a recurring basis. IoT devices need constant updates and maintenance that can be managed by the operating software and frees the user from all the hassles to maintain the device in accordance with the connecting software.\r\n<ul>\r\n <li>\r\n<h4><strong>Monetizing IoT Data</strong></h4>\r\n</li>\r\n</ul>\r\nToday, data unarguably is the most valuable asset for scaling business, technology, living, and future of the mankind. Using data as a product to sell is an upward trend that can flood the recurring revenue stream with profits.\r\n\r\nInfonomics is the term used for producing and consuming data to sell it. Billions of dollars are being invested to investigate infonomics and its impact on various areas of life to manifest the dream of a connected future.\r\n\r\nBut, the raw data serves no purpose. This data needs to be organized, filtered, and refined to identify the patterns and trends. Combining AI and IoT can lead to a formula for the monetization of IoT data that can be collected, refined, organized, and tailored to sell it to any entity to make it revenue opportunities for other businesses as well.\r\n\r\nThe data collected from IoT devices can be analyzed through data analytics to understand customer patterns and expectations. This data can be leveraged by the companies to offer new products or features or to improve the user experience.\r\n\r\nOne of its examples is the smart metering devices that not only facilitate remote reading, they also provides data that explains the behaviors of consumption, power failure reasons, power-consuming devices, etc.\r\n<ul>\r\n <li>\r\n<h4><strong>Monetizing IoT Devices and Services as Solutions</strong></h4>\r\n</li>\r\n</ul>\r\nMonetization of IoT services can be the most attractive type of IoT-led subscription monetization. Offering connected devices and organized data as a solution. Connected cars with access to information like navigation, traffic updates, car health, fuel status, AI-led recommendations, or suggestion can be an example.\r\n\r\nLikewise, wearables are also being monetized as the IoT-led subscription monetization model.\r\n<ul>\r\n <li>\r\n<h4><strong>Monetizing IoT Devices, Software, and Network as Platform</strong></h4>\r\n</li>\r\n</ul>\r\nMultiple inter-connecting devices with multiple applications for multiple purposes from a single platform is the ideal IoT-led subscription monetization model. The unified view also eases the collection of data and its interpretation as various solutions. Using IoT devices and services from different vendors increases the costs and hassles.\r\n\r\nThe IoT platform can earn revenue from multiple resources such as users, third-party service providers, and IoT product manufacturers by just facilitating the inter connectivity through the platform.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-data-is-a-hidden-treasure-learn-how-recurring-billing-data-can-be-used-to-drive-growth-in-revenue/\">Subscription Data Is A Hidden Treasure—Learn How Recurring Billing Data Can Be Used to Drive Growth in Revenue</a>\r\n<h3><strong>IoT Subscription Monetization Pricing Models</strong></h3>\r\nThe best thing about subscription monetization is the flexibility and opportunity of charging a customer in a way that can best current the recurring revenue in the streams: Based on the software, services, devices, connectivity, consumption, quality, quantity, or bundling, IoT subscription monetization offers a dozen of pricing models.\r\n\r\nSome of the most popular subscription pricing models include:\r\n\r\n<strong>One-Time IoT Device + IoT Services Subscription Pricing Model</strong>—The customer can purchase a device with a one-time upfront cost and later subscribe to the inter-connectivity feature.\r\n\r\n<strong>Recurring Billing Model</strong>—Customer can access the IoT network on a recurring base and is entitled to pay after every definite billing cycle.\r\n\r\n<strong>Pay As You Go</strong>—It is also known as the metering model. It is based on the usage of the services.\r\n\r\n<strong>Pay As You Grow</strong>—it is based on how the IoT subscriptions are scaling.\r\n\r\n<strong>Pay Per IoT Device or IoT Solution</strong>—Multiple IoT devices can be interconnected for one or multiple purposes. This can be charged per device, per service, per user, per solution, or others.\r\n<h3><strong>How to Manage IoT Subscription Monetization</strong></h3>\r\nSubscriptionFlow is a highly agile recurring billing and payment processing software that can not only support multiple pricing models and offer price optimization, it also automates the process of subscription billing and management with SaaS reporting and cross-platform data leverage through integrations.\r\n\r\nFind the recurring revenue solutions for IoT subscription with SubscriptionFlow.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>','IoT-led Subscription Monetization—Smart Recurring Billing Can Create Connected Smarter Future','','publish','open','open','','iot-led-subscription-monetization-smart-recurring-billing-can-create-connected-smarter-future','','','2020-11-11 13:14:47','2020-11-11 13:14:47','',0,'https://staging.subscriptionflow.com/?p=3964',0,'post','',0),(3965,1,'2020-11-11 12:51:25','2020-11-11 12:51:25','','subscription monetization','','inherit','open','closed','','subscription-monetization','','','2020-11-11 12:51:32','2020-11-11 12:51:32','',3964,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg',0,'attachment','image/jpeg',0),(3972,1,'2020-11-12 10:14:59','2020-11-12 10:14:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4088\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments with Adyen\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1606218133981{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Speed Up Recurring Payments Processing\r\n\r\nAll-in-One Payment Processing[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"4082\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1606218203481{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Speed Up Recurring Payments, Integrate Adyen with Recurring Billing Management\" font_container=\"tag:h3|text_align:left|color:%23020d26\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607349408411{margin-top: 25px !important;}\"]Accepting payments online with an all-in-one payment processing services provider, that can also ensure utmost security, is not the revenue requirement of the businesses only, it is also a way to cut the clutter around payment processing operations and make them smooth and seamless.\r\n\r\nThe growth of the merchant service industry has now led to a situation where more payment providers are available for mid to larger businesses. They are looking for solutions that can offer all—<a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateway</a>, payment processor, and dedicated merchant account—in one place.\r\n\r\nAdyen is one of that tech-friendly online payment processing platforms.\r\n\r\nAdyen is available in more than 120 currencies from more than 20 countries with a firm focus on omnichannel payment processing.\r\n\r\nWith payment processing, payment gateways, and the merchant account, Adyen strives for a unified business experience.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4083\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Adyen—All-In-One Payment Processing Platform for Mid to Large-Sized Businesses\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349452649{margin-top: 25px !important;}\"]Adyen aims to the mid-size to larger businesses with a higher volume of transactions.\r\n\r\nAdyen is one of the payment processing platforms that are ideal for businesses with a higher volume of transactions as it is equipped with highly advanced risk management tools. It ensures the encryption of sensitive data and also is known for revenue optimization tools.\r\n\r\nAdyen offers built-in currency conversion and on its basis charge a processing fee plus a payment method fee per transaction.\r\n\r\nAdyen is available for merchants based in the US, UK, and European regions. Adyen as payment platforms is currently available for the following countries:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Austria</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Australia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Belgium</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Canada</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Croatia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Czech Republic</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Estonia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Finland</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>France</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Germany</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Greece</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Ireland</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Italy</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Latvia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Lithuania</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Luxembourg</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Netherlands</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Poland</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Portugal</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Slovakia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Slovenia</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Spain</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Switzerland</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>United Kingdom</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>United States</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAdyen provides 24/7/365 support to its customers with dedicated managers for each account. They also provide extensive knowledgebase and guides for instant help.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4084\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow + Adyen Integration for Omnichannel Recurring Payments\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349499978{margin-top: 25px !important;}\"]Manage recurring billing and payment processing, all, on one platform with SubscriptionFlow. Process <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payments</a> with Adyen integrated with SubscriptionFlow and accept a variety of different payment types with PCI-compliant security.\r\n\r\nAdyen when integrates with SubscriptionFlow can help merchants with its extensive customization to accept payments the way that works best for them. It allows merchants to accept their recurring payments using the following payment methods:\r\n\r\n[su_list icon=\"icon: check-square-o\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Debit and credit cards</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Apple and Google Pay</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>E payments and ACH direct debits</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>Local payment methods</li>\r\n <li><i class=\"sui sui-check-square-o\"></i>International payments</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIntegrating Adyen with the subscription management software, SubscriptionFlow allows optimization of the actual payment processing in terms of customization, acceptance, and security. Moreover, the Adyen payments platform is extremely customizable, giving you the ability to accept and process payments in a way that works best for your business. SubscriptionFlow Adyen integration protects payment processing with highly advanced fraud detection and prevention systems.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments with Adyen','','publish','closed','closed','','recurring-payments-with-adyen','','','2020-12-07 13:58:26','2020-12-07 13:58:26','',0,'https://staging.subscriptionflow.com/?page_id=3972',0,'page','',0),(3976,1,'2020-11-12 13:03:29','2020-11-12 13:03:29','','Covid-19 payment fruad protection','','inherit','open','closed','','covid-19-payment-fruad-protection-2','','','2021-03-26 07:40:17','2021-03-26 07:40:17','',3814,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg',0,'attachment','image/jpeg',0),(3983,1,'2020-11-13 07:39:58','2020-11-13 07:39:58','','Recurring Payments Using PayPal','','inherit','open','closed','','recurring-payments-using-paypal','','','2021-03-26 07:40:27','2021-03-26 07:40:27','',3937,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png',0,'attachment','image/png',0),(3985,1,'2020-11-13 09:35:18','2020-11-13 09:35:18','','Get Paid Faster, Accept Online Recurring Payments with PayPal','','inherit','open','closed','','get-paid-faster-accept-online-recurring-payments-with-paypal','','','2021-03-26 07:40:46','2021-03-26 07:40:46','',3937,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg',0,'attachment','image/jpeg',0),(3986,1,'2020-11-13 09:47:01','2020-11-13 09:47:01','','Automate-Recurring-Payments','','inherit','open','closed','','automate-recurring-payments','','','2020-11-13 09:47:12','2020-11-13 09:47:12','',3937,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(3988,1,'2020-11-13 10:01:14','2020-11-13 10:01:14','','Offer Customers Ensured PCI-DSS Compliance with PayPal','','inherit','open','closed','','offer-customers-ensured-pci-dss-compliance-with-paypal','','','2021-03-26 07:41:55','2021-03-26 07:41:55','',3937,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg',0,'attachment','image/jpeg',0),(3990,1,'2020-11-13 10:56:56','2020-11-13 10:56:56','SubscriptionFlow - a one-stop solution to handle all the customer subscriptions, their information, billing, and invoicing details. The potential subscription management software tends to automate the entire recurring billing and payment processes by eliminating the overhead of manual yet cumbersome subscription handling activities. From sales tax management to subscription renewals, SubscriptionFlow provides complete assistance to SaaS businesses by automating the subscription management processes.\r\n\r\nFused with many additional cutting-edge systems, SubscriptionFlow proliferates the power of customer experience by optimizing it to the extent it could be. Integrated with potential software, SubscriptionFlow provides an automated stream of recurring billing management by processing all the operations in a highly organized way.\r\n\r\nThis article covers a wide variety of integrations supported by SubscriptionFlow that does not only tend to streamline the entire subscription infrastructure of businesses but also provides additional benefits such as enhanced customer retention, reduced churn rate, and failed payments, smooth payment system, and improved brand reputation.\r\n<h2><strong>SubscriptionFlow Supported Integrations</strong></h2>\r\nSubscriptionFlow supports an array of integration options, some of which are discussed below;\r\n<h3><strong>Xero</strong></h3>\r\nXero is accounting software for SMBs that provides rich features to businesses in order to automate their entire accounting department. <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\">Xero</a> Integrated with SubscriptionFlow, subscription handling gets highly streamlined that does not only allow businesses to manage their accounting activities but also manages subscription of each candidate in an organized way. Two powerful software promises an excellent customer experience which ultimately adds to the brand image.\r\n<h3><strong>QuickBooks</strong></h3>\r\nSubscriptionFlow offers a seamless <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-quickbooks/\">SubscriptionFlow QuickBooks Integration</a> to help businesses improve their subscription management infrastructure. For instance, the integration allows businesses to track expenses, automated recurring billing and invoicing, generate reports, streamline CRM sales that collectively help businesses gain a firm ground in the market. Moreover, integration gets complete control over revenue recognition, inventory, and sales management as well.\r\n<h3><strong>Shopify</strong><strong> </strong></h3>\r\nShopify is an eCommerce platform that allows businesses to sell products in a convenient yet secure manner. Integrated with SubscriptionFlow allows <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-shopify/\">Shopify</a> to ensure a seamless record of customer subscriptions and provide them, services accordingly. A rapid track of subscriptions, deals, and discounts through secure payment gateways can be ensured.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-3991 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg\" alt=\"SubscriptionFlow Supported Integrations\" width=\"1000\" height=\"1000\" /></p>\r\n \r\n<h3><strong>Zendesk</strong></h3>\r\nIntegration with <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/\">Zendesk</a>, a customer support SaaS, helps gather customer interactions in a unified place. Integrated with SubscriptionFlow, Zendesk can enhance customer engagement by employing automated processing of subscriptions and customized real-time reports in order to make effective business decisions. The powerful integration gives mind-blowing features that ultimately contribute to the success and growth of the business.\r\n<h3><strong>SugarCRM</strong></h3>\r\nA Customer Relationship Management software that incorporates a wide variety of attributes and features that contribute to increased sales. <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-sugarcrm/\">SugarCRM integration with SubscriptionFlow</a> also automates the subscription management system of an organization that results in full-fledge workflow management infrastructure to address every single attribute that holds importance in business sales.\r\n<h3><strong>Mailchimp</strong></h3>\r\nAn email marketing platform integrated with SubscriptionFlow provides tools to businesses in order to manage subscriptions in a highly streamlined manner. Email marketing consists of a subset of recipients that have subscribed to your newsletters. To handle each subscription individually while keeping track of their interests, SubscriptionFlow assists businesses in automating the subscriptions in an efficient way.\r\n<h3><strong>Avalara</strong></h3>\r\nIt is Software-as-a-Service that automates the process of tax compliance. SubscriptionFlow offers <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/\">Avalara integration</a> to automate the process of sales and communication tax in real-time. By allowing region-based sales tax automation, it becomes easy to manage all subscriptions in the light of compliance. In this way, compliance becomes easy for businesses that could help comply with regulatory obligations in a highly convenient manner.\r\n<h3><strong>Pipedrive</strong></h3>\r\nIt is a CRM platform employed by businesses to automate sales funnel. Integration with SubscriptionFlow enhances customer support and service. SubscriptionFlow keeps complete track of subscriptions taken by consumers, their interests, and information that ultimately helps provide users with an optimized journey throughout the customer lifecycle.\r\n<h3><strong>monday.com</strong></h3>\r\nA versatile platform to manage multiple projects and teams in an organized manner. It helps perform the tasks, meet deadlines, and ensure delivery of each and every project and also help monitor the task status while keeping subscriptions and recurring billing processes streamlined. A centralized interface also makes transaction retrieval a handy process for businesses.\r\n\r\nAutomation has become the key to success. Especially, when it comes to gaining a competitive edge in the market, it is crucial to employ technological advancements in daily operations. More the productivity would be, the more exponentially a business will grow.\r\n\r\nSubscriptionFlow provides the aforementioned and many more integrations to automate the subscription-based processes of the SaaS business in a highly efficient manner.','An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses','','publish','open','open','','an-incredible-variety-of-integrations-that-subscriptionflow-offers-to-saas-businesses','','','2020-11-13 10:56:56','2020-11-13 10:56:56','',0,'https://staging.subscriptionflow.com/?p=3990',0,'post','',0),(3991,1,'2020-11-13 10:51:03','2020-11-13 10:51:03','','SubscriptionFlow Supported Integrations','','inherit','open','closed','','subscriptionflow-supported-integrations','','','2021-03-26 07:41:37','2021-03-26 07:41:37','',3990,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg',0,'attachment','image/jpeg',0),(3992,1,'2020-11-13 10:52:11','2020-11-13 10:52:11','','VARIETY OF INTEGRATIONS THAT SUBSCRIPTIONFLOW OFFERS TO SAAS BUSINESSES','','inherit','open','closed','','variety-of-integrations-that-subscriptionflow-offers-to-saas-businesses','','','2021-03-26 07:41:29','2021-03-26 07:41:29','',3990,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg',0,'attachment','image/jpeg',0),(3995,1,'2020-11-16 07:02:26','2020-11-16 07:02:26','','braintree-payment-gateway','','inherit','open','closed','','braintree-payment-gateway','','','2020-11-16 07:02:33','2020-11-16 07:02:33','',3960,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/braintree-payment-gateway.png',0,'attachment','image/png',0),(3996,1,'2020-11-16 07:32:03','2020-11-16 07:32:03','','Integrate Braintree To Receive Uninterrupted Recurring Payments','','inherit','open','closed','','integrate-braintree-to-receive-uninterrupted-recurring-payments','','','2021-03-26 07:41:06','2021-03-26 07:41:06','',3960,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(3997,1,'2020-11-16 08:06:50','2020-11-16 08:06:50','','Charge Up Subscription Billing With A Range of Online Payment Methods','','inherit','open','closed','','charge-up-subscription-billing-with-a-range-of-online-payment-methods','','','2020-11-16 08:07:02','2020-11-16 08:07:02','',3960,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg',0,'attachment','image/jpeg',0),(3998,1,'2020-11-16 08:12:44','2020-11-16 08:12:44','','SubscriptionFlow Braintree Integration Offers Real-Time Stellar Customer Support','','inherit','open','closed','','subscriptionflow-braintree-integration-offers-real-time-stellar-customer-support','','','2020-11-16 08:12:50','2020-11-16 08:12:50','',3960,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg',0,'attachment','image/jpeg',0),(4000,1,'2020-11-16 12:07:02','2020-11-16 12:07:02','Businesses need revenue to grow and revenue streaming requires customers. Businesses need more and more customers to channel their influence over the market and to create profit opportunities.\r\n\r\nAs large as their customer base is, as much they can earn revenue and drive business growth.\r\n\r\nBut, the coronavirus outbreak and, eventually, worldwide lockdowns shrunk the markets for businesses of all sizes, niches, and resources.\r\n\r\nIn the modern globalized business and trade history, the global economy has never suffered the downfall like it experienced after the pandemic hit markets, businesses, industries, and the workforce.\r\n\r\nOne after another, the two waves of the pandemic in a row, and within a year, have forced businesses to either shut down their operations or change their revenue model. The increased costs of operations and decreased or marginal profits require rigorous and revenue-focused Post-COVID strategies to stabilize the fluctuating and declining profits.\r\n\r\nBeginning with the new customer behaviors impacted by the COVID-19, this article also outlines the customer and revenue growth relationships and evaluates the significance of keeping the customer lifetime value.\r\n<h2><strong>Impacts of COVID-19 on Customer Behaviors</strong></h2>\r\nPandemic alters the regular behaviors of customers thus it requires special focus to learn the post-COVID impacts on customer behaviors and tailor the marketing and customer strategies, accordingly. Some of the POST-COVID trends driving customer strategies include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Improved Brand Loyalty</li>\r\n <li>Stockpiling and Amassing Habits</li>\r\n <li>Focus Shifts Towards Value and Essentials Only</li>\r\n <li>Attraction Towards Subscription and Recurring Billing Businesses</li>\r\n <li>Enhanced Customer Services Demand</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAnd more.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay/\">Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay…</a>\r\n<h2><strong>What Is Customer Acquisition?</strong></h2>\r\nCustomer acquisition is gaining new customers and growing the customer base. It requires influencing and persuading the leads to convert into paying customers and contribute to the revenue-building by purchasing the company’s product or services.\r\n\r\nCustomer acquisition management is a key process in sales and marketing management to evaluate customers value in relation to the costs spend to acquire them.\r\n\r\nFrom drawing traffic to generating leads to optimizing the conversion—customer acquisition is the foremost objective of the marketing teams in any business. Customer acquisition lays the foundation for business growth.\r\n\r\nIt is a misunderstood notion that customer acquisition is the beginning strategy to establish a business. At each stage of business, different customer acquisition strategies are required to be formulated while focusing on the\r\n\r\nCustomer acquisition is a step by step process that involves significant sales and marketing roles, goals, and channels. These are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Identifying Ideal Customers</li>\r\n <li>Defining the Targets and Objectives</li>\r\n <li>Choosing Customer Acquisition Channels</li>\r\n <li>Developing A Unique Strategy For Each Channel</li>\r\n <li>Communicating With Customers</li>\r\n <li>Measuring And Improving Strategy</li>\r\n</ul>\r\n[/su_list]\r\n\r\nBeginning with attracting customers, the above-mentioned steps for acquiring new customers also encompass establishing the foundation for customer retention.\r\n\r\nIn other words, it can be said that customer acquisition is the first step in customer retention.\r\n<h3><strong>What Is Customer Retention?</strong></h3>\r\nCustomer retention refers to the strategies, actions, and activities that are taken to keep the existing customers on board for a longer period by boosting their brand loyalty.\r\n\r\nOnce the customers are acquired, sales and marketing teams aim to use different engagement tactics to keep customers return to their product or service again and again.\r\n\r\nCustomer retention is the science of inducing value in the acquired customers by persuading them to spend more with upselling, cross-selling, loyalty programs, upgrades, and more.\r\n\r\nCustomer retention is the ultimate purpose of revenue growth with the reduced cost of sales and marketing overhead and more profits.\r\n\r\nSmall- to mid-sized businesses, regularly, experience setbacks when losing their balance in between acquisition and retention. Their marketing often leans toward customer acquisition, instead of focusing on customer retention that eventually increases the costs of marketing overhead but cannot translate the expenses into profits, and, soon the customer would be captured by a competitor.\r\n\r\nCustomer retention strategies are focused on inducing a personalized customer experience and delighting customers to drive customer loyalty. Here are a few steps for the process that helps to retain the customers:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Producing Content that Solves Customer Problems</li>\r\n <li>Reaching Out to the Customers on a Regular Basis</li>\r\n <li>Keeping Customers Informed of Latest Developments</li>\r\n <li>Calculating and Tracking Customer Retention Rates</li>\r\n <li>Optimizing Customer Service and Support</li>\r\n <li>Offering Customer Loyalty Programs</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThat’s just a small list of the many things you can do to keep customers satisfied and loyal, so they stick around longer and provide a reliable, recurring revenue source.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a>\r\n<h3><img class=\"size-full wp-image-4002 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg\" alt=\"Acquisition-vs-Retention\" width=\"800\" height=\"1708\" /></h3>\r\n \r\n<h3><strong>Keeping the Customer Lifetime Value—What Trends Do Stats Reflect?</strong></h3>\r\nMarketing is a cycle of customer acquisition where customer acquisition begins with attracting new customers, it doesn’t end anywhere and transforms into customer engagement strategies, that later enter into activities for customer retention.\r\n\r\nHowever, sometimes, companies instead of timely ingress into the customer retention phase, reverse their marketing drive to the acquisition, and ends up spending more and earning less.\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Studies suggest that customer loyalty plays a significant role in acquiring more revenue with existing customers. Increasing customer retention rates by a mere 5 percent increases profit yields by anywhere from 25 to 95 percent.</li>\r\n <li>Only <a href=\"https://media.bain.com/Images/BB_Prescription_cutting_costs.pdf\">2 percent of customer retention</a> can also slash the overall operational costs by up to 10 percent as acquiring new customers require way more monitoring, tracking, and management and consume more resources.</li>\r\n <li>In the long run, customer acquisition due to its unpredictability is a relatively less profitable opportunity, in fact, is the most unreliable source of revenue. In comparison, customer retention is a predictable source of revenue thus it is more reliable and profitable.</li>\r\n <li><a href=\"https://hbr.org/2014/10/the-value-of-keeping-the-right-customers\">Harward studies</a> report 5 to 25 times lesser overhead to retain an existing customer than it is to acquire a new one.</li>\r\n <li>Another <a href=\"https://www.invespcro.com/blog/customer-acquisition-retention/\">study</a> suggests that with existing customers, the existing customer are 50 percent more likely to spend for upsells, cross-sells, and re-sells.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIn the unstable and unpredictable age of COVID-19, the future of a prosperous business depends on upholding extraordinary levels of customer contentment. It results in higher levels of customer retention that, in addition, also creates brand advocates and pools more referrals and prospects for the brand reputation and business growth.\r\n<h3><strong>Why Retaining Customers Is A Better Strategy Than Striving to Acquire New Opportunities?</strong></h3>\r\nSeveral marketing firms and professionals consider the acquisition of new customers way more fruitful because to them it is satisfying as it strengthens them with the sense of achievement of gaining more customers that, in actual, costs the business resources.\r\n\r\nFor businesses in their mid stages, it is significantly pertinent to converge their focuses on customer retention strategies that would actually gain them customer engagement, customer loyalty, profits, and business growth.\r\n\r\nSome of the key benefits of shifting focus towards customer retention include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Cheaper Costs of Customer Retention</li>\r\n <li>Increased Upsell and Cross-Sell Probabilities</li>\r\n <li>Revenue-Driven Referral Marketing Opportunities</li>\r\n <li>Brand Loyalty Growth with Advocacy</li>\r\n <li>Revenue Leakages Identification and Prevention</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a>\r\n<h3><strong>Customer Retention is the Catalyst for ROI—What Is Your Strategy?</strong><strong> </strong></h3>\r\nExisting customers have more scope for profits, brand loyalty, and conversion rates. This is why it is not a marketing job only. Customer retention is the combination of actions and activities peddled by the three key drivers of the business processes—Sales, Marketing, and Product.\r\n\r\nCustomer retention can not work until the product or services has the substance, and a potential product can not perform unless it is boosted by the data-driven marketing and sales strategies and campaigns.\r\n\r\nThe best way to boost the business is to learn to alter the cycles of customer acquisition and customer retention as the situation demands. Mid to larger businesses and enterprises need to shift their marketing, sales, and support focuses on providing the enhanced and personalized customer experiences that can pave the way for brand loyalty, trust, and low-effort profit yield.\r\n\r\nPost Pandemic customer behaviors make it easier for companies to get more customer responses, engagement, and loyalty from fewer customer retention activities such as:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Finding the Solutions to the Problems in the Data</li>\r\n <li>Monitoring and Tracking Customer Lifecycles</li>\r\n <li>Identifying the Churn Possibilities and Mitigating it in Advance</li>\r\n <li>Identifying the Upsell, Cross-sell, and Re-sell Opportunities and Pitch Them On-Time</li>\r\n <li>Targeting Customers with Different Promotional and Loyalty Programs</li>\r\n <li>Rewarding Profitable Customers</li>\r\n <li>Personalizing Contacts, Communications, and Services</li>\r\n <li>Following up with Customers for Suggestions, and Complaints</li>\r\n <li>Optimizing the other Business Processes in the Light of the Feedback</li>\r\n</ul>\r\n[/su_list]','Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?','','publish','open','open','','customer-acquisition-vs-customer-retention','','','2020-11-16 12:11:05','2020-11-16 12:11:05','',0,'https://staging.subscriptionflow.com/?p=4000',0,'post','',0),(4001,1,'2020-11-16 12:00:33','2020-11-16 12:00:33','','Customer Acquisition vs. Customer Retention','','inherit','open','closed','','customer-acquisition-vs-customer-retention','','','2020-11-16 12:00:42','2020-11-16 12:00:42','',4000,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg',0,'attachment','image/jpeg',0),(4002,1,'2020-11-16 12:02:49','2020-11-16 12:02:49','','Acquisition-vs-Retention','','inherit','open','closed','','acquisition-vs-retention','','','2020-11-16 12:03:00','2020-11-16 12:03:00','',4000,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg',0,'attachment','image/jpeg',0),(4008,1,'2020-11-17 07:24:14','2020-11-17 07:24:14','','subscriptionflow and xero integration','','inherit','open','closed','','subscriptionflow-and-xero-integration','','','2020-11-17 07:24:24','2020-11-17 07:24:24','',1761,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg',0,'attachment','image/jpeg',0),(4012,1,'2020-11-17 07:47:47','2020-11-17 07:47:47','','Subscriptionflow-integration-with-xero-infographic.','','inherit','open','closed','','flat-circle-element-for-infographic-with-4-parts-options-or-steps-template-for-cycle-diagram-graph-presentation-and-chart','','','2020-11-17 07:48:13','2020-11-17 07:48:13','',1761,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg',0,'attachment','image/jpeg',0),(4014,1,'2020-11-17 08:04:56','2020-11-17 08:04:56','','subscriptionflow-quickbooks-integration','','inherit','open','closed','','subscriptionflow-quickbooks-integration','','','2020-11-17 08:05:03','2020-11-17 08:05:03','',3161,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg',0,'attachment','image/jpeg',0),(4016,1,'2020-11-17 08:31:28','2020-11-17 08:31:28','','Manage your sales process with SubscriptionFlow QuickBooks Integration','','inherit','open','closed','','manage-your-sales-process-with-subscriptionflow-quickbooks-integration','','','2020-11-17 08:31:38','2020-11-17 08:31:38','',3161,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg',0,'attachment','image/jpeg',0),(4018,1,'2020-11-17 08:45:46','2020-11-17 08:45:46','','subscriptionflow zendesk integration','','inherit','open','closed','','subscriptionflow-zendesk-integration','','','2020-11-17 08:45:55','2020-11-17 08:45:55','',3406,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg',0,'attachment','image/jpeg',0),(4020,1,'2020-11-17 10:35:28','2020-11-17 10:35:28','','integrate susbcriptionflow with zendesk','','inherit','open','closed','','integrate-susbcriptionflow-with-zendesk','','','2020-11-17 10:35:38','2020-11-17 10:35:38','',3406,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg',0,'attachment','image/jpeg',0),(4025,1,'2020-11-17 13:02:15','2020-11-17 13:02:15','','subscriptionflow + hubspot','','inherit','open','closed','','subscriptionflow-hubspot','','','2020-11-17 13:02:24','2020-11-17 13:02:24','',3835,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg',0,'attachment','image/jpeg',0),(4026,1,'2020-11-17 13:03:56','2020-11-17 13:03:56','','hubspotand-subscriptionflow-integrations','','inherit','open','closed','','hubspotand-subscriptionflow-integrations','','','2020-11-17 13:04:10','2020-11-17 13:04:10','',3835,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg',0,'attachment','image/jpeg',0),(4028,1,'2020-11-18 06:08:34','2020-11-18 06:08:34','','Subscriptionflow + salesforce','','inherit','open','closed','','subscriptionflow-salesforce','','','2020-11-18 06:08:43','2020-11-18 06:08:43','',3391,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg',0,'attachment','image/jpeg',0),(4031,1,'2020-11-18 06:52:48','2020-11-18 06:52:48','','SF-salesforce-integration','','inherit','open','closed','','sf-salesforce-integration','','','2020-11-18 06:52:57','2020-11-18 06:52:57','',3391,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg',0,'attachment','image/jpeg',0),(4033,1,'2020-11-18 07:05:29','2020-11-18 07:05:29','','subscriptionflow-avalara-integration','','inherit','open','closed','','subscriptionflow-avalara-integration','','','2020-11-18 07:05:41','2020-11-18 07:05:41','',3412,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg',0,'attachment','image/jpeg',0),(4035,1,'2020-11-18 07:43:29','2020-11-18 07:43:29','','avalara-tax','','inherit','open','closed','','avalara-tax','','','2020-11-18 07:43:44','2020-11-18 07:43:44','',3412,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg',0,'attachment','image/jpeg',0),(4037,1,'2020-11-18 07:51:42','2020-11-18 07:51:42','','subscriptionflow-mailchimp-integration','','inherit','open','closed','','subscriptionflow-mailchimp-integration','','','2020-11-18 07:51:51','2020-11-18 07:51:51','',3848,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg',0,'attachment','image/jpeg',0),(4040,1,'2020-11-18 08:28:09','2020-11-18 08:28:09','','boost your marketing campaings with subscriptionflow mailchimp integration','','inherit','open','closed','','boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration','','','2020-11-18 08:28:22','2020-11-18 08:28:22','',3848,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg',0,'attachment','image/jpeg',0),(4042,1,'2020-11-18 10:23:44','2020-11-18 10:23:44','','subscriptionflow-pipedrive-integration','','inherit','open','closed','','subscriptionflow-pipedrive-integration','','','2020-11-18 10:23:52','2020-11-18 10:23:52','',3853,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg',0,'attachment','image/jpeg',0),(4048,1,'2020-11-18 10:43:45','2020-11-18 10:43:45','','pipedrive-features','','inherit','open','closed','','pipedrive-features-2','','','2020-11-18 10:44:10','2020-11-18 10:44:10','',3853,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg',0,'attachment','image/jpeg',0),(4051,1,'2020-11-18 14:22:13','2020-11-18 14:22:13','It took ages to move the payment system from the barter system to the currency exchange. The advent of the internet changed everything.\r\n\r\nTechnological advancement had transformed the paper-based currency into the plastic. Cash and check payments in two to three decades only, to a great extent, have been replaced by the electronic funds transfer from one bank account to another account.\r\n\r\nBut, the introduction of digital wallets has transformed the way we think about funds transfer. It was an invention that even has revived the digital payment industry.\r\n\r\nToday, moving money across the banks from out of the network of banks through these alternative payment methods is a reality. Not only, it is easy, simple, and available 24/7/365, it is also safe, legal, and instant.\r\n\r\nIndividuals and businesses, both, are frequently using these payment methods to get paid faster and have condensed all their payment operations, documentations, and other hassles into an application that can easily be accessed via any portable or non-portable device.\r\n\r\nWith uses far and wide, alternative payment methods are the indispensable chunk of how money moves through the economy and our lives.\r\n\r\nThis article briefs our readers about the alternative payment method and its types, its importance, and advantages. We will also walk you through some of the most common alternative payment methods.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h2><strong>What is an Alternative Payment Method?</strong></h2>\r\nAlternative Payment Methods or APMs are the forms of digital payment methods used to pay for goods or services that are anything but cash or credit card (including VISA, Mastercard, AmericanExpress, Discover, UnionPay International, or any other) issued by a bank.\r\n\r\nSome of the common examples of these APMs around us include prepaid cards, mobile payments, e-wallets, bank transfers, instant financing, bank orders, cryptocurrencies, etc.\r\n<h2><strong>Different Types of Alternative Payments Methods</strong></h2>\r\nWithout knowing, we all are using different types of alternative payment methods to make payments for our bills, instant funds transfer to friends and family, salary transfer, online purchases, and more. In the last few years, the popularity of the APMs has been skyrocketed.\r\n\r\nLet’s quickly learn about the major APMs that are used by individuals, businesses, governments, and even corporations to make electronic payments.\r\n<h2><strong>Alternative Payment Methods Associated with Banks</strong></h2>\r\nSome of the most common alternative payment methods that involve banking network are:\r\n<ul>\r\n <li>\r\n<h3><strong>Online Banking</strong></h3>\r\n</li>\r\n</ul>\r\nIt is the type of APM when the customer is not required to enter the credit card information to make online payments from a bank account to another bank account or non-bank entity.\r\n<ul>\r\n <li>\r\n<h3><strong>Bank Transfers</strong></h3>\r\n</li>\r\n</ul>\r\nIt is popularly called wire transfer. It is the direct transfer of money from an account holder’s bank account to an individual’s or a business’s bank account.\r\n<ul>\r\n <li>\r\n<h3><strong>Direct Debit</strong></h3>\r\n</li>\r\n</ul>\r\nIt is a pre-authorized way of transferring money from one bank account to another bank account or non-bank account. It is considered an ideal, safer, and favorable method for the recurring payments that require to pre-inform the account holders about the upcoming transaction.\r\n<h2><strong>Alternative Payment Methods Not Associated with Banks</strong></h2>\r\nThe electronic funds can be transferred from the accounts and in between the accounts that exist outside of the banking network. Some of the most used of them are:\r\n<ul>\r\n <li>\r\n<h3><strong>Digital Wallets</strong></h3>\r\n</li>\r\n</ul>\r\nDigital wallets are also called e-wallet. These are used to transfer funds from the e-wallets to bank accounts and other APMs. These are all prepaid accounts that can also store payment information, payment history, can automatically generate receipt of funds exchange in real-time. Some are even available to manage currency conversions.\r\n\r\nThe popular examples of these digital wallets are PayPal, Venmo, Braintree, Dwolla, Due, Stripe, Payoneer, Authorize.Net, Adyen, and others.\r\n<ul>\r\n <li>\r\n<h3><strong>Mobile Payments</strong></h3>\r\n</li>\r\n</ul>\r\nAs the name suggests, these are the payments made using mobile phones through mobile e-wallets. Mobile Payments are definitely one of the most popular ways to make frequent, small, and instant transactions. These include ApplePay, AndroidPay, GooglePay, AliPay, WallmartPay, and many more.\r\n<ul>\r\n <li>\r\n<h3><strong>Crypto Wallets</strong></h3>\r\n</li>\r\n</ul>\r\nCrypto wallets are used to make payments via cryptocurrencies.\r\n\r\nCryptocurrency is a digital currency. The most popular cryptocurrencies are Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Binance Coin, Tron, and Chainlink.\r\n\r\nCrypto wallets are used to store the keys for these digital currencies. The popular ones used for Bitcoin include Coinbase, Trezor, Ledger, SoFi, Robinhood, Edge, and Exodus.\r\n\r\nSome digital wallets also facilitate electronic payments made via cryptocurrencies.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?</a>\r\n<h2><strong>The Rise of Alternative Payment Methods</strong></h2>\r\nThe evolution of the digital payment system dates back to the end of the twentieth century that was escalated to its peak with the outbreak of the coronavirus pandemic and proliferating the IT and Finance industry and eCommerce economy.\r\n\r\nThe digital payments landscape came into existence when by the end of 1997, a young entrepreneur sold a CD over the internet through his credit card payment. Later, Coca-Cola company installed vending machines that can accept payments through text messages.\r\n\r\nYesteryears enthusiastic entrepreneurs and today\'s tech giant Elon Musk and Capitalist Peter Thiel in 1999 laid the foundation of alternative payment methods with the introduction of the first-ever, digital money transfer service by the name of PayPal.\r\n\r\nIn 2003, China bank introduced one of the most contributing elements in the growth of the eCommerce, AliPay. The first mobile payment system was created by M-PESA in 2007.\r\n\r\nThe advent of cryptocurrency revamped the digital payment landscape when by the end of 2009, Bitcoin was launched and introduced secure and untraceable payments using a decentralized payment system.\r\n\r\nBy the end of 2010, Stripe, Square, and some of today’s leading digital payment services providers were introduced.\r\n\r\nAnd the journey of alternative payment methods began with the arrival of WeChat Pay in 2013, ApplePay in 2014, and is continued to grow with GooglePay, Amazon Pay, non-banking merchants accounts, digital wallets, mobile wallets, crypto wallets, and more.\r\n\r\n<img class=\"alignleft size-full wp-image-4053\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg\" alt=\"The-Evolution-of-Digital-Payment-Industry\" width=\"1842\" height=\"1726\" />\r\n<h2><strong>Alternative Payment Methods Are Transforming The Digital Payments Industry</strong></h2>\r\nToday, the digital payment volume has already surpassed the $4.1 trillion mark and is expected to grow manifold by the end of 2025.\r\n\r\nInternet, tech-savvy youth, and the evolution of eCommerce, IT infrastructure, Subscription Commerce, and mobile and finance technology.\r\n\r\nAccording to the market and market’s <a href=\"https://www.marketsandmarkets.com/Market-Reports/digital-payment-market-209834053.html\">Global Forecast Report</a> for 2025, the pandemic has accelerated the adoption of contactless and wallet payments. Digital wallets and mobile payments are witnessing increased traction for Peer to Peer (P2P) transfers, bill payments, and Customer to Business (C2B) payments for essential services owing to the lockdown and aversion to the exchange of cash.\r\n\r\nThe report further states that the global digital payment market size is expected to grow from USD 79.3 billion in 2020 to USD 154.1 billion by 2025.\r\n\r\nThe digital payment market is expected to grow, owing to the worldwide initiatives and Post-COVID commerce and industry business measures for the promotion of digital payments, high proliferation of smartphones, increase in eCommerce sales, the rise of subscription commerce, and growth in internet penetration.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h2><strong>Popular Alternative Payment Method Options</strong></h2>\r\nHundreds of APMs are here to make electronic payments easy, faster, and simple. Here are our top picks to make payments through alternative payment methods using the following options:\r\n<ul>\r\n <li>\r\n<h3><strong>PayPal</strong></h3>\r\n</li>\r\n</ul>\r\nPayPal is the leading player in the digital payment industry. It has more than 137 million active registered users and more than 30 million US mobile customers.\r\n\r\nPayPal is available in more than 190 countries and supports 23 currencies.\r\n\r\nPayPal is also the leading omnichannel payment processing services provider. It allows users to quickly create an account and start sending and receiving money into their digital wallets.\r\n\r\nIt charges 2.9% plus $0.30 per transaction.\r\n<ul>\r\n <li>\r\n<h3><strong>Adyen</strong></h3>\r\n</li>\r\n</ul>\r\nAdyen is one of that tech-friendly online alternative payment methods, especially for the customers based in the United Kingdom, the European Union, the United States, and Canada.\r\n\r\nIt is also an omnichannel payment processing services provider that is ideal for businesses with a higher volume of transactions as it is equipped with highly advanced risk management tools. It ensures the encryption of sensitive data and offers built-in currency conversion and on its basis charges a processing fee plus a payment method fee per transaction.\r\n<ul>\r\n <li>\r\n<h3><strong>GoCardless</strong></h3>\r\n</li>\r\n</ul>\r\nGocardless is also a digital payment service used to accept recurring payments through GoCardless. It is a paid system that offers multiple plans for the transactions as per the needs.\r\n\r\nGoCardless also enables the subscription and SaaS services providers to accept recurring payments in the form of direct debits.\r\n\r\nGoCardless is an ideal payment services provider that can work with a range of networks of financial institutions that process payments directly from one bank account to another across the United States, Canada, Australia, the United Kingdom, the European Union, and others.\r\n<ul>\r\n <li>\r\n<h3><strong>ApplePay</strong></h3>\r\n</li>\r\n</ul>\r\nApple Pay is a mobile payment e-wallet service by Apple. ApplePay allows its users to make payments in iOS apps and on the web using Apple browser, Safari. It is supported on the iPhone, Apple Watch, iPad, and Mac.\r\n<ul>\r\n <li>\r\n<h3><strong>GooglePay</strong></h3>\r\n</li>\r\n</ul>\r\nGoogle Wallet is also a free mobile wallet that can store the payment details, history, receipts, orders, and more. It is used by hundreds of merchants across the world to provide an engaging customer experience at checkouts. Google Wallet can also be linked to Google sign-in to make registration to the merchant site easy and instant. It facilitates android users with tap-to-pay purchases on mobile devices, enabling users to make payments with Android phones, tablets, or watches.\r\n<ul>\r\n <li>\r\n<h3><strong>Skrill</strong></h3>\r\n</li>\r\n</ul>\r\nSkrill is also an alternative payment wallet that is popular to make cross-border payments. Individuals and businesses, both, can use the Skrill e-wallet to pay and receive the payments from anywhere anytime.\r\n\r\nSkrill is affordable and accessible in terms of the transaction charges. Its basic version is free and charges only a fixed percentage per transaction.\r\n<ul>\r\n <li>\r\n<h3><strong>Dwolla</strong></h3>\r\n</li>\r\n</ul>\r\nDwolla allows business to make digital payments through its payment network\r\n\r\nDwolla is a payment network that allows any business or person to send, request, and accept money, without relying on credit cards. Dwolla connects to a bank account and allows you to move money at a very low rate. Easily create a “Pay With Dwolla” button on your website. Price: $0.25 per transaction, or free for transactions $10 or less.\r\n<ul>\r\n <li>\r\n<h3><strong>Exodus</strong></h3>\r\n</li>\r\n</ul>\r\nExodus is a crypto wallet for mobile and desktop. It has a simple interface and built-in exchange with the ability to swap Bitcoin with other cryptocurrencies.\r\n\r\nExodus currently allows for swaps between over 100 different cryptocurrencies.','Alternative Payment Methods—A New-Age of Electronic Funds Transfer','','publish','open','open','','alternative-payment-methods-a-new-age-of-electronic-funds-transfer','','','2020-11-18 14:22:13','2020-11-18 14:22:13','',0,'https://staging.subscriptionflow.com/?p=4051',0,'post','',0),(4052,1,'2020-11-18 14:18:48','2020-11-18 14:18:48','','Alternative Payment Methods Are Transforming The Digital Payments Industry','','inherit','open','closed','','alternative-payment-methods-are-transforming-the-digital-payments-industry','','','2020-11-18 14:19:05','2020-11-18 14:19:05','',4051,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg',0,'attachment','image/jpeg',0),(4053,1,'2020-11-18 14:19:56','2020-11-18 14:19:56','','The-Evolution-of-Digital-Payment-Industry','','inherit','open','closed','','the-evolution-of-digital-payment-industry','','','2020-11-18 14:20:28','2020-11-18 14:20:28','',4051,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg',0,'attachment','image/jpeg',0),(4055,1,'2020-11-19 10:31:35','2020-11-19 10:31:35','','subscriptionflow-shopify-integration','','inherit','open','closed','','subscriptionflow-shopify-integration','','','2020-11-19 10:31:45','2020-11-19 10:31:45','',3400,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg',0,'attachment','image/jpeg',0),(4056,1,'2020-11-19 11:13:00','2020-11-19 11:13:00','','Easy Manage Invoicing, Subscriptions, & Recurring Payments for Shopify With SubscriptionFlow','','inherit','open','closed','','easy-manage-invoicing-subscriptions-recurring-payments-for-shopify-with-subscriptionflow','','','2021-03-26 07:42:27','2021-03-26 07:42:27','',3400,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(4059,1,'2020-11-19 11:48:12','2020-11-19 11:48:12','','SubscriptionFlow Integration with monday com','','inherit','open','closed','','subscriptionflow-integration-with-monday-com','','','2020-11-19 11:48:21','2020-11-19 11:48:21','',3955,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg',0,'attachment','image/jpeg',0),(4061,1,'2020-11-19 12:37:00','2020-11-19 12:37:00','','Features of SubscriptionFlow monday.com Integration','','inherit','open','closed','','features-of-subscriptionflow-monday-com-integration','','','2020-11-19 12:37:09','2020-11-19 12:37:09','',3955,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png',0,'attachment','image/png',0),(4067,1,'2020-11-19 13:58:12','2020-11-19 13:58:12','','infographic-payments-timeline','','inherit','open','closed','','infographic-payments-timeline','','','2021-03-26 07:42:13','2021-03-26 07:42:13','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/infographic-payments-timeline.jpg',0,'attachment','image/jpeg',0),(4068,1,'2020-11-19 14:02:54','2020-11-19 14:02:54','','ezgif.com-gif-maker','','inherit','open','closed','','ezgif-com-gif-maker','','','2021-03-26 07:42:08','2021-03-26 07:42:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ezgif.com-gif-maker.png',0,'attachment','image/png',0),(4069,1,'2020-11-20 14:09:07','2020-11-20 14:09:07','Getting the most out of everything is not an option; it is indeed a requirement in this over-competitive and fast-paced world.\r\n\r\nBusinesses, regardless of their size and resources, need increased efficiency with minimal means, hitches, and outlays.\r\n\r\nWith a highly proactive approach and data-driven laser-focused strategies, companies, corporations, and organizations from across the industries and businesses are striving to adopt the modernized systems for frictionless operations across the business processes, including sales, marketing, support, quote-to-cash, billing and invoicing, payment processing, and others.\r\n\r\nWhatever the model, dimensions, existence, or strategy of a business is, the ultimate goal is to draw the maximum revenue, so that a huge volume of profits can be attracted.\r\n\r\nRevenue calculations are not easy to go lucky business. It requires expertise, consistency, dedication, and fixated efforts that costs resources of money, men, and management tools.\r\n\r\nThe key to drawing, measuring, and managing the revenue at its best is to formulate a system that removes the repetitive frictions with the automation of the cycle.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read</strong></span><a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\"><span style=\"color: #ff6600;\"><strong>:</strong></span> AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h2><strong>What is the Revenue and Revenue Process?</strong></h2>\r\nInvestopedia defines revenue as the income generated through multiple business operations that include discounts, promotions, as well as deductions for returned merchandise.\r\n\r\nThe total top line or gross income figure is revenue. It is the sum of all the operational and non-operational revenue. This calculation is called revenue process management.\r\n\r\nThe revenue process is the practice of identifying, collecting, and managing the revenue in a business based on its sales. The revenue process management is required to maintain financial viability and continue to provide quality care for their patients.\r\n\r\nIn general, it can be calculated as;\r\n\r\nSales Revenue=Sales Price × Number of Units Sold\r\n\r\nRevenue can be categorized into several types based on different approaches. One such approach is revenue streaming.\r\n\r\nRevenue Streams are the various sources from which a business earns money from the sale of goods or the provision of services.\r\n\r\nBased on the streaming, these are the types of revenue:\r\n\r\n<strong><span style=\"color: #ff6600;\">Project Revenue</span>—</strong>revenue earned through one-time sales of physical or digital goods or services from one-time payments made by the existing or new customers.\r\n\r\n<strong><span style=\"color: #ff6600;\">Recurring Revenue</span>—</strong>it is the revenue generated through the existing customers by selling them access to the products or services on a recurring basis.\r\n<h2><strong>How Does Recurring Revenue Work?</strong></h2>\r\nThe most common examples of recurring revenue include subscription fees, renting, leasing, licensing content or services, SaaS, cloud computing infrastructure access, brokerage, advertising, recurring service charges, etc.\r\n\r\nIn the last few years, the recurring revenue model has proved its stability, predictability, and reliability in the market by providing solutions for consistent and continuous streaming of revenue.\r\n\r\nThe force behind the recurring revenue is the recurring billing that generates recurring payments.\r\n\r\nAfter every interval and for a term, recurring revenue is reflected in the merchant’s account whenever the billing cycle hits.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business/\">Recurring Billing, Recurring Payments, and Recurring Revenue—What are they and How Do They Work Best for Your Business?</a>\r\n<h3><strong>Difference Between Revenue Recognition and Recurring Revenue Management</strong></h3>\r\nRecurring revenue is tempting and compelling for the businessmen as they love to see the growth of the cash in their accounts. However, in the recurring billing business, all the money landing into the merchant account is not revenue. It can be said an up-front cost that only be entitled as revenue when earned. Otherwise, it is a liability that can go out of the stream if there occurs any interruption in the recurring services.\r\n\r\nThe concept of earned and deferred revenue is revenue recognition.\r\n\r\nRevenue recognition is a generally accepted accounting principle (GAAP) and a vital feature of actuarial accounting. It is the recurring revenue calculation required for auditing at the end of the year but is different from recurring revenue management.\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"alignleft size-full wp-image-4072\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg\" alt=\"benefits of recurring revenue management\" width=\"1201\" height=\"2560\" /></p>\r\n \r\n<h3><strong>Understanding the Recurring Revenue Automation</strong></h3>\r\nTo measure and manage the growth of the recurring revenue for instant insights, different metrics are used that include the monthly recurring revenue, annual recurring revenue, committed recurring revenue, net recurring revenue, or more. These metrics overview the growth of the recurring revenue, the sources, and the opportunities to earn more revenue.\r\n\r\nManagement of the recurring revenue can be cumbersome and prone to complications and errors. Though these can be reduced and to an extent can be eliminated with automated management of the recurring revenue using the metrics mentioned above in a customizable, agile, and flexible subscription management software for the automated recurring billing and payment processing.\r\n\r\nThese applications can further be integrated with the accounting software that offers revenue recognition or with the advanced revenue automation and management platforms.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\">What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue for Subscription Businesses?</a>\r\n<h3><strong>Why Automated Recurring Revenue Management?</strong></h3>\r\nAutomation of the recurring revenue process management is important to reduce the risks that can harm the overall management of the annual revenue streaming, cause distraction in the revenue recognition, and can abrupt the profit projections that consequently can disrupt all the business processes.\r\n\r\nAutomated recurring revenue management is the product of automated recurring billing and payment processing. The automation of these processes reduces the following risks:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Billing and invoicing errors that cause billing disputes.</li>\r\n <li>Inaccurate invoices that loom revenue leakage and create unhappy customers.</li>\r\n <li>Manual processes mean complicated spreadsheets with errors and complexities.</li>\r\n <li>Billing, invoicing, and payment management lags.</li>\r\n <li>Inability to manage all the recurring revenue components in one place for a big revenue picture.</li>\r\n <li>Failure to manage mid-of-the-cycle changes prone to the complications of undocumented losses or profits.</li>\r\n <li>Limited ability to handle business and revenue growth.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAnd more.\r\n<h3><strong>How to Begin With Automated Recurring Revenue Management?</strong></h3>\r\nAutomated recurring revenue management is the key to your subscription and SaaS business management. Take advantage and put all the management of automated invoicing, billing, payment processing, and recurring revenue on auto-pilot mode with SubscriptionFlow.\r\n\r\nWith<a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\"> SubscriptionFlow</a>—the cloud subscription management platform, you can thrive by providing hassle-free, easy, simple, and highly automated subscription and billing services to your customers along with multiple payment, currencies, regions, integrations, and business support. SubscriptionFlow offers intuitive metrics for recurring revenue management for accurate recurring revenue reporting, revenue recognition, recurring revenue forecasting, and more.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/\">What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue?</a>','From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management','','publish','open','open','','from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management','','','2020-11-20 14:09:07','2020-11-20 14:09:07','',0,'https://staging.subscriptionflow.com/?p=4069',0,'post','',0),(4070,1,'2020-11-20 14:00:05','2020-11-20 14:00:05','','automated recurring revenue management with minimal means and hitches','','inherit','open','closed','','automated-recurring-revenue-management-with-minimal-means-and-hitches','','','2020-11-20 14:00:13','2020-11-20 14:00:13','',4069,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg',0,'attachment','image/jpeg',0),(4071,1,'2020-11-20 14:01:22','2020-11-20 14:01:22','','benefits of recurring revenue management','','inherit','open','closed','','benefits-of-recurring-revenue-management','','','2021-03-26 07:42:17','2021-03-26 07:42:17','',4069,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management.jpg',0,'attachment','image/jpeg',0),(4072,1,'2020-11-20 14:02:21','2020-11-20 14:02:21','','benefits of recurring revenue management','','inherit','open','closed','','benefits-of-recurring-revenue-management-2','','','2020-11-20 14:04:32','2020-11-20 14:04:32','',4069,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1.jpg',0,'attachment','image/jpeg',0),(4075,1,'2020-11-23 12:10:12','2020-11-23 12:10:12','Since the pandemic hit the global economy, businesses from across the industries have seen a downfall, revenue losses, and setbacks.\r\n\r\nThough a major shift towards the subscription model has been observed, still except a few, many have struggled to sustain.\r\n\r\nAs 2020 is touching its limits, it\'s time to formulate the new year business plan that can instantly be taken off to recover from the losses and holdups of the former year.\r\n<h2><strong>What is the Success Mantra for Subscription Business?</strong></h2>\r\nSeveral subscription companies, from software and services to subscription-based products and monthly boxes, even in the chaotic times of pandemic, have successfully managed the steady flow of recurring revenue streaming.\r\n\r\nDo you want to get a sneak peek into the mysteries of these fastest-growing subscription ventures?\r\n\r\nIf you own a subscription-based business or part of the recurring billing business, get your to-do list ready to mend the ruptures, COVID caused in your subscription business.\r\n\r\nIn the subscription and SaaS businesses, the fine-tuning of subscription strategies is a constant strategy for the subscription business development. The slightest improvement to optimize customer experience can lead to serious compounding growth over time.\r\n\r\nThis article overviews some of the most promising subscription business development practices the largest players in the subscription economy consistently follow to attract new customers, fathom factors that retain customers, and mitigate risks that cause churn to stream their monthly recurring revenue while limiting frictions.\r\n\r\nBuckle up your bridles for a rocky ride to improve revenue and subscription growth.\r\n\r\nDon’t know where to begin? Let’s begin with these easy, instant, and actionable ideas from the SubscriptionFlow support board to help you get the most of your subscription business.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business/\">Recurring Billing, Recurring Payments, and Recurring Revenue—What are they and How Do They Work Best for Your Business?</a>\r\n<h3><strong>What is SubscriptionFlow?</strong></h3>\r\nSubscriptionFlow is a subscription management software house. It offers automated solutions for recurring billing and payment processing management with state-of-the-art features like AI-enabled modules for price optimization, support to multiple billing models, multiple payment methods and currencies, and regions.\r\n\r\nSubscriptionFlow aims to provide support to subscription and SaaS businesses against all the obstacles of the subscription billing, such as prorated subscription billing, dunning management, cross-platform data-sharing, revenue operations management in one place, etc.\r\n\r\nSubscriptionFlow is a team of recurring billing management ninjas. They are experts in resolving the problems that hinder the smooth streaming of recurring revenue.\r\n\r\nHere, we are sharing some of the practical guidelines and actions to boost the subscription growth of any business provided they can be channelized with consistency and modifying to the business types and objectives.\r\n<h3><strong>Do You Know What Works and What Not?</strong></h3>\r\nIf you are a SaaS startup or a subscription business in its earlier phase, chances are you look for suggestions and advice from every space available that can keep you falling. Sometimes, despite all the precautionary measures, the founders become prey to their own choices. Instead of unfavorable market conditions or bad-luck, the lack of preparedness sinks them. And, some entrepreneurs take high flights in no time because they make choices and forecast outcomes based on real-time data.\r\n\r\nSo, how do you know what works for your business, and what would not?\r\n\r\nKeeping on track requires to take rational actions and engagements based on the available resources. Over or underestimation or ambition can lead to a mess and muddle. Avoiding this distraction is the key to remain consistent and productive. Data-driven calculative moves can keep subscription startups and small scale businesses to grow steady and stable.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management/\">Choosing an Easy-to-Use Subscription Management Platform—25 key Features SubscriptionFlow Offers for Seamless Recurring Billing Management</a>\r\n\r\nHere are the five key ideas you need to peddle before aiming for your subscription business growth:\r\n<ul>\r\n <li>\r\n<h4><strong>Understanding the Business Lifecycle</strong></h4>\r\n</li>\r\n</ul>\r\nEvery business has to go through the different phases of business development to reach an optimum position. It is vital to understand your spot in the business lifecycle and plan the subscription growth stage by stage.\r\n\r\nBusiness development has 5 stages:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Development</li>\r\n <li>Startup</li>\r\n <li>Establishment</li>\r\n <li>Expansion</li>\r\n <li>Maturity</li>\r\n</ul>\r\n[/su_list]\r\n\r\nSubscription businesses thrive when they know in which stage they are. Knowing the phase of the business will keep you aware of the needs and resources and help you achieve the best, accordingly.\r\n<ul>\r\n <li>\r\n<h4><strong>Following the Competitive Trends</strong></h4>\r\n</li>\r\n</ul>\r\nKeeping a constant eye on the business strategies of competitors and contemporaries is another coherent way to optimize your business processes management with substantial subscription growth strategies.\r\n\r\nLooking at the competitors\' business strategies can accelerate the subscription growth or it can also become a primary reason to waste resources with unrequired experiments. It is up to a business understanding of the requirements and the resources of how they follow the competitive trends without raging their resources.\r\n<ul>\r\n <li>\r\n<h4><strong>Conserving the Resources</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the outcome of knowing the business phase and competition potential awareness. Conserving the resources refers to optimizing the subscription growth while remaining in the budget, manpower, and market conditions.\r\n\r\nBusinesses earn revenue as per their phase, so do they need to spend, accordingly.\r\n\r\nChasing the competition does not guarantee the achievement of goals. Conserve and channel resources in a proper and data-driven direction by ignoring competition and underestimating the market potential if:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Your resources are limited.</li>\r\n <li>Your product is deficient in value.</li>\r\n <li>Your problems and customer base size are not the same.</li>\r\n <li>Your target audience is not filtered.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/\">This is How Subscription Billing Automation is a Game Changer for Subscription Businesses</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4077 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg\" alt=\"Fine-Tune the Management of Key Subscription Business Business Processes\" width=\"1400\" height=\"1200\" /></p>\r\n\r\n<h3><strong>Fine-Tuning the Key Business Processes</strong></h3>\r\nThis is the most integral part of the strategy for subscription growth. It is not the operations that need to be changed, it is the skills that are required to fine-tune the business strategies for subscription growth at the right time. Following are a few of the recurring billing business processes that should be the focus of constant vigilance:\r\n<h3><strong>Subscription Billing</strong></h3>\r\nSubscription billing is the process of charging customers after every interval when their billing cycle hits. It includes invoicing, custom invoicing, mid of billing cycle adjustments for upgrades, downgrades, postpones, cancelation, or re-activation of the subscriptions, tax calculations, and others. The subscription growth is directly proportional to the hassle-free subscription billing. It builds customer trust and enhances the customer experience. Here are the two ways to remove frictions from the subscription billing:\r\n<ul>\r\n <li>Automate Subscription Management</li>\r\n</ul>\r\nIt is the process of automation of the cycle of recurring invoicing, billing, and payment processing. The customers are charged and payment is processed as per their schedule without human intervention. Automate subscription management to induce transparency and work efficiency, and conserve resources that can unnecessarily be spent to remove manual errors and complex spreadsheets complicated calculations.\r\n<ul>\r\n <li>Offer Multiple Billing Options</li>\r\n</ul>\r\nThe subscription business model gained popularity as it is a highly flexible business model that allows the merchants to make the most recurring revenue from their recurring billing model or the combination of billing models without hurting the customer’s interests.\r\n\r\nNot all customers have the same preference for features or services. Attract them all by offering them a customized billing model tailored for them only. Flat fee, metered billing, tiered, or hybrid, charge them that suits you and your customer, both, and continue to stream recurring revenue from all the sources.\r\n<ul>\r\n <li>Optimize Recurring Payment Processing</li>\r\n</ul>\r\nAutomated payment processing is just a fraction of the payment process optimization. Often, the lead leaves the process at the last phase of the conversion when they don’t find their desired payment methods and the option to pay in their own currency. The automated subscription management system of SubscriptionFlow allows multiple payment gateways integration to cater to all customers from all walks of life and all regions.\r\n<h3><strong>Pricing</strong></h3>\r\nPrice optimization is a must-consider sales and marketing factor, particularly, subscription and SaaS businesses. A horde of features can be fueled through the subscription management software for price optimization along with automated billing, invoicing, and payment processing.\r\n<ul>\r\n <li>Fine-Tune Pricing Now and Then</li>\r\n</ul>\r\nPricing is not a static move in any business. The pricing strategy must be tweaked from time to time to match the changing demands of the market. Smart business minds are those that understand the importance of pricing and packaging variation.\r\n<ul>\r\n <li>Run Test Drives on Pricing</li>\r\n</ul>\r\nThe pricing page is the most-trafficable page on a site. A/B testing of your pricing will help subscription businesses to get in-depth knowledge of the factors that fuel the interests of the traffic in the pricing.\r\n<ul>\r\n <li>Improve Upsell and Upgrade Plans</li>\r\n</ul>\r\nFocusing on increasing the number of upgrades leverages you grow more revenue with your existing customers without investing more resources. Customer acquisitions cost five times more than retaining the customers with upgrades, cross-sells, or re-sells.\r\n\r\nIdentify what causes customers to upgrade and implement them while running a test drive for pricing.\r\n<h3><strong>Customer Service</strong></h3>\r\nCustomer experience is all you need in today’s subscription business landscape. The subscription business is based on customer retention and customers will retain when they feel connected, served, and facilitated. Providing them the best billing and payment assistance along with instant and stellar customer service support is the way to optimize the customer experience. Use customer support to find personalized solutions.\r\n<ul>\r\n <li>Identify Churn Causes—Use Predictive Analytics</li>\r\n</ul>\r\nThe best way to find all the concerns and mysteries behind the subscription growth is to use the subscription analytics that can extract the data-driven facts to fuel the growth of the business. Predictive analytics in SubscriptionFlow helps you gain insights and answers the reasons why customers are leaving their subscriptions and why they are not upgrading. It helps you to devise strategies that mitigate the risks of churn.\r\n<ul>\r\n <li>Drive More Attention on Customer Retention</li>\r\n</ul>\r\nThese analytics can further assist to formulate customer retention strategies in the forms of favorable billing, payment, or integration support to the customers.\r\n<ul>\r\n <li>Deploy Instant and Intuitive Customer Support System</li>\r\n</ul>\r\nAutomated customer service support integrations with the subscription billing system power-ups the overall customer services. Customer Support Software with knowledgebase, chatbots, instant chats, emails, or ticketing and tokenization can be integrated with the recurring billing system.\r\n<h3><strong>Marketing</strong></h3>\r\nWithout marketing, no business can survive. Marketing supports the product to grow and find the targeted audience.\r\n<ul>\r\n <li>Use ‘Subscription Data’ to Target Reach</li>\r\n</ul>\r\nSubscriptionFlow exposes the marketing teams to leverage the subscription, billing, and payment data to learn more about customer behaviors. The data-driven marketing campaigns clear investment paths and empowers product development.\r\n<ul>\r\n <li>Personalize Marketing Messages</li>\r\n</ul>\r\nFrom email marketing to social media to tailored content, channel personalized communications. Each customer is different, its needs, problems, and resources are different. Give them the solutions that strengthen the impression of exclusive tailoring for them, only.\r\n<ul>\r\n <li>Create <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Important + Informational + Influential Content</a></li>\r\n</ul>\r\nContent is all you need to communicate what you want to. Use any marketing platform and aim for any target of marketing, it is your content that helps them achieve what you want. Use data to find the topics to create content, empower it with compelling writing and influencing stats, facts, and figures with industry practiced solutions, and support it with across the channels engagement.\r\n<ul>\r\n <li>Measuring Subscription Growth…</li>\r\n</ul>\r\nUntil you can measure, how can you manage it? Measuring subscription growth refers to the monitoring, measurement, and management of the streaming of recurring revenue. The more revenue you can stream, the more growth you are channeling for your subscription business in a business lifecycle. Some of the key metrics that are used to measure the recurring revenue growth are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customer Acquisition Cost</li>\r\n <li>Average Revenue Per User</li>\r\n <li>Monthly Recurring Revenue</li>\r\n <li>Contracted Monthly Recurring Revenue</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/\">From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management</a>','2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow','','publish','open','open','','2021-reminder-boost-subscription-growth-with-the-demonstrated-advice-and-support-from-subscriptionflow','','','2020-11-23 13:32:01','2020-11-23 13:32:01','',0,'https://staging.subscriptionflow.com/?p=4075',0,'post','',0),(4076,1,'2020-11-23 12:07:34','2020-11-23 12:07:34','','Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow','','inherit','open','closed','','boost-subscription-growth-with-the-demonstrated-advice-and-support-from-subscriptionflow','','','2020-11-23 12:07:48','2020-11-23 12:07:48','',4075,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(4077,1,'2020-11-23 12:07:38','2020-11-23 12:07:38','','Fine-Tune the Management of Key Subscription Business Business Processes','','inherit','open','closed','','fine-tune-the-management-of-key-subscription-business-business-processes','','','2020-11-23 12:09:23','2020-11-23 12:09:23','',4075,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg',0,'attachment','image/jpeg',0),(4081,1,'2020-11-24 11:40:24','2020-11-24 11:40:24','','recurring payments with adyen','','inherit','open','closed','','recurring-payments-with-adyen-2','','','2020-11-24 11:40:30','2020-11-24 11:40:30','',3972,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-payments-with-adyen.png',0,'attachment','image/png',0),(4082,1,'2020-11-24 11:43:11','2020-11-24 11:43:11','','subscription billing with adyen','','inherit','open','closed','','subscription-billing-with-adyen','','','2020-11-24 11:43:18','2020-11-24 11:43:18','',3972,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg',0,'attachment','image/jpeg',0),(4083,1,'2020-11-24 11:45:33','2020-11-24 11:45:33','','Adyen—All-In-One Payment Processing Platform for Mid to Large-Sized Businesses','','inherit','open','closed','','adyen-all-in-one-payment-processing-platform-for-mid-to-large-sized-businesses','','','2020-11-24 11:45:43','2020-11-24 11:45:43','',3972,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg',0,'attachment','image/jpeg',0),(4084,1,'2020-11-24 11:47:27','2020-11-24 11:47:27','','SubscriptionFlow + Adyen Integration','','inherit','open','closed','','subscriptionflow-adyen-integration','','','2020-11-24 11:47:37','2020-11-24 11:47:37','',3972,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg',0,'attachment','image/jpeg',0),(4088,1,'2020-11-24 13:14:20','2020-11-24 13:14:20','','subscriptionflow-and-adyen','','inherit','open','closed','','subscriptionflow-and-adyen-unscreen','','','2020-11-24 13:14:35','2020-11-24 13:14:35','',3972,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif',0,'attachment','image/gif',0),(4090,1,'2020-11-25 12:57:08','2020-11-25 12:57:08','Clayton Christensen was an American economist and the mastermind behind one of the most influential business ideas of the century.\r\n\r\nHe once said, “Motivation is the catalyzing ingredient for every successful innovation”.\r\n\r\nAnd, motivation comes when you can see something on the other side of the horizon.\r\n\r\nTo make this vision vivid and let others see it too, businesses need forecasting based on data-driven trends and behaviors to make others believe in what you are witnessing in the future.\r\n<h2><strong>The Science of the Business Forecasting</strong></h2>\r\nIf flourishing success or mushrooming falls can be metered and predicted, it can be altered, too. That is the science of forecasting for any business process.\r\n\r\nThe fundamentals of business forecasting are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Demand Forecast</li>\r\n <li>Operational Forecast</li>\r\n <li>Financial Forecast</li>\r\n</ul>\r\n[/su_list]\r\n\r\nFinancial forecasting is the foundation of business development. The organizations cannot survive without consistent financial forecasting and actions peddled based on the revenue forecast recommendations to grow business and revenue streaming.\r\n\r\nFor subscriptions and SaaS (Software as a Service) businesses, it is inevitable to constantly monitor their numbers, foretell the outcomes, and manage their revenue cycles, accordingly.\r\n\r\nReadout this guide to SaaS startups and small business executives that explains the revenue forecasting for SaaS and its advantages and challenges. This article will also outline some of the SaaS revenue forecasting methods to better explain how different SaaS revenue methods or their combinations can be used to learn the factors moving market and customers.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n\r\nLet’s begin with understanding the core meaning of revenue forecasting.\r\n<h3><strong>What is Revenue Forecasting?</strong></h3>\r\nRevenue forecasting refers to the estimation and the prediction of future revenue based on different SaaS sales data points in a specific period.\r\n\r\nBusiness growth, essentially, means revenue growth. To grow your business, it is obvious you need to dive deep into the figures and facts gathered, organized, and arranged to drive the factors that lead you to grow your product or services.\r\n\r\nForecasting revenue is extremely important for SaaS businesses. These businesses are based on a subscription model that inclines towards customer retention. SaaS needs intact customer engagement to continue their recurring revenue streaming.\r\n\r\nForecasting SaaS revenue requires resources. In contrast with other businesses, they have more resourceful ways to combat the challenges that they can predict while staying in present.\r\n\r\nThey are equipped with the arsenal of the century—data. SaaS sales forecasting based on the data explaining historical trends, customer behaviors, competitors growth, and factors affecting market movement available with them to compare with existing data can predict these trends, behaviors, and patterns for the future as well.\r\n<h3><strong>How Revenue Forecasting Works in SaaS</strong></h3>\r\nForecasting is a way of research. This is why revenue forecasting is a complicated process that is affected as well as driven by different factors, experiments, and experiences.\r\n\r\nDifferent models of revenue forecasting are there. These approaches can be used individually or in combination. But before understanding the revenue forecasting models, it is pertinent to learn about the types of recurring revenue in any SaaS. These include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>New MRR</li>\r\n <li>Renewal Revenue</li>\r\n <li>Upsell Revenue</li>\r\n <li>Service Revenue</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe two ways that can help SaaS to forecast their sales and revenue growth are:\r\n<ul>\r\n <li>\r\n<h4><strong>Qualitative SaaS Revenue Forecasting</strong></h4>\r\n</li>\r\n</ul>\r\nAs the name suggests, it mainly deals with the prediction of outcomes based on intuitive judgments guided by facts and actions of the past. They can or cannot be supported by the numbers.\r\n<ul>\r\n <li>\r\n<h4><strong>Quantitative SaaS Revenue Forecasting</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the forecasting that is purely based on the scientific ways of calculating and deriving the theories based on the numbers. The data-driven revenue forecasting relies only on historical customer and sales data sets, current sales records, and revenue estimates.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/\">From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management</a>\r\n<h3><strong>The Impact of the Revenue Forecasting on SaaS Growth</strong></h3>\r\n \r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4092 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg\" alt=\"\" width=\"410\" height=\"1024\" /></p>\r\nSaaS revenue forecasting matters. To create a big and evolving picture of your dream SaaS business growth and revenue streaming, here are a few benefits of revenue forecasting that can give wings to your business aspirations to fly high and stable:\r\n<ul>\r\n <li>\r\n<h4><strong>Precise Profit Projections</strong></h4>\r\n</li>\r\n</ul>\r\nRevenue forecasting empowers the spirit with the profit projections. Consistent revenue forecasts for every quarter streamlines the accurate and precise profits projections. Based on these projections, investment, resources, and other requirements can be estimated, channeled, and monitored by establishing proper timelines.\r\n<ul>\r\n <li>\r\n<h4><strong>Timelines Tracking</strong></h4>\r\n</li>\r\n</ul>\r\nForecasting can be daunting if timelines do not work as they are conceived. It shows how establishing timelines can help any task, project, or action to be completed and successful. Though, establishing timelines is not enough. It is actually tracking those timelines that boost the spirits with the accomplishment. It also assists sale teams and managers to assess their progress and estimate the efforts required to achieve their set milestones.\r\n<ul>\r\n <li>\r\n<h4><strong>Expenses Estimation</strong></h4>\r\n</li>\r\n</ul>\r\nSaaS businesses have to provide personalized solutions to their customers. It sometimes leads to an increase in the company\'s overall expenses that despite high revenue streaming reduces the margins of profit, thus slows the business growth as well. The practice of revenue forecasting drives precise profit projections and offers business development managers to cut down the costs that incur them profit shrinkage in the end.\r\n<ul>\r\n <li>\r\n<h4><strong>Better Budgeting</strong></h4>\r\n</li>\r\n</ul>\r\nForecasting revenue is forecasting expenses so that they can be budgeted best to cover all the operational costs or start new ventures to scale SaaS with more features, expert manpower, better management, and more profits.\r\n\r\nForecasting eases expense formulation with data-driven budgeting. It prevents from ending on hefty spending that drives no results or poor results. In contrast, it saves more to invest in other fruitful opportunities.\r\n<ul>\r\n <li>\r\n<h4><strong>Data-Driven Decision-Making</strong></h4>\r\n</li>\r\n</ul>\r\nRevenue forecasting impacts the decision-making processes of every business operation. From marketing and sales to product development and financial management to business growth, each decision is driven by the strategies based on revenue forecasts. The precise SaaS revenue forecasting helps managers to make data-driven decisions that repair the damages to the revenue and explore new opportunities for business growth, customer retention, market penetration, and more.\r\n<ul>\r\n <li>\r\n<h4><strong>Meticulous Management for Business Expansion Opportunities</strong></h4>\r\n</li>\r\n</ul>\r\nSaaS sales forecasting not only estimates the revenue collection in any quarter, it also unveils the customer strata, target markets, investment assessment opportunities for business expansion with fewer frictions.\r\n<ul>\r\n <li>\r\n<h4><strong>Better Allocation of Resources</strong></h4>\r\n</li>\r\n</ul>\r\nOne of the most underrated benefit of revenue forecasting is the stability to afford the right manpower and innovative expertise that helps in driving more share of the revenue in any market. Expert and experienced resource when allocated at the right places, they tend to produce more efficiency in productivity and drive more stability in any business.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h3><strong>SaaS Revenue Forecasting Methods 101—Selecting an Appropriate SaaS Sales Forecasting Method</strong></h3>\r\nSaaS revenue forecasting is the forecasting of SaaS sales. These sales can be predicted and projected by different methods for a multi-angular view. With a large customer base and multi-feature products or services, some SaaS essentially requires the businesses to review and assess their revenue streaming from every angle. They can evaluate their sales and revenue from multiple methods to forecast more accurate projections and estimations.\r\n\r\nSome of the most common methods used for SaaS revenue forecasting are:\r\n<ul>\r\n <li>\r\n<h4><strong>Revenue Forecasting by Product or Service</strong></h4>\r\n</li>\r\n</ul>\r\nIf you are a cloud computing venture that offers a subscription of multiple products that generate revenue from multiple sources then you need broader revenue forecasting by the products or services that later can be narrowed down for precise projections.\r\n\r\nIt enables to account for each product and the revenue contribution through each product line. It outshines the most revenue-generated product and also explains the poor subscription health of any product or service along with its poor revenue drive.\r\n<ul>\r\n <li>\r\n<h4><strong>Revenue Forecasting by Market Segment</strong></h4>\r\n</li>\r\n</ul>\r\nSaaS businesses have a worldwide market. Each market has its own needs and demands. The progree of the SaaS product in each market can be determined when the market can be segmented into many sections. Revenue forecasting allows SaaS to switch or concentrate their docus from one segment to another based on their revenue and business growth goals.\r\n<ul>\r\n <li>\r\n<h4><strong>Revenue Forecasting by Customer Strata</strong></h4>\r\n</li>\r\n</ul>\r\nIn any given segment of the market, all customers are nor equal. Customers can be categorized into different strata and each starta can be evaluated on the basis of their contribution share of the recurring revenue. For instance, customers can be segmented as healthy subscribers or risky subscribers. The revenue forecasting based on the customer segmentation enables them to facilitate loyal customers or put more effort to make another segment friendly with the product or service or approach them for upsells or re-sells.\r\n<ul>\r\n <li>\r\n<h4><strong>Revenue Forecasting by Season or by Quarter</strong></h4>\r\n</li>\r\n</ul>\r\nThe most common method of revenue forecasting in any business is to predict quarter or season-based sales and project expenses and profits, accordingly. Depends on the SaaS, some perform well in some specific periods, whereas some are the all-season winner.\r\n\r\nThese sales and revenue forecasting methods for SaaS are used in combination to create a clear and big picture of the recurring revenue streaming in the system.\r\n<h3><strong>Using Subscription Management Software for SaaS Revenue Forecasting</strong></h3>\r\nArtificial Intelligence and Machine Learning led automation has made SaaS revenue estimation easy, simpler, accurate, and instant, too. With the subscription management platform to manage the recurring billing and payment processing and other CRM solutions, it has become more than ever to use automated AI modules and analytics to generate recurring revenue growth reports.\r\n\r\nThe recurring invoicing and billing software for SaaS not only automates their billing processes and manages the SaaS subscriptions, but these can also be used to track, measure, monitor, and manage the recurring revenue streaming.\r\n\r\nIn addition to identifying revenue leakages and risks like churn and growth falls, the subscription management software is used to measure and manage the subscription health that is directly proportional to the recurring revenue growth.\r\n\r\nIn several ways, subscription billing software for SaaS is an efficient and accurate way to manage data-driven revenue forecasting.\r\n\r\nSubscriptionFlow offers a highly customizable dashboard along with recurring revenue reporting tools to aid finance and accounting managers to manage the SaaS sales, effectively and foretell the recurring revenue the way that supports their billing model and SaaS product market.\r\n\r\nThis includes:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Data Automation</li>\r\n <li>Data organization</li>\r\n <li>Customer Billing and Payment Processing Management</li>\r\n <li>Recurring Revenue Valued Insights</li>\r\n <li>Visual and Real-Time Streaming of Revenue</li>\r\n <li>Overview of the Subscription Health</li>\r\n <li>Revenue Projections</li>\r\n <li>Past Revenue Trends and Patterns for Upsells, Cross-sells, and Re-sells</li>\r\n <li>Churn rates and Churn Causes</li>\r\n <li>AI-enabled Price Optimization</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/\">What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue?</a>','Convert More, Manage Churn, and Grow Business—The SubscriptionFlow’s Guide to SaaS Revenue Forecasting','','publish','open','open','','convert-more-manage-churn-and-grow-business-the-subscriptionflows-guide-to-saas-revenue-forecasting','','','2020-11-25 12:57:08','2020-11-25 12:57:08','',0,'https://staging.subscriptionflow.com/?p=4090',0,'post','',0),(4091,1,'2020-11-25 12:50:32','2020-11-25 12:50:32','','Convert More, Manage Churn, and Grow Business','','inherit','open','closed','','convert-more-manage-churn-and-grow-business','','','2020-11-25 12:50:46','2020-11-25 12:50:46','',4090,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg',0,'attachment','image/jpeg',0),(4092,1,'2020-11-25 12:50:43','2020-11-25 12:50:43','','Benefits of SaaS Revenue Forecasting','','inherit','open','closed','','benefits-of-saas-revenue-forecasting','','','2021-03-26 07:42:36','2021-03-26 07:42:36','',4090,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg',0,'attachment','image/jpeg',0),(4094,1,'2020-11-26 06:55:59','2020-11-26 06:55:59','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4097\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments with GoCardless\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1606375453233{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Accept Recurring Payments Online Seamlessly\r\n\r\nInstant Integration Option via Dashboard[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"4099\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1606376878585{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Recurring Payments with Bank Deposits Made Easy with SubscriptionFlow GoCardless Integration\" font_container=\"tag:h3|text_align:left|color:%23020d26\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607349185466{margin-top: 25px !important;}\"]To facilitate the merchants and their customers, based in the United Kingdom and the European Union, SubscriptionFlow offers seamless GoCardless integration.\r\n\r\nWith SubscriptionFlow GoCardless Integration, offer your subscribers the flexibility of ACH payments.\r\n\r\nSubscriptionFlow aims to help subscription, SaaS, and all the recurring billing businesses to process direct debits with no hassles while strive to reduce churn.\r\n\r\nSubscriptionFlow is a recurring billing and payment processing management platform that handles all the customer subscriptions, billing, invoicing, payments, and other details and automates the processing.\r\n\r\nAs a SaaS for subscription management, it is conceived and designed with the notion of extensibility, stability, and predictability to manage subscriptions for firms of all sizes—from small-, to mid-to-large-sized enterprises. It is a SaaS platform that enables subscription businesses to take maximum management benefits from it and boost their business growth and recurring revenue.\r\n\r\nSubscriptionFlow can easily and instantly be integrated with multiple <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways</a> to optimize the recurring payment processing for any subscription or SaaS services provider.\r\n\r\nIntegrating GoCardless with SubscriptionFlow benefits the businesses to enjoy a new level of customer acquisition from the bank debit payment method.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4100\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"GoCardless Integration—The Simplest and Stellar Way to Accept Direct Deposits\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349208833{margin-top: 25px !important;}\"]GoCardless connects businesses to collect direct debit recurring payments from their customers’ bank to their location with FX dealt, automatically.\r\n\r\nGoCardless is the best way to receive direct debits from the UK via BACS, the EU via SEPA, and Sweden via Autogiro. GoCardless supports multi-currency payments and localizes the subscription experience in multiple languages.\r\n\r\nEasing the automated EU-VAT compliance for every transaction, GoCardless facilitates easy <a href=\"https://staging.subscriptionflow.com/sales-tax-management/\">tax management</a>.\r\n\r\nGoCardless also enables the subscription and SaaS services providers to accept recurring payments in the form of direct debits from the lengths and breadths of the United States and Canada with support for ACH and PAD.\r\n\r\nGoCardless is an ideal payment services provider that can work a range of networks of financial institutions that process payments directly from one bank account to another across the United States, Canada, Australia, the United Kingdom, the European Union, and others.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4101\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow GoCardless Integration—An End-to-End Recurring Billing and Recurring Payments Via Direct Deposits Solution\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349249682{margin-top: 25px !important;}\"]GoCardless when integrated with SubscriptionFlow makes it easier for the merchants of vendors to accept direct debits from multiple regions.\r\n\r\nThe integration requires creating an account with GoCardless. Registering an account with GoCardless automatically enables merchants and vendors to accept direct debits from the UK.\r\n\r\nTo register with other payment processing networks, account holders are required to reach out to the Gocardless support.\r\n\r\nIn addition to GoCardless, integrating other payment gateways with Subscription, further, enables businesses to accept recurring payments from other payment methods such as credit cards, digital wallets, mobile payments, and wires.\r\n\r\nSubscriptionFlow is a consolidated and all-inclusive solution to manage all kinds of recurring payments from one platform with easy, simple, and seamless <a href=\"https://staging.subscriptionflow.com/integrations/\">integration</a> of multiple payment services providers, including GoCardless.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments with GoCardless','','publish','closed','closed','','recurring-payments-with-gocardless','','','2020-12-07 13:54:13','2020-12-07 13:54:13','',0,'https://staging.subscriptionflow.com/?page_id=4094',0,'page','',0),(4097,1,'2020-11-26 07:11:27','2020-11-26 07:11:27','','subscriptionflow-+-gocardless','','inherit','open','closed','','subscriptionflow-gocardless','','','2021-03-26 07:19:38','2021-03-26 07:19:38','',4094,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif',0,'attachment','image/gif',0),(4099,1,'2020-11-26 07:44:11','2020-11-26 07:44:11','','Bank Deposits Made Easy with SubscriptionFlow GoCardless Integration','','inherit','open','closed','','bank-deposits-made-easy-with-subscriptionflow-gocardless-integration','','','2021-03-26 07:19:54','2021-03-26 07:19:54','',4094,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png',0,'attachment','image/png',0),(4100,1,'2020-11-26 08:21:53','2020-11-26 08:21:53','','The Simplest and Stellar Way to Accept Direct Deposits','','inherit','open','closed','','the-simplest-and-stellar-way-to-accept-direct-deposits','','','2020-11-26 08:22:03','2020-11-26 08:22:03','',4094,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg',0,'attachment','image/jpeg',0),(4101,1,'2020-11-26 08:40:49','2020-11-26 08:40:49','','SubscriptionFlow GoCardless Integration','','inherit','open','closed','','subscriptionflow-gocardless-integration','','','2020-11-26 08:40:56','2020-11-26 08:40:56','',4094,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg',0,'attachment','image/jpeg',0),(4104,1,'2020-11-27 10:00:39','2020-11-27 10:00:39','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4114\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Billing with Worldpay\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1606471428150{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Fast & Easy Integration Process\r\n\r\nAccept Payments with Multiple Options[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"4108\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1606471474650{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Manage Online Recurring Payment Processing with Budgeted Worldpay SubscriptionFlow Integration\" font_container=\"tag:h3|text_align:left|color:%23020d26\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1607349585043{margin-top: 25px !important;}\"]After the COVID-19 outbreak, the digital payment industry might be one of the few industries that have seen skyrocketed growth with some interesting developments, competitive struggles, symbiotic collaborations, and enhanced coordination of stakeholders.\r\n\r\nWith the rambling needs of paying and accepting recurring payments, there is an increase in the demand for payment gateways and payment processors as well to provide better payment acceptance rates, multiple payment methods, and payment facilities in local currencies.\r\n\r\nWorldpay operates in over 40 countries worldwide, supporting more than 120 currencies\r\n\r\nLocated in the United States, Worldpay is a budgeted, safe, and robust <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateway</a> that provides potential online payment processing solutions to serve businesses of all sizes, types, and resources.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4109\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-right-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Accepting Payment from Several Payment Methods Isn’t A Big Deal, Anymore\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349620003{margin-top: 25px !important;}\"]Worldpay supports all the major payment options. In addition to credit cards, digital wallets, e-checks, and others, Worldpay has recently rolled out support for alternate payment methods (APMs) like ApplePay, AndroidPay, AmazonPay, and more connectors making it easy to deploy the payment solutions. With APIs, Worldpay has also enabled small businesses to equip themselves with the tools and get paid instantly, accurately, and timely.\r\n\r\nSome of the most considerable Worldpay supported payment options include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Card Payments</li>\r\n <li>Alternative Payments</li>\r\n <li>Mobile Wallets</li>\r\n <li>Credit Card Machines</li>\r\n <li>Integrated Point-of-Sale</li>\r\n <li>Mobile & Tablet Point-of-Sale</li>\r\n <li>Virtual Terminal</li>\r\n <li><a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Recurring Payments</a></li>\r\n <li>Hosted Payment Pages</li>\r\n <li>Shopping Carts</li>\r\n <li>Multi-channel Payments</li>\r\n</ul>\r\n[/su_list][/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4110\" img_size=\"full\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"SubscriptionFlow WorldPay Integration Is A One-Stop Platform for Secured and Faster Global Payments\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1607349637521{margin-top: 25px !important;}\"]Payments processed through WorldPay are also secured with the PCI-DSS exceptional security measures, encryption, tokenization, and EMV. The fraud prevention tools of WorldPay alerts against any suspicious activity and prevent any attempt for a fraudulent transaction.\r\n\r\nWith faster payouts, Worldpay transfers funds to your bank account twice a week. As an omnichannel payment processing platform, Worldpay simplifies and streamlines online recurring payments through multiple payment methods. Worldpay is used by hundreds of businesses to quickly adapt the payment methods preferred by their customers and start accepting online payments, instantly.\r\n\r\nManage global payments with Worldpay integrated with SubscriptionFlow and give your customers the satisfaction of secured and safe online recurring payments.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Billing with Worldpay','','publish','closed','closed','','recurring-billing-with-worldpay','','','2020-12-07 14:00:41','2020-12-07 14:00:41','',0,'https://staging.subscriptionflow.com/?page_id=4104',0,'page','',0),(4108,1,'2020-11-27 10:04:18','2020-11-27 10:04:18','','Budgeted WorldPay SubscriptionFlow Integration','','inherit','open','closed','','budgeted-worldpay-subscriptionflow-integration','','','2021-03-26 07:42:48','2021-03-26 07:42:48','',4104,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg',0,'attachment','image/jpeg',0),(4109,1,'2020-11-27 10:09:04','2020-11-27 10:09:04','','Accepting Payment from Several Payment Methods','','inherit','open','closed','','accepting-payment-from-several-payment-methods','','','2021-03-26 07:19:00','2021-03-26 07:19:00','',4104,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg',0,'attachment','image/jpeg',0),(4110,1,'2020-11-27 10:09:31','2020-11-27 10:09:31','','SubscriptionFlow WorldPay Integration Is A One-Stop Platform','','inherit','open','closed','','subscriptionflow-worldpay-integration-is-a-one-stop-platform','','','2021-03-26 07:19:19','2021-03-26 07:19:19','',4104,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png',0,'attachment','image/png',0),(4114,1,'2020-11-27 10:22:07','2020-11-27 10:22:07','','subscriptionflow integration-with-worldpay','','inherit','open','closed','','subscriptionflow-integration-with-worldpay','','','2021-03-26 07:19:33','2021-03-26 07:19:33','',4104,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png',0,'attachment','image/png',0),(4118,1,'2020-11-27 13:43:40','2020-11-27 13:43:40','GenZ is also known as the startup generation as they are more enthusiastic and eager to set their targets with startups that would not only fertilize their fortune but also enrich them with fame, skills, growth, and freedom.\r\n\r\nToday, startups produce more jobs than traditional corporate businesses. According to SBA, startups contribute four to five million jobs in the US market, alone.\r\n\r\nThe expanding subscription economy is a flourishing outcome of successful startup mushrooming. The subscription business model can be called the startup child raised by innovative ideas, developed by hearty hard work, and nurtured with robust risk management.\r\n\r\nIT and communication industries played a major role in growing the subscription economy and fueling the trend to switch business to a stable, reliable, and predictable recurring revenue model. Digital media, esports, streaming services, etc. are a few of the examples of subscription based-startups that fly high.\r\n\r\nSaaS is also one of the most promising industries in the subscription economy. According to Gartner, all new software entrants and 80% of historical vendors are offering subscription-based business models. The PayPers reports a 30 to 50 percent growth of the subscription billing vendor.\r\n\r\nThe excellence in growth and success of startups is an outcome of the calculative business moves with out-of-the-box risk assessment.\r\n<h2><strong>Subscription Startups and the Significance of Risk Management</strong></h2>\r\nEntering into the realm of a startup with bigger dreams and fewer resources is quite a risk than becoming a part of the corporate system with fewer responsibilities and more perks like the reliable and stable source of income, salary benefits, and, above all, the work-life balance.\r\n\r\nStill, individuals land themselves into the hot waters of risks and strive to succeed in achieving what they have aimed for. Some thrive because they know the value of assessing risks and taking calculative moves at right time and in the right place, whereas most won’t.\r\n\r\nCBinsight suggests that almost 90 percent of the startups fail due to the following key reasons:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>45 percent fail because they misinterpret market demand.</li>\r\n <li>29 percent fail because they run out of personal finances and other resources of funding.</li>\r\n <li>And, 19 percent lost their aims to weak teams and strong competitions.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nSome other very common reasons for startup failures include;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Pricing/cost issues</li>\r\n <li>User-unfriendly products</li>\r\n <li>Poor marketing</li>\r\n <li>Product mistiming</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAll the above-mentioned stats, facts, and figures show how the miscalculation of business moves, under-or over-estimation of competition, and misinterpretation of the market can drown a great idea in no time.\r\n\r\nStartups must know and assess the risk beforehand to avoid serious losses that can cease their journey in the beginning, only.\r\n\r\nEnterprises and large organizations have extensive risk management teams that look after the interest of the company to prevent them from financial losses or repute damages.\r\n\r\nHowever, small businesses and startups have to manage business risks with limited and available resources while staying in the means.\r\n\r\nBusinesses with recurring billing models are more susceptible to operational, compliance, and financial risks. Though subscription-based startups should focus their resources to manage not only these risks but all the risks as they rely on recurring payments that essentially depend on customer retention.\r\n\r\nMore customer retention means less churn that ultimately causes more recurring revenue streaming.\r\n\r\nLet’s learn what are the main risks that subscription businesses can encounter and how these can be assessed, managed, and prevented with the right strategies.\r\n<h2><strong>Different Types of Business Risks and Subscription-Based Startups</strong></h2>\r\nEvery space of the business is indeed a risk zone. Subscription and SaaS startups must cover all the five main areas of the business risks to devise a comprehensive and sophisticated risk management strategy.\r\n\r\nThese include:\r\n<ul>\r\n <li>\r\n<h3 class=\"tb-heading\"><strong>Strategic Risks</strong></h3>\r\n</li>\r\n</ul>\r\nEvery idea has its shell life. All the products or services without improving or inclining themselves with the surging demands of the times cannot survive. Businesses have to upgrade their products, services, and business plans according to market trends and consumers\' demands. Failing to do so makes the businesses less effective and, eventually, replaces them with the small-scale and bussing business idea.\r\n\r\nStrategic risks refer to the challenges of business development that a startup has to face while aiming for more growth and revenue.\r\n\r\nThe strategic risks can be occurred due to any of the following reasons:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Technological Changes</li>\r\n <li>New Competitions</li>\r\n <li>Customer Preferences Shift</li>\r\n <li>Raw-Material Costs Surge</li>\r\n <li>Geo-Political or Environmental Changes</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe outbreak of the coronavirus is an example of strategic risk. After the pandemic, most businesses, from fashion to automobile, have suffered shutdowns, revenue losses, and shifts in customer preferences that made their business model and product irrelevant.\r\n\r\nThe business assessed the vulnerability of the market and a major shift in switching the business model from a one-time payment to a recurring revenue model has been observed. It was an appropriate case of risk management.\r\n<ul>\r\n <li>\r\n<h3 class=\"tb-heading\"><strong>Compliance Risks</strong></h3>\r\n</li>\r\n</ul>\r\nBusinesses are not independent entities. Every business is a part of the body and complies with the rules and regulations of not only the body but the region where it belongs.\r\n\r\nThey have to follow all the laws and rulings of the country or state all the time. Failing to do can incur heavy fines, accounts freeze, and many other complications.\r\n\r\nThese rules are not fixed, they can change with time, reasons, or government.\r\n\r\nSince the businesses have gone online, they are required to comply more when they extend their service area or product lines. Digital sales and marketing further escalated the compliance risks with the tracking cookies, online payments, personal data security, digital intellectual rights, etc.\r\n\r\nThe compliance risks can be triggered into the strategic risks. Cloud, retail, and services businesses based on subscription billing are most disposed of the compliance risks.\r\n\r\nTo prevent and manage compliance risks, startups must keep themselves updated with the law promulgating processes, bodies, and individuals. Keeping a focused eye on the factors that can affect law-making can help startups to alter their operations and management in accordance with the laws.\r\n<ul>\r\n <li>\r\n<h3><strong>Operational Risks</strong></h3>\r\n</li>\r\n</ul>\r\nNot all risks are incurred from outside. Your company, people, system, or customers can be a trigger of operational risks. Operational risks include any unexpected and sudden failure of any operation that can cost money, manpower, or resources.\r\n\r\nFrom technical issues to unproductive team and management failure to poor customer service, all are examples of operational risks that can halt the business processing at any functional point.\r\n\r\nSome of the common operational risks to the business processes are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Execution Failure</strong></li>\r\n <li><strong>Delivery Failure</strong></li>\r\n <li><strong>External Fraud</strong></li>\r\n <li><strong>Internal Fraud</strong></li>\r\n <li><strong>Business and Product Practices</strong></li>\r\n <li><strong>Client Practices</strong></li>\r\n <li><strong>Employment Practices</strong></li>\r\n <li><strong>Workplace Security</strong></li>\r\n <li><strong>System Failures</strong></li>\r\n <li><strong>Damage to Physical or Digital Assets</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\nOften, SaaS may incur the failure or delay in the recurring billing and payment processing management. Technical glitches at the end of the bank causing payment decline can lead to involuntary churn. Similarly, the lag due to maintenance and upgrade of the SaaS or any other cloud platform can irritate the customer and ends up in subscription cancelation. Fro unfriendly interface to insufficient payment options at the checkout, all are the operational risks for SaaS and subscription businesses and can disrupt customer retention resulting in opportunity or revenue loss.\r\n<ul>\r\n <li>\r\n<h3><strong>Financial Risks</strong></h3>\r\n</li>\r\n</ul>\r\nInvestopedia defines financial risk as the possibility of losing capital on an investment or business venture.\r\n\r\nFinancial risk misassessment is one of the major reasons for startups\' failure. SaaS and businesses based on the subscription model need to focus on stabilizing their finances streaming to continue the recurring revenue.\r\n\r\nDifferent factors constitute the financial risks which include the government’s inability to control monetary policy or the organization\'s failure to undertake the financial burden. Changing interest rates, the value of the currency, or inappropriate financial decisions taken by individuals or bodies can be a risk to a SaaS company or a subscription-based eCommerce venture.\r\n\r\nFinancial risks for the SaaS or subscription businesses can mainly be classified into:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Foreign Investment Risks</li>\r\n <li>Credit Risks</li>\r\n <li>Liquidity Risks</li>\r\n <li>Asset-backed Risks</li>\r\n <li>Equity Risks</li>\r\n <li>Currency Risks</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h3><strong>Reputational Risks</strong></h3>\r\n</li>\r\n</ul>\r\nAny kind of risk can inflict reputational risk to a business.\r\n\r\nReputational risk can be defined as a threat or danger to the standing of a business or entity. Directly or indirectly—it can be occurred either way. The company itself be a risk to the business or other stakeholders indirectly damage the repute of a business or industry.\r\n\r\n<a href=\"http://www.aon.com/2015GlobalRisk/\">Global Risk Management Survey</a> identifies the following most common reputational risk to the businesses include;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Damage to reputation/brand</li>\r\n <li>Economic slowdown/slow recovery</li>\r\n <li>Regulatory/legislative changes</li>\r\n <li>Increasing competition</li>\r\n <li>Failure to act or retain top talent</li>\r\n <li>Failure to innovate/meet customer needs</li>\r\n <li>Business interruption</li>\r\n <li>Third-party liability</li>\r\n <li>Computer crime/hacking/viruses/malicious codes</li>\r\n <li>Property damage</li>\r\n</ul>\r\n[/su_list]\r\n\r\nFor SaaS and subscription businesses, damage to the reputation means lesser customer engagement that essentially disrupts the recurring revenue growth. It ultimately transforms into economical risks.','SaaS and Subscription-Based Startups are More Prone to Business Risks, Learn How','','publish','open','open','','saas-and-subscription-based-startups-are-more-prone-to-business-risks-learn-how','','','2020-12-02 11:23:16','2020-12-02 11:23:16','',0,'https://staging.subscriptionflow.com/?p=4118',0,'post','',0),(4119,1,'2020-11-27 13:39:30','2020-11-27 13:39:30','','SaaS and Subscription-Based Startups are More Prone to Business Risks','','inherit','open','closed','','saas-and-subscription-based-startups-are-more-prone-to-business-risks','','','2020-11-27 13:39:45','2020-11-27 13:39:45','',4118,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg',0,'attachment','image/jpeg',0),(4133,1,'2020-11-30 12:33:22','2020-11-30 12:33:22','Since ever, marketing is tough and the most significant job to promote a business. And, it becomes more intricate and tricky when it deals with the digital assets that neither have physical existence nor they are constant in their forms, targeted markets, or features.\r\n\r\nThe best example of such a form of marketing is SaaS marketing.\r\n\r\nIt won’t be false if we say 2020 be the decade of the SaaS. The industry has seen tremendous growth and shares in the market. With its subscription billing model, it already has replaced almost all the former revenue models in the software and cloud industry.\r\n\r\nWith its sole cloud presence and subscription business model, SaaS has also impacted the development of the other revenue operations, particularly, marketing.\r\n\r\nThis article points out some of the latest trends of SaaS marketing and how the SaaS can use HubSpot and SubscriptionFlow to keep their SaaS marketing strategies in line with these emerging trends.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a>\r\n<h2><strong>Marketing Aspects Are Changing For the SaaS Industry</strong></h2>\r\nThe SaaS industry is young and has gone highly competitive with the skyrocketed tech advancements. Kicking off a new marketing challenge, each new technological development exert pressures over the SaaS market and raise the bars for competition.\r\n\r\nHere is an account of some of the most considerable SaaS industry developments that have impacted SaaS marketing:\r\n<ul>\r\n <li>\r\n<h3><strong>Vertical-Specific SaaS Market Development</strong></h3>\r\n</li>\r\n</ul>\r\nEarlier the SaaS sector was more focused on catering to the customers worldwide by serving broad business processes management, however, the preferences have been drastically changed now.\r\n\r\nToday, one SaaS for enterprise alone cannot be enough to fulfill the operational needs of all the businesses. Each industry has its own requirements and they look for a dedicated and personalized industry-specific solution.\r\n\r\nStats suggest that the vertical-specific SaaS applications constitute the biggest chunk of the SaaS industry. This shift in the industry requirements has also impacted the SaaS marketing targets and goals. Their market has now optimized so they require the elevated and data-driven targeted marketing of their SaaS as well.\r\n<ul>\r\n <li>\r\n<h3><strong>SaaS Transformations into PaaS</strong></h3>\r\n</li>\r\n</ul>\r\nSaaS is no longer a long-time solution to stay strong in the market. The SaaS sector in recent times has shown a strong inclination towards transformation into a PaaS—Platform as a Service.\r\n\r\nShifting to PaaS allows SaaS to retain their customers by becoming a platform that provides high-end personalized solutions. With PaaS, customers can create add-on apps to their original product.\r\n\r\nAfter reaching a certain level, the focus for a SaaS provider shifts from customer acquisition to customer retention, and one of the best ways to do that is to provide a Platform-as-a-Service that lets customers create add-on apps to their original product.\r\n\r\nTaking the hold of their niche, SaaS are offering themselves as platforms and this revives their marketing strategies and practices.\r\n<ul>\r\n <li>\r\n<h3><strong>SaaS Unbundling</strong></h3>\r\n</li>\r\n</ul>\r\nThe mounting pressures of the recurring revenue streaming press the SaaS to alter their billing models. This resulted in the unbundling of the SaaS.\r\n\r\nPreviously, SaaS has been offered as a full-featured rich product. It, eventually, led to an increase in cost because not all customers need all the features.\r\n\r\nToday, SaaS startups have channeled a new trend to offer features in customizable packages as an API and a suite of small user-friendly tools.\r\n\r\nTo keep up with this trend, SaaS marketing has gone a 360-degree change as the form, features, and functionalities of the SaaS has completely changed.\r\n<ul>\r\n <li>\r\n<h3><strong>Micro-SaaS Business Mushrooming</strong></h3>\r\n</li>\r\n</ul>\r\nThe burgeoning SaaS startups have taken the competition to the next level by offering a complementary add-on or a suite of tools to original SaaS as a solution to a missing feature.\r\n\r\nScaling a SaaS against these micro-SaaS startups is getting tougher and is highly impacting the needs and requirements to reaching out to the new customers.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations</a>\r\n<h2><strong>Keeping Up with the Emerging Trends in SaaS Marketing Using HubSpot</strong></h2>\r\nThe SaaS marketing landscape has been changing at a breakneck pace with the constantly evolving SaaS industry. The tech progression has made ‘data’ one of the most valuable assets for any business but for SaaS, it is the marketing fuel that drives the ultimate destination—the personalized customer experience.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4134 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg\" alt=\"The Changing Landscape of SaaS Marketing—Are You Keeping Up with It\" width=\"822\" height=\"1060\" /></p>\r\nThese are some of the most latest trends in SaaS marketing to meet the challenges of the varying landscape of the SaaS sector and their niches:\r\n<ul>\r\n <li>\r\n<h3><strong>AI/ML led Data-Driven Marketing</strong></h3>\r\n</li>\r\n</ul>\r\nMost SaaS are now using artificial intelligence and machine learning to automate the basic administrative tasks and bring in transparency, efficiency, and reliability in the overall productivity. It has also become a source of valuable data that can be used for personalized marketing purposes.\r\n\r\nThe artificial intelligence modules in the marketing automation platform are essential for targeting vertical-specific services. It easily declutters and classifies their contacts into performing, non-performing, or promising leads or customers while showing data-driven opportunities in their management.\r\n\r\nFrom drawing high-quality leads to reading the contact information to managing the customer engagement, AI/ML led marketing tools are required to channel data-driven marketing.\r\n<ul>\r\n <li>\r\n<h3><strong>Price Optimization Promotion</strong></h3>\r\n</li>\r\n</ul>\r\nPricing is the most important factor to plan and peddle in the highly competitive SaaS sector. Keeping up the flexible pricing and customizable pricing model is a unique marketing hack to influence the customer.\r\n\r\nThe use of AI modules in the recurring billing software helps to determine the ideal and personalized pricing for customers that can be promoted and marketed by the marketing teams and grow lead engagements.\r\n\r\nThe data-driven pricing strategies are successfully driving the traffic for a SaaS product as these are great ways to propel satisfaction waves to the customers.\r\n\r\nWith usage-based or metered billing, SaaS can give optimized pricing solutions to its customers. It essentially goes hand-in-hand with the marketing of features which we will discuss later in this article.\r\n<ul>\r\n <li>\r\n<h3><strong>Personalized</strong> <strong>Branding</strong></h3>\r\n</li>\r\n</ul>\r\nAs we have discussed earlier that the marketing challenges are quite dictated and directed by the latest technological trends. To cut the noise around various features and look-a-like tools, the best way for a SaaS to keep them elevated is to channelize the personalized marketing.\r\n\r\nEach customer has its own requirements as per their resources, size, and budget. Tailoring a SaaS and presenting it with personalized features and tools increases the likelihood to improve the chances of conversion.\r\n\r\nPersonalized Branding works great for customer retention as well. Personalized branding of the features in the forms of information, education, and a solution to the industry-specific or customer-oriented problem is a progressive hack to persuade customers for upgrades or cross-sells.\r\n<ul>\r\n <li>\r\n<h3><strong>Native Advertising</strong></h3>\r\n</li>\r\n</ul>\r\nNative ads or in other words, the paid ads are one of the most effective marketing strategies to hit the customer right on time. Through the ad-block ratio has risen to its highest level still the native advertising works best when the customer has been reached right on time when they are looking for something.\r\n\r\nWith appropriate and personalized native advertising, customers can be attracted to visit a site and learn more about the product or the services that can help them resolve their issues. Of course, it does not work with the large-scale SaaS products though it is great when blended with targeted feature marketing led by artificial intelligence.\r\n\r\nWith HubSpot, managing, scoring, and optimizing the paid ad campaigns is easier, better, and faster.\r\n<ul>\r\n <li>\r\n<h3><strong>Targeted Feature Marketing</strong></h3>\r\n</li>\r\n</ul>\r\nTargeted feature marketing is successfully helped the micro SaaS businesses to capture the market and make the competition tougher with exclusive tailored tools promotion that can easily be integrated into their CRM or ERP.\r\n\r\nPricing promotions in combination with feature marketing also help SaaS sales, billing, payment, marketing, team management, and other applications to attract leads.\r\n\r\nHubSpot leveraging data from other applications\r\n<ul>\r\n <li>\r\n<h3><strong>Engaging Video Marketing</strong></h3>\r\n</li>\r\n</ul>\r\nVideo marketing is the most affluent trend in digital marketing. The easy consumption of the content and quality impact of content through video has shown more results and more targeted and high-quality flow of the traffic to the engagement phase.\r\n\r\nIn SaaS marketing, informational, educational, as well as promotional content presented through the video format appeals more business and provides more customer engagement.\r\n<ul>\r\n <li>\r\n<h3><strong>Customer Retention Focused Content Marketing</strong></h3>\r\n</li>\r\n</ul>\r\nFor SaaS business, the ultimate marketing goal is to retain a customer. The data-driven researched and high-quality content is the most resourceful marketing technique for SaaS customers.\r\n\r\nContent can be of any type—social media, display ads, blogs, podcasts, e-books, slideshows, documents, or any.\r\n\r\nDepends on the stage of the user and engagement intensity, the marketing content should be optimized to target upsells and cross-sells.\r\n\r\nHubSpot is one of the most advanced content marketing management platforms that offers assistance to make content more relevant and personalized for the user.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a>\r\n<h2><a href=\"https://staging.subscriptionflow.com/subscriptionflow-hubspot-integration/\"><strong>Integrate SubscriptionFlow with HubSpot</strong></a><strong> and Deals with the Marketing Challenges</strong></h2>\r\nTo keep up with the SaaS growth challenges, SaaS businesses need data-driven marketing solutions. And, the best way to scale SaaS, grow the bottom line, and make the most of their data is to integrate SaaS subscription management software with a robust marketing tool like HubSpot.\r\n\r\nHubSpot is one of the most celebrated marketing automation platforms that can easily be integrated with the subscription management software and other SaaS to leverage the data and use its own AI/ML-enabled modules to devise and meter marketing strategies and campaigns for targeted and result-oriented outreach.\r\n\r\nHubSpot uses artificial intelligence and provides stellar marketing solutions with other features like:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Data Cleanliness</li>\r\n <li>Business Card Scan</li>\r\n <li>Deduplication</li>\r\n <li>Easy Imports</li>\r\n <li>Automatic Call Recording and Transcription</li>\r\n <li>Automatic Email Content Capture</li>\r\n <li>Contact Recognition and Organization</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIntegrating HubSpot with SubscriptionFlow makes it easier to use subscription data with the AI-led features as the one-stop SaaS marketing destination for high-quality lead generation, management, and scoring for conversion, retention, and other marketing attribution for improved customer experience.','The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration','','publish','open','open','','the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing','','','2020-11-30 13:43:21','2020-11-30 13:43:21','',0,'https://staging.subscriptionflow.com/?p=4133',0,'post','',0),(4134,1,'2020-11-30 12:31:11','2020-11-30 12:31:11','','The Changing Landscape of SaaS Marketing—Are You Keeping Up with It','','inherit','open','closed','','the-changing-landscape-of-saas-marketing-are-you-keeping-up-with-it','','','2021-03-26 07:18:35','2021-03-26 07:18:35','',4133,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg',0,'attachment','image/jpeg',0),(4135,1,'2020-11-30 12:31:16','2020-11-30 12:31:16','','SubscriptionFlow HubSpot Integration For SaaS Marketing','','inherit','open','closed','','subscriptionflow-hubspot-integration-for-saas-marketing','','','2020-11-30 12:31:24','2020-11-30 12:31:24','',4133,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg',0,'attachment','image/jpeg',0),(4143,1,'2020-12-02 10:51:13','2020-12-02 10:51:13','The coronavirus pandemic wreaked customer earning and spending behaviors. Layoffs, pay cuts, unit shutdowns, instability of demand and supply, economic downfall, mounting pressures on the market, and many more—all these unpredictable and unstable factors injected anxiety, hesitation, and terror of uncertainty in customers and they restrict their funds into their accounts only.\r\n\r\nThis article demonstrates the significance of customer retention while discussing the measures that need to be taken in the line with the Post-COVID trends of customer behaviors.\r\n\r\n<img class=\"size-full wp-image-4144 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg\" alt=\"POST-COVID CUSTOMER BEHAVIOR TRENDS AND MEASURES FOR CUSTOMER RETENTION\" width=\"800\" height=\"2000\" />\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay/\">Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay…</a>\r\n<h2><strong>Understanding Customer Retention and Its Significance</strong></h2>\r\nFrom removing the frictions causing customer defections to incorporating the perks and benefits driving brand loyalty and customer loyalty at the business platform is customer retention. It is the collection and combination of the activities, actions, measures, and strategies to keep customers connected to the business.\r\n\r\nCustomer retention plays an important role in the growth of a company and the streaming of revenue, flooded with profits. It enables businesses to power the value of their customer base by providing them an excellent customer experience.\r\n\r\nCustomer retention also increases customer lifecycle while reducing churn. In the subscription, SaaS, rentals, and other recurring billing businesses, customer retention is the most important factor to increase the probabilities of recurring revenue growth.\r\n\r\nOn the other side, customer retention also shows customer’s trust and satisfaction with the product or service. Customer is a primary resource of revenue that needs to be kept intact, from the beginning, so that they, not only, buy a product once, would remain loyal to the brand and use product time and again.\r\n<h3><strong>What Drives Customer Retention?</strong></h3>\r\nCustomer retention management is not an Adhoc measure, in fact, it begins long before devising the strategies for customer acquisition when a foundation is laid for the development of a product or service.\r\n\r\nThe founder and growth strategist at Donaldson Capital, Drew Donaldson, said the three key business processes that play a vital role in the management of customer retention are product development, marketing, and sales.\r\n\r\nThese three groups collaborate, coordinate, and communicate to formulate the strategies, policies, plans, and approaches to optimize customer engagement for customer retention.\r\n\r\nA product came into existence and developed as a problem to a solution for the consumer. The customer is approached by using different marketing tactics and strategies to tap them into a source of revenue by the sales department. The marketing and sales groups suggest further changes, alterations, or modifications to the product development department. This collaboration removes frictions from the product related to quality, cost, market, market approach, and together, they strive to influence the customer behavior to make a purchase again, and again.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n<h3><strong>How COVID-19 Impacts Customer Retention—The Key Customer Behavior Trends</strong></h3>\r\nDifferent researches and surveys are conducted worldwide to learn the impacts of a pandemic on customer behaviors. Some of the key COVID-19 changes in customer behaviors suggested by these studies are:\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Are Gone Brand Loyal</strong></h4>\r\n</li>\r\n</ul>\r\nYotpo, an e-commerce marketing platform <a href=\"https://www.retaildive.com/news/a-quarter-of-consumers-are-more-brand-loyal-than-last-year/567325/\">surveyed</a> to learn the customer preferences of the product and brand during COVID-19. The survey suggests that customers have become more brand loyal than the previous year.\r\n\r\nIt shows how the customer is afraid to try or test a new product that may result in a loss of money. If they are satisfied with any of the products, they prefer to use them, even, at higher prices. On the other hand, the dissatisfaction from a product or service, if these are available at cheaper prices even, increases their anxiety.\r\n\r\nBrand loyalty, in other ways, also impacts competition in the market as well. The trend suggests that new startups have to take some robust marketing and sales measures to acquire customers with a brilliant product that can retain them, too.\r\n<ul>\r\n <li>\r\n<h4><strong>Customers Are Driven For Stockpiling and Amassing</strong></h4>\r\n</li>\r\n</ul>\r\nThe eCommerce giant, Amazon, reported <a href=\"https://www.retaildive.com/news/out-of-stocks-at-amazon-amid-panicked-shopping-surge/574185/\">the end of stocks</a> and, even, notified their customers. As soon as the lockdowns were imposed worldwide from the beginning of 2020, a fear of unavailability of the medicine, household essentials, disinfectants, food and beverage items, and other commodities along with the surge in pricing had encompassed people everywhere in the world.\r\n\r\nThey had dragged themselves to stockpiling which created an uncertain imbalance in the demand and supply, also provided an opportunity for the fraudulent elements to induce artificial shortage. It eventually, skyrocketed the pricing.\r\n\r\nStockpiling and amassing means a shortage of demand, hence a clear shortage in supply. It caused a reduction in product development and reliance on previous profits while having the same operational costs. The gap in supply and demand can provide competitors the opportunities to damage the brand loyalty and later fulfill the demand with their supply.\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Have Shifted to Value and Essentials Only Embraced with Convenience and Availability</strong></h4>\r\n</li>\r\n</ul>\r\nAccording to <a href=\"https://www.mckinsey.com/business-functions/marketing-and-sales/our-insights/a-global-view-of-how-consumer-behavior-is-changing-amid-covid-19\">McKinsey</a>, consumers lost their affinity to spend on discretionary items in most countries. Their spending habits are more focused on value and essentials, only.\r\n\r\nThe studies suggest that value remains the core reason that drives customer sentiment in the market. They are brand loyal until they found some products cheaper than their preferred brand. In addition to value, the convenience to get these items, and their availability ratio in the market, are two other factors that are impacting the customers’ purchasing decisions and behaviors.\r\n\r\nThis indicates that customers are desperately persisting for options that can save their money. The lesser the product or services are cost, the more customers are drawn to the businesses.\r\n<ul>\r\n <li>\r\n<h4><strong>Customers Shift Towards </strong><a href=\"https://staging.subscriptionflow.com/2020/11/recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay/\"><strong>Recurring Billing</strong></a><strong> and Payments</strong></h4>\r\n</li>\r\n</ul>\r\nA report, <a href=\"https://www.researchandmarkets.com/reports/5148407/global-subscription-e-commerce-market-size-and?utm_source=BW&utm_medium=PressRelease&utm_code=qdlwlm&utm_campaign=1447638+-+Global+Subscription+e-Commerce+Market+(2020+to+2024)+-+Size+and+Forecasts+with+Impact+Analysis+of+COVID-19&utm_exec=jamu273prd\">Global Subscription E-commerce Market: Size and Forecasts with Impact Analysis of COVID-19 (2020-2024)</a>, suggest an increase in the market sizing and growth. The report provides an analysis of the global subscription e-commerce market in terms of value and segments.\r\n\r\nThe report projected further growth in the global subscription economy for the forecast period of 2020-2024. The reports suggest the following growth-enhancing facts that would drive the growth in recurring billing and subscription businesses. These are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The growing use of subscriptions among millennials</li>\r\n <li>The rising popularity of online streaming services</li>\r\n <li>Increasing internet penetration</li>\r\n <li>Low cost of subscription boxes</li>\r\n <li>Convenience to access a product or services</li>\r\n <li>Low-maintenance of digital goods and services</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Why Should the Post-COVID Revenue Growth Strategies be Focused on Customer Retention?</strong></h3>\r\nStudies suggest severe revenue losses across the industries that include manufacturing, banking and finance, telecommunications, and others.\r\n\r\nRecovery from the aftermaths of the pandemic COVID-19 requires some instant measures, policies, and strategies to cease the meltdown of business growth. From retail to tech market to SaaS, businesses everywhere have experienced churn, market shrink, revenue loss, operational costs surge, profit instability, demand and supply disparity, and more.\r\n\r\nFor the SaaS and subscription-model based industries, customer retention is more important as they survive on recurring revenue. And, recurring revenue requires constant streaming of cash flow through subscriptions, re-subscription, upgrades, re-sells, and cross-sells.\r\n\r\nRetaining customers can provide them to have a predictable and stable demand and supply current that can ensure the streaming of the recurring revenue. It is time to fasten the belts and put some extra efforts to retain customers by collaborating, corresponding, and communicating the three key players of customer retention management—Product, Marketing, and Sales.\r\n\r\nMarketing and sales alone cannot guarantee customer retention, it is the quality and need of the product in the market that can affect the customer behavior towards continuing the customer engagement and, consequently, the customer retention. Pursuing the customer value and evaluating the customer lifecycle can help to define the objectives of the customer retention post-COVID-19.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a>\r\n<h3><strong>Inevitable Measures to Boost Customer Retention Post COVID-19</strong></h3>\r\nCustomer retention requires systematically evaluate the psychology of customers and the factors that affect the market sentiments and brings changes in the purchasing behaviors of customers.\r\n\r\nThe usual ways to manage customer retention include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Setting customer retention goals</li>\r\n <li>Pinpointing and dedicating the players and resources</li>\r\n <li>Evaluating customer expectations</li>\r\n <li>Identifying the elements that drive trust and credibility</li>\r\n <li>Using the resources and relationships to influence the market</li>\r\n <li>Taking a proactive approach to customer support</li>\r\n <li>Strengthening the inter and intra communications approach</li>\r\n <li>Fulfilling the customer needs of information and education in relation to product and services</li>\r\n <li>Driving personalized solutions to customer problems to provide enhanced customer experience</li>\r\n</ul>\r\n[/su_list]\r\n\r\nFine-tuning the guidelines, businesses can focus on the following instant and effective measures for customer retention post-COVID.\r\n\r\nHere are the five laser-focused strategies that can help businesses to bring more brand loyalty and lead to boost customer retention:\r\n<ul>\r\n <li>\r\n<h4><strong>Find the Post-COVID-19 Recovery Resort in Data </strong></h4>\r\n</li>\r\n</ul>\r\nToday, data is the most valuable asset that can find solutions to any problem. Organizing the sales, marketing, and customer service and support data would lead to the identification and data-driven documentation of the hard and soft frictions that are affecting the customer purchasing behaviors.\r\n\r\nThe soft resistances include price surge, misinformation, controversy, competition, market sentiment, and some other factors that can easily be removed by taking the stakeholders and product development units onboard, once identified.\r\n\r\nHowever, hard resistances like the quality of the product or decrease in the need for the product or service in certain circumstances, no information or extremely ingrained controversy, etc. also require long-term campaigning, product alteration, or re-branding, like solutions.\r\n<ul>\r\n <li>\r\n<h4><strong>Enhance Personalized Customer Experience</strong></h4>\r\n</li>\r\n</ul>\r\nPost-COVID-19 has increased the significance of the personal customer experience like never before. Providing customer personal experience can take them out of their fear and uncertainty and drive trust, credibility, reliability towards the product.\r\n\r\nCreating a personal customer experience is characterized by factors like convenience of billing, shipping, and payment processing, support, availability of the product or service, the comfort of easy recurring billing or discounted pricing, and providing information and education of the product and services as a solution to a problem.\r\n<ul>\r\n <li>\r\n<h4><strong>Plan Customer Retention Communication Strategy Based on Effective Content and Inbound Marketing </strong></h4>\r\n</li>\r\n</ul>\r\nCreating targeted and personalized content with effective inbound marketing is the best weapon in the arsenal of customer retention management to combat churn, revenue losses, customer loss, and more.\r\n\r\nEmail marketing, social media marketing, and paid ads to market solutions to the problems in the form of product development, price decrease, discounts, engagement offers, and more when channelized with an innovative content development strategy would hit the target, accurately. Providing useful and meaningful content in the form of blog posts, social media posts, reviews, visual content, and others are the best ways to optimize customer engagement through creative content.\r\n<ul>\r\n <li>\r\n<h4><strong>Offer Promotional or Discounted Coupons and Vouchers Or Other Perks to Loyal Customers</strong></h4>\r\n</li>\r\n</ul>\r\nDiscounts and other perks, in all circumstances, attract customers, but after the pandemic when the people are preferring conscious-driven shopping, these discounts and promotions power up brand loyalty and can setback competitors.\r\n<ul>\r\n <li>\r\n<h4><strong>Loyalty Programs, Collaborations, and Cost-Saving Bundle Promotions Drive More Customers</strong></h4>\r\n</li>\r\n</ul>\r\nBusinesses are finding revenue growth solutions in the form of collaborations and/or mergers with other businesses or offering their own other products and services in bundles. These collaborations and ventures are reducing the demand and supply, operational costs, sales and marketing, and other pressures over revenue growth help them overcome stress and hassles.\r\n<ul>\r\n <li>\r\n<h4><strong>Optimizing the Order, Inventory, Supply, and Fulfillment Management</strong></h4>\r\n</li>\r\n</ul>\r\nBusinesses often least bother with the management of order, procurement, inventory, shipping, and delivery management.\r\n\r\nPandemic has favored the online shopping and delivery of the products at the customer’s doorsteps. In the COVID-19 times, the hassles caused due to the mismanagement of the supply chain operations can severely hurt the overall strategy for the management for customer retention.\r\n\r\nOptimizing the supply chain eases the burdens on merchandise, retail, and trade businesses.\r\n<h4><strong>Capitalizing on Customer Loyalty…</strong></h4>\r\nAfter the pandemic hit the global economy, things went extremely unstable and unpredictable. It was a paradigm shift in the alteration of the market principles and customer-merchant relationships that have reached out to new avenues where businesses need to establish more informal and reliable ties with their customers. In this over-competitive stage, customer loyalty should be prioritized over customer acquisition.','Businesses Tightening the Reins on Post-COVID Measures for Customer Retention','','publish','open','open','','businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention','','','2020-12-02 14:05:52','2020-12-02 14:05:52','',0,'https://staging.subscriptionflow.com/?p=4143',0,'post','',0),(4144,1,'2020-12-02 10:45:13','2020-12-02 10:45:13','','POST-COVID CUSTOMER BEHAVIOR TRENDS AND MEASURES FOR CUSTOMER RETENTION','','inherit','open','closed','','post-covid-customer-behavior-trends-and-measures-for-customer-retention','','','2020-12-02 10:46:38','2020-12-02 10:46:38','',4143,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg',0,'attachment','image/jpeg',0),(4145,1,'2020-12-02 10:45:31','2020-12-02 10:45:31','','Businesses Tightening the reins on post-COVID measures for Customer Retention','','inherit','open','closed','','businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention','','','2020-12-02 10:45:44','2020-12-02 10:45:44','',4143,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg',0,'attachment','image/jpeg',0),(4180,1,'2020-12-03 12:26:02','2020-12-03 12:26:02','','Subscription Management Software Integrated with SugarCRM','','inherit','open','closed','','subscription-management-software-integrated-with-sugarcrm','','','2020-12-03 12:26:11','2020-12-03 12:26:11','',3270,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg',0,'attachment','image/jpeg',0),(4186,1,'2020-12-04 13:36:39','2020-12-04 13:36:39','A payment gateway is an inevitable need to accept online payments.\r\n\r\nIn the subscription-based business, it has more significance. <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">Payment gateways</a> are required to accept online payments in different currencies through a range of payment methods.\r\n\r\nThe most preferred online payment gateway options in USA include credit and debit cards, ACH, e-checks, online banking, and wires.\r\n\r\nStudies show the unavailability of the preferred payment methods at checkout is the leading cause of churn. Additionally, customers also like to pay in their own currency so when their local currency option is not available, they skip the checkout process.\r\n\r\nTo receive <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">online payments</a> in their accounts and to accommodate several currencies and multiple payment methods, merchants have to select an appropriate payment gateway or payment processing service.\r\n\r\n<img class=\"alignleft size-full wp-image-4193\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg\" alt=\"PAYMENT-GATEWAYS-IN-US\" width=\"1200\" height=\"800\" />\r\n\r\nAll the leading payment gateways operate in the United States. To ease the filtration among A-listers, SubscriptionFlow enlists top payment gateway services providers in the United States to let our customers compare and choose the best payment gateway option in USA to receive payments from their customers.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h2><strong>Best Payment Gateway Services Providers in the United States (In Alphabetical Order)</strong></h2>\r\nHere is the list of our top picks of the payment gateways available in the United States in alphabetical order:\r\n<h3 class=\"tb-heading\" style=\"text-align: left;\"><strong>2Checkout </strong></h3>\r\n<img class=\"size-full wp-image-4212 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png\" alt=\"2checkout\" width=\"300\" height=\"60\" />\r\n\r\n2Checkout is one of the top 3 payment gateway options in the United States with support to more than 45 payment methods from 20 plus countries. For most of the online merchants, e-commerce retailers, freelancers, and subscription businesses, 2Checkout is unarguably the most lucrative payment gateway with a plethora of features along with support to recurring payments so that merchants can charge customers on a monthly or yearly basis.\r\n\r\n2Checkout offers a flat-rate pricing model with transparent pricing and no hidden charges.\r\n\r\n<strong>Supported Payment Methods:</strong> It supports all the leading credit card payments including MasterCard, Visa, Discover, Diner’s Club, American Express, etc. and PayPal.\r\n\r\n<strong>Security:</strong> It is also a PCI-DSS compliant payment gateway with advanced fraud protection features, including a 3-tier defense strategy that helps detect fraud in a real-time and two-way authentication.\r\n\r\n<strong>Payouts</strong>: 2Checkout automatically process payments in the merchant accounts depending on their account type and business model as weekly, bi-weekly, or monthly payments within the minimum transfer limits.\r\n\r\n<strong>Fee: </strong>2Checkout offers several plans and charges eCommerce extensions, currency conversions, and others. Its three main ways of charging the merchant for the payment processing services include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>2Monetize Plan</strong>—for the digital items to be sold internationally with a transaction rate of $0.60 + 6% per sale.</li>\r\n <li><strong>2Subscribe Plan—</strong>this is for selling subscriptions. It comes with a transaction rate of $0.45 + 4.5% per sale.</li>\r\n <li><strong>2Sell Plan</strong>—this plan can be subscribed to sell products or services worldwide with transaction charges of $0.35 + 3.5% per sale.</li>\r\n</ul>\r\n[/su_list]\r\n<h3 class=\"tb-heading\"><strong>Amazon Pay</strong></h3>\r\n<img class=\"size-full wp-image-4213 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png\" alt=\"amazonpay\" width=\"300\" height=\"60\" />\r\n\r\nAmazon Pay is a <a href=\"https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/\">mobile payment wallet</a> and is part of the Amazon Web services (AWS) that is highly secured by industry-specific Level-1 PCI-DSS Compliance. It is one of the most used mobile payment wallets in the United States.\r\n\r\n<strong>Supported Payment Methods:</strong> It supports all the credit and debit card payments along with Amazon.com store card to use for selected merchants.\r\n\r\n<strong>Security:</strong> PCI-DSS Compliant along with TLS/SSL with 128-bit encryption for login security.\r\n\r\n<strong>Payouts</strong>: Getting paid through mobile payments is easier than most of the payment gateways. This is why Amazon Pay deposits funds into the merchant account on the next scheduled settlement date right after capturing payment, automatically.\r\n\r\n<strong>Fee: </strong>Amazon Pay charges based on the number of transactions along with $0.30 authorization, and applicable taxes. Furthermore, it also has a different processing fee for domestic (2.9% to 4%) and international (3.5% to 5%) transactions.\r\n<h3 class=\"tb-heading\"><strong>Authorize.Net</strong></h3>\r\n<img class=\"size-full wp-image-4214 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png\" alt=\"authorize.net-payment-gateway\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\">Authorize.Net</a> is one of the leading and trusted by hundreds of thousands of merchants, payment gateway services provider.\r\n\r\nAuthorize.Net is offering its payment processing services to all types of small to mid-sized businesses and enterprises, including the eCommerce subscription market, recurring payments businesses, SaaS, cloud, data center, telco/ISP, and managed services businesses.\r\n\r\n<strong>Supported Payment Methods:</strong> Authorize.Net as a leading payment gateway accepts payments from almost all the payment methods with a leading card payment, e-checks, and alternate payment methods, including Visa, MasterCard, Discover, American Express, JCB, PayPal, Visa SRC, Apple Pay, Chase Pay, E-check, etc.\r\n\r\n<strong>Security:</strong> Authorize.Net is also a PCI-DSS Compliant payment gateway with its robust fraud detection and prevention suite\r\n\r\n<strong>Payouts</strong>: Authorize.Net takes 24 hours to settle the transactions and the merchant can get a hold of funds after then.\r\n\r\n<strong>Fee: </strong>Authorize.net charges a $49 setup fee and a $25 monthly gateway fee along with a standard transaction fee i.e. 2.9% plus $0.30 per transaction. For international transactions, it also charges an additional 1.5 percent.\r\n<h3 class=\"tb-heading\"><strong>Braintree</strong></h3>\r\n<img class=\"size-full wp-image-4215 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png\" alt=\"braintree\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-recurring-billing-with-braintree/\">Braintree</a> is also one of the most preferred e-commerce payment processor and payment gateway that offers a dedicated merchant account as well as supports a third-party merchant account. It also supports cryptocurrency wallets in addition to card payments and e-wallets. Braintree charges the subscription merchants nothing when they want to switch to another payment gateway or cancel the Braintree subscription.\r\n\r\nBraintree has a firm customer support system with days a week via phone and round the clock through the year via email. Braintree offers support to more than 130 currencies from 45+ merchant locations.\r\n\r\n<strong>Supported Payment Methods:</strong> Braintree supports most of the card payments and e-wallets including Visa, MasterCard, AMEX, PayPal, Venmo, Android Pay, Apple Pay, and Bitcoin.\r\n\r\n<strong>Security:</strong> Braintree also offers PCI-DSS level 1 Compliance with Vault and fraud-protection includes 3D Secure and advanced anti-scam options.\r\n\r\n<strong>Payouts</strong>: It usually takes 2-5 days to payout, however international merchants might experience delays up to 3 to 5 working days.\r\n\r\n<strong>Fee: </strong>Braintree charges no monthly fee with 2.9% + $0.30/ transaction and 1%/ transaction with currency conversion.\r\n<h3 class=\"tb-heading\"><strong>GoCardless</strong></h3>\r\n<img class=\"size-full wp-image-4216 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png\" alt=\"gocardless\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-payments-with-gocardless/\">GoCardless</a> is the best way in the US to collect direct debit payments. Merchants can accept payments from customers’ bank to their location with FX dealt, automatically. It is also compliant with EU-VAT for every transaction.\r\n\r\nGoCardless enables the subscription and SaaS services providers to accept recurring payments in the form of direct debits from all over the United States and Canada with support for ACH and PAD.\r\n\r\n<strong>Supported Payment Methods:</strong> GoCardless is the best way to receive direct debits from the UK via BACS, the EU via SEPA, and Sweden via Autogiro. GoCardless supports multi-currency payments.\r\n\r\n<strong>Security:</strong> GoCardless is the payment gateway to receive direct debit through the financial centers and is protected by the regulatory bodies. GoCardless is fully protected by the ‘Direct Debit Guarantee’ for a full and immediate refund of any payments taken from their account in error.\r\n\r\n<strong>Payouts</strong>: GoCardless direct debit payments are processed and received in accounts within 5 to 6 working days.\r\n\r\n<strong>Fee: </strong>GoCardless has no setup costs. Though an additional fee of 0.1% applies to transaction values above $1,000 in addition to 1% + $0.25. Max $2.50.\r\n<h3 class=\"tb-heading\"><strong>PaySimple</strong></h3>\r\n<img class=\"size-full wp-image-4218 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png\" alt=\"paysimple\" width=\"300\" height=\"60\" />\r\n\r\nPaySimple is a one-stop payment services provider for merchants in the United States. It can be used to accept payments from credit and debit cards and ACH payments. It also supports recurring payments and email invoicing.\r\n\r\nPaySimple is an ideal payment gateway for small scale merchants with a low monthly fee, no, and no cancelation fees.\r\n\r\n<strong>Supported Payment Methods:</strong> It supports MasterCard, Visa, American Express, ACH, and e-checks.\r\n\r\n<strong>Security:</strong> Payment Vault and Level-1 PCI-DSS Compliance.\r\n\r\n<strong>Payouts</strong>: It process all the credit card payments, e-checks, and ACH same day, and funds are made available to the merchants in 24 hours only.\r\n\r\n<strong>Fee: </strong>PaySimple charges 2.49% plus $0.29 for credit card transactions whereas 0.10% plus $0.60 for ACH and E-Check transactions. It also charges some other additional fees that include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PCI compliance fee—$4.95</li>\r\n <li>On-file fee—$5.00</li>\r\n <li>A batch fee—$0.29</li>\r\n</ul>\r\n[/su_list]\r\n\r\nPaySimple offers two pricing for subscriptions:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>PaySimple Pro </strong>starts at $39.95 per month</li>\r\n <li><strong>PaySimple Enterprise </strong>starts at $99.95 per month</li>\r\n</ul>\r\n[/su_list]\r\n<h3 class=\"tb-heading\"><strong>PayPal</strong></h3>\r\n<img class=\"size-full wp-image-4217 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png\" alt=\"paypal\" width=\"300\" height=\"60\" />\r\n\r\nAs the <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">leading payment processing services provider</a>, <a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">PayPal</a> is the most recognized payment gateway across the world including the United States that everyday processes more than USD7.6 billion from more than 227 million accounts. It also offers aggregate accounts so that small businesses and startups can easily start receiving money into their accounts.\r\n\r\nPayPal is also one of the most reliable and faster ways to receive recurring payments as well. It supports more than 24 currencies from 200 plus merchant locations from all over the world.\r\n\r\nMerchants in the US can take advantage of lower PayPal charges with its micropayments feature, whereas large-volume clients are offered attractive discounts, too.\r\n\r\n<strong>Supported Payment Methods:</strong> PayPal accepts major credit/debit cards, PayPal, Android Pay, Apple Pay, and Bitcoin.\r\n\r\n<strong>Security:</strong> PayPal offers enhanced PCI-DSS compliance to the customers along with PayPal buyer protection.\r\n\r\n<strong>Payouts</strong>: PayPal payouts in 24 hours only however it may take up to a week or more depends on the banking and clearing process.\r\n\r\n<strong>Fee: </strong>Paypal charges 2.9% + $0.30/ transaction PayPal offers three plans:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal Standard—No monthly fee.</li>\r\n <li>PayPal Express Checkout—No monthly fee.</li>\r\n <li>PayPal Pro—$30 per month</li>\r\n</ul>\r\n[/su_list]\r\n<h3 class=\"tb-heading\"><strong>Stripe</strong></h3>\r\n<img class=\"size-full wp-image-4219 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png\" alt=\"stripe\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Stripe</a> is one of the most preferred choices of online merchants in the United States to accept digital payments. Accepting payment for recurring billing with Stripe is also a smarter, easier, and faster way to automate recurring payments.\r\n\r\nStripe supports more than 135 currencies from more than 25 locations, including the US, UK, Canada, Australia, Europe, Australia, India, China, and more. Stripe can be used to accept several debit/credit cards for international payments. It offers instant transfer to the main account against a fee of 1% of the amount transferred.\r\n\r\n<strong>Supported Payment Methods:</strong> It accepts payments from all the leading credit cards and mobile wallets like Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, AliPay, and some others.\r\n\r\n<strong>Security:</strong> Stripe has a dedicated vault that instantly encrypts and flows the information into the vault. Adding an extra layer of security, Stripe also offers Radar—a trademark anti-fraud system that combines machine learning with a customizable ruleset that secures sensitive data with the features like encryption and tokenization.\r\n\r\n<strong>Payouts</strong>: Including the United States, for most countries, Stripe payouts max. in 07 days.\r\n\r\n<strong>Fee: </strong>The primary version of Stripe is free. With Stripe, you are not bound by the contracts and can terminate the association at any point.\r\n<h3 class=\"tb-heading\"><strong>Worldpay</strong></h3>\r\n<img class=\"size-full wp-image-4220 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png\" alt=\"worldpay\" width=\"300\" height=\"60\" />\r\n\r\nLocated in the United States, <a href=\"https://staging.subscriptionflow.com/recurring-billing-with-worldpay/\">WorldPay</a> is a budgeted, safe, and robust payment gateway that provides potential online payment processing solutions to serve businesses of all sizes, types, and resources.\r\n\r\nWorldpay operates in over 40 countries worldwide, supporting more than 120 currencies.\r\n\r\nWorldPay is a leading choice for the payment gateway services for small business due to some of the most considerable WorldPay supported payment options include card payments, alternative payments, integrated point-of-sale, mobile & tablet point-of-sale, virtual terminal, recurring payments, hosted payment pages, shopping carts, and multi-channel payments.\r\n\r\n<strong>Supported Payment Methods:</strong> It supports all the major payment options including MasterCard, Visa, American Express, Discover, UnionPay, and Diner’s Club credit and debit cards, PayPal, e-checks, and alternate payment methods (APMs) like ApplePay, Google Pay, and more.\r\n\r\n<strong>Security:</strong> It is a PCI-DSS compliant payment gateway with exceptional security measures, encryption, tokenization, and EMV. The fraud prevention tools of WorldPay alerts against any suspicious activity and prevent any attempt for a fraudulent transaction.\r\n\r\n<strong>Payouts</strong>: WorldPay transfers funds to your bank account twice a week.\r\n\r\n<strong>Fee: </strong>It offers three plans:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>GATEWAY STANDARD starting from £19 per month</li>\r\n <li>GATEWAY ADVANCED starting from £45 per month</li>\r\n <li>GATEWAY ENTERPRISE—Customized Pricing</li>\r\n</ul>\r\n[/su_list]','All the Top Payment Gateway Services Providers in the United States—The 2021 – 2022 Edition','','publish','open','open','','all-the-top-payment-gateway-services-providers-in-the-united-states-the-2021-2022-edition','','','2021-01-19 11:37:12','2021-01-19 11:37:12','',0,'https://staging.subscriptionflow.com/?p=4186',0,'post','',0),(4193,1,'2020-12-04 13:06:46','2020-12-04 13:06:46','','PAYMENT-GATEWAYS-IN-US','','inherit','open','closed','','payment-gateways-in-us','','','2020-12-04 13:06:53','2020-12-04 13:06:53','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg',0,'attachment','image/jpeg',0),(4201,1,'2020-12-04 13:16:42','2020-12-04 13:16:42','','Top-Payment-Gateways-in-US','','inherit','open','closed','','top-payment-gateways-in-us','','','2020-12-04 13:16:51','2020-12-04 13:16:51','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg',0,'attachment','image/jpeg',0),(4212,1,'2020-12-04 13:57:37','2020-12-04 13:57:37','','2checkout','','inherit','open','closed','','2checkout','','','2020-12-04 13:58:11','2020-12-04 13:58:11','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png',0,'attachment','image/png',0),(4213,1,'2020-12-04 13:57:40','2020-12-04 13:57:40','','amazonpay','','inherit','open','closed','','amazonpay','','','2020-12-04 13:58:34','2020-12-04 13:58:34','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png',0,'attachment','image/png',0),(4214,1,'2020-12-04 13:57:45','2020-12-04 13:57:45','','authorize.net-payment-gateway','','inherit','open','closed','','authorize-net-payment-gateway','','','2020-12-04 13:58:55','2020-12-04 13:58:55','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png',0,'attachment','image/png',0),(4215,1,'2020-12-04 13:57:49','2020-12-04 13:57:49','','braintree','','inherit','open','closed','','braintree-3','','','2020-12-04 13:59:16','2020-12-04 13:59:16','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png',0,'attachment','image/png',0),(4216,1,'2020-12-04 13:57:51','2020-12-04 13:57:51','','gocardless','','inherit','open','closed','','gocardless-2','','','2020-12-04 13:59:37','2020-12-04 13:59:37','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png',0,'attachment','image/png',0),(4217,1,'2020-12-04 13:57:53','2020-12-04 13:57:53','','paypal','','inherit','open','closed','','paypal-2','','','2021-01-19 11:53:57','2021-01-19 11:53:57','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png',0,'attachment','image/png',0),(4218,1,'2020-12-04 13:57:55','2020-12-04 13:57:55','','paysimple','','inherit','open','closed','','paysimple','','','2020-12-04 13:59:56','2020-12-04 13:59:56','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png',0,'attachment','image/png',0),(4219,1,'2020-12-04 13:57:57','2020-12-04 13:57:57','','stripe','','inherit','open','closed','','stripe-2','','','2020-12-04 14:00:34','2020-12-04 14:00:34','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png',0,'attachment','image/png',0),(4220,1,'2020-12-04 13:57:58','2020-12-04 13:57:58','','worldpay','','inherit','open','closed','','worldpay','','','2020-12-04 14:00:52','2020-12-04 14:00:52','',4186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png',0,'attachment','image/png',0),(4227,1,'2020-12-07 11:26:39','2020-12-07 11:26:39','','Subscriptionflow-xero-integration','','inherit','open','closed','','subscriptionflow-xero-integration','','','2020-12-07 11:26:47','2020-12-07 11:26:47','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg',0,'attachment','image/jpeg',0),(4229,1,'2020-12-07 12:49:11','2020-12-07 12:49:11','Subscription management refers to the recurring billing management of billing cycles and any changes that occur due to the upgrade, downgrade, cancelation, or re-activation. Using recurring billing and payment processing software, most SaaS, subscription, and other businesses with recurring billing models tend to bring efficiency, transparency, and automation in the process to manage their recurring billing operations.\r\n\r\nHowever, management of finances, taxes, order, inventory, expenses, assets, liabilities, and other record-keeping of finance calls for accounting management assistance through the flexible accounting platforms.\r\n\r\nAs a one-stop billing, accounting, and bookkeeping solution, Xero integrated with subscription management software will give you a stream of accounting services that your business always needed.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/\">From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management</a>\r\n<h3><strong>Subscriptionflow Is A Leading Choice of Small to Mid-Sized Businesses With the Subscription Business Model</strong></h3>\r\nAs a wide-ranging recurring billing and subscription management software, it provides extensive modules so that the subscription and SaaS businesses can automate their monthly or annual recurring invoicing, billing, and payment processing.\r\n\r\nIn addition, it also offers exceptional subscription cycle management features like proration, dunning, subscription analytics, and reporting. Keep track of the entire subscription process at a glance with a user-friendly interface and highly customizable dashboard.\r\n\r\nXero integrated with SubscriptionFlow scales recurring billing bookkeeping and finance management.\r\n<h3><strong>What is </strong><a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\"><strong>SubscriptionFlow Xero Integration</strong></a><strong>?</strong></h3>\r\nTo record detailed information of account receivables, credits, deferred or earned revenue, discounts, write-offs, etc. regarding transactions in the cash ledger, subscription, and SaaS companies need a sophisticated and out-and-out accounting management platform.\r\n\r\nWith added features of all-inclusive accounting for ultimate subscription billing management, Xero is one of the industry-leading accounting management software and is a great duo to be integrated into the subscription management platform.\r\n\r\nSubscriptionFlow offers its clients Xero as a secure and reliable accounting software integration that has been serving more than 1.8 million satisfied subscribers all over the world.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h3><strong>10 Reasons to Integrate Xero As An Ultimate Accounting Solution for Smart Subscription Management</strong></h3>\r\nSeveral conduits to manage the different accounting systems are available in the market that can be integrated and customized to facilitate the invoicing, billing, and other subscription management requirements for bookkeeping.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4230 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg\" alt=\"xero-infographic\" width=\"1200\" height=\"1500\" /></p>\r\nInvesting in specific accounting software is a big deal. It is important to first look at the ‘ why and whereabouts’ factors of the accounting management system that can complement your subscription billing and management system.\r\n\r\nXero allows you to manage all the accounting, bookkeeping, and invoicing hassles with a few-clicks only and from anywhere, anytime.\r\n\r\nThese are the 10 core reasons to integrate Xero as the most powerful, effective, and productive accounting management software to pair with a subscription management system:\r\n<ol>\r\n <li>\r\n<h3><strong>Enhance Recurring Billing with Professional Invoices and Credit Notes Management</strong></h3>\r\n</li>\r\n</ol>\r\nXero integrated with SubscriptionFlow is an ideal way to manage to invoice professionally. In the recurring billing business, invoice customization can be a cumbersome task. Keeping books in sync with the recurring billing needs to track invoices and credit notes, settle payments, recognize and report revenue, accurately, etc.\r\n\r\nSubscription management is a business of complicated recurring invoices and the relevant issues of credit notes. To simplify the credit notes complications and keep it synced, clear, and transparent, SubscriptionFlow offers instant and updated sync with credit notes in Xero.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Map and Manage Taxes Easily</strong></h3>\r\n</li>\r\n</ol>\r\nUsing Xero and SubscriptionFlow, reliable financial statements can shed off the burden of intricate accounts and their tax management. Map default tax rates for various regions in Xero. It also allows mapping tax liability reports for simpler tax returns. Map taxes and keep track of all the taxes to be paid and received.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Automate Accurate Data Sync for No-Error Subscription Management</strong></h3>\r\n</li>\r\n</ol>\r\nAutomate updates, CSV imports, data scripts, and all with accurate data syncs, every time with SubscriptionFlow Xero Integration. Bid adieu to errors due to manual handling. The automated sync of invoices, credit notes, online and offline payments, bank and account information, discounts, refunds, taxes, customers, etc.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Reconcile Bank Accounts with Xero SubscriptionFlow Integration</strong></h3>\r\n</li>\r\n</ol>\r\nConnecting the payment gateway to the subscription management system allows you to receive recurring payments, automatically. However, managing the recurring payments in Xero manually can be a nightmare and may result in unsynced figures in between the bank and the tally in the books.\r\n\r\nDo not spend hours manually reconciling the recurring payments into the ledger. Integrating payment gateway with SubscriptionFlow eases the complication. Simply, download the reconciliation statement from SubscriptionFlow and reconcile the payments into Xero.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Make Accounting Easier with Xero Add-Ons and On-the-Go</strong></h3>\r\n</li>\r\n</ol>\r\nDo your books wherever you are and keep the numbers synced and updated through the cloud integration of Xero in your subscription management software—SubscriptionFlow.\r\n\r\nXero SubscriptionFlow integration stores all the data in a handy place and make it faster and better for you to track business and meet all the bookkeeping and tax obligations.\r\n\r\nTake advantage of the integration to its fullest and incorporate Xero add-ons like Xero Payroll, Xero Projects, Xero Expenses, and others. Drive profitability with accuracy and accessibility.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Conserve Time, Energy, Money, and Other Resources</strong></h3>\r\n</li>\r\n</ol>\r\nThe data flow from SubscriptionFlow to Xero is not an accounting management hack, it is the science of automated financial management operations that ensures seamless connectivity to keep data current and relevant.\r\n\r\nThe automated sync of accounts, invoices, credit notes and others free the workforce from the hassles of manual data entry. Automated workflow helps in conserving resources and boost effective productivity.\r\n\r\nThe manual account handling has more chances of complications, errors, as well as corruption. With Xero and SubscriptionFlow fusion, remove all the frictions that can lead to the loss of resources.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Connect Xero-SubscriptionFlow Duo with Other Third-Party Applications</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow is a highly extensible and customizable subscription management platform that allows companies to organize and streamline their various workflows with seamless integrations. The integrations leverage cross-platform data sharing and enhance the overall experience for revenue operations.\r\n\r\nWith Xero-SubscriptionFlow integration, also integrate payment gateways, tax management software, inventory management software, and more and manage all in one place.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Get All the Recurring Billing Management and Bookkeeping In One-Place</strong></h3>\r\n</li>\r\n</ol>\r\nAs a subset of accounting, bookkeeping encompasses record-maintenance of all the financial transactions, expenses, and receipts. With Xero integrated with SubscriptionFlow, build a financially stable business and manage recording financial transactions, debits and credit posting, invoice customizations, proration handling, accounts maintenance and balancing, and more on a daily basis and without the hassles of complicated calculations and intricate manual handling.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Explore Revenue Opportunities with Intelligent and Intuitive Reporting</strong></h3>\r\n</li>\r\n</ol>\r\nXero and SubscriptionFlow both offer a highly intuitive and customizable dashboard that keeps monitoring, tracking, and management of recurring invoicing, billing, and payments, and others accurate and instant.\r\n\r\nThe precision in calculations brings high-level clarity and intelligence in recurring revenue reporting and help companies to manage revenue recognition and project revenue collections for future quarters.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Stay Confident In Calculations with Industry Recommended Accounting Software</strong></h3>\r\n</li>\r\n</ol>\r\nXero is a highly recommended accounting software. The industry experts endorse Xero as the ultimate solution of accounts and bookkeeping management for subscription management.\r\n\r\nXero integration strengthens you with the confidence of correct calculations, flexible features, and updated data import and export in no time. Xero is a pick of professionals and leading companies from across the sectors and businesses.\r\n\r\nXero is also a choice for small subscription businesses and SaaS startups to manage their accounting and finance as it provides them the convenience to get scaled as they grow up without taking assistance from any other accounting software.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>\r\n<h3><strong>How to Integrate Xero with SubscriptionFlow?</strong></h3>\r\nSimplify the process of accounting for your subscription and SaaS business, integrate the best of the breed accounting software, Xero.\r\n\r\nAutomate invoices, credit notes, accounts, and other stuff syncing. Reducing the manual effort and time spent on exporting invoices and importing them into subscription management software, SubscriptionFlow Xero integration is your ultimate savior for assets and expense management, P&L statements, balance sheets, tax reports, and business integrations.\r\n\r\nTo connect Xero with SubscriptionFlow, contact SubscriptionFlow’s integration experts and sync all your data, invoices, credit and debit notes, taxes, customers, accounts, and more for accurate data. With precision in calculations, stay confident in revenue, tax, and billing, and invoicing for resourceful subscription management.','This is Why Integrating Xero Is An Ultimate Accounting Solution for Smart Subscription Management','','publish','open','open','','this-is-why-integrating-xero-is-an-ultimate-accounting-solution-for-smart-subscription-management','','','2020-12-07 12:49:11','2020-12-07 12:49:11','',0,'https://staging.subscriptionflow.com/?p=4229',0,'post','',0),(4230,1,'2020-12-07 12:47:14','2020-12-07 12:47:14','','xero-infographic','','inherit','open','closed','','xero-infographic','','','2021-03-26 07:18:11','2021-03-26 07:18:11','',4229,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg',0,'attachment','image/jpeg',0),(4252,1,'2020-12-09 12:37:59','2020-12-09 12:37:59','Millions of people have cut the cords of their paid multiple channel subscriptions in the last few years. Based on the satellite or cable connections, the TV industry categorized the viewers as:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Cord-Cutters—Millenials are the cord-cutters that have grown up using the cord cable or satellite connections however they have changed their preferences after the advent of cordless services.</li>\r\n <li>Cord Nevers—It refers to the GenZ that had never used the cords and since ever they know the media through the internet.</li>\r\n <li>Cord Users—It is the small chunk of GenX and Millenials that are still using the multichannel cord subscriptions for their cable or satellite TV.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe digital revolution has already transformed our preferences to watch TV, News, entertainment, sports, business, fashion, and current affairs. The internet connectivity evolution has disrupted the media industry out-and-out. Cord-cutting is the outcome of the recent proliferation of the Subscription Video on Demand (SVOD) growth.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers</a>\r\n<h2><strong>What is Subscription Video on Demand (SVOD)?</strong></h2>\r\nSVOD is the subscription of the OTT (Over-the-top) services that provide access to the video content via streaming through the internet on a recurring basis.\r\n\r\nSVOD is gaining popularity since 2007 when the new-age media tech giant Netflix switched to the subscription business model of the OTT.\r\n\r\nSVOD drove the change and proliferated the original, better, and innovative content demand in the market. The subscription model for the streaming industry is value-based and focused to make a middle convenient ground for the user as well as for the vendor. This differentiates the business from the AVOD or advertisement Video on Demand to generate the revenue only or Pay-per-View revenue model, also known as TVOD.\r\n\r\nAfter the success of Netflix as SVOD, several OTT streaming services providers surfaced and tried and tested other revenue models or the combination of the revenue models as well.\r\n<h3><strong>OTT—The Future of Connected Subscription-Based TV Market</strong></h3>\r\nOTT has changed the concepts to experience media. It is the streaming of the content through the internet on any digital device.\r\n\r\nAll the streaming sites and apps that offer original as well as the content produced for other media, including series, seasons, movies, documentaries, live events, etc. through the internet are the OTT media services providers. They monetize media streaming either as paid subscriptions and in-app purchases or as advertising.\r\n\r\nDifferent researches suggest the subscription-based streaming services market is soaring worldwide and has already generated one of the strongest sources of recurring revenue.\r\n\r\nAccording to <a href=\"https://www.statista.com/statistics/250934/quarterly-number-of-netflix-streaming-subscribers-worldwide/#:~:text=Netflix%20had%20195.15%20million%20paid,Netflix\'s%20total%20global%20subscriber%20base.\">Statista</a>, Netflix has more than 19.2 million subscribers worldwide with more than half based in the United States only. The overall number of subscribers of the OTT has grown to 183.3 million in 2020 in comparison to the figure of 153 million in 2017 and the <a href=\"https://www.statista.com/statistics/469308/number-ott-service-users-usa/#:~:text=The%20statistic%20shows%20the%20number,from%20170.1%20million%20in%202017.\">rise predicted by the end of 2020 is around 2 billion</a>.\r\n\r\nThis is unarguably huge.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n<h3><strong>OTT Leading the Path to Content Revolution</strong></h3>\r\nOTT made the media available on the go from anywhere and anytime without the restrictions of the borders and time-lapses.\r\n\r\nThis does not only attracted the users, but it also appealed to the broadcasters, distributors, and content creators from the sections of the media i.e. TV, films, theatre, etc. who are frustrated by the controlled and regulated content, monopolistic competitions, and content distribution, and above all, with the pressure to drive the dominant narrative.\r\n\r\nIn the last few years, several subscription-based streaming service providers have stepped into the business and are climbing the ladder of success quite swiftly.\r\n\r\nToday, large-scale subscription streaming services like Netflix, Amazon Prime, Hulu, Disney plus, YouTube, private content platforms, and others are running a parallel entertainment content streaming live to the users through their computers, smartphones, tablets, etc.\r\n\r\nOn the other hand, the small scale businesses have also joined the bandwagon to create content for the streaming sites. Production companies introduced their own subscription-based streaming sites and apps to access their original content created and curated for the cord-cutters and cord-nevers.\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4254 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png\" alt=\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity,-Revenue,-and-Innovation\" width=\"700\" height=\"5000\" /></p>\r\nThe proliferation of OTT impacted all the forms of visual media from TV and Radio to Films and Theater. Let’s take a dig at how the OTT platforms are transforming the new-age media needs of the consumers as well as for the media businesses.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/2021-reminder-boost-subscription-growth-with-the-demonstrated-advice-and-support-from-subscriptionflow/\">2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow</a>\r\n\r\nHere are a few of the core causes that make the OTT the leading media in a few years only.\r\n<ol>\r\n <li>\r\n<h3><strong>A Wide Range of Titles Is Available</strong></h3>\r\n</li>\r\n</ol>\r\nAs the streaming industry ascends, it is constantly growing its library with ground-breaking titles from an array of subjects. The options to pick a particular show of a specific duration or concept are not limited anymore.\r\n\r\nFrom Netflix to Amazon, and other SVOD, all are investing hugely in global content and are also reaping the growth opportunities in the other sectors of the media industry.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Series, Movies, Live Shows—All In One Place</strong></h3>\r\n</li>\r\n</ol>\r\nEarlier OTT platforms like Netflix are focused to provide outsourced content on a recurring basis. After the success and huge popularity of the original series, documentaries, and short movies exclusively produced for the streaming sites, the original content has become the most attractive component of the streaming media services. Streaming services have started creating content from across the visual media genre. From flicks, series, and seasons to documentaries, live shows, sports, current affairs, news, and content for kids, all are available for all in one place.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>High-Quality Content in Affordable Rates</strong></h3>\r\n</li>\r\n</ol>\r\nThe premium streaming services providers like Netflix, Hulu, Roku, Amazon Prime, Disney plus, HBO, and more are providing High Definition and Ultra High-Definition Content at no additional costs. The streaming of high-quality, vivid, and exclusive content at affordable rates has brought the silver screen experience to the consumer’s living room.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>The Original Content</strong></h3>\r\n</li>\r\n</ol>\r\nThe unique and original content is the one sole reason due to which the streaming media industry stands out and is continued to rule. Netflix in no time captured the market with shows relevant to the current events, movements, and changing interests of the new generation.\r\n\r\nToday, the streaming industry from across the platform is providing user original, fact-driven, and intriguing content from a range of interests and regions covering sensitive subjects and movements like black lives matter, the #MeToo movement, and more. The unique content has been created considering the niche demand of the content.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>The Subscription Business Model</strong></h3>\r\n</li>\r\n</ol>\r\nThe subscription business model of the OTT is the major reason the streaming media industry is thriving. Adopting the subscription model to grow revenue by growing the bottom line helps the OTT platforms to extend their relationship with their customers while identifying and ticking all the checks that can grow their businesses by growing their digital community.\r\n\r\nToday, the streaming industry revenue has reached up to more than USD50 billion through SVOD platforms. The prediction of the growth of the global streaming industry is expected to cross the whopping target of USD100 billion by 2025 that is the 2x of recurring revenue the streaming media industry has drawn in 2020.\r\n\r\n<a href=\"https://www.tvtechnology.com/news/streaming-industry-to-cross-dollar100b-in-revenue-by-2025-report\">Digital TV Research</a> suggests that a third of the world’s TV households are expected to have at least one SVOD subscription by 2025, up from a quarter of homes at the end of 2019.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>The Decline of Traditional TV</strong></h3>\r\n</li>\r\n</ol>\r\nFrom cable to satellite to internet protocol TV, all the traditional forms of TV across the genres have reached their threshold and have already started declining. The pandemic further escalated the downfall as the unprecedented increase of the subscription of streaming services has been recorded in comparison with the Paid TV subscriptions.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>The Disrupting Media Industry</strong></h3>\r\n</li>\r\n</ol>\r\nThe media industry is not flexible. It takes time to adapt to the change and OTT has greased the wheel of the constant change of the unique, updated, affordable, and instant content. Experts opined that the traditional media industry infrastructure is not enough resilient to survive OTT. It ultimately is paving the way for SVOD to conquer the media market.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>The Digital Transformation and Agile OTT</strong></h3>\r\n</li>\r\n</ol>\r\nSmart devices, cloud technology, the online payment processing industry, digital wallets, machine learning, and digital learning led artificial intelligence use, 5G internet, and all the digital transformation have contributed to the growth of the OTT. As people are embracing digital advancement, they are getting frustrated by the channels that are not agile.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Consumer Freedom</strong></h3>\r\n</li>\r\n</ol>\r\nTraditional TV was restricting and limiting in its dynamics of regulations, censor, monopolistic business control, and infrastructure. Instead of fetching control from the user, OTT platforms are more customer-centric in their delivery of the content, control of their screen, preferences, and budget. An OTT subscriber has complete freedom to watch, re-watch, save to watch later, rewind, forward, repeat, skip, or any. They can not only watch the content in any language with the subtitles and translations, they can also discuss the content, quality, and share feedback in real-time.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Unfettered Content</strong></h3>\r\n</li>\r\n</ol>\r\nBroadcasters, distributors, and content creators from the sections of the media i.e. TV, films, theatre, etc. particularly of the region from South Asia, Asia Pacific, Europe, Latin America, and others showed more interest and created more powerful content against the controlled and regulated content, autocratic pressures on content distribution, and undue suppression of the other side of the narrative.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Uninterrupted Content</strong></h3>\r\n</li>\r\n</ol>\r\nNetflix, Amazon, Hulu, and all are offering their paid premium services free of ads and all kinds of interruptions to give the stellar experience of continuous and frictionless streaming of media.\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Available On-the-Go</strong></h3>\r\n</li>\r\n</ol>\r\nTo a great extent, the success of the streaming services lies in its mobility factor. There was a time when mobility was connected with the portability of the devices. However, cloud streaming services are no longer depends on the devices. Access the platform using any digital device from anywhere. All you need is to login into your account and continue to watch on-the-go.\r\n<ol start=\"13\">\r\n <li>\r\n<h3><strong>Global, Updated, and Innovative Content</strong></h3>\r\n</li>\r\n</ol>\r\nCatering to the content demands for global users, SVODs are increasingly commissioning content outsourcing. It thrives the other relevant media sectors all over the world. The bigwigs of the broadcast, production companies, and distributors are either producing content for those sites or have developed their own streaming platform and are boosting it with the updated and innovative content.\r\n<ol start=\"14\">\r\n <li>\r\n<h3><strong>Responsive Platform for Two-Way Communications</strong></h3>\r\n</li>\r\n</ol>\r\nIn real-time, subscribers can share their feedback on the streaming sites on Netflix, Amazon, and other platforms. It allows the like-minded community to grow and supports the streaming site and the content creator to better create and curate content for the user. The two-way communication is as responsive as it is on social media platforms.\r\n<ol start=\"15\">\r\n <li>\r\n<h3><strong>Parental Control to Filter Content</strong></h3>\r\n</li>\r\n</ol>\r\nAll the content on any of the screens is appropriate for the kids. We cannot control the content on TV. But, the OTT platforms are advanced to the extent that allows parents to control the content and even the screen time. Over the OTT platform, the less-controlled content and uninterrupted content means less-censorship that ultimately makes quite a content not suitable for certain people or children. For instance, the streaming services giant Netflix has rolled out a bunch of new parental controls that keep parents informed and aware of what their kids are watching and for how long. They can set up an additional profile for their kids with instructions to show only the appropriate content to their kids.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n\r\nTo sum up, the streaming media industry soon will be able to conquer the digital media subscription market. With the propagation of the SVOD beyond the United States, United Kingdom, and Europe, the connected TV has penetrated the thickly populated market of Asia. The change is further fueled by the latest advances in technology with greater speeds, data security, online payment methods, and the local currency support by a range of payment gateways. 5G has also bolstered the streaming experience by improving the latency and capacity of the streaming content.\r\n\r\nThe industry has provided opportunities for small-scale vendors to find revenue breaks. Today, many mobile-only are even serving as streaming applications and provide exclusive and unique content to their niche market through the subscription model.','All You Need to Know About the Subscription-Video-On-Demand (SVOD) and Its Way to Lead the Subscription Market','','publish','open','open','','all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market','','','2020-12-09 14:24:50','2020-12-09 14:24:50','',0,'https://staging.subscriptionflow.com/?p=4252',0,'post','',0),(4253,1,'2020-12-09 12:33:11','2020-12-09 12:33:11','','All-You-Need-to-Know-About-the-Subscription-Video-On-Demand','','inherit','open','closed','','all-you-need-to-know-about-the-subscription-video-on-demand','','','2020-12-09 12:33:21','2020-12-09 12:33:21','',4252,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg',0,'attachment','image/jpeg',0),(4254,1,'2020-12-09 12:34:43','2020-12-09 12:34:43','','15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity,-Revenue,-and-Innovation','','inherit','open','closed','','15-ways-ott-platforms-are-reviving-the-media-needs-of-creativity-revenue-and-innovation','','','2020-12-09 12:34:55','2020-12-09 12:34:55','',4252,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png',0,'attachment','image/png',0),(4259,1,'2020-12-11 06:40:28','2020-12-11 06:40:28','This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at <a href=\"http://www.aboutcookies.org\">the About Cookies website</a> which offers guidance for all modern browsers','Cookie Policy','','publish','closed','closed','','cookie-policy','','','2020-12-11 06:40:28','2020-12-11 06:40:28','',0,'https://staging.subscriptionflow.com/cookie-policy/',0,'page','',0),(4281,1,'2020-12-11 13:59:29','2020-12-11 13:59:29','Cloud billing enrollments are one of the featured trends in the adoption of cloud-based services and tools. The market is growing at an exponential rate considering the advent of technological advancements and the rate at which digital solutions are employed. Some other factors include the increasing number of government initiatives, funding, and international student mobility. The potential attributes contribute significantly to providing ample opportunities to cloud billing services and vendors.\r\n\r\nCustomer experience, not to be overlooked, is another critical factor that has a direct relationship with customer churn rate or customer retention. The better the customer experience would be, the higher will be the chances to onboard a customer. Like many other cutting-edge business solutions, cloud billing is in the spotlight for providing an optimized customer experience. A study shows that about <a href=\"https://www.beckersasc.com/asc-coding-billing-and-collections/12-key-billing-statistics-payment-experience-causes-65-of-patients-to-consider-switching-providers.html\">65% </a>of businesses consider switching providers to get a better experience with payments.\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4285 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg\" alt=\"size-of-the-Cloud-Billing-market\" width=\"1000\" height=\"800\" /></p>\r\n<strong>Read: </strong><a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n<h2 class=\"tb-heading\"><strong>Significance of Cloud Billing</strong></h2>\r\nFor any organization, a billing system is one of the most critical and sensitive system modules. It should be simple, secure, and reliable from a variety of aspects. One key factor is that the billing point often corresponds to customer acquisition. Increased churn rate or cart abandonment happens most of the time at the checkout process where the user is unable to understand the functionality and dynamics of the payment system.\r\n\r\nSubscription-based services or SaaS businesses are often considered to be in continuous touch with the payment systems, methods, gateways, and processors. The recurring billing system, invoicing, subscription renewal, upgrades, etc. are some of the sue-cases that call out for a stringent yet smooth billing system. Moreover, there are some indirect modules that are connected with the billing system. Considering the huge data management and streamline operations, businesses are shifting the entire billing infrastructure to the cloud for the mentioned and many other reasons that will be discussed in the next section.\r\n\r\nCloud-based computing is meteorically replacing on-premise software acknowledging it to be a preferred method to deliver business potential applications. Its implications behind its sudden rise are due to the highly affordable market of high-bandwidth networks, remote business management, digitization, and a competitive market of the data centers.\r\n\r\n<strong>Also Read: </strong><a href=\"https://staging.subscriptionflow.com/2020/11/convert-more-manage-churn-and-grow-business-the-subscriptionflows-guide-to-saas-revenue-forecasting/\">Convert More, Manage Churn, and Grow Business—The SubscriptionFlow’s Guide to SaaS Revenue Forecasting</a>\r\n<h3 class=\"tb-heading\"><strong>Applications of Cloud Billing</strong></h3>\r\nBilling is the core of every system, business framework, organizational infrastructure, and all real-time industrial applications. Not limited to just the eCommerce industry, Cloud Billing is grooving into every sector identifying the demand for flexible billing and invoicing software. The need is to mitigate the over-whelming and inefficient manual billing management system and operate all over the cloud to make real-time payment processing service readily available to the customer.\r\n\r\nCloud billing software is a fundamental part of SaaS businesses, startups, SMBs, and SMEs that belong to any industry. It provides complete assistance to region-based suitable payment getaways and processors along with the option of payment methods that align with customer needs. The versatile software takes into account all the processes that individually or collectively act as a pillar to the success of the whole business.\r\n<h3 class=\"tb-heading\"><strong>Benefits of Cloud-based Billing</strong></h3>\r\nBelow are some of the benefits of a cloud-based billing system that make it viable for every size of business to utilize its capabilities to the full.\r\n<h3><strong>1. Reduced Direct and Indirect Costs </strong></h3>\r\nRecurring billing fee covers all the expenditure entirely which reduce the additional costs. Users prefer recurring billing to ensure an automatic billing system and avoid monthly subscriptions every time the package needs renewal. Based on the accounting rules of the organization, and the sales tax, a confined fee is charged in the recurring invoices that eliminate the need for any direct or indirect costs such as additional service charges and licensing costs.\r\n<h3><strong>2. Seamless System Management and Implementation </strong></h3>\r\nWith very little on-site support, cloud based-billing system becomes totally operational for the businesses. From deployment to implementation, it does not require any particular technical expertise. All the software updates are tested remotely to ensure seamless operations and management. The third-party vendors provide complete assistance with respect to implementation or any other additional support to fix the problems immediately and restore system performance.\r\n\r\n<strong>Also Read: </strong><a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h3><strong>3. Scalability</strong></h3>\r\nChanges can be made readily if the cloud-based billing system demands any additional functionality or feature added. The requirements changes if your system is scaling up the infrastructure, proving some different services, or look forward to getting into the race of a highly competitive market to grow and succeed.\r\n<h3><strong>4. Enhanced Security and Availability</strong></h3>\r\nA manual billing management system has one of the major drawbacks of unsound security that leads to ruinous circumstances for organizations when it comes to regulatory compliance. Cloud-based billing systems promise robust security as well as all-time availability of data with integrity. It helps mitigate the risk of data breaches and high-scale frauds.\r\n<h4><strong>Conclusion</strong></h4>\r\nCloud billing has become an evaluation factor of any subscription-based or SaaS business that helps them overcome all the internal resistance related to billing and invoicing. SubscriptionFlow is cloud-based billing software that provides a wide range of capabilities and functionalities to all sizes of businesses, design a customized solution for them without any additional cost and charges. Grab your potential customers through an efficient and secure billing system.\r\n\r\n<strong>Also Read: </strong><a href=\"https://staging.subscriptionflow.com/2020/11/an-incredible-variety-of-integrations-that-subscriptionflow-offers-to-saas-businesses/\">An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses</a>','Cloud Billing Market - Implications, Trends & Applications','','publish','open','open','','cloud-billing-market-implications-trends-applications','','','2020-12-11 13:59:29','2020-12-11 13:59:29','',0,'https://staging.subscriptionflow.com/?p=4281',0,'post','',0),(4284,1,'2020-12-11 13:54:13','2020-12-11 13:54:13','','Cloud-Billing-Market-Implications,-Trends-&-Applications','','inherit','open','closed','','cloud-billing-market-implications-trends-applications','','','2020-12-11 13:54:33','2020-12-11 13:54:33','',4281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg',0,'attachment','image/jpeg',0),(4285,1,'2020-12-11 13:55:18','2020-12-11 13:55:18','','size-of-the-Cloud-Billing-market','','inherit','open','closed','','size-of-the-cloud-billing-market','','','2021-03-26 07:18:00','2021-03-26 07:18:00','',4281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg',0,'attachment','image/jpeg',0),(4319,1,'2020-12-14 11:50:44','2020-12-14 11:50:44','From eCommerce to SaaS to subscription box, the subscription market is booming in the United Kingdom. In the last few years, the subscription market has seen amazing growth and is estimated to grow 72 percent more in the coming four years. According to the Royal Mail Survey, the subscription market is set to grow by 1.12 billion euros by the end of 2022.\r\n\r\nThe growing subscription market makes the United Kingdom one of the most thriving subscription society. The increasing demand for subscription services increases the density of the online payment market as well.\r\n\r\nTo accept online recurring payments, businesses are looking for options that can serve them the maximum payment options in multiple currencies and cater to several types of businesses.\r\n<h2><strong>How to Accept Online Recurring Payments for Subscription Services?</strong></h2>\r\nReceiving online recurring payments require the subscription merchants or SaaS vendors to integrate a payment gateway for secure and efficient online payments from customers every time and anytime from anywhere.\r\n\r\nThe payment gateways have the most significant role to play in the system of online payment processing. They are used to provide safe, seamless, and reliable payment processing experiences over the internet using digital devices only.\r\n\r\nPayment gateways integration connects your online payment cart to payment processors, card payment networks, and the issuing banks through the websites, apps, and other applications like virtual terminal and POS, etc.\r\n\r\nThe payment gateways process payment information for the transaction to the acquiring banks. From there, they approach the card payment services providers and let the merchants know if the payment is accepted or rejected. When the payments are processed successfully, the funds are routed to the merchant’s account and finally settled into the business bank account after the completion of the transaction.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/all-the-top-payment-gateway-services-providers-in-the-united-states-the-2021-2022-edition/\">All the Top Payment Gateway Services Providers in the United States—The 2021 – 2022 Edition</a>\r\n<h3><strong>Best Payment Gateways Used in UK</strong></h3>\r\nIn the United Kingdom as well as the European Union, digital security is one of the prime concerns of the merchant as well as the customer. This is why it is viable for any subscription services provider to offer their customers the best and secure payment gateways options available in the UK.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4323 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg\" alt=\"payment-gateway-option-in-uk\" width=\"1200\" height=\"800\" /></p>\r\nThis article aims to provide you in-depth analysis of some of the payment gateways used in the UK. Let’s explore some of the major players in the payment gateway industry. Here is the list of our top picks of the payment gateways available in the United Kingdom:\r\n\r\n<img class=\"size-full wp-image-4220 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png\" alt=\"worldpay\" width=\"300\" height=\"60\" />\r\n<h3 class=\"tb-heading\"><strong>Worldpay</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-worldpay/\">Worldpay</a> is the leading payment gateway used in the United Kingdom. It is a powerful payment processing solution for businesses from across the industries and regions of the UK. It is originally from the United States and is available in more than 40 countries.\r\n\r\nWorldpay handles more than 40 percent of the online card processing and has emerged as the top payment processing company in the United Kingdom. It leads the race of the online payment gateways options available in the United Kingdom because it accepts payments in more than 120 currencies and offers support to a wide range of options including card payments, alternative payments, integrated point-of-sale, mobile & tablet point-of-sale, virtual terminal, recurring payments, hosted payment pages, shopping carts, and multi-channel payments.\r\n\r\nWorldpay offers two ways to accept recurring payments online:\r\n\r\n<strong>Via Online Merchant Account</strong> is the transfer of recurring payments directly into the account, which they will then settle into your bank account.\r\n\r\n<strong>Via Pay-By-Link</strong> is a secure online recurring payment processing without needing a website.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods:</strong> It supports all the major payment options including MasterCard, Visa, American Express, Discover, UnionPay, and Diner’s Club credit and debit cards, PayPal, e-checks, and alternate payment methods (APMs) like ApplePay, Google Pay, and more.\r\n\r\n<strong>Security:</strong> It is a PCI-DSS compliant payment gateway with exceptional security measures, encryption, tokenization, and EMV. The fraud prevention tools of WorldPay alerts against any suspicious activity and prevent any attempt for a fraudulent transaction.\r\n\r\n<strong>Payouts</strong>: WorldPay transfers funds to your bank account twice a week.\r\n\r\n<strong>Plans: </strong>Flexible plans with three options to choose from:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>GATEWAY STANDARD starting from £19 per month</li>\r\n <li>GATEWAY ADVANCED starting from £45 per month</li>\r\n <li>GATEWAY ENTERPRISE—Customized Pricing</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Hidden and Complex Pricing:</strong> Worldpay pricing structure is quite complex and concealed and requires to contact them to understand the actual pricing.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4217 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png\" alt=\"\" width=\"300\" height=\"60\" /></p>\r\n\r\n<h3 class=\"tb-heading\"><strong>PayPal</strong></h3>\r\nThere were times when the payment gateway means <a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">PayPal</a>. It is still the <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">leading payment processing services provider</a>, not only in the United States, United Kingdom, Europe, Canada, or Australia but all over the world.\r\n\r\nEach day PayPal processes more than USD7.6 billion from more than 227 million accounts. PayPal is also a leading choice of the small scale merchants as it facilitates them with the aggregate accounts so they can easily start receiving money into their accounts.\r\n\r\nAccording to PayPal, more than 20 million consumers in the UK use PayPal each year UK for their online funds transfer.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods:</strong> PayPal supports all the major credit/debit cards, all types of PayPal accounts, Android Pay, Apple Pay, and Bitcoin.\r\n\r\n<strong>Security:</strong> In addition to the enhanced PCI-DSS compliance with the customers, it also offers PayPal buyer protection.\r\n\r\n<strong>Payouts</strong>: PayPal payouts in 24 hours only however it may take up to a week or more depends on the banking and clearing process.\r\n\r\n<strong>Plans: </strong>Paypal charges 2.9% + $0.30/ transaction PayPal offers three plans:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PayPal Standard—No monthly fee.</li>\r\n <li>PayPal Express Checkout—No monthly fee.</li>\r\n <li>PayPal Pro—$30 per month</li>\r\n</ul>\r\n<strong>Easy Account Support: </strong>With PayPal, merchants can instantly create an account and start receiving payments in 24 to 48 hrs.\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Pricing: </strong>PayPal is expensive and charges more transaction fees than the contemporaries.\r\n\r\n<strong>Limited e-Wallet Payment Options: </strong>With PayPal, merchants can receive online recurring payments from PayPal only. It does not offer support to other digital wallets as they all have the same payment processing system. Through it support mobile payments and crypto wallets for Bitcoin.\r\n\r\n<strong>Fewer Options for Currencies and Regions: </strong>PayPal allows merchants to receive payments in major 24 currencies only. It also is not available in new growing subscription markets in South Asia, South East Asia, East and West Africa, and some other regions.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/\">Alternative Payment Methods—A New-Age of Electronic Funds Transfer</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4219 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png\" alt=\"stripe\" width=\"300\" height=\"60\" /></p>\r\n\r\n<h3 class=\"tb-heading\"><strong>Stripe</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Stripe</a> is gaining popularity in the UK and is emerging as the third-most integrated payment gateway option in the UK for online recurring payments processing. Due to some of the following key reasons, it has become the ultimate choice for UK subscription-based small- to large-scale businesses to use Stripe as their chief payment gateway:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Supports almost all the payment options including direct debits</li>\r\n <li>Offers payment processing in more than 135 currencies from almost all across the world.</li>\r\n <li>Highly secured payment gateway against online payment fraud detection and mitigation</li>\r\n <li>Stripe can be used to accept several debit/credit cards for international payments.</li>\r\n <li>It offers instant transfer to the main account against a fee of 1% of the amount transferred.</li>\r\n</ul>\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods:</strong> It accepts payments from all the leading credit cards and mobile wallets like Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, AliPay, and some others.\r\n\r\n<strong>Security:</strong> Stripe encrypts and flows the information into its dedicated vault. With Rada, the trademark anti-fraud system of Stripe that combines machine learning with a customizable ruleset to secure sensitive data with the features like encryption and tokenization offers an extra layer of security.\r\n\r\n<strong>Fee: </strong>The primary version of Stripe is free. With Stripe, you are not bound by the contracts and can terminate the association at any point.\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Payouts</strong>: For most countries, Stripe payouts max. in 07 days.\r\n\r\n<strong>Not Very User-Friendly:</strong> Strip is a technically rich platform hence made it a bit difficult platform for non-technical users to integrate and operate. However, they offer extensive knowledgebase.\r\n\r\n<strong>Higher Card Transaction Pricing:</strong> Stripe charges more transaction fees than most of their alternatives for debit and other non-European cards.\r\n\r\n<strong>Longer Account Approval Timing:</strong> Stripe requires quite documentation and background checking thus requires more time for merchant account approval.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4320 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png\" alt=\"sagepay\" width=\"300\" height=\"60\" /></p>\r\n\r\n<h3 class=\"tb-heading\"><strong>Sage Pay</strong></h3>\r\nSage Pay is also one of the most used payment gateways for online payment processing in the United Kingdom and other European countries as it offers a range of online payment processing solutions for online as well as offline businesses to continue to accept payments from their customers.\r\n\r\nOne of the most promising reasons for the merchants to opt for Sage Pay is its flat monthly fee and transaction charges for several businesses across the sectors.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods: </strong>With Sage Pay, merchants can accept several payment methods including all leading debit and credit card payments, bank transfers, PayPal payments, and some mobile payments.\r\n\r\n<strong>Security: </strong>Sage Pay is also a PCI DSS Level 1 payment service provider that is the highest online payment security parameter. Additionally, it is constantly monitored and audited by the Qualified Security Assessors.\r\n\r\n<strong>Fee:</strong> Sage Pay also offers two plans with flat pricing with no setup fee. These are\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Flex</strong>—this plan offers a flat £19.90 per month for 350 transactions per month.</li>\r\n <li><strong>Plus</strong>—with this plan, the merchant can accept a range of local European Payment types at £45 per month for 500 token purchases per month.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Technically Intricate:</strong> It is a complex system that requires the assistance of professional developers.\r\n\r\n<strong>Charges More When Allowed No. of Transactions Surpass:</strong> If you generate more than 3,000 transactions a month, you may need to ask for a quote.\r\n\r\n<strong>Payouts: </strong>With sage Pay, it takes 3 to 5 working days to receive funds into the account based on the issuing bank and the merchant account services providers.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/covid-19-alert-ach-payment-fraud-can-leave-you-empty-handed-and-your-bank-account-empty/\">COVID-19 ALERT—ACH Payment Fraud Can Leave You Empty-handed and Your Bank Account EMPTY!</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4321 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png\" alt=\"adyen\" width=\"300\" height=\"60\" /></p>\r\n\r\n<h3 class=\"tb-heading\"><strong>Adyen</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-payments-with-adyen/\">Adyen</a> is one of the oldest and popular choices of payment gateway for mid-size to larger businesses with a higher volume of transactions in the UK and neighboring European regions. Adyen is equipped with highly advanced risk management tools. It ensures the encryption of sensitive data and also is known for revenue optimization tools.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Fee:</strong> With no setup or any other surprise fee, Adyen charges straight 0.90% – 1.10% + €0.10 for Visa and MasterCard whereas charges €0.25 + €0.10 for SEPA Direct Debit.\r\n\r\n<strong>Built-In Currency Conversion:</strong> Adyen offers built-in currency conversion and on its basis charges a processing fee plus a payment method fee per transaction.\r\n\r\n<strong>Customer Support:</strong> Adyen provides 24/7/365 support to its customers with dedicated managers for each account. They also provide extensive knowledgebase and guides for instant help.\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Charges More for Some Credit Cards:</strong> For AMEX, it charges 3.95% + €0.10.\r\n\r\n<strong>Dedicated to Bigger Merchants:</strong> Adyen is not a stellar payment processing solution for small scale businesses.\r\n\r\n<strong>Slower Payouts</strong>: Adyen settles funds to merchant account twice a week, only.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4214 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png\" alt=\"authorize.net-payment-gateway\" width=\"300\" height=\"60\" /></p>\r\n\r\n<h3 class=\"tb-heading\"><strong>Authorize.Net</strong></h3>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\">Authorize.Net</a> is a leading payment services provider all over the world and currently catering to more than 400, 000 merchants worldwide. It offers two ways for the UK-based merchants to accept recurring payments—either via payment gateway plus merchant account or by integrating payment gateway only.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods:</strong> It caters to almost all the leading payment methods for card payment, e-checks, and alternate payment methods, including Visa, MasterCard, Discover, American Express, JCB, PayPal, Visa SRC, Apple Pay, Chase Pay, E-check, etc.\r\n\r\n<strong>Security:</strong> Authorize.Net is also a PCI-DSS Compliant payment gateway with its robust free fraud detection and prevention suite\r\n\r\n<strong>Payouts</strong>: Authorize.Net takes 24 hours to settle the transactions and the merchant can get a hold of funds after then.\r\n\r\n<strong>Fee: </strong>Authorize.net charges a $49 setup fee and a $25 monthly gateway fee along with a standard transaction fee i.e. 2.9% plus $0.30 per transaction. For international transactions, it also charges an additional 1.5 percent.\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Monthly Fee</strong>: Authorize.Net charges a monthly fee in addition to the extra £15 per month for extra currencies beyond GBP.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a>\r\n\r\n<img class=\"size-full wp-image-4213 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png\" alt=\"amazonpay\" width=\"300\" height=\"60\" />\r\n<h3 class=\"tb-heading\"><strong>Amazon Pay</strong></h3>\r\nAmazon account is one of the most interesting and proliferating modes of online payment in the UK. As a flagship service of Amazon Web Services (AWS), it is a leading mobile payment wallet. The merchants can use Amazon Pay merchant services to receive payments from customers through their Amazon accounts.\r\n\r\n<strong>Pros</strong>\r\n\r\n<strong>Supported Payment Methods:</strong> With Amazon Pay, payments can be received from credit and debit card payments along with other Amazon accounts for selected merchants.\r\n\r\n<strong>Security:</strong> PCI-DSS Compliant along with TLS/SSL with 128-bit encryption for login security.\r\n\r\n<strong>Payouts</strong>: Amazon Pay deposits funds into the merchant account on the next scheduled settlement date right after capturing payment, automatically.\r\n\r\n<strong>Cons</strong>\r\n\r\n<strong>Fee: </strong>Amazon Pay charges based on the number of transactions with 3.4% + 20p (under £1,500 a month) down to 1.4% + 20p (over £55,000 a month). It also charges 0.4% – 1.5%cross for the transactions made from outside the UK.\r\n\r\nIn addition to a processing fee, Amazon Pay also charges an authorization fee.\r\n\r\n<strong>Chargeback Dispute Fee:</strong> It also slaps the merchant account a straight £14 (excluding VAT) for any chargeback.','The Best Payment Gateway Integration Options in UK for Subscription-Based SMEs in 2021—2022','','publish','open','open','','the-best-payment-gateway-integration-options-in-uk-for-subscription-based-smes-in-2021-2022','','','2021-01-19 11:33:10','2021-01-19 11:33:10','',0,'https://staging.subscriptionflow.com/?p=4319',0,'post','',0),(4320,1,'2020-12-14 11:32:47','2020-12-14 11:32:47','','sagepay','','inherit','open','closed','','sagepay','','','2020-12-14 11:32:53','2020-12-14 11:32:53','',4319,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png',0,'attachment','image/png',0),(4321,1,'2020-12-14 11:33:27','2020-12-14 11:33:27','','adyen','','inherit','open','closed','','adyen','','','2020-12-14 11:33:33','2020-12-14 11:33:33','',4319,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png',0,'attachment','image/png',0),(4322,1,'2020-12-14 11:39:37','2020-12-14 11:39:37','','Top-Payment-Gateways-in-UK','','inherit','open','closed','','top-payment-gateways-in-uk','','','2020-12-14 11:41:44','2020-12-14 11:41:44','',4319,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg',0,'attachment','image/jpeg',0),(4323,1,'2020-12-14 11:41:38','2020-12-14 11:41:38','','payment-gateway-option-in-uk','','inherit','open','closed','','payment-gateway-option-in-uk','','','2020-12-14 11:41:48','2020-12-14 11:41:48','',4319,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg',0,'attachment','image/jpeg',0),(4328,1,'2020-12-16 12:27:39','2020-12-16 12:27:39','Non-profit organizations are the buffer zones in our society that balances the existence of every stratum. They work harder to stretch every dollar so they can contribute fullest towards their cause and drive difference.\r\n\r\nAnd, for their own existence and the success of their cause, they are dependent on donations. Budget constraints can unsettle their productivity, strengths, and impacts.\r\n\r\nBesides a dedicated and sincere workforce, the flow of donations towards the cause, and the ability to penetrate the community, non-profits are also hugely dependent on the right use of the technology.\r\n<h2><strong>SaaS Supports Cause Promotion, Fundraise Campaigning, and Funds Collection Management</strong></h2>\r\nLike many other businesses, non-profits are also incorporating new tech solutions into their day-to-day tasks. The leading among them is SaaS. Non-profits are grooved to reduce their operational expenses and improve their productivity and bring efficiency in their efforts by simply integrating the solutions that eliminate the waste of resources, time, and budget.\r\n\r\nSaaS or Software-as-a-service is the cloud access to the set of tools or suite of features that allows non-profit to manage their various operations including fundraising, donors’ and donations management, cause promotion and donation campaigns management, online donations collection, enterprise management, and more.\r\n\r\nThis article enlightens some plus points of using the SaaS technology that can help non-profits to\r\n<ul>\r\n <li>increase their revenue</li>\r\n <li>reduce frictions from their operations</li>\r\n <li>improve the opportunities for fundraising, donations collection, and recurring revenue management</li>\r\n <li>garner support for their cause</li>\r\n <li>make the most of the technology to manage everyday operations</li>\r\n</ul>\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/12/cloud-billing-market-implications-trends-applications/\">Cloud Billing Market – Implications, Trends & Applications</a>\r\n<h2><strong>What are Non-Profit Charity and Fundraising SaaS Products?</strong></h2>\r\nSaaS products for non-profit, charity and fundraising are the SaaS solutions that can be used to manage an array of businesses for non-profit organizations that includes\r\n<ul>\r\n <li>Building the fully white-labeled fundraising online platform that supports p2p (peer to peer) lending, crowdfunding donations, charity-based donations,</li>\r\n <li>Integrating the donation collection features with recurring payment solutions</li>\r\n <li>Managing the revenue</li>\r\n <li>Promoting the cause and support for non-profit and attracting the leads to connect to donate</li>\r\n <li>Managing the admin, HR, and enterprise other operations</li>\r\n</ul>\r\nThese non-profit SaaS solutions allow non-profit to build their own crowdfunding platform and manage it from anywhere, every time. These applications are easy to use, can easily be integrated, and do not require tech-savvy ninjas to manage the operations.\r\n\r\nUsing the SaaS, non-profits are improving their work efficiency, fundraising capacities, and operational capabilities with the following features:\r\n<ul>\r\n <li>Fully customizable and Easy Set-Up</li>\r\n <li>User-friendly Interface</li>\r\n <li>Support multiple payment methods and currencies for crowdfunding</li>\r\n <li>Scalable and flexible</li>\r\n <li>SaaS Intelligence and Analytics</li>\r\n <li>Supports Lending and Borrowing</li>\r\n <li>Support Donate Campaigns</li>\r\n <li>Personalized Customer Experience</li>\r\n</ul>\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h2><strong>How Do the Non-Profit Charity and Fundraising SaaS Products Work?</strong></h2>\r\nNon-profit charity, crowdfunding, and p2p lending SaaS are customizable donation collection and payment processing platforms that can be personalized according to the requirements of the non-profit.\r\n\r\nTo take benefit from these SaaS non-profit products, non-profit organizations are required to get subscribed to any of their subscription plans or ask for a quote for subscription to develop their personalized non-profit solution.\r\n\r\nSubscription to these non-profit SaaS products allows non-profit to access their products on a recurring basis. To start collecting donations and crowd fundraising, payment gateway(s) integrations are required.\r\n\r\nThe SaaS scalability and flexibility provides non-profit the benefit to manage their several other operations using the same platform and streamline their workflows across the business processes. Integrating enterprise management, marketing automation, CRM, accounting and finance management solutions, and more.\r\n<h2><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-nonprofits/\"><strong>SubscriptionFlow—An Exclusive and All-Inclusive SaaS Product for Non-Profits</strong></a></h2>\r\nCollect and manage donations better with SaaS SubscriptionFlow. As a donations management SaaS solution for non-profits, SubscriptionFlow offers several tools for any non-profit organization to grow its donor base.\r\n\r\nWith crowd fundraising, charity donations, and p2p lending goals, a non-profit organization needs SaaS solutions that allow them to track each and every penny coming to them or can be attracted to become part of their revenue streams so they can serve their cause better.\r\n\r\nGet an intuitive dashboard, analytics, and online portal of SubscriptionFlow to access your website for convenient engagement with your donors.\r\n\r\nTeam up and track registered members, donors, and volunteers and incorporate opportunities for connected business and engagement processes as well, such as\r\n<ul>\r\n <li>Connect donors with your organization via an online portal for payments and event updates.</li>\r\n <li>Attract lead or target members with marketing and communication tools.</li>\r\n <li>Trigger automated emails regarding upcoming events to boost community engagement.</li>\r\n <li>Overview donations, member’s activity, online marketing through email or social media, processing failed payments, and answering queries using the dashboard.</li>\r\n <li>Generate powerful analytics and reports to keep track of revenue and donor activity. Insight from these analytics can be used to make future business decisions related to crowd fundraising or approaching donors for funding and donations.</li>\r\n</ul>\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h2><strong>SubscriptionFlow Helps Non-Profits to Improve Their Impact</strong></h2>\r\n<ol>\r\n <li>\r\n<h3><strong>SaaS Decreases the Initial Investment for IT Solutions Deployment</strong></h3>\r\n</li>\r\n</ol>\r\nThe endless advances in technology are also becoming the reasons to increase its cost, too. However, the subscription model of the SaaS is a highly compatible IT solution for businesses across the sectors. SaaS products are available to the customers on a recurring basis for a subscription term as a monthly or annual fee.\r\n\r\nSubscriptionFlow offers multiple billing solutions catering to the needs of the users. Non-profit organizations can opt for any plan from its users-based or features-based recurring plans or ask for a quote for the tailor-made plan for non-profit. With no large upfront fees, operates on a pay-as-you-go method and minimizes the investment in the IT infrastructure to manage business processes.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>SaaS Is a Cost-Saving Option to Reduce Operational Costs</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS are money savers at every step of non-profit management. From subscription to the software to manage donation to reducing the budget frictions due to superfluous expenses such as paper costs, over-staffing for clerical tasks, investing and managing multiple software for various operations, etc., SaaS provides several cost-control and carbon print reduction back-office solutions.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>SaaS Facilitates Remote Working</strong></h3>\r\n</li>\r\n</ol>\r\nGearing up a non-profit to support a cause requires approaching, recruiting, and connecting people from all over the world. Not only donors, but also the employees, board members, volunteers, grant writers, and other stakeholders—all need to work together. These people are usually not present at a place. Connecting them requires the SaaS to bring them up on one –platform.\r\n\r\nSubscriptionFlow provides people access to any information, connect, collaborate, and communicate from anywhere using its SaaS platform via multiple integrations. Share data more effectively and securely, remotely.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>SaaS Improves Digital Security</strong></h3>\r\n</li>\r\n</ol>\r\nNon-profits require higher security measures to protect their donors’ data, donation information, payment processing services, and even, communication. Besides, they need systems that can reap all other enterprise-level security measures.\r\n\r\nWith SubscriptionFlow, get full-fledged backup services, disaster recovery, and digital security against payment frauds, unauthorized use of personal or payment information, and more.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>SaaS Scales As the Non-Profit Grows or Needs</strong></h3>\r\n</li>\r\n</ol>\r\nSaaS is usually the extensible platform. With SubscriptionFlow, allow your non-profit SaaS to integrate with multiple third-party applications and streamline the workflows of several business operations.\r\n\r\nThe flexible and scalable platform of SubscriptionFlow scales up or down the non-profit organizations as they need to meet their teams for promotion, fundraising, management, and other goals in one place.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>SaaS Requires No Software Updates, Maintenance, or Other Troubleshooting Upkeep</strong></h3>\r\n</li>\r\n</ol>\r\nSubscriptionFlow offers another most cost-effective cloud-based solution for a non-profit as cost-cutting services for IT services such as system maintenance fees, such as backup, updates, and security. Cloud tech does not require the user to buy, install, or update infrastructure, have a local server installed, or even, to employ a dedicated IT staff.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>SaaS Leverages Donors’ Data and Amplifies Philanthropic Targets</strong></h3>\r\n</li>\r\n</ol>\r\nFor non-profit organizations, data is the soul of their business. There are several points of data across non-profit business operations. Data from every source—donors, stakeholders, and the community they serve—is crucial to manage and leverage for better insights into the opportunities and current status of fundraising campaigns and donations to meet the philanthropic targets.\r\n\r\nSubscriptionFlow intuitive dashboards, analytics, and real-time reporting tools leverage data to amplify fundraising goals. The Al-enabled modules of SubscriptionFlow enable non-profit to connect their marketing applications to leverage data from the donors\' list for email marketing, social media approach, and mapping the possibilities of their contributions to the cause of the non-profits. Use SubscriptionFlow to analyze and understand donor habits, interests, and preferences, measure the accomplishment of fundraising campaigns, to raise more.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>SaaS Prompts Transparency and Efficiency in Recurring Revenue Streaming</strong></h3>\r\n</li>\r\n</ol>\r\nNo business is immune to errors or corruption. Man tends to look first into their interests and comforts. Non-profits are more prone to such opportunists or people who are not enough efficient to produce more with fewer resources.\r\n\r\nSubsciptionFlow is a solution to combat the challenges of manual errors or malintentions that may hurt the image and the cause of the non-profit. The automated platform of SubscriptionFlow offers non-payment to intgrate multiple payment gateways, recurring donation collection, and management, or any other application all in one place and manage it online and without the intervention of humans to avoid any fraud or exploitation of the non-profit resources or services.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?</a>','Non-Profits Can Increase Impact and Meet Their Fundraising and Revenue Targets Through SaaS Products','','publish','open','open','','non-profits-can-increase-impact-and-meet-their-fundraising-and-revenue-targets-through-saas-products','','','2020-12-16 12:27:39','2020-12-16 12:27:39','',0,'https://staging.subscriptionflow.com/?p=4328',0,'post','',0),(4334,1,'2020-12-16 12:20:07','2020-12-16 12:20:07','','Untitled-1','','inherit','open','closed','','untitled-1-3','','','2020-12-16 12:22:05','2020-12-16 12:22:05','',4328,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png',0,'attachment','image/png',0),(4340,1,'2020-12-17 14:30:44','2020-12-17 14:30:44','','automate-subscription-process-with-subscriptionflow','','inherit','open','closed','','automate-subscription-process-with-subscriptionflow','','','2020-12-17 14:30:51','2020-12-17 14:30:51','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif',0,'attachment','image/gif',0),(4342,1,'2020-12-18 12:10:53','2020-12-18 12:10:53','With the success of the subscription business model, businesses all over the world are looking for their share of revenue in the subscription economy. Some have adopted the subscription model in their simplest form and in literal means while some have experimented with it and customized it to grow in accordance with their business type, product, or market.\r\n\r\nOne such experimentation of the subscription business is rundle.\r\n\r\nThis article covers what the subscription rundles are how these rundles are attracting more opportunities for revenue while reaping the landscape for the connected future through the subscription services.\r\n<h2 class=\"tb-heading\"><strong>What is Rundle?</strong></h2>\r\nReplacing the ‘b’ of a bundle with the ‘r’ from revenue, a professor for marketing from NYU and a leading podcaster, Scott Galloway, has coined this term for the subscription bundles flourishing in the subscription market.\r\n\r\nAccording to Galloway, rundle is meant to describe the power of the recurring revenue boosting the subscription businesses when their services or products are available as bundles. Furthermore, Galloway suggested the inclination of the customer preference towards the rundles with the already successful and rampant subscription bundles offered across the media, travel, SaaS, education, and health.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a>\r\n<h3 class=\"tb-heading\"><strong>How Rundles Can be Offered As Subscription Bundles?</strong></h3>\r\nRundles are available as bundles that provide businesses the opportunity to form nexus that facilitates a variety of services in one and budgeted pricing. Depends on the different types of physical or digital products, they can be categorized into various forms of bundles:\r\n<ul>\r\n <li>\r\n<h4><strong>Organic Bundles</strong></h4>\r\n</li>\r\n</ul>\r\nIt is not a new concept of bundling. These bundles are there in our everyday lives for years. Telecom and media industries are examples. For years, our homes are using telecom bundling services to fulfill our needs for telephone or broadband internet. Wireless telecom services are also offering their subscriptions as bundles. Hundreds of thousands of users worldwide are subscribed to the media that are available as print, digital media, and TV bundles.\r\n\r\nStepping a step ahead, the new-age media is following in the footsteps to offer their services as rundles. Amazon Prime bundles a range of streaming services together with their shopping and delivery benefits. Some big broadcast media houses offer a subscription to their satellite channel in bundles. For instance, Disney offers Disney+, Hulu, and ESPN+, and others as a bundle.\r\n<ul>\r\n <li>\r\n<h4><strong>Aggregator Bundles</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the subscription services offered as a customizable bundle. These bundles empower customers what they can combine in their package and what they do not want, they can leave behind. It allows customers to personalize their own bundles rather than subscribing to multiple services of the same company, separately.\r\n<ul>\r\n <li>\r\n<h4><strong>Partnership Bundles</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the partnership of different companies or the sister concerns of the same company to offer their subscriptions as all-in-one bundles or complimentary subscription services. Today, several companies are joining hands to offer their subscriptions in combinations. Payment services are partnering up with billing SaaS or CRMs to grow their bottom line, Smart TVs are teaming up with satellite TV channels and streaming services to take advantage of their subscriptions while providing their customers the best screen experience.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n<h3 class=\"tb-heading\"><strong>The Rundle Race in the B2B and B2C Landscape</strong></h3>\r\nThe B2C landscape particularly the SaaS industry is eyeing exploring more revenue opportunities and driving subscriptions in various directions and is experimenting with subscription models.\r\n\r\nThe SaaS consumer landscape is growing at a breakneck pace due to the tech industry and IT giants like Google, Amazon, Microsoft, Apple, Netflix, Spotify, Spectrum, AT&T, and more. These giants have leaped into the subscription bundles and have started the bundle wars.\r\n<h3><strong>Subscription Bundles and the Tech Industry</strong></h3>\r\nThe IT leaders have finally realized that the everyday advancement in technology and the requirement to upgrade the gadgets, applications, skills, and others have grown to the extent where upfront costing can shrink their customer base and favors the competitors.\r\n\r\nThe key players of the tech industry are greasing the wheels to provide their all flagship services in a bundle to make the connected future a reality. Recently, Apple has introduced the Apple One—a horde of the subscription plans with an assortment of apps as Apple One. The plans bundle Apple\'s premium subscription services, like Apple Music, Apple TV Plus, and Apple Arcade, at a discount. Apple One bundles up to six Apple services into one easy subscription bundle, a rundle.\r\n\r\nLikewise, earlier Google has introduced the subscription plan to its apps as a subscription bundle that includes cloud storage, backups, and promotions. More such bundles are on their way to hit the market and make these premium services available at the customer landscape, altogether.\r\n<h3><strong>Subscription Bundles and the Streaming Industry</strong></h3>\r\nNetflix, Hulu, Spotify, Amazon Prime, and all the streaming subscription services providers are now grooving for the subscription bundles to add value to their business as well as for the customer experience, too.\r\n\r\nThe music streaming platform, Spotify, partnered up with Hulu as an add-on subscription to add extra value to their subscription services. While providing their customers with an add-on for on-demand TV and movies allows Spotify to retain customers for a longer period.\r\n\r\nSimilarly, the Netflix business model also streams partnerships with several smart TV brands and satellite services providers to provide their experience ultimate watching experience with hi-tech services in a bundle.\r\n<h3><strong>Subscription Bundles and the Media and Publishing Industry</strong></h3>\r\nSince ever, the print and broadcast industry rely on the subscription business. With the evolution of the new-age subscription landscape and the ascending tech industry, the print and broadcast industry has landed into the digital media subscriptions and soon started to offer their customers the combined services as subscription bundles. These subscriptions are available as a combo of print and digital media edition subscriptions or print, digital media, streaming channel, and/or TV channel subscriptions.\r\n\r\nThe cable industry is also offering its services in bundles. These bundles usually offer TV, internet, and phone services, together.\r\n<h3><strong>Subscription Bundles and the Telecom Industry</strong></h3>\r\nThe Telecom industry is one of the most successful examples of subscription bundles. The industry has shown tremendous growth as they have been offering organic bundles for quite a time. They offer bundling of the landline or mobile phone services with broadband or satellite TV services.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market/\">All You Need to Know About the Subscription-Video-On-Demand (SVOD) and Its Way to Lead the Subscription Market</a>\r\n<h3 class=\"tb-heading\"><strong>How Rundles Are Revamping the Recurring Revenue Growth?</strong></h3>\r\nRundles are making sense to the merchants as well as the customers. Bundling multiple subscription services is paving the way for easier, simpler, and faster living, working, traveling, dining, entertainment, learning, business, and more with some of the following features:\r\n<ul>\r\n <li>\r\n<h4>Discounted Pricing for Customer, Revenue Growth for Merchant</h4>\r\n</li>\r\n</ul>\r\nSubscription when bundled automatically reduces the pricing structure as a package. Customers do not need to subscribe to multiple subscriptions and pay them extra bucks, individually. Bundling decreases the cost and increases the efficiency of the subscriptions as rundles.\r\n<ul>\r\n <li>\r\n<h4><strong>Streamlined Operations and Business Processes</strong></h4>\r\n</li>\r\n</ul>\r\nThe SaaS subscription rundles are streamlining the workflows for several revenue operations. The two SaaS platforms can now collaborate to provide customers the best user experience and managing their workflows from one place, only.\r\n<ul>\r\n <li>\r\n<h4><strong>Cross-Platform Data Sharing for Shared Marketing and Promotion</strong></h4>\r\n</li>\r\n</ul>\r\nRundles are also a great source for the SaaS, IT, Telecom, and other subscription sectors to drive a better understanding of the market with cross-platform data sharing and develop a product, features, sales, marketing, customer service, and other customer and business strategies.\r\n<ul>\r\n <li>\r\n<h4><strong>Billing-In-One-Place</strong></h4>\r\n</li>\r\n</ul>\r\nAnother advantage of the bundling in billing for all the subscription services in one place. Now customers may not need to keep a track of all their billing invoices from different services increasing the risks to their online payment information. Billing in one and safe place also helps merchants to automate subscription management from one platform only.\r\n<ul>\r\n <li>\r\n<h4><strong>One-Window Customer Support</strong></h4>\r\n</li>\r\n</ul>\r\nDifferent subscriptions are interconnected with each other when they are bundled. Rundles offer them the opportunity to offer one-window customer service and technical support to get unconfused, direct, and faster feedback from one direct place.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h3 class=\"tb-heading\"><strong>Ready to Rundle?</strong></h3>\r\nGet ready to roll out the plans for your rundles and gear up your subscription management for symbiotic streaming of the recurring revenue. To make your rundles successful, you need the following key strategies to penetrate the rundles in the market:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Partnerships for Symbiotic Existence</li>\r\n <li>Rundle Plans for Products, Features, or Partnerships</li>\r\n <li>Pricing Strategy</li>\r\n <li>Suitable Recurring Billing Model</li>\r\n <li>Integration of Multiple Payment Gateways</li>\r\n <li>Shared Marketing and Promotion Campaigns</li>\r\n <li>Robust Reporting Systems</li>\r\n <li>Consolidated Customer Service Platform</li>\r\n</ul>\r\n[/su_list]\r\n\r\nUse <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">SubscriptionFlow</a> to plan and price your rundles in its recurring billing and subscription management platform and go with the flow.','Subscription Rundles—The Future of Subscription Business Is Here…','','publish','open','open','','subscription-rundles-the-future-of-subscription-business-is-here','','','2020-12-18 12:27:24','2020-12-18 12:27:24','',0,'https://staging.subscriptionflow.com/?p=4342',0,'post','',0),(4343,1,'2020-12-18 12:09:45','2020-12-18 12:09:45','','Ready-to-Earn-More-Revenue','','inherit','open','closed','','ready-to-earn-more-revenue','','','2020-12-18 12:09:55','2020-12-18 12:09:55','',4342,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif',0,'attachment','image/gif',0),(4349,1,'2020-12-21 05:56:40','2020-12-21 05:56:40','','billing-and-invoicing','','inherit','open','closed','','billing-and-invoicing-2','','','2020-12-21 05:56:47','2020-12-21 05:56:47','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-and-invoicing.gif',0,'attachment','image/gif',0),(4351,1,'2020-12-21 13:19:13','2020-12-21 13:19:13','From entertainment to education, health to sports, and transportation to utilities—a large number of consumers worldwide have adopted the trend to subscribe to subscription services that give them instant and cheaper access to the products and services they need or they want. These subscriptions have made it easy and convenient for the consumers to keep their supplies available for them whenever they need them.\r\n\r\nAccording to <a href=\"https://hbr.org/podcast/2020/07/every-business-can-be-a-subscription-business\">Robbie Kellman Baxter</a>, a strategy consultant, subscriptions are not about newspapers or streaming services, businesses from retail to manufacturing and transportation to health and education, all can earn consistent recurring revenue while developing customer loyalty.\r\n\r\nToday, people begin their days with Google, Alexa, or Siri for morning news while taking advantage of their kitchen full of the subscribed groceries or meal kits available at their kitchen without putting extra effort to buy them. They travel to their connected business places and coordinate over subscription-based cloud services using smart gadgets and navigations subscriptions to several SaaS bundle services.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market/\">All You Need to Know About the Subscription-Video-On-Demand (SVOD) and Its Way to Lead the Subscription Market</a>\r\n\r\nThis article argues how every business has the opportunity to make more recurring revenue while switching to the subscription business model and overviews some of the industries that have already in one way or another have adopted the subscription model and are taking advantage of the ripple effect of the growing subscription market:\r\n<h3 class=\"tb-heading\"><strong>Changing Customer Behaviors and the Need for the Subscription Model</strong></h3>\r\nChanging consumer behaviors and the advancement in technology at a breakneck speed are the core reasons for the success of the subscription economy and are challenging the survival of other business models.\r\n\r\nFurthermore, the pandemic has exposed the vulnerability of the current business models in the connected future of tomorrow. In some industries, the brand switch has emerged as the Post-COVID threat to businesses due to the inability and insufficiency to meet customer expectations. On the other hand, some industries have shown their strength with their ability to retain customers and gain more customer loyalty.\r\n\r\nBusinesses that could not keep up with the losses and setbacks, pandemic incurred, have lost their customer base and the revenue sources are mostly the businesses with the upfront or one-time purchase revenue model.\r\n\r\nIn contrast, the recurring revenue businesses remained stable, predictable, and flexible to offer customers what they want, and based on their reliable data-driven business strategies, they have taken more customers on-board, too.\r\n\r\nTomorrow will be the age of remote work, self-service, and dynamic business trends. Business models everywhere across the industries are not enough stable, flexible, and scalable to deal with the inexorable market demands and customer expectations on their way.\r\n\r\nBusinesses will soon lose their credibility and eventually customers when they would not be able to meet customer expectations.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">Subscription Rundles—The Future of Subscription Business Is Here…</a>\r\n<h3 class=\"tb-heading\"><strong>Why It is the Time to Consider Switching to the Subscription Business Model</strong></h3>\r\nEven the most established and stable businesses are prone to economic crisis. After every 8 to 10 years, a new wave of recession or economic stability downturns the revenue goals of businesses and tremors the market, in every sector.\r\n\r\nCompanies need some solutions that can keep them stable during rainy days. The subscription model gained more popularity and adaptability after the pandemic hit the businesses and their operations all over the world.\r\n\r\n<img class=\"size-full wp-image-4353 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg\" alt=\"subscription-business-attractions\" width=\"833\" height=\"645\" />\r\n\r\nThe organizations realize the value of the recurring revenue streaming and the stability it gives to the company in hard times. Switching to the subscription business is characterized by the following core needs to keep every business breathing, surviving, and thriving.\r\n<ul>\r\n <li>\r\n<h4><strong>Predictability</strong></h4>\r\n</li>\r\n</ul>\r\nTwo attractions of the subscription businesses are the recurring revenue and the larger customer base. These two factors are also the catalysts that drive predictability in any subscription-based business and help businesses to meet the demand and supply conditions in any market while managing their operational costs.\r\n\r\nThe opportunity of data-driven far-sightedness is also helpful for the subscription businesses to hunt opportunities to grow business in different directions and extend enthusiastically.\r\n<ul>\r\n <li>\r\n<h4><strong>Scalability</strong></h4>\r\n</li>\r\n</ul>\r\nBusinesses have to scale their customer base, services, and business size with time. However, the dynamics of the market could be the major frictions or the facilitators to channel the factors that help businesses to scale.\r\n\r\nWith the subscription model, the businesses have always the opportunity to extend their operations while introducing new services on a recurring basis. These can be incorporated to boost a flagship product or as a subsidiary of an already existing service or product.\r\n\r\nThe subscription market has more options and affinity to form partnerships and symbiotic relationships to provide benefits to each other with their co-existence. One subscription-based business produces ripples in the subscription ecosystem and creates opportunities for others to take advantage.\r\n<ul>\r\n <li>\r\n<h4><strong>Stability</strong></h4>\r\n</li>\r\n</ul>\r\nThe predictability induced by the recurring revenue is not the one security that stables the subscription-based businesses, many other factors help subscription business to become more stable and secure to continue with the business model.\r\n\r\nBusinesses are not about seasonal profits, it\'s about having the large bottom line that contributes to the growth of the revenue with time and time, again. This is why the subscription business fosters more loyalty with customers to form long-term relationships.\r\n\r\nAdditionally, having a large customer base and customer loyalty allow businesses to take major business decisions or innovations in products to meet the demands of the latest technology or business trends driven by business analytics.\r\n<ul>\r\n <li>\r\n<h4><strong>Reliability</strong></h4>\r\n</li>\r\n</ul>\r\nOne of the major advantages of the Subscription business model is recurring revenue. Subscription-based businesses have the opportunity to earn more over time. The predictability of the recurring revenue brings reliability to the system. Each subscription is a commitment by the consumer and an opportunity for the merchant to continue to have revenue falling into their bank accounts for an ensured period. Even, in the toughest times, reliable recurring revenue streaming allows businesses to survive and devise their long-term business strategies with data-driven predictions that can combat the inflictions and eventually grow their bottom line.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/cloud-billing-market-implications-trends-applications/\">Cloud Billing Market – Implications, Trends & Applications</a>\r\n<h3 class=\"tb-heading\"><strong>Subscription Services and Different Businesses</strong></h3>\r\nThe subscription business model has already inspired many businesses across the industries. Here we have listed a few of the businesses that are greasing their survival wheels with subscription offerings:\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-food-industry/\"><strong>Food and Dining Industry</strong></a></h4>\r\nFood delivery services have changed the landscape of food from outside the kitchen. As more and more people are getting dependent, online food services have also become over-competitive.\r\n\r\nOn the other hand, the surge in online order has forced them to come up with their parallel dining services focused on ready-to-eat meal kits subscriptions.\r\n\r\nThese two trends are the results of customers’ increased affinity for ease, predictability, and convenience food-on-subscription provide.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/\"><strong>eCommerce and Retail Industry</strong></a></h4>\r\nThe biggest beneficiary of the subscription is the retail and eCommerce industry. The subscription eCommerce has become a whopping market with the subscription box subscriptions and products like groceries, electrical appliances, and others available on subscription packages.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-online-courses/\"><strong>Education and Online Learning Industry</strong></a></h4>\r\nThe internet, ascending technology, smart devices, and the connected ecosystem of education make it feasible more than ever for the people to continue their education and learning beyond the borders anytime and from everywhere.\r\n\r\nIn the last few years, a massive inclination of the students has seen towards subscription-based programs for language, skills development, and other courses. The trend is evidence that people are also developing more business opportunities as well.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-media-companies/\"><strong>Media and Entertainment Industry</strong></a></h4>\r\nThe media and entertainment industry is the precursor of the triumph of the subscription business model. Since ever newspaper and print have been thriving with the subscriptions. The digital change introduced the new-age media subscriptions in the forms of streaming subscription services, gated digital media subscriptions, podcasts, and magazine or e-paper subscriptions.\r\n\r\nToday, Subscription video on demand (SVOD) is the most thriving subscription industry and eyeing more than USD2 billion dollar a year.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-software-for-marketing-companies/\"><strong>Marketing, PR, and Advertising Industry</strong></a></h4>\r\nIt is an age of online marketing. Without using digital marketing platforms, businesses cannot garner the customers\' attention they are looking for. The whole infrastructure of digital marketing and advertising is based on subscriptions. The digital marketing automation and management software are available on a recurring basis, the marketing agencies or freelance marketers, all offer their services as subscriptions, and the technology is thriving on the data available through the subscription-based SaaS technology.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-telemedicine-companies/\"><strong>Healthcare and Telemedicine Industry</strong></a></h4>\r\nWith the inception of online clinics, healthcare businesses are experiencing a rapid revolution in providing services such as consultations, treatments, testing, medicines, etc. on a recurring basis.\r\n\r\nAdopting the model of B2C subscription-based business, telemedicine businesses are thriving and growing their networks from one region to another in weeks. Due to the convenience and cost-efficiency of the subscription plans, providing on-demand consultations and prescriptions for the treatment at any time, spur the opportunities for recurring revenue.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-it-companies/\"><strong>IT, Software, and Cloud Services Industry</strong></a></h4>\r\nAfter the streaming subscriptions, SaaS and other cloud computing subscriptions are the most successful business streams of the subscription economy. Personal or professional, subscription-based SaaS products are providing solutions to everyday concerns. From business processes management to personal video calling, budgeting, and management, the subscription-based cloud solutions have revolutionized revenue streaming for the IT sector.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-salons/\"><strong>Fitness and Personal Care Industry</strong></a></h4>\r\nIn combination with smart and connected devices available on subscriptions, health, fitness, and personal care programs are leaping in the market. From salons to gyms and yoga retreats, counseling programs are available on the subscriptions to make people indulge in happy and healthy living.\r\n<h4><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-courier-company/\"><strong>Shipping and Courier Industry</strong></a></h4>\r\nThe subscription box services, subscription eCommerce and retail industry, and subscription-based food delivery services are some of the subscription streams that are giving the wings to the subscription-based shipping and transport industry as well.\r\n\r\nWith the subscription business model, courier companies are also effectively stretching the lifecycle of corporate customers by providing them access to personalized courier services as subscriptions.\r\n\r\nThe potential of reliable and secured revenue along with customer dependency forces the courier industry to follow the subscription-based business model that has already prioritized customer retention over customer acquisition.','Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries','','publish','closed','closed','','every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries','','','2021-08-20 10:11:41','2021-08-20 10:11:41','',0,'https://staging.subscriptionflow.com/?p=4351',0,'post','',0),(4352,1,'2020-12-21 13:15:05','2020-12-21 13:15:05','','Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive,-Even,-In-the-Toughest-Time','','inherit','open','closed','','every-business-can-be-a-subscription-business-and-survive-and-thrive-even-in-the-toughest-time','','','2020-12-21 13:15:18','2020-12-21 13:15:18','',4351,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg',0,'attachment','image/jpeg',0),(4353,1,'2020-12-21 13:16:45','2020-12-21 13:16:45','','subscription-business-attractions','','inherit','open','closed','','subscription-business-attractions','','','2021-03-26 07:17:53','2021-03-26 07:17:53','',4351,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg',0,'attachment','image/jpeg',0),(4357,1,'2020-12-22 10:26:09','2020-12-22 10:26:09','','subscription-software','','inherit','open','closed','','subscription-software','','','2020-12-22 10:26:16','2020-12-22 10:26:16','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-software.gif',0,'attachment','image/gif',0),(4359,1,'2020-12-22 11:44:02','2020-12-22 11:44:02','','Subscription management software','','inherit','open','closed','','untitled-test','','','2020-12-22 11:50:12','2020-12-22 11:50:12','',281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-test.gif',0,'attachment','image/gif',0),(4361,1,'2020-12-22 13:58:31','2020-12-22 13:58:31','','billing-gif','','inherit','open','closed','','billing-gif','','','2020-12-22 13:58:31','2020-12-22 13:58:31','',434,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-gif.gif',0,'attachment','image/gif',0),(4362,1,'2020-12-23 06:46:09','0000-00-00 00:00:00','Payment gateways play the most critical role in online payment processing. They serve more purposes in processing the recurring payment for the subscription business than any other business.\n\nThe payment gateways that support the recurring payments feature are used to process the secure and encrypted payment information to the processor. However, each payment gateway has its own limitations and restrictions.\n\nAll the payment gateways are not aligned to support all the payment methods, payment currencies, or regions. Some payment gateways are restricted to certain businesses as well.\n\nAs the booming eCommerce is producing more and more opportunities for businesses to attract and cater to customers worldwide. It requires companies to expand their operations and connect more payment service providers with their recurring billing software while aiming to serve bigger markets with better solutions.\n\n<img class=\"size-full wp-image-1942 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png\" alt=\"Subscription Management\" width=\"519\" height=\"481\" />\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\nFor various factors, payments got declined. Some of the common likelihood include:\n<ul>\n <li>Payment Method</li>\n <li>Card Type</li>\n <li>Card Issuing Bank</li>\n <li>Cross-Border Trade</li>\n <li>Transaction Type</li>\n <li>Customer Transactional History</li>\n <li>Customer Country</li>\n <li>Currency</li>\n</ul>\nThese are some of the factors that force merchants to integrate multiple payment gateways to their subscription billing software and offer their customers the best checkout experience with the options to support local currencies and customers from all across the regions.\n<ol>\n <li>\n<h3><strong>Catering Customers Beyond the Borders</strong></h3>\n</li>\n</ol>\nAll the payment gateways do not facilitate cross-border transactions or in all currencies. Some do not operate in certain countries.\n\nEven the industry-leading PayPal is not available in several countries where a huge market of customers exists for many US-, UK-, Australia-, Europe-, and other regions-based businesses, including Paraguay, Pakistan, Bangladesh, and other more than 50+ countries. Some of the leading currencies supported by the most payment gateways are:\n<ul>\n <li>US Dollar (USD)</li>\n <li>British pound (GBP)</li>\n <li>Euro (EUR)</li>\n <li>Brazilian Real (BRL)</li>\n <li>Canadian Dollar (CAD)</li>\n <li>Australian Dollar (AUD)</li>\n <li>Japanese Yen (JPY)</li>\n <li>Russian Ruble (RUB)</li>\n <li>Hong Kong Dollar (HKD)</li>\n <li>Israeli New Shekel (ILS)</li>\n</ul>\nIn the B2B and B2C businesses, support to the domestic currency is pertinent else there are more chances of customer loss than customer acquisition. Subscription businesses can broaden their range of payment support with the integration of multiple gateways in their recurring billing system to cover every area where the market exists.\n<ol start=\"2\">\n <li>\n<h3><strong>Staying Up Round the Clock Throughout the Year</strong></h3>\n</li>\n</ol>\nIt is said that if you fail to plan, you plan to fail. Businesses need to take all the precautionary measures to remove the frictions that may cause revenue or customer loss. One such measure is integrating the payment processing solutions that remain available 24/7/365.\n\nPayment gateways can outage and their performance may fluctuate depends what currency or type of transaction they are processing. There are some other reasons due to which the payment gateways can go down or can hinder the payment processing. It also hurts the customer experience, brand trust, and merchant’s efficiency.\n\nThe best solution to avoid these worst service and revenue hassles is using multiple payment gateways. Configuring more than one payment gateway in any recurring billing and payment processing system re-directs the payment transaction to another gateway if the desired processor is an outage.\n<ol start=\"3\">\n <li>\n<h3><strong>Accepting Money Through Multiple Payment Methods</strong></h3>\n</li>\n</ol>\nPayment gateways support selected payment methods. For instance, Stripe supports American Express, Visa, and MasterCard but do not accept payments from many digital wallets and Buy Now, Pay Later financing payment methods.\n\nHere are some of the major payment methods for the online payment transactions accepted by the major Payment Gateways:\n<ul>\n <li>Credit Cards</li>\n <li>Digital Wallets</li>\n <li>Authenticated Debit Banks</li>\n <li>Bank Debits</li>\n <li>Bank Credit Transfers</li>\n <li>Mobile Pay</li>\n <li>Buy Now, Pay Later</li>\n <li>Cash-Based Payment Methods</li>\n</ul>\nPayPal, Stripe, Authorize.Net, and many others support card payments but some of them do not support direct debits. If your customers are more drawn to a certain mode of payments then integrating two or more payment gateways to ease the transactions of the payment from that source is a great boost to stream more revenue.\n<ol start=\"4\">\n <li>\n<h3><strong>Assessing the Payment Decline Ratios and Reasons In Any Demographic</strong></h3>\n</li>\n</ol>\nPayment declines are the biggest turn off for any merchant but for the subscription business it is a disaster as they capitalize on recurring billing and payment processing and if the payments are not reflected in the recurring revenue real-time reporting, it can damage the subscription health of a customer and can end up with involuntary churn.\n\nNot only it implies a negative impact on the revenue, customer experience, brand loyalty, it also disturbs the streamlined data-driven workflow in any team or organization.\n\nIntegrating multiple payment gateways in a subscription billing and payments software can deal with the above-mentioned aggravations and provide more opportunities for payment success\n<ol start=\"5\">\n <li>\n<h3><strong>Removing the Frictions of Dependability</strong></h3>\n</li>\n</ol>\nWhen the business grows, you can’t afford dependability, right? The single payment gateway integration to manage all the customers is not a wise decision. It restricts the merchant\'s capacity to earn more and cater to more customers at one time.\n\nWhen the payment gateway\'s performance fluctuates due to high influx of traffic, one payment gateway can become a reason for the payment processing failures or the payment declines. This could influence a customer’s decision to go further with the purchasing decision. Get your platform independent of the dependence on one single payment gateway, use the other when the one you are using is busy.\n<ol start=\"6\">\n <li>\n<h3><strong>Avoiding the Higher Transaction Charges and Security Lapses</strong></h3>\n</li>\n</ol>\nPayment gateways charge customers for each transaction based on their region, transaction type, currency, customer or business type, account type, and many. Despite supporting a specific payment method, currency, or region, a payment gateway may charge the merchant more transaction fees or any other charges. When your subscription management system is integrated with multiple payment gateways, you may have the option to go with the option that offers fewer charges.\n\nSimilarly, there are so many additional payments and rates, security levels, and 3DS support and services which attract vendors or merchants to opt for a specific payment gateway.\n\nIntegrating a single payment gateway may not be a solution for each and every business. To find the payment gateways that best scale your recurring payment processing, here is a list of some of the payment gateways that have been using all over the world:\n<ul>\n <li>PayPal</li>\n <li>Stripe</li>\n <li>Braintree</li>\n <li>SagePay</li>\n <li>WorldPay</li>\n <li>Go Cardless</li>\n <li>Payoneer</li>\n <li>WePay</li>\n <li>BlueSnap</li>\n <li>Amazon Pay</li>\n <li>Adyen</li>\n <li>2Checkout</li>\n <li>PaySafe</li>\n <li>Skrill</li>\n <li>RazorPay</li>\n <li>PayU</li>\n <li>BitPay</li>\n</ul>','','','draft','open','open','','','','','2020-12-23 06:46:09','2020-12-23 06:46:09','',0,'https://staging.subscriptionflow.com/?p=4362',0,'post','',0),(4364,1,'2020-12-23 12:44:00','2020-12-23 12:44:00','No matter how we spend a year, it is always the holiday season that rejoices our distresses and replaces our blues with ecstasy, delight, and liveliness.\r\n\r\n2020 was a hard year for many but for the businesses, it was a nightmare that had dreaded the whole global economy.\r\n\r\nWith a note of teaching us the best of the survival skills, it’s time to bid adieu to the year 2020 and welcome 2021 with the hope for more prosperity, stability, and opulence.\r\n\r\nSaaS and subscription businesses can also take their share of opportunity and fortune. It is time to gear up to earn more revenue and taking more customers on-board, it is time to reward loyal customers, and it is time to harmonize the subscription economy with more personalized solutions for the customers.\r\n\r\nFor some businesses, it is time to make money and for some, it is time to earn engagement and visibility throughout the channels. Every business is different so do its services, market, strategies, and goals. But, they all aim for more sales and customers every season.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4365 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg\" alt=\"Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue!\" width=\"960\" height=\"720\" /></p>\r\n \r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n\r\nThis article demonstrates some of the most proven strategies to create more sales and visibility opportunities for your SaaS and subscription businesses. At the end of 2020, here are our 20 revenue-driven tips to increase your SaaS sales and make your customers happy:\r\n<ol>\r\n <li>\r\n<h3><strong>Onboard Customers with Holiday Special Offers and Promotions</strong></h3>\r\n</li>\r\n</ol>\r\nHolidays mean offers, promotions, and discounts. Nothing can attract a customer other than the prominent, glittering, and attracting word ‘ Discount’ at the walls of the stores or the websites. Acquire more customers this season and find the prospective leads in your database that can easily be converted if they would be offered the best deals at the best times. Personalize the discounted coupons or vouchers for them and let them feel special this holiday season.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Please Existing Customers with Customer Loyalty Surprises</strong></h3>\r\n</li>\r\n</ol>\r\nIn the merry of onboarding new customers, never ever forget your loyal customers that have been a source of the recurring revenue of your business over the months or years. It is time to give them back. Strengthen your relationships with the existing customer with <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">customer loyalty</a> rewards like a free trial of a new feature, personalized solutions to their business, or offer them exclusive discounts on upgrades, cross-sells, and re-sells.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Reach out to the Customers for Upgrade Offers</strong></h3>\r\n</li>\r\n</ol>\r\nUse your <a href=\"https://staging.subscriptionflow.com/\">subscription management software</a> and identify the potential subscribers whose subscriptions will be expiring soon or who have more potential to go with an upgraded plan with more features. Tailor a plan or pricing for them, reach out using multiple channels, and let them know that you are all set to continue your journey with them. Offer them discounted or limited-time plan upgrade or re-subscription pricing.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Reward Customers with Early Bird Discounts or Freemium</strong></h3>\r\n</li>\r\n</ol>\r\nCustomer engagement at every stage and every point in a year is important but in the holiday season, it is more important to develop trust and loyalty. Attract and reward all customers—offer them freemium or those who are already on-board with freemiums, convert them into paying customers with early-bird discounted deals or any other holiday-special holidays deals.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>Leverage SaaS Sales Intelligence</strong></h3>\r\n</li>\r\n</ol>\r\nHolidays are the best time to take full advantage of your <a href=\"https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/\">SaaS sales intelligence</a>. Use subscription, recurring billing, marketing, sales, payments, and customer service analytics to analyze the onsite and offsite customer data to explore their preferences and dislikes. And, use these insights to attract customers with personalized offers and solutions to their concerns.\r\n\r\nIn the subscription businesses of physical goods, customer intelligence increases the chances of more subscription sales and for longer terms.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>Develop Seasonal Content</strong></h3>\r\n</li>\r\n</ol>\r\nEvery year, holidays come on their time and you know that. Leverage all the old content that you have created for the last year and repurpose it for this year. Offer customers more solutions that can boost their personal or business interests with the content that you provide in the form of <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">educational, informational, or entertaining blogs, videos, infographics, or promotional ads and press releases</a> detailing the seasonal offers, promotions, and services.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>Increase Email and Social Media Outreach</strong></h3>\r\n</li>\r\n</ol>\r\nIn the subscription business, personalization is the key. The more the SaaS businesses are connected to their customers, the more they can provide them an enhanced personal experience. And, the best way to improve personal experience is to establish a personal outreach through emails and social media.\r\n\r\nStudies show that personalized emails and customer engagement at social media improve click-through rates and personalized interactions made during the holiday season favor more conversions.\r\n\r\nPlan your email and social strategy long before the holidays and continue it even after the holidays. Begin with initial holiday promotional, follow-up, reminder, re-targeting, and feedback emails and social media posts for customers that subscribe to your product or service or have abandoned their shopping cart.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Optimize Processes Management Across the Business Line</strong></h3>\r\n</li>\r\n</ol>\r\nIn addition, to offer promotional discounts, offers, and deals, it is also pertinent to optimize a frictionless business line. From order to purchase, billing to payment, and supply to customer service, everything should be aligned and improved with all the backups to combat any obstruction that may spoil the experience for the customer.\r\n\r\nAutomate and optimize your recurring billing, payment processing, sales, marketing, customer support, and all the process to take advantage of the holidays to their fullest.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Team up for Bundles Across Affiliates and Industries</strong></h3>\r\n</li>\r\n</ol>\r\nThe scalability, extensibility, and flexibility of the SaaS are its strength and allow the SaaS product to adjust in a cloud ecosystem. In any SaaS system, all those products and companies are successful that are benefiting each other in the propagation of their businesses. Holidays are an opportunity to partner up with different SaaS products within the industry or across the industries and give the benefit of the partnership to their customers.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Bundle up Exclusive Holiday Special Features, Products, and Services</strong></h3>\r\n</li>\r\n</ol>\r\nAnother way to provide the advantage of togetherness to the subscribers is to offer them the <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">product, features, and partnerships as bundles</a>. On auspicious occasions, opulent and exclusive bundles with discounted or seasonal pricing attract more customers as one solution available as budgeted bundles. If you are a marketing SaaS, payment service provider, or simple a SaaS for help desk, find your partners in the <a href=\"https://staging.subscriptionflow.com/2020/08/choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management/\">recurring billing</a> or customer relationship management application businesses. Likewise, if you are a subscription box business, find partners that can promote their products through your subscription boxes.\r\n<ol start=\"11\">\r\n <li>\r\n<h3><strong>Gear up for Co-Marketing</strong></h3>\r\n</li>\r\n</ol>\r\n<a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">Co-marketing</a> is the strategy, budgeting, and a way to symbiotic and harmonized industry-based relationships. Become partners for cross-platform promotions and take advantage of each other’s market.\r\n<ol start=\"12\">\r\n <li>\r\n<h3><strong>Consider An Influencer Strategy</strong></h3>\r\n</li>\r\n</ol>\r\nThe subscription box businesses and the SaaS with the niches of entertainment, sports, education, event management, payment processing, business management, etc. should consider influencers to promote their business, their holiday special deals and discounts, and their products.\r\n<ol start=\"13\">\r\n <li>\r\n<h3><strong>Offer Multiple Payment Methods</strong></h3>\r\n</li>\r\n</ol>\r\nRemoving frictions from the revenue streams is the most significant part of the holiday revenue strategies.\r\n\r\nGarnering a new customer’s attention to proceed to checkout is not the aim. The actual goal is to get them checked out successfully. Think big, think of more options for payment other than traditional card payments and bank transfers. Provide customers the options for <a href=\"https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/\">e-wallets and mobile payments</a> as well.\r\n\r\nOffering <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">multiple payment methods</a> to facilitate customers with their payment preferences is the fundamental requirement of the customer acquisition strategy.\r\n<ol start=\"14\">\r\n <li>\r\n<h3><strong>Facilitate Cross-Border Transactions for International Customers</strong></h3>\r\n</li>\r\n</ol>\r\nInternet blurred the existence of marker boundaries. Anyone can operate anywhere and cater to the customers anywhere anytime. Holidays bring more customers from beyond the borders, it is your duty to facilitate them the options to pay in their currency. Make arrangements for the payment methods and payment gateways that allow international customers to pay in their domestic currency.\r\n<ol start=\"15\">\r\n <li>\r\n<h3><strong>Integrate More Than One Payment Gateway</strong></h3>\r\n</li>\r\n</ol>\r\nTo support multiple payment methods, currencies, regions, businesses, and transaction types, one <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">payment gateway</a> may not be enough capable to make your customer happy. Also, the holiday season is not the time to take the risk of down payment systems or unexplained security issues. The wisest thing a merchant can do is to choose a <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">mixed platter of payment providers</a> that can solve all the customer payment processing issues.\r\n<ol start=\"16\">\r\n <li>\r\n<h3><strong>Use Price Engine to Optimize Pricing</strong></h3>\r\n</li>\r\n</ol>\r\nPricing is your key to make customers go with your product or services. Say hello to a pricing engine that can <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">optimize your pricing, intelligently</a>. Offer personalized pricing to each customer that does not resist them at checkout.\r\n<ol start=\"17\">\r\n <li>\r\n<h3><strong>Ease out the Checkout Experience</strong></h3>\r\n</li>\r\n</ol>\r\nRight pricing, up payment processor, multiple payment method, and support to multiple currencies are a few of the elements that enhance the customer experience at checkout. However, this can be boosted with the responsive interface, optimized website, and secure checkout with pre-populated customer payment details or AI-enabled recommended payment options, etc.\r\n<ol start=\"18\">\r\n <li>\r\n<h3><strong>Boost Customer Service and Support Resources</strong></h3>\r\n</li>\r\n</ol>\r\nHolidays bring more customer engagement hence businesses need more support at the end of the customer service or technical support. Do not disappoint customers with unattended queries, feedback, or suggestion. Invest in improving customer support resources and entertain each customer that would come to you for assistance or have shown interest in your business or product.\r\n<ol start=\"19\">\r\n <li>\r\n<h3><strong>Engage, Educate, and Entertain Clients with Post-Holiday Assistance</strong></h3>\r\n</li>\r\n</ol>\r\nThe only bad thing about holidays is they are not for forever. We have to say bye to welcome them again next year. So, it is wise to take leverage of this drawback of holidays as well. Offer customers the content, assistance, help, and services that can keep them attended and prepared for the problems and challenges in the new year.\r\n<ol start=\"20\">\r\n <li>\r\n<h3><strong>Plan Your Own Strategy for 2021</strong></h3>\r\n</li>\r\n</ol>\r\nThe same strategy to prepare the customer for a post-holiday experience applies to your business as well. Conceive every offer, promotion, service, and support in the light of the new year\'s advantages. Begin your 2021 business strategy with the holidays of 2020 and stay alert beforehand for the obstacle that may challenge your business in the new year.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong> </span><a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>\r\n\r\nIt’s a busy season, it’s a golden season, and it’s a tough season. We are here to help the SaaS and subscription-based business and their sales, marketing, and service teams and managers to set high and aspiring targets and stream more revenue this season.\r\n<p style=\"text-align: center;\">[su_button url=\"https://staging.subscriptionflow.com/demo/\" style=\"bubbles\" background=\"#fd7b03\" size=\"17\" onclick=\"https://staging.subscriptionflow.com/contact/\"]Happy Revenue![/su_button]</p>','2020 Is Ending—20 Ways to Not Miss Any Revenue Opportunity This Holiday Season','','publish','open','open','','2020-is-ending-20-ways-to-not-miss-any-revenue-opportunity-this-holiday-season','','','2020-12-23 12:44:00','2020-12-23 12:44:00','',0,'https://staging.subscriptionflow.com/?p=4364',0,'post','',0),(4365,1,'2020-12-23 12:40:30','2020-12-23 12:40:30','','Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue!','','inherit','open','closed','','gear-up-to-increase-sales-and-visibility-this-holidays-season-happy-revenue','','','2020-12-23 12:41:19','2020-12-23 12:41:19','',4364,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg',0,'attachment','image/jpeg',0),(4366,1,'2020-12-23 12:40:35','2020-12-23 12:40:35','','Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement','','inherit','open','closed','','holidays-are-coming-capitalize-on-customer-loyalty-and-customer-engagement','','','2020-12-23 12:40:43','2020-12-23 12:40:43','',4364,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg',0,'attachment','image/jpeg',0),(4372,1,'2020-12-28 13:18:28','2020-12-28 13:18:28','2020 is ending. The year brought in trial and tribulations of the COVID pandemic with lockdowns, uncertainties, and fall of the global economy for the individuals, businesses, and overall growth of the market anywhere in the world.\r\n\r\nThe subscription services were not limited to the cloud-based digital spaces and content only, it capitalized more on physical goods, entertainment, education, sports, and health. During the lockdowns, subscription services provided more convenience to the people for having all they need and readily available to their doorstep and facilitated them all they need for remote working from their couches with a wide range of cloud-based SaaS business solutions, regularly.\r\n\r\nA report suggests that nearly one-quarter (22.5%) saw subscription growth rates accelerate, while 12.8% saw subscription growth slow but were still onboarding new customers. Health and wellness, pet, and specialty retailer sectors saw particularly strong growth and reported surging numbers of subscribers.\r\n\r\nHowever, some businesses that were not equipped enough had faced more challenges than opportunities when they turned to the subscription model.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/2020-is-ending-20-ways-to-not-miss-any-revenue-opportunity-this-holiday-season/\">2020 Is Ending—20 Ways to Not Miss Any Revenue Opportunity This Season</a>\r\n\r\nThis article is a subscription growth round-up that entails the top 10 takeaways of the COVID-ridden market and its impact on the subscription economy in the year 2020. It touches all the key areas of the subscription economy—from the subscription business model to subscription market and subscription business trends to subscription payments:\r\n<ol>\r\n <li>\r\n<h3><strong>Subscription Businesses Outperformed Traditional Businesses In Pandemic</strong></h3>\r\n</li>\r\n</ol>\r\nIt was a tough year for subscription businesses as well but was not as excruciating as it was for the businesses following other business models than a subscription. Long before 2020, the subscription economy was already on the right track as businesses have already begun realizing the significance of the shift in their models in the line with the changing customer behaviors and altering purchasing preferences.\r\n\r\nThe unpredictable fall of the economy due to trade-cease, instability in the demand and supply, and the sudden disruption of the business operations wreaked havoc on the organizations that were not prepared with the reliable streaming of revenue. In contrast, <a href=\"Every%20Business%20Can%20Stream%20Recurring%20Revenue—Learn%20How%20Subscriptions%20Have%20Already%20Created%20the%20Ripple%20Effect%20in%20Some%20Industries\">subscription businesses with reliable recurring revenue streaming</a> and customers on-board tightened their reins to provide them more services and fulfill their needs amid the hard times and on a budget.\r\n<ol start=\"2\">\r\n <li>\r\n<h3><strong>Subscription Services Witnessed Surge in Growth Across Industries</strong></h3>\r\n</li>\r\n</ol>\r\nAs the technology is ascending with an inexorable speed and companies across all industries are increasingly turning to subscriptions to set their businesses up, the same trend has been observed in the year 2020 and at a breakneck pace as people subscribed to even more services and own less physical goods.\r\n\r\nAutomobile, health, personal care, education, IT, telecom, SaaS, consulting, online learning, boarding, lodging, and traveling, law, and subscriptions for the articles of everyday needs—all across the industries, businesses found opportunities of constant and reliable revenue growth in the year 2020.\r\n\r\nThe year even greased the wheel of success for the industries that had so far did not step into the subscription market like automobile, manufacturing, real estate, construction, investment, and more.\r\n<ol start=\"3\">\r\n <li>\r\n<h3><strong>Remote Working Bestowed Progress to SaaS Subscription Businesses</strong></h3>\r\n</li>\r\n</ol>\r\nIt would not be a false claim if we say that 2020 was the year of SaaS subscriptions. From business processes management, online working, and communications to the management of personal health, finances, and, overall life, there was no area where SaaS has not made significant contributions.\r\n\r\nSaaS platforms gave new wings to the subscription-based remote working with a range of solutions for team and project management, billing and invoicing, online payment processing, sales, marketing, and customer service automation and management, and other industry-specific solutions that allowed employees to keep the wheel rolling of their organization from wherever they are.\r\n<ol start=\"4\">\r\n <li>\r\n<h3><strong>Customer Retention Materialized As the New Norm for Business Growth</strong></h3>\r\n</li>\r\n</ol>\r\nEvery time a customer loses, the subscription business incurs more losses in comparison with the one-time or up-front revenue models. This is why <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">subscription businesses need to retain more customers</a> for a longer period.\r\n\r\nMany of the subscription businesses like Salesforce, Netflix, Uber, Google, Apple, and others have millions of customers but a shift in focus on customer retention business strategies and providing more services in bundles have been observed in 2020.\r\n\r\nAmidst the pandemic, it has become easier for the consumer to switch to another service provider if they are not contented with the service. Netflix lost hundreds of its subscribers to Amazon Prime and Uber lost to Lyft as it is only the best deal with the personalized customer experience that can keep the customers with a service.\r\n<ol start=\"5\">\r\n <li>\r\n<h3><strong>The Rise of Rundle Accelerated the Subscription Growth</strong></h3>\r\n</li>\r\n</ol>\r\nScott Galloway has coined the term ‘rundle’ for the <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">subscription bundle</a>. The rundles are meant to describe the power of the recurring revenue boosting the subscription businesses when their services or products are available as bundles.\r\n\r\nThe tech industry, telecom, digital media, streaming services, and the subscription box offered more services as bundles to help customers save more when subscribing to a single bundle instead of going on for several subscriptions.\r\n\r\nRecently, Apple has introduced the Apple One—a horde of the subscription plans with an assortment of apps as Apple One. The plan bundles Apple’s premium subscription services, like Apple Music, Apple TV Plus, and Apple Arcade, at a discount.\r\n\r\nLikewise, earlier Google has introduced the subscription plan to its apps as a subscription bundle that includes cloud storage, backups, and promotions. The music streaming platform, Spotify, partnered up with Hulu as an add-on subscription to add extra value to their subscription services. Netflix allied with several smart TV brands and satellite services providers to provide their experience ultimate watching experience with hi-tech services in a bundle.\r\n\r\nThe cable industry is also offering its services in bundles. These bundles usually offer TV, internet, and phone services, together.\r\n<ol start=\"6\">\r\n <li>\r\n<h3><strong>SVOD Followed by SaaS, E-Learning, and Subscription Box Business Emerged as the Leading Subscription Industries</strong></h3>\r\n</li>\r\n</ol>\r\nAccording to a report on subscription growth, 18 percent of the subscription businesses have shown accelerated growth include streaming services, online learning, subscription box businesses, and SaaS.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2020/12/all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market/\">Subscription Video-On-Demand</a> or the OTT subscriptions were undoubtedly the most thriving subscription industry during 2020. The year began with the worldwide lockdowns that bestowed opportunity for the subscribers to capitalize. Netflix, Amazon Prime, Hulu, and other streaming services have seen a skyrocketed growth in new subscriptions. However, after the lockdown, the growth has also plummeted in Q3 of 2020.\r\n\r\nDuring the pandemic, the schools, colleges, and all the educational, technical, and vocational institutes were completely shut down. It boosted the scope for e-learning. Only in the United States, the online education market is expected to grow by USD 21.64 billion during 2020-2024.\r\n\r\nAlong with SVOD and e-learning, SaaS as a business process management solution remained profitable to help businesses operating multiple business processes everywhere from anywhere and anytime.\r\n\r\nLast but not the least, the subscription box businesses have shown tremendous growth. It took full advantage of the laziness, helplessness, adventure, ease, simplicity, and the recurrence of needs to deliver customers with all they need at their doorstep on a recurring basis without making payments again and again.\r\n<ol start=\"7\">\r\n <li>\r\n<h3><strong>IoT, Car Subscriptions, Airlines, Telemedicine, and Manufacturing Stepped Into the Subscription Field</strong></h3>\r\n</li>\r\n</ol>\r\nThe recurrence in needs, altering customer preferences, and budget efficiency of the subscription model attracts more customers to opt for the unconventional subscriptions. 2020 was the year when industries like automobile, health, airlines, shipping, and manufacturing showed their interest in the subscription model.\r\n\r\nInstead of purchasing a car, customers are inclined to the rental subscriptions of the cars. Autonomous vehicles are also a step towards connected smart cities. With the smart health, fitness, and security devices and virtual travel and personal assistants, IoT subscriptions have also gained popularity in 2020 when the people who were in lockdowns were curious to experience the life outside their abode.\r\n\r\nAnother field of subscriptions that have started to proliferate in 2020 was telemedicine and pharma subscriptions. To avoid the contraction of the virus and lessen the healthcare burden, a shift towards telemedicine subscriptions allow people to take instant healthcare advantage from anywhere and received their prescriptions at their doorstep.\r\n<ol start=\"8\">\r\n <li>\r\n<h3><strong>Subscription Businesses Capitalized On Enhanced Customer Experience and Data-Driven Personalization</strong></h3>\r\n</li>\r\n</ol>\r\nThe increasing use of AI and ML in business applications help subscription businesses to boost their business process management with data-driven solutions and provide enhanced and personalized customer experience from content curation and targeted marketing to optimized solutions for pricing and payments at check out.\r\n\r\nThe data-driven personalization of the content and services also provided more opportunities for the subscription businesses for upsells and cross-sells. Subscription businesses grooved for more automated subscription management found more opportunities in data to <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">enhance the customer experience</a>.\r\n<ol start=\"9\">\r\n <li>\r\n<h3><strong>Inefficient Online Payment Processing Triggered Voluntary as well as Involuntary Churn</strong></h3>\r\n</li>\r\n</ol>\r\nChurn is the loss of subscribers due to subscription cancelation. And, every year a significant number of subscription businesses lose their potential sources of recurring revenue due to churn. Churn is voluntary when the subscriber cancels the subscription and it is involuntary when the subscription merchant cancels a subscriber’s subscription. In both cases, it is the subscription merchant who suffers the loss.\r\n\r\nSubscription business needs customers to not only continue their subscription but to resubscribe the plan when their subscription term ends. The recurring revenue model demands the subscription merchant mitigate churn in any case.\r\n\r\nIn the year 2020, several reports suggest more complaints of the churn. Primarily, due to inefficient payment processing by the merchant. Either, the subscribers cancel or do not continue with paying the subscription when they have found difficulties in online payment methods or local currency support or their subscriptions are canceled by the merchant as a result of online payment failure.\r\n\r\nSubscription businesses with less support to the online payment processing incurred more revenue loss due to voluntary as well as involuntary churn.\r\n<ol start=\"10\">\r\n <li>\r\n<h3><strong>Mobile Commerce Brought In More Money In Subscription Businesses</strong></h3>\r\n</li>\r\n</ol>\r\nThe rise of mobile commerce also gave an unprecedented boost to online payments with mobile payments. Mobile commerce is reshaping the purchasing habits of consumers.\r\n\r\nAccording to a research report by App Annie, the subscription revenue increased mobile consumer spend from USD3.8billion to USD4.6 billion in 2019 from other than gaming in-app purchases, and the trend continued in 2020 as well.\r\n\r\nFrom recurring telecom and other utility bill payments to social media and streaming subscriptions to the business solution, subscription box, and other in-app recurring purchases, mobile payments brought in more recurring revenue for the subscription merchants with the In-app subscriptions.\r\n\r\nThe prevailing mobile payments trends with a range of mobile wallet options made it easier, simpler, safer, and faster for the subscription merchants to provide the best checkout experiences with pre-populated payment details and payment processing in a blink of an eye only.','Good Bye 2020—Rounding Up the Subscription Economy with Top Takeaways From the Last Year','','publish','open','open','','good-bye-2020-rounding-up-the-subscription-economy-with-top-takeaways-from-the-last-year','','','2020-12-28 13:18:41','2020-12-28 13:18:41','',0,'https://staging.subscriptionflow.com/?p=4372',0,'post','',0),(4373,1,'2020-12-28 13:16:05','2020-12-28 13:16:05','','Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year','','inherit','open','closed','','good-bye-2020-rounding-up-the-subscription-economy-with-top-takeaways-from-the-last-year','','','2020-12-28 13:16:13','2020-12-28 13:16:13','',4372,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg',0,'attachment','image/jpeg',0),(4405,1,'2020-12-30 12:46:28','2020-12-30 12:46:28','2020 was an unforgiving year, but one mercy we can expect from it is the lesson that we all can take away from it. And, it is the lesson to learn how unpredictable the future is.\r\n\r\nBefore heading into a new year, we hope that 2021 won’t be knocked as hard on individuals, businesses, markets, and the economy as 2020 did.\r\n\r\nMost businesses plummeted their revenue, shifted to ad-hoc measures to manage their plunging finances, and cut down their business operation that wreaked unemployment, unit shutdowns, wedges slashes, imbalance in production and supply, and more.\r\n\r\n2020 has ended but the aftershocks of the horrors of 2020 are continued. The predictions for 2021 are the continuity of the trends and practices of 2020.\r\n\r\n2020 has become the key driver behind the forecast for 2021 thus majorly the predictions for 2021 are focused around the challenges 2020 pushed to deal with in a new year.\r\n\r\nGrooving on the subscription business model, clearly, the digital companies for IT services, SaaS, and others, food and beverages, health, education, power, telecom, internet, eCommerce, streaming services, and some other streams related to vitals were the thriving industries. However, the 2020 end has an inclination towards some other streams as well such as the automotive industry, airlines, traveling and lodging, smart living, and more.\r\n\r\nBefore digging into what the industry leaders and changing attributes of today’s times are setting their sights on for the year ahead, let’s begin with an overview of the key happening we have witnessed in the subscription economy in the year 2020.\r\n<h3><strong>Wrapping Up 2020—Winning Trends, Subscription Businesses, Practices, etc.</strong></h3>\r\n2020 was the year of the digital transformation of society, economy, education, healthcare, and overall, living. Businesses with subscription model have undoubtedly seen the rise as compared to the traditional businesses. Here is a round-up of the year 2020 with three of the most promising takeaways:\r\n<ul>\r\n <li>\r\n<h4><strong>Subscription Businesses Showed More Growth than the Non-Recurring Businesses</strong></h4>\r\n</li>\r\n</ul>\r\nStreaming services, e-learning, digital media, and content subscriptions, SaaS, personal care, retail subscription, and subscription box businesses show more positive growth on the revenue graph than many of the conventional and non-recurring revenue businesses like the automotive sector, digital appliances, home living, and other manufacturing businesses and some other sectors that were solely based on one-time or upfront revenue model.\r\n<ul>\r\n <li>\r\n<h4><strong>Switch to Subscription Business Model to Refurnish the Market Capture—The 2020 Leading Trend</strong></h4>\r\n</li>\r\n</ul>\r\nSwitching to a recurring revenue model was the 2020 trend that will continue to drive the 2021 business landscape as more and more non-recurring industries mentioned above are now looking for opportunities in the subscription economy.\r\n<ul>\r\n <li>\r\n<h4><strong>The Increasing Dependency on AI/ML for Subscription Market Exploration and Customer Retention</strong></h4>\r\n</li>\r\n</ul>\r\nSubscription businesses have shown more interest in their subscribers\' data available in AI-enabled subscription management systems to optimize best practices for billing, customer management, marketing, sales, support, and others.\r\n\r\nML-led Automation, increasing use of AI-enabled price optimization and use of subscription analytics intelligent integration and cross-platform data sharing are a few of the practices that helped the SaaS and subscription businesses for data-driven sales, marketing, and services for quality lead generation, scoring, conversion, and revenue accumulation for the longer term.\r\n<h3><strong>2021 Vertex Predictions for the Leading Subscription Business Across the Sectors</strong></h3>\r\n<h4><strong>The Cloud Industry</strong></h4>\r\nThe cloud industry was visibly the industry that has managed to continue rolling the wheel for businesses with online applications, infrastructure, and cloud support services. All across the SaaS, PaaS, and IaaS, the demand for support and services has surged with the overwhelming competition.\r\n\r\nIt is our future now and will continue to rule with more and better automated, secure, faster, cost and time-efficient, and intelligent solutions for individuals, businesses, and enterprises in 2021 and beyond.\r\n<h4><strong>The Healthcare Sector</strong></h4>\r\nAccording to <a href=\"https://www.healthcareitnews.com/news/what-expect-2021-and-beyond-idc-offers-10-healthcare-predictions\">IDC,</a> COVID is the main trigger force to bring more digital transformation in everyday healthcare needs. They predicted that 20% of healthcare organizations will embrace integrated care to improve outcomes during 2021 and 7 of the 10 leading wrist-worn wearables companies will have released algorithms capable of early detection of potential signs of infectious diseases, including COVID-19 and the flu.\r\n\r\nThe subscriptions for telehealth and <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-telemedicine-companies/\">telemedicine</a>, health wearables, data proliferation, etc would be on the rise during 2020.\r\n<h4><strong>The Education Sector</strong></h4>\r\nThe trend to switch to e-learning will grow as more and more platforms for online education empowered themselves during the lockdown. Millions of students have also become habitual of taking online classes from the comfort of their couches. The increasing usage of online platforms for team and project management like Zoom, Slack, monday.com, and many others have served a great deal in facilitating online classes for the students sitting anywhere in the world.\r\n\r\nNot only these SaaS are available on a subscription basis to help students and educators to continue the learning processes online, but the online education services providers are also offering their services on a recurring basis. So, it is another stream of the subscription business that has already aligned on the subscription model and will continue to do so in 2021 and beyond.\r\n<h4><strong>The Marketing and Advertising Industry</strong></h4>\r\n2020 has changed the directions for marketing and advertising businesses. Digital marketing is all the marketing and advertising industry is focused, today. Pandemic surged the need for industry-specific marketing keys and several marketing automation and management applications have emerged as marketing solutions.\r\n\r\nHowever, the general need for online marketing across the platform that can be tailored whenever it is required remained on the priority. 2021 will only boost the marketing platforms and more and more businesses will continue to subscribe to the marketing applications, digital marketing services providers, marketing and advertising agencies, social media and search engine marketing features and programs, and more.\r\n<h4><strong>The Media and Entertainment Industry</strong></h4>\r\nStreaming media was undoubtedly the most thriving industry among all subscription streams and broke all the former records of revenue. However, a downfall by the end of the quarter in the new subscriptions has been observed across all the leading OTT platforms, including Netflix, Amazon Prime, Disney plus, Hulu, and even the porm streaming sites.\r\n\r\nThe trend may continue in the next year and beyond as the streaming media subscription market has already become highly saturated so tough competition for survival can be predicted among the giants.\r\n\r\nOn the other hand, the gaming and e-sports industry is expected to gain more impact and growth in the new year and beyond that, it failed to some extent to make during 2020.\r\n<h4><strong>The Food and Dining Industry</strong></h4>\r\nFrom meal kits to food delivery subscriptions, food and dining emerged as one of the most successful platforms for the subscription business. Gousto, one of the food services providers in the UK created 1000 new job opportunities during the lockdown and had managed to sell more than 5 million meals by the end of the first quarter of 2020 only.\r\n\r\nMeal kit subscriptions, package food supplements, beverages, and snacks subscriptions, organic fruits, vegetables, and grains subscriptions, the subscription box for an assortment of food, beverages, and supplements, and all that can be fit to the definition of food can be offered as a subscription. Not only this, today food delivery subscriptions, dining subscriptions, and restaurant-meal subscriptions—all are driving the <a href=\"https://www.nytimes.com/2020/12/22/dining/food-trends-predictions-2021.html\">growth in the subscription-based food industry</a>.\r\n<h4><strong>The Retail Industry </strong></h4>\r\nAccording to Retail Gazette, Covid-19 and lockdowns spiked the online demand of the subscription box by the customers to sign up to them. The stats suggest an increase of 10 percent last year.\r\n\r\nMany major retailers have shifted to the subscription box and online subscription of the products directly to their doorstep. The trend would continue in 2021 as the recurrence of need can be satisfied with the service of convenience and affordability. Retailers have the opportunity to capitalize on subscriptions post-lockdown as the customers have already become dependent to get everything from the comfort of their place.\r\n<h4><strong>The Automotive and Transportation Sector</strong></h4>\r\nThe automotive industry is one of the most affected industries during the pandemic and this is why it is being considered one of the industries that may thrive in coming years with the adoption of the hybrid subscription model.\r\n\r\nMany automotive giants are greasing the wheels for the car subscription services that allow consumers to pay a monthly subscription fee to use a variety of vehicles without having to own any of them for a set period of time. It will allow subscribers to use the latest vehicles in affordable ways.\r\n\r\nAlong with the automotive sector, transportation, shipping, and riding sectors are also paving the way to take advantage of the subscription business model with cab-hailing subscriptions, courier and delivery subscriptions, and more.\r\n<h3><a href=\"https://staging.subscriptionflow.com/\"><strong>Subscription Management</strong></a><strong> in 2021—Key Attributes to Focus for Subscription Growth</strong></h3>\r\nAs we have seen earlier that most of the subscription market, as well as the global economy, would remain in the influence of the COVID-ridden 2020. However, there are some subscription management opportunities in 2021 that can overcome the revenue and growth disasters 2020 incurred.\r\n\r\nFor several subscription businesses, 2020 charmed the early success when most industries were not enough to convince to switch to the subscription model. Today, the game has changed to a 360-degree angle. The subscription market has become an over-competitive market where only those survive who would consonant their business processes management with innovation, creativity, and data-driven AI-enabled technology.\r\n\r\nEnterprises are now transforming beyond mere subscriptions by implementing hybrid subscription models in combination with the breakthrough technologies of Artificial Intelligence, Machine Learning, Deep Learning, and Big Data that can not only automate the billing cycle but can also build predictable, reliable, and stable recurring revenue models with end-to-end subscription solutions.\r\n\r\nThese are the three key revenue-driven priorities expected for substantial subscription management in 2021 and beyond:\r\n<ul>\r\n <li>\r\n<h4><strong>The Increasing Use of AI and Data Analytics Than Ever Before</strong></h4>\r\n</li>\r\n</ul>\r\nIn order to deliver seamless support and predictive capabilities, enterprises strive for more and more AI and ML modules into multiple business processes so that they can drive more sophisticated and improved insights.\r\n\r\nThe more the subscription businesses gain insights into the customer action, preferences, behaviors, and purchasing patterns, the better they can improve user experience as well as manage their subscriptions, subscription billing, and subscription business processes at all levels.\r\n\r\nThe rapid sweep of cognitive technology to manage the businesses will be the key to lead the path of enhanced customer experience with real-time personalization. Among other uses of AI and Data Analytics, marketing and sales processes automation and management, customer support intelligence and automation, digital security management, predictive analysis for subscription growth and recurring revenue management, and other business operations management such as workforce, admin, manufacturing, finance, etc. management will also be planned for minimal friction support.\r\n<ul>\r\n <li>\r\n<h4><strong>Optimized Pricing, Billing, and Payment Processing</strong></h4>\r\n</li>\r\n</ul>\r\nMachine learning is remastering the opportunities for revenue with optimization pricing, billing, and payment processing with two things:\r\n<ul>\r\n <li>Implementation of AI-led modules and Big Data</li>\r\n <li>Increasing use of automated modules to streamline the pricing with billing and payment processing to grow revenue</li>\r\n</ul>\r\nSmartphones made more choices available to the customer when they are not satisfied with any services and the subscription business is all about retaining a customer with stellar customer experience. And, it begins with unmatched offers to the services with seamless billing and payment processing.\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Retention with Rundles, Loyalty Programs, and Personalization</strong></h4>\r\n</li>\r\n</ul>\r\nRundles or subscription bundles will be the future of the subscription services in 2021 and beyond. We already have seen bigwigs like Apple, Google, Netflix, Uber, Walmart, Amazon, and many more have already begun the bundle wars. The bundling of the services, features, or bundling the cross-platform products and services in association with other companies or partnerships will attract more revenue and keep the customers stay long for the mainstream subscription services providers.\r\n\r\nAlong with bundling, the two most important things to manage the customer retention business strategies include customer loyalty programs and user experience personalization.\r\n\r\nFrom product development to sales and marketing and risk management and finance to customer support, each business process will b required to gather on one platform to manage and execute the rundle scheming, customer loyalty rewards planning, and leveraging the cross-platform data sharing and data intelligence for enhanced personalization and seamless user experience.','What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management','','publish','open','open','','what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management','','','2020-12-30 12:46:39','2020-12-30 12:46:39','',0,'https://staging.subscriptionflow.com/?p=4405',0,'post','',0),(4406,1,'2020-12-30 12:42:13','2020-12-30 12:42:13','','Subscription-Market-and-Subscription-Management','','inherit','open','closed','','subscription-market-and-subscription-management','','','2020-12-30 12:42:25','2020-12-30 12:42:25','',4405,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg',0,'attachment','image/jpeg',0),(4410,1,'2020-12-31 07:18:34','2020-12-31 07:18:34','{{unknown}}','','','publish','closed','closed','','fb5ea4bb2ec01d8104e9b19631f8027e','','','2020-12-31 07:18:34','2020-12-31 07:18:34','',0,'https://staging.subscriptionflow.com/2020/12/fb5ea4bb2ec01d8104e9b19631f8027e/',0,'oembed_cache','',0),(4411,1,'2021-01-01 14:19:14','2021-01-01 14:19:14','2021 is here and we are all ready to make this year better than ever before.\r\n\r\nAfter all the awful events and turmoil instilled by the pandemic, 2020 has turned the global economy upside down. Now, businesses across the sectors have already tightened their reins to put everything back to their positions.\r\n\r\n2020 abrupted all the pledges and promises of people and businesses, thus for most, 2021 will be the continuity of the journey that has halted last year.\r\n\r\nAs far as the SaaS industry is concerned, 2020 was a blend of success and failure, both. If it brought growth opportunities for multiple businesses, it had also created the obstacle for various SaaS products with over-competition, complicated business processes solutions, untrained workforce, digital security issues, etc.\r\n\r\n2020 has paved the way for SaaS penetration in the market. It has increased the business processes dependence on cloud applications. This is why 2021 is a year to set growth and revenue resolutions and stick to it until it all starts hitting the goals.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>\r\n\r\nTo achieve the new year\'s resolutions for business growth, it is necessary to make resolutions for all the key business processes. These are our recommendations to make growth resolutions for 2021 and put your business on a path of success, wealth, and achievement.\r\n\r\nHere you go:\r\n<h3><strong>Subscription Management Resolutions</strong></h3>\r\nFrictions in the <a href=\"https://staging.subscriptionflow.com/\">subscription management</a> attract more churn and customer dissatisfaction as it induces suspicion, caution, and uncertainty. The biggest vow of the year is to manage end-to-end subscription management—from recurring invoicing to prorated subscription billing and payment processing to recurring revenue streaming.\r\n\r\nYour subscription management platform is the place of opportunities. It is a dreamland of data that bestows the SaaS subscription business with the customer insights, their purchasing patterns and help the revenue operations to leverage the data and optimize the business processes across the board.\r\n\r\nSome of the must-have subscription management resolutions are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automate the recurring billing and payment processing.</li>\r\n <li>Facilitate customers with more options for payment methods, currencies, businesses, and regions by integrating multiple payment methods.</li>\r\n <li>Integrate other business process automation and management applications with the subscription management software.</li>\r\n <li>Offer guided demo, free trials or freemium, or other discounted pricing and plan.</li>\r\n <li>Offer customers more and personalized support for their personal or business concerns.</li>\r\n <li>Educate customers more on the subscription business model and subscription economy.</li>\r\n <li>Tailor subscription business programs for small to mid-scale SaaS businesses and startups.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/good-bye-2020-rounding-up-the-subscription-economy-with-top-takeaways-from-the-last-year/\">Good Bye 2020—Rounding Up the Subscription Economy with Top Takeaways From the Last Year</a>\r\n<h3><strong>Growth and Revenue Resolutions</strong></h3>\r\nThe SaaS industry is growing at a breakneck speed. Tech advancements and the changing customer preferences are affecting the business landscape as well. The SaaS market has become oversaturated thus competition is also grown tougher.\r\n\r\nIn today’s time, customer retention is the key for the SaaS business growth but the journey to grow begins with taking more and more customers on-board.\r\n\r\nThis year vow for growth hacks that can bring more customers on-board and retain them with the value in a product and quality customer service with optimized pricing. Here are some growth and revenue resolutions:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Begin with growth hacks for customer acquisition and dedicate resources separately for customer retention.</li>\r\n <li>Grow the SaaS subscription ecosystem, take more applications on-board, and promote mutual offers.</li>\r\n <li>Run for rundles—bundle up products, features, and multiple applications in budgeted pricing.</li>\r\n <li>Find revenue growth solutions with usage-based and tiered pricing.</li>\r\n <li>Offer customers more in less pricing.</li>\r\n <li>Optimize recurring revenue management with real-time revenue monitoring.</li>\r\n <li>Use AI-enabled revenue forecasting and boost sales, marketing, and product collaboration for it.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/\">Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries</a>\r\n<h3><strong>Marketing Resolutions</strong></h3>\r\nSaaS marketing is content marketing. Anything that you expect from this year will be driven when marketing goals around digital media marketing channels.\r\n\r\nAfter the pandemic, customers are exposed to more choices and options that can easily replace your SaaS product. In this age of varieties and selections, value followed by personalization are the only magnets that can not only attract the customers but they play the actual role in retaining the customers.\r\n\r\nThe digital transformation of the marketing landscape has blurred the segregation lines between sales, marketing, and customer service and support.\r\n\r\nKeeping the above-mentioned dynamics for SaaS marketing, here are a few of the SaaS marketing resolutions that can be followed by not only SaaS products but other businesses can also tailor them as their goals for 2021:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>In addition to the content for digital media also use the knowledgebase as your marketing content.</li>\r\n <li>Capture the market streams, promote the value of the SaaS product vertical wise.</li>\r\n <li>Become more relevant, include more reviews and testimonials as your social proof.</li>\r\n <li>Persuade visitors in their own territories, try influencer marketing.</li>\r\n <li>Automate the marketing processes and practices with all-rounder marketing automation and management solutions.</li>\r\n <li>Invest smartly into paid promotions to gain higher visibility while swaying the choice preferences of the users.</li>\r\n <li>Stay client-centric and include more human interactions with live events, direct email marketing, and social media communications.</li>\r\n <li>Convert interaction into personalized experience, offer a private or guided tour or demo of the SaaS product before signup.</li>\r\n <li>Use AI-enabled modules and marketing metrics for predictive analysis of user behaviors, the performance of marketing channels, and ROI for marketing.</li>\r\n <li>Optimize marketing as a mobile-first approach.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">Subscription Rundles—The Future of Subscription Business Is Here…</a>\r\n<h3><strong>Sales Resolutions</strong></h3>\r\nIn general, sales is the most prior business process that requires a robust goal setting to meet the revenue targets for a year. In the SaaS business, sales and marketing are usually no two separate departments and they work in synergy. However, SaaS sales teams have some specific and defined objectives as compare to the SaaS marketing team.\r\n\r\nSaaS sales resolutions are not about planning the sales objectives, they are the triggers that would create a bigger picture at a bigger canvas that covers all the resources, skills, and means needed to reach out to that target. Let’s see what you can aim to achieve to boost your SaaS sales this year:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Transactional, enterprise, or customer-based, select an appropriate SaaS sales model.</li>\r\n <li>Furnish the skills of SaaS sales teams, train them to become tech-savvy, understand the value of the SaaS product, stay customer-oriented, build networking skills, and monitor their growth as well as sales prospects using data analytics and SaaS sales intelligence.</li>\r\n <li>Align SaaS sales with marketing, support, and product development teams</li>\r\n <li>Plan a distinct smart customer approach and corresponding sales strategy for customer acquisition and customer retention with separate teams and dedicated targets.</li>\r\n <li>Optimize the SaaS sales process and sales communication and dedicate a resource to monitor it consistently.</li>\r\n <li>Automate SaaS sales pipeline management, leverage data from the recurring billing software.</li>\r\n <li>Compensate SaaS sales teams with attractive packages, reward them with better commissions, compensations, and growth.</li>\r\n <li>Focus on SaaS re-sell, upsell, and cross-sell strategies, keep the marketing, support, and product development teams in the loop to develop long-term strategies.</li>\r\n <li>Keep measuring and monitoring the SaaS sales processes, teams, and goals hitting with SaaS sales intelligence tools.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h3><strong>Customer Management Resolutions </strong></h3>\r\nSaaS customer base is not a one-night stand. It should be taken as a long-term marriage with commitments and responsibilities towards each other. Enhance customer relationships with personalized interactions is the key to business success.\r\n\r\nSaaS businesses should strive to boost customer satisfaction. Build a list of resolutions for customer success managers is great to help them handle their priorities well for a successful run at the customer front.\r\n\r\nNot only the customer service managers, but each team should also be oriented with the customer-centric approach to look for improvements in customer retention in 2021.\r\n\r\nHere are our top 10 New Year’s resolutions to strengthening relationships with the customers in 2021:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Foremost, create a customer-centric culture across the departments and teams.</li>\r\n <li>Profile customers and map their journey using different use cases, customer segments, and personas.</li>\r\n <li>Keep data centralized and updated so the customer service executive never disappoints the customer.</li>\r\n <li>Continue monitoring customer activities, use cognitive technology to predict customer preferences, behaviors, and test what works best.</li>\r\n <li>Take all onboard and create a seamless and omnichannel customer experience platform.</li>\r\n <li>Optimize customer support for easier, faster, and better communications using automated responses, chatbots, etc.</li>\r\n <li>Use feedback, queries, concerns, and suggestions to improve product and personalization.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n<h3><strong>Product Revamp Resolutions</strong></h3>\r\nSaaS product is not a static product. It continues to develop. Here are your top resolutions to make your product stronger and better:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Detect and Repair the loopholes in the SaaS product.</li>\r\n <li>Make the product more agile and customizable for integrations.</li>\r\n <li>Use customer feedback to make SaaS seamless and efficient.</li>\r\n <li>Develop industry-specific solutions in SaaS.</li>\r\n <li>Set measurable monthly goals for product development.</li>\r\n <li>Compare and compete for the cost, quality, and performance of your product in the SaaS market.</li>\r\n <li>Develop roadmaps for improved efficiency.</li>\r\n <li>Make SaaS products more secure and strong against data-breach or other digital frauds.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/saas-and-subscription-based-startups-are-more-prone-to-business-risks-learn-how/\">SaaS and Subscription-Based Startups are More Prone to Business Risks, Learn How</a>\r\n<h3><strong>Performance Monitoring and Productivity Resolutions</strong></h3>\r\nBusinesses cannot grow until the organizations focus on their parameters to check their progress, growth, performance as a company and as a workforce. Businesses perform well when their teams can resolve their conflicts, are accountable for their activities, are motivated, and are rewarded.\r\n\r\nKeep your teams, departments, and stakeholders on one page set these resolutions for performance monitoring and workplace productivity:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automate the administrative tasks to bring work efficiency.</li>\r\n <li>Use cloud applications for team and project monitoring and management and trust over the data-driven performance reports only.</li>\r\n <li>Train the workforce for remote, smart, and faster working.</li>\r\n <li>Hire and retain the right talent with new-age skills like creative thinking, problem-solving, emotional intelligence, and networking.</li>\r\n <li>Offer breathing space at the workplace and allow healthy activities to bond together.</li>\r\n <li>Facilitate workers with necessities like food, commute, etc.</li>\r\n <li>Encourage a paperless environment for a healthy ecosystem. Organize, collaborate, and communicate, digitally.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/2021-reminder-boost-subscription-growth-with-the-demonstrated-advice-and-support-from-subscriptionflow/\">2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow</a>\r\n<h4><strong>Wrapping up…</strong></h4>\r\nNew year is the time when each year we start to dream of success, growth, and prosperity with a different perspective. It is the time that encourages individuals and businesses to begin the dedicated effort in a direct direction.\r\n\r\nThe SaaS industry has already on a track to flourish more with each day passing by. It is time to collaborate, connect, and communicate more with the workforce, customers, stakeholders as well as other SaaS networks.\r\n<h4><strong>Happy New Year SaaS Family!</strong></h4>','Key Business Processes, Key Resolutions—Gear up to Skyrocket the SaaS Subscription Growth This Year','','publish','open','open','','key-business-processes-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year','','','2021-01-04 11:23:45','2021-01-04 11:23:45','',0,'https://staging.subscriptionflow.com/?p=4411',0,'post','',0),(4414,1,'2021-01-01 14:33:24','2021-01-01 14:33:24','','Key-Business-Processes-for-Subscription-Growth','','inherit','open','closed','','key-business-processes-for-subscription-growth','','','2021-01-01 14:33:33','2021-01-01 14:33:33','',4411,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg',0,'attachment','image/jpeg',0),(4417,1,'2021-01-04 11:52:52','2021-01-04 11:52:52','2020 would be remembered in history as one of the times where mankind, in general, lost their tracks to wellness, success, and profusion as well as found new paths to achievement, sustainability, and growth in different directions. The economy is one of them.\r\n\r\nInitially, 2020 loomed the threats to existence and plunged the revenue and growth across many sectors still plenty of businesses who had switched to the subscription model earlier or during COVID spells reported improvement in numbers and progression.\r\n\r\nThe subscription business model was the winner of 2020 and garnered a generation of subscribers. And, the biggest challenge 2021 brought to the subscription businesses is to retain their COVID-era customer base.\r\n\r\nCOVID has quite an impact on customer purchasing patterns and actions to prioritize the products and services as their needs or wants. The coronavirus outbreak grew tech advancement and dependency with remote-working, self-service, and customer expectation for personalized solutions.\r\n\r\nWill the same drifts continue in 2021?\r\n\r\nExperts suggest it as a change that evolved in behaviors and would remain here until some other paradigm shifts influence our civilization, again, with more impact than COVID.\r\n\r\nSo, folks, it is time to reinvent yourselves and gear up for some robust subscription business management solutions. It is time to get over the economic downturn from 2020 and offer flexible consumption cum subscription options for the customers of today and tomorrow as well.\r\n\r\nHeading into a new year would bring so many subscription solutions that help subscription businesses to grow their business and form more partnerships and associations. Furthermore, the proliferation of cognitive technology has also laid a foundation for the stronger subscription business model with an emphasis on customer retention.\r\n<h3><strong>Breaking Down the Subscription Business Management in 2021</strong></h3>\r\nSubscription business management encompasses many aspects related to operating a subscription business and managing multiple business processes. Subscription businesses can broadly be categorized into three types: Physical goods subscriptions, digital products subscriptions, and services as a subscription.\r\n\r\nManagement of any type of subscription business is all about taking the charge of planning, organizing, directing, and controlling the business\'s resources so they can meet the objectives of the policy. The key business processes that need to be managed in any business include:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Product Development or Procurement</li>\r\n <li>Marketing</li>\r\n <li>Sales</li>\r\n <li>Accounting and Finance</li>\r\n <li>Admin and HR</li>\r\n <li>Fulfillment</li>\r\n <li>Technical Support</li>\r\n <li>Customer Service</li>\r\n</ul>\r\n[/su_list]\r\n\r\nSubscription business management is no different. The only difference here is an addition of another process called subscription management and all the above-mentioned business processes work in association with subscription management.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/key-business-processes-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year/\">Key Business Processes, Key Resolutions—Gear up to Skyrocket the SaaS Subscription Growth This Year</a>\r\n<h3><strong>What is Subscription Management and How Does it Work?</strong></h3>\r\nSubscription Management is the key process of a subscription business. It deals with the management of subscription cycles.\r\n\r\nIt can formally be defined as;\r\n\r\n“the process of monitoring and managing the products or services sold to the customers on a recurring basis as a daily, weekly, monthly, quarterly, or annual subscription.”\r\n\r\nFrom managing the trials or free-testing to managing the recurring billing and mid-of-the cycle subscription changes, it covers all the aspects of the customer life cycles from beginning till the end or restarting.\r\n\r\nA subscription cycle is a journey that begins when a customer signs up for a product or a service on a recurring basis for a definite period, called a subscription term. At the end of the subscription term, the subscription cycle is completed when the subscribe chooses not to continue with the subscription.\r\n\r\nThe subscription businesses need to strive to retain the customers by offering them exclusively tailored re-subscriptions or subscription upgrade plans.\r\n\r\nThis is why subscription management is a complicated and continuous process of keeping the subscribers on-board, facilitating them with optimized pricing, billing, and upgrade offers, and using the customer’s data to provide enhanced customer experience while collaborating with other business processes.\r\n\r\nWith hundreds of subscribers and longer billing cycles, subscriptions cannot be managed manually. Ordinary invoicing and billing cycles are not enough to manage the complexities of recurring billing and payment processing.\r\n\r\nSeveral tools are available in the market that can be used to manage subscriptions and subscriber’s lifecycles. These are called subscription management software or recurring billing software.\r\n<h3><strong>Start the Easy Way—Automate Subscription Management</strong></h3>\r\nYes, subscription management is an intricate process but it is up to the subscription merchants how they choose to manage their subscriptions. It is an age of optimizing the business processes with quick hacks and tech solutions.\r\n\r\nGet rid of the complex spreadsheets, time-consuming calculations, and find peace of mind with quick, transparent, and automated subscription management.\r\n\r\nAnd, to automate recurring billing processing and subscription cycle, subscription management software is an ideal solution.\r\n\r\nSubscription Management Software is also known as Subscription billing SaaS, Subscription Management System, Recurring Billing Software, etc.\r\n\r\nSubscription software is used to automate the subscription billing and manage the key subscription processes like creating a subscription against the product or plan, manage the customer data for invoicing, billing, and payment processing, calculating the usage or fixed pricing after every interval when the billing cycle hits, generating or customizing an automated device to be sent to the customer, etc.\r\n\r\nRecurring invoicing and billing and subscription cycle management is one part of the subscription management software. Today, more and more subscription software can process the recurring payments to allow merchants to receive subscription payments directly to their accounts when integrated with the payment gateways.\r\n\r\nPayment gateway integration streamlines the recurring billing with recurring payment processing.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>\r\n<h3><strong>SubscriptionFlow—360-Degree Subscription Solutions In One-Place</strong></h3>\r\nSubscriptionFlow is a subscription management software that induces automation in the recurring billing and payment processing for the subscriptions. As a cloud-based, automated, and flexible recurring billing and subscription management platform, it offers highly customized solutions for invoicing, billing, and payment processing with a range of integrations to streamline the workflows for revenue operations.\r\n\r\nSubscriptionFlow allows subscription-based businesses to create, manage, and automate the subscription billing and payment processing for their products or services.\r\n\r\nIt is a SaaS subscription management platform that can\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Create multiple plans against the products</li>\r\n <li>Set a billing model for optimized pricing</li>\r\n <li>Customize invoicing</li>\r\n <li>Prorate subscription billing</li>\r\n <li>Automate charging a customer against the subscription</li>\r\n <li>Facilitate online payments directly to the merchant accounts</li>\r\n <li>Automate billing and payment reminders</li>\r\n <li>Schedule revenue recovery</li>\r\n <li>Integrate several payment gateways</li>\r\n <li>Connect several marketing, sales, finance, and other third-party cloud-applications</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Getting Started with SubscriptionFlow in 2021</strong></h3>\r\nIf you are a SaaS vendor looking for recurring billing software that can optimize metered billing for users or you are a subscription box merchant who wants to allow their users to customize their subscription box and its billing, SubscriptionFlow is all you need for automated recurring billing and payment processing you need to provide customers best and budgeted subscription services.\r\n\r\nBegin your subscription billing journey with SubscriptionFlow and head to the success and growth opportunities with automated subscription management while saving your time, resources, and efforts.\r\n\r\nUsing any of the four ways, subscription businesses can begin their recurring billing management:\r\n<h3><strong>Register for Guided Demo</strong></h3>\r\nSubscriptionFlow is a team of tech ninjas and subscription consultants. Take the assistance of these geeks and learn about the personalized solutions SubscriptionFlow offers for your business.\r\n\r\nHead to the SubscriptionFlow site and click on the ‘Schedule a Demo’ tab at the upper left of the page:\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\"><img class=\"aligncenter wp-image-4420 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png\" alt=\"SF1\" width=\"1366\" height=\"768\" /></a></p>\r\nSelect your preferred time and schedule a 30-minute one-on-one meeting with our subscription consultants and explore the opportunities and benefits in automated subscription management from the platform of SubscriptionFlow.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4421 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png\" alt=\"SF2\" width=\"1366\" height=\"768\" /></p>\r\n\r\n<h3><strong>Self-Explore—Proceed to Demo</strong></h3>\r\nIt is said that one never knows what they want until they walk through the path.\r\n\r\nTo test demo yourself, navigate the ‘Proceed to Demo’ tab at SubscriptionFlow site and hit the button to proceed to demo.\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/demo/\"><img class=\"size-full wp-image-4422 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png\" alt=\"SF3\" width=\"1366\" height=\"768\" /></a></p>\r\nClicking on the tab will land you on an online form that requires you to fill in the following details.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4423 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png\" alt=\"SF4\" width=\"1366\" height=\"768\" /></p>\r\nYou are all set to test the SubscriptionFlow yourself. SubscriptionFlow is a highly accessible, responsive, and user-friendly automated subscription management platform and it is not a great deal even for a newbie to explore its functions and features. From its easy and customizable dashboard to a simpler interface, users can themselves explore different jobs within the online application.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4424 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png\" alt=\"SF5\" width=\"1366\" height=\"768\" /></p>\r\n\r\n<h3><strong>Get a 14-Day Free Trial</strong></h3>\r\nSubscriptionFlow plans are simple and applicable. Beginning with a 14-day free trial, get a SubsriptionFlow subscription, absolutely, free.\r\n\r\nLand to the SubscriptionFlow site and hit the ‘Try It Free’ button.\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/register/\"><img class=\"size-full wp-image-4425 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png\" alt=\"SF6\" width=\"1366\" height=\"768\" /></a></p>\r\nA new page appears. Provide the details and hit the ‘Request Trial Account’ Tab.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4426 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png\" alt=\"SF7\" width=\"1366\" height=\"768\" /></p>\r\nAs soon as you hit the tab, an automated email containing the link to your SubscriptionFlow’s free 14-day trial account will be sent to your provided email address.\r\n\r\nAll you need is to click through it and start setting up your subscription management with all the features and functions enabled and 24/7 support available at <a href=\"mailto:support@staging.subscriptionflow.com\">support@staging.subscriptionflow.com</a>.\r\n<h3><strong>Subscribe to SubscriptionFlow</strong></h3>\r\nThe lifetime commitment for stellar subscription management begins as soon as you end your free demo or trial account for SubscriptionFlow.\r\n\r\nNavigate Pricing at the SubscriptionFlow site and choose a plan that works best for your business. We offer the following three customizable plans:\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/pricing/\"><img class=\"size-full wp-image-4427 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png\" alt=\"SF8\" width=\"1188\" height=\"2134\" /></a></p>\r\nHitting the ‘Buy Now’ tab will take you to the checkout page. Fill in the required personal, billing, and payment details and proceed.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4428 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png\" alt=\"SF9\" width=\"1366\" height=\"2664\" /></p>\r\nYou will be sent an automated email containing the link to your SubscriptionFlow account at your provided email address.\r\n\r\nAll you need is to click through it and start setting up your subscription management with all the features and functions enabled and 24/7 support available at <a href=\"mailto:support@staging.subscriptionflow.com\">support@staging.subscriptionflow.com</a>.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/\">07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses</a>','Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021','','publish','open','open','','subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021','','','2021-01-04 11:52:52','2021-01-04 11:52:52','',0,'https://staging.subscriptionflow.com/?p=4417',0,'post','',0),(4420,1,'2021-01-04 11:37:53','2021-01-04 11:37:53','','SF1','','inherit','open','closed','','sf1','','','2021-01-04 11:38:05','2021-01-04 11:38:05','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png',0,'attachment','image/png',0),(4421,1,'2021-01-04 11:40:37','2021-01-04 11:40:37','','SF2','','inherit','open','closed','','sf2','','','2021-01-04 11:40:49','2021-01-04 11:40:49','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png',0,'attachment','image/png',0),(4422,1,'2021-01-04 11:41:19','2021-01-04 11:41:19','','SF3','','inherit','open','closed','','sf3','','','2021-01-04 11:41:29','2021-01-04 11:41:29','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png',0,'attachment','image/png',0),(4423,1,'2021-01-04 11:42:01','2021-01-04 11:42:01','','SF4','','inherit','open','closed','','sf4','','','2021-01-04 11:42:11','2021-01-04 11:42:11','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png',0,'attachment','image/png',0),(4424,1,'2021-01-04 11:42:33','2021-01-04 11:42:33','','SF5','','inherit','open','closed','','sf5','','','2021-01-04 11:42:42','2021-01-04 11:42:42','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png',0,'attachment','image/png',0),(4425,1,'2021-01-04 11:43:11','2021-01-04 11:43:11','','SF6','','inherit','open','closed','','sf6','','','2021-01-04 11:43:22','2021-01-04 11:43:22','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png',0,'attachment','image/png',0),(4426,1,'2021-01-04 11:43:45','2021-01-04 11:43:45','','SF7','','inherit','open','closed','','sf7','','','2021-01-04 11:43:54','2021-01-04 11:43:54','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png',0,'attachment','image/png',0),(4427,1,'2021-01-04 11:44:36','2021-01-04 11:44:36','','SF8','','inherit','open','closed','','sf8','','','2021-01-04 11:45:00','2021-01-04 11:45:00','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png',0,'attachment','image/png',0),(4428,1,'2021-01-04 11:45:25','2021-01-04 11:45:25','','SF9','','inherit','open','closed','','sf9','','','2021-01-04 11:45:47','2021-01-04 11:45:47','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png',0,'attachment','image/png',0),(4430,1,'2021-01-04 11:51:35','2021-01-04 11:51:35','','How-to-Get-Started-with-SubscriptionFlow-in-2021','','inherit','open','closed','','how-to-get-started-with-subscriptionflow-in-2021','','','2021-03-26 07:17:37','2021-03-26 07:17:37','',4417,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg',0,'attachment','image/jpeg',0),(4454,1,'2021-01-06 11:58:33','2021-01-06 11:58:33','The loss of hard-earned money sounds dreadful to every subscription business. It isn’t always necessary that the loss occurs due to any major imprecision or drastic damage. Often, it is the steady drip of small losses, here and there, that creates a mammoth gap of earned revenue and profit.\r\n\r\nThe base of the subscription businesses is recurrence. And, recurrence is everywhere—from operations to management to customers and billing to payments to revenue monitoring. It often happens when the subscription businesses grow their targeted market and expand their customer base, they lose track and miss the management of the weak points from where the revenue has started dripping. Over time, the leakage hole is stretched and sweeps away quite a revenue.\r\n\r\nIt is called revenue leakage that can be occurred for several reasons and often are hard to control. It looms countless threats for subscription businesses. It is inevitable for the subscription businesses to keep tracking and mitigating the small losses due to revenue leakages by building control around them.\r\n\r\nThis article focuses on all the temporal, casual, and proximal causes of revenue losses in any subscription business and the ways that can plug the revenue leakage and minimizes the reparations to the recurring revenue streaming. We also take a look at how revenue leakages can be damaging to the growth and management of the subscription businesses.\r\n<h3><strong>What is Revenue Leakage?</strong></h3>\r\nIn simpler words, Revenue Leakage is the loss of money. It could be any unnoticed and unintended loss of revenue businesses allow to slip through their fingers due to mismanagement, negligence, or errors in handling expenses, customers, barriers in earnings, delays in payments, and operations of subscriptions.\r\n\r\nSmall-scale or enterprise—the revenue leakage is not a friendly term for the subscription business.\r\n\r\nSome reports suggest quite an increase in the revenue leakages. Last year, MGI reported more than 40 percent leakage in the revenue companies has been suffering as their overall monthly or annual recurring revenue increases.\r\n\r\nThis is quite a higher rate and could be devastating to business growth. Small businesses and startups cannot survive the depreciating profits due to the revenue leakage. On the other hand, even a small percentage of the revenue loss is daunting for the bigger subscription businesses.\r\n\r\nFor instance, a company is earning USD50M a year and at the same time is experiencing a revenue leakage as high as 10 to 15 percent. It means the business is suffering whopping preventable losses for USD5M to USD7.5M a year that can add up quite an impact to its bottom line.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4456 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg\" alt=\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business\" width=\"1010\" height=\"1026\" /></p>\r\n\r\n<h3><strong>How to Identify the Key Origins of Revenue Leaks</strong></h3>\r\nRevenue leaks often would not be identified until their impact has become enormous. Studies found the 90 percent of the companies are not able to trace the revenue leakages themselves. Mostly, some are very basic in their conduct whereas some could be complicated and are hard to identify or even to cope with.\r\n\r\nBut there are some ways that can make it quite simpler and optimize the process of identification, recouping, and prevention of losses by inspecting the weak points in the business conduct, revenue streaming, analyzing process, and management.\r\n\r\nIt is always not as easy to find these leaks but there are some ways that can help the businesses to track if there would be any escapes from where the revenue is slipping slowly and gradually:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Data Mining</strong>—Sieving through the subscription growth, transactions, conversions, and recurring billing data can help subscription businesses to trace the gaps that are becoming the reasons for revenue flows.</li>\r\n <li><strong>Unusual Anomalies</strong>—Unusual numbers reveal themselves. Often, the slight differences when overlooked for long, they start appearing in the sheets as some anomalies that require scrutinization.</li>\r\n <li><strong>Following Up</strong>—Following up with lead qualification, lead scoring, customer statuses, payment delays or declines, and queries also assure the well-being of revenue channels.</li>\r\n <li><strong>Third-Party Data Sharing</strong>—Using business intelligence tools and analytics from other applications for sales, marketing, finance, and support in addition to the subscription management and leveraging their data also help to amend the leakage points.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>What Causes the Revenue Leakages in the Subscription Business?</strong></h3>\r\nAs we have discussed, there could be several reasons that can cause the revenue to flow through the leakage points. However, experts have identified the following few causes that increasingly intruding the revenue goals due to unintended and unnoticed losses. Here are the six prime roots that are sucking the revenue bit by bit:\r\n<ol>\r\n <li>\r\n<h4><strong>Discrepancies in Q2C Contracted Value Due to Gap Between Quoted Amount and Billing Amount</strong></h4>\r\n</li>\r\n</ol>\r\nQ2C or Quote to Cash process in the subscription business is an intricate process where the gap between what was the final quote at the time of contract easily lost track and can drastically be different from what is billed at the end of the term. The discrepancies that cause a depreciation towards the revenue target are the result of the revenue leakage dripping at different points as negligible losses and impact overall contracted value.\r\n<ol start=\"2\">\r\n <li>\r\n<h4><strong>Consumption Leakage in Metered Billing With the Difference Between What is Used and What is Build</strong></h4>\r\n</li>\r\n</ol>\r\nPay-per-use, metered, or usage-based billing is one of the most flourishing trends particularly for the SaaS and subscription businesses as it allows them to cater to every customer and let earn more by charging different features separately or allowing users to consume more so they can be charged more. However, this model has its own drawbacks, too. As the customers are getting more conscious of their use and keep their eyes on the recurring billing meter, it is causing consumption leakage as well. This is the loss of revenue that can be earned but couldn’t.\r\n<ol start=\"3\">\r\n <li>\r\n<h4><strong>Forceful Churn—The System Deficiency to Identify and Measure the Customer For the Renewal Process</strong></h4>\r\n</li>\r\n</ol>\r\nInvoluntary or forceful churn is the most excruciating loophole in an unintentional flow of the revenue through the leak points. When the payments get declined for any reason, often the accounts for the customers are suspended.\r\n\r\nOften the billing and revenue management systems are unable to find the risky customers and measure their potential to identify whom to consider during the renewal process. The system deficiency to select the right customers for the auto-renewal process often cause the loss of the right customer that can become a healthy source of recurring revenue streaming.\r\n<ol start=\"4\">\r\n <li>\r\n<h4><strong>Repeated Customers Using Trials and Free-Features </strong></h4>\r\n</li>\r\n</ol>\r\nCompanies offer their physical as well as digital products to the customers to test and then continue with the paid plan with more features or benefits. But, this can become a cause of revenue leakages if there is no check and balance system to track the users who are taking the free-trials again and again via multiple email accounts or contact numbers and are not converting into a source of revenue.\r\n<ol start=\"5\">\r\n <li>\r\n<h4><strong>Cost Leakages Due to Charging Customers When their Credit Cards Expired</strong></h4>\r\n</li>\r\n</ol>\r\nCost leakages due to various reasons incur more dent to the revenue growth. One such slip of revenue is due to charging the expired credit card. Every time a credit card is charged, payment gateway charges too. Every re-attempt costs and overtime, it multiples into a bigger figure.\r\n<ol start=\"6\">\r\n <li>\r\n<h4><strong>Unchecked Manual Recurring Billing Errors In Complicated Spreadsheets</strong></h4>\r\n</li>\r\n</ol>\r\nSubscription billing and payment processing is a complicated process and when the business grows its bottom line, it becomes difficult to manage the recurring billing, manually.\r\n\r\nSome of these errors and incompetencies are frequent in the manual recurring billing and payment processing:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Incorrect data entries</li>\r\n <li>Unsent invoices</li>\r\n <li>Untracked payments</li>\r\n <li>Unclear payment timeframes</li>\r\n <li>Unmonitored profitability</li>\r\n <li>Unchecked generous discounts</li>\r\n <li>Untransparent spreadsheets</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/\">From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management</a>\r\n<h3><strong>How to Plug the Recurring Revenue Leakages?</strong></h3>\r\nMitigating the revenue leakages requires to take some robust action on a larger scale that can combat the loss of the recurring revenue through increased surveillance at multiple checkpoints—from uninterrupted monitoring of payment and conversion follow-ups to mining the data and finding the unnoticed revenue sources that can turn into a profitable turning point for the revenue growth.\r\n\r\nSome of these are:\r\n<ul>\r\n <li>\r\n<h4><strong>Build Controls Around Revenue Leaks and Profit Losses</strong></h4>\r\n</li>\r\n</ul>\r\nSubscription businesses are required to build controls around some of the following essential revenue leakage points. These controls can be part of the management of subscription processes, subscription software, or risk analysis process:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Control around the Q2C process to track the negative difference between the quoted amount and the billing amount in real-time.</li>\r\n <li>Control to find the consumption leakage with the monitoring of the resources so that it can be measured that what has been used and what has been built.</li>\r\n <li>Control around the auto-renewal process to constrain the forceful churn.</li>\r\n <li>Control to mitigate the repeated trials of the customers.</li>\r\n <li>Control around the causes of the payment declines to mitigate cost leakages.</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><strong>Eradicate Revenue Errors—Automate and Optimize Subscription Billing Process</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the age of the subscription economy. The SaaS and subscription businesses are dealing with the customers in millions and billions and they charge them for months and months. Manual billing is now obsoleting and replacing the manual billing landscape with overwhelming subscription management software.\r\n\r\nThe subscription software automates the recurring billing from generating an invoice to charge a customer for payment processing and allows the subscription business managers to leverage the cognitive technology to find the revenue leakages in real-time and offers suggestions and recommendations to mitigate them.\r\n\r\nFor instance, SubscriptionFlow is an automated subscription billing platform that offers Ai-enabled modules to optimize billing and payment processing with features like pricing engine, multiple billing models for customized billing, leveraging data to streamline other RevOps. SubscriptionFlow also offers intelligent dunning management solutions to recover revenue by suggesting scheduled and targeted payment re-tries to avoid cost leakages.\r\n<ul>\r\n <li>\r\n<h4><strong>Enable Recurring Billing Software to Combat Involuntary Churn and Preserving Revenues</strong></h4>\r\n</li>\r\n</ul>\r\nWhen the customer base has grown in horizontal and vertical directions, often businesses turn their eyes from focusing on operational diligence and forget to preserve all the revenues that can be owed.\r\n\r\nThe subscription businesses must know that their revenue vessels are not leak-proof. The best way to identify even the small leaks in the revenue stream is to enable the recurring billing software to combat some of the most threatening subscription revenue streaming issues including churn and loss of revenue due to unnoticed changes that can turn into revenue anomalies overtime.\r\n\r\nWith SubscriptionFlow, optimize your recurring billing process and see everything going around in the subscription system with the highly customized dashboard. From monitoring the subscription analytics to get the real-time reports and identifying the status of the payments to the subscription health of the subscribers, SubscriptionFlow offers several solutions to plug the revenue leakage.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/\">Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021</a>','The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming','','publish','closed','closed','','the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming','','','2021-06-04 10:43:03','2021-06-04 10:43:03','',0,'https://staging.subscriptionflow.com/?p=4454',0,'post','',0),(4456,1,'2021-01-06 11:55:13','2021-01-06 11:55:13','','Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business','','inherit','open','closed','','six-prime-causes-of-revenue-leakages-in-the-subscription-business','','','2021-01-06 11:55:24','2021-01-06 11:55:24','',4454,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg',0,'attachment','image/jpeg',0),(4468,1,'2021-01-07 10:27:28','2021-01-07 10:27:28','<p>[vc_row css=\".vc_custom_1610015324278{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/6\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Accommodate Multiple Payment Methods and Different Currencies with these Payment Gateways\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" ael_class=\"p18 pc1\" css=\".vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Enhance customer’s buying experience with payment gateways offered in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> for a secure and fast payment processing[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 payment-gate-new\"][vc_column][vc_custom_heading text=\"We support Recurring Payments across 150+ countries\" css=\".vc_custom_1610015264513{padding-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 payment-gate-new\"][vc_column width=\"1/4\"][vc_raw_html]JTNDbGFiZWwlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fbGFiZWwlMjIlM0VDaG9vc2UlMjBhJTIwY291bnRyeSUzQyUyRmxhYmVsJTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc2VsZWN0JTIwaWQlM0QlMjJjb3VudHJ5LXNlbGVjdG9yJTIyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3NlbGVjdCUyMiUyMGRhdGEtZmlsbHItaWQlM0QlMjI2MzY5ODM4OTMlMjIlMjBkYXRhLWZpbGxyJTNEJTIyYm91bmQlMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnVuaXRlZC1zdGF0ZXMlMjIlMjBpZCUzRCUyMnVuaXRlZC1zdGF0ZXMlMjIlM0VVbml0ZWQlMjBTdGF0ZXMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnVuaXRlZC1raW5nZG9tJTIyJTIwaWQlM0QlMjJ1bml0ZWQta2luZ2RvbSUyMiUzRVVuaXRlZCUyMEtpbmdkb20lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmNhbmFkYSUyMiUyMGlkJTNEJTIyY2FuYWRhJTIyJTNFQ2FuYWRhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJhdXN0cmFsaWElMjIlMjBpZCUzRCUyMmF1c3RyYWxpYSUyMiUzRUF1c3RyYWxpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyYW5kb3JyYSUyMiUyMGlkJTNEJTIyYW5kb3JyYSUyMiUzRUFuZG9ycmElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmF1c3RyaWElMjIlMjBpZCUzRCUyMmF1c3RyaWElMjIlM0VBdXN0cmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJiZWxnaXVtJTIyJTIwaWQlM0QlMjJiZWxnaXVtJTIyJTNFQmVsZ2l1bSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyYnJhemlsJTIyJTIwaWQlM0QlMjJicmF6aWwlMjIlM0VCcmF6aWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmJ1bGdhcmlhJTIyJTIwaWQlM0QlMjJidWxnYXJpYSUyMiUzRUJ1bGdhcmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJjcm9hdGlhJTIyJTIwaWQlM0QlMjJjcm9hdGlhJTIyJTNFQ3JvYXRpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyY3lwcnVzJTIyJTIwaWQlM0QlMjJjeXBydXMlMjIlM0VDeXBydXMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmN6ZWNoLXJlcHVibGljJTIyJTIwaWQlM0QlMjJjemVjaC1yZXB1YmxpYyUyMiUzRUN6ZWNoJTIwUmVwdWJsaWMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmRlbm1hcmslMjIlMjBpZCUzRCUyMmRlbm1hcmslMjIlM0VEZW5tYXJrJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJlc3RvbmlhJTIyJTIwaWQlM0QlMjJlc3RvbmlhJTIyJTNFRXN0b25pYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyZmlubGFuZCUyMiUyMGlkJTNEJTIyZmlubGFuZCUyMiUzRUZpbmxhbmQlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmZyYW5jZSUyMiUyMGlkJTNEJTIyZnJhbmNlJTIyJTNFRnJhbmNlJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJnZXJtYW55JTIyJTIwaWQlM0QlMjJnZXJtYW55JTIyJTNFR2VybWFueSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyZ2licmFsdGFyJTIyJTIwaWQlM0QlMjJnaWJyYWx0YXIlMjIlM0VHaWJyYWx0YXIlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmdyZWVjZSUyMiUyMGlkJTNEJTIyZ3JlZWNlJTIyJTNFR3JlZWNlJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJndWVybnNleSUyMiUyMGlkJTNEJTIyZ3Vlcm5zZXklMjIlM0VHdWVybnNleSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaG9uZy1rb25nJTIyJTIwaWQlM0QlMjJob25nLWtvbmclMjIlM0VIb25nJTIwS29uZyUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaHVuZ2FyeSUyMiUyMGlkJTNEJTIyaHVuZ2FyeSUyMiUzRUh1bmdhcnklM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmljZWxhbmQlMjIlMjBpZCUzRCUyMmljZWxhbmQlMjIlM0VJY2VsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJpbmRpYSUyMiUyMGlkJTNEJTIyaW5kaWElMjIlM0VJbmRpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaXNyYWVsJTIyJTIwaWQlM0QlMjJpc3JhZWwlMjIlM0VJc3JhZWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmlyZWxhbmQlMjIlMjBpZCUzRCUyMmlyZWxhbmQlMjIlM0VJcmVsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJpc2xlLW9mLW1hbiUyMiUyMGlkJTNEJTIyaXNsZS1vZi1tYW4lMjIlM0VJc2xlJTIwb2YlMjBNYW4lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMml0YWx5JTIyJTIwaWQlM0QlMjJpdGFseSUyMiUzRUl0YWx5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJqYXBhbiUyMiUyMGlkJTNEJTIyamFwYW4lMjIlM0VKYXBhbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyamVyc2V5JTIyJTIwaWQlM0QlMjJqZXJzZXklMjIlM0VKZXJzZXklM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmxhdHZpYSUyMiUyMGlkJTNEJTIybGF0dmlhJTIyJTNFTGF0dmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJsaWVjaHRlbnN0ZWluJTIyJTIwaWQlM0QlMjJsaWVjaHRlbnN0ZWluJTIyJTNFTGllY2h0ZW5zdGVpbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybGl0aHVhbmlhJTIyJTIwaWQlM0QlMjJsaXRodWFuaWElMjIlM0VMaXRodWFuaWElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmx1eGVtYm91cmclMjIlMjBpZCUzRCUyMmx1eGVtYm91cmclMjIlM0VMdXhlbWJvdXJnJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJtYWxheXNpYSUyMiUyMGlkJTNEJTIybWFsYXlzaWElMjIlM0VNYWxheXNpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybWFsdGElMjIlMjBpZCUzRCUyMm1hbHRhJTIyJTNFTWFsdGElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm1leGljbyUyMiUyMGlkJTNEJTIybWV4aWNvJTIyJTNFTWV4aWNvJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJtb25hY28lMjIlMjBpZCUzRCUyMm1vbmFjbyUyMiUzRU1vbmFjbyUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybmV0aGVybGFuZHMlMjIlMjBpZCUzRCUyMm5ldGhlcmxhbmRzJTIyJTNFTmV0aGVybGFuZHMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm5ldy16ZWFsYW5kJTIyJTIwaWQlM0QlMjJuZXctemVhbGFuZCUyMiUzRU5ldyUyMFplYWxhbmQlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm5vcndheSUyMiUyMGlkJTNEJTIybm9yd2F5JTIyJTNFTm9yd2F5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJwb2xhbmQlMjIlMjBpZCUzRCUyMnBvbGFuZCUyMiUzRVBvbGFuZCUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIycG9ydHVnYWwlMjIlMjBpZCUzRCUyMnBvcnR1Z2FsJTIyJTNFUG9ydHVnYWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnJvbWFuaWElMjIlMjBpZCUzRCUyMnJvbWFuaWElMjIlM0VSb21hbmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzYW4tbWFyaW5vJTIyJTIwaWQlM0QlMjJzYW4tbWFyaW5vJTIyJTNFU2FuJTIwTWFyaW5vJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzaW5nYXBvcmUlMjIlMjBpZCUzRCUyMnNpbmdhcG9yZSUyMiUzRVNpbmdhcG9yZSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyc2xvdmFraWElMjIlMjBpZCUzRCUyMnNsb3Zha2lhJTIyJTNFU2xvdmFraWElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnNsb3ZlbmlhJTIyJTIwaWQlM0QlMjJzbG92ZW5pYSUyMiUzRVNsb3ZlbmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzcGFpbiUyMiUyMGlkJTNEJTIyc3BhaW4lMjIlM0VTcGFpbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyc3dlZGVuJTIyJTIwaWQlM0QlMjJzd2VkZW4lMjIlM0VTd2VkZW4lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnN3aXR6ZXJsYW5kJTIyJTIwaWQlM0QlMjJzd2l0emVybGFuZCUyMiUzRVN3aXR6ZXJsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJ2YXRpY2FuLWNpdHklMjIlMjBpZCUzRCUyMnZhdGljYW4tY2l0eSUyMiUzRVZhdGljYW4lMjBDaXR5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGc2VsZWN0JTNF[/vc_raw_html][/vc_column][vc_column width=\"3/4\"][vc_raw_html]JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjB1bml0ZWQtc3RhdGVzJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXVzJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlVbml0ZWQlMjBTdGF0ZXMlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheW1lbnRzX3Byby5odG1sJTIyJTNFUGF5UGFsJTIwUGF5bWVudHMlMjBQcm8lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYXV0aG9yaXplLW5ldCUyRiUyMiUzRUF1dGhvcml6ZS5OZXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheWZsb3dfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmFtYXpvbl9wYXltZW50cy5odG1sJTIyJTNFQW1hem9uJTIwcGF5bWVudHMlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmN5YmVyc291cmNlLXJlY3VycmluZy1iaWxsaW5nJTJGJTIyJTNFQ3liZXJTb3VyY2UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGbm1pLmh0bWwlMjIlM0VOTUklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGYmx1ZXBheS5odG1sJTIyJTNFQmx1ZVBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZiYW1ib3JhLmh0bWwlMjIlM0VCYW1ib3JhJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRmVsYXZvbi5odG1sJTIyJTNFRWxhdm9uJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRm9yYml0YWwuaHRtbCUyMiUzRU9yYml0YWwlMjAlMjhDaGFzZSUyMFBheW1lbnRlY2glMjklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGdmFudGl2X3dvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUyMFVTJTIwZUNvbSUyOFZhbnRpdiUyMExpdGxlJTI5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwdW5pdGVkLWtpbmdkb20lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1nYiUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5VW5pdGVkJTIwS2luZ2RvbSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZwYXlwYWxfcGF5bWVudHNfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXltZW50cyUyMFBybyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZnb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGNhbmFkYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWNhJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDYW5hZGElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYXV0aG9yaXplLW5ldCUyRiUyMiUzRUF1dGhvcml6ZS5OZXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheW1lbnRzX3Byby5odG1sJTIyJTNFUGF5UGFsJTIwUGF5bWVudHMlMjBQcm8lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheWZsb3dfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRm1vbmVyaXMuaHRtbCUyMiUzRU1vbmVyaXMlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmN5YmVyc291cmNlLXJlY3VycmluZy1iaWxsaW5nJTJGJTIyJTNFQ3liZXJTb3VyY2UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZibHVlcGF5Lmh0bWwlMjIlM0VCbHVlUGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRmJhbWJvcmEuaHRtbCUyMiUzRUJhbWJvcmElM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGZWxhdm9uLmh0bWwlMjIlM0VFbGF2b24lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGb3JiaXRhbC5odG1sJTIyJTNFT3JiaXRhbCUyMCUyOENoYXNlJTIwUGF5bWVudGVjaCUyOSUyMCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZ2YW50aXZfd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTIwVVMlMjBlQ29tJTI4VmFudGl2JTIwTGl0bGUlMjklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBhdXN0cmFsaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1hdSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QXVzdHJhbGlhJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmF1dGhvcml6ZS1uZXQlMkYlMjIlM0VBdXRob3JpemUuTmV0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmVXYXkuaHRtbCUyMiUzRWVXYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheWZsb3dfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRnBpbi1wYXltZW50cy5odG1sJTIyJTNFUGluJTIwUGF5bWVudHMlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGFuZG9ycmElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1hZCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QW5kb3JyYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBhdXN0cmlhJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tYXQlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUF1c3RyaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwYmVsZ2l1bSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWJlJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlCZWxnaXVtJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwYnJhemlsJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tYnIlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUJyYXppbCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwYnVsZ2FyaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1iZyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QnVsZ2FyaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwY3JvYXRpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWhyJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDcm9hdGlhJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmdvY2FyZGxlc3MuaHRtbCUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGN5cHJ1cyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWN5JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDeXBydXMlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBjemVjaC1yZXB1YmxpYyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWN6JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDemVjaCUyMFJlcHVibGljJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmdvY2FyZGxlc3MuaHRtbCUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZGVubWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWRrJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlEZW5tYXJrJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBlc3RvbmlhJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tZWUlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUVzdG9uaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZmlubGFuZCUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWZpJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlGaW5sYW5kJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZnJhbmNlJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tZnIlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUZyYW5jZSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZnb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGdlcm1hbnklMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1kZSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5R2VybWFueSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZnb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGdpYnJhbHRhciUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWdpJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlHaWJyYWx0YXIlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGdyZWVjZSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWdyJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlHcmVlY2UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBndWVybnNleSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWdnJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlHdWVybnNleSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwaG9uZy1rb25nJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taGslMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUhvbmclMjBLb25nJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFZVdheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwaHVuZ2FyeSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWh1JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlIdW5nYXJ5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmdvY2FyZGxlc3MuaHRtbCUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBpY2VsYW5kJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taXMlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUljZWxhbmQlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGluZGlhJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taW4lMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUluZGlhJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBpc3JhZWwlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1pbCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SXNyYWVsJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGlyZWxhbmQlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1pZSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SXJlbGFuZCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwaXNsZS1vZi1tYW4lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1pbSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SXNsZSUyMG9mJTIwTWFuJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBpdGFseSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWl0JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlJdGFseSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwamFwYW4lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1qcCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SmFwYW4lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGYW1hem9uX3BheW1lbnRzLmh0bWwlMjIlM0VBbWF6b24lMjBQYXltZW50cyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZwYXltZW50LWdhdGV3YXlzJTJGY3liZXJzb3VyY2UtcmVjdXJyaW5nLWJpbGxpbmclMkYlMjIlM0VDeWJlclNvdXJjZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGplcnNleSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWplJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlKZXJzZXklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGxhdHZpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWx2JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMYXR2aWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbGllY2h0ZW5zdGVpbiUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWxpJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMaWVjaHRlbnN0ZWluJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbGl0aHVhbmlhJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbHQlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUxpdGh1YW5pYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZzdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBsdXhlbWJvdXJnJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbHUlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUx1eGVtYm91cmclMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRmdvY2FyZGxlc3MuaHRtbCUyMiUzRUdvQ2FyZGxlc3MlMjAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbWFsYXlzaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1teSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5TWFsYXlzaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBtYWx0YSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLW10JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlNYWx0YSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZnb2NhcmRsZXNzLmh0bWwlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbWV4aWNvJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbXglMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOU1leGljbyUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbW9uYWNvJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbWMlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOU1vbmFjbyUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMG5ldGhlcmxhbmRzJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbmwlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOU5ldGhlcmxhbmRzJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBuZXctemVhbGFuZCUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLW56JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlOZXclMjBaZWFsYW5kJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRmVXYXkuaHRtbCUyMiUzRWVXYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheWZsb3dfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGcGluLXBheW1lbnRzLmh0bWwlMjIlM0VQaW4lMjBQYXltZW50cyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMG5vcndheSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLW5vJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlOb3J3YXklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZnb2NhcmRsZXNzLmh0bWwlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRmVsYXZvbi5odG1sJTIyJTNFJTIwRWxhdm9uJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcGF5bWVudC1nYXRld2F5cyUyRmN5YmVyc291cmNlLXJlY3VycmluZy1iaWxsaW5nJTJGJTIyJTNFQ3liZXJTb3VyY2UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBwb2xhbmQlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1wbCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5UG9sYW5kJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHBvcnR1Z2FsJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tcHQlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVBvcnR1Z2FsJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjByb21hbmlhJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tcm8lMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVJvbWFuaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc2FuLW1hcmlubyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXNtJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlTYW4lMjBNYXJpbm8lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZ3b3JsZHBheS5odG1sJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBzaW5nYXBvcmUlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1zZyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U2luZ2Fwb3JlJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRmVXYXkuaHRtbCUyMiUzRWVXYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VCbHVlc25hcCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZhZHllbi1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZjeWJlcnNvdXJjZS1yZWN1cnJpbmctYmlsbGluZyUyRiUyMiUzRUN5YmVyU291cmNlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc2xvdmFraWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1zayUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U2xvdmFraWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZnb2NhcmRsZXNzLmh0bWwlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc2xvdmVuaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1zaSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U2xvdmVuaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRmRvY3MlMkZnb2NhcmRsZXNzLmh0bWwlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGFydG5lcnMlMkZjaGVja291dC1jb20lMkYlMjIlM0VDaGVja291dC5jb20lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZwYXlwYWwtcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFQmx1ZXNuYXAlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGYWR5ZW4tcmVjdXJyaW5nLXBheW1lbnRzJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZkb2NzJTJGd29ybGRwYXkuaHRtbCUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc3BhaW4lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1lcyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U3BhaW4lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHN3ZWRlbiUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXNlJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlTd2VkZW4lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXJ0bmVycyUyRmNoZWNrb3V0LWNvbSUyRiUyMiUzRUNoZWNrb3V0LmNvbSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHN3aXR6ZXJsYW5kJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tY2glMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVN3aXR6ZXJsYW5kJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGZ29jYXJkbGVzcy5odG1sJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBhcnRuZXJzJTJGY2hlY2tvdXQtY29tJTJGJTIyJTNFQ2hlY2tvdXQuY29tJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZicmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGcGF5cGFsLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRUJsdWVzbmFwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmFkeWVuLXJlY3VycmluZy1wYXltZW50cyUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyaHR0cHMlM0ElMkYlMkZzdGFnaW5nLnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGZG9jcyUyRndvcmxkcGF5Lmh0bWwlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRmRvY3MlMkZhbWF6b25fcGF5bWVudHMuaHRtbCUyMiUzRUFtYXpvbiUyMHBheW1lbnRzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwdmF0aWNhbi1jaXR5JTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tdmElMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVZhdGljYW4lMjBDaXR5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRnBheXBhbC1yZWN1cnJpbmctcGF5bWVudHMlMkYlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/servicedesk/customer/portal/1\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Payment Gateway New','','draft','closed','closed','','payment-gateway-new','','','2021-01-08 07:31:50','2021-01-08 07:31:50','',0,'https://staging.subscriptionflow.com/?page_id=4468',0,'page','',0),(4485,1,'2021-01-11 14:05:33','2021-01-11 14:05:33','In the subscription business, subscription retention refers to customer retention. Businesses offering products or services on a recurring basis are profoundly dependent on the customers to sustain the subscriptions for longer periods so they can stream maximum recurring revenue with the options to retain customers for the next periods through re-sells, cross-sells, upgrades, etc.\r\n\r\nIn the post-COVID world, businesses would increasingly depend on the customers to continue with them rather than driving efforts to acquire customers for every season. In 2021, businesses would be able to retain customers only when they dedicate their investment, efforts, and interests in exploring more about their customers and provide them all they want across the channels and in all the ways and persuade them to not only tap but also stay.\r\n\r\nTo get a better understanding of the next normal’s crests and curves, this article outlines critically evaluated some of the most recommended data-driven consumer predictions and actionable measures to drive sustainable customer retention with enhanced and personalized customer experience.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming/\">The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming</a>\r\n<h2><strong>Transforming Customer Behaviors and Shifting Focuses for Customer Retention</strong></h2>\r\nAfter the pandemic, a vast shift in customer behaviors and preferences has been observed. And, the change is surely not driven by the market itself rather it is the uncertainty towards the fluid times that has not only redesigned the change, it also roots the change to stay there for long.\r\n\r\nThis is why and this is how this change in customer behaviors has become the precursor to building new arenas for customer strategies. From product development to sales and marketing to customer service, the emergence of these trends is driving the focus towards the inevitable need to provide an elevated customer experience.\r\n\r\nIn the subscription business, it has more significance than any other business type.\r\n\r\nSo what this change is and why the companies need to adapt the understanding of these behaviors and experiences?\r\n\r\nPandemic alters the regular behaviors of customers thus it requires special focus to learn the post-COVID impacts on customer behaviors and tailor the marketing and customer strategies, accordingly. Different studies suggest some of these changes in the customer behaviors dictated by various physical, emotional, and psychological factors including uncertainty, fear, needs, etc.\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Improved Brand Loyalty</li>\r\n <li>Stockpiling and Amassing Habits</li>\r\n <li>Focus Shifts Towards Value and Essentials Only</li>\r\n <li>Attraction Towards Subscription and Recurring Billing Businesses</li>\r\n <li>Enhanced Customer Services Demand</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAll of the above-mentioned customer behaviors are customer-centric. Some of them are favorable to the businesses if they would continue to provide a great product with an enhanced customer experience and improved customer experience.\r\n\r\nTo do this, businesses need to gear their focuses towards monitoring consumer trends, adapting favorable business models, planning for business continuity, and ensuring retention across the boards including customers, employees, and all the stakeholders.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/\">Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021</a>\r\n<h3><strong>Predictions and Actions for Changing Customer Experience Preferences in 2021</strong></h3>\r\nWith the digital advancement coupled with the need to create a seamless experience, 2020 has already brought a lot of changes in business process management. These efforts were highly centric to infuse convenience that drives customer satisfaction and eventually retain customers. Continuing with the trends in 2020, here are a few predictions for 2021:\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Satisfaction and Customer Retention Will be the Prime Focus</strong></h4>\r\n</li>\r\n</ul>\r\nFor businesses like SaaS, cloud infrastructure maintenance, subscription retail, subscription box business, rentals, etc. customer satisfaction leads to customer retention is unarguably the prime focus. After the COVID, the trend has become the ultimate business growth goals for subscription businesses.\r\n\r\nThe subscription-based businesses are striving to turn every single lead into their recurring subscriber who can be turned into a loyal customer. Studies suggest that as many as 62% of businesses are willing to invest in solutions that offer enhanced customer experiences that include solutions like automated recurring billing and AI-enabled subscription management, automated sales and marketing management, proactive customer support, seamless checkout experiences, etc.\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Experience Is Going To Be A Major Competitive Advantage</strong></h4>\r\n</li>\r\n</ul>\r\nThe subscription is not a new concept but it grew manifolds because the subscription business, particularly, SaaS and the subscription video-on-demand platforms have not only adopted the subscription billing model but have also shifted their focuses towards improving customer experience.\r\n\r\nAs a result, they become able to garner more customers and keep them connected with their subscriptions for years and years.\r\n<ul>\r\n <li>\r\n<h4><strong>Brands Ensure Their Visibility At Any Channel Where Their Customers Can Be Found</strong></h4>\r\n</li>\r\n</ul>\r\nThe digital transformation of life and living after the pandemic pushes the organization to search and go to any channel where they can find their customers. Customers want companies to provide them exactly what they are looking for and at the channel where they are. Social media, email, search engine, calls, in-person interactions, bots, anyway—businesses should keep them prepared to reach out to the customers without interrupting their personal spaces by implementing more solutions available with cognitive technology.\r\n<ul>\r\n <li>\r\n<h4><strong>Proactive Customer Communications Boosts Conversion and Prevents Churn</strong></h4>\r\n</li>\r\n</ul>\r\nNo question is a silly question. Marketers must understand this. Customers are different so do their needs and related queries. The digital shift exposed the gap and insufficiency of the support system to serve customers with different needs. During the COVID, several companies report the loss of customers due to complicated checkouts, inaccessible information, unavailable tech support, etc. Proactive communications in 2021 would bridge the gap with automated customer service and support solutions.\r\n<ul>\r\n <li>\r\n<h4><strong>Increasing Use of Big Data to Uncover Valuable Insights Enhances Customer Experience</strong></h4>\r\n</li>\r\n</ul>\r\nCompanies have already buckled up to invest hugely in big data and AI/ML enabled solutions to explore the cores of their customer base, to reveal the secrets hidden in the structured and unstructured data sets in the fractions of a second, and to provide the personalized customer experiences that would not let the customer leave the platform without being converted.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/key-business-processes-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year/\">Key Business Processes, Key Resolutions—Gear up to Skyrocket the SaaS Subscription Growth This Year</a>\r\n<h3><strong>Add a Little More…Build Customer Experience Strategy Successful in 2021</strong></h3>\r\nThe above-mentioned predictions are the key areas where instant attention is required in addition to the customer-centric approach to ensure solutions to the problems that ultimately would boost the subscription retentions for a longer period.\r\n\r\nFrom price optimization to <a href=\"https://staging.subscriptionflow.com/2020/08/choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management/\">billing automation</a> and to removing the frictions from products and all over the business processes, subscription-based customers would demand more personalized resolutions with consistency and credibility in 2021.\r\n\r\nHere are a few of the actions identified and recommended by the McKinsey and Company for organizations to respond to customer needs during the pandemic and beyond:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Focus on Care, Concern, and Convenience</strong></li>\r\n <li><strong>Revisit Inactive Users More Often</strong></li>\r\n <li><strong>Engage Customers Wherever They Are</strong></li>\r\n <li><strong>Build Customer Strategy for Post-COVID World</strong></li>\r\n <li><strong>Build Agile Capabilities for Fluid Times</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>','Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021','','publish','open','open','','subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021','','','2021-01-11 14:05:33','2021-01-11 14:05:33','',0,'https://staging.subscriptionflow.com/?p=4485',0,'post','',0),(4486,1,'2021-01-11 14:04:29','2021-01-11 14:04:29','','Subscription-Retention-Begins-With-Customer-Experience-Elevation','','inherit','open','closed','','subscription-retention-begins-with-customer-experience-elevation','','','2021-01-11 14:04:37','2021-01-11 14:04:37','',4485,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg',0,'attachment','image/jpeg',0),(4488,1,'2021-01-15 13:05:08','2021-01-15 13:05:08','No other factor than the pricing impact the SaaS revenue, still, pricing is the most compromising element in the subscription industry. Startups often fail to set their right pricing and end up losing the investment, mostly, due to overpricing.\r\n\r\nThe subscription model is not a business to make money overnight. Instead, it is significantly based on gradual earning overtime for a longer period and through the strong customer base.\r\n\r\nIn B2B and B2C subscription-based business, pricing is the primary driver for revenue and business growth.\r\n\r\nIn addition to evaluating the competitors pricing, the pricing for a SaaS also requires you to address these concerns:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The problem that your product is solving</li>\r\n <li>Your target audience</li>\r\n <li>Your targeted market segment</li>\r\n <li>Your demographic focus</li>\r\n <li>Your USP—Unique selling point</li>\r\n</ul>\r\n[/su_list]\r\n\r\nConsidering all the elements mentioned above requires the businesses to take product managers, marketing and sales teams, finance managers, risk analysts, and all the stakeholders on board. This is the thoughtful approach that can help a SaaS to price their product that can not survive but thrive in the market.\r\n\r\nThis article overviews the SaaS underpricing and overpricing and demonstrates how overpricing can disrupt revenue growth and how it can be avoided by optimizing the subscription pricing by intelligently structuring the pricing and planning the charges for the SaaS subscribers.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">The Price Is Right—A 2021 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution</a>\r\n<h3><strong>SaaS Pricing</strong></h3>\r\nSaaS pricing encompasses the following most considerable components of the pricing:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The Pricing Goals—it determines how you want to be perceived in the market.</li>\r\n <li>The Pricing Model—this refers to the price structuring to charge a customer.</li>\r\n <li>The Pricing Strategies—these are the practices to evaluate the optimized pricing by considering several factors like pricing position, market, competition, etc.</li>\r\n <li>The Psychological Pricing Tactics—these are used to fine-tune the pricing.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>The Common Mistakes of the SaaS pricing</strong></h3>\r\nPricing, in general, is a difficult process but for SaaS, it is even more cumbersome. As a digital commodity, SaaS has no physical shape, property, or existence, and in addition, it also changes, constantly with the changing market conditions.\r\n\r\nSaaS pricing is a highly fluctuating dynamic and this is why often SaaS pricing does not go right and ends up either with overpricing or underpricing. As a result of some of the following common mistakes, SaaS pricing disrupts revenue growth either by overvaluing the SaaS or undermining it:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Over-complicated Pricing Structure</li>\r\n <li>Fixed and Rigid Pricing</li>\r\n <li>Straight and Flat Pricing</li>\r\n <li>Hidden or No Pricing Information</li>\r\n <li>One or Limited Pricing Options</li>\r\n <li>Too Many Pricing Options</li>\r\n <li>Inapt Price Evaluation for End-Customer</li>\r\n <li>Blind-Following the Competition</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Underpricing vs. Overpricing</strong></h3>\r\nUnderstanding the inapt pricing evaluation seems no rocket science, but in reality, it is.\r\n\r\nUnderpricing is the practice of listing the SaaS or any other subscription-based product’s subscription pricing at a price below its real value in the market. On the other hand, overpricing is its opposite. It is the higher estimation of the value of the product than it actually is in the market.\r\n\r\nThe SaaS subscription market across the vertical is highly saturated and over-competitive. This is why overpricing can have more detrimental effects by alienating valued customers.\r\n\r\nSaaS can narrow down its target market with the heavy markup and profit margins in the name of improved quality. However, most consumers are unwilling to pay such a high price for a few extra perks.\r\n\r\nIt is not a suitable pricing strategy in the subscription-based digital environment of the market where the product neither is a physical commodity nor is owned by the consumer.\r\n\r\nUnderpricing may help SaaS to garner more customers with reduced profit margins but overpricing usually does not work for any type of cloud-based platform or application.\r\n<h3><strong>Risks of SaaS Overpricing</strong></h3>\r\nSetting and designing the SaaS pricing demands to drive the pricing strategy based on the research, constantly changing evaluation of the value of the product, and the competitor’s pricing strategy else it can lead to a myriad of disadvantages such as:\r\n\r\nEven, in the uncompetitive market, SaaS is prone to suffer revenue loss and churn due to overpricing as users remain in search of cheap and better options and as soon as they find an alternative, they won’t take minutes to switch.\r\n\r\nOverpricing reduces the response to any marketing done for the SaaS and will not produce results.\r\n\r\nOverpricing is the defeat by choice in a competitive environment.\r\n\r\nOverpricing corrupts the image of the Saas vendor and leads to an end to the trust and credibility of the customer in the cloud-based services market.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow</a>\r\n<h3><strong>The SaaS Pricing Solutions in SubscriptionFlow</strong></h3>\r\nSubscriptionFlow is a subscription management software equipped with all the necessary tools and features to manage different subscription jobs and provide better AI-enabled subscription pricing solutions.\r\n<ul>\r\n <li>\r\n<h4><strong>Price Optimization</strong></h4>\r\n</li>\r\n</ul>\r\n<a href=\"https://staging.subscriptionflow.com/pricing-engine/\">Price optimization</a> is the practice of using data from customers and the market to find the most effective price point for your product or service that will maximize sales or profitability.\r\n\r\nSubscriptionFlow AI-fueled modules find out the optimal price point for your SaaS product so that as a SaaS vendor, you can best meet your revenue objectives and increase your profit margins, customer growth, or a blend.\r\n\r\nUsing this information from SubscriptionFlow about your leads, subscribers, and market assists to optimize the pricing for the SaaS:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customer Survey Data</li>\r\n <li>Demographic Data</li>\r\n <li>Sales History Data</li>\r\n <li>Operating costs</li>\r\n <li>Customer Acquisition and Retention Rate</li>\r\n <li>Subscription Lifetime Value and Churn Data</li>\r\n <li>Marketing Overage</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Designing and Structuring the Pricing</strong></h3>\r\nSaaS and other subscription-based companies can design and optimize pricing strategies, select different pricing models, and charge their customers in different ways for their subscriptions.\r\n\r\nOne-time charges, flat fee, tiered-pricing, per-user pricing, or other forms of per-unit pricing— all of these pricing models, one way or another, are the filtered or customized forms of following two broad categories of billing models:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Flat Rate Billing Model—Static rate for a product or service for single pricing.</li>\r\n <li>Usage-Based Billing Model—Dynamic rates based on usage, features, users, time, etc.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAnd, SubscriptionFlow offers it all!\r\n\r\nIn addition, SubscriptionFlow also allows the client to price their clients intelligently while sectioning it logically.\r\n\r\nCreate a plan against a product and customize the pricing for the plan by selecting any of the charge options from one-time or recurring charges/period. You can structure the pricing in plans with these three different solutions for subscription pricing management:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>One-time Fee</strong>—It can be used as flat-fee pricing for those customers who are required to be billed for one-time-only, or it could be set as the charges that are required to be paid by the customers for once, only. Examples include setup fees, installation charges, equipment charges, services charges, or more.</li>\r\n <li><strong>Recurring Charges/Period</strong>—It can be used to charge customers on a recurring basis for a specific length of the term.</li>\r\n <li><strong>Usage-Based Charges</strong>—it is the billing based on the consumption or usage of features, units, or volume. It requires to select a unit of measurement and calculate on the basis of the consumption of the units.</li>\r\n</ul>\r\n[/su_list]\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4489 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png\" alt=\"pricing1\" width=\"681\" height=\"368\" /></p>\r\nSubscriptionFlow offers four different options for pricing models for flexible billing.\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Flat-Fee Pricing</li>\r\n <li>Per-Unit Pricing</li>\r\n <li>Volume Pricing</li>\r\n <li>Tiered Pricing</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Setting up a Flat-Fee Pricing</strong></h3>\r\nFlat-Fee pricing is a static and fixed pricing model. Flat-fee can be used as a one-time fee or it can also be our recurring charges that can easily be set up in the SubscriptionFlow from here.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4491 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png\" alt=\"pricing2\" width=\"698\" height=\"368\" /></p>\r\n\r\n<h3><strong>Setting up Per Unit Pricing</strong></h3>\r\nPer-unit or per-use pricing is also known as usage-Based or metered pricing.\r\n\r\nThis is the dynamic and variable pricing structure for recurring billing that charges customers differently on every interval based on the consumption of the subscription services. It can be defined as a pricing structure that requires customers to pay only for what services, features, or products they have consumed in a recurring billing cycle.\r\n\r\nIt is a growing trend of billing across the industries. Setting up the dynamic pricing for billing, particularly, allows SaaS to expand the net of possibilities of earning more from across the businesses while maintaining the factor of a reliable billing in clients as per their needs and budget.\r\n\r\nBased on the consumption or usage, it can fluctuate in either direction—backward or forward. In comparison, the flat-billing models eliminate the increased profit margins for the SaaS providers in case a startup or an enterprise, both, are paying the same fixed subscription charges however the gap in their usage is remarkably widened.\r\n<h3><strong>Types of Usage-Based Pricing</strong></h3>\r\nUsage can be incorporated into the subscription pricing in several different ways and by creating and customizing different units of measurement. Some of the widely used metered pricing types are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Consumption-Based Pricing</li>\r\n <li>Features-Based Pricing</li>\r\n <li>Users Based Pricing</li>\r\n <li>Users Based Overage Pricing</li>\r\n <li>Flat Subscription plus Overage Charges</li>\r\n <li>Flat Subscription plus Exclusive Features Usage Pricing</li>\r\n <li>Time-Based Consumption Pricing</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIn the SubscriptionFlow, clients can find multiple subscription pricing solutions for the metered billing in the form of UOM—Unit of Measurement.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4492 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png\" alt=\"pricing3\" width=\"703\" height=\"368\" /></p>\r\n\r\n<h3><strong>Setting up Per Volume Pricing</strong></h3>\r\nVolume pricing can be said another type of metered or consumption-based pricing. To set volume-based pricing, simply create a product and a plan against it. Select the recurring or usage charges, choose volume pricing as a charge model, and set the list price.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4493 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png\" alt=\"pricing4\" width=\"621\" height=\"276\" /></p>\r\n\r\n<h3><strong>Setting up the Tiered Pricing</strong></h3>\r\nIt is a type of SaaS pricing to charge customers in different tiers. It can also be set as a flat-fee or as recurring charges for a particular period. To set tiered pricing, simply create a product and a plan against it. Select the type of billing, choose tiered pricing as a charge model, and set the list price.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4494 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png\" alt=\"pricing5\" width=\"624\" height=\"276\" /></p>\r\n\r\n<h3><strong>Optimizing the Price with Coupons, Vouchers, and Add-ons</strong></h3>\r\nCoupons develop exclusive bonds of trust and convenience with the customers. The coupons created in the SubscriptionFlow can easily be implemented at the hosted payment pages (HPPs) as well.\r\n\r\nSelect the HPP and click on the ‘Apply Coupon’ option to implement the coupon at the checkout. This is the psychological trick to influence a customer with the discount while maintaining the profit margin with the price optimization feature.\r\n\r\nFind more subscription price optimization solutions along with dozens of the subscription management features and tools for your SaaS and other cloud services recurring billing processing and management in the SubscriptionFlow. Request a <a href=\"https://staging.subscriptionflow.com/demo/\">guided demo</a> with our experts, Now!','Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!','','publish','open','open','','overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right','','','2021-01-15 13:53:56','2021-01-15 13:53:56','',0,'https://staging.subscriptionflow.com/?p=4488',0,'post','',0),(4489,1,'2021-01-15 12:58:10','2021-01-15 12:58:10','','pricing1','','inherit','open','closed','','pricing1','','','2021-01-15 12:58:21','2021-01-15 12:58:21','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png',0,'attachment','image/png',0),(4491,1,'2021-01-15 12:59:00','2021-01-15 12:59:00','','pricing2','','inherit','open','closed','','pricing2','','','2021-01-15 12:59:10','2021-01-15 12:59:10','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png',0,'attachment','image/png',0),(4492,1,'2021-01-15 12:59:46','2021-01-15 12:59:46','','pricing3','','inherit','open','closed','','pricing3','','','2021-01-15 12:59:53','2021-01-15 12:59:53','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png',0,'attachment','image/png',0),(4493,1,'2021-01-15 13:00:21','2021-01-15 13:00:21','','pricing4','','inherit','open','closed','','pricing4','','','2021-01-15 13:00:27','2021-01-15 13:00:27','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png',0,'attachment','image/png',0),(4494,1,'2021-01-15 13:00:38','2021-01-15 13:00:38','','pricing5','','inherit','open','closed','','pricing5','','','2021-01-15 13:00:43','2021-01-15 13:00:43','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png',0,'attachment','image/png',0),(4495,1,'2021-01-15 13:02:22','2021-01-15 13:02:22','','Get-Your-SaaS-Pricing-Right!','','inherit','open','closed','','get-your-saas-pricing-right','','','2021-03-26 07:17:29','2021-03-26 07:17:29','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg',0,'attachment','image/jpeg',0),(4498,1,'2021-01-15 13:53:21','2021-01-15 13:53:21','','Get-Your-SaaS-Pricing-Right','','inherit','open','closed','','get-your-saas-pricing-right-2','','','2021-03-26 07:17:23','2021-03-26 07:17:23','',4488,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg',0,'attachment','image/jpeg',0),(4499,1,'2021-01-18 07:23:36','2021-01-18 07:23:36','','hpp-1','','inherit','open','closed','','hpp-1','','','2021-01-18 07:23:36','2021-01-18 07:23:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png',0,'attachment','image/png',0),(4500,1,'2021-01-18 07:23:42','2021-01-18 07:23:42','','hpp-2','','inherit','open','closed','','hpp-2','','','2021-01-18 07:23:42','2021-01-18 07:23:42','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-2.png',0,'attachment','image/png',0),(4501,1,'2021-01-18 07:23:48','2021-01-18 07:23:48','','hpp-3','','inherit','open','closed','','hpp-3','','','2021-01-18 07:23:48','2021-01-18 07:23:48','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-3.png',0,'attachment','image/png',0),(4502,1,'2021-01-18 07:23:56','2021-01-18 07:23:56','','hpp-4','','inherit','open','closed','','hpp-4','','','2021-01-18 07:23:56','2021-01-18 07:23:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-4.png',0,'attachment','image/png',0),(4503,1,'2021-01-18 07:24:02','2021-01-18 07:24:02','','implementation-1','','inherit','open','closed','','implementation-1','','','2021-01-18 07:24:02','2021-01-18 07:24:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png',0,'attachment','image/png',0),(4504,1,'2021-01-18 07:24:07','2021-01-18 07:24:07','','implementation-2','','inherit','open','closed','','implementation-2','','','2021-01-18 07:24:07','2021-01-18 07:24:07','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-2.png',0,'attachment','image/png',0),(4505,1,'2021-01-18 07:24:12','2021-01-18 07:24:12','','implementation-3','','inherit','open','closed','','implementation-3','','','2021-01-18 07:24:12','2021-01-18 07:24:12','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-3.png',0,'attachment','image/png',0),(4506,1,'2021-01-18 07:24:18','2021-01-18 07:24:18','','implementation-4','','inherit','open','closed','','implementation-4','','','2021-01-18 07:24:18','2021-01-18 07:24:18','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-4.png',0,'attachment','image/png',0),(4507,1,'2021-01-18 07:24:24','2021-01-18 07:24:24','','implementation-5','','inherit','open','closed','','implementation-5','','','2021-01-18 07:24:24','2021-01-18 07:24:24','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-5.png',0,'attachment','image/png',0),(4508,1,'2021-01-18 07:24:29','2021-01-18 07:24:29','','implementation-6','','inherit','open','closed','','implementation-6','','','2021-01-18 07:24:29','2021-01-18 07:24:29','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-6.png',0,'attachment','image/png',0),(4509,1,'2021-01-18 07:24:34','2021-01-18 07:24:34','','implementation-7','','inherit','open','closed','','implementation-7','','','2021-01-18 07:24:34','2021-01-18 07:24:34','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-7.png',0,'attachment','image/png',0),(4510,1,'2021-01-18 07:24:39','2021-01-18 07:24:39','','implementation-8','','inherit','open','closed','','implementation-8','','','2021-01-18 07:24:39','2021-01-18 07:24:39','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-8.png',0,'attachment','image/png',0),(4511,1,'2021-01-18 07:24:49','2021-01-18 07:24:49','','implementation-9','','inherit','open','closed','','implementation-9','','','2021-01-18 07:24:49','2021-01-18 07:24:49','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-9.png',0,'attachment','image/png',0),(4512,1,'2021-01-18 07:24:56','2021-01-18 07:24:56','','implementation-10','','inherit','open','closed','','implementation-10','','','2021-01-18 07:24:56','2021-01-18 07:24:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-10.png',0,'attachment','image/png',0),(4513,1,'2021-01-18 07:25:01','2021-01-18 07:25:01','','implementation-11','','inherit','open','closed','','implementation-11','','','2021-01-18 07:25:01','2021-01-18 07:25:01','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.jpg',0,'attachment','image/jpeg',0),(4514,1,'2021-01-18 07:25:12','2021-01-18 07:25:12','','implementation-11','','inherit','open','closed','','implementation-11-2','','','2021-01-18 07:25:12','2021-01-18 07:25:12','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.png',0,'attachment','image/png',0),(4515,1,'2021-01-18 07:25:36','2021-01-18 07:25:36','','implementation-12','','inherit','open','closed','','implementation-12','','','2021-01-18 07:25:36','2021-01-18 07:25:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-12.png',0,'attachment','image/png',0),(4516,1,'2021-01-18 07:25:59','2021-01-18 07:25:59','','implementation-13','','inherit','open','closed','','implementation-13','','','2021-01-18 07:25:59','2021-01-18 07:25:59','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-13.png',0,'attachment','image/png',0),(4517,1,'2021-01-18 07:26:09','2021-01-18 07:26:09','','implementation-14','','inherit','open','closed','','implementation-14','','','2021-01-18 07:26:09','2021-01-18 07:26:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-14.png',0,'attachment','image/png',0),(4518,1,'2021-01-18 07:26:16','2021-01-18 07:26:16','','implementation-15','','inherit','open','closed','','implementation-15','','','2021-01-18 07:26:16','2021-01-18 07:26:16','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-15.png',0,'attachment','image/png',0),(4519,1,'2021-01-18 07:26:21','2021-01-18 07:26:21','','implementation-17','','inherit','open','closed','','implementation-17','','','2021-01-18 07:26:21','2021-01-18 07:26:21','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-17.jpg',0,'attachment','image/jpeg',0),(4520,1,'2021-01-18 07:26:32','2021-01-18 07:26:32','','implementation-18','','inherit','open','closed','','implementation-18','','','2021-01-18 07:26:32','2021-01-18 07:26:32','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-18.png',0,'attachment','image/png',0),(4521,1,'2021-01-18 07:26:36','2021-01-18 07:26:36','','implementation-19','','inherit','open','closed','','implementation-19','','','2021-01-18 07:26:36','2021-01-18 07:26:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-19.png',0,'attachment','image/png',0),(4522,1,'2021-01-18 07:26:40','2021-01-18 07:26:40','','implementation-20','','inherit','open','closed','','implementation-20','','','2021-01-18 07:26:40','2021-01-18 07:26:40','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-20.png',0,'attachment','image/png',0),(4523,1,'2021-01-18 07:26:46','2021-01-18 07:26:46','','implementation-21','','inherit','open','closed','','implementation-21','','','2021-01-18 07:26:46','2021-01-18 07:26:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-21.png',0,'attachment','image/png',0),(4524,1,'2021-01-18 07:26:52','2021-01-18 07:26:52','','implementation-22','','inherit','open','closed','','implementation-22','','','2021-01-18 07:26:52','2021-01-18 07:26:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-22.png',0,'attachment','image/png',0),(4525,1,'2021-01-18 07:26:56','2021-01-18 07:26:56','','implementation-23','','inherit','open','closed','','implementation-23','','','2021-01-18 07:26:56','2021-01-18 07:26:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-23.png',0,'attachment','image/png',0),(4526,1,'2021-01-18 07:27:01','2021-01-18 07:27:01','','implementation-24','','inherit','open','closed','','implementation-24','','','2021-01-18 07:27:01','2021-01-18 07:27:01','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-24.png',0,'attachment','image/png',0),(4527,1,'2021-01-18 07:27:07','2021-01-18 07:27:07','','implementiation-25','','inherit','open','closed','','implementiation-25','','','2021-01-18 07:27:07','2021-01-18 07:27:07','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementiation-25.png',0,'attachment','image/png',0),(4528,1,'2021-01-18 07:27:13','2021-01-18 07:27:13','','pg-1','','inherit','open','closed','','pg-1','','','2021-01-18 07:27:13','2021-01-18 07:27:13','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png',0,'attachment','image/png',0),(4529,1,'2021-01-18 07:27:21','2021-01-18 07:27:21','','sap-1','','inherit','open','closed','','sap-1','','','2021-01-18 07:27:21','2021-01-18 07:27:21','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png',0,'attachment','image/png',0),(4530,1,'2021-01-18 07:27:25','2021-01-18 07:27:25','','sap-2','','inherit','open','closed','','sap-2','','','2021-01-18 07:27:25','2021-01-18 07:27:25','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-2.png',0,'attachment','image/png',0),(4531,1,'2021-01-18 07:27:29','2021-01-18 07:27:29','','sap-3','','inherit','open','closed','','sap-3','','','2021-01-18 07:27:29','2021-01-18 07:27:29','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-3.png',0,'attachment','image/png',0),(4532,1,'2021-01-18 07:27:36','2021-01-18 07:27:36','','sap-4','','inherit','open','closed','','sap-4','','','2021-01-18 07:27:36','2021-01-18 07:27:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4.jpg',0,'attachment','image/jpeg',0),(4533,1,'2021-01-18 07:27:46','2021-01-18 07:27:46','','sap-5','','inherit','open','closed','','sap-5','','','2021-01-18 07:27:46','2021-01-18 07:27:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-5.png',0,'attachment','image/png',0),(4534,1,'2021-01-18 07:27:52','2021-01-18 07:27:52','','sap-6','','inherit','open','closed','','sap-6','','','2021-01-18 07:27:52','2021-01-18 07:27:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-6.png',0,'attachment','image/png',0),(4535,1,'2021-01-18 07:27:58','2021-01-18 07:27:58','','sap-7','','inherit','open','closed','','sap-7','','','2021-01-18 07:27:58','2021-01-18 07:27:58','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7.png',0,'attachment','image/png',0),(4536,1,'2021-01-18 07:28:03','2021-01-18 07:28:03','','sap-8','','inherit','open','closed','','sap-8','','','2021-01-18 07:28:03','2021-01-18 07:28:03','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-8.png',0,'attachment','image/png',0),(4537,1,'2021-01-18 07:28:08','2021-01-18 07:28:08','','sap-9','','inherit','open','closed','','sap-9','','','2021-01-18 07:28:08','2021-01-18 07:28:08','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-9.png',0,'attachment','image/png',0),(4538,1,'2021-01-18 07:28:13','2021-01-18 07:28:13','','sap-10','','inherit','open','closed','','sap-10','','','2021-01-18 07:28:13','2021-01-18 07:28:13','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10.png',0,'attachment','image/png',0),(4539,1,'2021-01-18 07:28:18','2021-01-18 07:28:18','','sap-11','','inherit','open','closed','','sap-11','','','2021-01-18 07:28:18','2021-01-18 07:28:18','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-11.png',0,'attachment','image/png',0),(4540,1,'2021-01-18 07:28:22','2021-01-18 07:28:22','','sap-12','','inherit','open','closed','','sap-12','','','2021-01-18 07:28:22','2021-01-18 07:28:22','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-12.png',0,'attachment','image/png',0),(4541,1,'2021-01-18 07:28:28','2021-01-18 07:28:28','','sap-13','','inherit','open','closed','','sap-13','','','2021-01-18 07:28:28','2021-01-18 07:28:28','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-13.png',0,'attachment','image/png',0),(4542,1,'2021-01-18 07:28:33','2021-01-18 07:28:33','','sap-14','','inherit','open','closed','','sap-14','','','2021-01-18 07:28:33','2021-01-18 07:28:33','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-14.png',0,'attachment','image/png',0),(4543,1,'2021-01-18 07:28:38','2021-01-18 07:28:38','','sap-15','','inherit','open','closed','','sap-15','','','2021-01-18 07:28:38','2021-01-18 07:28:38','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-15.png',0,'attachment','image/png',0),(4544,1,'2021-01-18 07:28:42','2021-01-18 07:28:42','','sap-16','','inherit','open','closed','','sap-16','','','2021-01-18 07:28:42','2021-01-18 07:28:42','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-16.png',0,'attachment','image/png',0),(4545,1,'2021-01-18 07:28:47','2021-01-18 07:28:47','','sap-17','','inherit','open','closed','','sap-17','','','2021-01-18 07:28:47','2021-01-18 07:28:47','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-17.png',0,'attachment','image/png',0),(4546,1,'2021-01-18 07:28:52','2021-01-18 07:28:52','','sap-18','','inherit','open','closed','','sap-18','','','2021-01-18 07:28:52','2021-01-18 07:28:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-18.png',0,'attachment','image/png',0),(4547,1,'2021-01-18 07:28:57','2021-01-18 07:28:57','','sap-19','','inherit','open','closed','','sap-19','','','2021-01-18 07:28:57','2021-01-18 07:28:57','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19.png',0,'attachment','image/png',0),(4548,1,'2021-01-18 07:29:02','2021-01-18 07:29:02','','sap-20','','inherit','open','closed','','sap-20','','','2021-01-18 07:29:02','2021-01-18 07:29:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-20.png',0,'attachment','image/png',0),(4549,1,'2021-01-18 07:29:06','2021-01-18 07:29:06','','sap-21','','inherit','open','closed','','sap-21','','','2021-01-18 07:29:06','2021-01-18 07:29:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-21.png',0,'attachment','image/png',0),(4550,1,'2021-01-18 07:29:11','2021-01-18 07:29:11','','sap-22','','inherit','open','closed','','sap-22','','','2021-01-18 07:29:11','2021-01-18 07:29:11','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-22.png',0,'attachment','image/png',0),(4551,1,'2021-01-18 07:29:15','2021-01-18 07:29:15','','sap-23','','inherit','open','closed','','sap-23','','','2021-01-18 07:29:15','2021-01-18 07:29:15','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-23.png',0,'attachment','image/png',0),(4552,1,'2021-01-18 07:29:20','2021-01-18 07:29:20','','sap-124','','inherit','open','closed','','sap-124','','','2021-01-18 07:29:20','2021-01-18 07:29:20','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-124.png',0,'attachment','image/png',0),(4553,1,'2021-01-18 07:29:25','2021-01-18 07:29:25','','ss-1','','inherit','open','closed','','ss-1','','','2021-01-18 07:29:25','2021-01-18 07:29:25','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png',0,'attachment','image/png',0),(4554,1,'2021-01-18 07:29:29','2021-01-18 07:29:29','','ss-2','','inherit','open','closed','','ss-2','','','2021-01-18 07:29:29','2021-01-18 07:29:29','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-2.png',0,'attachment','image/png',0),(4555,1,'2021-01-18 07:29:36','2021-01-18 07:29:36','','ss-3','','inherit','open','closed','','ss-3','','','2021-01-18 07:29:36','2021-01-18 07:29:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-3.png',0,'attachment','image/png',0),(4556,1,'2021-01-18 07:29:41','2021-01-18 07:29:41','','ss-4','','inherit','open','closed','','ss-4','','','2021-01-18 07:29:41','2021-01-18 07:29:41','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-4.png',0,'attachment','image/png',0),(4557,1,'2021-01-18 07:29:46','2021-01-18 07:29:46','','ss-5','','inherit','open','closed','','ss-5','','','2021-01-18 07:29:46','2021-01-18 07:29:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-5.png',0,'attachment','image/png',0),(4558,1,'2021-01-18 07:29:50','2021-01-18 07:29:50','','ss-6','','inherit','open','closed','','ss-6','','','2021-01-18 07:29:50','2021-01-18 07:29:50','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-6.png',0,'attachment','image/png',0),(4559,1,'2021-01-18 07:29:55','2021-01-18 07:29:55','','ss-7','','inherit','open','closed','','ss-7','','','2021-01-18 07:29:55','2021-01-18 07:29:55','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-7.png',0,'attachment','image/png',0),(4560,1,'2021-01-18 07:31:33','2021-01-18 07:31:33','<h1>What is <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>?</h1>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a cloud-based, automated, customizable, and flexible recurring billing and subscription management platform. It offers highly customized subscription solutions for invoicing, billing, and payment processing with a range of integrations that can streamline the workflows for revenue operations.\r\n \r\n<h2>How It Works?</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows subscription-based businesses to create, manage, and automate the subscription billing and payment processing for their products or services. In addition to managing the subscription billing, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> also offers two other apps to manage the customer portals and payment pages. These are:\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>PortalFlow</li>\r\n <li>PaymentsFlow</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<strong class=\"\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an all-inclusive subscription management platform that can</strong>\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Create multiple subscription plans against the products</li>\r\n <li>Set and customize a billing model with optimized pricing</li>\r\n <li>Customize and automate the invoicing process</li>\r\n <li>Prorate subscription billing</li>\r\n <li>Automate charging a customer against the subscription</li>\r\n <li>Facilitate online payments to be accepted directly to the merchant accounts</li>\r\n <li>Process payments via multiple payment methods in a wide range of currencies</li>\r\n <li>Automate billing and payment reminders</li>\r\n <li>Schedule revenue recovery reminders and re-attempts</li>\r\n <li>Monitor, measure and manage the subscription metrics</li>\r\n <li>Integrate several payment gateways</li>\r\n <li>Connect many marketing, sales, finance, and other third-party cloud-applications</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Defining a <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Client</h2>\r\nA client is a <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account holder or a subscriber who subscribes to the subscription management software to manage the subscription billing and other related operations.\r\n\r\nBusinesses with recurring billing or subscription-based business models, infrastructure subscriptions, rentals, subscription retailers, and other recurring services providers can take advantage of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> to automate the recurring billing and payment processing of their customers.\r\n \r\n<strong>Based on the subscription account type, there are two types of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> clients:</strong>\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The Free-Trial Clients—these include the clients who subscribe to the 14-days <strong>Freemium</strong> or <strong>Free-Trial Subscription</strong> plan of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.</li>\r\n <li>The Paid Clients—these include the paid clients who select any of the <strong>paid subscription plans</strong> of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Signing Up with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></h2>\r\n \r\nIf you are a subscription based company looking for recurring billing software that can optimize metered billing for different customers or you are a subscription box merchant who wants to allow their customers to customize their subscription box and its billing, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> can serve all your automated recurring billing and payment processing needs and provide best and budgeted subscription services.\r\n\r\nSubscription-based businesses can begin their subscription billing journey with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> and head to the success and growth opportunities with automated subscription management while saving their time, resources, and efforts.\r\n \r\n<strong>Get registered with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> using any of the following four ways:</strong>\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Schedule a Guided Demo</li>\r\n <li>Self-Explore—Proceed to Demo</li>\r\n <li>Get a 14-Day Free-Trial</li>\r\n <li>Subscribe to <span class=\"subscriptionflow-ff\">SubscriptionFlow</span></li>\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Schedule a Guided Demo</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a team of astute developers and subscription consultants. These tech geeks are available for your assistance and guidance. Learn about the personalized solutions <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers for your business. Follow these steps to schedule a demo with our subscription management experts.\r\n \r\n<ul class=\"number-1\">\r\n <li>Head to the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> site and click on the ‘Schedule a Demo’ tab at the upper left of the page:</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter wp-image-4426 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" />\r\n \r\n<ul class=\"number-2\">\r\n <li>Select a time slot for a preferred time and schedule a 30-minute one-on-one meeting with our subscription consultants to explore the opportunities and benefits in automated subscription management from the platform of SubscriptionFlow</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4427\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-2.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" />\r\n \r\n<h2>Self-Explore—Proceed to Demo</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a highly accessible, responsive, and user-friendly automated subscription management platform and it is not a great deal even for a newbie to explore its functions and features.\r\n\r\nIf the clients have basic know-how, they can also test the demo themselves.\r\n \r\n<strong>Here are the simpler steps to follow to proceed to the demo:</strong>\r\n \r\n<ul class=\"number-3\">\r\n <li>Navigate the ‘Proceed to Demo’ tab at the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> site and hit the button.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4428\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-3.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-4\">\r\n <li>A new page opens with an online form that requires the following information. Fill in the details and hit ‘Proceed to Demo’.</li>\r\n</ul>\r\n \r\n<img class=\"aligncenter size-full wp-image-4429\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-4.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-5\">\r\n <li>Gear up to test the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> demo yourself. An easy and customizable dashboard and a simpler interface allow users to explore different jobs within the online application.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4473\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementiation-25.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<h2>Get a Free 14-Day Trial</h2>\r\nFor the clients who want to explore the subscription management experience at length, the SubscriptionFlow freemium account is also available. Follow these steps to get a free 14-day trial:\r\n \r\n<ul class=\"number-6\">\r\n <li>Land to the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> site and hit the ‘Try It Free’ button.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4431\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-6.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-7\">\r\n <li>A new page appears. Provide the details and proceed with ‘Request Trial Account’.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4432\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-7.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-8\">\r\n <li>Instantly, an automated welcome and another verification email will be sent to the registered email address.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4433\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-8.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-9\">\r\n <li>Upon verification, another email containing the link to a form for the installation will be sent. Provide details for profile and select the preferred currency, country, time zone, and set the user name and password. Hit ‘Install’.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4434\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-9.png\" alt=\"\" width=\"1547\" height=\"846\" />\r\n \r\n<ul class=\"number-10\">\r\n <li>Another email of confirmation of the trial-account setup will be sent to the registered email and the user will be redirected to the login page. Enter the credentials to sign-in.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4435\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-10.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-11\">\r\n <li>Start setting up the subscription management with all the features and functions enabled for a 14-day free trial account.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4436\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.jpg\" alt=\"\" width=\"1350\" height=\"1564\" />\r\n \r\n\r\nFor any technical assistance, 24/7/365 support is also available at support@staging.subscriptionflow.com.\r\n \r\n<h2>Subscribe to a Plan</h2>\r\n<ul class=\"number-12\">\r\n <li>Navigate ‘Pricing’ at the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> site and choose the most appropriate plan. We offer the following three customizable plans:</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4437\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.png\" alt=\"\" width=\"1188\" height=\"2134\" />\r\n \r\n\r\nTake these steps to subscribe to the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account:\r\n \r\n<ul class=\"number-13\">\r\n <li>Select any of the plans. Hitting the ‘Buy Now’ tab will take the user to the checkout page. Fill in the required personal and billing details, select a payment method, and proceed with the payment.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4438\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-12.png\" alt=\"\" width=\"1366\" height=\"2664\" />\r\n \r\n<ul class=\"number-14\">\r\n <li>An automated welcome and another email for the confirmation of the payment for the subscription of a SubscriptionFlow Account will be sent to the provided email address.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4439\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-13.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-15\">\r\n <li>Soon, another email containing the link to a form for the installation will be sent. Provide details for profile and select the preferred currency, country, time zone, and set the user name and password. Hit ‘Install’.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4440\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-14.png\" alt=\"\" width=\"1547\" height=\"846\" />\r\n \r\n<ul class=\"number-16\">\r\n <li>Another email of confirmation of the trial-account setup will be sent to the registered email and the user will be redirected to the login page. Enter the credentials to sign-in.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4441\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-15.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<ul class=\"number-17\">\r\n <li>Start setting up the subscription management with all the features and functions enabled.</li>\r\n</ul>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4442\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-17.jpg\" alt=\"\" width=\"1350\" height=\"1564\" />\r\n\r\n \r\nFor any technical assistance, 24/7/365 support is also available at support@staging.subscriptionflow.com.\r\n \r\n<h2>Contact Us</h2>\r\nOur team of experts is always available to help the subscription businesses and ventures with a recurring billing model to give a holistic view of the subscription management for your organization.\r\n\r\nGet in touch with us to get a personalized quote or book an appointment to learn more about the customized subscription solutions at info@staging.subscriptionflow.com.\r\n \r\n<h2>What is a <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Account?</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Account refers to the live <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> site with the dedicated sub-domain(s) to the clients. It is the place where they can maintain their recurring billing, recurring payments, recurring revenue monitoring, and subscription cycle management in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.\r\n\r\nWhen a client signs up for <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> for a free 14-day free trial or a paid plan, by default, a live site will be created that will be served as the client portal for subscription management.\r\n\r\nClients can set their billing configurations, create plans against the product, customers, subscriptions, etc., and start billing their customers in real-time.\r\n \r\n<h2>Configuring the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Account</h2>\r\nOnce the username and password are received, the user is all set to configure the subscription management for the company.\r\n\r\nThese are the key configurations that are required to be set up before beginning the processing of recurring billing for the end-customers:\r\n \r\n<h2>An Overview of the Implementation of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Account</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account has already been created and configured. The account information can further be tailored by navigating the settings. Find all the core account settings under it:\r\n\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4443\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-18.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\nUnder the profile image in the NavBar, find the following:\r\n<ul>\r\n <li><strong>Profile</strong> This section contains information like profile image, username, first and last name, email, and country.</li>\r\n <li><strong>Account and Billing</strong> This section refers to the pre-configured account and billing settings against the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account. To alter these settings, get in touch with the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> support by clicking on a ‘Contact Us’ Tab.</li>\r\n <li><strong>Password Settings</strong> From here, users can change passwords.</li>\r\n</ul>\r\n \r\n<h2>Preferred Currency (ies) Set up</h2>\r\nIn addition to the default system currency, multiple currencies for subscription plans against different products can be chosen by navigating ‘Currencies’ in settings under the head of ‘Accounting’.\r\n \r\n<h2>Product and Plans Cataloging</h2>\r\nBase, add-ons, and miscellaneous products can be created and against these products, multiple subscription plans can be created and assigned.\r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4444\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-19.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<h2>Selection of Payment Gateway(s) and a Payment Method(s)</h2>\r\n \r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows integration with multiple payment gateways to facilitate merchants to accept payments in multiple currencies through several payment methods and from all over the world. Head to the setting and navigate ‘Payments’ to configure a payment gateway with the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> platform and select the preferred payment method.\r\n\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4445\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-20.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Taxes Configuration</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows clients to easily manage tax compliance every time an invoice is generated. Configure taxes for customers from every region.\r\n\r\nFind the link to ‘Taxes’ in the settings. Here is how the taxes can be configured:\r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4446\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-21.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<h2>Invoice, Credit Notes, and Billing Configuration</h2>\r\nAn invoice is a commercial document a merchant issues to the customer with details like the product, quantity, payment amount, issuing author, customer details, coupons, add-ons, etc.\r\n\r\nWhenever a customer is charged against any order, an automated invoice will be generated whenever the subscription billing cycle hits. The consolidated invoice with or without credit notes can be created and customized the way the merchant wants to send them to the customer. Invoices can be configured at the time of order configuration.\r\n \r\n<h2>Hosted Payment Pages Configuration</h2>\r\nHosted Payment Pages (HPPs) or checkouts are required to connect payment gateways and process the online payments. HPPs can be configured from settings. It will redirect the user to the PaymentsFlow from where the HPPs can be created, configured, and managed.\r\n\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4447\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-22.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<h2>Email, Notifications, and Reminders Configuration</h2>\r\nTemplates for automated emails, notifications, and reminders can be created, customized, and automated. Navigate ‘Email Templates’ in the settings and start creating the templates for multiple instances and modules.\r\n\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4448\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-23.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n \r\n<h2>Customer and Customer Portal Configuration</h2>\r\nStart the subscription and recurring billing management journey. Navigate ‘Customer’ to create a customer. Set up the customer account, billing cycle, etc.\r\n\r\nWhen the customer is created, get back to the page to manage the customers. Select the required customers and hit ‘Enable Portal’ to allow them to manage their billing and payment details from their portal that will instantly be synced in the client’s portal in real-time.\r\n\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4449\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-24.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n<strong>Happy Subscription Management!</strong>','Getting Started with SubscriptionFlow','','publish','open','closed','','getting-started-with-subscriptionflow','','','2021-01-18 07:31:33','2021-01-18 07:31:33','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4560',0,'epkb_post_type_1','',0),(4561,1,'2021-01-18 07:30:00','2021-01-18 07:30:00','','ss-8','','inherit','open','closed','','ss-8','','','2021-01-18 07:30:00','2021-01-18 07:30:00','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-8.png',0,'attachment','image/png',0),(4562,1,'2021-01-18 07:30:06','2021-01-18 07:30:06','','ss-9','','inherit','open','closed','','ss-9','','','2021-01-18 07:30:06','2021-01-18 07:30:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-9.png',0,'attachment','image/png',0),(4563,1,'2021-01-18 07:30:10','2021-01-18 07:30:10','','ss-10','','inherit','open','closed','','ss-10','','','2021-01-18 07:30:10','2021-01-18 07:30:10','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-10.png',0,'attachment','image/png',0),(4564,1,'2021-01-18 07:30:14','2021-01-18 07:30:14','','ss-11','','inherit','open','closed','','ss-11','','','2021-01-18 07:30:14','2021-01-18 07:30:14','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-11.png',0,'attachment','image/png',0),(4565,1,'2021-01-18 07:30:19','2021-01-18 07:30:19','','ss-12','','inherit','open','closed','','ss-12','','','2021-01-18 07:30:19','2021-01-18 07:30:19','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-12.png',0,'attachment','image/png',0),(4566,1,'2021-01-18 07:30:23','2021-01-18 07:30:23','','ss-13','','inherit','open','closed','','ss-13','','','2021-01-18 07:30:23','2021-01-18 07:30:23','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-13.png',0,'attachment','image/png',0),(4567,1,'2021-01-18 07:30:27','2021-01-18 07:30:27','','ss-14','','inherit','open','closed','','ss-14','','','2021-01-18 07:30:27','2021-01-18 07:30:27','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-14.png',0,'attachment','image/png',0),(4568,1,'2021-01-18 07:30:33','2021-01-18 07:30:33','','ss-15','','inherit','open','closed','','ss-15','','','2021-01-18 07:30:33','2021-01-18 07:30:33','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-15.png',0,'attachment','image/png',0),(4569,1,'2021-01-18 07:30:38','2021-01-18 07:30:38','','ss-16','','inherit','open','closed','','ss-16','','','2021-01-18 07:30:38','2021-01-18 07:30:38','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-16.png',0,'attachment','image/png',0),(4570,1,'2021-01-18 07:30:42','2021-01-18 07:30:42','','ss-17','','inherit','open','closed','','ss-17','','','2021-01-18 07:30:42','2021-01-18 07:30:42','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-17.png',0,'attachment','image/png',0),(4571,1,'2021-01-18 07:30:47','2021-01-18 07:30:47','','ss-18','','inherit','open','closed','','ss-18','','','2021-01-18 07:30:47','2021-01-18 07:30:47','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-18.png',0,'attachment','image/png',0),(4572,1,'2021-01-18 07:30:52','2021-01-18 07:30:52','','ss-19','','inherit','open','closed','','ss-19','','','2021-01-18 07:30:52','2021-01-18 07:30:52','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-19.png',0,'attachment','image/png',0),(4573,1,'2021-01-18 07:30:56','2021-01-18 07:30:56','','ss-20','','inherit','open','closed','','ss-20','','','2021-01-18 07:30:56','2021-01-18 07:30:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-20.png',0,'attachment','image/png',0),(4574,1,'2021-01-18 07:31:01','2021-01-18 07:31:01','','ss-22','','inherit','open','closed','','ss-22','','','2021-01-18 07:31:01','2021-01-18 07:31:01','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-22.png',0,'attachment','image/png',0),(4575,1,'2021-01-18 07:31:06','2021-01-18 07:31:06','','ss-23','','inherit','open','closed','','ss-23','','','2021-01-18 07:31:06','2021-01-18 07:31:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-23.png',0,'attachment','image/png',0),(4576,1,'2021-01-18 07:31:11','2021-01-18 07:31:11','','ss-24','','inherit','open','closed','','ss-24','','','2021-01-18 07:31:11','2021-01-18 07:31:11','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-24.png',0,'attachment','image/png',0),(4577,1,'2021-01-18 07:31:16','2021-01-18 07:31:16','','ss-25','','inherit','open','closed','','ss-25','','','2021-01-18 07:31:16','2021-01-18 07:31:16','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-25.png',0,'attachment','image/png',0),(4578,1,'2021-01-18 07:31:21','2021-01-18 07:31:21','','ss-21','','inherit','open','closed','','ss-21','','','2021-01-18 07:31:21','2021-01-18 07:31:21','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-21.png',0,'attachment','image/png',0),(4580,1,'2021-01-18 07:32:47','2021-01-18 07:32:47','<h1>Understanding the Go-Live Checklist</h1>\r\nThis go-live checklist is aimed to provide the subscription services providers with an understanding of what they need to start and implement subscription management with SubscriptionFlow.\r\nIt can be used to plan for the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> system to go-live and to identify any issues that need to be addressed beforehand.\r\n \r\n<h2>External Pre-requisites</h2>\r\nThese are some requirements that the client will need to fulfill before heading to start with the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account.\r\n \r\n<h2>Company Name, URL, Location, Address, and Contact Details</h2>\r\n\r\nThese are the foremost requirement for a client to begin subscription management with <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>. \r\nCompany URLs are used to route customers to the Checkout to make payments. The company name will be displayed on all invoices, emails, and reminders along with the company address and contact details (if the client requires them) whereas the company location determines what supported payment gateways are available as well as how tax rates are offered and calculated. \r\n \r\n<h2>Business Tax ID Details</h2>\r\nTo set up the tax compliance, clients are required to have a tax ID to be displayed on the invoices.\r\n \r\n<h2>Approved Payment Gateway</h2>\r\nPayment gateways are required to receive the online payments into the merchant account. To connect a payment gateway with the subscription billing system, the client must have an approved account with the required payment gateway.\r\n \r\n<h2>Approved Merchant Account</h2>\r\nA merchant account is a place where the merchant receives online payments. The account can be associated with a bank or a non-banking entity like PayPal. Clients connect their accounts with the payment and the billing system to process the recurring payments from their customers directly to their dedicated merchant accounts.\r\n \r\n<h2>SSL Certificate</h2>\r\nTo keep the cloud system secure and protected, SSL certificates are non-negotiable. With <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, clients do not require to acquire it from outside. Their sub-domain is protected by SSL with no additional cost. \r\n\r\nIf the merchants are using the <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span> checkout, they do not require the SSL certificate for their site as well. However, it is always recommended to configure HTTPS for the webhook URLs. \r\n \r\n<h2>PCI-DSS Compliance</h2>\r\nPCI-DSS stands for Payment Card Industry Data Security Standard. To process the payment information through the server, PCI-DSS compliance is mandatory.\r\n\r\nIt is a set of security standards designed to ensure that all the entities that accept, process, store, or transmit credit card information maintain a secure environment. It is not required by federal law in the United States however is required by credit card companies to ensure online transactions secure and protect. It covers technical and operational system components included in or connected to cardholder data. \r\n\r\nIf you are a merchant who accepts or processes payment cards, you must comply with the PCI DSS otherwise you may take the services of the PCI-DSS compliant payment services providers (PSPs).\r\n \r\n<h2>Internal Pre-requisites</h2>\r\n\r\nThese are some internal requirements that the client will need to fulfill before heading to start with the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account.\r\n \r\n<h2>Site Settings</h2>\r\nThese include implementing the personal attributes to the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> account. These include:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n <ul>\r\n <li>Company name, logo, location, URL, address, and contact details</li>\r\n <li>Configuration of the payment gateway, payment method, and merchant account with the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> billing system</li>\r\n <li>Country, currency, time zone, and other configurations</li>\r\n\r\n </ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Billing Configuration</h2>\r\n\r\nTo set up personalized billing, the following preferences and provisions are required for billing configurations:\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Setting up and categorizing the products.</li>\r\n <li>Metered or Flat pricing—select an appropriate billing method and set it up with the products.</li>\r\n <li>Subscription Plans against the products to be configured into the account.</li>\r\n <li>Setting up the tax configurations.</li>\r\n <li>Creating the workflows for internal jobs in the system (if required)</li>\r\n <li>Customizing and automating the invoicing</li>\r\n <li>Creating and assigning email templates for several instances</li>\r\n <li>Setting up the payment re-tries when the card declines the payments</li>\r\n <li>Customizing and setting up the checkout</li>\r\n <li>Connecting the checkouts with payment gateways</li>\r\n <li>Configuring the webhooks in the system</li>\r\n <li>Testing the configurations</li>\r\n\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Customized Preferences</h2>\r\nFrom the number of visible listings in each module to arranging and organizing the data metrics and reports into the dashboard, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a highly flexible subscription management system with a user-friendly interface and a customizable dashboard.\r\nModules, fields, emails, pdf templates, the home page, and hosted payment pages, all can be customized as per one’s preferences.\r\n\r\n','Recurring Billing Checklist for SubscriptionFlow','','publish','open','closed','','recurring-billing-checklist-for-subscriptionflow','','','2021-01-18 07:32:47','2021-01-18 07:32:47','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4580',0,'epkb_post_type_1','',0),(4582,1,'2021-01-18 07:33:31','2021-01-18 07:33:31','<h1>Understanding the <span class=\"subscriptionflow-ff\">Subscription</span> Solutions</h1>\r\nThe subscription economy booming at an inexorable pace fuels the subscription business model to evolve while dealing with the challenges of different industries and sectors. It is only the flexibility of the subscription model that facilitates each business providing products or services on a recurring basis to charge customers, differently.\r\n\r\nA subscription management software equipped with all the necessary tools and features to manage different subscription jobs and provide better subscription solutions is the vital need for ultimate subscription management. <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> covers it all!\r\n\r\n \r\n\r\n<h2>Billing and Pricing Solutions</h2>\r\nSubscription-based companies can charge their customers in different ways for their subscriptions. \r\n \r\nOne-time charges, flat fee, tiered-pricing, per-user pricing, or other forms of metered billing— all of these pricing models, one way or another, are the filtered or customized forms of following two broad categories of billing models:\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n <ul>\r\n <li>Flat Rate Billing Model—Static rate for a product or service for single pricing.</li>\r\n <li>Usage-Based Billing Model—Dynamic rates based on usage, features, users, time, etc.</li>\r\n </ul>\r\n[/su_list]\r\n\r\n \r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers three different solutions for subscription billing:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>One-time Fee—It can be used for those customers who are required to be billed for one-time only.</li>\r\n <li>Recurring Charges/Period—It can be used to charge customers on a recurring basis for a specific length of the term.</li>\r\n <li>Usage-Based Charges—it is the billing based on the consumption or usage of features, units, or volume. It can be set as a flat fee or as recurring charges.</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<h2>Setting up a Flat-Fee Billing</h2>\r\nFlat-Fee Billing Model is a static and fixed pricing model. \r\n\r\nFlat-fee billing as a one-time fee or as recurring charges can easily be set up in the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>.\r\n\r\nCreate a plan against a product and customize the flat-fee billing for the plan by selecting any of the billing options from one-time or recurring charges/period. Select the assigned product and set up the billing charges in the plan from here. \r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4497\" />\r\n \r\n\r\n<h2>Setting up Per Unit Billing</h2>\r\nPer-unit or per-use billing is also known as usage-Based or metered billing. \r\n\r\nPer-use billing is the dynamic and variable pricing structure that bill differently on every interval based on the consumption of the subscription services. It can be defined as a pricing strategy that requires customers to pay only for what services, features, or products they have consumed in a recurring billing cycle.\r\n\r\nIt is a growing trend of billing across the industries. Setting up the dynamic pricing for billing, particularly, allows companies to charge their customers only for their usage. In other terms, it expands the net of possibilities of earning more from across the businesses while maintaining the factor of a reliable billing in clients as per their needs and budget.\r\n\r\nBased on the consumption or usage, it can fluctuate in either direction—backward or forward. In comparison, the flat-billing models eliminate the increased profit margins for the subscription providers in case a startup or an enterprise, both, are paying the same fixed subscription charges however the gap in their usage is remarkably widened.\r\n \r\n<h2>Types of Usage-Based Billing</h2>\r\n\r\nUsage can be incorporated into the subscription pricing in several different ways. Some of the popular ones include:\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Consumption-Based Pricing</li>\r\n<li>Features-Based Pricing</li>\r\n<li>Users Based Pricing</li>\r\n<li>Users Based Overage Pricing</li>\r\n<li>Flat Subscription plus Overage Charges</li>\r\n<li>Flat Subscription plus Exclusive Features Usage Pricing</li>\r\n<li>Time-Based Consumption Pricing</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIn the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, clients can find multiple subscription pricing solutions for the metered billing in the form of UOM—Unit of Measurement.\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-2.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4499\" />\r\n \r\n<h2>Setting up Per Volume Billing</h2>\r\nVolume billing can be said another type of metered or consumption-based billing. To set volume-based pricing, simply create a product and a plan against it. Select the recurring or usage charges, choose volume pricing as a charge model, and set the list price.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-3-1.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4501\" />\r\n \r\n<h2>Setting up the Tiered Billing</h2>\r\nIt is a type of subscription billing to charge customers in different tiers. It can also be set as a flat-fee or as recurring charges for a particular period. To set tiered pricing, simply create a product and a plan against it. Select the type of billing, choose tiered pricing as a charge model, and set the list price.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-4.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4502\" />\r\n \r\n<h2>Implementing a Coupon at Checkout</h2>\r\nCoupons develop exclusive bonds of trust and convenience with the customers. The coupons created in the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> can easily be implemented at the hosted payment pages (HPPs) from here as well.\r\n\r\nSelect the HPP and click on the ‘Apply Coupon’ option to implement the coupon at the checkout.\r\n \r\n<h2>Setting up the Billing cycle</h2>\r\nWhile selecting the billing type, it is also easier to customize the billing cycle or the length of the term. Choose any of the billing types and select the billing period to set up the billing cycle from here.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-5.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4507\" />\r\n \r\n\r\n<h2>Automation</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated recurring billing and payment processing platform. It offers automation for multiple subscription jobs within the platform to reduce the effort, time, and resources. \r\n\r\nSubscriptionFlow not only offers all the invoicing, billing, proration, dunning, emails, and other subscription processes to work automatically, it also allows users to customize their workflows.\r\n \r\n<h2>Workflows</h2>\r\nA workflow is a series of tasks that defines how to perform a job by processing a set of data. Like any other business process in any application, the recurring billing process is linear and proceeds in a sequence determined by actions or pre-defined rules.\r\n\r\nIn <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, clients can also create their workflows related to any module from settings. Under the head of Automation, select workflow. A new page appears, select ‘Create Workflow’. From here, users can create the workflows themselves or can get support by contacting the technical experts at <a style=\"color: #23527c;\" href=\"mailto:support@staging.subscriptionflow.com\"><i class=\"fa fa-envelope\"></i> support@staging.subscriptionflow.com</a>\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-6.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4512\" />\r\n \r\n\r\n<h2>Webhooks</h2>\r\nWebhooks are triggered as pushing codes or as comments to some event. The source site makes an HTTP request to the source site to configure the webhook. These webhooks can be configured by selecting webhooks from the settings.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-7.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4513\" />\r\n \r\n\r\n<h2>Schedule</h2>\r\nContinue with the default jobs or create your own from settings. \r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-8.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4514\" />\r\n \r\n\r\nSelect schedules from automation and create a schedule:\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-9.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4515\" />\r\n \r\n<h2>Data Administration</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows users to import data from other applications as well as to export data from the subscription management platform. In addition to data import and export, data can also be migrated from payment gateways to the system of SubscriptionFlow. \r\n\r\nAny unrequired files or data deleted from the system would be available to access for a certain limit. Find the option of ‘Recycle Bin’ under the head of Data Administration in settings.\r\nFor the assistance of the users in their beginnings, the SubscriptionFlow platform offers the sample data that can be removed once the user understands the different treatment of the subscription modules. To delete the sample data, select ‘Remove the Sample Data’ from settings.\r\n\r\nManage data from settings. Under the head of Data Administration, find the links to import and export data, data migration, file management, and sample data recycling.\r\n \r\n<h2>Account Administration</h2>\r\nSubscription account, users, and their profiles can be managed by accessing users and controls from the settings. \r\n \r\n<h2>Profile and Role Settings</h2>\r\nBased on the type of subscription account, multiple users can be created against a subscription account to manage recurring billing and subscription jobs. These users can be assigned different roles and job limits with different levels of controls by selecting ‘Users’ from the ‘Users and Controls’ head in the settings. \r\n \r\n<h2>OAuth Client</h2>\r\nTo make the account more secure, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> provides an additional layer of security to the clients with OAuth Clients. It can be used to provide the client with ‘secure delegated access’ over HTTPS and authorizes devices, apps, APIs, servers, and software with tokens access instead of login credentials.\r\nThis feature enables the client to share specific data while keeping their usernames, passwords, and other information private.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-10.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4517\" />\r\n \r\n<h2>Security Control Settings</h2>\r\nTo ensure security, different profiles for the users can be created and their roles can be defined from here:\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-11.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4518\" />\r\n \r\nDifferent security settings like the number of logins attempt allowed, passwords complexity, password expiry, etc. can be managed from here:\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-12.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4519\" />\r\n \r\n\r\n<h2>Customization</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is a highly flexible and customizable subscription management system that offers several options to personalize the application as the user wants. Following are a few of the customizable subscription solutions are available to customize as per the subscription management needs of a company.\r\n\r\n \r\n<h2>Modules and Fields</h2>\r\nThe essential subscription modules are available for the user to start managing the subscription billing for their customers. \r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-13.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4520\" />\r\n \r\n\r\nDifferent modules and their fields can easily be created and customized from here.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-14.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4521\" />\r\n \r\n<h2>PDF Templates</h2>\r\nPDFs are the important tools in forwarding the formatted and important documents as attachments or share them across the teammates, managers, customers, and other concerns.\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows you to create templates for different purposes and sharing information like statements, invoice slips, and more with the customers.\r\n\r\nNavigate to the PDF templates under the customization section. Clicking on it will direct you to a new page ‘Manage PDF Templates’. A new window will pop-up with the fields to define the type of PDF Template. Select the module, PDF type, and name it.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-15.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4522\" />\r\n \r\n\r\nA new page will open where you can create and preview a pdf document for various purposes and can add the following components that include\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Text Formatting</li>\r\n<li>Image</li>\r\n<li>Borders</li>\r\n<li>Text Alignment</li>\r\n<li>And more</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-16.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4523\" />\r\n \r\nThese PDF Templates can be used to generate PDF statements, Invoice slips, email attachments, and more.\r\n \r\n\r\n<h2>Email Templates</h2>\r\nEmails are the most significant interaction tool in establishing quick or detailed communications with customers or businesses. However, at the same time, it is also a cumbersome task as drafting and sending the same or different emails multiple times a day costs money, time, and effort.\r\n\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> helps organizations to facilitate their teams and managers to put the repetitive tasks to send hundreds of emails to the customers on auto-pilot mode and let them focus on some other important tasks.\r\n\r\nCreating email templates will not only save time, money, and resources, it brings the whole communication with customers into the nexus of tracking, monitoring, and measurement for improved customer experience.\r\n\r\nFind and click the tab of ‘Email Templates’ under the section of ‘Customization’. A new page will lead you to Email Templates Management. Click on the tab of ‘Create Email Template’ in the top-right of the page. A new pop-up window with a form to create an Email Template will appear. Fill in the details and click ‘create’.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-17.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4527\" />\r\n \r\n\r\nA new page with the blank field and the following components to create an email template will appear.\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Text</li>\r\n<li>Image</li>\r\n<li>Spacer</li>\r\n<li>Image-Text</li>\r\n<li>Buttons</li>\r\n<li>Column</li>\r\n<li>Table</li>\r\n<li>Background</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-18.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4528\" />\r\n \r\n\r\n<h2>Customized Home Page</h2>\r\nThe dashboard is the panel of the account containing all the modules, features, and controls to manage subscription billing and consists of the homepage and the NavBar. To create a customized home page, head to the ‘Classic View’ Tab, and select ‘Customize Home Page’ from the drop-down list and click on ‘New Home Page’.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-19.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4529\" />\r\n \r\nAdd different modules from here, arrange, re-arrange, stretch, or shrink their containers and set the preferences to personalize the dashboard:\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-20.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4530\" />\r\n \r\n\r\n<h2>Hosted Payment Pages</h2>\r\nHosted Payment Pages (HPPs) enable users to receive payments online by integrating the billing in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> with a payment processor easily. Through a Hosted Payment Page, you can:\r\n \r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Manage checkout pages without building your own experience</li>\r\n<li>Collect customer account and their billing information</li>\r\n<li>Ensure secure online payments</li>\r\n<li>Support payments through credit card, bank transfer, and PayPal Express</li>\r\n</ul>\r\n[/su_list]\r\n \r\nThe hosted payment page collects the following information from end-user:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Account information</li>\r\n<li>Billing address</li>\r\n<li>Shipping address</li>\r\n<li>Payment information</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers a range of hosted page features that can be customized to set up and receive payments without any hassle of implementing payment pages. By using enhanced capabilities, users can customize the signup pages as per their requirements and customer needs by selecting the Hosted Payment Pages from the customization tab in the settings.\r\n\r\nTo configure HPP or public checkout pages, head to ‘PaymentFlow’. Here, <span class=\"subscriptionflow-ff\">SubscriptionFlow’s</span>hosted payment page customization consists of four basic sections:\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n<li>Customization</li>\r\n<li>Rules</li>\r\n<li>Designer</li>\r\n<li>Configurations</li>\r\n</ul>\r\n[/su_list]\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-21.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4531\" />\r\n \r\n\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> provides the user the URL for the hosted page that can be embedded into the client’s website. The hosted payment page generates a dynamic URL against a plan and product that shows a checkout page that customers can embed using an iframe. Also, the plan URL can be used to hyperlink text or button to include the hosted payment page.\r\n \r\n\r\n<h2>Preferences</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> lets the user set their preferences for invoices, customers, and subscriptions to organize in accordance with their company from selecting preferences from settings.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-22.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4534\" />\r\n \r\n\r\n<h2>Units of Measurement (UOM)</h2>\r\nIn usage-based pricing, the most important component to ensure the optimized recurring revenue is to determine the unit of measurement. In the <span class=\"subscriptionflow-ff\">SubscriptionFlow</span>, clients are given full control to bill their customers as they want. Some fundamental UOMs are available by default while others can be created from settings by selecting the Units of Measurement from under the tab of ‘Customization’.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-23.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4536\" />\r\n \r\n\r\n<h2>Integrations</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> allows users to integrate with multiple applications and streamline revenue operations by leveraging data from across the platforms. \r\n\r\nTo connect and configure the applications, head to the ‘Marketplace’ in settings. Currently, <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers the following integrations for Accounting, eCommerce, Tax Management, and Marketing.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-24.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4537\" />\r\n \r\n<h2>Single Sign-on</h2>\r\nRemembering multiple and complicated passwords for multiple applications is definitely a troublesome job. Using single-sign-on, users are no longer required to use a different password for each application. \r\n\r\nWith single-sign-on, logging into <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> lets users signed in to other associated applications, automatically. \r\n\r\nInstead of creating multiple credentials for different applications, you can create one set of credentials per member and allow them to access multiple applications with SAML.\r\n\r\nEnable single-sign-on by navigating Single-sign on SAML from settings. Security Assertion Markup Language (SAML) is an XML-based framework for enabling authentication through a third-party identity provider or using an in-house single sign-on application.\r\n\r\nSAML comes in handy for organizations that use multiple applications or services and need a single source to manage member activity.\r\n \r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-25.png\" alt=\"\" width=\"1366\" height=\"768\" class=\"aligncenter size-full wp-image-4538\" />\r\n \r\n','Subscription Solutions','','publish','open','closed','','subscription-solutions','','','2021-01-18 07:33:31','2021-01-18 07:33:31','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4582',0,'epkb_post_type_1','',0),(4584,1,'2021-01-18 07:34:15','2021-01-18 07:34:15','<h1>Introduction to the Subscription Account Portal and the NavBar</h1>\r\nSubscriptionFlow is your all-in-one recurring billing and payment processing management platform. SubscriptionFlow provides interminable solutions for customization of the subscription billing.\r\n\r\n<strong>The key elements of the subscription management for any physical or digital product are:</strong>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>How to design a plan for products</li>\r\n <li>How to bill customers against their subscription plans</li>\r\n <li>How to receive the payments from customers</li>\r\n <li>How to account for the recurring billing and recurring payments</li>\r\n <li>How to monitor and report the recurring revenue</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\nWe’ve got you covered with all the vital elements and processes required for seamless subscription management.\r\n\r\nThis is an overview of what clients will get when they login into the SubscriptionFlow Account to start managing the recurring billing for their customers.\r\n\r\nOnce the username and password are set, it is time to start managing the account by entering credentials to the login site. Users will be redirected to their account portal from where they can define and manage multiple product plans according to their business needs. In a matter of few clicks, it is easy to set up the system to charge \'One Time Fee’, ‘Flat-Fee’, ‘Periodic Recurring Fee’, ‘Usage-Based Fee\' or any other \'Customized Fee Structure\'.\r\n\r\nMerchants can start accepting payments from anywhere in the world in any currency with already integrated payment gateways. Payments can be accepted via credit or debit cards, bank transfers, ACH, and checks (for offline payments).\r\n\r\nSubscriptionFlow also allows the clients to automatically sync their accounting, marketing, sales, and other third-party applications with their billing and payment processing and get the bigger position, accurately.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4549\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Dashboard</h2>\r\nLogging into the account lands user on the homepage. It comprises of two parts: The dashboard and the NavBar.\r\n\r\nThe dashboard is the panel of the account containing all the modules, features, and controls to manage subscription billing. The dashboard provides a summary of metrics to measure the performance of the business. Visual analytics demonstrate the graphical representation of Monthly Recurring Revenue (MRR) or Annual Recurring Revenue (ARR). Moreover, an overview of net calculations, reports, and subscription summary that encapsulates valuable information about your business health. The navBar can be used to access different features and controls to create, customize, and manage different subscription solutions.\r\n\r\nThe dashboard and the NavBar, both are customizable and users can personalize it the way they want the modules to be available to them.\r\n\r\nTo create a customized home page, head to the ‘Classic View’ Tab, and select ‘Customize Home Page’ from the drop-down list and click on ‘New Home Page’.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4551\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-2.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\nAdd different modules from here, arrange, re-arrange, stretch, or shrink their containers and set the preferences to personalize the dashboard:\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4552\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-3.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n\r\n<strong>Following are a few of the default modules that a user may find in the NavBar:</strong>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customers</li>\r\n <li>Products</li>\r\n <li>Plans</li>\r\n <li>Order</li>\r\n <li>Invoices</li>\r\n <li>Coupons</li>\r\n <li>Reports</li>\r\n <li>Leads</li>\r\n <li>Deals</li>\r\n <li>Profile</li>\r\n <li>Administrative Settings</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter wp-image-4554 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4-e1610610854889.jpg\" alt=\"\" width=\"1348\" height=\"1188\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n\r\nNavigation Bar can be customized. Find the ‘list’ icon on the left of the NavBar and personalize the modules to be visible in the NavBar.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4556\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-5.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Customers</h2>\r\nThis module is used to create and manage subscribed customers. There are two ways to access the customer section in the SubscriptionFlow Account. One is to navigate to the customer section via NavBar or it can quickly be accessed via clicking on the ‘+’ icon.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4558\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-6.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n\r\n<strong>Click on ‘create customer’ to add a new customer. It requires the following details of the customer:</strong>\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Basic Information</li>\r\n <li>Primary Contact</li>\r\n <li>Billing Information</li>\r\n <li>Tax Information</li>\r\n <li>Address information</li>\r\n <li>Additional Subscription Account Information</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\nFrom here, merchants can select how they want to design the billing cycle of the subscriber and how to tax them against their subscriptions.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4560\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7-1.png\" alt=\"\" width=\"1366\" height=\"768\" data-target=\"#popup-data\" data-toggle=\"modal\" />\r\n\r\n \r\n<h2>Products</h2>\r\nSubscriptionFlow platform allows our clients to define and manage multiple products according to their business needs. Product is the entity against which one or more than one subscription plans with different pricing can be created and the end-customer will be billed.\r\n\r\nThere are three different ways to access the product section: One is to navigate to the product section via NavBar or it can quickly be accessed by clicking on the ‘+’ icon.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4566\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-8.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\n \r\n\r\n<strong>Click on ‘create a product’ to add a new product. It requires the following details:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Product Name</li>\r\n <li>Start and End Date</li>\r\n <li>Product Type</li>\r\n <li>Description</li>\r\n <li>Assigned Plan</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4567\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-9.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\n*To assign a plan to a product, it is required to create a plan.\r\n<h2>Plans</h2>\r\nSetting up the right pricing strategy by creating optimized plans is critical for your business growth. In a matter of few clicks, you can set up the plans to charge customers for \'One Time Billing’, ‘Periodic Recurring Billing’, ‘Usage-Based Billing\', or any ‘Hybrid Billing’.\r\n\r\n<strong>Plan can be created or assigned through the following ways:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Navigate ‘Plans’ from NavBar</li>\r\n <li>Navigate ‘+’ and select ‘Plan’ from the drop-down menu.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<strong>Creating a new plan requires the following details:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Product Name</li>\r\n <li>Assigned Product</li>\r\n <li>Start and End Date</li>\r\n <li>Plan Description</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter wp-image-4568 size-full\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10-e1610613260900.png\" alt=\"\" width=\"1362\" height=\"720\" />\r\n\r\n \r\n\r\nA plan has been created. Customize the billing for the plan. Select the assigned product and set up the billing charges from here.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4569\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-11.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\n<strong>Following are the different types of subscription pricing for the plans that can be set here:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>One Time Flat-Fee Pricing</li>\r\n <li>Recurring or Periodic Pricing</li>\r\n <li>Usage-Based Pricing</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Order</h2>\r\nOrder is the subscription of a product by the customer. To set up a subscription for any customer, you may either add a new customer or can create a subscription against any existing customer.\r\n\r\n<strong>Orders can be created or assigned through the following ways:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Navigate ‘Orders’ from NavBar and click on ‘Create Order’.</li>\r\n <li>Navigate ‘+’ and select ‘Orders’ from the drop-down menu and click on ‘Create Orders’.</li>\r\n <li>Order can also be created from the ‘customer’. Click on the ‘preferred’ customer for whom a new order is required. The customer details page will appear. Navigate the ‘Order’ tab and click on ‘+’ to create an order for a subscription.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4570\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-12.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\nCreating an order requires selecting the customer and the date from which the order is required to be activated. From here, the user can create and customize the subscription billing model for a customer.\r\n\r\n<strong>Terms and conditions of the order can be set for:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Subscription Type</li>\r\n <li>Subscription Term</li>\r\n <li>Renewal Status</li>\r\n <li>Trigger Dates</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4571\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-13.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Invoices</h2>\r\nEvery time when the subscription billing cycle hits, an automated invoice is generated and sent to the customer.\r\n\r\n<strong>Here is a sample snapshot of an invoice:</strong>\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4572\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-14.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\nSlide into the ‘Invoices’ section by navigating it from the NavBar. Invoices and their status can be accessed and monitored from here.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4573\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-15.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Coupons</h2>\r\nA coupon is a special discount or assistance a merchant can offer to their customers. SubscriptionFlow allows clients to create coupons and assign them to a plan for a specific period and choose the discount type in the form of a percentage or as a fixed amount. To create a coupon, navigate ‘Coupons’ at NavBar and click it.\r\n\r\n<strong>A form with the following details appears:</strong>\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4574\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-16.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Reports</h2>\r\nSubscriptionFlow allows users to generate instant and customized reports in real-time to quickly view the status of the subscriptions, revenue, sales, products, transactions, and more. Click ‘Reports’ in the NavBar. Classic reports help users to make effective business decisions. All reports can be downloaded in CSV, PNG, JPEG, PDF, and SVG vector image. You can also print the chart and data reports.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4575\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-17.png\" alt=\"\" width=\"1279\" height=\"843\" />\r\n\r\n \r\n\r\n<strong>Customized Reports can be generated by these means:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Subscriptions Reports</li>\r\n <li>Invoice Reports</li>\r\n <li>Tax Reports</li>\r\n <li>Revenue Reports</li>\r\n <li>Customer Reports</li>\r\n <li>Cash Reports</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Transactions</h2>\r\nStart accepting payments from anywhere in the world in any currency with already integrated payment gateways. Payments can be accepted via credit or debit cards, bank transfers, ACH, and checks (for offline payments).\r\n\r\n<strong>Every time an invoice is paid, an automated transaction slip is generated.</strong>\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4576\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Contacts</h2>\r\nMultiple contacts with reference to the customers can be created from the ‘ Contacts’ module. Create ‘Contact’ or manage the existing contact against any customer from here.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4577\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19-1.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Usage</h2>\r\nTo check how much a customer has availed out of the SubscriptionFlow, users can check the usage stage of their customers with this module by creating or importing the customer usage from here:\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4578\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-20.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Administrative Settings</h2>\r\n<strong>Head to setting from NavBar. Here the user can find all the settings under the following heads:</strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>General Settings</li>\r\n <li>User and Controls</li>\r\n <li>Channels</li>\r\n <li>Customization</li>\r\n <li>Accounting</li>\r\n <li>Automation</li>\r\n <li>Data Administration</li>\r\n <li>Market Place</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4579\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-21.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n<h2>Banking</h2>\r\nClients can connect their banks with the SubscriptionFlow to manage all their recurring billing and recurring payments. Navigate ‘Banking’ at the left of the NavBar.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4580\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-22.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\nFrom here, clients can securely connect their merchant account from any bank to the SubscrfiptionFlow. Through the third-party payment processing facilitator, SubscriptionFlow lets merchants stay on top of their billing and payments processing by connecting their bank with the subscription management system.\r\n\r\n \r\n<h2>Calendar</h2>\r\nGet more organized and make subscription management more organize, clear, and simpler using its calendar module.\r\n\r\nThis module helps clients to keep monitoring how much recurring revenue has been streamed in a day, week, month, or year. Events can also be created from here.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4581\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-23.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n<img class=\"aligncenter size-full wp-image-4582\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-124.png\" alt=\"\" width=\"1366\" height=\"768\" />\r\n\r\n \r\n\r\n \r\n\r\n ','SubscriptionFlow Admin Portal – An Overview','','publish','open','closed','','subscriptionflow-admin-portal-an-overview','','','2021-01-18 07:34:15','2021-01-18 07:34:15','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4584',0,'epkb_post_type_1','',0),(4587,1,'2021-01-18 07:34:54','2021-01-18 07:34:54','Hosted Payment Page (HPP) is your first interaction with your customers. SF offers to make your system live and start collecting the payments from your customers with no development work. SubscriptionFlow offers a range of hosted page features that allow you to set up and receive payments without any hassle of implementing payment pages. By using enhanced capabilities, you can customize the signup pages as per your requirements and customer needs.\r\n\r\nThrough an HPP, you can:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Manage checkout pages <u>and build your own experience</u></li>\r\n <li>Collect customer account and their billing information</li>\r\n <li>Ensure secure online payments</li>\r\n <li>Support payments through credit card, bank transfer, and <u>PayPal Express</u></li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\nIn general, an HPP requires the following information from the end-user:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Account information</li>\r\n <li>Billing address</li>\r\n <li>Shipping address</li>\r\n <li>Payment information</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAfter filling all fields, the user subscribes to the plan.\r\n\r\n \r\n\r\n<strong>Hosted Pages Settings</strong>\r\n\r\nHPP can be configured through the admin console. The settings can be changed for each section of the hosted payment page according to your specific requirements.\r\n\r\nSubscriptionFlow’s HPP consists of four basic sections.\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Customization</li>\r\n <li>Rules</li>\r\n <li>Designer</li>\r\n <li>Configurations</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4591\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png\" alt=\"\" width=\"1265\" height=\"871\" />\r\n\r\n \r\n<h2>Customization</h2>\r\nHPP can be customized with respect to text, color, layout, and other display settings as required. This allows you to quickly design the hosted page according to your company’s color scheme or conventions.\r\n\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4592\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-2.png\" alt=\"\" width=\"1259\" height=\"883\" />\r\n\r\n \r\n<h2>Rules</h2>\r\n<em>Automate Hosted Payment Pages with Rules</em> allows you to set rules for the plans and link them with HPP based on certain conditions. For instance, link the plan (Plan-0001) if the shipping country is Australia. The plan might not take shipping fees for a particular region or charge double, as required. The rules can be added or removed accordingly.\r\n\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4593\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-3.png\" alt=\"\" width=\"1259\" height=\"875\" />\r\n\r\n \r\n\r\n \r\n<h2>Designer</h2>\r\nEach section of the hosted payment page can be customized as needed.\r\n\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4594\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-4.png\" alt=\"\" width=\"1257\" height=\"873\" />\r\n\r\n \r\n\r\n<strong><u>Text Editing</u></strong>\r\n\r\nYou can edit the field titles of order summary sections:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Account information</li>\r\n <li>Billing address</li>\r\n <li>Shipping address</li>\r\n <li>Payment information</li>\r\n <li>License labels</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<strong><u>Layout Settings</u></strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Title</li>\r\n <li>Maximum width</li>\r\n <li>Background color</li>\r\n <li>Header & Footer background-color</li>\r\n <li>Header & Footer text color</li>\r\n <li>Order summary banner color</li>\r\n <li>Order summary header text color</li>\r\n <li>Text color</li>\r\n <li>Header text size</li>\r\n <li>Label size</li>\r\n <li>Input field radius</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\n<strong><u>General Display Settings</u></strong>\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Company logo</li>\r\n <li>Header text</li>\r\n <li>Footer text</li>\r\n <li>Additional labels</li>\r\n <li>Background Image</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Configurations</h2>\r\nThis section allows to you configure the plans you offer to your customers. The extensive capabilities let you create, edit, and offer specific plans and subscription types as suitable.\r\n\r\n \r\n<h2>Using Hosted Pages</h2>\r\nSubscriptionFlow provides you the URL for the hosted page. Our HPP supports two ways through which hosted pages can be embedded into your website.\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>As an iframe</li>\r\n <li>As a hyperlink</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n\r\nOur HPP generates a dynamic URL against a plan and product that shows a checkout page that customers can embed using an iframe. Also, the plan URL can be used to hyperlink text or button to include the hosted payment page\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Hosted Payment Pages','','publish','open','closed','','hosted-payment-pages','','','2021-01-18 07:34:54','2021-01-18 07:34:54','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4587',0,'epkb_post_type_1','',0),(4589,1,'2021-01-18 07:35:38','2021-01-18 07:35:38','<h1>What is the Payment Gateway?</h1>\r\nIn simpler words, it is a gatekeeper for the customer’s data that helps in processing securing online payments from customers. It encrypts payment details and allows merchants to accept card payments and payments through digital wallets.\r\n\r\nSubscriptionFlow supports multiple payment gateways with which you can start payment processing after creating your merchant account. Once you have a payment gateway, you can configure it in SubscriptionFlow to receive payment from your customers.\r\n\r\n \r\n<h2>Configuring Payment Gateway</h2>\r\nIn SubscriptionFlow, you can configure a payment gateway by following these steps below:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Access the SubscriptionFlow Admin Portal</li>\r\n <li>Go to “Settings”</li>\r\n <li>Navigate to “Accounting”</li>\r\n <li>Click on “Payment Setting”</li>\r\n <li>Choose the payment gateway to configure</li>\r\n <li>Click on “Get Started”</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Supported Gateways and Payment Methods</h2>\r\nSubscriptionFlow supports the following payment gateways and payment methods.\r\n\r\n \r\n<table style=\"height: 630px;\" width=\"802\">\r\n<tbody>\r\n<tr>\r\n<td width=\"152\"><strong>Gateway</strong></td>\r\n<td width=\"448\"><strong>Supported Payment Methods</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">2Checkout</td>\r\n<td width=\"448\">MasterCard, Visa, Discover, Diner’s Club, American Express, and PayPal.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Amazon Pay</td>\r\n<td width=\"448\">Credit card, Debit card payments, and Amazon.com store card.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Authorize.Net</td>\r\n<td width=\"448\">Visa, MasterCard, Discover, American Express, JCB, PayPal, Visa SRC, Apple Pay, Chase Pay, e-checks.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Braintree</td>\r\n<td width=\"448\">Visa, MasterCard, AMEX, PayPal, Venmo, Android Pay, Apple Pay, and Bitcoin.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">GoCardless</td>\r\n<td width=\"448\">BACS, the EU via SEPA, and Sweden via Autogiro.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">PaySimple</td>\r\n<td width=\"448\">MasterCard, Visa, American Express, ACH, and e-checks.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">PayPal</td>\r\n<td width=\"448\">Credit cards, Debit cards, PayPal, Android Pay, Apple Pay, and Bitcoin.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Stripe</td>\r\n<td width=\"448\">Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, and AliPay.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Worldpay</td>\r\n<td width=\"448\">MasterCard, Visa, American Express, Discover, UnionPay, Diner’s Club credit and debit cards, PayPal, e-checks, ApplePay, and Google Pay.</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Sage Pay</td>\r\n<td width=\"448\">Debit and Credit card payments, bank transfers, and PayPal payments</td>\r\n</tr>\r\n<tr>\r\n<td width=\"152\">Adyen</td>\r\n<td width=\"448\">Debit and Credit cards, Apple and Google Pay, e-payments and ACH direct debits, Local payment methods, and International payments</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h2>Integrating Multiple Payment Gateways</h2>\r\nSubscriptionFlow supports the configuration of multiple gateway accounts. For instance, you can connect GoCardless, Stripe, Authorize.Net, PayPal Pro, etc., and configure them to receive online payments from your customers.\r\n\r\n \r\n\r\n<img data-target=\"#popup-data\" data-toggle=\"modal\" class=\"aligncenter size-full wp-image-4608\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png\" alt=\"\" width=\"1277\" height=\"823\" />\r\n\r\n \r\n\r\nYou can set a specific payment gateway as default to activate it when no other payment gateway is activated at that moment.\r\n\r\n \r\n\r\n ','Payment Gateways','','publish','open','closed','','payment-gateways','','','2021-01-18 07:35:38','2021-01-18 07:35:38','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4589',0,'epkb_post_type_1','',0),(4592,1,'2021-01-18 07:36:14','2021-01-18 07:36:14','<h2><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> API</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> provides a flexible API that developers can customize according to the requirements of business system integration. The REST API of <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> presents an array of operations and resources that help you ensure production efficiency through web integration from your website. It allows you to create dynamic API endpoints for custom modules that can be used to automate the entire business workflow.\r\n\r\nFor more information, visit the <a href=\"https://demo.subscriptionflow.com/api/documentation\">Developer’s Portal</a>.\r\n\r\n \r\n<h2>OAuth v2.0</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> uses OAuth v2.0 to authenticate the REST API. Authentication through OAuth involves three steps:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Create a customer: </strong>The first step is to create an OAuth customer in SubscriptionFlow. With this, customer ID and customer secret will be generated.</li>\r\n <li><strong>Generate token: </strong>A token is generated that can be used until it expires. A new token needs to be generated if it gets expired.</li>\r\n <li><strong>Authenticate API Requests: </strong>The bearer token generated in step 2 is used to authenticate API requests.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h2>Base URLs</h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> defines base URLs specific to the company’s domain. The domain of your company would be the base URL. For example, <em>yourorg.subscriptionflow.com. </em>Similarly, the REST endpoint will be <em>yourorg.subscriptionflow.com/api/v1/</em>\r\n\r\n<strong>*</strong>Here v1 refers to version 1 which can be changed according to the version that is been used.\r\n\r\n \r\n<h2>Pagination</h2>\r\nThe paginated data will be returned as JSON responses with enough metadata to handle the bulk of records. It helps you filter out and sort the complex data. A standard format is used by API for responses across the system.','API Integration','','publish','open','closed','','api-integration','','','2021-01-18 07:36:14','2021-01-18 07:36:14','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4592',0,'epkb_post_type_1','',0),(4594,1,'2021-01-18 07:36:57','2021-01-18 07:36:57','<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> has a built-in analytics and reporting system to give you actionable insights about how your business is performing. Employ enhanced features and capabilities in the system to make effective business decisions. Through useful attributes and KPIs, SubscriptionFlow draws meaningful conclusions in real-time to determine the discrepancies as well as the consistent elements that play a central role in business growth.\r\n<h2>Dashboard</h2>\r\nThe dashboard provides a summary of metrics to measure the performance of the business. Visual analytics demonstrate the graphical representation of Monthly Recurring Revenue (MRR) or Annual Recurring Revenue (ARR). Moreover, an overview of net calculations and subscription summary that encapsulates valuable information about your business health.\r\n\r\n \r\n<h2><strong>Subscription Analytics</strong></h2>\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> dashboard highlights a quick overview of the following attributes:\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4617\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png\" alt=\"\" width=\"1279\" height=\"833\" />\r\n\r\n \r\n<h2>MRR</h2>\r\nGraphical representation of Monthly Recurring Revenue data with respect to each month.\r\n\r\n \r\n<h2>ARR</h2>\r\nGraphical representation of Annual Recurring Revenue on yearly basis.\r\n\r\n \r\n<h2>Net Calculations</h2>\r\nThis section outlines the following details:\r\n\r\n[su_list icon=\"icon: arrow-right\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Activations: </strong>It shows the data of today, yesterday, and monthly activations.</li>\r\n <li><strong>Net Collections: </strong>This section shows the data of net collections of all time, current month, and previous month.</li>\r\n <li><strong>MRR: </strong>MRR corresponds to the data of Monthly Recurring Revenue of the last 12 months.</li>\r\n <li><strong>ARPU: </strong>ARPU gives the data of Average Revenue Per User for the current month.</li>\r\n</ul>\r\n[/su_list]\r\n\r\n \r\n<h3>Subscription Summary</h3>\r\nIt incorporates the graphical representation and details of the number of activations, cancellations, suspensions, and drafts on the basis of date criteria. You can set a data range to get a customized report summary. Also, you can download the report in CSV or PDF format, print it and get a broader view.\r\n\r\n \r\n<h2>Customer Data</h2>\r\nThis section contains a consolidated view of all the customer details. The personal information of each customer can be accessed easily through a unified interface.\r\n\r\n \r\n<h2>Classic Reports</h2>\r\nClassic reports incorporate various attributes against which reports are generated. These reports provide a 360-degree view of all the data in a centralized place. Classic reports help you make effective business decisions. The data can be used to predict business performance against certain metrics and thus, multiple strategies can be employed accordingly. All reports can be downloaded in CSV, PNG, JPEG, PDF, and SVG vector image. You can also print the chart and data reports.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4618\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-2.png\" alt=\"\" width=\"1279\" height=\"843\" />\r\n\r\n \r\n<h2><u>Tax Report</u></h2>\r\nThis section gives a graphical representation of sales tax values during the selected period.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4619\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-3.png\" alt=\"\" width=\"1361\" height=\"619\" />\r\n<h2><u>Invoices Report</u></h2>\r\nThis report gives a comprehensive overview of the unpaid invoices in the pipeline. The report covers detailed information of customers whose invoice is outstanding.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4620\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-4.png\" alt=\"\" width=\"1279\" height=\"753\" />\r\n\r\n \r\n<h2><u>Revenue Reports</u></h2>\r\nThis section covers multiple revenue reports. It consists of the following branches:\r\n\r\n \r\n<h2>Net Revenue</h2>\r\nThis attribute displays the net revenue of a business. Net revenue is your income minus the overall cost, expenses, and taxes for an accounting period. You can also set a particular date range and time period (by month or by year) to view the net revenue chart.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4621\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-5.png\" alt=\"\" width=\"1279\" height=\"841\" />\r\n\r\n \r\n<h2>Revenue by Product</h2>\r\nYou can check the revenue by product. A report can be generated by setting a particular date range to view the revenue of a particular product at a certain time period.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4622\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-6.png\" alt=\"\" width=\"1277\" height=\"841\" />\r\n\r\n \r\n<h2>Revenue by Country</h2>\r\nIt displays a country-wise revenue. You can select a country and time range to generate a customized report.\r\n\r\n \r\n<h2>MRR</h2>\r\nThis displays the monthly recurring revenue. It is calculated by multiplying the average revenue per account with the total number of accounts of that month.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4623\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-7.png\" alt=\"\" width=\"1279\" height=\"849\" />\r\n\r\n \r\n<h2>Average Order MRR</h2>\r\nThis report consists of three attributes against each month. These include total MRR, average MRR, and order count. Average order MRR is calculated by dividing the MRR value by the total number of customers.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4624\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-8.png\" alt=\"\" width=\"1279\" height=\"843\" />\r\n\r\n \r\n<h2><u>Subscriptions Reports</u></h2>\r\n<h2></h2>\r\n<h3>Subscription Summary</h3>\r\nIt gives a 360-degree view of all the subscriptions and their status. Four subscription markers are defined in the summary. These include the total number of activations, cancellations, suspended, and draft subscriptions for a particular month. The consolidated data incorporates the essential attributes that describe the overall activity of your system.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4625\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-9.png\" alt=\"\" width=\"1275\" height=\"827\" />\r\n\r\n \r\n<h3>Subscription by Product</h3>\r\nThis section displays a report of the total number of subscriptions against each product. The report incorporates details about the products, their status, and the term start date, etc.\r\n\r\n \r\n<h2><u>Cash Reports</u></h2>\r\n \r\n<h2>Net Collection</h2>\r\nIt gives you an overview of the net collection on a monthly or yearly basis. This overview helps you get an idea of the collections you had in the form of numbers.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4626\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-10.png\" alt=\"\" width=\"1275\" height=\"839\" />\r\n\r\n \r\n<h3><strong>Refund</strong></h3>\r\nIt displays the total refunds you have done for your customers in a particular month. You can get individual numbers with respect to each month and also the total amount spent on refunds in a year. The numbers help you identify the risk of chargebacks and the total amount that has been refunded to customers for any reason.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4627\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-11.png\" alt=\"\" width=\"1361\" height=\"656\" />\r\n\r\n \r\n<h2><u>Customers Reports</u></h2>\r\n \r\n<h3>New Customers</h3>\r\nThe report gives the new customers you acquired in the month or a year. It also describes the customer details such as the customer name, email, and the time that customer was created. This helps you identify how many customers are attained in a particular time span and thus their effect on business revenue and growth can also be determined.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4630\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-12.png\" alt=\"\" width=\"1279\" height=\"845\" />\r\n\r\n \r\n<h3>Recurring Customers</h3>\r\nThis report demonstrates the number of recurring customers recorded on a monthly or yearly basis. Moreover, it enlists the number of recurring customers and their details in a unified interface. You can identify the total number of recurring customers and thus determine the aspect of customer retention.\r\n\r\n \r\n<h3>Customers by Country</h3>\r\nThe section filters out your customers by country. Other than the total number of customers, they are categorized with respect to the country they belong to. The location information of customers help you identify the region from which you get more leads.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-4631\" data-target=\"#popup-data\" data-toggle=\"modal\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-13.png\" alt=\"\" width=\"1277\" height=\"847\" />\r\n\r\n \r\n\r\nThe visual representations in the form of reports encapsulate the essential attributes that define the success of your business. The data gives valuable insights to business analysts that ultimately helps in effective business decisions. Through the ‘reports’ section, you can get a comprehensive view of accounts, customers, and revenue from multiple perspectives.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Reporting and Analytics','','publish','open','closed','','reporting-and-analytics','','','2021-01-18 07:36:57','2021-01-18 07:36:57','',0,'https://staging.subscriptionflow.com/?post_type=epkb_post_type_1&p=4594',0,'epkb_post_type_1','',0),(4596,1,'2021-01-18 07:49:37','2021-01-18 07:49:37','','Getting Started','','publish','closed','closed','','getting-started','','','2021-01-18 07:49:37','2021-01-18 07:49:37','',0,'https://staging.subscriptionflow.com/?p=4596',1,'nav_menu_item','',0),(4597,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4597','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4597',3,'nav_menu_item','',0),(4598,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4598','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4598',4,'nav_menu_item','',0),(4599,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4599','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4599',5,'nav_menu_item','',0),(4600,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4600','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4600',6,'nav_menu_item','',0),(4601,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4601','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4601',7,'nav_menu_item','',0),(4602,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4602','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4602',8,'nav_menu_item','',0),(4603,1,'2021-01-18 07:49:38','2021-01-18 07:49:38',' ','','','publish','closed','closed','','4603','','','2021-01-18 07:49:38','2021-01-18 07:49:38','',0,'https://staging.subscriptionflow.com/?p=4603',9,'nav_menu_item','',0),(4604,1,'2021-01-18 07:49:37','2021-01-18 07:49:37','','Implementation Guide','','publish','closed','closed','','implementation-guide','','','2021-01-18 07:49:37','2021-01-18 07:49:37','',0,'https://staging.subscriptionflow.com/?p=4604',2,'nav_menu_item','',0),(4605,1,'2021-01-18 07:53:57','2021-01-18 07:53:57','','ra-1','','inherit','open','closed','','ra-1','','','2021-01-18 07:53:57','2021-01-18 07:53:57','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png',0,'attachment','image/png',0),(4606,1,'2021-01-18 07:54:02','2021-01-18 07:54:02','','ra-2','','inherit','open','closed','','ra-2','','','2021-01-18 07:54:02','2021-01-18 07:54:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-2.png',0,'attachment','image/png',0),(4607,1,'2021-01-18 07:54:09','2021-01-18 07:54:09','','ra-3','','inherit','open','closed','','ra-3','','','2021-01-18 07:54:09','2021-01-18 07:54:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-3.png',0,'attachment','image/png',0),(4608,1,'2021-01-18 07:54:14','2021-01-18 07:54:14','','ra-4','','inherit','open','closed','','ra-4','','','2021-01-18 07:54:14','2021-01-18 07:54:14','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-4.png',0,'attachment','image/png',0),(4609,1,'2021-01-18 07:54:19','2021-01-18 07:54:19','','ra-5','','inherit','open','closed','','ra-5','','','2021-01-18 07:54:19','2021-01-18 07:54:19','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-5.png',0,'attachment','image/png',0),(4610,1,'2021-01-18 07:54:24','2021-01-18 07:54:24','','ra-6','','inherit','open','closed','','ra-6','','','2021-01-18 07:54:24','2021-01-18 07:54:24','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-6.png',0,'attachment','image/png',0),(4611,1,'2021-01-18 07:54:29','2021-01-18 07:54:29','','ra-7','','inherit','open','closed','','ra-7','','','2021-01-18 07:54:29','2021-01-18 07:54:29','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-7.png',0,'attachment','image/png',0),(4612,1,'2021-01-18 07:54:36','2021-01-18 07:54:36','','ra-8','','inherit','open','closed','','ra-8','','','2021-01-18 07:54:36','2021-01-18 07:54:36','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-8.png',0,'attachment','image/png',0),(4613,1,'2021-01-18 07:54:41','2021-01-18 07:54:41','','ra-9','','inherit','open','closed','','ra-9','','','2021-01-18 07:54:41','2021-01-18 07:54:41','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-9.png',0,'attachment','image/png',0),(4614,1,'2021-01-18 07:54:46','2021-01-18 07:54:46','','ra-10','','inherit','open','closed','','ra-10','','','2021-01-18 07:54:46','2021-01-18 07:54:46','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-10.png',0,'attachment','image/png',0),(4615,1,'2021-01-18 07:54:50','2021-01-18 07:54:50','','ra-11','','inherit','open','closed','','ra-11','','','2021-01-18 07:54:50','2021-01-18 07:54:50','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-11.png',0,'attachment','image/png',0),(4616,1,'2021-01-18 07:54:54','2021-01-18 07:54:54','','ra-12','','inherit','open','closed','','ra-12','','','2021-01-18 07:54:54','2021-01-18 07:54:54','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-12.png',0,'attachment','image/png',0),(4617,1,'2021-01-18 07:55:01','2021-01-18 07:55:01','','ra-13','','inherit','open','closed','','ra-13','','','2021-01-18 07:55:01','2021-01-18 07:55:01','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-13.png',0,'attachment','image/png',0),(4621,1,'2021-01-18 08:20:33','2021-01-18 08:20:33','','sfpreloader','','inherit','open','closed','','sfpreloader','','','2021-01-18 08:20:33','2021-01-18 08:20:33','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sfpreloader.gif',0,'attachment','image/gif',0),(4624,1,'2021-01-19 06:03:28','2021-01-19 06:03:28','','Leading-Causes-of-Revenue-Leakages (1)','','inherit','open','closed','','leading-causes-of-revenue-leakages-1','','','2021-01-19 06:03:43','2021-01-19 06:03:43','',4454,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg',0,'attachment','image/jpeg',0),(4625,1,'2021-01-19 11:59:33','2021-01-19 11:59:33','With the advancement of technology, online business opportunities are also growing at a breakneck pace so do the risks and vulnerabilities of online commercial activities such as data-breach, online business processing complications, and more. Of all the perils, online payment frauds are the most hazardous setbacks to an online business that can leave them or their customers empty-handed.\r\n\r\nAfter getting a product and setting up the website for online business, you are all set to deal with customers. Now, you need a safe and reliable payment gateway that not only processes the secure payments for your business but also addressing other concerns of the businesses.\r\n\r\nSeveral payment gateway integration options are available in Australia. Some of them are local, whereas some are international. Selecting a payment gateway in Australia requires to consider the particular payment gateway needs of a specific business.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/\">Alternative Payment Methods—A New-Age of Electronic Funds Transfer</a>\r\n\r\nYou may need to study the following factors when choosing the payment gateway for your needs of online payment processing:\r\n<ul>\r\n <li>\r\n<h4><strong>Security</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the paramount requirement when selecting a payment gateway integration option in Australia or anywhere in the world. To process online payments, the businesses need to choose a payment gateway compliant with Level-1 PCI-DSS. It stands for Payment Card Industry Data Security Standard (PCI DSS). It is a set of requirements intended by the credit card companies to ensure that any company that processes, stores, or transmits credit card information must maintain a secure environment.\r\n<ul>\r\n <li>\r\n<h4><strong>eCommerce Compatibility</strong></h4>\r\n</li>\r\n</ul>\r\neCommerce compatibility refers to the compatibility of the platform’s user interface with the payment gateways to make the shopping and checking out experience smoother and faster.\r\n<ul>\r\n <li>\r\n<h4><strong>Recurring Payments Compatibility</strong></h4>\r\n</li>\r\n</ul>\r\nIf you are a subscription business or deals with a business that requires recurring billing then you are required to opt-out for a payment gateway that supports the recurring payments.\r\n<ul>\r\n <li>\r\n<h4><strong>Business Compatibility</strong></h4>\r\n</li>\r\n</ul>\r\nNot all payment gateways support all businesses. Before choosing a payment gateway make sure that the business stream is compatible with the payment gateway.\r\n<ul>\r\n <li>\r\n<h4><strong>Payment Method Support</strong></h4>\r\n</li>\r\n</ul>\r\n<a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">Payment gateways</a> are required to accept online payments in different currencies through a range of payment methods. The most preferred online payment methods are card payments that include both, credit and debit, ACH, e-checks, online banking, and wires.\r\n\r\nUnavailability of the preferred payment methods at checkout can irritate a customer and could cause the customer to not proceed with payment. This is why it is pertinent for an online merchant to choose a payment gateway that supports multiple payment methods\r\n<ul>\r\n <li>\r\n<h4><strong>Currency Support</strong></h4>\r\n</li>\r\n</ul>\r\nSimilarly, most payment gateways offer support to a few leading currencies. It limits the business scope for SaaS vendors or the merchants that offer their products and services all over the world. Studies suggest that customers like to pay their domestic currency.\r\n\r\nIt is wise to choose a payment gateway services provider in Australia that supports the Australian dollar in addition to the other leading currencies.\r\n\r\nTo receive <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">online payments</a> in their accounts and to accommodate several currencies and multiple payment methods, merchants have to select an appropriate payment gateway or payment processing service.\r\n<ul>\r\n <li>\r\n<h4><strong>Transaction Fee and Other Charges</strong></h4>\r\n</li>\r\n</ul>\r\nTransaction fees are the charges you pay to the merchant every time you receive payment into your account. Some payment gateways charge the monthly or annual fee as well. Some impose more international transactions and currency conversion charges.\r\n\r\nBefore selecting a payment gateway, consider all these factors not only the domestic fees as international and multi-currency fees are often higher.\r\n<ul>\r\n <li>\r\n<h4><strong>Merchant Account and Payouts</strong></h4>\r\n</li>\r\n</ul>\r\nA merchant account is required to set up to accept online payments made through credit cards. From there, it is then transferred to the business bank accounts. Transfers to the business account are normally done on a daily or weekly basis.\r\n\r\nSome payment gateways offer the services of the merchant account whereas it can be set up as a bank account, too. In simpler words, it is an agreement between a retailer, a merchant bank, and a payment processor for the settlement of card transactions.\r\n<ul>\r\n <li>\r\n<h4><strong>Contracts, Concealing Charges, and Reputation</strong></h4>\r\n</li>\r\n</ul>\r\nThis is also the most considerable factor when selecting a payment gateway. Many leading and widely used payment can suffer you a tormenting experience with their down servers, contract bindings, and hidden charges.\r\n\r\nResearch well before committing to a particular payment gateway and ensure the following:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>How reputable are they?</li>\r\n <li>What are the terms of their contract and are they appropriate for your business?</li>\r\n <li>Are there any hidden charges that in long term can be perturbing?</li>\r\n <li>Can you negotiate the terms and conditions with them?</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>Top International Payment Gateway Integration Options in Australia </strong></h3>\r\nHere is the list of our top picks of the international payment gateways available in Australia:\r\n<h3><strong>2Checkout</strong></h3>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4212 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png\" alt=\"2checkout\" width=\"300\" height=\"60\" /></p>\r\nOf all the international payment gateway options in Australia, 2Checkout is considered the most reliable and appropriate payment gateway. In addition to the Australian Dollar (AUD), it also supports more than 45 payment methods from 20 plus countries.\r\n\r\nFor most online subscription-based merchants, e-commerce retailers, freelancers, and SaaS, and other cloud businesses, 2Checkout is definitely a great option as a payment gateway with a plethora of features along with support to recurring payments so that merchants can charge customers on a monthly or yearly basis.\r\n\r\n2Checkout offers a flat-rate pricing model with transparent pricing and no hidden charges. And supports all the leading credit card payments including MasterCard, Visa, Discover, Diner’s Club, American Express, etc. and PayPal.\r\n\r\nAlong with PCI-DSS compliance, it also offers advanced fraud protection features, including a 3-tier defense strategy that helps detect fraud in real-time and two-way authentication.\r\n<h3><strong>Authorize.Net</strong></h3>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4214 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png\" alt=\"authorize.net-payment-gateway\" width=\"300\" height=\"60\" /></p>\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/\">Authorize.Net</a> is one of the leading and trusted by hundreds of thousands of merchants, payment gateway services provider in Australia and other regions of the world.\r\n\r\nAuthorize.Net is offering its payment processing services to all types of eCommerce businesses, subscription-based and recurring payments businesses, SaaS, cloud, data center, telco/ISP, and managed services businesses. It also supports almost all the payment methods including card payments, and alternate payment methods, such as Visa, MasterCard, Discover, American Express, JCB, PayPal, Visa SRC, Apple Pay, Chase Pay, E-check, etc.\r\n\r\nAuthorize.Net is also a PCI-DSS Compliant payment gateway with its robust fraud detection and prevention suite.\r\n<h3><strong>Braintree</strong></h3>\r\n<img class=\"size-full wp-image-4215 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png\" alt=\"braintree\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-recurring-billing-with-braintree/\">Braintree</a> is also a highly recommended payment gateway that offers a dedicated merchant account as well as supports a third-party merchant account. It also supports cryptocurrency in addition to credit cards, mobile payments, and digital wallets. It also accepts recurring payments.\r\n\r\nBraintree offers support to more than 130 currencies from 45+ merchant locations and supports payments through Visa, MasterCard, AMEX, PayPal, Venmo, Android Pay, Apple Pay, and Bitcoin.\r\n\r\nIt is a PCI-DSS Level 1 Compliant payment gateway equipped with 3D-secure Vault and fraud-protection and advanced anti-scam options. It usually takes 2-5 days to payout, however international merchants might experience delays up to 3 to 5 working days.\r\n<h3><strong>PayPal</strong></h3>\r\n<img class=\"size-full wp-image-4217 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png\" alt=\"paypal\" width=\"300\" height=\"60\" />\r\n\r\nKnown as the back-up payment gateway, PayPal is also the <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">leading payment processing services provider</a> across the world. It also offers aggregate accounts so that small businesses and startups can easily start receiving money into their accounts. <a href=\"https://staging.subscriptionflow.com/recurring-payments-with-paypal/\">PayPal</a> supports twenty-four plus currencies from 200 plus merchant locations from all over the world. PayPal accepts major credit/debit cards and PayPal, with enhanced PCI-DSS compliance to the customers along with PayPal buyer protection.\r\n<h3><strong>Stripe</strong></h3>\r\n<img class=\"size-full wp-image-4219 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png\" alt=\"stripe\" width=\"300\" height=\"60\" />\r\n\r\n<a href=\"https://staging.subscriptionflow.com/recurring-billing-with-stripe/\">Stripe</a> is a budgeted and most secure way to accept digital payments in Australia. It is great to automate recurring payments.\r\n\r\nStripe supports more than 135 currencies from more than 25 locations and can be used to accept card payments, mobile wallets like Android Pay, Apple Pay, 3D Secure, ACH, Google Pay, AliPay, and some others, and for international transactions. It offers instant transfer to the main account against a fee of 1% of the amount transferred.\r\n\r\nStripe has a dedicated vault that instantly encrypts payment information to secure the vault. Adding an extra layer of security, Stripe also offers Radar—a trademark anti-fraud system that secures sensitive data with the features like encryption and tokenization.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/\">PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?</a>\r\n<h3><strong>Top Domestic Payment Gateway Integration Options in Australia </strong></h3>\r\nHere is the list of our top picks of the domestic payment gateways available in Australia:\r\n<h3><strong>eWay</strong></h3>\r\n<img class=\"size-full wp-image-4627 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png\" alt=\"eway\" width=\"300\" height=\"60\" />\r\n\r\nBased in Australia, eWay is an international payment gateway known for its secure credit card payment processing. It also accepts payments from e-wallets like Apple Pay, MasterPass, etc.\r\n\r\nIt is a global omnichannel payment provider with a 25 percent online market and offers its services in other regions. For the merchants using Multi-Currency Internet Merchant Facility (IMF), eWAY processes payments in multiple currencies.\r\n<h3><strong>Fat Zebra</strong></h3>\r\n<img class=\"size-full wp-image-4628 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png\" alt=\"Fat-Zebra\" width=\"300\" height=\"60\" />\r\n\r\nFat Zebra is one of the most recommended Australia based payment gateways provides great payment processing services for merchants from Australia and New Zealand. It offers multi-currency support and works as a sophisticated omnichannel gateway.\r\n\r\nIt supports more than 19 payment methods including card payments, digital wallets, direct debit, and other alternative payment methods. For the Magento, Drupal, Foxycart, and WooCommerce retailers, it works best.\r\n<h3><strong>Pin Payments</strong></h3>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4629 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png\" alt=\"Pin-Payments\" width=\"300\" height=\"60\" /></p>\r\nPin Payments is another popular payment gateway in Australia and is great for small-sized businesses as it offers quite budget-friendly processing charges. It also supports multiple currencies including Yen, Peso, Bhat, Ringgit, etc. in addition to AUD, USD, CAD, Euro, Sterling Pound, and other leading currencies.\r\n\r\nWith Pin Payments, merchants can accept online card payments without the merchant accounts. It also works well with all the leading eCommerce platforms, subscription billing, and other platforms.\r\n<h3><strong>ANZ eGate</strong></h3>\r\n<img class=\"size-full wp-image-4630 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png\" alt=\"ANZ-ewallet\" width=\"300\" height=\"60\" />\r\n\r\nANZ eGate is also a digital payment processing service enabling small to mid-scale businesses to accept payments from multiple card payment methods including Visa, MasterCard, Diner’s, and AmericanExpress in different currencies.\r\n\r\nANZ eGate is a great option as it offers same-day funds settlement and can be integrated easily with the eCommerce platforms or in the billing systems. It is compliant with the Payment Card Industry Data Security Standard (PCI DSS).','Everything You Need to Know About the Payment Gateway Options in Australia in 2021 and Beyond!','','publish','open','open','','everything-you-need-to-know-about-the-payment-gateway-options-in-australia-in-2021-and-beyond','','','2021-01-19 11:59:33','2021-01-19 11:59:33','',0,'https://staging.subscriptionflow.com/?p=4625',0,'post','',0),(4627,1,'2021-01-19 11:54:31','2021-01-19 11:54:31','','eway','','inherit','open','closed','','eway','','','2021-01-19 11:54:40','2021-01-19 11:54:40','',4625,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png',0,'attachment','image/png',0),(4628,1,'2021-01-19 11:55:10','2021-01-19 11:55:10','','Fat-Zebra','','inherit','open','closed','','fat-zebra','','','2021-01-19 11:55:19','2021-01-19 11:55:19','',4625,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png',0,'attachment','image/png',0),(4629,1,'2021-01-19 11:55:34','2021-01-19 11:55:34','','Pin-Payments','','inherit','open','closed','','pin-payments','','','2021-01-19 11:55:40','2021-01-19 11:55:40','',4625,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png',0,'attachment','image/png',0),(4630,1,'2021-01-19 11:55:59','2021-01-19 11:55:59','','ANZ-ewallet','','inherit','open','closed','','anz-ewallet','','','2021-01-19 11:56:05','2021-01-19 11:56:05','',4625,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png',0,'attachment','image/png',0),(4631,1,'2021-01-19 11:57:30','2021-01-19 11:57:30','','top-payment-gateways-in-australia (1)','','inherit','open','closed','','top-payment-gateways-in-australia-1','','','2021-01-19 11:57:47','2021-01-19 11:57:47','',4625,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg',0,'attachment','image/jpeg',0),(4633,1,'2021-01-21 13:10:00','2021-01-21 13:10:00','','sap-10-e1610613260900','','inherit','open','closed','','sap-10-e1610613260900','','','2021-01-21 13:10:00','2021-01-21 13:10:00','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10-e1610613260900.png',0,'attachment','image/png',0),(4634,1,'2021-01-21 13:10:06','2021-01-21 13:10:06','','sap-19-1','','inherit','open','closed','','sap-19-1','','','2021-01-21 13:10:06','2021-01-21 13:10:06','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19-1.png',0,'attachment','image/png',0),(4635,1,'2021-01-21 13:10:11','2021-01-21 13:10:11','','sap-7-1','','inherit','open','closed','','sap-7-1','','','2021-01-21 13:10:11','2021-01-21 13:10:11','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7-1.png',0,'attachment','image/png',0),(4636,1,'2021-01-21 13:12:02','2021-01-21 13:12:02','','sap-4-e1610610854889','','inherit','open','closed','','sap-4-e1610610854889','','','2021-01-21 13:12:02','2021-01-21 13:12:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4-e1610610854889.jpg',0,'attachment','image/jpeg',0),(4637,1,'2021-01-22 13:03:38','2021-01-22 13:03:38','As more and more customers are switching to online payments, they need more user-friendly, simple, and quicker payment processing solutions.\r\n\r\nAdding payment functionalities is paramount to do online transactions for businesses. Checkout is one of them. As convenient is the checkout process as higher will be the rate of the conversions.\r\n\r\nIn the online environment, checkout is the place where customers are re-directed to enter their order, billing, and payment details and process transactions.\r\n\r\nIn simpler words, it can be considered as a digital version of the physical checkout counter at mortar and brick store.\r\n\r\nThis article outlines the checkout and the checkout process. It also identifies the differences as well as the advantages and disadvantages of different types of checkout pages and the checkout processes. We will also overview the ways to optimize the checkouts.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h3 class=\"tb-heading\"><strong>What is Checkout?</strong></h3>\r\nCheckout, commonly known as the External Payment Page, Third-party Checkout, or Hosted Payment Page, is one of the most common ways to accept online payments.\r\n\r\nCheckout is the online web page containing a form to fill the order, billing, shipping, or contact and payment details. The page connects the online shopping cart to the payment page from where a consumer can make their online payments and it handles all the electronic transactions.\r\n\r\nCheckout pages take control of all the transaction process—from payment details collection to protection of sensitive data and security.\r\n\r\nCheckouts can be categorized as onsite checkout and offsite checkout.\r\n\r\nThe other types of checkouts include one-page or one-click checkout and multi-step checkout.\r\n\r\nDifferent checkouts are used by different businesses based on their preferences. In modern-day e-commerce, each type of checkout page has its own significance. It is all about which type suits your business most and how you can optimize it to take maximum advantage out of it.\r\n\r\nLet’s see what are the benefits and challenges of different types of checkout pages:\r\n<h3 class=\"tb-heading\"><strong>Onsite v. Offsite Checkout</strong></h3>\r\nThe checkout page is the final step of your sales process that helps you to convert leads into paying customers. Setting up a checkout page requires you to opt-out of any of the options from onsite or offsite checkout pages.\r\n\r\nOnsite checkout refers to the checkout page hosted on your site, whereas the offsite checkout page is the page hosted externally by a third-party payment processor.\r\n<ul>\r\n <li>\r\n<h4><strong>Onsite Checkout</strong></h4>\r\n</li>\r\n</ul>\r\nOnsite checkout is the checkout hosted at your domain and customer would stay at your site from selecting a product to buy till entering the payment information and proceed with transactions except transactions is still managed by the payment processor.\r\n\r\nSSL certificate is the mandatory requirement for any site to host a checkout page. SSL is used to encrypt the incoming and outgoing payment data and keep transactions secure. Hosting the checkout at your own site comes with a few more complications like configuring the checkout page.\r\n\r\nSome of its prominent pros and cons are:\r\n<h3><strong>Pros</strong></h3>\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Seamless Experience</li>\r\n <li>Auto Customer Accounts Setup</li>\r\n <li>Complete Customization</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Cons</strong></h3>\r\n[su_list icon=\"icon: remove\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Complicated Setup</li>\r\n <li>Same Site Payment Processing May Cause Mistrust</li>\r\n <li>SSL and PCI-Compliance</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><strong>Offsite Checkout</strong></h4>\r\n</li>\r\n</ul>\r\nOffsite checkout is commonly known as Hosted Checkouts or Hosted Payment Pages.\r\n\r\nHosted checkout pages are located on the other website and you can link the checkout at your site as an external link where a customer is routed to the third-party payment processor or payment gateway to provide payment details and make transactions in a secure and protected environment.\r\n\r\nOnce the transaction is completed, the hosted payment page takes the customer back to the website and notifies the merchant and the customer, both, with an email notification as well as an online transaction receipt.\r\n\r\nHosted checkout pages are provided by many payment processors and payment gateways. These\r\n\r\nThese checkout pages can be customized and designed with the brand’s logo along with the payment processor brand’s logo.\r\n\r\nConfiguring the Hosted Payment Pages are easier, faster, and safer. They also build trust and provide customers a seamless experience with the options to pay using multiple payment methods and enhanced security.\r\n\r\nOn the other hand, it minimizes the merchant’s liabilities for PCI – DSS Compliance requirements and recurring billing and payments support.\r\n\r\nHere are a few pros and cons of the offsite checkout pages:\r\n<h3><strong>Pros</strong></h3>\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Enhanced Security</li>\r\n <li>Less Merchant Liability</li>\r\n <li>Trusted Branding</li>\r\n <li>Multiple Payment Methods</li>\r\n <li>Recurring Billing Support</li>\r\n <li>Basic Customizations</li>\r\n <li>Quick Integration</li>\r\n <li>Multiple Platform Support</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Cons</strong></h3>\r\n[su_list icon=\"icon: remove\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Redirection May Confuse Customers</li>\r\n <li>Controlled Customization</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3 class=\"tb-heading\" style=\"text-align: center;\"><strong>The Checkout Process</strong></h3>\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4638 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg\" alt=\"The-Checkout-Process\" width=\"800\" height=\"170\" /></p>\r\nThe checkout process begins when the customer selects and adds the product or items from a site or an online store into the cart and proceeds to the checkout page to make payments.\r\n\r\nIn order to make payments, customers are required to enter personal, contact, or billing and payment details to proceed with transactions using checkout pages.\r\n\r\nAlong with the checkout pages, the checkout process is also customizable.\r\n\r\nThe checkout process can be a single step or multi-step process. It can also be comprised of only one-page with a form to enter all the details or it may require the customer to proceed to the next page with every step and can go back to edit the information it requires.\r\n\r\nOne-click or one-page checkout process is simpler and faster but less attractive, responsive, and may not offer as many options as the multi-step checkout process offers.\r\n<ul>\r\n <li><strong>One-Page Checkout Process</strong></li>\r\n</ul>\r\nThis checkout contains all the elements and fields of checkout on one page only. The one-page checkouts are the most commonly used as they are not only simple but are faster and hence support more conversions.\r\n\r\nOne-page checkouts are, sometimes, also called one-click checkouts as they do not require navigating the different fields in different places. However, long forms may worsen the user experience as well as collecting all the information from one-page checkout forces a higher volume that can make the page heavier.\r\n\r\nTo avoid the higher volume issue, one-page forms are created straight-forward and may lose the opportunity for the merchant to collect more customer data.\r\n\r\nThese are some pros and cons of the one-page checkout process:\r\n<h3><strong>Pros</strong></h3>\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Faster</li>\r\n <li>More Conversions</li>\r\n <li>No Navigation</li>\r\n <li>User-Friendly Interface</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Cons</strong></h3>\r\n[su_list icon=\"icon: remove\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Flat Design</li>\r\n <li>Slow Site Speed</li>\r\n</ul>\r\n[/su_list]\r\n<ul>\r\n <li>\r\n<h4><strong>Multi-Step Checkout Process</strong></h4>\r\n</li>\r\n</ul>\r\nAs the name suggests, it is a checkout process that spreads over a number of steps or pages. It requires customers to add manually personal, billing, or payment details and make transactions.\r\n\r\nThe multi-step checkout process is more responsive, can collect more customer information, can offer guest checkout, and facilitate customers to revisit the information they have provided and checkout without losing the data.\r\n\r\nMulti-step checkout processes are great for the purchase of expensive products but is not great for recurring transactions.\r\n\r\nBesides, it takes more time to complete the checkout process but each step in the multi-step checkout process helps the merchants to take full advantage of calculating and tracking the metrics.\r\n\r\nSome of the key advantage and disadvantages of the multi-step or multi-page checkout processes:\r\n<h3><strong>Pros</strong></h3>\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Responsive Design</li>\r\n <li>Data Collection</li>\r\n <li>Guest Checkout</li>\r\n <li>Analytics</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Cons</strong></h3>\r\n[su_list icon=\"icon: remove\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Time</li>\r\n <li>Length</li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a>\r\n<h3 class=\"tb-heading\"><strong>Best Practices to Optimize Checkouts and Checkout Processes</strong></h3>\r\nMerchants need to take care of the following components when integrating a checkout process to the website or online stores to optimize the checkout process:\r\n<ul>\r\n <li>\r\n<h4><strong>Guest Checkout</strong></h4>\r\n</li>\r\n</ul>\r\nAsking customers for mandatory registration throws a big dent to the plan to convert leads into conversions. Customers need a seamless online purchasing experience. Instead of obliging customers to register, you can collect customer information and can create the customer account through the guest checkout process directly into your billing and payment processing system.\r\n\r\nOnline stores can also allow their customers to log in using their social media accounts or through their emails.\r\n<ul>\r\n <li>\r\n<h4><strong>Multiple Payment Options</strong></h4>\r\n</li>\r\n</ul>\r\nCustomers are convenient to provide them more payment options so they always have an alternative when their primary payment method is not available and more options for currencies as well. The broader the optimal of different payment gateways, the more probabilities you may have to convert leads into paying customers.\r\n<ul>\r\n <li>\r\n<h4><strong>PCI-Compliance</strong></h4>\r\n</li>\r\n</ul>\r\nGo for the payment gateways that are PCI-compliant. In addition, ensure customers that their payment data is encrypted and protected with the payment gateway logo, security seals, and other such elements.\r\n<ul>\r\n <li>\r\n<h4><strong>Data Validation</strong></h4>\r\n</li>\r\n</ul>\r\nUnknowingly or when the customers are in hurry, there are chances that incomplete or incorrect information can be entered into the system. Adding a data validation for input errors to the checkout process helps the customers to correct the details and reduce the errors when providing information like address, contact number, email id, bank account, or credit card number, etc.\r\n\r\nFor the merchants, this feature guarantees accurate data and validated details and for the customer, it monitors and streamlines the data entry process.\r\n<ul>\r\n <li>\r\n<h4><strong>Easy and Simple UI</strong></h4>\r\n</li>\r\n</ul>\r\nThe easy, simple, and responsive interface facilitates more conversions as it removes the frictions for a customer with convenience and streamlined data entry.\r\n<ul>\r\n <li>\r\n<h4><strong>Mobile-Friendly Checkout Process</strong></h4>\r\n</li>\r\n</ul>\r\nAs more and more online purchases are coming through mobile phones, merchants must create, customize, and optimize the checkout for a seamless mobile experience.\r\n<ul>\r\n <li>\r\n<h4><strong>Checkout Process Indicator</strong></h4>\r\n</li>\r\n</ul>\r\nA one-page or multi-page checkout process is great for the customer to track the checkout progress along the way. Merchants must ease and simplify the checkout process by adding the checkout process indicator to help customers tracking at how long had they reached so far or how many steps are left in completing the process.\r\n<ul>\r\n <li>\r\n<h4><strong>Auto-Save Feature</strong></h4>\r\n</li>\r\n</ul>\r\nConnection lost or any other technical glitch when resulted in the loss of data, it is just not the loss of data, it loses the customer as well. With the Auto-save feature, merchants can ensure neither the data is lost nor does the customer.','Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?','','publish','open','open','','check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments','','','2021-01-22 13:03:38','2021-01-22 13:03:38','',0,'https://staging.subscriptionflow.com/?p=4637',0,'post','',0),(4638,1,'2021-01-22 13:00:58','2021-01-22 13:00:58','','The-Checkout-Process','','inherit','open','closed','','the-checkout-process','','','2021-01-22 13:01:10','2021-01-22 13:01:10','',4637,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg',0,'attachment','image/jpeg',0),(4639,1,'2021-01-22 13:01:38','2021-01-22 13:01:38','','Optimal-Checkout-process-for-businesses','','inherit','open','closed','','optimal-checkout-process-for-businesses','','','2021-01-22 13:01:46','2021-01-22 13:01:46','',4637,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg',0,'attachment','image/jpeg',0),(4649,1,'2021-01-25 07:56:28','2021-01-25 07:56:28','[vc_row css=\".vc_custom_1610015324278{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/6\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Accommodate Multiple Payment Methods and Different Currencies with these Payment Gateways\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" ael_class=\"p18 pc1\" css=\".vc_custom_1589281607092{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Enhance customer’s buying experience with payment gateways offered in <span class=\"subscriptionflow-ff\">SubscriptionFlow</span> for a secure and fast payment processing[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 payment-gate-new\"][vc_column][vc_custom_heading text=\"We support Recurring Payments across 150+ countries\" css=\".vc_custom_1610015264513{padding-bottom: 50px !important;}\"][/vc_column][/vc_row][vc_row el_class=\"padL100 padR100 payment-gate-new\" css=\".vc_custom_1611560754507{padding-bottom: 100px !important;}\"][vc_column width=\"1/4\"][vc_raw_html]JTNDbGFiZWwlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fbGFiZWwlMjIlM0VDaG9vc2UlMjBhJTIwY291bnRyeSUzQyUyRmxhYmVsJTNFJTIwJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc2VsZWN0JTIwaWQlM0QlMjJjb3VudHJ5LXNlbGVjdG9yJTIyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3NlbGVjdCUyMiUyMGRhdGEtZmlsbHItaWQlM0QlMjI2MzY5ODM4OTMlMjIlMjBkYXRhLWZpbGxyJTNEJTIyYm91bmQlMjIlMjBhdXRvY29tcGxldGUlM0QlMjJvZmYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnVuaXRlZC1zdGF0ZXMlMjIlMjBpZCUzRCUyMnVuaXRlZC1zdGF0ZXMlMjIlM0VVbml0ZWQlMjBTdGF0ZXMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnVuaXRlZC1raW5nZG9tJTIyJTIwaWQlM0QlMjJ1bml0ZWQta2luZ2RvbSUyMiUzRVVuaXRlZCUyMEtpbmdkb20lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmNhbmFkYSUyMiUyMGlkJTNEJTIyY2FuYWRhJTIyJTNFQ2FuYWRhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJhdXN0cmFsaWElMjIlMjBpZCUzRCUyMmF1c3RyYWxpYSUyMiUzRUF1c3RyYWxpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyYW5kb3JyYSUyMiUyMGlkJTNEJTIyYW5kb3JyYSUyMiUzRUFuZG9ycmElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmF1c3RyaWElMjIlMjBpZCUzRCUyMmF1c3RyaWElMjIlM0VBdXN0cmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJiZWxnaXVtJTIyJTIwaWQlM0QlMjJiZWxnaXVtJTIyJTNFQmVsZ2l1bSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyYnJhemlsJTIyJTIwaWQlM0QlMjJicmF6aWwlMjIlM0VCcmF6aWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmJ1bGdhcmlhJTIyJTIwaWQlM0QlMjJidWxnYXJpYSUyMiUzRUJ1bGdhcmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJjcm9hdGlhJTIyJTIwaWQlM0QlMjJjcm9hdGlhJTIyJTNFQ3JvYXRpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyY3lwcnVzJTIyJTIwaWQlM0QlMjJjeXBydXMlMjIlM0VDeXBydXMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmN6ZWNoLXJlcHVibGljJTIyJTIwaWQlM0QlMjJjemVjaC1yZXB1YmxpYyUyMiUzRUN6ZWNoJTIwUmVwdWJsaWMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmRlbm1hcmslMjIlMjBpZCUzRCUyMmRlbm1hcmslMjIlM0VEZW5tYXJrJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJlc3RvbmlhJTIyJTIwaWQlM0QlMjJlc3RvbmlhJTIyJTNFRXN0b25pYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyZmlubGFuZCUyMiUyMGlkJTNEJTIyZmlubGFuZCUyMiUzRUZpbmxhbmQlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmZyYW5jZSUyMiUyMGlkJTNEJTIyZnJhbmNlJTIyJTNFRnJhbmNlJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJnZXJtYW55JTIyJTIwaWQlM0QlMjJnZXJtYW55JTIyJTNFR2VybWFueSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyZ2licmFsdGFyJTIyJTIwaWQlM0QlMjJnaWJyYWx0YXIlMjIlM0VHaWJyYWx0YXIlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmdyZWVjZSUyMiUyMGlkJTNEJTIyZ3JlZWNlJTIyJTNFR3JlZWNlJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJndWVybnNleSUyMiUyMGlkJTNEJTIyZ3Vlcm5zZXklMjIlM0VHdWVybnNleSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaG9uZy1rb25nJTIyJTIwaWQlM0QlMjJob25nLWtvbmclMjIlM0VIb25nJTIwS29uZyUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaHVuZ2FyeSUyMiUyMGlkJTNEJTIyaHVuZ2FyeSUyMiUzRUh1bmdhcnklM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmljZWxhbmQlMjIlMjBpZCUzRCUyMmljZWxhbmQlMjIlM0VJY2VsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJpbmRpYSUyMiUyMGlkJTNEJTIyaW5kaWElMjIlM0VJbmRpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyaXNyYWVsJTIyJTIwaWQlM0QlMjJpc3JhZWwlMjIlM0VJc3JhZWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmlyZWxhbmQlMjIlMjBpZCUzRCUyMmlyZWxhbmQlMjIlM0VJcmVsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJpc2xlLW9mLW1hbiUyMiUyMGlkJTNEJTIyaXNsZS1vZi1tYW4lMjIlM0VJc2xlJTIwb2YlMjBNYW4lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMml0YWx5JTIyJTIwaWQlM0QlMjJpdGFseSUyMiUzRUl0YWx5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJqYXBhbiUyMiUyMGlkJTNEJTIyamFwYW4lMjIlM0VKYXBhbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyamVyc2V5JTIyJTIwaWQlM0QlMjJqZXJzZXklMjIlM0VKZXJzZXklM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmxhdHZpYSUyMiUyMGlkJTNEJTIybGF0dmlhJTIyJTNFTGF0dmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJsaWVjaHRlbnN0ZWluJTIyJTIwaWQlM0QlMjJsaWVjaHRlbnN0ZWluJTIyJTNFTGllY2h0ZW5zdGVpbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybGl0aHVhbmlhJTIyJTIwaWQlM0QlMjJsaXRodWFuaWElMjIlM0VMaXRodWFuaWElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMmx1eGVtYm91cmclMjIlMjBpZCUzRCUyMmx1eGVtYm91cmclMjIlM0VMdXhlbWJvdXJnJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJtYWxheXNpYSUyMiUyMGlkJTNEJTIybWFsYXlzaWElMjIlM0VNYWxheXNpYSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybWFsdGElMjIlMjBpZCUzRCUyMm1hbHRhJTIyJTNFTWFsdGElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm1leGljbyUyMiUyMGlkJTNEJTIybWV4aWNvJTIyJTNFTWV4aWNvJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJtb25hY28lMjIlMjBpZCUzRCUyMm1vbmFjbyUyMiUzRU1vbmFjbyUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIybmV0aGVybGFuZHMlMjIlMjBpZCUzRCUyMm5ldGhlcmxhbmRzJTIyJTNFTmV0aGVybGFuZHMlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm5ldy16ZWFsYW5kJTIyJTIwaWQlM0QlMjJuZXctemVhbGFuZCUyMiUzRU5ldyUyMFplYWxhbmQlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMm5vcndheSUyMiUyMGlkJTNEJTIybm9yd2F5JTIyJTNFTm9yd2F5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJwb2xhbmQlMjIlMjBpZCUzRCUyMnBvbGFuZCUyMiUzRVBvbGFuZCUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIycG9ydHVnYWwlMjIlMjBpZCUzRCUyMnBvcnR1Z2FsJTIyJTNFUG9ydHVnYWwlM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnJvbWFuaWElMjIlMjBpZCUzRCUyMnJvbWFuaWElMjIlM0VSb21hbmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzYW4tbWFyaW5vJTIyJTIwaWQlM0QlMjJzYW4tbWFyaW5vJTIyJTNFU2FuJTIwTWFyaW5vJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzaW5nYXBvcmUlMjIlMjBpZCUzRCUyMnNpbmdhcG9yZSUyMiUzRVNpbmdhcG9yZSUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyc2xvdmFraWElMjIlMjBpZCUzRCUyMnNsb3Zha2lhJTIyJTNFU2xvdmFraWElM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnNsb3ZlbmlhJTIyJTIwaWQlM0QlMjJzbG92ZW5pYSUyMiUzRVNsb3ZlbmlhJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJzcGFpbiUyMiUyMGlkJTNEJTIyc3BhaW4lMjIlM0VTcGFpbiUzQyUyRm9wdGlvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ29wdGlvbiUyMHZhbHVlJTNEJTIyc3dlZGVuJTIyJTIwaWQlM0QlMjJzd2VkZW4lMjIlM0VTd2VkZW4lM0MlMkZvcHRpb24lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NvcHRpb24lMjB2YWx1ZSUzRCUyMnN3aXR6ZXJsYW5kJTIyJTIwaWQlM0QlMjJzd2l0emVybGFuZCUyMiUzRVN3aXR6ZXJsYW5kJTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDb3B0aW9uJTIwdmFsdWUlM0QlMjJ2YXRpY2FuLWNpdHklMjIlMjBpZCUzRCUyMnZhdGljYW4tY2l0eSUyMiUzRVZhdGljYW4lMjBDaXR5JTNDJTJGb3B0aW9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGc2VsZWN0JTNF[/vc_raw_html][/vc_column][vc_column width=\"3/4\"][vc_raw_html]JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjB1bml0ZWQtc3RhdGVzJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwYmxvY2slM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXVzJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlVbml0ZWQlMjBTdGF0ZXMlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1wYXlwYWwlMkYlMjIlM0VQYXlQYWwlMjBQYXltZW50cyUyMFBybyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtYXV0aG9yaXplLW5ldCUyRiUyMiUzRUF1dGhvcml6ZS5OZXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZkb2NzJTJGcGF5cGFsX3BheWZsb3dfcHJvLmh0bWwlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHVuaXRlZC1raW5nZG9tJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tZ2IlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVVuaXRlZCUyMEtpbmdkb20lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1wYXlwYWwlMkYlMjIlM0VQYXlQYWwlMjBQYXltZW50cyUyMFBybyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGNhbmFkYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWNhJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDYW5hZGElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLWF1dGhvcml6ZS1uZXQlMkYlMjIlM0VBdXRob3JpemUuTmV0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtcGF5cGFsJTJGJTIyJTNFUGF5UGFsJTIwUGF5bWVudHMlMjBQcm8lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBQYXlmbG93JTIwUHJvJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGF1c3RyYWxpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWF1JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlBdXN0cmFsaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLWF1dGhvcml6ZS1uZXQlMkYlMjIlM0VBdXRob3JpemUuTmV0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwUGF5ZmxvdyUyMFBybyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGFuZG9ycmElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1hZCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QW5kb3JyYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGF1c3RyaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1hdCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QXVzdHJpYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGJlbGdpdW0lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1iZSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5QmVsZ2l1bSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGJyYXppbCUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWJyJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlCcmF6aWwlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBidWxnYXJpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWJnJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlCdWxnYXJpYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGNyb2F0aWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1ociUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5Q3JvYXRpYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGN5cHJ1cyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWN5JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDeXBydXMlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBjemVjaC1yZXB1YmxpYyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWN6JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlDemVjaCUyMFJlcHVibGljJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZGVubWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWRrJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlEZW5tYXJrJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZXN0b25pYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWVlJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlFc3RvbmlhJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGZpbmxhbmQlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1maSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5RmlubGFuZCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGZyYW5jZSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWZyJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlGcmFuY2UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBnZXJtYW55JTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tZGUlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUdlcm1hbnklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBnaWJyYWx0YXIlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1naSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5R2licmFsdGFyJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGdyZWVjZSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWdyJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlHcmVlY2UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwZ3Vlcm5zZXklMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1nZyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5R3Vlcm5zZXklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwaG9uZy1rb25nJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taGslMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUhvbmclMjBLb25nJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGh1bmdhcnklMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1odSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SHVuZ2FyeSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGljZWxhbmQlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1pcyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SWNlbGFuZCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBpbmRpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWluJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlJbmRpYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGlzcmFlbCUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWlsJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlJc3JhZWwlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBpcmVsYW5kJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taWUlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUlyZWxhbmQlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwaXNsZS1vZi1tYW4lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1pbSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5SXNsZSUyMG9mJTIwTWFuJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGl0YWx5JTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24taXQlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUl0YWx5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGphcGFuJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tanAlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUphcGFuJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwamVyc2V5JTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tamUlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOUplcnNleSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGxhdHZpYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWx2JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMYXR2aWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbGllY2h0ZW5zdGVpbiUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWxpJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMaWVjaHRlbnN0ZWluJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMGxpdGh1YW5pYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWx0JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMaXRodWFuaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbHV4ZW1ib3VyZyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLWx1JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlMdXhlbWJvdXJnJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTIwJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbWFsYXlzaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1teSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5TWFsYXlzaWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbWFsdGElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1tdCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5TWFsdGElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBtZXhpY28lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1teCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5TWV4aWNvJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwbW9uYWNvJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tbWMlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOU1vbmFjbyUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBuZXRoZXJsYW5kcyUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLW5sJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlOZXRoZXJsYW5kcyUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnBheW1lbnQtZ2F0ZXdheXMlMkZnb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBuZXctemVhbGFuZCUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLW56JTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlOZXclMjBaZWFsYW5kJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGZG9jcyUyRnBheXBhbF9wYXlmbG93X3Byby5odG1sJTIyJTNFUGF5UGFsJTIwUGF5ZmxvdyUyMFBybyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBub3J3YXklMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1ubyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5Tm9yd2F5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwcG9sYW5kJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tcGwlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVBvbGFuZCUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHBvcnR1Z2FsJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tcHQlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVBvcnR1Z2FsJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHJvbWFuaWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1ybyUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5Um9tYW5pYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHNhbi1tYXJpbm8lMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1zbSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U2FuJTIwTWFyaW5vJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHNpbmdhcG9yZSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXNnJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlTaW5nYXBvcmUlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc2xvdmFraWElMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1zayUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U2xvdmFraWElMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjBzbG92ZW5pYSUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXNpJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlTbG92ZW5pYSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmgyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmUlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtc3RyaXBlJTJGJTIyJTNFU3RyaXBlJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jay0tbGFiZWwlMjIlM0VQcmVmZXJyZWQlMjBQYXJ0bmVyJTNDJTJGc3BhbiUzRSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHNwYWluJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwbm9uZSUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2gyJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX3RpdGxlJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyaW1nLWljb24lMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJmbGFnLWljb24lMjBmbGFnLWljb24tZXMlMjIlM0UlM0MlMkZzcGFuJTNFJTNDJTJGc3BhbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOVNwYWluJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGaDIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1zdHJpcGUlMkYlMjIlM0VTdHJpcGUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrLS1sYWJlbCUyMiUzRVByZWZlcnJlZCUyMFBhcnRuZXIlM0MlMkZzcGFuJTNFJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXJlY3VycmluZy1iaWxsaW5nLXdpdGgtYnJhaW50cmVlJTJGJTIyJTNFQnJhaW50cmVlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcGF5bWVudC1nYXRld2F5cyUyRmdvY2FyZGxlc3MlMkYlMjIlM0VHb0NhcmRsZXNzJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTNFUGF5UGFsJTIwRXhwcmVzcyUyMENoZWNrb3V0JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLXBheW1lbnRzLXdpdGgtYWR5ZW4lMkYlMjIlM0VBZHllbiUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1iaWxsaW5nLXdpdGgtd29ybGRwYXklMkYlMjIlM0VXb3JsZHBheSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fY29udGVudCUyMHN3ZWRlbiUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMG5vbmUlM0IlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NoMiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X190aXRsZSUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmltZy1pY29uJTIyJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZmxhZy1pY29uJTIwZmxhZy1pY29uLXNlJTIyJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnNwYW4lM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDlTd2VkZW4lMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcmVjdXJyaW5nLWJpbGxpbmctd2l0aC1icmFpbnRyZWUlMkYlMjIlM0VCcmFpbnRyZWUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZwYXltZW50LWdhdGV3YXlzJTJGZ29jYXJkbGVzcyUyRiUyMiUzRUdvQ2FyZGxlc3MlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1hZHllbiUyRiUyMiUzRUFkeWVuJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlX19ibG9jayUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTJGcmVjdXJyaW5nLWJpbGxpbmctd2l0aC13b3JsZHBheSUyRiUyMiUzRVdvcmxkcGF5JTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19jb250ZW50JTIwc3dpdHplcmxhbmQlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi1jaCUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5U3dpdHplcmxhbmQlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXN0cmlwZSUyRiUyMiUzRVN0cmlwZSUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2stLWxhYmVsJTIyJTNFUHJlZmVycmVkJTIwUGFydG5lciUzQyUyRnNwYW4lM0UlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctcGF5bWVudHMtd2l0aC1nb2NhcmRsZXNzJTJGJTIyJTNFR29DYXJkbGVzcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1yZWN1cnJpbmctYmlsbGluZy13aXRoLWJyYWludHJlZSUyRiUyMiUzRUJyYWludHJlZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVBheVBhbCUyMEV4cHJlc3MlMjBDaGVja291dCUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fZmVhdHVyZV9fYmxvY2slMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyRnJlY3VycmluZy1wYXltZW50cy13aXRoLWFkeWVuJTJGJTIyJTNFQWR5ZW4lM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMkZyZWN1cnJpbmctYmlsbGluZy13aXRoLXdvcmxkcGF5JTJGJTIyJTNFV29ybGRwYXklM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2NvbnRlbnQlMjB2YXRpY2FuLWNpdHklMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBub25lJTNCJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDaDIlMjBjbGFzcyUzRCUyMnBnLWNvbXBvbmVudF9fdGl0bGUlMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbWctaWNvbiUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmZsYWctaWNvbiUyMGZsYWctaWNvbi12YSUyMiUzRSUzQyUyRnNwYW4lM0UlM0MlMkZzcGFuJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5VmF0aWNhbiUyMENpdHklMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZoMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGctY29tcG9uZW50X19mZWF0dXJlJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJwZy1jb21wb25lbnRfX2ZlYXR1cmVfX2Jsb2NrJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlM0VQYXlQYWwlMjBFeHByZXNzJTIwQ2hlY2tvdXQlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Payment Gateway','','publish','closed','closed','','payment-gateway','','','2021-01-25 08:10:50','2021-01-25 08:10:50','',0,'https://staging.subscriptionflow.com/?page_id=4649',0,'page','',0),(4675,1,'2021-01-25 14:01:40','2021-01-25 14:01:40','With the rapid implementation of cutting-edge technologies, today businesses are getting extreme opportunities of adopting them to formulate the business framework. There are various factors that contribute to the development of businesses. These include technological advancements, customer expectations, brand image, credibility, and the aim of gaining a competitive edge in the market that consistently remains there.\r\n\r\nThe constantly evolving technology has one thing in common that has become a must for businesses to adopt. Among them, cloud-based software is the one. Software as a Service (SaaS) is a web-based software that delivers business applications over the internet and provides specific services. It is easy to access and manages all the business applications efficiently. SaaS is shifting the paradigm of businesses by providing enhanced facilities and capabilities. Whether it is a startup, small business, or an enterprise, cloud-based solutions are the key to business development.\r\n<h2><strong>Factors Influencing SaaS Adoption</strong></h2>\r\nBelow are highlighted some factors that are accelerating the adoption of SaaS-based business solutions:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>To compete in the race of the technology world, cloud-based business solutions are a must. They help you stand out among competitors and grow exponentially.</li>\r\n <li>Cloud-based applications tend to generate more revenue due to large-scale users that prefer online applications in their daily life.</li>\r\n <li>The strong competition in the market is increasing customer expectations. To provide more in one interface, cloud-based applications are playing a central role in retaining customers.</li>\r\n <li>The customer demand has increased in the flexibility and usability of the applications that can only be ensured through online applications.</li>\r\n <li>The problem of device storage calls out for cloud-based solutions where data can be stored for long without any hassle.</li>\r\n <li>Cloud-based applications are more secure as they ensure stringent security mechanisms that protect them from any unauthorized access.</li>\r\n <li>Digitization is gaining firm ground in the industries that are handy to solve them through SaaS applications.</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIf we say that SaaS is the huge movement that happened in the digital space, then it won’t be wrong. It has influenced almost every industrial sector and provides extended solutions to make life easier. Moreover, the trend of AI-based applications employs strong underlying algorithms of AI and machine learning that strategize the technical applications to address the needs of customers.\r\n\r\nCloud-based applications gather huge data that make learning of AI and machine learning models reliable and pave the road for major high-end applications that can be used to solve multiple real-world problems in the digital space.\r\n\r\nBelow are the key attributes that made SaaS an attractive option for businesses.\r\n<h3><strong>Ease of Use</strong></h3>\r\nThis is one of the greatest benefits that SaaS gives to businesses. The key aspect is usability that refers to the concept of human interaction with the computer. The SaaS software should be highly understandable which makes it easy for the users to operate it with respect iota its functionality as well as the user interface. The more the friendly interface will be, the more chances there will be to grab a customer towards your SaaS software.\r\n<h3><strong>Accessibility</strong></h3>\r\nSaaS allows remote access to its users. Customers have the facility to just download the app and use it without paying to buy it. SaaS gives full access to all the features and components of the application and makes collaboration and communication easy for the users. This ultimately reduces the gap between entities while presenting them the highly tailored solutions specific to their needs.\r\n<h3><strong>Upgrades</strong></h3>\r\nUsers do not need to manually update their mobile applications after a certain period of time. SaaS software automatically gets upgraded and users can enjoy the latest version of the application. This benefits both the users and the businesses in many ways.\r\n<h3><strong>Low Cost</strong></h3>\r\nSaaS software is less expensive for businesses to build. With a wide range of options for features upgrade and capabilities in the system, SaaS provides you various packages that ultimately address the needs of businesses in an efficient way.\r\n<h3><strong>Reliability </strong></h3>\r\nSaaS software is highly reliable. They are easy to test. For instance, the traditional SaaS software take hours to get the bug fixed and they are most prone to crashes. On the other hand, SaaS software can be checked automatically in order to eliminate the issues and fix the bugs on a regular basis if something unusual happens in the system.\r\n<h3><strong>Time-Saving</strong></h3>\r\nSaaS eliminates the need for dealing with traditional software. It can be automated with respect to testing and certain features which do not require any manual effort. Monitoring and maintenance are easy in the SaaS systems.\r\n<h3><strong>Security</strong></h3>\r\nData security is a concern of every business. In a cloud-based platform, data security becomes stronger. SaaS ensures stringent security over the platform. If any data breach occurs, there is no fear that data will lose. It ensures enhanced security of the data and enhances the performance of the system.\r\n\r\nTo sum up, SaaS businesses will continue to evolve due to the increasing competition and the customer expectations in the market. The flexibility and performance provide by SaaS businesses make it the core of every industry that designs business applications based on customer interests. Whether it is third party apps or tools integration or the alignment with high-end technologies, SaaS supports all to help businesses expand their infrastructure seamlessly.','How SaaS is Changing the Way Businesses Work','','publish','open','open','','how-saas-is-changing-the-way-businesses-work','','','2021-01-25 14:01:40','2021-01-25 14:01:40','',0,'https://staging.subscriptionflow.com/?p=4675',0,'post','',0),(4676,1,'2021-01-25 13:59:39','2021-01-25 13:59:39','','How-SaaS-is-Changing-the-Way-Businesses-Work (1)','','inherit','open','closed','','how-saas-is-changing-the-way-businesses-work-1','','','2021-01-25 13:59:49','2021-01-25 13:59:49','',4675,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg',0,'attachment','image/jpeg',0),(4679,1,'2021-01-26 13:16:55','2021-01-26 13:16:55','','f-user','','inherit','open','closed','','f-user','','','2021-01-26 13:16:55','2021-01-26 13:16:55','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png',0,'attachment','image/png',0),(4680,1,'2021-01-26 13:16:56','2021-01-26 13:16:56','','user','','inherit','open','closed','','user','','','2021-01-26 13:16:56','2021-01-26 13:16:56','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/user.png',0,'attachment','image/png',0),(4682,1,'2021-01-29 13:13:28','2021-01-29 13:13:28','The ultimate goal of any business is to generate stable revenue streaming. In order to earn revenue, customers are charged against the products or services offered by the merchants.\r\n\r\nAs simpler is the process of invoicing, as faster a merchant can get paid.\r\n\r\nInvoicing in the subscription business is relatively a big and complicated job. Subscription billing is recurring billing that requires generating an invoice at every interval throughout the subscription cycle.\r\n\r\nEvaluating your recurring billing experience helps you understand the needs for a robust, sophisticated, and flexible recurring invoicing and billing software that can provide all the required tools and features to manage hassle-free invoicing for subscription billing and recurring payment processing.\r\n\r\nIn benchmarking best practices, SubscriptionFlow has identified the loopholes and developed and incorporated all the need of the hour invoice automation and management features and functionalities in its subscription management platform so that the clients won’t lose resources and track to the invoicing.\r\n\r\nUnifying the payment technologies with invoices for offline and online payments in one place, SubscriptionFlow facilitates the subscription merchants to speed up the transaction and get paid faster.\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-4687 aligncenter\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg\" alt=\"invoicing-features-SF\" width=\"1200\" height=\"2500\" /></p>\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay/\">Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay…</a>\r\n\r\nThis article discusses and elaborates on different features in the SubscriptionFlow recurring billing and invoicing software and how the app works. You’ll also learn how online or cloud-based recurring invoicing platforms can offer more powerful and convenient functionalities with a much wider choice.\r\n<ul>\r\n <li>\r\n<h3><strong>Automated Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nRecurring invoicing could be a cumbersome, lengthy, and complicated operation. With automated invoicing functionality, SubscriptionFlow facilitates our clients to manage their customers instantly and smartly.\r\n\r\nWhen an order is created in the SubscriptionFlow, an automatic invoice along with the subscription is also created in the system that can be accessed, monitored, and tracked in a few clicks.\r\n<ul>\r\n <li>\r\n<h3><strong>Recurring Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nIn the SubscriptionFlow, merchants can simply invest the resources to other business processes when the system can generate recurring invoices and proceed with online or offline autopay automatically at a set time and set date for each and every customer as per their subscription and billing cycle with all the charges, discounts, and taxes incorporated.\r\n<ul>\r\n <li>\r\n<h3><strong>Customized Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nSometimes, it is required to make some changes in the invoices. An automated invoice does not mean that you can not edit or customize the invoice. Just head to the invoice details page and select the ‘edit invoice’ option from the burger menu to change the invoice date or invoice due date and to customize the charges in the invoice, adjust charges anywhere across the product pricing, coupons, or taxes, the change of charges will automatically be applied in the invoice.\r\n<ul>\r\n <li>\r\n<h3><strong>Charge Reversal</strong></h3>\r\n</li>\r\n</ul>\r\nIn case there is a mistake in the invoicing or a coupon or credit noted redeem option is not enabled, and other manual human errors, there can be a fault in the invoice. In such cases, it is easier and simpler in SubscriptionFlow to reverse the charges. Simply navigate the required invoice details page and select the ‘reverse charges’ option from the burger menu to reverse all charges or unapplied charges.\r\n<ul>\r\n <li>\r\n<h3><strong>Partial Payment Against Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nSubscriptionFlow allows merchants to offer their customers the option to pay full or partial of the invoice. Customers can pay the partial invoice through their customer’s portal or clients can do it manually with ‘Public Checkout Page’ or through the ‘Make Payment’ or ‘Process Payment’ option from the invoice details page.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a>\r\n<ul>\r\n <li>\r\n<h3><strong>Proration Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nClients can enable the proration in the system to adjust the mid-of-the-cycle billing changes or subscription plan changes in the invoices automatically.\r\n\r\nIf a customer chooses to downgrade or upgrade a plan, it affects the recurring billing for the month. Merchants can easily incorporate the changes in the bill. It builds trust in the customers that they are charges for only what they have used. Head to the general settings and enable the proration from the subscription settings and continue to charge customers for what they used.\r\n<ul>\r\n <li>\r\n<h3><strong>Redeem Credit Notes and Unapplied Amount</strong></h3>\r\n</li>\r\n</ul>\r\nEnable credit notes from the settings and every time an invoice is generated, it automatically redeems the credits and calculates the charges, accordingly. Select the customer and navigate credits. Assign credit notes from here so the credits, as well as unapplied amount, can be used, later.\r\n<ul>\r\n <li>\r\n<h3><strong>Coupons and Add-ons Adjustments</strong></h3>\r\n</li>\r\n</ul>\r\nOffer your customers some token of care as coupons and vouchers for discounts so they feel valued and stay loyal.\r\n\r\nThese coupons are fully customizable and can be assigned to the plans that are automatically incorporated in the invoices and visible in the invoice as discounts or can be implemented over the Public Checkout or Hosted Payment Page.\r\n<ul>\r\n <li>\r\n<h3><strong>Automated Tax Calculations</strong></h3>\r\n</li>\r\n</ul>\r\nUsing the powerful tax engine, Avalara, SubscriptionFlow allows clients to cater to their customers from all over the world and calculate tax for their purchases, accordingly.\r\n\r\nFrom the settings, navigate the tax, set the values once, and it will be calculated in the invoicing.\r\n<ul>\r\n <li>\r\n<h3><strong>Consolidated Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nDon’t make things lengthy and intricate. Keep your customers sorted with consolidated invoicing and billing. With SubscriptionFlow, merchants can generate multiple invoices for multiple subscriptions or can select the invoicing for all the subscriptions in one consolidated invoice.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/what-is-prorated-subscription-billing-how-can-it-benefit-the-recurring-revenue-and-what-are-the-risks-of-not-using-the-prorated-billing-learn-more-about-optimal-billing/\">What is Prorated Subscription Billing? How Can It Benefit the Recurring Revenue? And, What Are The Risks Of Not Using the Prorated Billing? Learn More About Optimal Billing</a>\r\n<ul>\r\n <li>\r\n<h3><strong>Multi-Currency Invoicing</strong></h3>\r\n</li>\r\n</ul>\r\nCustomers are hugely affected by how they are charges and in which currency they are charged. Customers would like to pay in their own domestic currency. It is easier to understand and calculate the numbers into their currency.\r\n\r\nClients can easily select their preferred currency as the system default currency and then assign customers with their preferred currencies so they can see the changes in their own currency, pay in their own currency, and get reverse and refunds in their own currency, whereas the client can continue to receive the payments from the customer in their own currency.\r\n<ul>\r\n <li>\r\n<h3><strong>Multiple Invoice Payment Solutions</strong></h3>\r\n</li>\r\n</ul>\r\nWith SubscriptionFlow, offer your customers more ways to pay for their invoices. SubscriptionFlow allows its customers to pay using multiple online and offline payment methods, manually or automatically via in-person or online management.\r\n\r\nThrough the self-service portal, the clients can manage the invoice payment, or clients can automate it, email the invoice with the checkout link to the customer, or can process it themselves, manually.\r\n<ul>\r\n <li>\r\n<h3><strong>Due Invoice Date Settings</strong></h3>\r\n</li>\r\n</ul>\r\nDo not force the customer to pay the invoice the same day. Some customers are enough valuable to allow them to pay at their ease so you don’t lose a robust recurring revenue-generating source.\r\n\r\nClients can allow their customers to pay the invoice at their ease or bound them with time. Go to the general setting and set the term to the period to which you want customers to pay their invoices.\r\n<ul>\r\n <li>\r\n<h3><strong>Invoice Tracking</strong></h3>\r\n</li>\r\n</ul>\r\nThe subscription-based or recurring billing businesses have hundreds and thousands of the customers subscribed to multiple plans and products. Tracking them individually or manually can be daunting and is highly prone to revenue loss or error in the collection.\r\n\r\nCombat the overwhelming situation of keeping track of whether due, overdue, paid, or inappropriate invoices. The advanced invoicing features in the SubscriptionFlow provide you with an array of invoice tracking tools including real-time reporting and analytics.\r\n\r\nThe invoice module also enables the client to get the summarized customers’ invoice and invoice status information and attach relevant files in a single, centralized database equipped with multiple filters for easy access to customer records.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/03/embrace-invoice-automation-and-say-goodbye-to-invoice-distresses/\">Embrace Invoice Automation and Say Goodbye to Invoice Distresses</a>\r\n<ul>\r\n <li>\r\n<h3><strong>Easy Invoice Management</strong></h3>\r\n</li>\r\n</ul>\r\nManaging multiple invoicing for hundreds of customers is not a manual job to do. With SubsriptionFlow, manage your customers and their invoices in no time. Edit invoices or generate the pdf statement for the invoices to exchange it with customers or team members, or send the invoice statement in email, SubscriptionFlow got you covered.\r\n\r\nSubscriptionFlow facilitates the clients to manage their invoices as they like, manually or automatically. Invoices can be automated for auto-pay or can be attached to the automated emails and notifications when the invoice is paid or it is required to be paid by the customer, manually. The whole operation of the recurring billing and payment processing can be managed from the invoices module in SubscriptionFlow. Several other invoice management functionalities are available in the system to assist clients with smooth and seamless recurring invoicing, billing, and payment processing for the customers.','Top-Notch Invoicing Solutions in SubscriptionFlow You Need to Manage Hassle-free Recurring Billing','','publish','open','open','','top-notch-invoicing-solutions-in-subscriptionflow-you-need-to-manage-hassle-free-recurring-billing','','','2021-01-29 13:13:28','2021-01-29 13:13:28','',0,'https://staging.subscriptionflow.com/?p=4682',0,'post','',0); INSERT INTO `_HTO_posts` VALUES (4683,1,'2021-01-29 12:56:11','2021-01-29 12:56:11','','Manage-Hasslefree-Recurring-Billing (1)','','inherit','open','closed','','manage-hasslefree-recurring-billing-1','','','2021-01-29 12:56:25','2021-01-29 12:56:25','',4682,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg',0,'attachment','image/jpeg',0),(4684,1,'2021-01-29 12:57:47','2021-01-29 12:57:47','','invoicing-features (1)','','inherit','open','closed','','invoicing-features-1','','','2021-01-29 12:57:47','2021-01-29 12:57:47','',4682,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1.jpg',0,'attachment','image/jpeg',0),(4685,1,'2021-01-29 13:02:58','2021-01-29 13:02:58','','invoicing-features','','inherit','open','closed','','invoicing-features-1-2','','','2021-03-26 07:16:46','2021-03-26 07:16:46','',4682,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1-1.jpg',0,'attachment','image/jpeg',0),(4686,1,'2021-01-29 13:07:20','2021-01-29 13:07:20','','Subscriptionflow-invoicing-features-min','','inherit','open','closed','','subscriptionflow-invoicing-features-min','','','2021-03-26 07:16:23','2021-03-26 07:16:23','',4682,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min.jpg',0,'attachment','image/jpeg',0),(4687,1,'2021-01-29 13:10:02','2021-01-29 13:10:02','','invoicing-features-SF-min','','inherit','open','closed','','invoicing-features-sf-min','','','2021-03-26 07:16:26','2021-03-26 07:16:26','',4682,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg',0,'attachment','image/jpeg',0),(4689,1,'2021-02-01 12:20:59','2021-02-01 12:20:59','The success of subscription businesses is highly driven by engagement-driven relationships. The optimized email interactions and connections not only extend the subscription cycles, draw more leads, and increase the probability of converting them into customers and thereafter, but also is a great way to extend the customer life cycle value.\r\n\r\nSubscription business can use email marketing to engage existing customers, acquire new customers, offer them new features, plans, and products, influence them for re-subscriptions, subscription upgrades, etc., get feedback, and provide information.\r\n\r\nThe plethora of marketing channels and platforms are out there that are used to automate the different sort of email marketing. Still, Mailchimp manages to lead them all with its highly business-friendly accessibility, engagement, and security benefits.\r\n\r\nMailchimp has become a referral for email marketing. It is known to bring excellence, acceleration, and engagement in marketing campaigns, communications, and customer support operations in customers, partners, in-house teams, and others.\r\n\r\nMailchimp helps subscription marketers with all these objectives with the hassle free and organized management of the mailing lists, targeted and revenue-driven marketing emails, customer engagement, and tracking insights and outcomes with real-time analytics.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h3><strong>Integrate Mailchimp with the Subscription Management Software</strong></h3>\r\nMailchimp is great to integrate with the subscription management software to automate contacts, updates, marketing, sales, support, and others from one place.\r\n\r\nMailchimp, when integrated with Subscription software, allows marketers to gather leads into Mailchimp and automate engagement and communications using the customer’s data for targeted lists and execute marketing campaigns for offers, discounts, and personalized retargeting, easily.\r\n\r\nMailchimp organizes your email list, design striking and high-quality layouts, send emails filtered to a specific audience or the groups, and analyze the outcomes so the effective email marketing strategies can be designed.\r\n<h3><strong>Get Started with SubscriptionFlow and Mailchimp Integration</strong></h3>\r\nThe highly customized, agile, and AI-enabled subscription management software, SubscriptionFlow offers top-notch recurring billing, payment processing, and revenue streaming management solutions. It offers extensive CRM tools and centralized system for gathering and managing leads and customers and unifying the information.\r\n\r\nSubscriptionFlow teams up with the widely used email marketing management platform, Mailchimp.\r\n\r\nConnect and grow the bottom line, get started with <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">SubscriptionFlow Mailchimp integration</a>.\r\n\r\nRead our <a href=\"https://staging.subscriptionflow.com/docs/getting-started-with-subscriptionflow/\">detailed guide</a> to help you learn how the subscription and SaaS businesses can begin their recurring billing and subscription management journey with us.\r\n\r\nTo get an account for Mailchimp, head to the site and signup for free. Create an account, verify, and start the email marketing for Subscription business in a single window of SubscriptionFlow.\r\n\r\nHead to SubscriptionFlow account and navigate ‘integrations’ from setting.\r\n\r\nUnder the marketing head, find the ‘Mailchimp’. Integrate and begin importing them from SubscriptionFlow.\r\n\r\nThe most notable Mailchimp email marketing features include;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Autoresponders</li>\r\n <li>Signup Forms</li>\r\n <li>Drag & Drop Editor</li>\r\n <li>Segmentation</li>\r\n <li>A/B Testing</li>\r\n <li>Tracking</li>\r\n <li>Free Plan</li>\r\n</ul>\r\n[/su_list]\r\n\r\nIntegrating Mailchimp with SubscriptionFlow also facilitates with setting up the;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Automation Rules</li>\r\n <li>Campaign Builder</li>\r\n <li>Landing pages</li>\r\n</ul>\r\n[/su_list]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4691\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg\" alt=\"Why-SubscriptionFlow-Mailchimp-Integration\" width=\"816\" height=\"1900\" /></p>\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n<h3><strong>Use SubscriptionFlow-Mailchimp Integration for Effective Email Marketing</strong></h3>\r\nSubscriptionFlow allows Mailchimp to easily get integrated and helps subscription merchants to manage all the email communications and marketing—from sending welcome emails, notifications for invoices, transactions, referrals, and others to leveraging data and managing triggered actions for the success of the marketings strategy while consuming fewer resources.\r\n\r\nAn email marketing strategy has the following steps to follow thoroughly:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Building a mailing list</li>\r\n <li>Creating & designing emails according to the marketing goal</li>\r\n <li>Automate the emails to the list</li>\r\n <li>Monitor and track the emails response</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Building a Mail List</strong></h3>\r\nBuilding an effective email marketing strategy begins with building an effective mail list.\r\n\r\nAn effective mail list can be comprised of leads and customers, separately or it can be listed as one for some common objectives like branding or announcement.\r\n\r\nSo, the question arises here how to get those targeted email addresses that bring revenue and engagement to the business?\r\n\r\nWell, with SubscriptionFlow-Mailchimp integration, it is easier to leverage customer acquisition, customer retention, and filtered lead lists.\r\n\r\nThese are the few ways through which marketers can connect their recurring billing database and business site with Mailchimp to acquire relevant email addresses for building a mailing list;\r\n<ul>\r\n <li>\r\n<h4><strong>Online Forms and Opt-Ins</strong></h4>\r\n</li>\r\n</ul>\r\nUsing different channels like social media, paid advertising, and others, drive more visitors to your site and invite them to sign-up for the value-added services like newsletters, guides, e-books, discounts, offers, updates, and other promotional content in the inbox. Marketers may also use Mailchimp forms to gather data.\r\n\r\nCreate leads in SubscriptionFlow using this visitor data collected directly through the site.\r\n<ul>\r\n <li>\r\n<h4><strong>Contests and Giveaways</strong></h4>\r\n</li>\r\n</ul>\r\nArrange different contests and giveaways for the site visitors and customers. Offer them the discounts for updates or new-products or features. Off the site, post your CTAs and links to draw them to the site to fill the online forms or subscribe for emails and newsletters.\r\n<ul>\r\n <li>\r\n<h4><strong>Referrals</strong></h4>\r\n</li>\r\n</ul>\r\nReach out to your free-trial or regular customers to refer your products and services with their friends or family. Make the lead generation through referral simpler and faster by using the Mailchimp feature, ‘Forward to Friend’. It is the link that would track all the forwards of the emails in a campaign.\r\n<h3><strong>Creating Different Types of Emails for Email Marketing</strong></h3>\r\nEmail marketing is a part of overall marketing. For each stage of the marketing and to get the objective of the specific marketing strategy, a great email is needed.\r\n\r\nAnd, a great email is not how a customer received it, it is what they are getting in inbox.\r\n\r\nCatering to different marketing and communication requirement of a business, different types of emails are required to be created. The content, design, and objective of the campaign should be responsive and user-friendly.\r\n\r\nAn overview of different types of email is being given here to let marketers opt what type of email is suitable to achieve a specific outcome from the email marketing shot so that they can design and create copy for it, accordingly.\r\n<ul>\r\n <li>\r\n<h4><strong>Transactional Emails</strong></h4>\r\n</li>\r\n</ul>\r\nThese are the to-the-point, short, and crisp emails that are great for customer support and triggered notifications. These are general in their use and serve the tasks like online registration confirmation, purchase approval or verification, invoice or payment notifications, support ticket, transaction receipt, etc.\r\n\r\nManage the recurring invoicing, payment, and other subscription management with SubscriptionFlow-Mailchimp integration.\r\n<ul>\r\n <li>\r\n<h4><strong>Informational and Promotional Emails</strong></h4>\r\n</li>\r\n</ul>\r\nEmail marketing has become the synonym for promotional and sales marketing emails. These emails can be detailed, may contain graphics, additional attachments related to plans, product description, and e-books or guides etc.\r\n\r\nUsing Mailchimp email templates, design attention-grabbing and persuading promotional or sales emails with CTA buttons, banners, and other graphics, or use SubscriptionFlow email template create and customization tool to create an exclusive and personalized email with branding logo, different kind of buttons, tables, images, and links. These emails serve purposes like company announcements, customer testimonials, feature updates, or seasonal deals.\r\n<ul>\r\n <li>\r\n<h4><strong>Lead Nurturing Emails</strong></h4>\r\n</li>\r\n</ul>\r\nAny time, the visitor on your site passes the information and email address, it would create a lead in the SubscriptionFlow. The data would be synced in Mailchimp, automatically. Set triggers for automated lead nurturing email and take them through the sale process—from showing the subscription-based products and plans to influence them for sales to taking them to cart to close the deal.\r\n\r\nThe database of the existing customer in the SubscriptionFlow can be used to nurture paid customers for re-subscription, subscription upgrade, or cross-sell objectives.\r\n<ul>\r\n <li>\r\n<h4><strong>Emails for Drip Campaigns</strong></h4>\r\n</li>\r\n</ul>\r\nIt is not the type of the email rather it is a technique to automate a series of email to a customer over a period. The emails for the drip campaigns can be transnational, informational, or promotional.\r\n\r\nThe drip campaigns can be automated when a new visitor subscribes for a free-trial product so that it can be converted into a paid customer opportunity at the end of the trial or a drip campaign can be set up for the customers whose subscriptions are ending soon. These drip campaigns are targeted to influence the customer to extend its cycle with re-subscription, re-sells, cross-sells, etc.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n<h3><strong>Email Marketing Automation and Management</strong></h3>\r\nAn email list has been built, a specific type of email has been created and designed, now it is the time to send it to the target, is it?\r\n\r\nThe subscription business has leads and customers in hundreds of thousands are it possible to connect and send them all emails, manually. Of course not.\r\n\r\nIntegrating email marketing platform like Mailchimp with SubscriptionFlow allows marketers to automate the emails by setting up different triggers for emails and drip campaigns.\r\n\r\nBefore automating and scheduling the emails, Mailchimp also facilitates merchants to optimize the copr, header, design, subject line, and preview.\r\n\r\nIt is easy to create email automation workflows in SubscriptionFlow.\r\n<h3><strong>Monitoring Email Campaigns</strong></h3>\r\nWith SubscriptionFlow-Mailchimp integration, it is easier for marketers to analyze the progress of their email marketing campaigns. The analytics dashboard in Mailchimp overviews different email campaigns metrics. Some of them are open-rate, click-through rate, unsubscribe rate, and bounce rate.\r\n\r\nThese metrics can be imported into SubscriptionFlow and can be monitored in SubscriptionFlow dashboard along with all the subscription metrics.','Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration','','publish','open','open','','email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration','','','2021-02-01 12:20:59','2021-02-01 12:20:59','',0,'https://staging.subscriptionflow.com/?p=4689',0,'post','',0),(4690,1,'2021-02-01 12:14:33','2021-02-01 12:14:33','','Connect-&-Grow-with-SubscriptionFlow-Mailchimp-Integration','','inherit','open','closed','','connect-grow-with-subscriptionflow-mailchimp-integration-1','','','2021-02-01 12:14:51','2021-02-01 12:14:51','',4689,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg',0,'attachment','image/jpeg',0),(4691,1,'2021-02-01 12:15:07','2021-02-01 12:15:07','','Why-SubscriptionFlow-Mailchimp-Integration','','inherit','open','closed','','why-subscriptionflow-mailchimp-integration-1','','','2021-02-01 12:15:25','2021-02-01 12:15:25','',4689,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg',0,'attachment','image/jpeg',0),(4693,1,'2021-02-04 13:49:28','2021-02-04 13:49:28','Today, every business can aspire for global sales and customer base with the countless options for cloud services, online payments, and eCommerce solutions. One such solution is multicurrency support.\r\n\r\nEnabling customers to pay in their local currency helps to attract more conversions, customer satisfaction, and customer loyalty.\r\n\r\nIn the subscription and recurring billing business where customers have to make the recurring payments, they prefer the products or services that are easily be available to make payments in their domestic or preferred currency. Paying one-time in another currency is easier though it is difficult for them to pay in another currency every time.\r\n\r\nThe unavailability of the payment option with the customer’s preferred currency increases the chances of churn.\r\n\r\nTo introduce the internationalized pricing, recurring billing and payments, SubscriptionFlow is now offering multicurrency support to its clients to offer their customers the feasibility to get their billing and payments in the local currency without any hassles.\r\n\r\nSaaS and other digital goods vendors have a global market. To cater to the pricing needs of the customer, merchants can now assign a default currency to the customer as per the region and display them all the plans, tax rates, services, and other charges in their currencies.\r\n\r\nThis article demonstrates why the multicurrency is necessary for the subscription business and how the multicurrency solutions in the SubscriptionFlow help the subscription, SaaS, and other recurring billing based businesses to reach out to the customers in the world and achieve the goals of international sales for business growth.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a>\r\n<h3><strong>What is Multicurrency Support?</strong></h3>\r\nMulticurrency support allows customers living anywhere in the world to pay for the physical or digital goods and services in their own domestic or preferred currency, instead of merchants’ preferred or the default currency of the system.\r\n\r\nInstead of forcing customers to pay in USD or EUROS facilitating them to pay in their preferred currency has a great advantage over the sales and transactions.\r\n\r\nMillions of customers make cross border goods and services purchases across UK, Europe, US, Canada, Australia, New Zealand, and other countries in Asia, Africa, and Oceania, every day. To serve global customers, SaaS and subscription businesses must implement the multicurrency support in their billing and payment processing.\r\n<h3><strong>Why Is the Multicurrency Support Important for Revenue Growth?</strong></h3>\r\nSaaS and other digital products with a global base cannot afford to lose their long term sources of the recurring revenue because of the unavailability of the preferred or localized currency.\r\n\r\nHere are some of the most important reasons to incorporate the multicurrency support to their billing and payment collection processes:\r\n<ul>\r\n <li>\r\n<h4><strong>Pricing, Invoicing, and Transactions—All in Customer’s Preferred Currency</strong></h4>\r\n</li>\r\n</ul>\r\nCut the Clutter, Display Plans, Tax, Discounts, and All in Customer’s Currency. It is comfortable and reliable for the customer to find all the pricing information including product’s pricing to one-time setup, other recurring, or service charges, tax calculations, discounts, etc. across the self-service portal and in their invoices to their checkout pages in their local currency without cluttering the spaces.\r\n<ul>\r\n <li>\r\n<h4><strong>Allows Customers to Pay in Domestic Currency</strong></h4>\r\n</li>\r\n</ul>\r\nCustomers often abandon their carts when they do not find their local or preferred currency at checkout, particularly, when they want to make payments in cash or through bank transfers. Allow customers to find all the pricing, payments, and reporting in their domestic currency.\r\n<ul>\r\n <li>\r\n<h4><strong>Fewer Cart Abandonments Means More Sales and More Recurring Revenue Streaming</strong></h4>\r\n</li>\r\n</ul>\r\nThe availability of the multicurrency at checkout reduces the risks of cart abandonments. Any customer reaches to the stage of adding the products in the cart is quite inclined to make a purchase. Research suggests that unavailability of the domestic currency is one of the top reason for cart abandonment.\r\n<ul>\r\n <li>\r\n<h4><strong>Reduce Excessive Charges Burden of Currency Conversions from Customers</strong></h4>\r\n</li>\r\n</ul>\r\nEven if the customers do not have other frictions to pay in merchant’s default currency, they avoid paying in international currency due to the extra charges of the currency conversion. The currency exchange rates fluctuate, constantly, and that incan incur them more money.\r\n\r\nHowever, the support to the customer’s local currency frees them from these extra charges. Merchants can also get rid of it by simply opening multicurrency or multiple accounts in particular currencies in the respective regions.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h4><strong>Understanding the Multicurrency Support in SubscriptionFlow</strong></h4>\r\nSubscriptionFlow now offers our clients the feasibility and flexibility of multicurrency support to ensure maximum sales and thereafter recurring revenue streaming from anywhere in the world.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4696\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg\" alt=\"Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow\" width=\"1000\" height=\"600\" /></p>\r\nFrom displaying plans, pricing, charges, and taxes to invoicing to transactions, SubscriptionFlow allows the merchants to make it simpler and easier for their customers what are they charging and how they can pay their invoices without being in the hassles of converting the amount into their currency and pay it with all the struggles in the world.s\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Pricing</strong></h4>\r\n</li>\r\n</ul>\r\nCustomer finds it more secure and reliable when they can see the product’s pricing and other charges in their local currency. It allows them to take quick decision. Display customers the pricing when they are heading to make payments and also, in their self-service or customer portal in their currency with SubscriptionFlow.\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Recurring Billing</strong></h4>\r\n</li>\r\n</ul>\r\nGetting invoices in the preferred local currency allow customers to proceed with the payments faster. It makes things clear, trustworthy, and relatable.\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Payment Processing</strong></h4>\r\n</li>\r\n</ul>\r\nPaying in own currency is a greater relief for the customer as well as the merchants. Integrate multiple payment gateways in SubscriptionFlow, open multicurrency, or multiple accounts with different currencies in their respective regions and start receiving payments from customers in their domestic currency using any of the online or offline payment methods.\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Revenue Monitoring and Management</strong></h4>\r\n</li>\r\n</ul>\r\nSubscriptionFlow also facilitates merchants by providing them with the options to track and monitor the invoices, transactions, products, and recurring revenue based on a particular currency. Payments and invoices can also be tracked in the calendar based on the preferred currencies. Currency specific monthly and annual recurring revenue monitoring can be tracked and seen in the dashboard as well.\r\n<h3><strong>Solutions and Setup of Multicurrency Support in SubscriptionFlow</strong></h3>\r\nHere are the few ways, clients can manage multicurrency support in SubscriptionFlow.\r\n<ul>\r\n <li>\r\n<h4><strong>Setting up the Multicurrency</strong></h4>\r\n</li>\r\n</ul>\r\nTo add multiple currencies to the SubscriptionFlow, head to the settings and navigate ‘currencies’ under the head of ‘Billing’.\r\n\r\nClick on the ‘Add Currency’ tab and add as many currencies and their rates, manually. Based on the rates, SubscriptionFlow converts the system’s default pricing into a customer’s preferred currency.\r\n<ul>\r\n <li>\r\n<h4><strong>Selecting and Assigning a Default Currency to the Customer</strong></h4>\r\n</li>\r\n</ul>\r\nAt the time of creating a customer account in SubscriptionFlow, the customer is assigned with her preferred or default currency. The default currency cannot be changed.\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Pricing Display</strong></h4>\r\n</li>\r\n</ul>\r\nAfter assigning the customer the preferred or local currency, the customer would continue to see all the pricing, invoices, tax calculations, charges, and all in the selected currency in the customer portal. Even, the client can see all the customer’s pricing in the selected currency across the client or admin portal.<strong> </strong>\r\n<ul>\r\n <li>\r\n<h4><strong>Billing Amount, Tax Calculations, Charge Reverse, and Refunds—All in Same Currency </strong></h4>\r\n</li>\r\n</ul>\r\nLikewise, the customer would receive all the invoicing, billing, tax calculations, service charges, or discounts in the selected currency. In case there is an error in the invoicing and the charges are required to be reversed, that will be reversed in the same currency in which invoice had been generated. Similarly, when the payment is made or customer would like to cancel the subscription or downgrade the plan, the remaining amount can be refunded in the same currency. Merchants can also add the credit notes in the customer’s selected currency as well.\r\n<ul>\r\n <li>\r\n<h4><strong>Adding a Supported Currency Payment Method</strong></h4>\r\n</li>\r\n</ul>\r\nIntegrating multiple payment gateways help the subscription-based merchants to accept recurring payments from customers by adding multiple payment methods in the system so that not only customer can pay the invoices in selected currency but also pay by preferred payment method.\r\n<ul>\r\n <li>\r\n<h4><strong>Multicurrency Supported Checkouts</strong></h4>\r\n</li>\r\n</ul>\r\nWhen the customer proceeds to purchase the subscription of the product through the merchant’s site, they can continue by creating the customer account and selecting the preferred currency at the hosted payment page. After every interval when the billing cycle hits, an automated invoice is generated and sent to the customer email containing a link to public checkouts to make the payments in the selected currency of the customer.\r\n<ul>\r\n <li>\r\n<h4><strong>Currency Tracking and Reporting</strong></h4>\r\n</li>\r\n</ul>\r\nFrom the dashboard to calendar to classic and custom reporting, SubscriptionFlow allows clients to monitor and manage the recurring revenue tracking, monitoring, and management with respect to multiple currencies along with the system’s default currency within the subscription management platform.\r\n\r\n<strong>Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>How to Begin with SubscriptionFlow?</strong></h3>\r\nStart your recurring billing and payment processing management with SubscriptionFlow. Consult to the experts at SubscriptionFlow by requesting a free and guided <a href=\"https://staging.subscriptionflow.com/demo/\">demo of SubscriptionFlow</a>, today. <a href=\"https://staging.subscriptionflow.com/contact\">Contact us</a> to learn more personalized subscription billing and business solutions management.','Introducing the Multicurrency Support for Recurring Billing and Payment Processing in SubscriptionFlow—All You Should Know About Solutions & Implementation','','publish','open','open','','introducing-the-multicurrency-support-for-recurring-billing-and-payment-processing-in-subscriptionflow-all-you-should-know-about-solutions-implementation','','','2021-02-04 14:25:16','2021-02-04 14:25:16','',0,'https://staging.subscriptionflow.com/?p=4693',0,'post','',0),(4695,1,'2021-02-04 13:49:47','2021-02-04 13:49:47','','Introducing-Multicurrency-Support-for-SubscriptionFlow','','inherit','open','closed','','introducing-multicurrency-support-for-subscriptionflow','','','2021-02-04 13:49:55','2021-02-04 13:49:55','',4693,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg',0,'attachment','image/jpeg',0),(4696,1,'2021-02-04 13:50:30','2021-02-04 13:50:30','','Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow','','inherit','open','closed','','manage-all-in-customers-preferred-currency-in-subscriptionflow-1','','','2021-02-04 13:50:43','2021-02-04 13:50:43','',4693,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg',0,'attachment','image/jpeg',0),(4701,1,'2021-02-08 12:38:07','2021-02-08 12:38:07','For a Chief Financial Officer (CFO), there exist multiple factors that are linked with subscription management. For instance, from revenue predictability to maintaining a long-term relationship with customers and recurring revenue to the stable financial condition of a business, all these factors are under consideration of a CFO. it is also evident that customer churn is one of the most dangerous factors that affect the business revenue the most. Failed payments increase the risk of customer churn and it is the ultimate goal of the CFO to incorporate those issues in order to maximize the number of sales.\r\n\r\nWith the advent of innovative technologies, leading financial executives of businesses are taking full advantage of the intelligent subscription management systems to deduce the revenue forecast reports to make efficient predictions and thus rationalize the revenue. Moreover, to optimize the transaction success rates for increased revenue generation.\r\n\r\nIn an organization, CFO is the person who is more impacted by the buying behavior of the customer. Subscription management brought a change in buying behavior. The more the efficient subscription management system will be the more enhanced customer behavior would be. Therefore, the development and maintenance of a subscription management system should be optimized enough to grab acquire and retain the customer for a longer period of time.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/top-notch-invoicing-solutions-in-subscriptionflow-you-need-to-manage-hassle-free-recurring-billing/\">Top-Notch Invoicing Solutions in SubscriptionFlow You Need to Manage Hassle-free Recurring Billing</a>\r\n<h3><strong>Recurring Relationships in Subscription Management </strong></h3>\r\nIt is the responsibility of a CFO to determine and forecast the revenue based on which further planning is done. Today, the trend of SaaS-based businesses has accelerated subscription businesses, it is getting crucial for a CFO to identify that how many deals are closed in which time period. Based on the results, more investments are done to balance business revenue.\r\n<h3><strong>Ways Subscription Management Impacts CFOs</strong></h3>\r\nThis section describes some ways in which subscription management impacts CFOs.\r\n<h4><strong><span class=\"list-number\"> 1. Pave the road to obtaining more customers</span></strong></h4>\r\nWith the growth of a business, new paths to customer relationships start developing. With the passage of time, if a customer is satisfied enough, the relationship lasts for long. On the other hand, any bad experience or discrepancy in the subscription management system can negatively impact customer satisfaction, and thus churn occurs. Therefore, a CFO must take into account all the levels and intensity that ultimately maximizes the sales.\r\n<h4><strong><span class=\"list-number\"> 2. Subscription Management Automation</span></strong></h4>\r\nThe traditional yurt manual subscription management system introduces severe challenges for CFOs. It disturbs the whole financial system and complexities become hard to monitor. To combat the challenges, automation is always a good option. It does not only streamline the financial workflow but also contributes to the effective subscription management system. The rate of customer churn can reduce with the adoption of the innovative subscription management system. Moreover, the number of cancellations reduce ultimately accelerate the flow of business revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming/\">The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming</a>\r\n<h4><strong><span class=\"list-number\"> 3. Revenue Recognition</span></strong></h4>\r\nIn advanced subscription management systems, revenue recognition is a primary module. CFOs can determine the business revenue on a monthly, quarterly, or yearly basis (as required) by employing the revenue recognition feature of a subscription management system. The more the upcoming revenue is streamlined, the more accurate the decision making would be.\r\n<h4><strong><span class=\"list-number\"> 4. Advanced Analytics and Reporting</span></strong></h4>\r\nAn advanced subscription management system assists CFOs with analytics and reporting system. These analytics take certain attributes as an input to draw results in the graphical and tabular form. Based on the data in a consolidated interface, it becomes easy for the CFO to interpret the changes about to appear in the business revenue. The challenges and the risks can also be interpreted to mitigate the risks in the future. A subscription management system employs innovative technologies and machine learning algorithms to learn the previous revenue history and current business performance to deduce the final results related to expected business revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read: </strong></span><a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a>\r\n\r\nTo conclude, there are some uncertainties in the financial system that can be mitigated with the use of automated subscription management systems that does not only streamline the entire business workflow but also contribute to the improvement in business revenue. It reduces the number of failed payments that directly impose a positive impact on customer satisfaction. Forecast revenue reports give valuable insights to CFOs in effective decision making.','Subscription Management and CFOs - Facts and Impacts','','publish','open','open','','subscription-management-and-cfos-facts-and-impacts','','','2021-02-08 12:38:07','2021-02-08 12:38:07','',0,'https://staging.subscriptionflow.com/?p=4701',0,'post','',0),(4703,1,'2021-02-08 12:36:31','2021-02-08 12:36:31','','Subscription-Management-and-CFOs','','inherit','open','closed','','subscription-management-and-cfos-2','','','2021-02-08 12:36:56','2021-02-08 12:36:56','',4701,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg',0,'attachment','image/jpeg',0),(4706,1,'2021-02-11 12:04:08','2021-02-11 12:04:08','One of the world’s most readable newspaper, The New York Times (NYT), hit the new milestone with more than seven million subscribers in the last quarter of 2020 and has set the benchmark for other local and international print and publications to pursue in 2021.\r\n\r\nNYT’s digital revenue superseded the revenue streamed from the print subscribers by 34% in the September quarter of 2020. In addition, it also compensated the 30% advertisement revenue fall and supported the NYT overall revenue streaming.\r\n\r\nOn the other hand, NYT has also experienced a revenue decline of 3.8% for its print subscriptions. For the first time in its history, The New York Times’ digital revenue was higher than the money brought in from print subscribers with the addition of more than 2 million subscribers in 2020, only.\r\n\r\nPandemic along with other major events across the world have played a crucial role in building the digital subscriber base for many local and international newspaper and magazines and attracted an overall 50 percent increase in revenue.\r\n\r\nOne of the largest US-based local chain of newspaper and magazines, Gannett, garnered more than 1 million subscribers in the third quarter of 2020. Another bigwig, Tribune, reported around half a million subscribers, whereas the Los-Angeles Times also have shown a 52.8 percent surge in new subscribers by the third quarter of 2020.\r\n\r\nThese are the few of the mentions. A great number of digital news outlets and <a href=\"https://staging.subscriptionflow.com/magazine-subscription-management-software/\">magazines</a> have also shone a light on the way of the subscription-based business model while shifting from the advertisement-based business model.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/\">Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries</a>\r\n\r\nLet’s see what are the trends and predictions for the print and publishing industry transforming the new arenas for digital subscriptions.\r\n<h3><strong>Transformative Trends of Print and Publishing Media </strong></h3>\r\n<ul>\r\n <li>\r\n<h4><strong>Increase in Digital Consumption of the Content</strong></h4>\r\n</li>\r\n</ul>\r\nConsumers are spending more time online. With the pandemic outbreak, the global consumption of online content surged to double. This includes surfing and browsing across digital media outlets and social media platforms.\r\n<ul>\r\n <li>\r\n<h4><strong>The Disruption of Digital Devices and Need of Content Across the Devices</strong></h4>\r\n</li>\r\n</ul>\r\nThe digital disruption floods the use of digital devices. Consumers want to access the content across their digital devices.\r\n<ul>\r\n <li>\r\n<h4><strong>Print and TV Surrenders Before the Digital Media Outlets</strong></h4>\r\n</li>\r\n</ul>\r\nThe print versions of the newspapers and magazines have already surrendered to the online aggregators. The digital media outlets with the diversity of their content, two-way engagement of the platform, and audience-centric content curation has already grasped the landscape of news and information.\r\n<ul>\r\n <li>\r\n<h4><strong>The Attention to the New Voices Emerged and Echoed Over Digital Landscape</strong></h4>\r\n</li>\r\n</ul>\r\nInternet costs almost nothing and plays a crucial role in echoing the new voices emerging with diverse tones and stances. Content consumers are more inclined to hear the voices that are unbiased or are not controlled or bounded by the state machinery. They also want to read new, alternative online outlets for hyperlocal news and content.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers</a>\r\n<h3><strong>Predictions for the Print and Publication’s Tomorrow</strong></h3>\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Disruption Drowns the Old-School News & Magazines Print Subscriptions</strong></h4>\r\n</li>\r\n</ul>\r\nThe digital disruption has already overthrown the trend of print subscriptions. Statistics suggest that the print subscription revenue is expected a reduction of more than USD 04Bn and fall to USD 50.4 Bn from USD 54.8 Bn by the end of 2024. The print publishing industry is dying all over the world.\r\n<ul>\r\n <li>\r\n<h4><strong>Subscriptions-Based Recurring Revenue Streaming Takes Over the Ads Driven Revenue Model</strong></h4>\r\n</li>\r\n</ul>\r\nThe publications like the New York Times, Wall Street Journal, Guardian, Financial Times, Washington Post, AL-Jazeera, and hundreds of many more who bet on early on digital subscription have started to experience the growth of the digital customer base with the stable and reliable recurring revenue streaming while recovering and shifting from the old-school Ad-based business model.\r\n<ul>\r\n <li>\r\n<h4><strong>Reader-Centric Creative and Diverse Content Attracts the Subscribers and Captures the Market</strong></h4>\r\n</li>\r\n</ul>\r\nThe over competitive digital ad industry has already made digital publishers particular, creative, and diverse. Though the next trend to make digital publishing thriving is to generate and curate reader-centric creative content fulfilling the personalized need of the subscribers belongs to any region of the world.\r\n<ul>\r\n <li>\r\n<h4><strong>The Use of Artificial Intelligence (AI) improves Content Discoverability, Influences Revenue Resources, and Increases Profits</strong></h4>\r\n</li>\r\n</ul>\r\nThe increasing use of Artificial Intelligence is affecting every single area of man’s lives. From the content creation to content curation, AI is all set to revolutionize the future of publishing. AI is already playing a vital role in content discoverability through digital search engines and content management systems. It provides personalized content solutions for the consumers are is attracting more niche to opt for hasslefree subscriptions. It improves the recurring revenue resources and is helping digital publishers with their dependence on the ad-driven diminishing revenue model.\r\n<ul>\r\n <li>\r\n<h4><strong>Omnichannel Experience Becomes the Priority of the New-Age Content Consumers</strong></h4>\r\n</li>\r\n</ul>\r\nThe content consumers are more inclined to the experience where they can seamlessly connect and find the content where they have left across the channels or devices and pick up where they left off on one channel and continue the experience on another.\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Niche Magazines Draws Brand Loyalty and Customer Engagement</strong></h4>\r\n</li>\r\n</ul>\r\nDigital media is flooded with the content. A single search for a query offers consumers hundreds of thousands of possible answers. It is confusing and complicating. Consumers prefer to subscribe to one reliable and credible source of information. This is why niche publishing digital content is more likely to be subscribed by industry veterans, students, and other stakeholders. Also, it influences advertisers more to go for the audience targeted content platform.\r\n<ul>\r\n <li>\r\n<h4><strong>Digital Paywall brings Decentralization and Other Revenue Incentives</strong></h4>\r\n</li>\r\n</ul>\r\nThe blockchain and other fintech technology reduce the monopoly of the publishers. Content creators from across the niches and platforms are now able to create and curate online content from anywhere and offer it to consumers anywhere in the world. Unlimited digital magazines, research journals, and e-books subscribers are out there looking for the reliable source of information, news, and updates through these publishing platforms.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future</a>','The Future of Print and Publishing—Is There a Light At the End of the Tunnel?','','publish','open','open','','the-future-of-print-and-publishing-is-there-a-light-at-the-end-of-the-tunnel','','','2021-02-11 12:22:27','2021-02-11 12:22:27','',0,'https://staging.subscriptionflow.com/?p=4706',0,'post','',0),(4707,1,'2021-02-11 12:02:55','2021-02-11 12:02:55','','The-Future-of-Print-and-Publishing','','inherit','open','closed','','the-future-of-print-and-publishing','','','2021-02-11 12:03:06','2021-02-11 12:03:06','',4706,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg',0,'attachment','image/jpeg',0),(4710,1,'2021-02-15 13:20:12','2021-02-15 13:20:12','The unhappy, annoyed, or bored customer is the scariest thing happen to any business. When it comes to SaaS company, it can be more dreadful as losing each customer is not a loss of growth opportunity only, it can be the irreparable damage to the solid and long-run source of recurring revenue.\r\n\r\nThe SaaS businesses survive when these sources of the recurring revenue remain uninterrupted, consistent, and constant. To keep these sources flourishing and evergreen, it is inevitable to keep the customers satisfied and comfortable.\r\n\r\nThe contented customer is the evidence of a great customer experience.\r\n\r\nThis article entails what the customer experience means for a SaaS company and how it can be fixed, elevated, and managed by deploying some simple but smart techniques and strategies that improve customer perception of your product and keep them connected as a consistent and constant source of the recurring revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/06/learn-why-you-need-a-saas-subscription-billing-solution-to-boost-your-recurring-revenue-in-2020/\">Learn Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue</a>\r\n<h3><strong>Understanding the Customer Experience in SaaS</strong></h3>\r\nFrom onboarding to retention, customer experience is the key to evolution, growth, and success. Instead of tossing around the term with different lenses and evaluating its essential elements, it can simply be understood as the customer’s perception of the brand.\r\n\r\nThe SaaS customer experience is a customer’s holistic perception of the experience he or she has with a SaaS product. It is developed and shaped by each interaction through which a customer has come in contact with the brand or the business—from navigating the website to using the product to pre- and post-subscription communication and support.\r\n\r\nAs a digital asset, SaaS has to compete more to influence the customer’s perception. You may have a great brand; your product might provide more solution, but, it doesn\'t mean that it also fulfils all the requirements of the customer, or, a customer is contented with all the functionality, accessibility, and reliability of your product.\r\n\r\nUnarguably, customer experience is one of the most valuable aspects of a SaaS company. In its all forms, it decides and defines a SaaS product’s development, company’s direction, its goals and objectives, and management of all the business processes.\r\n\r\nProviding a stellar customer experience is not a one-day job, it requires persistent and perpetual effort in dedicated directions that includes sales, marketing, product development and engineering, customer support, and more.\r\n\r\nIt is neither a one-man job, too. It takes all the workforce and resources to provide stellar customer experience. Enabling each person in a SaaS company to identify, understand, and deliver their full to prioritize a customer preference and influence its perception is the ultimate secret ingredient for the excellent customer experience.\r\n\r\nPersuading customer without intruding on their space is the customer experience. Having a responsive and highly alert website or application is customer experience. Easy and quick sign-ups are customer experience. Proving before and after-sales customer support is customer experience. And, everything that touches the notion of the interaction with the customer is the customer experience. It can be only be transformed best when these touchpoints are dealt with all the expertise, experience, and following the needs of the customers.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4712\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg\" alt=\"SaaS-Customer-Experience\" width=\"1199\" height=\"671\" /></p>\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-engine-uncovers-the-hidden-revenue/\">Metering SaaS Usage—Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities</a>\r\n<h3><strong>The SaaS Customer Experience Matters…</strong></h3>\r\nIf the customer perception of your product is not satisfactory, it means the customer experience is not good, and, it can cut the customer cords and hurt the revenue growth and business reputation of a SaaS company.\r\n\r\nIt is also important to attract more benefits like:\r\n<ul>\r\n <li>\r\n<h4><strong>Customer Loyalty</strong></h4>\r\n</li>\r\n</ul>\r\nThe great outcome of customer satisfaction is customer loyalty. As better the customer experience is, as a reliable connection between the customer and the company establishes.\r\n\r\nIn an age where acquiring customer doubles the cost of operations and management, business models favouring customer retention are the saviours.\r\n\r\nTaking advantage of the SaaS subscription model, investing in customer experience can give better customer engagement, reliance, and loyalty.\r\n\r\nOn the other hand, the unpleased customer can damage brand loyalty and influence revenue streaming negatively as well with negative referrals.\r\n<ul>\r\n <li>\r\n<h4><strong>Brand Advocacy</strong></h4>\r\n</li>\r\n</ul>\r\nThe loyal customers are the best advocates. People, in general, believe the first-hand experience and mouth referrals more than the reinforcing marketing gimmicks. A practical user with a hands-on approach to using a SaaS and gets benefit from it is a real magnet to attract more customers for on-boarding and keep them to attract more.\r\n<ul>\r\n <li>\r\n<h4><strong>Competitive Edge</strong></h4>\r\n</li>\r\n</ul>\r\nA good customer experience impresses the customer and peddles the purchases for the future as well. SaaS products can take the ultimate advantage of their customer loyalty and brand advocacy by capturing the niche market. It gives them a competitive edge and psychological superiority to dictate and direct the market as per their preferences.\r\n<ul>\r\n <li>\r\n<h4><strong>Trusted Relationships</strong></h4>\r\n</li>\r\n</ul>\r\nMore customer loyalty builds trusted relationships across the board. SaaS companies with strong customer base maintain trusted relationships with their employees, partners, and other stakeholders.\r\n\r\nThese relationships are based on financial stability, customer-centric approach to manage business processes and problem-solving properties of the SaaS company.\r\n<ul>\r\n <li>\r\n<h4><strong>Evolution And Innovation</strong></h4>\r\n</li>\r\n</ul>\r\nStellar customer experience is the product of collaboration and management of different business processes. It allows SaaS companies to export their data sets and evolve, efficiently. It brings innovation in their product and services as well.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/07-features-to-look-out-for-when-selecting-a-subscription-billing-service-for-your-subscription-business/\">07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business</a>\r\n<h3><strong>The Secret Ingredients to Improve Customer Experience</strong></h3>\r\nCustomer experience is no rocket science. It just needs an understanding of how and when directs product and company services in accordance with the customer’s comfort. For any SaaS subscription business, these are some of the essential ingredients that do not improve the customer experience only, they also strengthen the very position of the SaaS product in the market.\r\n<ol>\r\n <li>\r\n<h4><strong>Self-Service Functionality</strong></h4>\r\n</li>\r\n</ol>\r\nSaaS businesses usually have a huge customer base. It is not possible to manage all their subscriptions, billing, and collections, individually. Handing it over to the customers can also make the business messy. The best way is to allow them to manage all their concerns through their dedicated spaces—the customer portals.\r\n\r\nThese customer portals are the self-service portals that enhance the functionality with the increased participation of the customer.\r\n\r\nThe self-service portal eases the scalability and customization of the platform where customer can relate and is allowed to use without any unrequired information. From getting an invoice to the payment collections, the self-service functionality adds the spices and flavours of personalization for the customers.\r\n<ol start=\"2\">\r\n <li>\r\n<h4><strong>Subscription Management Flexibility</strong></h4>\r\n</li>\r\n</ol>\r\nProviding customer with the experience custom-made to their needs is a great way to keep them connected. It includes plans and pricing of the product, functionality as per their usage, and ease of use.\r\n\r\nCustomers want to go through everything and do every job at the speed of light. Some may be interested in your product but can be deflected if they are not comfortable with the pricing or the tailoring of the plan.\r\n\r\nThe ability of the SaaS company to tailor their offering quickly and aptly appeals to customers and keep them away from switching to other options.\r\n<ol start=\"3\">\r\n <li>\r\n<h4><strong>SaaS Communication Automation</strong></h4>\r\n</li>\r\n</ol>\r\nAutomation not only conserves the resources, but it also is a great assistance to stay communicated and connected with the customers. Your customers want you to drop every piece of information into their inboxes.\r\n\r\nThe SaaS communication automation replaces the manual efforts to keep the customers updated on their status and their processes. The short, effective, and simpler messages in a real-time hit them and keep them informed and updated.\r\n<ol start=\"4\">\r\n <li>\r\n<h4><strong>Responsive Interface</strong></h4>\r\n</li>\r\n</ol>\r\nYou have a great product. Your marketing, sales, and support—all are serving the best to the customers, but your product is lagging.\r\n\r\nIt is enough to deflect a customer to the competitor. The boring, slow, and complicated navigation, browsing, and surfing is the killer of every potential SaaS product. From the website to the application, SaaS companies must come up with agile and attractive platforms to build outstanding customer experience. The smooth and seamless interface enhances the user experience.\r\n<ol start=\"5\">\r\n <li>\r\n<h4><strong>Quick Customer Service </strong></h4>\r\n</li>\r\n</ol>\r\nOften customer service and customer experience are used, interchangeable. That is the worth of the customer support and service. The ideal structuring of customer support varies with the audience but one thing that is required everywhere in the customer support is the quick response and service.\r\n\r\nDespite the great product, agile platforms, and excellent pricing and plans suitability, often poor customer support worsens the whole customer experience and become a reason for a customer to detach.\r\n\r\nThe automated responses, ticketing, and one-window customer support solutions for all the concerns ensure great customer experience as well. Sometimes, it even mitigates all the risks and fills all the loopholes of the product or the services.\r\n<ol start=\"6\">\r\n <li>\r\n<h4><strong>Customer-Centric Product and Services</strong></h4>\r\n</li>\r\n</ol>\r\nYes, it is your product but if it is not enough capable to serve the needs of the customers, it is of no use. Feedback plays an important role in developing the product and services on the line of the customer. The feedback directs the SaaS product development in the direction of the customer needs and requirements.\r\n\r\nFeedback is a hotchpotch of complaints, suggestions, queries, and concerns. Address them all to transform the product and its functionalities according to the customer needs.\r\n<ol start=\"7\">\r\n <li>\r\n<h4><strong>Customer’s Journey Monitoring and Mapping</strong></h4>\r\n</li>\r\n</ol>\r\nEach customer is different, so do their needs. Often, customers are not even able to understand or communicate what do they want. Monitoring and mapping the journey of the customer removes the confusion around the needs, usage, and the requirements of the customers. It enhances all the pain, pressure, and relieve points of the customer ride along the SaaS journey.','7 Secret Ingredients to Take Over the Market and Chase Stellar SaaS Customer Experience the Right Way','','publish','open','open','','7-secret-ingredients-to-take-over-the-market-and-chase-stellar-saas-customer-experience-the-right-way','','','2021-02-15 13:20:12','2021-02-15 13:20:12','',0,'https://staging.subscriptionflow.com/?p=4710',0,'post','',0),(4711,1,'2021-02-15 13:15:16','2021-02-15 13:15:16','','Chase-Stellar-SaaS-Customer-Experience-the-Right-Way','','inherit','open','closed','','chase-stellar-saas-customer-experience-the-right-way','','','2021-02-15 13:15:30','2021-02-15 13:15:30','',4710,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg',0,'attachment','image/jpeg',0),(4712,1,'2021-02-15 13:17:11','2021-02-15 13:17:11','','SaaS-Customer-Experience','','inherit','open','closed','','saas-customer-experience','','','2021-03-26 07:16:15','2021-03-26 07:16:15','',4710,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg',0,'attachment','image/jpeg',0),(4715,1,'2021-02-16 08:04:50','2021-02-16 08:04:50','','card-connect','','inherit','open','closed','','card-connect','','','2021-03-26 07:16:09','2021-03-26 07:16:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/card-connect.png',0,'attachment','image/png',0),(4717,1,'2021-02-16 08:14:40','2021-02-16 08:14:40','[vc_row css=\".vc_custom_1551425613683{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"4722\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Recurring Payments with CardConnect\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"left-to-right\"][vc_column_text css_animation=\"fadeInDown\" el_class=\"p18 pc1\" css=\".vc_custom_1613463452525{margin-top: 25px !important;margin-bottom: 15px !important;}\"]Quick & Easy Integration Process\r\n\r\nHassle Free Recurring Payment Collection[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-8 padL100 padR100\" css=\".vc_custom_1552289192192{margin-top: 15vh !important;margin-bottom: 15vh !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"4965\" img_size=\"550x550\" alignment=\"center\" css=\".vc_custom_1624621472332{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_custom_heading text=\"Begin Recurring Payments Collection, Connect with CardConnect Payment Gateway Integration Services\" font_container=\"tag:h3|text_align:left|color:%23020d26\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1613463481541{margin-top: 25px !important;}\"]CardConnect offers payment gateway and merchant account services to the merchants resided in the United States and Canada. It allows the subscription merchants or SaaS vendors to process the credit card or debit card transactions and ACH payments to their accounts in no time and with complete security.\r\n\r\nCardConnect is committed to support SaaS, cloud, and other eCommerce platforms with simple, secure, and integrated payment solutions. As a payment platform, it provides various solutions for payments processing to the cloud vendors and other merchants.\r\n\r\nFor more than 10 years, CardConnect is known to provide reliable, high-quality, and advance payment solutions protected by their patented, PCI-validated security defences. It is a great match for all the eCommerce sites, mobile apps, SaaS platforms, ERP systems, and more.\r\n\r\nThe developer-friendly APIs set of CardConnect is easy to connect the payment integration solution in your environment.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-1 padL100 h4-underline-m-70\" css=\".vc_custom_1553259049195{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4970\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c2 template-section-box-shadow\" css=\".vc_custom_1552291788793{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Apply and Get Quick and Secure Payments in CardConnect’s Merchant Account\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1613463507304{margin-top: 25px !important;}\"]CardConnect allows the subscription merchants to get a merchant account and accept secure card payments directly into the merchant’s accounts. To sign up for the CardConnect’s merchant account, all you need is a merchant account, username, and password.\r\n\r\nCardConnect presents merchants with all the industry-tailored payment security solutions and compliances. Each transaction processed by CardConnect goes through the highest level of data breach protection so merchants and their customers stay tension-free.\r\n\r\nData passes through the additional Level II and Level III layers of security with point-to-point encryption (P2PE) and tokenization.\r\n\r\nCardConnect also offers detailed transactional reporting tools and provides access to dynamic business data like chargebacks, deposits, refunds, and statements.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-9 ps9-2 padR100\" css=\".vc_custom_1553259078737{padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"4967\" img_size=\"550x550\" alignment=\"center\" el_class=\"section-img-left-paddings\"][/vc_column][vc_column width=\"1/2\" el_class=\"background-c3 template-section-box-shadow\" css=\".vc_custom_1552291849975{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Secure Recurring Payment Collection is a Click Away with CardConnect SubscriptionFlow Integration\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"pc1\"][vc_column_text el_class=\"p16 pc1\" css=\".vc_custom_1613463532018{margin-top: 25px !important;}\"]With SubscriptionFlow CardConnect integration, process recurring billing as well as recurring payments for the SaaS and other subscription businesses over one platform.\r\n\r\nCardConnect integrated with SubscriptionFlow allows automated recurring payments with customizable billing plans that induce increased efficiency, improved cash flow, and reduced late payments from customers.\r\n\r\nFor the recurring payments, CardConnect Payment Gateway integrated with SubscriptionFlow also features Account Updater for regular automatic updates to store customer credit cards and prevents invalid or missed payments.[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@staging.subscriptionflow.com\r\n\r\nContact Us\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@staging.subscriptionflow.com\r\n\r\nRequest Support\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Recurring Payments with CardConnect','','publish','closed','closed','','recurring-payments-with-cardconnect','','','2021-06-25 12:16:43','2021-06-25 12:16:43','',0,'https://staging.subscriptionflow.com/?page_id=4717',0,'page','',0),(4722,1,'2021-02-16 08:35:55','2021-02-16 08:35:55','','CardConnect-Payment-Gateway','','inherit','open','closed','','cardconnect-payment-gateway','','','2021-02-16 08:36:06','2021-02-16 08:36:06','',4717,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png',0,'attachment','image/png',0),(4730,1,'2021-02-19 12:38:14','2021-02-19 12:38:14','I love watching ‘Bridgerton’ on Netflix. I love it more when I binge it along with my friend ‘Sasha’. But, she is in Houston and I’m in LA. Can we not? Of course, we can. I can purchase a Netflix gift subscription for ‘Sasha’ and we can together binge-watch all our favourite series and seasons.\r\n\r\nThis is how the gift subscriptions allow customers to exchange subscription of physical as well as digital products as gifts.\r\n\r\nA gift subscription is also a great strategy for the subscription merchants to onboard more customers and converts more leads into paying deals.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/\">Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021</a>\r\n\r\nIn this article, we will overview how does the gift subscription work and what are its different types. We will also walk our readers through the gift subscriptions assistance within the SubscriptionFlow.\r\n\r\nFirst things First,\r\n\r\nLet’s begin with understanding the gift subscription.\r\n<h3><strong>What is Gift Subscription?</strong></h3>\r\nGift subscriptions are the subscriptions offered by the merchant to the lead or a loyal customer. It can also be purchased by the customers themselves to gift it to their contacts. The contacts are the recipients of the gift subscriptions.\r\n\r\nThey can continue to use the subscription services or products until the term of the subscription ends. Later, the customer can renew the subscription or the contact can also re-subscribe or upgrade the subscription plan to use with more features or with more access.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/\">Subscription Box Business 101: A Beginner’s Guide to Start A Valued Subscription Box Service—From Prospects & Marketing to Subscription Box Billing & Management</a>\r\n<h3><strong>How</strong> <strong>do Gift Subscriptions Work?</strong></h3>\r\nGift subscriptions require three persons to get connected with each other over the subscription management platform.\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>The Subscription Merchant</li>\r\n <li>The Subscriber</li>\r\n <li>The Gift Subscription Recipient</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe subscription merchant is the subscription management application client who is also the first loop of connectivity and subscribes to the subscription billing and payments software and offers their customers subscription plans.\r\n\r\nThe subscriber is the customer who subscribes to one of the subscription plans offered by the merchant and become a source of recurring revenue.\r\n\r\nAnd, the gift subscription recipient could be the customer or lead himself who has been given extra access to the product or service by the merchant as the gift subscription. Or, it could be the contact of the customer to whom the customer purchases the subscription from the merchant. This contact could be a friend, a family member, a sibling, spouse, parents, co-worker, employee, or anyone.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas/\">Subscription Box Business 102: Curate Your Subscription Box—Types, Niches, & Procurement Ideas</a>\r\n<h3><strong>Why Gift Subscriptions are the Great Strategy to Grow Subscriptions?</strong></h3>\r\nAllowing customers to purchase the subscriptions for their contacts allows the subscription merchants and SaaS vendors to keep their customers connected and continue paying for a longer-term and as a source of more than one streams of the recurring revenue.\r\n\r\nGift subscriptions also favour the onboarding of more customers by attracting them with the gift services they are using. They can be approached to buy these subscriptions, later, or upgrade the plans. Gift subscriptions lower the sales and marketing costs and efforts. A gift subscription is a great approach to grow subscriptions and subscription business due to these reasons:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>To acquire more customers</li>\r\n <li>To retain customers</li>\r\n <li>To attract more revenue</li>\r\n <li>To extend the range of plans and products</li>\r\n <li>To attract word-of-the-mouth and referral marketing</li>\r\n <li>To cater to the customers from a range of strata</li>\r\n <li>To keep the customer acquisition cost low and manageable</li>\r\n <li>To create high-quality lists of leads</li>\r\n <li>To keep the market intact against the competitive pressure</li>\r\n <li>To avoid the negative impacts of the competition</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Different Types of Gift Subscriptions</strong></h3>\r\nGift subscriptions can be made available in several forms:\r\n<h4><strong>Gift Cards</strong></h4>\r\nGift cards could be special coupons or vouchers that you can give to your customers or they can purchase from you to gift it as a subscription to their contacts. Every business with any billing model can extend its customer base with gift cards, but it is a great deal for subscription businesses. They offer flexibility to the gift recipient and is a great deal for the digital services providers who offer the gift cards and appeal to the recipients to upgrade their gift subscriptions to the regular plans.\r\n<h4><strong>Gift Plans</strong></h4>\r\nGift plans are no different than the regular subscription plans, except these can be ordered as gift subscriptions to other recipients who could be another source of recurring revenue besides customers. A gift subscription can be managed from the customer’s self-service spaces whereas the merchant is responsible for the delivery of the gift subscription.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/subscription-box-business-103-market-your-subscription-box-attract-the-sales-and-grow-the-subscriber-base/\">Subscription Box Business 103-Market your Subscription Box, Attract the Sales And Grow the Subscriber Base</a>\r\n<h3><strong>Ideas for Gift Subscriptions</strong></h3>\r\nNo matter what and how different sort of subscription-based product or services do you offer, you can always offer gift subscriptions to your end-customer as well as can allow them to gift these subscriptions to their friends, family, relatives, co-workers, and other contacts so they can enjoy, learn from, or admire.\r\n\r\nSome of the most popular gift subscriptions ideas include;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Magazine subscriptions</li>\r\n <li>Newspaper subscriptions</li>\r\n <li>Digital media platforms subscriptions</li>\r\n <li>Assorted Subscription boxes for an old and new wardrobe, accessories, books, coffee, beverages, stationery, art and crafts,</li>\r\n <li>Netflix, Hulu, Disney+, Spotify, and other streaming services or OTT platforms subscriptions</li>\r\n <li>Business process management platform subscriptions</li>\r\n <li>Social media applications subscriptions</li>\r\n <li>Online audio, video, or research library subscriptions</li>\r\n <li>E-readers subscriptions</li>\r\n <li>Gym subscriptions</li>\r\n <li>Spa subscriptions</li>\r\n <li>Dental Subscriptions</li>\r\n <li>Personal grooming subscriptions</li>\r\n <li>Pet grooming subscriptions</li>\r\n <li>Pet medical subscriptions</li>\r\n <li>Help subscriptions</li>\r\n <li>Health Subscriptions</li>\r\n <li>Car Subscriptions</li>\r\n <li>Recreational Subscriptions</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAnd more.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/08/subscription-box-business-104-from-picking-packing-and-kitting-to-shipping-manage-seamless-fulfilment/\">Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfilment</a>\r\n<h3><strong>How to Gift the Subscriptions?</strong></h3>\r\nIf you are a SaaS vendor and offer digital assets like video or music streaming services, gaming, marketing automation or management service, or a digital media publisher, you can offer gift subscription plans for your digital product. Likewise, another popular gift subscription stream is gift subscriptions for magazines, newspapers, research journals, dedicated subject podcasts, channels, or OTT platforms. You can also gift a gym or saloon subscriptions to your spouse or parents or kids.\r\n\r\nSimilarly, one of the latest trends of gift subscriptions is the assorted subscription boxes. From old and new clothing to everyday essentials to food and beverages—subscription boxes are available for everyone and in every niche. Subscription box businesses can offer their subscriptions not only to their end-customers, they can also facilitate them to offer these subscriptions as gifts to their extended contacts.\r\n\r\nIn short, subscriptions boxes, magazine or newspaper subscriptions, digital asset subscriptions, or personal or health care subscriptions—all can be gifted.\r\n\r\nTo allow customers to gift these subscriptions to their contacts, all a subscription merchant need is a subscription of the subscription management software that can not only automates the recurring billing management for their customers as well as offers a one-size-fits-all subscription management platform. A place where not only the clients but their end-customers can also manage their own subscriptions and are able to order and manage the gift subscriptions for their contacts as well.\r\n\r\nSubscriptionFlow is your ultimate subscription management platform where it is easier, simpler, and faster for the clients to automate the invoicing billing, payment processing, communications, recurring revenue monitoring, tracking, and management, and all the subscription business with dozens of integrations.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-box-business-105-follow-these-actions-to-scale-and-thrive-on-thin-margins-in-the-subscription-box-industry/\">Subscription Box Business 105—Follow These Actions To Scale and Thrive On Thin Margins In the Subscription Box Industry</a>\r\n<h3><strong>Gift Subscriptions in SubscriptionFlow</strong></h3>\r\nSubscriptionFlow allows clients to offer their customers the services of the gift subscriptions so they can continue to share it with their friends, family, co-workers, employees, or anyone. The recipients are required to be added as ‘contacts’. Different cycles of the subscriptions can be created in SubscriptionFlow.\r\n\r\nGift subscriptions is a three-step process in SubscriptionFlow:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Enable the gift subscriptions</li>\r\n <li>Create or assign a contact for the gift subscription</li>\r\n <li>Create an order for the gift subscription</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Enabling the Gift Subscriptions</strong></h3>\r\nTo create an order for the gift subscriptions, enable gift subscriptions from settings.\r\n\r\nGo to the settings from NavBar and navigate ‘Preferences’ under the section of ‘Customization’.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4731\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png\" alt=\"Enabling-the-Gift-Subscriptions-1\" width=\"700\" height=\"420\" /></p>\r\nOn the preferences pages, the following sub-sections are available.\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Invoices</li>\r\n <li>Customers</li>\r\n <li>Subscriptions</li>\r\n <li>Orders</li>\r\n <li>Transactions</li>\r\n</ul>\r\n[/su_list]\r\n\r\nUnder the subscriptions, find the option for the ‘Gift Subscription’ field. Select ‘Enabled’ from the drop-down menu.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4732\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png\" alt=\"Enabling-the-Gift-Subscriptions-2\" width=\"700\" height=\"420\" /></p>\r\n\r\n<h3><strong>Creating a Contact</strong></h3>\r\nA gift Subscription has been enabled. The next step is to create a contact for a recipient in SubscriptionFlow.\r\n\r\nContact can be created in different ways in SubscriptionFlow.\r\n\r\nCreate contact at the time of creating a customer.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4733\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png\" alt=\"Enabling-the-Gift-Subscriptions-3\" width=\"700\" height=\"420\" /></p>\r\nWhen the new recipient is required to be added, it can be created directly through the contacts module accessed from the NavBar directly.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4734\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png\" alt=\"Enabling-the-Gift-Subscriptions-3\" width=\"700\" height=\"420\" /></p>\r\nGift subscription and the subsequent content along with the customer can also be created at the time of checkout.\r\n<h3><strong>Creating An Order for Gift Subscription</strong></h3>\r\nAfter creating a contact for the gift subscription recipient, go to the ‘Orders’. Find and tap on ‘Create Order’.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4735\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png\" alt=\"Enabling-the-Gift-Subscriptions-5\" width=\"700\" height=\"420\" /></p>\r\nSelect the customer and data, and tap on ‘Create New Subscription’.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4736\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png\" alt=\"Enabling-the-Gift-Subscriptions-6\" width=\"700\" height=\"420\" /></p>\r\nIn the orders section, the option for the ‘Gift Subscription’ is available to select.\r\n\r\n<img class=\"aligncenter size-full wp-image-4737\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png\" alt=\"Enabling-the-Gift-Subscriptions-7\" width=\"700\" height=\"420\" />\r\n\r\nSelect the recipient and set the term start and end date, term period, and term type along with the billing trigger dates. Proceed with ‘Next’.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4738\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png\" alt=\"Enabling-the-Gift-Subscriptions-8\" width=\"700\" height=\"420\" /></p>\r\nSelect the plan and product and save it.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4739\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png\" alt=\"Enabling-the-Gift-Subscriptions-9\" width=\"700\" height=\"420\" /></p>\r\nThe gift subscription has been created against the contact of the customer and is available for them.\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-4740\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png\" alt=\"Enabling-the-Gift-Subscriptions-10\" width=\"700\" height=\"420\" /></p>','Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net','','publish','open','open','','gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net','','','2021-02-19 12:39:12','2021-02-19 12:39:12','',0,'https://staging.subscriptionflow.com/?p=4730',0,'post','',0),(4731,1,'2021-02-19 12:28:23','2021-02-19 12:28:23','','Enabling-the-Gift-Subscriptions-1','','inherit','open','closed','','enabling-the-gift-subscriptions-1','','','2021-02-19 12:29:37','2021-02-19 12:29:37','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png',0,'attachment','image/png',0),(4732,1,'2021-02-19 12:28:27','2021-02-19 12:28:27','','Enabling-the-Gift-Subscriptions-2','','inherit','open','closed','','enabling-the-gift-subscriptions-2','','','2021-02-19 12:30:03','2021-02-19 12:30:03','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png',0,'attachment','image/png',0),(4733,1,'2021-02-19 12:28:30','2021-02-19 12:28:30','','Enabling-the-Gift-Subscriptions-3','','inherit','open','closed','','enabling-the-gift-subscriptions-3','','','2021-02-19 12:30:31','2021-02-19 12:30:31','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png',0,'attachment','image/png',0),(4734,1,'2021-02-19 12:28:33','2021-02-19 12:28:33','','Enabling-the-Gift-Subscriptions-4','','inherit','open','closed','','enabling-the-gift-subscriptions-4','','','2021-02-19 12:31:05','2021-02-19 12:31:05','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png',0,'attachment','image/png',0),(4735,1,'2021-02-19 12:28:35','2021-02-19 12:28:35','','Enabling-the-Gift-Subscriptions-5','','inherit','open','closed','','enabling-the-gift-subscriptions-5','','','2021-02-19 12:31:27','2021-02-19 12:31:27','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png',0,'attachment','image/png',0),(4736,1,'2021-02-19 12:28:38','2021-02-19 12:28:38','','Enabling-the-Gift-Subscriptions-6','','inherit','open','closed','','enabling-the-gift-subscriptions-6','','','2021-02-19 12:31:50','2021-02-19 12:31:50','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png',0,'attachment','image/png',0),(4737,1,'2021-02-19 12:28:40','2021-02-19 12:28:40','','Enabling-the-Gift-Subscriptions-7','','inherit','open','closed','','enabling-the-gift-subscriptions-7','','','2021-02-19 12:32:18','2021-02-19 12:32:18','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png',0,'attachment','image/png',0),(4738,1,'2021-02-19 12:28:43','2021-02-19 12:28:43','','Enabling-the-Gift-Subscriptions-8','','inherit','open','closed','','enabling-the-gift-subscriptions-8','','','2021-02-19 12:32:42','2021-02-19 12:32:42','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png',0,'attachment','image/png',0),(4739,1,'2021-02-19 12:28:45','2021-02-19 12:28:45','','Enabling-the-Gift-Subscriptions-9','','inherit','open','closed','','enabling-the-gift-subscriptions-9','','','2021-02-19 12:33:04','2021-02-19 12:33:04','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png',0,'attachment','image/png',0),(4740,1,'2021-02-19 12:28:48','2021-02-19 12:28:48','','Enabling-the-Gift-Subscriptions-10','','inherit','open','closed','','enabling-the-gift-subscriptions-10','','','2021-02-19 12:33:14','2021-02-19 12:33:14','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png',0,'attachment','image/png',0),(4741,1,'2021-02-19 12:36:06','2021-02-19 12:36:06','','Gift-Subscriptions','','inherit','open','closed','','gift-subscriptions','','','2021-02-19 12:36:16','2021-02-19 12:36:16','',4730,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg',0,'attachment','image/jpeg',0),(4744,1,'2021-02-22 12:12:10','2021-02-22 12:12:10','The subscription business model has already taken the market by storm in a decade, only. It is now the real authority in the economy. SaaS, IT, computing, and services were the few industries that had adopted the subscription-based business model and grooved the change across the industries. They were the first who had seen the big waves of change tiding towards the usage-based business models with the proliferation of technology and the alteration in consumer behaviours towards the access of the products or services pertaining to their needs and wants.\r\n\r\nAs a way of the future economy, the subscription-based business model has also been inducing the revolution in the industrial and manufacturing sector. The room for the subscriptions is getting bigger and better while prevailing the vision that every machine, equipment, hardware, and instrument can now be offered on a recurring basis and can keep the customers hooked to the company.\r\n\r\nIn practice, though the picture is different. However, the appeal of the subscription business is forcing the manufacturing industry to deploy recurring solutions for their business as well. But the question remains the same how does the old-school find the subscription solutions for the industry on a larger scale?\r\n\r\nSome of the leaders of the manufacturing industry has already adopted the subscription model in its original or hybrid form, and are all set to hit the new milestones with the stable customer base and reliable streaming of recurring revenue. Some of the prominent manufacturing subscriptions examples are:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Rental Car Subscriptions</li>\r\n <li>Automobile, electrical appliances, or heavy machinery services subscriptions</li>\r\n <li>Airlines subscriptions for cheaper flights</li>\r\n <li>Health or fitness -as-a-service subscriptions</li>\r\n <li>Home maintenance subscriptions</li>\r\n <li>Consumables subscriptions</li>\r\n <li>On-Premise Subscriptions for Hardware and Software</li>\r\n <li>Data Center Subscriptions</li>\r\n</ul>\r\n[/su_list]\r\n\r\nThe article encapsulates how the manufacturing industry is harmonizing with the subscription business model and how are they dealing with the impediments on their way to the future of the subscription-based manufacturing economy. We would also throw light over a few of the manufacturing sectors outshining the industry.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a>\r\n<h3><strong>Ownership vs Usership—What’s Honing the Next-Generation of Manufacturing?</strong></h3>\r\nOwnerships was not only the ideology of the economy, it was an age that has now come to an end with the rise of the subscription economy and technological advancements.\r\n\r\nStudies suggest that services that let customers access the product on a recurring basis are gaining popularity and acceptability and decreasing the interest and inclination towards ownership. The next generation is more attracted towards getting access to their needs and wants as soon as they can and they even are concluding ownership as a burden—a load that inflicts the risks, responsibilities, and liabilities of loss, malfunctioning, obsolescence, and maintenance.\r\n\r\nWe have reached an era where different generations are exhibiting the same pattern towards their interest in gaining access to the products or services—the usership trend.\r\n\r\nThe usership trend is the consumer leaning towards gaining access to the products or services available on a recurring basis, such as rentals or subscriptions, instead of buying the products.\r\n\r\nGenZ and Millennials have already abandoned the old-fashioned ownership trends that require more money, weight to keep things forever, and bear the costs and pain of maintenance, and spend more after every now and then when the owned thing lose its efficiency and become obsolete.\r\n\r\nFrom streaming services to telecom to health and education to car-sharing subscriptions, there is no section of the economy that is not honing in for the next-generation economy based on subscriptions. Not only the B2C industry, but even the B2B manufacturing industry is also flipping the wings for their flight to the subscription business model.\r\n<h3><strong>The New Notions of the Subscription-Based Manufacturing Industry</strong></h3>\r\nFrom electronics and smart gadgets to tools and machines to automobiles and other heavy machinery, the manufacturing sector is reinventing the survival solutions for themselves and are formulating ways to stay relevant with recurring business concept.\r\n\r\nHere are the different ways, manufacturing is greasing the wheels of industry to find subscription solutions across the sector.\r\n<ul>\r\n <li>\r\n<h4><strong>Products on a Recurring Basis</strong></h4>\r\n</li>\r\n</ul>\r\nSmall-scale manufacturing companies, as well as companies producing products and tools, of everyday use, have shown a more positive attitude towards adopting the subscription changes on their own terms without renouncing their ownership-based business model. Dollar Shave, subscription boxes, and smart gadgets technology are leading on the lists.\r\n\r\nSubscription box businesses are giving wings to a wide range of products from different interests of everyday life to reach out to their customers on a recurring basis. These include wardrobe, cosmetic, medicine, cooking, baking, or sanitation supplies, pet supplies, art and crafts, and many many more.\r\n<ul>\r\n <li>\r\n<h4><strong>Pay-As-You-Go Model</strong></h4>\r\n</li>\r\n</ul>\r\nThe pay-as-you-go model allows the manufacturer to allows the consumer to use the product and bill them based on their usage or consumption. It facilitates the manufacturer to make the most of the profit from the product while allowing more than one customer to use the product and pay in accordance with their usage.\r\n\r\nMachines, automobiles, home, office, and other appliances, tools, health and medical equipment, and different other products can be made available on a recurring basis.\r\n<ul>\r\n <li>\r\n<h4><strong>EaaS</strong></h4>\r\n</li>\r\n</ul>\r\nEquipment-as-a-Service or EaaS is a way for the manufacturing and industrial sectors to make their ways to the subscription economy. It should be understood in a different context than of Software-as-a-Service or SaaS. SaaS allows users to use the software as the cloud platform on a recurring base, in contrast, EaaS is not about leasing the equipment. It is more about the maintenance of the equipment subscriptions.\r\n\r\nEaaS offers consumers to take advantage of the mandatory maintenance and repair services as subscriptions where the supplier monitors, maintains and repairs the equipment in top-operating conditions until the consumer is using the product whether as an owned or subscribed product and maximize uptime.\r\n\r\nOne such example of the EaaS is Porsche’s maintenance and insurance subscription that allows subscribers to drive any of the available cars for any length of the period they want. If a car is due for service, the subscription service picks it up and replaces it with a similar car.\r\n<ul>\r\n <li>\r\n<h4><strong>IIoT</strong></h4>\r\n</li>\r\n</ul>\r\nIoT or the Internet of Things is the network of interconnected devices or physical objects with sensors, software, and other technologies and exchange data between and with other devices and systems using the internet.\r\n\r\nIndustrial IoT or IIoT is making ways for EaaS, SaaS, PaaS, and IaaS to work together and smarter. On the consumer side, all are available in one place, whereas, it is making sense for the smart subscription revolution that is all set to take over the economy.\r\n\r\nIoT connects the equipment, its service, supplier, and consumers with the service to monitor the equipment or product, its usage, and maintains or repairs it when it causes any friction, anyhow. This model must provide the supplier with adequate cash flow, the necessary warranty and insurance safeguards, and a way to implement billing based on usage.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future</a>\r\n<h3><strong>How Manufacturing Industry Can Shift to the Subscriptions</strong></h3>\r\nThe industrial and manufacturing industry is still hesitant to shift to the subscription industry. Before leaping into the arena of the subscription, there are a few concepts that are needed to understand to make this inevitable shift happen and successful. Some of these are:\r\n<ul>\r\n <li>\r\n<h4><strong>Service is the Mantra of the Subscription Model—Package Machine with Service</strong></h4>\r\n</li>\r\n</ul>\r\nSaaS thrived with the subscription model. It happened because the SaaS vendor instead of selling the digital asset keep the customers with them by offering them their keep and maintenance services, together, with the software.\r\n\r\nThe manufacturing industry should shift its focus to the service in association with the machines. It is most suitable for smart appliances, heavy machinery, automobiles, and some others. Packaging machines with the services as EaaS is a way to subscription-based manufacturing.\r\n<ul>\r\n <li>\r\n<h4><strong>Align Traditional Business Affairs with Recurring Business Relationships</strong></h4>\r\n</li>\r\n</ul>\r\nThe old-school manufacturing sector is so attracted to ownership that they may not be able to switch to subscription, solely, except in any near-future. Combining traditional business affairs with recurring business relationships is the mid-way solution for many of the suppliers of automobiles, home and office appliances, medical and tech tools and machinery suppliers, etc.\r\n\r\nThey can formulate a hybrid business model and offer their products and the associated services, together.\r\n<ul>\r\n <li>\r\n<h4><strong> </strong><strong>Subscription Is All About Keeping Customers Committed—Focus on Their Needs and Wants</strong></h4>\r\n</li>\r\n</ul>\r\nThe subscription business model can be said the consumer-based service model. It is based on long and strong relationships with the customers so they can remain the potential source of the recurring revenue without spending, again and again, to attract them to part of the ecosystem.\r\n\r\nCustomer retention is the key to the subscription business. Forget about what you have, start thinking about what your customers need and how you can fulfil their needs and wants. In the subscription business, service is primary and the product is secondary. Customers would stay until they have been facilitated with great services and the value of the money.\r\n\r\nMake customers lifetime members—leverage data insights and learn more about the customers’ behaviours, spending habits, and usage attitude and carve the product as per their needs.\r\n\r\nThe recurring billing or subscription management offers more detailed insights into the customer lifecycle and helps them become lifetime partners as a potential and ensured source of recurring revenue. Using the <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">subscription management software</a> with AI-enables subscription metrics can peddle a whole new customer-centric approach for the manufacturers.\r\n<ul>\r\n <li>\r\n<h4><strong>Translate Free-Trails Concepts into the Realm of Manufacturing</strong></h4>\r\n</li>\r\n</ul>\r\nManufacturing is not SaaS. It cannot afford freemium and free-trials of the physical products. Physical product cost more than digital assets and are not favourable for freemium subscriptions. Instead, the associated services with them can be offered as free-trials or the sample products’ trials for a smaller term can be offered in the realm of manufacturing while replacing the freemium success of SaaS.\r\n<ul>\r\n <li>\r\n<h4><strong>Subscription is not One-Size-Fits-All—Explore the Right Recipe of Subscription for Your Manufacturing Niche</strong></h4>\r\n</li>\r\n</ul>\r\nIt is the flexibility and customizability of the subscription model that makes it the future of commerce and the economy. Unlike SaaS, it holds more for the industrial and manufacturing sectors.\r\n\r\nSubscription is for sure not one-size-fits-all for the manufacturing industry. They can articulate the best subscription business model for their niche. It can be recurring billing per consumption model, EaaS, IoT, or any of the model that works best with their products and the associated services.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/06/here-is-your-definitive-guide-to-running-your-subscription-based-business-model-and-building-strong-growth-model-with-subscriptionflow/\">Here Is Your Definitive Guide to Running Your Subscription-based Business Model and Building Strong Growth Model with SubscriptionFlow</a>','Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions','','publish','open','open','','embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions','','','2021-02-22 12:12:10','2021-02-22 12:12:10','',0,'https://staging.subscriptionflow.com/?p=4744',0,'post','',0),(4745,1,'2021-02-22 12:06:19','2021-02-22 12:06:19','','How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions (1)','','inherit','open','closed','','how-manufacturing-industry-is-carving-and-scaling-subscription-solutions-1','','','2021-02-22 12:06:55','2021-02-22 12:06:55','',4744,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg',0,'attachment','image/jpeg',0),(4748,1,'2021-02-24 13:33:46','2021-02-24 13:33:46','The onset of the corona pandemic hit every sector of the economy across the globe. The fear of uncertainty, the anxiety of everything being shut down, the threat of no physical networking, and the panic of the downfall of the economy alarms all the stakeholders alike.\r\n\r\nAmong all, the most affected industry is the tourism and hospitality industry that was the most thriving industry everywhere in the world in the pre-corona world. 2020 was probably the worst times in the modern history of the hospitality industry. Several studies were conducted to learn the repercussions of the pandemic over the hospitality and tourism industry. Most of them revealed severe losses and an economic downturn.\r\n\r\nOne of the McKinsey studies suggests that recovery to pre-COVID heights can take as long as 2 to 3 years if the right steps are planned, strategized, and taken in the right directions right from the beginning of 2021.\r\n\r\nFrom boarding and lodging to travel and tourism and hotel and restaurant industries to casinos, cruise, cinemas, and other recreational places—all have reported huge losses and are still suffering and underperforming.\r\n\r\nThe susceptibility of the business model of the hospitality industry makes the whole sector vulnerable. After the successful shift of the SaaS, cloud computing, streaming services, gaming, digital media, and others, many other conventional big sectors are also now leaping into the arena of the subscription business model.\r\n\r\nWith Tesla, BMW, Porsche, Volvo, etc. from the automobile industry, health and education industry, EaaS and Industrial Internet of Things services providers, and other bigwigs of the market from all across the conventional and unconventional businesses’ entry in the subscription business, the hospitality industry is also stepping into the subscription avenue. The shrinking shares of the investment, as well as business, pushes the hospitality industry for the subtle or substantial shifts in the post-pandemic era.\r\n\r\nIn this article, we are geared up to learn more about the consequences of pandemic over the different segments of the hospitality industry as well as we will also examine the sets of challenges and the opportunities, hidden-behind, for the food and beverages, boarding, lodging, travelling, entertainment, and other sections of the hospitality industry. On the subscription side, we will also study the hospitality industry shift towards the subscription and then interpret what changes are on the way in the hospitality sector after the gradual transformation of the industry to the subscription economy.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/\">Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions</a>\r\n<h3><strong>Post-COVID Challenges and Opportunities in the Hospitality Industry</strong></h3>\r\nPandemic wreaked havoc on the hospitality industry and made some tough and disappointing decisions including team, operations, future, and business process management to make their survival possible. Though, some decisions gathered them all on one platform with the agenda of growth for all. Pandemic woke up the stakeholders and made them realize the vulnerability of the hospitality business nature and their business model.\r\n\r\nThe individual as well as the collective efforts to elevate the hospitality industry from the downturn have introduced the hospitality services providers with the subscription business model and the significance of providing customer services on a recurring basis.\r\n\r\nLoyalty is the galvanizing force behind the subscription model. It buzzes the customer and the services provider relationship pampered by the value, affordability, and availability—all the seasons, throughout the year.\r\n\r\nA news sprut of the subscription-based growth has been observed, recently. Hospitality sectors like travel, accommodation, food and beverages, and recreations, not only have joined hands to provide cross-platform subscriptions other than their own subscription plans and products, they have also teamed up with other businesses outside their industry, such as SVOD platforms like Netflix, Amazon, Hulu, etc., spa and salon services, health and gym services, educational and corporate subscription services, etc. For instance, Airlines have started to introduce air travel subscription for frequent travellers. Some are also offering cross-platform subscriptions like accommodation, travel, and food plans and packages—all in one place.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a>\r\n<h3><strong>Subscription Appeal Amid the Pandemic Upset Across the Hospitality Segments</strong></h3>\r\nThe onset of the pandemic has created a great deal of challenges for the different segments of the hospitality industry. Due to lockdowns, the spread of the mass-level virus, economic downturn, government restrictions, travel bans, change in the customer behaviours, and all the factors, together, became the reason to sank the booming landscape of the hospitality industry.\r\n\r\nLet’s have a quick look at how pandemic affected some of the major sections of the hospitality industry sections worldwide:\r\n<ul>\r\n <li>\r\n<h4><strong>Food and Beverages</strong></h4>\r\n</li>\r\n</ul>\r\nThe risk of the spread of the virus restricted merchant as well as consumers, equally. The food and beverages division of the hospitality industry suffered throughout the activities of the business—From production to supply to sale—despite the spike in demands.\r\n\r\nRestaurants, cafes, coffee shops, bars, tuck shops, delivery services, and other food and beverage outlets, all have faced difficulties and had to cut down on their budget and expenses and found new ways to ensure sustenance.\r\n\r\nTo avoid spoilage, job cuts, and revenue losses, restaurants, wholesalers, and delivery services teamed up to deliver ready-to-cook food, meal-kits, raw food items like vegetables, fruits, poultry, dairy, and other grocery items directly to the consumers and often on a recurring basis. When the situation relaxes, some have boosted their business more with pick-ups, card-dinning, and subscription-based meal kits to enjoy the restaurant like meals at home. This created a sort of work and earning balance and confronted the eatery business services providers to re-evaluate their business model.\r\n<ul>\r\n <li>\r\n<h4><strong>Accommodation</strong></h4>\r\n</li>\r\n</ul>\r\nGovernments put bans on all sort of boarding and lodging facilities all over the world. Hotels, motels, guest houses, hostels, condos, resorts—all were empty and shut. These white elephants each day used to earn billions. They were not been able to continue managing the army of workers without the horde of visitors.\r\n\r\nMany of the world-renowned chains of hotels reported an unprecedented loss and shut their doors forever and ever amidst the declining sources of investment as well as earning.\r\n\r\nThe accommodation industry found a way of survival in serving the quarantine centres for travellers coming from across the borders. Though this is the ordinary and temporary arrangement that could only help them from being vanished. To survive, hotels, resorts, hostels, and other lodgings spaces have shown interest in the accommodation subscription services.\r\n<ul>\r\n <li>\r\n<h4><strong>Travel and Tourism</strong></h4>\r\n</li>\r\n</ul>\r\nThis is the most devastated section, even, in the hospitality industry. Airlines, road services, cruises, train services, and all other travelling services were under severe pressures due to the closed borders and travel restrictions.\r\n\r\nThe tourism industry has seen a loss that they have never seen or was not expecting in ages which is a dreadful reality. It remodels the business model of tourism. From travel agents to tourist guides to tourist places, and all the tourism services providers—all have seen the dead turmoil and tribulations. In those terrible times, the tourism industry took a sigh of breath with local tourism and travel services available on a recurring basis to establish reliable and, to some extent, a stable source of recurring income.\r\n<ul>\r\n <li>\r\n<h4><strong>Recreation</strong></h4>\r\n</li>\r\n</ul>\r\nMetropolitans, towns, or villages—all were closed, including the public places and recreational spaces. Cinemas, casinos, bars, cafes, theatres, sports grounds, gyms, salons, even, brothels—there was no place where people can connect physically was open. In such times, finding customers was a difficult job. It attracted the entertainment, sports, and other recreational industry to make their services available on a subscription basis. So, in all seasons, they have clients that keep the streaming of the recurring revenue.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/the-future-of-print-and-publishing-is-there-a-light-at-the-end-of-the-tunnel/\">The Future of Print and Publishing—Is There a Light At the End of the Tunnel?</a>\r\n<h3><strong>Subscription is the Road to the Revival of the Hospitality Industry</strong></h3>\r\nThe hospitality industry has long been operated on fee-per-product or fee-per-services. It creates a lag whenever the demand for the product or service, for any reason, goes down. As the operational expenses and the demand for hospitality’s products and services are huge, the businesses cannot bear the lag even for a period of a day, only.\r\n\r\nThe stability of the demand and supply and consistency in the streaming of the recurring revenue make the subscription business model ideal for the hospitality industry.\r\n\r\nAfter witnessing the unmatched success of the streaming services like Netflix, rentals, and other subscription-based products and services, finally, the hospitality industry has also started taken small and potential steps towards the subscription business model.\r\n\r\nLeading airlines Lufthansa, Volaris, and others have started to offer subscription-based ait travel for frequent domestic travellers. This subscription allows companies and individuals to take advantage of the value of the travel.\r\n\r\nSome of the chains of the hotel are shaking hands with the tourism industry to promote subscription-based accommodation, travelling, and tourism that allows visitors to pay one price for all the services and get one-stop billing and support in value pricing. Similarly, travel companies are offering travel subscriptions for domestic as well as cross-border travels. It can attract students, working individuals, and senior citizens.\r\n\r\nEvent management companies are also partnering up with travel companies, restaurants, hotels, and other hospitality segments to offer all-in-one subscription packages.\r\n\r\nThe hospitality industry is all set to transform and adapt to the new-age business model. All they need is to provide the customer with valued services as per their preferences. The subscription business is all about providing a great customer experience. The more they are connected with each other and with the customers, the better they can re-emerge as the most thriving industry of the economy. Combining all the stakeholders in one place for their packaged services require detailed and in-depth data insights and the robust and customized subscription business and its processes management solutions.\r\n\r\nTo learn more about the subscription opportunities in the hospitality industry and subscription management solutions, talk to the subscription experts at SubscriptionFlow.','Post-COVID Economy and the Hospitality Industry—The New Business Model Is Paving the Way for Subscription Revolution','','publish','open','open','','post-covid-economy-and-the-hospitality-industry-the-new-business-model-is-paving-the-way-for-subscription-revolution','','','2021-02-24 13:33:46','2021-02-24 13:33:46','',0,'https://staging.subscriptionflow.com/?p=4748',0,'post','',0),(4749,1,'2021-02-24 13:28:55','2021-02-24 13:28:55','','Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era','','inherit','open','closed','','subscription-is-the-new-norm-of-the-hospitality-industry-in-the-post-covid-era','','','2021-02-24 13:29:05','2021-02-24 13:29:05','',4748,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg',0,'attachment','image/jpeg',0),(4751,1,'2021-02-26 12:22:11','2021-02-26 12:22:11','The rapid changes in the behaviours of the customer, tech developments, infrastructure upgrade needs, price management, and higher operational costs force the automotive industry to try and test the subscription market. Some have successfully drawn the new-age customer to become the potential source of recurring revenue, while some are thinking to keep their high-end automobile brands classy without compromising on the revenue growth.\r\n\r\nDifferent sort of business models is followed by the automakers to offer value-added services to the customers. One such is car subscriptions.\r\n\r\nCar subscriptions are all-inclusive deals that not only ease access to the dream cars but are a package of all the needs and requirements to manage the car subscription without any hassles.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/\">Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions</a>\r\n<h3><strong>What are Car Subscriptions?</strong></h3>\r\nCar subscriptions are the new fashion statements for Gen Z’s young and electrifying quest for thrill and excitement. The lastest and upended business model changes are reshaping the economy has favoured the subscription fever further. The automobile industry is also set to experimenting with the new business model in order to fulfil the needs and desires of the new-generation customer.\r\n\r\nThe car subscription usually includes maintenance, insurance, taxes and duties, delivery, in some cases, even fuel, and with or without commitment relaxation and reliability.\r\n\r\nThe article defines and compares the emerging car subscription scenario with the other business models of the automotive sector. We will also overview how the bigwigs have begun the car subscription race and how it is a win-win game for the automobile manufacturers as well as for the customers.\r\n<h3><strong>Buying, Renting, or Leasing—How Is the Car Subscription Different Than Others?</strong></h3>\r\nThe automotive industry solely does not depend on the car sell or car ownership business model. Long before the car subscription business model, several other business models are there frequently stabilizing the revenue streaming of the industry, as well as, offer the customers options to access and drive the car.\r\n\r\nThese include:\r\n<h4><strong>Car Ownership</strong></h4>\r\nThis business models look for the upfront and outright price of the product at one time. It deals with the purchasing of a vehicle by the customer. Car ownership makes the vehicle an asset for the customer that can serve them for their driving need as well as can be sold later when it is required.\r\n<h4><strong>Car Rentals</strong></h4>\r\nCar rentals as the name suggests allows the customer to take a car on the rent per day or month basis and drive it for a time only for which it has been rented. It does not bother the customer with costs like maintenance, insurance, taxes, and duties. Though, the fuel is the responsibility of the customer who has rented the car.\r\n<h4><strong>Car Leasing</strong></h4>\r\nCar leasing is a sort of car rental that allows the customer to pay a monthly fee and continue to drive the car for an agreed term. At the end of the lease term, the customer can or cannot buy the car.\r\n<h4><strong>Car Sharing</strong></h4>\r\nCar sharing is also a type of car rental. It allows the customer to use the cars owned by the company, dealer, or individual for a short term and less price that can also be returned anytime when it is not required.\r\n<h4><strong>Car Subscription</strong></h4>\r\nA car subscription service is a way to get access to the vehicle on a recurring basis where, unlike a car lease, all the maintenance, insurance, taxes and duties, and delivery is on the automaker or the non-manufacturer services provider. It facilitates the customer to swap between the car whenever they want. These subscriptions can or cannot bound the customers with the contract.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n<h3><strong>How Does Car Subscription Work?</strong></h3>\r\nCars subscriptions are no rocket science.. Subscription is actually the reason it is simper and accessible for all. As a customer, if you can manage your Netflix subscription over any of your digital screen or through a website or app, you can signup for the car subscription as well and can cancel at any time and return the vehicle to the company.\r\n\r\nAnd, for the automakers, car subscriptions are also not a great deal. They can also easily offer their cars-on-subscription like any other personal care, gyms, or online courses offer their subscriptions.\r\n\r\nCar subscriptions are not about owning one vehicle or driving one car only for a limited period, it is more about driving the cars you have always dreamt for whenever you want for a monthly fee, only.\r\n\r\nMost companies offer simple signup processes through their sites and apps. Once the payment is made, the company can ask the customer to pick the car from their showroom or it can be delivered to their place as per the features and facilities available in the subscription plan or package.\r\n\r\nThese subscriptions may require a one-time subscription program joining fee and then the customers are required to pay one wholesome fee for the car usage, maintenance, insurance, taxes, duties, delivery, and others.\r\n\r\nCustomer can opt for different terms of the subscription. These subscriptions usually offer no contracts or long-term commitments.\r\n<h3><strong>What Automakers Are Offering the Car Subscriptions?</strong></h3>\r\nThe convenience, novelty, and attraction car subscriptions offer are unmatched and unparalleled. It is more like choosing a relationship with cars—excited, reliable, secure, adjustable, and fulfilling.\r\n\r\nThe unprecedented growth of the subscription economy and the inclination of the car enthusiasts to the car subscription has started drawing the attention of the automakers to nibble at the idea of car subscription. As pilot projects, some automakers, including the luxury automobile manufacturers, have also stepped out of their comfort zones of selling the cars to testing the waters for the car subscription feasibility, customer interest, market approach, and revenue benefits.\r\n\r\nSome handful of the high-end auto brands are now set to offer a carefully curated selection of the latest models from their fleet of vehicles in the limited markets. There is no one-size-fits-all sort of car subscription plans. Some are offering flexibility to switch to a different model whenever they want, whereas some facilitate and pamper customers with car pickup and drop-off for car-swaps or maintenance.\r\n\r\nHere is a lineup of some of the budgeted as well as high-end auto brands hit the market with the idea of car subscriptions:\r\n<h4><strong>Volvo</strong></h4>\r\n<a href=\"https://www.volvocars.com/us/care-by-volvo/?utm_source=google&utm_medium=paidsearch&utm_campaign=us_cbv_subscription&utm_content=subscription_subscription_bmm&gclid=Cj0KCQiAst2BBhDJARIsAGo2ldWgews0lFK9uaftnjx1w2ImeXk5nsnc9dF5CvQIQArEjzQefOvrdpsaAqKnEALw_wcB\">Volvo</a> is offering car subscription of their A-class models such as XC40, XC60 & XC90 SUVs, and S60 Sedan across the United States except a few, including, California, Florida, Hawaii, Mississippi, North and South Dakota, North Carolina, and New York.\r\n\r\nThe car subscriptions offered by the Volva is a 24-months program with the flexibility to cancel the subscription after four months with attractions like no down payments, the option to subscribe to a new car, 15,000 miles/year, insurance and scheduled maintenance, and relatively, affordable pricing i.e. $600 to $850/month.\r\n<h4><strong>Toyota</strong></h4>\r\n<a href=\"https://www.toyotasubscribeanddrive.com/\">Toyota</a> introduced the all-inclusive subscription plan as an alternative to buy or lease a new car with a selection of models which include insurance, home delivery, maintenance, and insurance.\r\n\r\nAs soon as the customer subscribed for the car, it will be available at the dealership as per the preference. Toyota offers no long-term commitment with a one-time program fee for a two-months membership program that can be cancelled or paused anytime. The models include Corolla, Camry, Rav4, and Sequoia. Each plan includes insurance coverage with 1250 monthly mileage coverage.\r\n<h4><strong>Nissan</strong></h4>\r\n<a href=\"https://usa.nissannews.com/en-US/releases/drivers-can-switch-their-ride-every-day-with-nissans-first-subscription-service\">Nissan</a> brings its non-luxury models into the race as well. Nissan made it easier for thee Maxima, Frontier, and GT-R lovers to gain access to these beauties whenever they want and with ultimate accessibility and convenience. For the time being, it is available in Houston only.\r\n\r\nThe models include Altima, Rogue, Pathfinder, and Frontier as well as Leaf, Maxima, Murano, Titan, 370Z, and GT-R with an activation fee of $495. The subscription price per month starts at $699/month. The cars can be subscribed for 6-months or up to 2000 mileage.\r\n<h4><strong>Porsche</strong></h4>\r\n<a href=\"https://www.porsche.com/usa/accessoriesandservices/porschedrive/subscription/\">Porsche</a> offers its car subscription services in selected states, only, that include Las Vegas, Los Angeles, Atlanta, San Diego, and Phoenix. The models include all the Porsche cars as well as SUVs with quite a pricey month-to-month subscription program with the features like changing the models frequently, uncapped mileage, and on-demand Porsche swap. Pricing starts at $2100/month\r\n<h4><strong>Audi</strong></h4>\r\n<a href=\"https://us.audiselect.com/\">Audi</a> ended its car subscription select program earlier in January 2021. It was one of the most anticipated programs in the subscription arena. However, Audi agreed to it as a pilot program and no longer interesting in the continuity of the program anytime sooner. Audi is interested in replacing the program with car rentals.\r\n<h4><strong>BMW</strong></h4>\r\n<a href=\"https://www.engadget.com/audi-bmw-end-car-subscription-programs-193433001.html\">BMW</a> has also concluded its car subscription program at the beginning of 2021. Earlier, it had offered the subscription services ACCESS by BMW that allowed the customer to choose a vehicle that would be delivered at home with a full tank of fuel, one-time activation fee, and no long-term commitment. BMW offered three tiers of membership with the pricing starting from $1000.\r\n\r\n<strong><span style=\"color: #ff6600;\">Also Read:</span></strong> <a href=\"https://staging.subscriptionflow.com/2021/01/the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming/\">The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming</a>\r\n<h3><strong>Car Subscription—A Gateway to Give You the Supremacy to Drive A New Car Every Month</strong></h3>\r\nThe charm of car subscriptions is attracting people from all the classes, particularly, those that cannot compromise on lesser than greatest and latest. Car subscriptions have made the dreams of millions to drive dream cars, SUVs, Sedans, Jeeps, and more from the upscale houses of Porsche, BMW, Volvo, Toyota, and more.\r\n\r\nCar subscriptions are in their early stages and have already garnered the attention of customers and automakers alike owning to the new-age tech development and upgrade needs. People now can wait for the length of their lives to drive the car of their dreams. Now, they can subscribe and drive the car they want or switch to any other whenever they want, without spending millions of bucks and hassles of other expenses like maintenance, insurance, and taxes.\r\n\r\nCar subscriptions offer value with more choice at less price. They have a great competitive edge and are simply convenient at fixed rates. The car subscription concept is in its beginning stage and is looming the challenges like demand and supply shortage and depreciation in interest and appeal. But, it is sooner to predict all that. For now, car subscriptions are available and subscribers can rock with their dream cars.','Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership—How to Live a Dream of New Car Every Month','','publish','open','open','','car-subscription-vs-car-rentals-vs-car-lease-vs-car-ownership-how-to-live-a-dream-of-new-car-every-month','','','2021-02-26 12:22:11','2021-02-26 12:22:11','',0,'https://staging.subscriptionflow.com/?p=4751',0,'post','',0),(4752,1,'2021-02-26 12:20:41','2021-02-26 12:20:41','','Drive-Any-Car-You-Want...-With-Car-Subscriptions','','inherit','open','closed','','drive-any-car-you-want-with-car-subscriptions','','','2021-02-26 12:20:49','2021-02-26 12:20:49','',4751,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg',0,'attachment','image/jpeg',0),(4754,1,'2021-03-01 12:57:21','2021-03-01 12:57:21','<p style=\"text-align: justify;\">In general, when people see heavy vehicles crawling and carrying the weighty burdens of goods and monstrous bodies or other commercial vehicles on the roads, they do not bother or are not aware of the technology around it.</p>\r\n<p style=\"text-align: justify;\">Very few know that to help these big and slow giants to reach their respective destination, a whole complicated, connected, and computerized system works. This system is a set of multiple telecommunication, vehicular, navigational, engineering, and computer intelligence technologies that work together to monitor an asset by sending, receiving, and analyzing the movement, fuel consumption, and other bits of information like speed and idling, tire pressure, etc. over the cellular networks.</p>\r\n<p style=\"text-align: justify;\">This interdisciplinary technology is called ‘Telematics’, also known as GPS fleet tracking. This article overviews how telematics technology is revolutionizing the prospects for trade, commerce, business, travelling, and tourism with more secure, connected, and monitored management of the fleet in real-time.</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>What is Telematics?</strong></h3>\r\n<p style=\"text-align: justify;\">Telematics is derived from two words-telecommunications and informatics. It is an integrated use of telecommunication and information technologies with wireless connectivity, electrical and mechanical engineering, and transport infrastructure and technologies.</p>\r\n<p style=\"text-align: justify;\">Telematics is a vast discipline however, vehicle telematics rule above all the other definitions of telematics. It provides a digital blueprint of a vehicle and its operation across the route to the fleet managers. Telematics makes it easier, better, and faster for the fleet managers to understand the dynamics of the containers, vehicles, drivers, routes, and fleet in real-time and assess the risks, improvements, and needs of the maintenance to prevent accidents, delays, thefts, and other threats.</p>\r\n<p style=\"text-align: justify;\">Telematics covers a great deal of operations by integrating multiple technologies, devices, and informatics to control, monitor, and manage remote objects over a wireless network.</p>\r\n<p style=\"text-align: justify;\">Telematics systems revolutionize the logistics and transport industry and help businesses all over the world taking their physical goods, mechanical products, and heavy machinery from anywhere to anywhere with all the security, reliability, and real-time monitoring and management.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/11/iot-led-subscription-monetization-smart-recurring-billing-can-create-connected-smarter-future/\">IoT-led Subscription Monetization-Smart Recurring Billing Can Create Connected Smarter Future</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Telematics—The Rise of IoT-Led Fleet Tracking and Remote Management</strong></h3>\r\n<p style=\"text-align: justify;\">Telematics is a concern of every business that involves the management of the vehicles, transportation, trade, and other domains of the business that requires the navigation of the movement of the bodies.</p>\r\n<p style=\"text-align: justify;\">This technology enables the organization to not only improves productivity and efficiency across the supply chain, it also centralizes, computerizes, and connects the data from all the sources at one point. Telematics involves various operations across the fleet monitoring and management that includes;</p>\r\n<p style=\"text-align: justify;\">[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Vehicle Tracking</li>\r\n <li>Trailer Tracking</li>\r\n <li>Container Tracking</li>\r\n <li>Object Monitoring</li>\r\n <li>Fleet Management</li>\r\n <li>Satellite Navigation</li>\r\n <li>Wireless Communications</li>\r\n <li>Vehicle Automation</li>\r\n <li>Maintenance Improvements and Risks Assessments</li>\r\n <li>Car Safety Intelligence & Emergency Warnings</li>\r\n <li>Usage-Based Billing for Car Sharing</li>\r\n <li>Usage-Based Auto Insurance Assessment</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">[/su_list]</p>\r\n<p style=\"text-align: justify;\">Large corporations, small industries, government division, or any other profit or non-profit unit, telematics can benefit any entity that operates or manages vehicles and other assets. Some of the industries that mainly deal with the use of fleet management technology include;</p>\r\n<p style=\"text-align: justify;\">[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Courier and Delivery Companies</li>\r\n <li>Field Sales and Other Services</li>\r\n <li>Towing Companies</li>\r\n <li>Trucking and Transportation Logistics</li>\r\n <li>Construction Businesses</li>\r\n <li>Food and Beverage Companies</li>\r\n <li>Transit Fleets</li>\r\n <li>Oil, Gas, and Mining Industries</li>\r\n <li>Utilities</li>\r\n <li>Police and Emergency Organizations</li>\r\n <li>Other Public Agencies</li>\r\n <li>Landscaping Businesses</li>\r\n <li>Waste Management Fleets</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">[/su_list]</p>\r\n<p style=\"text-align: justify;\">The use of telematics technology across these industries help their fleet management remain hi-end, real-time, and connected. It increases productivity and keeps costs and efforts at a low-end with GPS tracking, trip reporting, monitoring of the routes along with the predictive maintenance abilities, fuel consumption optimization, and remote diagnostics management.</p>\r\n<p style=\"text-align: justify;\">The telematics system also encompasses the integration of other software such as online monitoring, CRM, usage-based pricing, identification sensors connected with SaaS, and others.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/06/how-is-artificial-intelligence-changing-and-enhancing-productivity-in-iot-billing-systems-learn-how-your-business-can-leverage-it/\">How is Artificial Intelligence Changing and Enhancing Productivity in IoT Billing Systems? Learn How Your Business Can Leverage it.</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>How Does Telematics Work and Connect Systems?</strong></h3>\r\n<p style=\"text-align: justify;\">All the latest commercial vehicles are pre-configured for telematics, whereas the telematics system can be installed in any of the assets in a fleet. This battery-powered combination of devices, informatics, sensors, and other technologies are connected to a small telematics device that records, receives, or sends information to the centralized system and uses the asset’s internal electrical system. It is called the ‘Black Box’.</p>\r\n<p style=\"text-align: justify;\">The black box uses a mobile SIM and a model to enable communication with the system through the cellular network. The device collects GPS data, information like fuel usage, speed and idling rate, harsh braking, battery voltage, seat belt, vehicle faults, or other asset-specific data and sends the information to the centralized server that interprets the data and helps in monitoring the asset using the fleet management software system. A black box is connected with components like,</p>\r\n<p style=\"text-align: justify;\">[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>GPS receiver</li>\r\n <li>Engine Interface</li>\r\n <li>Input/Output Interface (expander port)</li>\r\n <li>SIM card</li>\r\n <li>Accelerometer</li>\r\n <li>Buzzer</li>\r\n <li>And others</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">[/su_list]</p>\r\n<p style=\"text-align: justify;\">The fleet management software system helps users view and export data and gain insights to manage the fleet.</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>IoT Enabled Telematics Technologies—An Advanced Step Towards the One-Stop and Connected Tracing and Tracking </strong></h3>\r\n<p style=\"text-align: justify;\">IoT-enabled Telematics will be the future of the connected transportation using GPS navigation, machine intelligence, smart cities, and smart trafficking system. The new-age telematics has already taken over fleet management with real-time insights for vehicles and drivers. It has now more than easier to send and receive real-time route information, guide drivers to change the route when it is required for the faster journey and quicker deliveries, and managing the vehicle’s uptime optimization en-route.</p>\r\n<p style=\"text-align: justify;\">The new digital supply chains powered by IoT provide closer and intelligent interactions and coordination between vehicles, other connected devices, and the system. With the emergence of IoT-led prospects around big data, traffic management, smart city, smart business, and smart travel predictions, performance benchmarking, and navigation, the rapid evolution is making ways for more connected supply chains, logistics, and transportation services.</p>\r\n<p style=\"text-align: justify;\">It all leads to the needs of managing all in one platform. The fleet management SaaS services providers have a huge market to connect all in one place while driving the revenue from all the sources through the subscriptions—Telematics subscriptions.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/\">Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Telematics Subscriptions—The Connected, Consistent, and Continuous Source of Recurring Revenue</strong></h3>\r\n<p style=\"text-align: justify;\">The complex ecosystem of IoT-led telematics includes multiple data points. Multiple data points mean several business points that include vendors, manufacturers, sellers, retailers, distributors, and services providers.</p>\r\n<p style=\"text-align: justify;\">For such complicated business nature, telematics subscriptions management itself enforces a great set of challenges. From providing the services to pricing these services from one-window, no deal is optimized and a definitive set of solutions for all. These need to be tailored as per the preferences of the end-user. Today, telematics is a larger part of the developing IoT Landscape and is attracting connected revenue opportunities as well as challenges for pricing, billing, and services.</p>\r\n<p style=\"text-align: justify;\">The telematics services providers in arrangement with the devices or sensors manufacturers or managed services providers offer services like navigation, remote monitoring, consumption measurement and management, and more. They can charge their customers separately for each product or the usage of the product or services, etc. on a recurring basis, or the customers can be offered a subscription plan or a subscription bundle that contains all the products and services required for a connected IoT-led Telematics.</p>\r\n<p style=\"text-align: justify;\">Telematics technology exposes telecommunications, informatics, devices manufacturers, internet services, and all other services providers with a business model that would continue to earn them the recurring revenue for a longer period rather than selling the technology for once, only.</p>\r\n<p style=\"text-align: justify;\">Actually, there is no one-size-fits-all billing model for all the services providers in a telematics system. If telecommunication and managed services providers can opt for flat-fee pricing, then the SaaS fleet management application can go for usage-based pricing, whereas the manufacturers can choose one-time billing for value-added services-based subscription billing.</p>\r\n<p style=\"text-align: justify;\">Telematics subscription is the dawn of connected, consistent, and continuous source of recurring revenue streaming for SaaS vendors, vehicle, device, or sensor manufacturers, managed services providers, businesses and business processes management services providers, etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">Subscription Rundles—The Future of Subscription Business Is Here…</a></p>','Telematics and Telematics Billing-How the Future of Connected Recurring Revenue Opportunities is Evolving?','','publish','open','open','','telematics-and-telematics-billing-how-the-future-of-connected-recurring-revenue-opportunities-is-evolving','','','2021-04-08 11:00:01','2021-04-08 11:00:01','',0,'https://staging.subscriptionflow.com/?p=4754',0,'post','',0),(4755,1,'2021-03-01 12:51:14','2021-03-01 12:51:14','','Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management','','inherit','open','closed','','telematics-he-rise-of-iot-led-tracking-and-remote-management','','','2021-03-01 12:51:46','2021-03-01 12:51:46','',4754,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg',0,'attachment','image/jpeg',0),(4757,1,'2021-03-03 13:01:59','2021-03-03 13:01:59','Technology plays a pivotal role in running our homes. The more technology advances, the easier homes-errands management solutions are mushrooming. The household chores are now making the reality of a connected and smart world alive. And, the road to the smart home begins with the smart home appliances—convenient, consistent, and connected.\r\n\r\nSmart home technology is the way to live now. We are getting used to home appliances that are intelligent enough to manage their operations or can take commands when we are not around. One of the most important tech-based convenience for household chores is innovative laundry machines.\r\n\r\nFrom managing the laundry once a month to a week to a day, it had been through various technological advancements. However, it remained a tiring job until the invention of washing machines, then dryers, and other cloth-ironing solutions.\r\n\r\nWith the invention of smart home technology, the household arena has also revolutionized. It built the roads for the home appliances manufacturers. They have started to land into the waters of smart technology to make the connected-home dream a reality.\r\n\r\nThe smart washing machines, the subscription-based washing cycles, washing machine rental subscriptions, and laundry services subscriptions are taking us to the new-age where laundry is no longer a boring job and does not require consumers to spend more bucks for efficient solutions.\r\n\r\nLet’s take a dig at how the laundry business landscape is transforming with the latest, smart, and connected technology combined with the new business models. We will also dive into how these efficient machines are complementing subscription-based services and are affecting the old-school concepts around washing-at-home or Laundromat services, without incurring resources and efforts around washing or maintenance, repairs, and energy, time, or water consumption hassles of washing appliances.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/03/telematics-and-telematics-billing-how-the-future-of-connected-recurring-revenue-opportunities-is-evolving/\">Telematics and Telematics Billing—How the Future of Connected Recurring Revenue Opportunities Is Evolving?</a>\r\n<h3><strong>The Innovating Landscape of Laundry Business</strong></h3>\r\nThe innovations in laundry technology are drawing more business opportunities for home appliance manufacturers and laundromats. The invention of smart machines minimizes the input and maximizes the output with less human intervention and intelligent programing of equipment and engines. Intelligent machines can self-manage their operations, efficiency, and work as per the commands given, thanks to the emerging artificial intelligence and the Internet of Things (IoT) vision of connectivity, monitoring, and remote-controlling.\r\n\r\nThe latest smart washing machines equipped with WiFi, water and detergent consumption, energy-usage management, intelligent timers, and other smart features and connected with the app through smart gadgets are now available in the market. They are enabling individuals at homes or enterprise-level consumers to keep their washed-and-folded clothes and all sorts of apparels available in no-time.\r\n\r\nThese washing machines, dryers, and ironing gadgets are rapidly replacing the use of the old-fashioned washing machines that consume more energy, take more time, and require dedicated presence. The old-way washing is also prone to get halted anytime for any reason of damage, power outage, etc. In contrast to the frayed ways of cheap washing, the latest appliances for washing has been designed and implemented with the technology that can not only self-manage the operations, it can also alarm the maintenance or repair if required in addition to power up the washing capacity up to 7 times over its lifetime.\r\n\r\nThe only bottleneck here is, these machines are quite EXPENSIVE… at least, at this stage.\r\n\r\nTo deal with the snarl-up, the manufacturers are all set to revise their billing and business models. They are innovating the business models for the cheaper ways out that can make this technology available and affordable for the end-consumer from any background.\r\n\r\nThe cheap washing machines sooner will become obsolete and the amount invested in them will also vanish. The rapid developments across the industries make it necessary for the manufacturers as well as customers to adapt to the new-age tech-living and adopt the new business models along with the innovations in product development.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/car-subscription-vs-car-rentals-vs-car-lease-vs-car-ownership-how-to-live-a-dream-of-new-car-every-month/\">Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership—How to Live a Dream of New Car Every Month</a>\r\n<h3><strong>The Different Business Models of the Laundry Subscriptions</strong></h3>\r\nIt is high time to cut on the old appliances that crowd our home and landfill sites. Replace them with the hi-end and environment-friendly home appliances with modern tech-solutions. To meet the challenges of the innovation of tech in laundry home and business solutions, electronic and home appliances manufacturers are formulating different business models that would earn them great revenue as well as would not increase the burden on consumer’s pockets. Some of the current billing practices owning the subscription business model are increasingly paving the ways of access to machines on a recurring basis, instead of a one-time hefty expense. Here are these:\r\n<ul>\r\n <li>\r\n<h4><strong>Washing Machines/Dryers on a Recurring Basis</strong></h4>\r\n</li>\r\n</ul>\r\nInstead of buying, these appliances are available on subscriptions. It is more of the rental type of the business model that enables a customer to use the machine at their convenience with no restrictions on the number of washing cycles, upfront costs, or maintenance and repair costs. Also, gain insights on the consumption of detergent, water, and energy. The connected app makes it even easier for the users to remotely manage the washing timer, intelligently differentiate the clothes based on the type, colour, etc.\r\n<ul>\r\n <li>\r\n<h4><strong>Laundromat Subscriptions</strong></h4>\r\n</li>\r\n</ul>\r\nThese are the old-school laundry subscriptions with the touch of the latest and smart washing machines with the subscription model. Most of the laundry services providers allow you to take the pain of signing up for one-time and subscribe to the service for your required length of the term. Afterwards, they would come to collect your used and dirty clothes art your doorstep and return the washed, dried, ironed, and folded clothes at your doorstep. These are intelligent laundry solutions with insights on how the machines enable the customer how much the piece of cloth is dirty and how much time, detergent, and water it is consumed. It allows them to manage the shell-life of their wardrobe, even, when they are not doing the laundry themselves.\r\n<ul>\r\n <li>\r\n<h4><strong>Pay-Per-Washing Cycle Subscriptions</strong></h4>\r\n</li>\r\n</ul>\r\nThis is the most innovative version of the washing and laundry subscriptions. Here the washing machine manufacturers are charging their customers based on use. One of the washing machine manufacturers from the Netherland have brought the idea of innovative washing into the budget into reality. They provide access to smart washing machines, dryers, and other appliances at the comfort of their place against a monthly subscription fee or pay-per-use charges. Customers subscribe and an expert comes to their place and installs the appliance. The machine is equipped with a monitoring device that counts the number of washing cycles or usage of the washing machine. The analytics gathered from the device can be tracked and monitored by the connected app that displays the usage, the costs of usage, maintenance or repair requirements, energy, water and detergent consumption, and more.\r\n\r\nBesides the smart washing machines’ usage-based subscriptions extend the life of the appliance and become the source of the recurring revenue of the company, they allow the manufacturer to retain the ownership of the machines. The manufacturer is responsible for all the maintenance and repairs.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/post-covid-economy-and-the-hospitality-industry-the-new-business-model-is-paving-the-way-for-subscription-revolution/\">Post-COVID Economy and the Hospitality Industry—The New Business Model Is Paving the Way for Subscription Revolution</a>\r\n<h3><strong>It’s the Age of Smart Laundry… Capitalize on Washing Cycles Instead of Smart Machines </strong></h3>\r\nMoving with technology is getting expensive. Gone were the days when vehicles, gadgets, or home appliances were assets or investment. Each day, science and technology introduce the new version of innovation anywhere in the industry that one-way or another pull the impacts on our every-day living. With the idea of connected cities with workplace and homes, all are required to accept the inevitable change and begin to go with the flow like it was required yesterday.\r\n\r\nSmart electrical appliances are rooting the foundations for convenient living connected with machine intelligence. Here are a few reasons that made the washing machines subscriptions a great idea, to begin with:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong><span style=\"text-decoration: line-through;\">Rinse,</span></strong><strong> <span style=\"text-decoration: line-through;\">Repeat,</span> Relax—Let Smart Washing Machine Subscriptions Manage Your Laundry</strong></li>\r\n <li><strong>Say ‘Good Bye’ to Hefty Upfront Costs</strong></li>\r\n <li><strong>Reliable and Affordable Washing On a Recurring Basis</strong></li>\r\n <li><strong>No Maintenance, No Repairs, No Struggles</strong></li>\r\n <li><strong>No Spikes in Electricity Billing</strong></li>\r\n <li><strong>Remote Laundry Management With Connected Experience</strong></li>\r\n <li><strong>Insights On Water, Energy, Detergent Consumption and Washing Cycles</strong></li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Stream More Recurring Revenue with Laundry or Washing Machine Subscriptions</strong></h3>\r\nManage the recurring invoicing, billing, and payment collection with <a href=\"https://staging.subscriptionflow.com/demo/\">SubscriptionFlow</a> that offers automated subscription management solutions. It enables the laundry services providers or washing machine manufacturers or retailers to offer customized solutions to their customers that include;\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>Optimized Pricing and Billing Model</strong></li>\r\n <li><strong>Discount Offers</strong></li>\r\n <li><strong>Customizable Subscription Plans </strong></li>\r\n <li><strong>Subscription Bundles Management with On-Platform and Cross-Platform Services</strong></li>\r\n <li><strong>Intelligent and Innovative Connected Technology</strong></li>\r\n <li><strong>Data Analytics that Offer Intelligent Solutions</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/\">Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions</a>','Update the Old-School Ideas of Washing & Washing Machines—Gear up for the Subscription-Based Smart Laundry','','publish','open','open','','update-the-old-school-ideas-of-washing-washing-machines-gear-up-for-the-subscription-based-smart-laundry','','','2021-03-03 13:01:59','2021-03-03 13:01:59','',0,'https://staging.subscriptionflow.com/?p=4757',0,'post','',0),(4758,1,'2021-03-03 12:58:46','2021-03-03 12:58:46','','Gear-up-for-the-Subscription-Based-Smart-Laundry','','inherit','open','closed','','gear-up-for-the-subscription-based-smart-laundry','','','2021-03-03 12:58:54','2021-03-03 12:58:54','',4757,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg',0,'attachment','image/jpeg',0),(4761,1,'2021-03-05 13:38:57','2021-03-05 13:38:57','Pandemic brought quite a change in the behaviours of the customers. The financial crunches, the hoax of uncertainty, isolation, and fear of the spread of the virus have made people uneasy and concerned. They have developed a trait of living in their comfort zone. They no longer can trust everyone and anyone. This can easily be traced to the purchasing patterns of the customers.\r\n\r\nStudies revealed an inclination in the customer behaviours towards the purchase of the product or services from the same vendor or merchant who had served them the satisfied customer experience. According to Magento, customers are more likely to buy from the same company within their first year of being a customer if they have a great product or service experience.\r\n\r\nForgetting about past customers and focusing on acquiring new on-board costs sweat, tears, and blood. In this age of ambiguity, this customer-base growth strategy has more chances to backfire and plunges the efforts, budget, and time.\r\n\r\nThe rise of the subscription business is proof that putting efforts into customer retention brought more fruit than getting more leads in the funnel.\r\n\r\nHere, the question arises how we can take more advantage of the opportunities that we have already created?\r\n\r\nThis article takes you on a journey back to the customers with the subscriptions who are already contented with your services and require a bit of the push to juice more benefits from the recurring billing model through the upselling marketing and selling strategies. We will cover what is upselling and how it can benefit the subscription services providers as well as the customers. We will also look into some other post-purchase revenue opportunities from the past and current subscribers and compare them with upselling.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/car-subscription-vs-car-rentals-vs-car-lease-vs-car-ownership-how-to-live-a-dream-of-new-car-every-month/\">Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership—How to Live a Dream of New Car Every Month</a>\r\n<h3><strong>What is Upselling?</strong></h3>\r\nHae you ever think why do you instantly nod when the teller at the POS asks you to upsize the meal for a few bucks extra, only to enjoy the meal delightedly? It is because you love the food and it is easier for them to allure you as well as facilitate you for the food you love. This is called upselling.\r\n\r\nUpselling is not about attracting the leads and putting extra efforts and costs to make sales, it is selling them something extra at the optimized cost that streams more cash in the transactions and doesn’t bother their pockets.\r\n\r\nIt can formally be defined as a strategy that draws the customer to spend a few bucks more for an expensive option in return for the enhanced version of the product or better / additional services.\r\n\r\nIn the subscription business, upselling is the art of attracting on-going or past subscribers for the upgraded plan, additional products, features, or services.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a>\r\n<h3><strong>How Upselling Is the Key to Grow Your Business and Bottom-line?</strong></h3>\r\nFor recurring billing or subscription-based businesses, retaining a customer is inevitable as the business model projects a subscriber as the recurring source to earn revenue over time. In contrast to the upfront or one-time billing model, subscription businesses are more drawn to strengthen their customer base and boost their bottom line then, instead of spending more money to attract customers.\r\n\r\nA subscriber is paying you the recurring payments every month because they are contented with what they are getting. It is easier and faster to persuade a paying customer than the one who has still not entered into the funnel.\r\n\r\nUpselling is not an offer, only. It is the gravitational power forcing time, money, and efforts of the business development teams to maximize customer loyalty and pass on the benefits to grow the bottom-line.\r\n\r\nA loyal customer is the potential source of the stability of the business and reliabaility for the recurring revenue. A customer with potential subscription health and customer life cycle push the business in upward directions with more opportunities to grow the product line and experiment with the plans and pricing. Here are a few reasons to accommodate upselling in the roadmap of the subscription business growth:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>It can be used to build gainful, engaging, and long-term relationships with the customers</li>\r\n <li>It can re-attract the subscribers who are on the verge of the end of the subscription or no longer a part of the recurring revenue cycle.</li>\r\n <li>It can save more money than several customer acquisitions or retention strategies.</li>\r\n <li>It is more resourceful than cross-selling or down-selling techniques.</li>\r\n <li>It increases customer lifecycle value.</li>\r\n <li>It entitles the customer with the notion of getting benefits in fewer bucks.</li>\r\n <li>It improves customer retention rates.</li>\r\n <li>It brings customer loyalty.</li>\r\n <li>It helps you to gain insights into the market demand.</li>\r\n <li>It helps you to assess the worth of the product or service.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Can Upselling Turn the Overall Customer Experience?</strong></h3>\r\nUpselling is possible when the offer meets the needs of the subscriber or entice their interests. It only is possible when the business aligns its growth with the insights of the customer behaviours and their billing trends.\r\n\r\nYour subscription management software is the place from where you can learn all about your subscribers and their needs, preferences, likes, dislikes, inclinations, etc. related to the product or service.\r\n\r\nLeverage the subscription analytics and put your efforts to bridge the gap in the products and services by providing the best customer experience across the process of recurring billing, payment processing, and revenue collection, and then aim for effortless upselling.\r\n\r\nUpselling is the force behind the business growth target and turns the overall customer experience. Adding a few more subscription episodes into their life cycles is the omen to pursue the upselling strategies.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/top-notch-invoicing-solutions-in-subscriptionflow-you-need-to-manage-hassle-free-recurring-billing/\">Top-Notch Invoicing Solutions in SubscriptionFlow You Need to Manage Hassle-free Recurring Billing</a>\r\n<h3><strong>This is How You Can Take Advantage of Upselling in Subscription Business</strong></h3>\r\nThe path leading to upselling is clear, simple, and straight forward. Improve the customer experience, increase the customer loyalty, and draw revenue benefits of upselling. These are a few things to devise a smart upselling strategy step-by-step and monitor them to find more treasures in the customer purchasing patterns towards upselling:\r\n\r\n[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Create a List for Potential Subscribers—Past and Current, Both</li>\r\n <li>Strategize on Messaging and Emails</li>\r\n <li>Leverage Suggestive Selling</li>\r\n <li>Draw customers through social media engagement</li>\r\n <li>Direct efforts and money on paid marketing via search engines</li>\r\n <li>Offer promotional upselling of the flagship products or services</li>\r\n <li>Train marketing, sales, and support to influence customer for post-purchase promotions</li>\r\n <li>Draw revenue with personalized upsell offers</li>\r\n <li>Offer customers upsell options at checkout, sales pages, social media, emails, notifications, self-service portals, etc.</li>\r\n</ul>\r\n[/su_list]\r\n<h3><strong>Selling, Upselling, Cross-selling, or Downselling—What is the Best Post-Purchase Way to Earn More Revenue?</strong></h3>\r\nSkyrocketing a subscription business may look easier and faster, however, it is a battlefield with a different set of challenges. In the subscription business, every aspect of the business plays a vital role in giving strength to the business. Product, plans, pricing, pre-and post-support and services, and customer relations—every trait influence the growth of the recurring revenue.\r\n\r\nYou can find the solutions to these concerns in one place when you choose the right subscription management or recurring billing management platform. Managing a subscriber’s life cycle helps businesses understand the needs of the customers and analyzing their recurring billing patterns and their preferred plans and features selection allows you to explore their purchasing patterns.\r\n\r\nWith subscription management software like SubscriptionFlow, you can not only automate and manage the subscriptions and billing of the subscribers, you can also use the platform and analytics to design and formulate the data-driven upsell and other subscription management strategies and can take other informed business development decisions.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/01/overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right/\">Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!</a>','The Art of Improving Customer Loyalty with Upselling—Tips and Tricks to Boost Your Recurring Revenue Streaming','','publish','open','open','','the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming','','','2021-03-05 13:38:57','2021-03-05 13:38:57','',0,'https://staging.subscriptionflow.com/?p=4761',0,'post','',0),(4762,1,'2021-03-05 13:36:26','2021-03-05 13:36:26','','The-Art-of-Improving-Customer-Loyalty-with-Upselling','','inherit','open','closed','','the-art-of-improving-customer-loyalty-with-upselling','','','2021-03-05 13:36:37','2021-03-05 13:36:37','',4761,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg',0,'attachment','image/jpeg',0),(4764,1,'2021-03-08 12:34:38','2021-03-08 12:34:38','Associations have different conduct for their business and operations, so does their management.\r\n\r\nThey are unique in their management of organizational infrastructure and hierarchy. Members or supporters are their foundational units. When the association is non-profit, it is a community of members where these members are the owners and, at the same time, serve as the dues-paying members.\r\n\r\nAssociations either manage their processes separately or use the AMS—Association Management Software. Earlier, AMS were marketed as the all-in-one solutions for association management that offer all the necessary features in one-place to run any professional, personal, profit, or non-profit association.\r\n\r\nHowever, the absence of functionalities to efficiently manage recurring invoicing and billing, plan upgrades and downgrades, recurring payment collection, and other membership lifecycle management features have exposed their weakness in managing the membership and recurring billing as a one-size-fits-all membership management solution.\r\n\r\nThe members manage these associations by assuming different roles and responsibilities as per their domains. Hundreds of thousands of profit and non-profit associations are there. These include charity organizations, professional organizations, research societies, book clubs, children clubs, and many more. Each association can possess member strength up to millions of members or supporters.\r\n\r\nThis article takes on what AMS is, how does it help in the management of associations and their memberships, what are its challenges, and how <a href=\"https://staging.subscriptionflow.com/subscription-billing-software-for-clubs/\">subscription management software</a> for associations and clubs is providing better management and monetization solutions to the associations in order to manage their operations, members, and their memberships from one platform and from anywhere, resourcefully.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/introducing-the-multicurrency-support-for-recurring-billing-and-payment-processing-in-subscriptionflow-all-you-should-know-about-solutions-implementation/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3><strong>What is AMS and What Does It Do?</strong></h3>\r\nAMS is an abbreviation for Association Management Software. These are also known as Membership Management Software.\r\n\r\nAMS is used to manage associations, membership clubs or societies, non-profit organizations, etc.\r\n\r\nThe management of the association is no different than any other organizational management. It is, in fact, more complicated with the extra operations, such as membership recruitment and retention, tax calculations or exemptions, financial management, fundraising or other revenue management, etc. in addition to regular HR, finance, IT project, membership, and billing management matters.\r\n\r\nIn general, AMS offer solutions like memberships and governing boards administration, communications management, member database management, event organization and administration, committee management, and other related jobs.\r\n<h3><strong>Who Uses Association Management Software?</strong></h3>\r\nAs the name suggests, it is the software to manage the association affairs. Any organization is association if it is comprised of paying or non-paying members. In the case of non-profits, members can also be the charity-paying supporters. These supporters can be one-time paying devotees or are subscribed to the plans paying the recurring amount every month or a year.\r\n\r\nAssociation can further be defined as any organization that is founded and owned by a group of individuals having the same interests or possess common attributes. Some of the most common examples of associations include:[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li>Trade & Commerce Associations</li>\r\n <li>Industry Associations</li>\r\n <li>Professional Associations</li>\r\n <li>Accounting & Finance Associations</li>\r\n <li>Charity and other Non-Profit Associations</li>\r\n <li>Medical Associations</li>\r\n <li>Research Societies</li>\r\n <li>Membership Clubs</li>\r\n <li>Small Business Associations</li>\r\n <li>Employee’s Association</li>\r\n <li>Voluntary Associations</li>\r\n <li>Political Parties</li>\r\n</ul>\r\n[/su_list]\r\n\r\nAnd Many More.\r\n\r\nDifferent associations can have greatly varied needs and requirements to manage their administration, membership management, recurring billing and payment collection, customer service, etc. With the surfacing tech advancements, cause demands, and management requirements, Association Management Software or AMS are facing many challenges and are on the brim to lose attraction for the all-the-management-under-one-roof idea.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a>\r\n<h3><strong>The Challenges of Association Management and AMS</strong></h3>\r\nIt has frequently been observed that many association management software are not robust enough to manage the recurring billing and payments matters, efficiently. Their membership management approach increases the gap between efficiency and transparency.\r\n\r\nBut, when you have to manage the invoices, payment collection, communication, and revenue monitoring for hundreds of members, the delay can cost you the loss of opportunities.\r\n\r\nFor instance, membership management software lacking the ability to offer membership plan upgrades and downgrades and manage the deviations in the billing, accordingly keeps them to earn more so that they can contribute more towards their goals.\r\n\r\nSimilarly, AWS also lacks the recurring billing and membership lifecycle management features. These roadblocks are hindrances in member retention. The analytics helps the hi-end management to understand what their members want, how they are paying and how much they are willing to pay, and how can they be convinced and keep connected to continue with them as members.\r\n\r\nThese analytics are the opportunities to design and propel a data-driven marketing strategy that won’t backfire and costs them less time, money, and efforts.\r\n\r\nNot only the recurring billing and membership management software, the ultra-advanced tools available for HR, IT, finance, customer service, sales and marketing management, project management, communications, and other business processes are also challenging the viability of the AMS as a one-stop destination for association management software.\r\n\r\nIt is time for the associations to manage and monetize memberships, gear up to meet all the standards of changing technology and management landscape and switch to a more advanced set of integrated software tools.\r\n<h3><strong>AMS vs. CRM vs. Subscription Management Software—What Should Association Managers Use?</strong></h3>\r\nThe other alternatives of the AMS are ERPs, CRMs, and Subscription Management Software.\r\n\r\nAMS is an integrated set of tools that allows the association to managers to save time, money, and effort by managing multiple jobs on one-platform with the accessibilities like automation of repetitive tasks and efficient data management.\r\n\r\nERPs are the Enterprise Resource Planning platforms that allow the organizations to integrate their multiple business processes management applications, including CRMs, sales, marketing, HR, IT, customer service, project, etc.s in one-place.\r\n\r\nCRM or Customer Relationship Management Software is a comparatively more comprehensive set of tools, focused on contacts management—whether these are customers, clients, donors, followers, or members—it is used to monitor, manage, and analyze their relationships, including participation, engagement, correspondence, inclination, interest, lifetime value, etc.s with the organization, or, in this case, association. CRMs can also be integrated with a variety of third-party applications to manage different business processes.\r\n\r\nOn the other hand, Subscription Management Software is used to automate the whole process of recurring invoicing, billing, and payments, in addition to, membership lifecycle management, payment automation and recovery, and integration with other third-party applications, if required.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read</strong>:</span> <a href=\"https://staging.subscriptionflow.com/2021/02/introducing-the-multicurrency-support-for-recurring-billing-and-payment-processing-in-subscriptionflow-all-you-should-know-about-solutions-implementation/\">Introducing the Multicurrency Support for Recurring Billing and Payment Processing in SubscriptionFlow—All You Should Know About Solutions & Implementation</a>\r\n<h3><strong>Subscription Management—The Road to Hi-end Monetization Optimization for Associations</strong></h3>\r\nSubscription Management Software is the most ideal option to manage the membership and recurring billing in one-place. The subscription software not only great to manage recurring billing, recurring payment collection, and recurring revenue monitoring and management, these applications also help to map the membership lifecycle.\r\n\r\nThe subscription analytics are also useful to find the potential of the association members and remove the frictions that can part them the ways from the association.\r\n<h3><strong>SubscriptionFlow Works Best As A Membership and Billing Software for Associations</strong></h3>\r\nSubscription management system like SubscriptionFlow is primarily designed to manage the members and their membership concerns. From recurring billing auto-management, faster payment processing, administered members profiling, to managing and reporting the details of the membership plans and further specific subscriptions to the services offered by the club, it does all.\r\n\r\nKeep yourself busy in the cause or purpose for which you have established an association and leave the rest of the hassles of accounting, recurring billing and invoicing, membership plans or subscriptions, renewals or cancellation management, services and members management, members engagement, and conversion of lead to the prospering member to a powerful and intelligent digital companion like SubscriptionFlow as a SaaS—Software as the Service.\r\n<ul>\r\n <li>\r\n<h4><strong>Automated Recurring Invoicing & Billing</strong></h4>\r\n</li>\r\n</ul>\r\nIt is now impossible for the associations to, manually, create the invoices and collect the payments from members. With SubscriptionFlow, forget the hassles of recurring billing. At a particular time, it auto-deducts or charges the required amount to a member’s credit card or any other payment methods. They will receive automated intimation of all the activities, from the invoices for the break-up of charges to the deduction notifications to plan upgrade suggestions, everything will be emailed and communicated to the member.\r\n<ul>\r\n <li>\r\n<h4><strong>Plan Upgrades and Down</strong></h4>\r\n</li>\r\n</ul>\r\nIn order to stream more revenue for different purposes, associations may need more financial assistance from their members, donors, or supporters. Political, religious, or organizations for social cause may ask their members or followers to upgrade a plan or donate more for a particular event.\r\n\r\nManaging these changes in the billing is called Proration. And, the easy way to handle proration smartly and effortlessly is to let SubscriptionFlow manages it.\r\n\r\nSubscriptionFlow ensures the continuous and errorfree adjustment of the charges or dues as per the change in the membership plan, so you never lose credibility, control, and of course, your valuable members.\r\n<ul>\r\n <li>\r\n<h4><strong>Secured Payment Gateways With Multiple Payment Method and Currencies Support</strong></h4>\r\n</li>\r\n</ul>\r\nYou can have a member from anywhere in the world. Increase the prospects of more revenue with multiple payment methods and currencies. SubscriptionFlow gives your members the freedom to choose from a range of secured payment gateways integrated to provide all available options of payment as per their convenience.\r\n<ul>\r\n <li>\r\n<h4><strong>Tax, Donations, and Other Membership Costs Management</strong></h4>\r\n</li>\r\n</ul>\r\nRules of Taxations change as you cross a region. If your association knows no boundaries and is extending in lengths and breadths, try using SubscriptionFlow to stay compliant with the needs of sales and other tax regulations as per the state or country. SubscriptionFlow offers smart solutions to all sorts of cost management including in-house, outsource, and donations cashflows with the accounting applications integrations.\r\n<ul>\r\n <li>\r\n<h4><strong>Membership Plans</strong></h4>\r\n</li>\r\n</ul>\r\nCreate membership plans and packages and receive a definite, predictable, and stable recurring revenue. No matter if you are an association for a small business, a non-profit charitable organization, or a research society, you can create, design, and optimize the membership plans to earn more revenue for the purpose or the life of the association.\r\n<ul>\r\n <li>\r\n<h4><strong>Secure Membership Database </strong></h4>\r\n</li>\r\n</ul>\r\nSubscriptionFlow offers a great deal of security when it comes to the privacy compliance of your valuable members. The updated and organized database helps the managers to stay aware of the membership status of any member in real-time.\r\n<ul>\r\n <li>\r\n<h4><strong>Member Dashboard</strong></h4>\r\n</li>\r\n</ul>\r\nIt is a place where members are given the freedom to update their personal, professional, financial, or any other information, get updates on billing, receive invoices, event or payment reminders, payment failure or decline notifications in personal inboxes, and take advantage of tailored promotions popping up into their personal dashboard. With the dashboard, members can also review, comment, or give feedback on association activities, social events, etc with the integration of other apps and features.\r\n<ul>\r\n <li>\r\n<h4><strong>Automated Communications</strong></h4>\r\n</li>\r\n</ul>\r\nThe automated emails, notifications, and reminders feature in SubscriptionFlow helps the memberships to receive all the invoicing, billing, payments, promotions, and other updates in real-time. Also, integrate SubscriptionFlow with suites like MailChimp or ZenDesk to stay connected and dedicated to your members with better management via Email or Tickets. Inform them about new events, latest development, special programs, etc.\r\n\r\nGo Pro and serve your respected members with SubscriptionFlow.','AMS Change Alert—Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations','','publish','open','open','','ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations','','','2021-03-08 12:34:38','2021-03-08 12:34:38','',0,'https://staging.subscriptionflow.com/?p=4764',0,'post','',0),(4766,1,'2021-03-08 12:32:48','2021-03-08 12:32:48','','Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-&-Efficient-Way-to-Manage-&-Monetize-Associations','','inherit','open','closed','','why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations','','','2021-03-08 12:32:59','2021-03-08 12:32:59','',4764,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg',0,'attachment','image/jpeg',0),(4769,1,'2021-03-10 13:35:05','2021-03-10 13:35:05','Recurrence is the <strong><em>driving</em></strong><em> <strong>force</strong></em> of the subscription business. Recurrence of needs. Recurrence of the usage. Recurrence of demand. Recurrence of supply. Recurrence of services. Recurrence in charging customers for services. Recurrence in making payments. And, recurrence in the streaming of revenue.\r\n\r\nThis recurrence has given the customer higher status in a subscription business than the traditional ways of considering the standing of a customer.\r\n\r\nTo keep a subscription business moving steadily on the path of success, it is inevitable to learn all about your customer. The more businesses focus on the engagement of the customer and facilitate them to express their needs and requirements, the better they can serve them.\r\n\r\nThe subscription studies suggest that customers who feel engaged and heard propel more value in a business. They become a thriving part of the subscription ecosystem. Over time, they do not only serve as a substantial source of recurring revenue, but they also tend to attract more business springs for the product or services with their loyalty and advocacy.\r\n\r\nTaking the customers through the path that leads them to the destination of advocacy is <strong><em>customer success</em></strong>.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a>\r\n<h3><strong>Customer Success—The Way to Grow the SaaS and Subscription Business with Consistent Streaming of Recurring Revenue</strong></h3>\r\nCustomer success, also known as account management, is enabling the customers to achieve beyond their desired outcomes through a combination of sales, marketing, support, dedicated services, and personalized solutions.\r\n\r\nOffering a product or services is not enough. Subscription businesses cannot survive without a value-added services experience through interactive communications and incentives for customers.\r\n\r\nMastering customer success requires robust strategies, efficient resources, and innovative ideas to maintain sales and profits with consistent customer engagement. Customer success is directly proportional to the recurring usage of the product and services.\r\n\r\nThis article outlines what customer success management is, how it is different from customer support or customer experience, and how the art of customer success management aims the bigger goals such as customer retention, customer loyalty, satisfied services, interactive engagements, problem-solving approach, customer-centric product development driven by subscription market research align with the revenue streaming strategies, etc. for the inexorable business growth.\r\n<h3><strong>Customer Support vs. Customer Experience vs. Customer Success</strong></h3>\r\nWith the growth of the subscription economy, different new ideas of business management have entered into the stream of business and customer management. Some older concepts have evolved and are fostering the latest business realities.\r\n\r\nAmong multiple notions and emphasis on customer-focused activities, a lot of confusion has sprung up. Let settle it down to the growth of the spiral. Let’s see what actually customer success is and how it is different from the other customer-centric aspects of subscription business like customer support and customer experience.\r\n\r\nCustomer support is a pre-or post-sales service related to the usage of the product, understanding, errors, advice, suggestions, personalized solutions, etc. In the bigger frame of customer success, customer support plays a vital role to keep customers satisfied, engaged, and informed.\r\n\r\nOn the other hand, customer experience is the optimization and alignment of the product and services with all the business processes to support customers so that they make the most of your product and services to achieve their goals or outcomes.\r\n\r\nHowever, customer success is the way that helps you lead throughout the process of customer support and a better and enhanced customer experience. Following the path of customer, success is customer success management, also called account management.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/02/7-secret-ingredients-to-take-over-the-market-and-chase-stellar-saas-customer-experience-the-right-way/\">7 Secret Ingredients to Take Over the Market and Chase Stellar SaaS Customer Experience the Right Way</a>\r\n<h3><strong>What is Customer Success Management?</strong></h3>\r\nCustomer success management can be defined as the path that moves the company forward to the destination where customer can get business solutions beyond their expectations, and help the company to get their high-level growth and revenue goals.\r\n\r\nCustomer success management is now an emerging role in business management with the gap widening in different business processes like customer support, customer management, and customer experience development, etc. It becomes a need bigger than answering the calls, react to the concern or complaint of the customer, etc. instead it is a more proactive role that prevents issues in the first place.\r\n\r\nCustomer service tends to be reactive, answering phone calls or queries from customers experiencing trouble. Customer success management is proactive and directed to prevent issues in the first place.\r\n\r\nIn SaaS, IT, and other subscription-based services, customer success management has become more crucial than ever. The dedicated sources for customer success management are focused on purposes like investigating, analyzing, and mitigating the concerns like why the customer is not showing interest in continuing the service or why they are not using the product, how the better features in the product or service can serve the customer in more efficient ways, how a certain feature can amplify the success of the goals of customers, and what other personalized solutions can be offered to a customer to keep them connected with the product and forward the name and fame and gain referrals through customers.\r\n<h3><strong>Customer Success Management is Inevitable for Businesses with Recurring Billing Models</strong></h3>\r\nCustomer success management can be a potential strategy to reduce the churn rate, maximize retention, and increase recurring revenue streaming. Following are a few of the concerns of the subscription or recurring billing businesses to invest the resources, wisely, in customer success management, and earn the benefits, effectively.[su_list icon=\"icon: check\" icon_color=\"#ff5e14\"]\r\n<ul>\r\n <li><strong>To Reduce Churn</strong></li>\r\n <li><strong>To Proliferate Product Usage</strong></li>\r\n <li><strong>To Increase Subscription Renewals</strong></li>\r\n <li><strong>To Surge Upsells and Cross-sells</strong></li>\r\n <li><strong>To Escalate the ARR—Annual Recurring Revenue</strong></li>\r\n <li><strong>To Increase ARPU—Average Revenue Per User</strong></li>\r\n</ul>\r\n[/su_list]\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2021/03/the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming/\">The Art of Improving Customer Loyalty with Upselling—Tips and Tricks to Boost Your Recurring Revenue Streaming</a>\r\n<h3><strong>Diving Deep Into the Customer Success Management Science</strong></h3>\r\nThe science of customer success management is based on the science of customer retention and loyalty. The business development cycle for the subscription enters into another loop of the cycle that begins after we on-board the customers. This is what customer success management do in every phase of customer maturity:\r\n<h3><strong>Acquisition </strong></h3>\r\nIt is true that customer success management is the retention-management process. However, the role of customer success management begins with customer acquisition. The customer success management experience helps the customer acquisition teams to pursue the targets that have more affinity for retention. In this way, it also highlights the paths for marketing and sales.\r\n<h3><strong>Adoption</strong></h3>\r\nAdoption is the first literal phase of customer success management and it is critical for customer success.\r\n\r\nThe customer is on-board, now. What’s next?\r\n\r\nGet it right, now it is the duty of the customer success managers or account managers to ensure the proper delivery of the services or assisting the customer to grasp the understanding of the product to find the benefits and make their process smooth. This includes all—implementation, user-onboarding, and training.\r\n\r\nGet it right, your customer will be pleased to connect to you for a longer period. Get it wrong, they can cut the cords any time and you will lose your potential source of recurring revenue.\r\n<h3><strong>Monitoring</strong></h3>\r\nMonitoring is the continuity of adoption. Once the implementation, on-boarding, and training are done, it is time to become proactive to monitor and manage their usage and engagement. Monitoring includes helping customers implementing the solutions across their organization, tracking what are they doing with it and how, engage with them to learn about the bottlenecks like errors or problems with the product, misalignment of the process and the product, and helping them to make the most of the product beyond their desired results.\r\n<h3><strong>Retention</strong></h3>\r\nThe monitoring helps in retaining customers. It helps the business to identify the logjams in the product, the inefficiency of a feature or a process, customer problems and the revenue opportunities them, the margin of personalized solutions, and more.\r\n\r\nAddressing to all these concerns directly proportional to the growth of the customer base and the bottomline. Mitigating the problems before they popups, removing the frictions from the process times ahead, and formulating the personalized solutions at first fuels customer retention.\r\n\r\nThe retention phase success put an end to the customer churn.\r\n<h3><strong>Expansion</strong></h3>\r\nCustomer retention leads the businesses to an avenue where they can expand across the directions. Expand their customer base, product, services, partners, market, revenue, business size, teams, their role, and all. It is the first stage of a company’s growth and a key stage for the subscription analytics monitoring and tracking to influence the right customers in the right directions.\r\n\r\nIt is a phase where customers can be persuaded for subscription renewals, upsells, cross-sells, etc.\r\n<h3><strong>Loyalty</strong></h3>\r\nCustomers retain and opt to upgrade or renew the plan, only when they are satisfied and aligned with the product and services. Providing them with the same attention, value-added services, personalized solutions, incentives, etc. keep them loyal to the business. Customer success management ensures the company does not take the customer for granted and never lose sight of the requirements and needs of a dedicated and loyal customer so they would be encouraged for advocacy or referral.\r\n<h3><strong>Advocacy</strong></h3>\r\nThe process of buying or purchasing is hugely influenced by the experience. People tend to buy for a product that has a more positive ranking, reviews, testimonials, referrals, etc. and more.\r\n\r\nThis is the ultimate aim of the customer success management to mature a customer as loyal and advocate that it becomes the source of referral that play role in attracting new customers and growing the revenue. Setting up the referral programs also boost sales, renewals, upsells, and cross-sells, strongly.\r\n\r\n<span style=\"color: #ff6600;\"><strong>Also Read:</strong></span> <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a>\r\n<h3><strong>Customer Success is a Road to Company Success—Strengthen the Customer Success Journey with SubscriptionFlow</strong></h3>\r\nCustomer success is all about pleasing the customers and continue doing it. This road has no ends but the benefits are budding across the way. The science is simple, you displease the customer, the opportunity is lost.\r\n\r\nAn unsatisfied customer breaks the chain, whereas the satisfied customer leads the journey with the company success. It all can be started with insights that can help you understand your customers and their needs, demands, and potential.\r\n\r\nLet <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> help you monitor and better manage all your concerns with intuitive subscription management services. From customer acquisition to customer retention and customer monitoring to customer advocacy, leverage the subscription analytics to engage more customer with data-driven sales, marketing, support, product development, implementation, on-boarding, training, monitoring, and management strategies for customer success.','Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!','','publish','open','open','','are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue','','','2021-03-10 17:28:34','2021-03-10 17:28:34','',0,'https://staging.subscriptionflow.com/?p=4769',0,'post','',0),(4770,1,'2021-03-10 13:34:06','2021-03-10 13:34:06','','Invest-Time,-Money,-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back!','','inherit','open','closed','','invest-time-money-and-efforts-in-effective-customer-success-management-and-never-look-back','','','2021-03-10 13:34:16','2021-03-10 13:34:16','',4769,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg',0,'attachment','image/jpeg',0),(4776,1,'2021-03-18 08:36:49','2021-03-18 08:36:49','Today, every industry is employing a high-end technology framework to revamp the operational infrastructure. Like all others, an innovative makeover in the fitness industry can also be seen. Gyms and fitness facilities all around the world tend to experience improvements with respect to technology. From the design of internal equipment to modern gyms, the fitness industry is remodeling the workflow of management and customer support. Amid the changing landscape of the industry, it is crucial to identify the components that can be designed in such a way that technology demands could be met and the process could be streamlined. The ultimate goal of this change would be in the business growth.\r\n\r\nOne area of the fitness industry operations that can actually make a difference to business management and performance is the automation of payment and payment procedures. Today, with the advent of digital inclusion, the payment processes are also getting advanced that ultimately play a critical role in streamlining success for businesses. A seamless payment process management contributes to an important business aspect i.e. revenue.\r\n<h3>Limitations</h3>\r\nThough there might exist multiple limitations in the traditional gyms and fitness institutes. However, the businesses that are inclining towards the adoption of high potential business solutions, still lack the proper accounts and payment management. Like any other business, account and payments management is a core department that needs to be transparent enough to calculate the business revenue for the next six months. Strange?\r\n\r\nActually, it is not. With the penetration of cutting-edge technologies in daily business operations, the industries are touching the sky with their potential infrastructure. It is of no wonder that businesses can predict the sales and revenue for the next whole year. The useful insights can be employed for effective business decisions.\r\n\r\nThe membership fee is a concern that seems a burden to the members of the fitness club. During such situations, the members leave the club and the business revenue suffers at the end. To cope up with this issue, the only solution is recurring payments.\r\n\r\n<strong style=\"color: #ff6600;\">Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/\">Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions</a>\r\n<h3>What are Recurring Payments?</h3>\r\nRecurring payments refers to the method in which the membership fees or debts are collected from the customers automatically. Based on the preferred method of a client, an electronic payment method can be used by the client to pay the monthly dues of the subscription. In this way, on monthly basis, the subscription can be employed for the purpose of automatically receiving payments from clients.\r\n\r\nThe gyms that used to rely on traditional methods of collecting payments can now adopt advanced payment methods to streamline the payment processes. Instead of reminding customers to pay their monthly dues every time, the subscription-based membership would automatically schedule the payment and receive it from clients through their preferred or suitable payment method. This mitigates the time-consuming yet overwhelming payment receiving processes and will help the fitness industry streamline the path of revenue prediction.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/03/update-the-old-school-ideas-of-washing-washing-machines-gear-up-for-the-subscription-based-smart-laundry/\">Update the Old-School Ideas of Washing & Washing Machines-Gear up for the Subscription-Based Smart Laundry</a>\r\n<h3>Benefits for Automated Recurring Payments for Fitness Industry</h3>\r\nThe digital world demands digital solutions for the customers that have already entered the era of digital inclusion. Online payments and transactions have become normalized on every level of regular activities. Businesses are employing techniques and methods that tend to play a critical role in streamlining success. For this, the adoption of high-end SaaS business solutions has become very common. The fitness industry similarly offers a subscription-based model to its customers when it comes to the gym fee that customers are supposed to pay every month as their membership fee. Here an online subscription-based model can be implemented whose major component is recurring payments.\r\n\r\n<strong>In this section, we will look into the benefits of recurring payments for the fitness industry.</strong>\r\n<h3>Customer Satisfaction</h3>\r\nClient retention is the goal of every business. The reason is that customers are the actual revenue of a business. It is, therefore, crucial to provide all the facilities to them that help you retain them for longer periods of time. With automated recurring payments, it will be convenient for the customers to send payments without even visiting the branch or following any traditional method.\r\n<h3>Seamless Accounting</h3>\r\nWith digital payments and recurring payment methods, fitness businesses can collect the payment automatically and the overhead of collecting payments will be eliminated. Instead of employing complicated processes that lead to any payment inconsistencies, it is critical to take into consideration the advanced payment methods that help you get rid of the headache of manual payments.\r\n<h3>Predictable Cashflow</h3>\r\nWith recurring payments, the cash flow of a business could be predicted that gives insights to businesses about the next strategies to take that can help in balancing the business revenue to a greater extent.\r\n<h3>Revenue Forecasts</h3>\r\nUsing subscription-based recurring copayment methods, businesses can predict the revenue of the next 6 months or more. A stable revenue amount can be predicted that plays a crucial role in streamlining success for businesses. A predictable amount ensures a confirmed amount of revenue a business can generate in a particular time period.\r\n\r\nTo conclude, a business can adopt innovative methods and techniques to streamline the business success, fitness industry can also innovate tits regular processes to provide business strength and ensure customer satisfaction. Moreover, the increasing digital inclusion and expectation of customers could be met. Subscription-based recurring payments eliminate the overhead of manual work and make revenue highly predictable for the business owners.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read: </strong><a href=\"https://staging.subscriptionflow.com/2021/02/car-subscription-vs-car-rentals-vs-car-lease-vs-car-ownership-how-to-live-a-dream-of-new-car-every-month/\">Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership—How to Live a Dream of New Car Every Month</a>','Fitness Industry is Proliferating with Automated Recurring Payments-This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services','The fitness industry can use recurring payment processes to calculate business revenue and automate the process of collecting payments from customers every month automatically. This will help businesses identify recurring revenue.','publish','closed','closed','','fitness-industry-is-proliferating-with-automated-recurring-payments','','','2021-05-18 13:36:51','2021-05-18 13:36:51','',0,'https://staging.subscriptionflow.com/?p=4776',0,'post','',0),(4780,1,'2021-03-18 08:35:00','2021-03-18 08:35:00','','SF-Blog-Recurring-Payments-for-Fitness-Industry','','inherit','open','closed','','sf-blog-recurring-payments-for-fitness-industry','','','2021-03-18 08:35:08','2021-03-18 08:35:08','',4776,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg',0,'attachment','image/jpeg',0),(4786,1,'2021-03-22 13:46:48','2021-03-22 13:46:48','The deceptive knack of our minds often misleads us, particularly, when it is about our physical and mental health. But, the body shows how much life is stressed and how immensely things are needed to calm down. It opens the windows from where you can get the breeze of serene and recreation for your mind, too.\r\n\r\nYoga helps to open the doorways leading you to the paths of healthy, stressless, and peaceful living.\r\n\r\nYoga has seen an amplitude in regard, particularly, after the onset of the COVID-19. People all over the world took to their yoga mats during lockdowns and are willing to continue their yoga practices in post-COVID routines.\r\n\r\nWith its huge popularity, Yoga becomes a recurring need for healthy and peaceful living. To fulfil the recurrence in this need, recurring billing based business model supported the rise of yoga.\r\n\r\nThis article takes on how yoga subscriptions are evolving and growing at a breakneck pace. We will also dig into what different subscription-based yoga businesses are easing the yoga lifestyle being adopted by people all over the world.\r\n<h3>Yoga—An Art of Healthy and Peaceful Living</h3>\r\nFor thousands of years, yoga is devotedly being practised by hundreds of thousands of people across the East. It, now, has made its ways to the avenues of the west with its messages of tranquillity and healthy living.\r\n\r\nPeople regardless of their age, believes, gender, region, and status are increasingly adopting the yoga practices and making it their way of living to calm down their internal turmoil, release the toxicity from their physical body and soul, too.\r\n\r\nPeople are convinced that Yoga can do wonders because Science has backed all the claims made for Yoga effectiveness. Studies suggest that Yoga contributes to improving cardiovascular issues, physical fitness, balance, and flexibility, reduces stress, and eases anxiety, depression, and other mental confusions and restlessness.\r\n\r\nStudies support the claims that people doing Yoga are far stronger and healthier than those who don’t. National Health Interview Survey conducted in 2012 found that Yoga motivated more than 60 percent to exercise more and eat healthier.\r\n\r\nYoga does not improvise physical and mental well-being only, it also enhances the sense of community and self-discipline and motivates people for kindness, active participation, and self-actualization.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments-this-is-why-gyms-yoga-and-training-centers-should-capitalize-on-subscription-based-services/\">Fitness Industry is Proliferating with Automated Recurring Payments—This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services</a>\r\n<h3>Yoga and Post-Covid Well-Being</h3>\r\nIn these chaotic times where every work-life balance line has been blurred when everyone is pushed to continue working from home. People are tired of restrictions, afraid of contagious virus, worried about financial turmoil, and stressed about the new isolated and unsocial living.\r\n\r\nThis all has put enormous pressure on an individual. It was not a surprise when people turned to Yoga to maintain their physical and mental well-being when all the outdoor activities, gyms, and other fitness studios are forced to shut down.\r\n\r\nThis has put enormous pressure on people’s physical and mental wellbeing, while gyms and yoga studios were forced to shut down.\r\n\r\nExperts are agreed that yoga is a great way to help people to deal with the lockdown repercussions on an individual’s fitness and mental well-being. It boosts immunity, helps them to regain balance, and mitigate the risks of overstressing living.\r\n\r\nDéborah Nguyen, Communications Officer at the World Food Programme in South Africa and yoga teacher for UN employees, told UNRIC: “It was a little strange at first, to be alone in front of my computer in yoga clothes, giving lessons to colleagues from a distance. But I’m happy to receive so many messages from people around the world thanking me.”\r\n\r\nThe new subscriptions in yoga studios, personal training programs, meditation programs, digital yoga platforms, and yoga subscription boxes have skyrocketed amid the lockdowns all over the world.\r\n<h3>The Upswing Yoga Market—Size, Growth Rate, and Demographics</h3>\r\nYoga is becoming the universal fitness religion for health and well-being. It is not only an exercise, it is rather a lifestyle that contributes to a full-scale transmission for the body as well as mind.\r\n\r\nAccording to a survey conducted by the Yoga Alliance and Yoga Journal, an increase of 4x has been reported in the Yoga practitioners in the United States, alone. The report further outlined that 9 out of 10 people heard about yoga and 1 in 3 have tried it, and more than 30 percent have shown willingness to opt for Yoga in the coming year.\r\n\r\nThe population of Yoga practitioners is mostly constituted of women, however, men indulging in Yoga has now more than doubled.\r\n\r\nYoga is now a prosperous business in the United States. It is estimated that a regular yoga practitioner spends $62,640 over their lifetime on classes, workshops, and accessories. This is how the Yoga market is expanding.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/\">Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!</a>\r\n<h3>The Subscription-Based Yoga Market</h3>\r\nAfter the word-of-mouth outreach, social media and online ads are playing a huge part in exposing the newbies to yoga. And, the subscription business model is helping further the yoga industry to grow with its no-commitment, affordable, and reliable recurring billing and payment solutions.\r\n\r\nPeople prefer to do yoga at home and are paving the ways for more and more yoga instructors and teachers to offer their services on a recurring basis. Followed by home, gyms, yoga studios, digital yoga platforms, outdoors, yoga recreational settings, and yoga events are the preferences.\r\n\r\nOther than silent and dance yoga, some other trends of yoga include laughter, aerial yoga, aqua yoga, naked yoga, and more.\r\n\r\nNot only the yoga practice subscriptions are on the rise, but the yoga subscription market has also expanded to yoga supplies, healthy food supplies, and more.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a>\r\n<h3>Yoga and Other Complementing Services Subscriptions—The Business Boosting Trends</h3>\r\nSurveys suggest that people are willing to spend money to gain a peaceful experience and deal with their physical and mental well-being issues like to reduce work and relationship stress, to improve physical strength, to live a happy and relaxed living, to lessen the feeling of loneliness, to unplug from tech living, etc.\r\n<h3>Yoga Studio Memberships</h3>\r\nYoga studio subscriptions or memberships is the business model of the yoga industry from the beginning and is still the most popular one. Yoga studios provide yoga practitioners with a relaxing ambience and calm surrounding to practice meditation and yoga exercises and aloof themselves from distractions and restlessness. Those who have started Yoga during lockdowns have flocked to the Yoga studios after the lockdowns ease. It is a huge business opportunity to offer the Yoga studio memberships and offer them more by clubbing it with other services like yoga supplies, yoga equipment, yoga training digital platform subscriptions, guided yoga subscriptions with personal yoga expert, etc.\r\n<h3>Personal Yoga Training Subscriptions</h3>\r\nOften people who are lonely or older seek the path of Yoga to attain a sense of fulfilment. Personal Yoga trainers help them to find more accuracy without being lost in the other distractions.\r\n\r\nPersonal Yoga teachers also keep them motivated and committed. This is how yoga trainers and teachers offer their services as subscriptions at their places or at yoga studios.\r\n<h3>Yoga Equipment Subscriptions</h3>\r\nAfter the outbreak of COVID-19, people are stressed from being house arrested. They needed recreational as well as healthy ways to release their worries, fears, and tension. Yoga provided them with the opportunity to explore themselves. It increases the demand for yoga equipment.\r\n\r\nAs the yoga equipment is not as costly as the equipment for other fitness programs are, so people in huge numbers have also turned to the yoga equipment. Comparatively, the yoga equipment also does not take up that much space and are easier to use.\r\n\r\nThe yoga equipment subscriptions further make it affordable for people living in an apartment or smaller abode to go for this useful option.\r\n<h3>Yoga Event Subscriptions</h3>\r\nYoga annual or seasonal mega-events or festivals draw hundreds of thousands of yoga enthusiasts. The grand events provide them to become a part of the growing community, indulge in great practices of yoga, learn new aasans, and learn more about the yoga lifestyle. Every year, these events are held everywhere in the world. Not only the event subscriptions, but these events also provide more business opportunities like day-long one-on-one training, week-long workshops, boot camps, partner yoga, and more.\r\n<h3>Yoga and Meditation Digital Platforms Subscriptions</h3>\r\nTo those who are passionate about yoga and those who are not, and to those who are pro and also those who are beginners, yoga and meditation digital platforms are attracting more subscribers than any other yoga business. It is easier, cheaper, and available.\r\n\r\nYoga trainers, yoga studios, yoga events planner, yoga associations, and all yoga stakeholders offer their services, digitally. In these times of chaos, people can keep themselves healthy, peaceful, and fit without losing their devotedness through these digital subscriptions.\r\n<h3>Yoga and Other Services</h3>\r\nYoga becomes more popular when it gets bundled with other services. The subscriptions bundles or rundles covering yoga along with other complementary services like spa, aerobics, music, dance, community services, or more help more people to relate and connect with yoga.\r\n\r\nDifferent gyms, personal care clubs, spas, and others are now offering their services as subscription bundles.\r\n<h3>Yoga Subscription Boxes</h3>\r\nFrom yoga apparel and mats to herbs and essential oils to organic food, and other products for yoga vibes, yoga subscription boxes are making it affordable and serene for people to retreat themselves with all at their places.\r\n\r\nYoga subscription boxes are an additional treat to make yoga memorable, passionate, and pleasant.\r\n\r\nYoga subscription boxes are available not only for yogi practitioners, but are also meant to cater to the needs of yoga teachers, trainers, studios, and experts.\r\n\r\n<strong style=\"color: #ff6600;\">Also Read:</strong> <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/\">Subscription Box Business 101: A Beginner’s Guide to Start A Valued Subscription Box Service—From Prospects & Marketing to Subscription Box Billing & Management</a>\r\n<h3>Manage Yoga Subscription Billing with SubscriptionFlow</h3>\r\nGrow the yoga subscription business and offer your subscribers hassle free recurring billing and payment services. SubscriptionFlow is a one-stop platform to automate all subscription management tasks and manage automated invoicing, billing, and payments.\r\n\r\nGet an agile, reliable, flexible, and stable subscription management software to manage yoga subscriptions on-the-go.','The Yoga Market is Growing At An Exponential Rate-Learn How Yoga Subscriptions and Yoga Subscription Boxes Are Contributing In the Rise of Healthy Living','','publish','open','open','','learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing','','','2021-05-18 13:27:04','2021-05-18 13:27:04','',0,'https://staging.subscriptionflow.com/?p=4786',0,'post','',0),(4794,1,'2021-03-26 11:31:11','2021-03-26 11:31:11','<p style=\"text-align: justify;\">The AI-led subscription management has proven a precursor in optimizing recurring revenue. It offers features that intelligently identify the needs, expectations, behaviours, and interests of the customers.</p>\r\n<p style=\"text-align: justify;\">Price optimization is one of them.</p>\r\n<p style=\"text-align: justify;\">According to McKinsey, AI-based pricing can add up to $500B revenue in global market value, whereas BCG reported an increase in revenue up to 5% in a year only.</p>\r\n<p style=\"text-align: justify;\">B2B businesses are diving deep into the AI-based pricing arena to make informed and data-driven revenue management decisions.</p>\r\n<p style=\"text-align: justify;\">Managing pricing intelligently requires detailed and data-driven insights into the factors that affect a customer\'s purchase intentions and actions. Optimizing rates and plans help SaaS and other subscription businesses create smart pricing and billing strategies that draw prospects as well as minimizes frictions. These convert leads into customers and then attract customers to go for upsells, cross-sells, or re-sells.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">Subscription Management systems</a> integrated with the sales, marketing, and support management applications, identify the data-points where the market demands meet with the subscription business services, products, and other offerings.</p>\r\n<p style=\"text-align: justify;\">This article dives into the AI and Machine Learning impacts in transforming the product valuation and pricing strategies. We will also take on how AI-driven pricing engines in the subscription management software can optimize the price and plans.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Revenue Management with AI-Driven Price Optimization </strong></h2>\r\n<p style=\"text-align: justify;\">AI has become the pricing management assistance for B2B and B2C businesses across the industries.</p>\r\n<p style=\"text-align: justify;\">For a subscription business, price optimization is even more significant as it helps them to retain customers and increase their lifetime value by attracting them for plan upgrades and resells.</p>\r\n<p style=\"text-align: justify;\">The customized pricing favours customers and businesses alike. The optimized pricing not only increases the prospects of purchase and adds more revenue in the stream, but it also cuts the unnecessary noise around discounts, credits, vouchers, and others with AI-recommended productive incentives to paddles engagement with customers.</p>\r\n<p style=\"text-align: justify;\">Several studies suggest a 5% to 8% increase in revenue in the stream by simply optimizing the plans and pricing.</p>\r\n<p style=\"text-align: justify;\">In recurring revenue management, predictability of the revenue ensures the stability of the business and revenue growth. It allows businesses to increase their ROI by offering personalized price management solutions to a B2B customer.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Impacts of AI-Powered Price Optimization on Revenue Management</strong></h2>\r\n<p style=\"text-align: justify;\">Price optimization helps to gain the trust and satisfaction of the customer that they are paying for what they are consuming.</p>\r\n<p style=\"text-align: justify;\">To deal with the fluctuating market needs and demands, the pricing engine of the SaaS Subscription Management Platforms offers an instant and unique solution, the AI-fueled price predictions.</p>\r\n<p style=\"text-align: justify;\">It provides insights to analyze the revenue growth goals and identify the right time to price accordingly.</p>\r\n<p style=\"text-align: justify;\">Industries like hotels, lodgings, travel and tourism, car rentals, property rentals, leasing, subscription businesses, SaaS platforms, services providers, airlines, and many more can benefit from the pricing strategies and draw more prospects of capitalizing the leads into customers.</p>\r\n<p style=\"text-align: justify;\">Here are some of the ways how price optimization <a href=\"https://staging.subscriptionflow.com/pricing-engine/\">using AI-powered pricing engines in the subscription management systems</a> can increase the prospects for recurring revenue:</p>\r\n\r\n<h4 style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\"><strong>AI-Recommended Pricing Model Selection</strong></a></h4>\r\n<p style=\"text-align: justify;\">Subscription businesses and SaaS using AI and ML while sifting through the piles of data sets available with billing, payments, marketing, sales, support, or other applications integrated into a system can identify the customers\' transactional behaviours, purchasing interests, and monetary capacities. It offers the pricing model that best suits them, so they no longer consider leaving the platform without converting. A range of pricing models are there that ensure customer engagement and eventually recurring revenue growth:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Flat Subscription Fee</li>\r\n <li>Pay-Per-User</li>\r\n <li>Pay-Per-Feature</li>\r\n <li>Pay As You Go</li>\r\n <li>Freemium</li>\r\n <li>Freemium plus Flat Fee</li>\r\n <li>Freemium plus Consumption-Based Pricing</li>\r\n <li>Or any other Hybrid Model</li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\"><strong>Revenue-Driven Optimization of Coupons and Add-ons</strong></h4>\r\n<p style=\"text-align: justify;\">Pricing engines offering optimized pricing also assist to cut down the noise around discounted coupons and vouchers. These discounted add-ons are the foes of recurring revenue growth and, in the long term, end the SaaS businesses into a dead-end street.</p>\r\n<p style=\"text-align: justify;\">They eliminate the under-or non- performing coupons and helps businesses to optimize recurring revenue strategy for discounts. This does not only attract traffic but also transform them into consistent revenue growth.</p>\r\n\r\n<h4 style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/07/business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes/\"><strong>Automation of Pricing Rules</strong></a><strong> </strong></h4>\r\n<p style=\"text-align: justify;\">Setting rules for price optimization based on the percentage or value of the products, after every while, can feel like a tiresome task and may require resources to do these repetitive tasks. With the AI-led pricing engine in the subscription software, pricing rules are set to automate price management and optimization. These changes then reflect on the plans and pricing cataloguing.</p>\r\n\r\n<h4 style=\"text-align: justify;\"><strong>AI-led Price Prediction </strong></h4>\r\n<p style=\"text-align: justify;\">Price optimization is a great way to predict pricing for the near and far future to project recurring revenue growth in the coming days. For subscription businesses, predictability is a crucial factor to strengthen and streamline revenue operations. In the retail business, the predictability of recurring revenue extends to demand and supply management.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\"><strong>Fine-Tuning of the Pricing Structures</strong></a><strong> </strong><strong>With and Data-Driven Transactional History Analysis</strong></p>\r\n<p style=\"text-align: justify;\">Not all payment processors and payment gateways charge the same. With the recurring payments processing, customers can slap with extra charges, processing fees, or sales tax that can also vary with region. It can be a big turn off for the customer to go for online recurring payments.</p>\r\n<p style=\"text-align: justify;\">This transactional inconvenience is quite an impediment to revenue growth. Price optimization tools in the subscription management system fine-tune pricing on the basis of the transactional history, comparison of payment gateways transactional processes, and charges that incur on customers when they pay online.</p>','5 Ways AI-Based Subscription Management Software is Remodeling Revenue Management with Price Optimization','','publish','open','open','','5-ways-ai-based-subscription-management-software-is-remodeling-revenue-management-with-price-optimization','','','2021-05-18 13:22:48','2021-05-18 13:22:48','',0,'https://staging.subscriptionflow.com/?p=4794',0,'post','',0),(4799,1,'2021-04-06 11:35:58','2021-04-06 11:35:58','<p style=\"text-align: justify;\">Those who have used Netflix and Disney+ would have a fair idea of the importance of subscriptions. These websites allow their subscribers to watch the latest videos. One who purchases the subscription pays a monthly or annual fee for the subscription. The subscription models are not limited to these platforms that offer entertainment videos. There are many other businesses that are opting for recurring billing models. If you are associated with the profession of law, you would probably be curious about subscription options in this domain. Many law firms have their virtual existence. They are successfully paving their way in the digital world.</p>\r\n<p style=\"text-align: justify;\">The nightmare of the pandemic in 2020 compelled many businesses to operate online. Now that 2021 has started many companies are finding new avenues in the digital arena. A well-planned subscription model can revolutionize the billing process of law firms and help them excel even virtually.</p>\r\n\r\n<h2 style=\"text-align: justify;\">How Does A Subscription Business Model Work?</h2>\r\n<p style=\"text-align: justify;\">Firstly, you ought to know that subscriptions are not confined to YouTube, Netflix, or any other platform like this. There are <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-law-firms/\">subscription management software for law firms</a>. Usually, lawyers charge per hour for their services. There are many businesses where legal assistance is frequently needed. Here subscriptions of services of lawyers or attorneys can help a lot. The client will have to pay a subscription fee per month (depending upon the timeframe set you the law firm) and get services whenever he wants. The subscription management system handles everything at the back.</p>\r\n<p style=\"text-align: justify;\">Technology changes speedily so are the subscription models. If you are designing your subscription management plan for a law firm, consider the following factors to make it failsafe and workable.</p>\r\nRead Also: <a href=\"https://staging.subscriptionflow.com/2021/01/how-saas-is-changing-the-way-businesses-work/\">https://staging.subscriptionflow.com/2021/01/how-saas-is-changing-the-way-businesses-work/</a>\r\n<h3 style=\"text-align: justify;\">1. Define Your Goals</h3>\r\n<p style=\"text-align: justify;\">Have you decided to install subscription management software in your law firm? If yes, the first thing is to define your goals clearly. There can be two goals of integrating the subscription model with your system. The first one is to increase the revenue and the second is to speed up the business growth. Your goals lead towards making a better pricing strategy. The clear goals can make your business surpass B2B competitors in the market.</p>\r\n\r\n<h3 style=\"text-align: justify;\">2. In-Depth Analysis</h3>\r\n<p style=\"text-align: justify;\">There are many subscription models because many companies are using them. In order to cope with modern trends, you must do an in-depth analysis beforehand. Studies reveal that subscribers’ willingness to pay for subscriptions declines when subscriptions are poorly managed. There are different types of subscriptions: weekly, monthly, annually, etc. When you have to design your subscription box for the law firm, consider these subscription types. Getting an amazing idea for the subscription box is the first step then you decide the price of the box and launch it.</p>\r\n\r\n<h3 style=\"text-align: justify;\">3. Targeting Clients</h3>\r\n<p style=\"text-align: justify;\">If you have a law firm, you would know, not all of your clients would have an interest in subscriptions. Nonetheless, some of the clients need legal assistance regularly. The revenue can be increased by offering them feasible subscription legal fees. The best subscription software cannot guarantee improvement in your revenue but a subscription software catering to the needs of your clients can. A subscription model cannot be designed based on assumptions and rough estimates. There are needed concrete facts that one gets after in-depth analysis. You have to target the clients and offer them the irresistible solution.</p>\r\n\r\n<h3 style=\"text-align: justify;\">4. Pricing Strategy</h3>\r\n<p style=\"text-align: justify;\">Spend time with your SaaS services providers to come up with the best pricing strategy. One of the best things about pricing strategy is they are not fixed. You can keep analyzing market and customer behavior and modify pricing strategies with time. There is one valid question at this point. What is the right time to change the pricing strategy? There is no defined time! Yes, it is as simple as that. Your analysis and conditions of the market tell you the right time to change the pricing for the subscriptions.</p>\r\n\r\n<h3 style=\"text-align: justify;\">5. Use Freemium Revenue Model</h3>\r\n<p style=\"text-align: justify;\">When you plan to install the subscription management model for your law firm, formulate a revenue model as well. Just like pricing strategy, the revenue model has to be part of the plan. One of these models is the freemium revenue model, which is quite successful. According to this model, you offer certain services as free initially. Offer subscriptions after a certain period. If your services satisfy the customer, he will buy a subscription for your legal assistance. Many law firms ask if it is the right business model for them. It is the best model for those who offer some new services or products. As a law firm, you can modify the freemium business model according to your business plan.</p>\r\n\r\n<h3 style=\"text-align: justify;\">6. Scope of the Subscription Plan</h3>\r\n<p style=\"text-align: justify;\">The scope of the subscription plan should be taken as the boundary of the system. For example, it is a general perception that corporate clients are usually the targeted clients for subscription models. It is wrong in its entirety! The divorce and family lawyers are also opting for subscriptions. Their clients are happily buying subscriptions because they do not need to pay on hourly basis anymore. Their attorneys are more accessible for them. The websites like Subscription Flow allow you to enter all legal subscriptions and manage trials and billing from here. You can make your law firm far manageable with a subscription model and <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/\">subscription management platforms</a> like Subscription Flow.</p>\r\n\r\n<h3 style=\"text-align: justify;\">7. Offer the Right Fit</h3>\r\n<p style=\"text-align: justify;\">Now that you understand the importance of subscription management for law firms, you must offer a subscription box to your clients which suits their needs. They should have the option to select the subscription type. A fixed subscription pricing strategy for all clients will end up burdening you. They will keep calling you. Not all of the clients have the same financial standing. However, whatever pricing policy you make for your clients it will be integrated with the subscription management software.</p>\r\n<p style=\"text-align: justify;\">Consider the facets mentioned above when you are working on the subscription management system. You will surely make a working subscription model for your law firm.</p>','A Potential Subscription Model for Your Law Firm in 2021','','publish','open','open','','a-potential-subscription-model-for-your-law-firm-in-2021','','','2021-05-18 13:20:05','2021-05-18 13:20:05','',0,'https://staging.subscriptionflow.com/?p=4799',0,'post','',0),(4811,1,'2021-04-08 11:29:26','2021-04-08 11:29:26','<p style=\"text-align: justify;\">Can you imagine the sales and reputation of some of your favorite brands without their advertisement and marketing? Apple, Amazon, and Microsoft need marketing notwithstanding their software is the need of modern times. Their marketing teams get active as soon as their new products are ready for launch. So, marketing of every product and service is necessary. The platforms of print media, electronic media, and social media are used for this purpose. Many marketing agencies are working day and night to make their clients happy.</p>\r\n<p style=\"text-align: justify;\"><strong>“Don’t make customers happy. Make happy customers.”</strong></p>\r\n<p style=\"text-align: justify;\">The process to make happy customers is not easy. However, <a href=\"https://staging.subscriptionflow.com/subscription-software-for-marketing-companies/\">subscription software for marketing agencies</a> are making it possible. Many businesses are opting for recurring billing options but there has to be proper planning to make this profitable for your marketing company. As a marketing strategist, you must follow the subscription route to compete in the market. Firstly, know the reasons that are so convincing to finally make you shift to recurring billing.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Challenging Client Acquisition and Retention</h2>\r\n<p style=\"text-align: justify;\">The first thing that marketing agencies care for is the acquisition of the client. Even if they succeed in getting a big client to market its product or service, there remains an uncertainty. Some marketing projects are too big that marketing firms hire new employees for that specific project. It is a fact that acquiring a new client is difficult. You will probably have to offer comparatively cheaper rates to acquire a client. Howbeit, the old clients trust you more. So, they are willing to pay more because they know you serve their marketing needs. The subscription software for marketing firms enables you to have a high client retention rate.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Varying Revenue</h2>\r\n<p style=\"text-align: justify;\">If you are running a marketing firm, you will better know you cannot charge all your clients the same price. The scope and nature of every marketing project vary. Clients usually ask for estimates for their marketing plan. No one can predict the expense of the job accurately. Consequently, the revenue that a marketing agency can generate remains unpredictable. Throughout the project, things are unpredictable for both the client and the marketing firm.</p>\r\n<p style=\"text-align: justify;\">There has to be a billing plan that suits the client and marketing agency. Which is subscription billing. SubscriptionFlow offers its subscription management platform to marketers. It is your chance to bill your marketing clients efficiently.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Inefficiency of Employees</h2>\r\n<p style=\"text-align: justify;\">As it has been discussed, some marketing jobs are massive and companies need to hire new employees. Nonetheless, these new employees are not loyal because they know they have to leave once the project completes. The billing system based on the project is harmful for client retention as well as for employee loyalty. Those who are hired just for the completion of a specific marketing client remain inefficient. They know they have to leave no matter if they outperform.</p>\r\n<p style=\"text-align: justify;\">Mentioned above are the reasons that urged marketers to shift to the recurring billing system. The subscriptions somewhat streamlined the billing methods for marketers. Still, they now required management software for the subscription of their clients.</p>\r\n<p style=\"text-align: justify;\">The subscription management platform of SubscriptionFlow will offer the following benefits to your marketing firm.</p>\r\nAlso read: <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/</a>\r\n<h2 style=\"text-align: justify;\">Increase in Profits</h2>\r\n<p style=\"text-align: justify;\">As a marketing strategist, when you shift from project-based billing to a subscription-based billing model, the system will become more predictable for you. You can plan your pricing policy for a long time and analyze its results. Though a subscription management system automates your recurring billings, it is flexible enough. If you amend your pricing policy from time to time, it can accommodate changes accordingly. The automated system will store the details of your clients and manage them. You can retrieve data of any marketing project as and when required.</p>\r\n\r\n<h2 style=\"text-align: justify;\">More Customer Satisfaction</h2>\r\n<p style=\"text-align: justify;\">You would have heard, <strong>‘a happy customer is a repeat customer.’ </strong>If you want your marketing clients to hire your marketing agency for their next campaign, make them happy. Subscription billing management improves customer care. The timely communication between your company and the client develops. For example, most of the subscriptions are monthly. The subscription management systems like SubscriptionFLow notify clients beforehand about the end of their subscription and suggest them to re-subscribe.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Fewer Billing Errors</h2>\r\n<p style=\"text-align: justify;\">There was a time when humans handled their billing systems manually. Technological advancement revolutionized everything. Computers automated the billing systems. Then different digital billing models came, and one of the effective ones is the subscription billing model. The subscription management reduces the billing errors to the minimum. Even if some client complains, you can track his accounts and bills.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Improve Social Media Marketing</h2>\r\n<p style=\"text-align: justify;\">Social media marketing is a reality that no marketing agency can deny. Whenever you formulate a marketing strategy for any company it is mandatory to make social media marketing part of it. But do you know that you can improve your social media marketing by integrating recurring billing software with your system? Many businesses advertise their subscription boxes. If you offer subscriptions, show the advertisement of your subscription management software on social media and attract more clients. SubscriptionFlow provides you with effective AI-based customer relationship management tools so, you can facilitate your clientele.</p>\r\n<a href=\"https://staging.subscriptionflow.com/2021/03/ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations/\">https://staging.subscriptionflow.com/2021/03/ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations/</a>\r\n<h2 style=\"text-align: justify;\">Reduction in Churn</h2>\r\n<p style=\"text-align: justify;\">When a subscriber cancels the subscription, the cycle of recurring billing ends. Studies show it is better to have the minimum churn. The foremost way of doing that is to offer customer-focused services. Acquisition of client is costlier than retention of the client. A subscription management system enables you to have a better check on your billing plan. A fair billing will help in reducing churn. You will get the equation straight: minimum churn = maximum customer retention.</p>\r\n<p style=\"text-align: justify;\">Understandably, recurring billing is fairy dust that once sprinkled on your system makes it robust and more customer-centric. Subscriptions are a win-win option for both the subscribers and marketers. It improves the financial standing of both. When you make subscriptions part of your marketing plan start with offering freemium and move towards bringing prices in line. Get an easy-to-use subscription management platform and get happy customers.</p>','Want to have Happy Customers? If So, Get Subscription Software for Your Marketing Agency','','publish','open','open','','get-subscription-software-for-your-marketing-agency','','','2021-05-18 13:16:56','2021-05-18 13:16:56','',0,'https://staging.subscriptionflow.com/?p=4811',0,'post','',0),(4825,1,'2021-04-15 04:41:24','2021-04-15 04:41:24','<p style=\"text-align: justify;\">MRR is the Monthly Recurring Revenue that a SaaS or subscription business earns every month with the subscription billing. MRR is the most attributing metric to monitor and report the sales, profit, and revenue growth.</p>\r\n<p style=\"text-align: justify;\">MRR is not a single metric. It is in fact a whole set of metrics that are used to calculate the different aspects of the monthly recurring revenue.</p>\r\n<p style=\"text-align: justify;\">We already have covered the MRR in length in our previous pieces that can be visited again here:</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\">What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue for Subscription Businesses?</a></p>\r\n<p style=\"text-align: justify;\">In this article, we will take on why expanding MRR is important for the SaaS and subscription business and how it can be expanded by expanding the recurring revenue coming from the sources of the existing customers.</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Why MRR Is Crucial for the Recurring Revenue Growth?</strong></h3>\r\n<p style=\"text-align: justify;\">MRR or Monthly recurring revenue is the calculation of month-wise recurring revenue generation. For the SaaS companies, it is an up-to-date measurement of the subscription business health to assess earnings, profits, and losses.</p>\r\n<p style=\"text-align: justify;\">MRR is also a great way to ensure demand and supply predictability and stable reliability of the flow of cash with an intact customer base. The detailed insights into the MRR streaming allow the SaaS subscription management teams to identify the ways as well that can let them earn more revenue without increasing the cost of acquisition and cost of retention.</p>\r\n<p style=\"text-align: justify;\">The growth of Expansion MRR depicts customer retention with more opportunities for upsells, cross-sells, or re-sells. Expansion MRR holds great significance because its increasing numbers help development, marketing, and sales departments to identify the customer needs and attract more customers for upgrades or reselling.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/06/learn-how-the-best-recurring-billing-system-are-helping-saas-companies-track-these-saas-kpis-and-metrics/\">Learn How the Best Recurring Billing System are Helping SaaS companies Track these SaaS KPIs and Metrics</a></p>\r\n<p style=\"text-align: justify;\">Ready to learn about some of the quick and certain tactics that can help in landing and expanding more MRR, read on:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Make Data-Driven Informed Sales and Marketing Business Decisions</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Data-driven business decisions help sales and marketing departments to concentrate their efforts in the right directions and avoid slow silos. The SaaS businesses have more knowledge of their customers as they are available with more user, subscription, and above all, the MRR data that can help them in developing the customer engagement and revenue-building approached.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Seal Service Gaps to Mitigate Revenue Leakages</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">MRR also helps to bridge the gaps in the services and repair the revenue leakages by identifying the bottlenecks in the subscription revenue accumulation. Analyzing the frictions paves the ways for the data-driven engineering of the solutions and supports the retention of the customer with valuable services.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Start a Referral Program and Offer Perks and Promotions.</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Referral programs are considered the most productive customer engagement strategies. The more your customer is engaged, the less they are prone to cut the subscription cords for your SaaS. In addition, the perks and promotions for the existing customers in the forms of coupons, vouchers, and discounts also keep the customers pleased and connected.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Optimize Pricing and Plans</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Offering your customers optimized plans and pricing increases the chances of plan upgrades, up-sells, cross-sells, add-on subscriptions, and re-subscriptions. This is how without spending extra bucks on customer acquisition or retention, subscribers can be pushed for plan upgrades.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Segments Customers</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Not all your customer base is enough potential to continue paying you for the rest of the life. Monitoring and measuring the product and customer metrics time-to-time experiences you segment the customers into multiple categories and offer them the benefits, accordingly without compromising on your recurring revenue. The more potential sources of the recurring revenue are given the value, the longer they serve the revenue growth goals of the SaaS company.s</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Refine Leads</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Segregation of the leads is as important as the segmentation of the customer is. Quality leads are more likely to convert. The most potential lead is the freemium subscriber. Converting a freemium subscriber to the paying subscriper is also a way to increase the MRR.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Focus on Minimizing Churn and Increasing Lifetime Value</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Churn is when the paying customer for any reason parts ways with the business. The most affecting factor on the stability and the growth of the MRR is the churn rate. SaaS focusing on customer relationships and making data-driven business processes management are more likely to increase the lifetime value of their customer and reduces the churn to keep their MRR stable and growing in an upward direction.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Enhance Customer Experience</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Customer experience is not one-time interaction from one person or a department, it is an overall experience of a customer with the SaaS product, concerned individuals, or the company. Leveraging the real-time data of the customers helps the revenue operations to streamline their processes and offer more effective solutions to the SaaS and their subscribers by enhancing the overall customer experience.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/\">What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue</a>?</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Expansion MRR—The Prime Driver of the Recurring Revenue Growth</strong></h3>\r\n<p style=\"text-align: justify;\">Expansion MRR is the calculation of the recurring revenue earned in a month through the existing customer base without outlaying or dedicating extra resources over them to increase the net monthly recurring revenue and acquire negative churn.</p>\r\n<p style=\"text-align: justify;\">In other words, we can say Expansion MRR is simply the portion of the recurring revenue a company generates in a month. It can be defined as the subset of the MRR. The Expansion MRR rate is a key performance indicator used to learn about the growth in a company’s month-to-month recurring revenue streaming accelerated due to existing customers.</p>\r\n\r\n<h4 style=\"text-align: justify;\"><strong>The Different Revenue Sources of the Expansion MRR</strong></h4>\r\n<p style=\"text-align: justify;\">As the additional revenue source when the expansion MRR increases, it increases the overall monthly recurring revenue as well. But, it is important to understand how the expansion MRR contributes to the MRR.</p>\r\n<p style=\"text-align: justify;\">Boosting the following revenue resources will help the SaaS to add more expansion MRR to their Net MRR:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Plan Upgrade</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">It is the best way to attract and influence the existing customer to increase the recurring revenue contribution by updating the subscription to the plan with higher pricing and more features. Plan-upgrade increases the per person revenue rate. Converting the freemium subscribers to the paid customers is also upselling or plan-upgrade.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Cross-Selling</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Attracting existing customers to subscribe to the additional products or services related to the existing product or service is the cross-sell or cross-platform subscription.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Add-Ons</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Subscribers using the products or services may be offered extra features or add-on services that can add value to their subscriptions and also add more recurring revenue to their MRR.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Re-Subscription</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Though it is not directly considered the revenue source of the expansion MRR when the customer is on the brink of the end of the subscription term, it can be offered a luring deal to re-subscribe beforehand and sustain stable growth rates with the existing customer.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/01/three-core-metrics-to-measure-subscription-business-growth/\">Three Core Metrics to Measure Subscription Business Growth</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Subscription Management Software and the Ways to Add More Expansion MRR in the Recurring Revenue Streaming</strong></h3>\r\n<p style=\"text-align: justify;\">Subscription Management Software is the place where you can find all the hacks, tricks, and tips to effectively manage, measure, and monitor all the data points that can help you to increase the expansion MRR for your business.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>, SaaS and other subscription companies can not only reap the benefits of automated billing and payments, but they can also leverage the data and analyze, predict, and formulate the data-driven approaches to add more expansion MRR to the overall MRR. Some of them are:</p>\r\n\r\n<ul>\r\n <li style=\"text-align: justify;\"><strong>Tracking the Customer’s Data Trail</strong></li>\r\n <li style=\"text-align: justify;\"><strong>Identify the Revenue Leakages Points </strong></li>\r\n <li style=\"text-align: justify;\"><strong>Monitor Customer Lifecycle to Increase Lifetime Value</strong></li>\r\n <li style=\"text-align: justify;\"><strong>Influence Customer Behaviors with Add-ons and Upgrades</strong></li>\r\n <li style=\"text-align: justify;\"><strong>Offer Self-Service Portals to Enhance Customer Experience</strong></li>\r\n</ul>','Leverage Subscription Management Software-Expand MRR for Your SaaS Business Growth in 2021','','publish','closed','closed','','expand-mrr-for-your-saas-business-growth-in-2021','','','2021-05-18 13:14:48','2021-05-18 13:14:48','',0,'https://staging.subscriptionflow.com/?p=4825',0,'post','',0),(4830,1,'2021-04-16 10:03:18','2021-04-16 10:03:18','From exploring the data through connected devices to untangling the complex and unstructured data sets to formulating the tech-driven workflow and policy management, insurers are all set to remodel the businesses.\r\n\r\nThe disruptive technology advancements and an increased competition trigger a rapid-switch need to explore the new-age business model—the subscription business model. It is a business model that favours the resourceful and cost-efficient automated insurance policy workflow and recurring revenue collection using <a href=\"https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-insurance-companies/\">subscription management software for the insurance companies</a>.\r\n\r\nThis article extends insights into the growing trends of the subscription business model and subscription automation implementation across the insurance business processes. We will also review how the automation induced by the insurance subscription management applications is transforming the insurance workflow from managing the policies to processing the claims.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/5-ways-ai-based-subscription-management-software-is-remodeling-revenue-management-with-price-optimization/\">5 Ways AI-Based Subscription Management Software is Remodeling Revenue Management with Price Optimization</a>\r\n<h2><strong>Subscription-Based Insurance Industry</strong></h2>\r\nThe subscription management of the insurance companies is laid on the foundation of streamlined internal and external insurance workflow for recurring premium collection and payment processing, throughout the way—from insurance management and new business processing to ACORD application processing and claim processing.\r\n\r\nThe advancement of subscription automation from management and detection to prediction and prevention can transform the business potential of the insurance industry.\r\n\r\nAccording to Mckinsey, 90% of personal and SMBs claims will be processed by automation algorithms by the end of the next decade.\r\n<h2><strong>So, what is Subscription Automation in the Insurance Industry?</strong></h2>\r\nInsurance is the contract between two parties: the insured and the insurer. Insured is the person who subscribes to the insurance policy, and the Insurer is the company that offers its insurance subscription services.\r\n\r\nSubscription automation refers to the automation of the insurance policy workflow and business dealings between the insured and insurer.\r\n\r\nIn simpler words, it can be referred to as subscription management of insurance policy or recurring premium and payment management.\r\n\r\nAside from automation, a wide array of subscription management software provides additional layers of ease, convenience, and efficiency into the operational productivity of the insurer’s employees.\r\n\r\nThis subscription software is highly extensible and contributes towards building a system that streamlines the operations across the board.\r\n\r\nFor more insights into subscription automation in the insurance business and its operations, we need to understand the major processes in the insurance workflow. These include:\r\n<ul>\r\n <li><strong>Insured Management</strong></li>\r\n</ul>\r\nIt is the management of the person who subscribes to the insurance policy. It includes personal, billing, payment, and other subscription details management.\r\n<ul>\r\n <li><strong>Recurring Premium and Payment Management</strong></li>\r\n</ul>\r\nPremium is the recurring payment that an insured pays every month or after every pre-defined interval for the length of the subscription term. Managing the premiums and payments on a recurring basis means charging the insured every month and receiving the payments, automatically in the insured accounts.\r\n<ul>\r\n <li><strong>Claims Processing and Settlement</strong></li>\r\n</ul>\r\nClaims are the formal requests made by the policyholders or their nominees with the insurer for coverage or compensation of the covered service. The processing of claims means the validation of the claim and issuance of the payments to the insured or the nominee when it is approved.\r\n<ul>\r\n <li><strong>Field Claims Adjusters Verification Documentation</strong></li>\r\n</ul>\r\nField claim adjusters are the employees in an insurance company. They are responsible to visit and inspect to report the validity as well as evaluating the compensation for claims. Adjusters documents the details to initiate the claims processing.\r\n<ul>\r\n <li><strong>New Business Processing</strong></li>\r\n</ul>\r\nIt is the core job of every property and casualty insurance company. It deals with collecting, organizing, and processing the application forms, customer identification documents, and other onboarding information within a secure, integrated environment.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/\">Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!</a>\r\n<h2><strong>The Process of Subscription Automation in Insurance Workflow</strong></h2>\r\nHealth, automobile, property, education, job, or life insurance—every insurance subscription, in general, follow the same internal insurance workflow automation. Here, it is:\r\n<ul>\r\n <li>The process of insurance subscription begins when an insured subscribes to the insurance policy with an insurer and agrees to pay a monthly, quarterly, or annual recurring premium.</li>\r\n <li>Every month subscription or <a href=\"https://staging.subscriptionflow.com/\">recurring billing software</a> automates the premium invoicing and sends it to the insured for recurring payment processing.</li>\r\n <li>Insured shares payment details and authorizes the insurer to auto-collect the recurring payments.</li>\r\n <li>In the case of damage, the insured files the claims, online through a self-service portal or otherwise.</li>\r\n <li>The claim enters into an automated insurance workflow. Managers can assign a job to one or more employees.</li>\r\n <li>The mechanism involves here comprises verification, documentation, statement generation, processing through the system, and paying against the claims. Subscription automation from every end streamlines the coordination and collaboration streamline efficient, vigilant, and faster processing.</li>\r\n <li>Subscription automation across the operations ensures who is doing what and everyone comes on the same page.</li>\r\n</ul>\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/\">Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021</a>\r\n<h2><strong>Enhancing the Internal Insurance Workflow with Subscription Automation</strong></h2>\r\nAI-augmented automation and precision reduces the overall operational costs of the insurance companies and helps the employees to focus on providing the best customer support and services.\r\n\r\nAs we learnt earlier, Insurance management is a vast and complicated network of interconnected and coordinated units. It is inevitable for the departments to use customized and efficient stacks to automate, collaborate, and streamline the standard business operations, claims, and policy management for stellar customer experience.\r\n\r\nSome of the benefits of streamlined Insurance workflow include\r\n<ul>\r\n <li>Reduced Time, Resources, and Efforts</li>\r\n <li>Data-Driven Accelerated, Efficient, and Faster Processing</li>\r\n <li>Coordinated, Safer, and Reliable Information Sharing</li>\r\n <li>Risks and Online Payment Fraud Detection and Mitigation</li>\r\n <li>Accurate and Guided Decision Making</li>\r\n <li>Tech-Driven Productivity</li>\r\n <li>Optimized Customer Experience</li>\r\n <li>Cost Control Proficiencies within the different departments in an insurance company.</li>\r\n</ul>\r\nLet’s have a quick look at how internal insurance workflow can be enhanced with subscription automation:\r\n<h2><strong>Automated Recurring Premium Billing and Payment Processing</strong></h2>\r\nThese cloud-based stacks are used to automate recurring premium and payment management. Reducing the stress due to several repetitive tasks for processing the invoicing, informing the patients, sending the intimation emails, reminders, and notification are all extremely time- and resource-consuming and unproductive tasks.\r\n\r\nSubscription automation applications put all the above-mentioned tasks on AI-powered auto-pilot mode.\r\n\r\n<strong>Claims Case Management</strong>\r\n\r\nClaims case management is the planning, processing, coordination, monitoring, and validation of the claim by the insured or nominee. It is a critical part of the insurance workflow. Claims management involves claims verification, processing in the line with the policy, generating the claims statement, and paying the insured or nominee.\r\n\r\nAutomation helps to automate all these tasks and minimizes human-to-human interaction. Clients can easily apply online, track the processing, evaluate the estimated duration, and receive payments directly to their accounts.\r\n\r\nThe AI‑powered systems can shorten the processing duration from months to minutes. Today, AI applications are quite able to identify fraudulent claims hence are efficient to reduce processing timing and hassles.\r\n\r\nAI-fueled algorithms detect suspicious patterns in data points, social media analytics are used to uncover the fraudulent links with scammers, even natural-language processing and deep learning is used to verify the intents behind claims.\r\n\r\n<strong>Underwriting and Documentation Management</strong>\r\n\r\nInsurance workflow involves a lot of underwriting and paperwork, manual documentation, application filing, details gathering, and data entry for documentation. Automating the new business processing allows more efficient and organized data compilation can help reduce labour costs, operational expenses, and more.\r\n\r\n<strong>ACORD Forms Processing</strong>\r\n\r\nACORD’s standardized forms are used to exchange the insurance data to the trading partners. Insured are required to fill in the forms.\r\n\r\nIntegration with the software that can help improve the ACORD insurance form processing for efficient, accurate, and accelerated information. Insurers can fast manage new client applications and streamline claims processing.\r\n\r\n<strong>Customer Support Management </strong>\r\n\r\nAutomating the complaints, queries, comments, suggestions, and other customer feedback management will help reduce the cost-burden and complexities of human-to-human interaction. Machine and deep learning enable them to deal with the insured or nominee in real-time with post-damage interactions for claims.\r\n\r\nThe AI Chatbots programmed with a comprehensive knowledge base and integrated with multiple software to assist customers in real-time revive customer engagement.\r\n\r\n<strong>Lead Management</strong>\r\n\r\nManaging the prospects and streamlining the sales pipeline is also an integral part of the insurance workflow. Integrating insurance subscription management with AI-fueled marketing and sales application allows more efficient channelling of the lead into the paid customer cycle.\r\n\r\nTacking customer engagement, taking data-driven marketing or sales action, and managing the communications with the prospects made easier and streamlined with these stacks.','The Impact of Subscription Automation on the Future of Insurance','','publish','closed','closed','','the-impact-of-subscription-automation-on-the-future-of-insurance','','','2021-05-18 13:12:55','2021-05-18 13:12:55','',0,'https://staging.subscriptionflow.com/?p=4830',0,'post','',0),(4837,1,'2021-04-19 10:27:26','2021-04-19 10:27:26','<p style=\"text-align: justify;\">Hundreds of thousands of people have subscribed to Netflix or Spotify to get along with their entertainment available with unlimited options. A gym subscription is a promise we have made to our health and well-being. And, the baking supplies subscription box is the best gift anyone can give to their old-school mom-at-home, every month, and at her doorstep, so she can live her passion.</p>\r\n<p style=\"text-align: justify;\">We all have subscriptions for the internet, telecom, and many other services. Not only this, now we have subscriptions available for products, we need on a recurring basis, right at our doorstep as a subscription box. A survey reports 46 percent of customers are already paying for at least one subscription service.</p>\r\n<p style=\"text-align: justify;\">Subscriptions are taking over the markets. In a decade only, subscription businesses have reshaped the business models. The subscription economy has boosted up to a thousandfold and is continued to evolve while supporting businesses from across the industries.</p>\r\n<p style=\"text-align: justify;\">Subscription isn’t a new concept. It has been here for ages but the internet and the overwhelming advancement of technology reload it with benefits that attract more customers, revenue, and brand awareness.</p>\r\n<p style=\"text-align: justify;\">This piece will overview the subscription-based business model, its types and characteristics, and the growing trends of the subscription commerce and subscription market.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"Transitioning%20to%20SaaS%20Subscription%20Model—Needs,%20Challenges,%20Strategies,%20Monetization,%20Management,%20And%20All%20It%20Takes%20To%20Move%20To%20A%20Recurring%20Revenue%20Model\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>What is a Subscription Business Model?</strong></h2>\r\n<p style=\"text-align: justify;\">Subscription is a recurring billing model that allows access to the products or services against the recurring payments paid after a certain interval for a term of the subscription. Customers can be charged hourly, daily, monthly, or annually. Or, they can be charged based on their usage or the quality of the consumption, or maybe in tiers.</p>\r\n<p style=\"text-align: justify;\">Some subscription services offer their customers the optimized billing model tailored for them only. This is the pinnacle of the flexibility and stability of the subscription business model that attracts merchants or vendors and customers alike. This is why over the past seven years, companies throughout North America, Europe, and the Asia Pacific have seen subscription-based sales increase by more than 300 percent.</p>\r\n<p style=\"text-align: justify;\">Proliferating the recurring revenue opportunities with the scalability to cater to a range of customers with diverse needs and resources, the subscription business model, in a few years only, have captured a big chunk of the market with traditional, content, services, physical goods, rentals, leases, and all different form of the recurring billing businesses.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Types of the Subscription Businesses</strong></h2>\r\n<p style=\"text-align: justify;\">Subscription businesses can be categorized into various types based on their product or services, the channel of the recurring revenue, billing model, and management. They can be categorized as physical goods or digital products, or subscription businesses can be classified as B2B or B2C subscriptions.</p>\r\n<p style=\"text-align: justify;\">Subscription businesses can also be categorized as:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Traditional Subscriptions</strong>—it includes newspaper, magazine, broadcast, telecom, power, and other subscriptions that we all have been using for ages.</li>\r\n <li><strong>Content Subscriptions</strong>—streaming services, gated content, gaming content, adult content, e-libraries, research publications, and others are examples of content subscriptions.</li>\r\n <li><strong>Cloud Subscriptions</strong>—all sorts of SaaS (Software as a Service), IaaS (Infrastructure as a Service), and PaaS (Platform as a Service) subscriptions are the types of cloud subscriptions.</li>\r\n <li><strong>Product Subscriptions</strong>—these include subscriptions of the physical products. These could be the eCommerce subscriptions of the product of recurring use or heavy machines and automobiles available on subscriptions.</li>\r\n <li><strong>Service Subscriptions</strong>—gym, personal care, Telehealth, online tutoring, online consultancies, cab services, and many more are the few sub-types of the service subscriptions.</li>\r\n <li><strong>Discount Subscriptions</strong>—it is a type of eCommerce subscription. The discount subscriptions help customers to save some bucks on different products, shops, sites, or other marketplaces.</li>\r\n <li><strong>Hybrid Subscriptions</strong>—as the name suggests, it can be tailored as a blend of different subscriptions.</li>\r\n <li><strong>Subscription Box Subscriptions</strong>—it can be considered a sub-type of the product subscription as an assortment of items in a themed box available to the customer on a recurring basis.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/\">10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>How Subscription-Based Business Model Impacts the Business Growth and Revenue Streaming?</strong></h2>\r\n<p style=\"text-align: justify;\">Varying customer purchasing preferences synced with the burgeoning technological advancements created the craving for relevance and personalization in the market that subscription can manage at its best. The pandemic further took it to its tipping point and revived the digital market.</p>\r\n<p style=\"text-align: justify;\">During this period only, the highest surge in digital media, streaming, e-paper, cloud-based automation and management solutions, subscription boxes, Telehealth, telecom, online educations, and other services subscription demand has been recorded.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Demand and Supply Forecasting</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Subscription not only pre-sets, but it also ensures continuity of demand and supply for a pre-defined period for merchants or vendors. It also eliminates the trial and tribulations of unpredictable demand, supply issues, fluctuation in the market, customer loss, payment problems, and many more with better order and inventory management.</p>\r\n<p style=\"text-align: justify;\">On the other hand, it allows customers to manage subscriptions in the budget for a definite time and get the supply of their needs and wants without the hassle of ordering it every time.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Business Growth Stability, Recurring Revenue Reliability, and Revenue Predictability </strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Subscription creates an ecosystem that ensures consistency in streaming recurring revenue. The recurring revenue drives stability in the business growth with the predictability of cash inflow in the system.</p>\r\n<p style=\"text-align: justify;\">One major advantage of the subscription business model is that customers continue with the subscription quite long. Often, they upgrade or downgrade their plan as per their needs and remain stick to the product or service. That makes predicting revenue much easier and allows you to plan for a longer-term.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Ensured Customer Loyalty and Lower Sales and Marketing Costs with More Customer Retention</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Subscription means more time and more opportunity to win the trust of the customer that influences them for upgrades or re-subscription. When the customer is satisfied with the product or service during the subscription term, they tend to continue with the service. It lessens the need to target them with extensive remarketing. Loyal customers are less likely to churn, which means you don’t have to increase marketing overheads for retention marketing.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/post-covid-economy-and-the-hospitality-industry-the-new-business-model-is-paving-the-way-for-subscription-revolution/\">Post-COVID Economy and the Hospitality Industry—The New Business Model Is Paving the Way for Subscription Revolution</a></p>\r\n<p style=\"text-align: justify;\"><strong>Wrapping Up the Subscription-Based Business and Its Management…</strong></p>\r\n<p style=\"text-align: justify;\">The subscription economy is skyrocketing and is estimated to grow from USD 2.90 Billion in 2016 to USD 6.01 Billion by 2021. The market is expected to grow at a Compound Annual Growth Rate (CAGR) of 15.7% because of the increasing demand for combined high-performance order and billing and payment software.</p>\r\n<p style=\"text-align: justify;\">An efficient and hi-end AI-powered <a href=\"https://staging.subscriptionflow.com/\">subscription management software</a> like SubscriptionFlow is the answer to all the solutions. It has provided many advantages to users in the forms of reduced initial setup cost, multiple billing models support with pice optimization, options for payment processing, automated invoicing, and efficient subscription and customer management.</p>','Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing','','publish','closed','closed','','subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing','','','2021-05-18 13:09:09','2021-05-18 13:09:09','',0,'https://staging.subscriptionflow.com/?p=4837',0,'post','',0),(4841,1,'2021-04-21 09:05:42','2021-04-21 09:05:42','<p style=\"text-align: justify;\">Selling SaaS is a whole different science of subscription business, even. The SaaS sales cycles are expensive and are affected by the contributions of each subscriber. The best way to keep the recurring revenue intact without increasing the costs of acquisition is to offer the free version of the SaaS to the customers to experience ease.</p>\r\n<p style=\"text-align: justify;\">These free version of SaaS are known as Free Trials or Freemiums. These free versions are the keys to create an organic pool of users who become paid customers and then advocates to bring more users into the SaaS Sales Funnel.</p>\r\n<p style=\"text-align: justify;\">This article is your definitive guide to learn about the purpose, differences, and the impact of Free Trials and Freemiums on SaaS sales and which option is more appropriate to enlarge the pool with the paid customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/01/key-business-processes-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year/\">Key Business Processes, Key Resolutions—Gear up to Skyrocket the SaaS Subscription Growth This Year</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Free Trial And Freemium—The Kickstarters of SaaS Sales Funnel</strong></h2>\r\n<p style=\"text-align: justify;\">Both, SaaS Free Trials and Freemiums are not the things that can generate revenue streams but, they play a pivotal role in the SaaS sales funnel to draw the users that can eventually be onboarded as the potential paying customers and became the consistent sources of recurring revenue.</p>\r\n<p style=\"text-align: justify;\">As a GTM (Go-to-Market) product-led strategy, it takes SaaS to establish reputation and familiarity in the market. The Free Trials and Freemiums help them identify the bottlenecks in the business, pain points of the product, market needs, demands, and temperature, etc.</p>\r\n<p style=\"text-align: justify;\">What option suits best to accelerate the SaaS sales funnel depends upon the nature of the product, market type, demands, and requirements, SaaS company stability and feasibility, and some other factors.</p>\r\n<p style=\"text-align: justify;\">Some prefer Freemiums over Free Trials, whereas for some, Free Trials perform best. The industry practice is SaaS with a lower price tag, simpler platform, wider customer base, and general need tends to opt for Freemiums. In retrospect, SaaS with a higher price tag, specialized function, and niche market are more inclined towards offering the Free Trials of the version to convince their users to switch to the paid version of the SaaS product.</p>\r\n<p style=\"text-align: justify;\">It can further be understood with the perspective of the type of the market. We can see often the free versions of the B2C SaaS that also has a wide B2B market are available as Freemiums. Examples include Grammarly, Skype, Google Apps, DropBox, etc. In contrast, the SaaS solutions focused on the requirements of B2B enterprise solutions offer free trials. These include Subscription Software, Sales and Marketing Automation and Management Software, OTT platforms, and more.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/01/how-saas-is-changing-the-way-businesses-work/\">How SaaS is Changing the Way Businesses Work</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Difference Between SaaS Free Trial and SaaS Freemium</strong></h2>\r\n<p style=\"text-align: justify;\">From the discussion so far, it is clear that SaaS Free Trials and Freemiums are not the same. So, what are they and how they are different from each other? Let’s dive into the form and nature of these free versions of the SaaS.</p>\r\n<p style=\"text-align: justify;\"><strong>SaaS Free Trials</strong></p>\r\n<p style=\"text-align: justify;\">These are mostly the free versions of the SaaS focused on B2B with complex functions, requirements, and a set of enterprise business solutions. These SaaS offer their free versions as the free trial of their original premium product, often, with all the features and tools to allow the businesses to experience the performance and the management. These Free Trials are often required to provide payment information, business email and other contact information, and offer guided demos to provide more understanding of the product and tools. However, some B2C SaaS also offer free trials that include the names Netflix, Vimeo, Gated Content, Medium, etc.</p>\r\n<p style=\"text-align: justify;\"><strong>SaaS Freemiums</strong></p>\r\n<p style=\"text-align: justify;\">These are often the free versions of the SaaS premium products with B2C focused. They provide simpler solutions for different needs. They are available as free versions of the SaaS with limited features, time, or usage. But, this is no thumb rule. Several B2B SaaS also offer the Freemiums as a part of their branding strategy. Freemiums usually does not require the user to enter the payment information, but they can be asked to sign-up for the freemium with public or business email and/or contact details.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/saas-and-subscription-based-startups-are-more-prone-to-business-risks-learn-how/\">SaaS and Subscription-Based Startups are More Prone to Business Risks, Learn How</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>What Should Be Your Choice To Get More Paying Customers?</strong></h2>\r\n<p style=\"text-align: justify;\">A recent <a href=\"https://static.vhx.tv/Vimeo_OTT_ebook4.pdf\">study</a> by Vimeo, a leading OTT platform, revealed that the free trial of the platform helped them gain more paying subscribers. According to their data, the free trial conversion rate is boosted up to 60%. The Vimeo report suggests that the free-trials conversion rate is quite appreciating in the video industry, however, the rates are different for SaaS across the industries.</p>\r\n<p style=\"text-align: justify;\">Several studies also suggested that providing payment information also increases the Free Trial conversion rate up to 20 percent. In contrast, <a href=\"https://blog.hubspot.com/service/freemium#:~:text=As%20mentioned%20earlier%2C%20freemium%20conversion,out%20of%20your%20freemium%20model.\">HubSpot</a> reports that freemium conversion rates generally fall somewhere between 2% to 5% on average. Again, Slack reported a<a href=\"http://www.nirandfar.com/2014/11/slack.html\"> 30% conversion</a> in 2014.</p>\r\n<p style=\"text-align: justify;\">Opting for any of the free version of the premium product depends on the spread of the conversion rate. In general, free trials are seen served more, particularly, when are conditioned with providing the payment information.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>How Does SaaS Free Trial Help in Gaining More Paid Subscriptions?</strong></h2>\r\n<p style=\"text-align: justify;\">For a wide range of reasons, SaaS Free Trials are advocated as the boosters of the conversion rates. Here are the five most significant ways that make Free Trials prior choice to attract more sources of revenue in the sales funnel:</p>\r\n<p style=\"text-align: justify;\"><strong>SaaS Free Trial Structure</strong></p>\r\n<p style=\"text-align: justify;\">Different Free Trial structures are followed by the SaaS. Mostly, it is offered as the premium version but available for a limited time. Though some offer it as a free trial minus some exclusive features for a limited time. It is also available as a free trial that does not cut the cord when it expires, rather it switches automatically into a freemium—a basic version of the SaaS product. This is the way to keep the users connected and kept them in the loop to capitalize on later.</p>\r\n<p style=\"text-align: justify;\"><strong>Guided Demos</strong></p>\r\n<p style=\"text-align: justify;\">Usually, the free trials are the premium versions available for a limited time to use. As we already have discussed that the free trials are more focused on the B2B market and provide a set of solutions for enterprises. In these situations, the users appreciate more if free trials begin with the facility of the guided demo to explain how each module works and what solutions they can get from the SaaS.</p>\r\n<p style=\"text-align: justify;\"><strong>Consultancy for Personalized Solutions</strong></p>\r\n<p style=\"text-align: justify;\">The guided demo leads to another marketing opportunity that can influence the user and increases the likelihood of converting, even, before the trial expires is providing the consultancy for the customized solutions.</p>\r\n<p style=\"text-align: justify;\">For instance, <a href=\"https://staging.subscriptionflow.com/register/\">SubscriptionFlow</a> offers a two-week free trial version that gives users complete access to the premium product. In addition, the user can ask for a guided demo where they can be asked about their pain points and other trials. Our experts suggest to them how these can be dealt with well on our subscription management platform.</p>\r\n<p style=\"text-align: justify;\"><strong>Payment Information</strong></p>\r\n<p style=\"text-align: justify;\">SaaS free trials often ask users for the credit card information before beginning the trial versions of the SaaS premiums. The credit cards will not be charged until the free trial expiry. After the end of the free trial, users are shared with the plans that suit their budget and needs to subscribe. And if the user chooses to opt out, users can unsubscribe from the free trial. Providing the information qualifies the lead that has a great potential to convert to the paid subscriber.</p>\r\n<p style=\"text-align: justify;\"><strong>Usage Analytics</strong></p>\r\n<p style=\"text-align: justify;\">It is the monitoring and tracking of the usage of the free trial that also assists in closing the deal and learn more about the user. Trace the customer data points and figure out the reasons why he or she is going to stay and why not? Optimize the experience before the free trial expires and share the usage analytics with the users, too. So, they get to know how they are using the SaaS and how it is helping them to manage their work with minimum efforts in less time.</p>\r\n<p style=\"text-align: justify;\"><strong>Other Proven Ways to Convert More Free Trial Users Into Paying Customers</strong></p>\r\n\r\n<ul>\r\n <li style=\"text-align: justify;\">Make free trial user-friendly and highly customizable</li>\r\n <li style=\"text-align: justify;\">Offer valuable features as personalized solutions</li>\r\n <li style=\"text-align: justify;\">Share usage metrics with the free trial users</li>\r\n <li style=\"text-align: justify;\">Design plan for the end of the free trial</li>\r\n <li style=\"text-align: justify;\">Condition free trial with the payment information</li>\r\n <li style=\"text-align: justify;\">Offer perks on switching to the paid version before the free trial expiry</li>\r\n <li style=\"text-align: justify;\">Work on plan B to capitalize on free trials as well with exclusive paid features</li>\r\n</ul>','SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!','','publish','closed','closed','','saas-free-trial-vs-saas-freemium','','','2021-05-18 13:04:18','2021-05-18 13:04:18','',0,'https://staging.subscriptionflow.com/?p=4841',0,'post','',0),(4846,1,'2021-04-23 09:25:02','2021-04-23 09:25:02','<p style=\"text-align: justify;\">AI or Artificial Intelligence is considered the future of human communications, relationships, perceptions, and evolution. It may not replace human interaction but can ease their workload in different ways.</p>\r\n<p style=\"text-align: justify;\">Identification of logical reasoning in a set of data or automation of the repetitive tasks to be managed by machines, with lesser or no human intervention, are the prominent uses of machine learning in various industries for multiple purposes.</p>\r\n<p style=\"text-align: justify;\">Management, manufacturing, healthcare, education, transport, sports, media and communications, social networks, hospitality, construction, e-sports and gaming, retail and trade, banking, finance, governance, defence, and more—Artificial Intelligence is now being used across the fields.</p>\r\n<p style=\"text-align: justify;\">Statistics suggest that AI will contribute to the profitability of the businesses by up to 40% by generating an additional $18 trillion in revenue by 2035, whereas AI-based health applications are expected to save $150 billion annually for the US healthcare economy by 2026.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing/\">The Yoga Market Is Growing At An Exponential Rate-Learn How Yoga Subscriptions and Yoga Subscription Boxes Are Contributing In the Rise of Healthy Living</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>What AI is Meant in Fitness and Health Management?</strong></h2>\r\n<p style=\"text-align: justify;\">Artificial Intelligence in healthcare, fitness and mental health management not only minimizing the burden over healthcare across the world but also helps to maximize the outreach of healthcare facilities to patients in the far-flung regions.</p>\r\n<p style=\"text-align: justify;\">The emergence of AI-based medical assistance and healthcare support, such as telemedicine, virtual doctors, surgical robots, wearable health trackers, therapeutic mental health chatbots, IoT-powered fitness management, health tracking, and recovery monitoring gadgets and apps, routine tasks automation, etc. has opened the doors for better and extended living as well as cost-effective and efficient healthcare facilities for all.</p>\r\n<p style=\"text-align: justify;\">In the healthcare and well-being industry, Machine Learning and Deep Learning have done some wonders with unbelievable AI inventions and smart innovations. From <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-hospital-management/\">Subscription Management Software for Hospital Management</a> to AIoT-led health and fitness monitoring wearables, several AI initiatives are in progress, and some are already available in the market.</p>\r\n<p style=\"text-align: justify;\">This article overviews some of the healthcare revolutions, changing the landscapes of health, fitness, and well-being management:</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>IoT and AI-Based Personal Health Management Gadgets</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">IoT and AI-enabled health management devices are developed as personalized and intelligent gadgets with the ability to structure the data, identify the trends, and predict the behaviours and patterns.</p>\r\n<p style=\"text-align: justify;\">Some of the examples of IoT in health care include Remote-Patient Monitoring Devices, Glucose and Heart-Rate Monitoring Devices, Connected Inhalers, Connected Contact Lenses, Connected Hearing Aid, Cancer Detection Sensors and Devices, Robotic surgery, Body Scanning for Fitness, and more.</p>\r\n<p style=\"text-align: justify;\">The increasing use of these gadgets helps to reduce the costs and pressure on the healthcare sector and drive healthcare to the comfort of home.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"2\">\r\n <li>\r\n<h4><strong>Smart Fitness Wearables, Exercise Equipment, and Trainers</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Artificial Intelligence gives a huge boost to the <a href=\"https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments-this-is-why-gyms-yoga-and-training-centers-should-capitalize-on-subscription-based-services/\">fitness industry</a>. The advent of smart fitness wearables and exercise equipment, virtual fitness trainers, and fitness bots, integrated with deep learning models, natural language processing, and voice and image recognition modules, establishes a whole fitness arena.</p>\r\n<p style=\"text-align: justify;\">These wearables and exercise equipment connected with apps offer personalized fitness and well-being plans based on the data provided like personal details, health information, and fitness goals.</p>\r\n<p style=\"text-align: justify;\">These fitness gadgets and apps not only help in monitoring the workout sessions, calorie count, pulse rate, but they also collect the health data to analyze the irregularities in heartbeat, BMI, and more.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"3\">\r\n <li>\r\n<h4><strong>AI-Based Nutrition and Fitness Assistants and Trainers</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">AI-Based Fitness Initiatives like Virtual Fitness Assistants and Trainers are in their early phase and aimed to provide nutrition, fitness, and well-being programs, coaching, and assistance based on the patterns in the data collected.</p>\r\n<p style=\"text-align: justify;\">These virtual assistants can be used to plan, train, instruct, track, and monitor the diet and fitness goals in combination with physical as well as mental health monitoring. With the help of IoT-based drug management, these virtual trainers and assistants will be able to prescribe medications or offer first-aid assistance in emergencies.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"4\">\r\n <li>\r\n<h4><strong>AI-Based Therapeutic Conversational Interfaces or Chatbots</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">With the inception of conversational interfaces like Wysa, Woebot, and Ginger, some AI vendors made access to mental health and well-being management easy, acceptable, and affordable.</p>\r\n<p style=\"text-align: justify;\">The technology cannot eliminate the need for a real therapist, but, to some extent, it offers a substitute for mild and everyday mental health issues, including sleeping and eating disorders, stress, depression, insomnia, and others. Based on cognitive behavioural therapy, these bots provide scheduled and automated reminders and tips for better sleeping, living, eating, interactions and work management, and more.</p>\r\n<p style=\"text-align: justify;\">These chatbots are programmed to gather data such as signs, symptoms, and behaviours to analyze, recognize, or diagnose the problem. It could be used to remove the stigma to seek professional help and motivate people to visit a psychologist or psychiatrist.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"5\">\r\n <li>\r\n<h4><strong>AI-Based Behavioral Pattern Recognition</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Another category of AI-based mental health and physical well-being management includes AI-Based Behavioral Pattern Recognition Tools and Stack. These AI-initiatives are also in their preliminary stages and are emphasized to collect patient data, tracing anomalies in the patient’s personal, travelling, working, sexual, and interaction history, tracking the prevalence of the disease, monitoring the recovery, and predicting the accurate repercussions.</p>\r\n<p style=\"text-align: justify;\">Gathering biometric data like sleeping, eating, movement, digital exposure, and more allows the medical expert to diagnose the medical health condition of a patient, accurately and instantly. Though, it has few limitations and restrictions issues such as privacy and precision measurement concerns.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"6\">\r\n <li>\r\n<h4><strong>Workplace Well-Being Management</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Workplaces could be a healthier precursor or hazardous catalyst in managing the overall health and well-being of an individual. A healthy employee is a productive employee—this is why HR units are focused to use the technology powered by AI to manage their employees\' well-being as well as maintain healthy workplace relationships.</p>\r\n<p style=\"text-align: justify;\">With deep learning and natural voice processing, the wearables and stacks are being developed for a better workplace and employee’s relationships management. They can monitor and analyze the behaviour and emotions of the employees. And, allows them to self-manage the intensity of their anger, stress, irritation, frustration, and others.</p>\r\n<p style=\"text-align: justify;\">In addition to the well-being of employees, some AI vendors have also come up with the assistance of productivity-accelerated office interiors and design. These AI-based automated sensor systems can assess employees\' moods and analyze if they need a physical or environmental boost for more attention, mood management, and productivity. They can automate the natural light adjustments inside the premises during the daytime.</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"7\">\r\n <li>\r\n<h4><strong>Health Business and Billing Management</strong></h4>\r\n</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">AI is also playing a crucial role in healthcare, fitness, mental health management, and physical training businesses. Artificial Intelligence is, increasingly, being used for multiple standard business operations and management, including HR, admin, finance, billing, sales, marketing, product development, and customer support.</p>\r\n<p style=\"text-align: justify;\">AI is used in ERP, CRMs, production, bookkeeping, finance, sales, marketing, support, and other units across the business management departments. For Instance, the HR modules can use AI Metrics for the identification of employee behaviours, productivity, and punctuality. The predictive analysis is also used in sales pipeline management, inbound marketing management, and customer support services, etc.</p>\r\n<p style=\"text-align: justify;\">The health, well-being, and fitness subscription businesses use AI-augmented automation for recurring operations like invoicing, billing adjustments, payment processing, revenue management, data synchronization real-time subscription health management, risks detection and prevention, communications, customer support, and more.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/iot-led-subscription-monetization-smart-recurring-billing-can-create-connected-smarter-future/\">IoT-led Subscription Monetization—Smart Recurring Billing Can Create Connected Smarter Future</a></p>\r\n<p style=\"text-align: justify;\"><strong>Last Words…</strong></p>\r\n<p style=\"text-align: justify;\">This isn’t the ending, it is just the beginning. AI is empowering the healthcare, fitness, and mental well-being sectors as services and as an economy. Telemedicine and Telehealth made access to instant and efficient healthcare dream a reality. Deep learning is being used to combat health hazards such as pandemic outbreak predictions, drug management, mental health management access, virtual healthcare access, and management, etc.</p>\r\n<p style=\"text-align: justify;\">AI tools also support health businesses and organizations to automate their business operations, serve the patients remotely, attract the customer worldwide, and stream the healthcare economy.</p>','7 Ways AI & AI Tools Are Transforming the Healthcare, Fitness, and Well-Being Management Landscape','','publish','closed','closed','','artificial-intelligence-is-transforming-healthcare-and-good-management','','','2021-05-18 13:01:18','2021-05-18 13:01:18','',0,'https://staging.subscriptionflow.com/?p=4846',0,'post','',0),(4850,1,'2021-04-26 10:24:29','2021-04-26 10:24:29','<p style=\"text-align: justify;\">The emerging technologies and the new disrupting business models have empowered the business landscape like never before. From wholesale and retail businesses to SaaS and rentals, they are facilitating the merchants from across the avenues to explore revenue and growth opportunities for their businesses.</p>\r\n<p style=\"text-align: justify;\">The new-age subscription-based economy further paves the way for every business entity to flow a stream of recurring revenue along with the ease, convenience, and speed offered by the subscription management software as a consolidated platform that offers all in one place.</p>\r\n<p style=\"text-align: justify;\">It is not necessary that businesses with more resources, bigger team sizes, and an expanded customer base can only attain business excellence. Using an advanced, customizable, and affordable subscription management platform, businesses with limited resources and teams and a smaller customer base can also leverage the data to drive more revenue and growth into their subscription businesses.</p>\r\n<p style=\"text-align: justify;\">This article explores what are the different obstructions small businesses have to face and how the subscription management platform gives them the wing to fly high and keep themselves stable and profitable.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>How </strong><a href=\"https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-small-business/\"><strong>Subscription Management Software for Small Business</strong></a><strong> Is An Ideal Solution?</strong></h2>\r\n<p style=\"text-align: justify;\">When small subscription businesses dive into new markets to explore revenue and growth possibilities, the risks associated with subscription handling, data sharing, tax assessment, <a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\">online payment processing security</a>, market capturing, personalized customer services, and others become progressively real.</p>\r\n<p style=\"text-align: justify;\">To avoid these hurdles, a consolidated, simple, accessible, and flexible solution is required. The subscription management software for small businesses is an answer to all these concerns.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is apt for small businesses as it offers cloud-based recurring invoicing and billing experience to businesses, check-out, leads tracking and capturing, <a href=\"https://staging.subscriptionflow.com/2020/09/the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing/\">payment processing through multiple payment gateways</a> via several payment methods, and a highly customized dashboard with SaaS monitoring and reporting system for all the automated tools available at one platform.</p>\r\n<p style=\"text-align: justify;\">Here are a few ways that ensure the key businesses process management using a scalable, smart, and flexible subscription management software for small business:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h3><strong>Subscription Handlng and Subscribers Management</strong></h3>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">From organizing customer’s details and using the data from across the integrated platforms to capturing the lead and supporting the management of the sales and marketing funnel, CRMs play a huge role in facilitating the streamlined workflow. The built-in CRM of the subscription management software is one of the most effective tools in business processing management.</p>\r\n<p style=\"text-align: justify;\">Subscription software with an advanced CRM offers insights into the patterns, trends, and behaviours of the customers to learn more about the customer preferences and interests.</p>\r\n<p style=\"text-align: justify;\">The <a href=\"https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/\">analytics in the subscription software</a> uses this data to find key performing indicators called KPIs. These KPIs are used to monitor, measure, and manage recurring revenue. Some of the widely-used KPIs are MRR, ARR, CR, CAC, CRR, BNC, VC, and more.</p>\r\n<p style=\"text-align: justify;\">Integrating CRMs with communication management software is a great way to track, measure, and optimize communications across internal and external audiences.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h3><strong>Recurring Billing, Payment, and Revenue Management</strong></h3>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Subscription management software is also called recurring billing software.</p>\r\n<p style=\"text-align: justify;\">Today, the subscription management software is used as a one-stop destination to manage all in one place—from ordering, invoicing, billing, taxing, payment processing, and managing recurring revenue. It can manage it all through automation and integrations.</p>\r\n<p style=\"text-align: justify;\">SubscriptionFlow is a highly flexible subscription management platform that allows third-party integration to leverage the data from across the stacks and enhance the overall personalized customer experience for the businesses.</p>\r\n<p style=\"text-align: justify;\">Small businesses with constrained resources can use it without dedicating the resources, budget, workforce, and efforts. It is software that allows small businesses and startups to automate the whole process of recurring billing by eliminating the needs of doing repetitive tasks time and again.</p>\r\n<p style=\"text-align: justify;\">The subscription software integrated with online payment gateways makes it easier, safer, and faster to get paid. On the other hand, the <a href=\"https://staging.subscriptionflow.com/2020/10/leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate/\">Machine and Deep Learning trained modules</a> better detect the payment fraud risks using customer data available through the different integrated applications.</p>\r\n<p style=\"text-align: justify;\">Likewise, through a range of integration including Avalara, Sage Intact, Salesforce, and other—small B2B and B2C businesses can easily manage all their accounting, tax, inventory, finance, supply chain, and many other standard business operations.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h3><strong>Data-Driven Sales and Marketing Management</strong></h3>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">The sales and marketing dynamics of the subscription market is different from the other models of revenue. It is crucially based on customer retention. Subscription businesses have to focus more on retaining a customer by creating upsell, cross-sell, and resell opportunities for them.</p>\r\n<p style=\"text-align: justify;\">To manage inbound marketing, subscription software is quite flexible to integrate with multiple marketing applications like MailChimp, HubSpot, InfusionSoft, ActiveCampaign, and more.</p>\r\n<p style=\"text-align: justify;\">They are used to automate and manage the marketing operations and communications leveraging customer data from the subscription and other integrated software to draw traffic and attract sales prospects.</p>\r\n<p style=\"text-align: justify;\">Similarly, sales management software like PipeDrive, HubSpot Sales Hub, Salesforce, Quickbooks, and others can integrate with the subscription system quite well when it comes to capturing and managing the leads to convert them into paid customers.</p>\r\n<p style=\"text-align: justify;\">They help merchants to better concentrate on the factors that attract more revenue opportunities like price optimization, multiple billing models support multiple payment gateway requirements, and many more.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h3><strong>Customer Support and Services Management</strong></h3>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Customer Care is the most vital business process management. It ensures strengthen and enhanced customer relationships. When customer support and service SaaS integrates with the subscription management software, it supports the customer support with the detailed insights of the customer data, such as billing, payment methods, currencies, transaction history, SaaS usage, and more to help support agent resolve query tickets immediately.</p>\r\n<p style=\"text-align: justify;\">Integration of Support Management Software like ZenDesk allows customer support agent to take advantage of the following features and provide the best services while optimizing the data for:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Personalized Interactions</li>\r\n <li>Live Chat</li>\r\n <li>Email Support</li>\r\n <li>Customer Care AI-Bots</li>\r\n <li>Knowledgebase for Customer Service</li>\r\n <li>Call Centre Features</li>\r\n <li>Community Forums Features</li>\r\n <li>Workflow Configuration</li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\"><strong>To Sum Up…</strong></h4>\r\n<p style=\"text-align: justify;\">For any subscription or recurring billing business, it is inevitable to go with the automated subscription billing and payment management software that can help subscription businesses systematically continue their recurring billing and payment collection without dedicating resources and hefty expenses.</p>\r\n<p style=\"text-align: justify;\">The subscription management software automates the whole process of invoicing, billing, payment processing, and recurring revenue management through secure and reliable integrations.</p>\r\n<p style=\"text-align: justify;\">Integrations is a solution to manage all as one window operations. They ensure that the business decisions are based on actual business data and insights. They are also capable to fairly share the data across the platforms.</p>','Leverage Subscription Management Platform for One-Window Operations and Attain Business Excellence','','publish','closed','closed','','leverage-subscription-management-platform-for-one-window-operations','','','2021-05-18 12:58:58','2021-05-18 12:58:58','',0,'https://staging.subscriptionflow.com/?p=4850',0,'post','',0),(4856,1,'2021-04-30 07:48:08','2021-04-30 07:48:08','<p style=\"text-align: justify;\">Gone were the days when artificial intelligence is a tall tale of science-fiction literature and movies. With the inventions like Alexa, Siri, and other devices that can easily process natural language, recognize voices, and coordinate, accordingly, it is a household now.</p>\r\n<p style=\"text-align: justify;\">The landscape for the implementation of artificial intelligence has also been getting bigger and better in business management. From workplace automation to the optimization of marketing and sales campaigns to building an efficient workforce, artificial intelligence is taking over business processes management from ordinary to ground-breaking functions.</p>\r\n<p style=\"text-align: justify;\">This article condenses how the disrupting enterprise cognitive technologies are optimizing the business processes with data automation, decision optimization, machine analysis, and others.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/03/ai-technology-has-empowered-businesses-to-excel-in-the-saas-market/\">AI Technology Has Empowered Businesses to Excel in the SaaS Market</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Impressions of Artificial Intelligence on Business</strong></h2>\r\n<p style=\"text-align: justify;\">Businesses are showing more interest in adapting AI-powered technologies for monetary gain and optimized business process management as it can not only reduces the operational costs but also allows them to increase the productivity of their employees, stream more revenue, and enhance the overall customer experience. From manufacturing, inventory, and supply chain to HR, sales, marketing, and support, artificial intelligence is maximizing the capacities of the teams and managers.</p>\r\n<p style=\"text-align: justify;\">Let’s have a quick look at how artificial intelligence is influencing and impacting the business workflow and their management:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>AI allows the business workflow to save its resources by automating everyday tasks.</li>\r\n <li>It helps to boost employees\' efficiency and overall productivity.</li>\r\n <li>AI using cognitive technologies help businesses to make faster decisions and deeper insights into numbers and patterns.</li>\r\n <li>AI systems if programmed appropriately are free from everyday ‘human errors’ or manual working mistakes and system faults.</li>\r\n <li>AI is the major precursor to devise personalized customer experiences and use them to retain customers.</li>\r\n <li>AI made the data more valuable and more significant to grow customer engagements.</li>\r\n <li>AI is doing wonders in optimizing data-driven sales, marketing, and customer support management.</li>\r\n <li>AI enables managers and executives to intelligently analyze the data or critical situations and recommend the best advice or support based on data.</li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\"><strong>Artificial Intelligence for Business Management and Workflow Automation</strong></h3>\r\n<p style=\"text-align: justify;\">AI is a futuristic opportunity that enables organizations to collect, structure, segment, filter, interpret, and explain the patterns, trends, and behaviours in different sets of data.</p>\r\n<p style=\"text-align: justify;\">AI, when combines with other technologies, gives more detail to the data. Today, AI is serving across business operations. We will see here, how artificial intelligence is upscaling the overall efficiency of each unit for smart business management.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Workplace Automation</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Artificial intelligence makes machines work smartly in conjunction with human intelligence. From invoicing and billing to recurring payment collection to email and chat communications, hundreds of manual activities in a predictable and structured environment can easily be automated. AI enables your employees to automate their repetitive tasks and spend their time and effort on other more productive tasks without having to worry about mistakes or technical glitches.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Advertising and Marketing</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">AI is increasingly taking over the marketing and advertising sectors. Inbound marketing has changed customer engagement like never before. With automation, predictive analytics, self-learning, and recognition features, the advertising and marketing industry is making more sense in creating a personalized customer experience to draw more and more leads.</p>\r\n<p style=\"text-align: justify;\">AI-based marketing tools are enriching the marketing world with greater insights into the customers\' data, such as purchasing habits, shopping interests, payment history, location, etc. and managing customer-centric step-by-step marketing and advertising campaigns.</p>\r\n<p style=\"text-align: justify;\">Automating the marketing workflow is also a significant aspect of AI. On the flip side, automated marketing enables marketers to never lose sight of prospective clients. AI allows them to identify, segment, filter, tag, and prioritize customer engagements. Automated email marketing has been in the use by businesses of all sizes to keep in touch with customers. It is now easier, simpler, faster, and triggered.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/\">AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations</a></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Sales Management</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Increasing sales is the primary goal of any business activity. Sales require continuous vigilance, cooperation, and coordination, with the internal as well as the external audience. Managing a sales pipeline is not only about cracking a deal, but it also involves maintaining the after-sales relationship to ensured customer retention.</p>\r\n<p style=\"text-align: justify;\">The integration of AI to manage the sales team and workflow gives a full-fledged boost to revenue growth prospects. Artificial intelligence fuels up activity-based channelling.</p>\r\n<p style=\"text-align: justify;\">AI-based Sales applications are used to channel, schedule, organize, communicate, track, monitor, and report the whole sales cycle with intuitive analytics.</p>\r\n<p style=\"text-align: justify;\">Artificial intelligence-driven automation helps sales teams, managers, and executives great assistance in managing everyday tasks fast. For instance, convenience like automated personalized tips or sales action recommendation keep the sales agent alert for potential translation of a lead into a customer.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/5-ways-ai-based-subscription-management-software-is-remodeling-revenue-management-with-price-optimization/\">5 Ways AI-Based Subscription Management Software is Remodeling Revenue Management with Price Optimization</a></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Billing and Finance Management</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Incorporating transparency and efficiency, artificial intelligence has revived accounting, billing, and financial management with automation. Automated invoices, payment processing, revenue management, cash flow monitoring, tracking, and reporting, etc. are now the tasks that do not need consistent attention and effort.</p>\r\n<p style=\"text-align: justify;\">Artificial intelligence with the integration of payment processors can help identify anomalies in customer payments history, risks associated with online payment, fraudulent transactions, and more. Not only this, but it can also offer data-driven recommendations, risks mitigations, and clustered-problems solutions.</p>\r\n<p style=\"text-align: justify;\">AI analytics are used to identify revenue leakages, track inflow and outflow of the cash, predict customer engagement, and monitor payment processing in real-time.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Customer Support</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">A more personalized experience draws more customer engagement. AI has widely been used across the customer service and support sector to provide its customers with a stellar customer experience. Assisting customers with automated replies to customers\' queries, complaints, and concerns bring more ease and engagement.</p>\r\n<p style=\"text-align: justify;\">Chatbots, automated notification, and reminders, instant ticket management, pre-tailored response, personalized interactions, computerized email support, programmed customer service search history, and others are some of the prime features of the use of AI in customer support.</p>\r\n<p style=\"text-align: justify;\">The customer care AI bots in real-time can access the knowledge base and guides to help customers resolve their concerns.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>\r\n<h4><strong>Employees Management</strong></h4>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Human Resource is harnessing the power of artificial intelligence in talent acquisition, employee recruitment, and internal and external audience management.</p>\r\n<p style=\"text-align: justify;\">Using the deep learning-based AI algorithms for business-related data, workflow automation can be achieved to the extent that the work of a whole department can be shrunk to an automated computer processing task.</p>\r\n<p style=\"text-align: justify;\">AI-enabled machine learning automation has been improving talent acquisition, employee recruitment, and existent employee productivity. It is a key catalyst in selecting and combining the right people with the right team.</p>\r\n<p style=\"text-align: justify;\">Similarly, selecting and managing the external public other than customers like vendors, retailers, suppliers, and dealers are also becomes easy and reliable with the data-based evaluation and engagement.</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Risks and Limitations of Artificial Intelligence In Businesses</strong></h3>\r\n<p style=\"text-align: justify;\">It seems like AI knows no boundaries and restrictions, but it does have some limitations. AI is not the replacement of the human. Instead, it makes man-machine relations better and efficient. If it is enough efficient to save time and resources, it also has some challenges that can increase the potency of a few risks, such as:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>AI is nothing without data—the inconsistent and poor-quality data makes no sense to AI and is a challenge for posing risks to the result.</li>\r\n <li>Implementing AI technologies requires skill sets, data experts, and training resources.</li>\r\n <li>AI, initially, is a cost-driven technology.</li>\r\n <li>Usability and inter-dependability of the system with other systems and networks</li>\r\n <li>AI might pose the risks of privacy infringement, lack of transparency, and technological complexity.</li>\r\n <li>AI Algorithmic bias is more complicated to deal with than human bias.</li>\r\n</ul>\r\n<h4 style=\"text-align: justify;\"><strong>Bottom Line;</strong></h4>\r\n<p style=\"text-align: justify;\">Every technology has its pros and cons so does artificial intelligence has. But, artificial intelligence is a technology that in its current and preliminary phase has already established its authority and eligibility to drive a smart reshaping of the business trends.</p>\r\n<p style=\"text-align: justify;\">No matter what the size, model, niche, and type of the business, implementing artificial intelligence in the business workflow across the departments becomes the need of the hour. It already has given rise to the highly competitive world of productivity, customer engagement, and growth.</p>','Artificial Intelligence Is Innovating the Drive For Business Process Optimization','','publish','closed','closed','','ai-is-greasing-the-wheels-of-efficiency-for-business-management','','','2021-05-18 12:56:59','2021-05-18 12:56:59','',0,'https://staging.subscriptionflow.com/?p=4856',0,'post','',0),(4864,1,'2021-05-05 10:57:17','2021-05-05 10:57:17','<p style=\"text-align: justify;\">It has not been long that businesses have started understanding and acknowledging the role of customer success in customer retention, smooth business process management, and ultimately, business growth. In a decade only, the customer success job has evolved and gained traction from mere account management to a dedicated business process that streamlines the workflow for other business processes as well.</p>\r\n<p style=\"text-align: justify;\">In our previous articles, we already have explored what customer success is, and have argued how important is it to prioritize customer success for the growth of your recurring revenue business. This article takes on the purpose of customer success and the key roles the customer success teams and managers play in keeping the customer base intact and profitable.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Understanding the Customer Success in Subscription Management</strong></h2>\r\n<p style=\"text-align: justify;\">The world is rapidly moving towards the business model based on users. Borrowing, rentals, leasing, and subscriptions are the new ways to get access to the products or services. The availability of these on a recurring basis keeps the customer associated with a business for a longer period. As long as the customer is using the product or services, it is considered an alive and potential source of revenue earning in the process of subscription management.</p>\r\n<p style=\"text-align: justify;\">This is why understanding the customer success in subscription management requires comprehending the sales funnel of the subscription business. It does not narrow down and end when the subscriber buys a subscription, in fact, it transforms into another downward funnel beginning with onboarding, proceeds to upsells or cross-sells, ensures customer retention in the end.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-4886\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/05/role-of-customer-success-1.jpg\" alt=\"role-of-customer-success\" width=\"1080\" height=\"1080\" /></p>\r\n<p style=\"text-align: justify;\">The role of customer success begins when the customer shows intent to become a part of your subscription ecosystem. From acquisition to onboarding to upgrading to retaining, it is the customer success department that shows its determination and commitment towards the interests of the customer for its success and aligns departments on the customer success strategies.</p>\r\n<p style=\"text-align: justify;\">As we can see in the top and bottom funnels of the subscription business, it has a more crucial part to play in customer retention and extending the customer lifetime value. The role is not limited to nurturing the customer relationships and expectations and managing the sales accounts for their clients, it is more oriented towards providing a smooth customer experience from across the departments by streamlining communication, coordination, and collaboration at every interaction point of a business.</p>\r\n<p style=\"text-align: justify;\">Customer success teams or managers would eye on some significant customer stats and analytics to make their moves, removes frictions from their customer’s subscription pathways, and ensure their success which includes:</p>\r\n\r\n<ul>\r\n <li>The position of the member in a lifecycle</li>\r\n <li>The phase progress of the customer lifecycle</li>\r\n <li>The Cost of Acquisition (CAC) of a customer or their customer base in a quarter or year</li>\r\n <li>The Average Revenue Per Unit or Per User</li>\r\n <li>The interval between acquisition and profitability</li>\r\n <li>Importance of referrals</li>\r\n <li>The frictions in a subscription lifecycle that can cause churn</li>\r\n <li>The extra mile support to make the most of the product</li>\r\n <li>The upsell/ cross-sell opportunities</li>\r\n <li>The likelihood of re-subscription and the approach</li>\r\n <li>And more.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/\">Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!</a></p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>The Key Roles of Customer Success</strong></h2>\r\n<p style=\"text-align: justify;\">The ultimate goal of customer success in the subscription management process is to become the advocate of the customer in order to keep the retention rate high and revenue streaming strong. And, the customer success managers ensure customer satisfaction, facilitate them with success in their requirements and needs, and bring more revenue from the retained clients by influencing them for upsells, cross-sells, or re-sells.</p>\r\n<p style=\"text-align: justify;\">These goals can be achieved by defining the different roles of the customer success at different stages that include:</p>\r\n\r\n<ul>\r\n <li>Taking customers on board by providing them all the tools and training to begin their journey with your product.</li>\r\n <li>Providing customized training and tech. support helps to build personal relationships with them. Helping them with exclusively tailored business solutions related to your product convinces them to continue using your product.</li>\r\n <li>Gathering and leveraging customer feedback is also an essential task customer success managers or teams do. It allows them to analyze the pain points, business opportunities, and insights for product development, sales, and marketing teams.</li>\r\n <li>Strengthening the communications with customers is the key to keep them connected. Instant availability of support via any means adds value to your services.</li>\r\n <li>Customer Success Managers or CSM is an advocate to the customer. Advocating for the customer interests makes him a valuable source to develop a customer-oriented approach.</li>\r\n <li>Customer accounts management refers to the management of the sales, upsells, cross-sells, and resells opportunities associated with a customer. It also deals with recurring billing and payments management and the required guidance and support.</li>\r\n <li>Customer success also has a role of a firefighter. It is the source of the extinguishment that resolves the customer disputes from the end of a company.</li>\r\n <li>Keeping an eye on the subscription lifecycle and <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics</a> enables the customer success managers to detect anomalies in the health of a subscription. The CSM can detect the bottlenecks in the upgrade of a subscription, identify the revenue leakages and their reasons, and formulate strategies to mitigate them.</li>\r\n <li>It is also the job of the customer success team to keep their customers updated for any of the latest development in the product or company related to customers, their billing or payment statuses, etc.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/7-secret-ingredients-to-take-over-the-market-and-chase-stellar-saas-customer-experience-the-right-way/\">7 Secret Ingredients to Take Over the Market and Chase Stellar SaaS Customer Experience the Right Way</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Embracing the Customer Success</strong></h3>\r\n<p style=\"text-align: justify;\">Now, when we have understood the role of the customer success and customer success managers in providing success to the customers and company, it is more important to learn how to embrace the role and make it functional at every customer interaction points. Here are the simple ways that can help you to create and designate dedicated place and role for the customer success teams or managers:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Identifying and Defining the Objectives of Customer Success</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">The role of customer success seems to have coincided with many jobs for sales, marketing, support, finanaces, etc. However, the SaaS companies must know to differentiate between their roles by identifying and defining their objectives. From acquisition to retention, the customer success teams or managers coordinate and collaborate with different departments and communicate with customers as well. They are here to remove frictions from the processes.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Building a Robust Customer Success Team</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Customer success can be established as a dedicated department or the role can be assigned in every department. Each company has to roll out its approach to build a team around customer success. In general, there are four different types of CSMs:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Domain Experts</li>\r\n <li>Technical Experts</li>\r\n <li>Consulting and processing Experts</li>\r\n <li>Organization and Execution Management Experts.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Recruiting the right talent for customer success management requires having a propensity for customer success in the line with the success of the company. Moreover, equipping them with the right tools and training improves their tendency to deliver.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Segregating and Outlining the Customer Success Managers’ Roles</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">The broad categorization of the customer success goal is not enough. Segregating and outlining their roles in each department or at each stage enables them to gain insights into the customer needs and provide the solutions, accordingly.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li><strong>Empowering the Customer Success Managers</strong></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Customer success manager is required to be equipped with necessary tools and training that include real-time access to the subscription management platform, sales and marketing pipelines, customer support and services, etc. Creating an onboarding process further streamlines their jobs. Above all, segmenting your customers and assign the segment to a customer manager brings more efficiency in customer success management and improves overall retention rates.</p>\r\n<p style=\"text-align: justify;\">Also Read:<a href=\"https://staging.subscriptionflow.com/2021/04/leverage-subscription-management-platform-for-one-window-operations/\"> Leverage Subscription Management Platform for One-Window Operations and Attain Business Excellence</a></p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>Help Your Customers Succeed—Extend the Customer Lifetime Value</strong></h3>\r\n<p style=\"text-align: justify;\">Business thrives when the customer successes. Striving for the success of the customer is the way to build a bigger and better subscription business with more revenue and customers. The more customers are satisfied, the better the reputation of the business will be.</p>\r\n<p style=\"text-align: justify;\">Customers having a good experience at every stage of their lifecycle can become a great source of referral and advocacy for B2B as well as B2C businesses. It ultimately reduces the marketing and sales efforts and resources to acquire more customers and accelerates the revenue growth without expanding more resources into business processes or customers.</p>\r\n<p style=\"text-align: justify;\">This is why your customer success manager is the chain that binds the success of customers with the success of your company. The CSMs make sure that every customer gets the most of your product and service and plays role in the success of your company, too.</p>\r\n<p style=\"text-align: justify;\">Hire, equip, and retain the right talent for customer success and prepare them for wearing multiple hats and provide the best support, experience, and service and tap success for them.</p>','The Role of Customer Success in the Subscription Business and How to Embrace It to Excel?','','publish','closed','closed','','the-role-of-customer-success-in-the-subscription-business','','','2021-05-18 12:26:48','2021-05-18 12:26:48','',0,'https://staging.subscriptionflow.com/?p=4864',0,'post','',0),(4870,1,'2021-05-10 11:26:43','2021-05-10 11:26:43','<p style=\"text-align: justify;\">Nowadays, people don’t want to clutter their houses with things that have a one-time utility. Such a minimalist approach triggered the need for a hard form of a newspaper to be replaced by the e-papers, movie, and music CDs with cloud-based services.</p>\r\n<p style=\"text-align: justify;\">With time, customer behaviour changed, and this change urged different businesses to consider a subscription or recurring billing for the future. Today, many analysts predict a hopeful future for those companies that align their business growth through recurring revenue streams. Following are the reasons that attract different businesses towards recurring billing:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Predictable revenue</li>\r\n <li>Business stability</li>\r\n <li>Maximum utilization of resources</li>\r\n <li>Better customer experienced</li>\r\n <li>Option to cancel the subscription</li>\r\n <li>Diverse prices for different types of subscriptions</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">There are a lot more reasons to opt for recurring billing, however, the shift from a one-time payment method to recurring billing is not easy. You must have a holistic plan to shift your business to subscription billing. In 2021, you must consider the following factors before adopting the recurring billing model.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Not All Business Are Made for Subscriptions</h2>\r\n<p style=\"text-align: justify;\">Recurring billing is one of the leading business models but you cannot negate the fact that every business type is not suitable for subscriptions. When you are considering subscription billing for your business:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Analyse the nature of your business</li>\r\n <li>Research about subscriptions models in detail</li>\r\n <li>See where would you stand after 5 years with your subscription billing model</li>\r\n <li>It is better to run a pilot test before you adopt recurring billing</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">If you act the way mentioned above, it will be easier for you to decide whether you need subscriptions or not. For example, one cannot think of subscriptions for pest extermination services and shaving equipment but some companies offer subscriptions for such products and services and have pretty smooth recurring revenue streams. So, you need to analyse the market and plan things to come up with a subscription billing strategy that not only works today but boosts your business in the future as well.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments-this-is-why-gyms-yoga-and-training-centers-should-capitalize-on-subscription-based-services/\">Fitness Industry is Proliferating with Automated Recurring Payments-This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">It Takes Time & Investment to Set Up Recurring Billing Model</h2>\r\n<p style=\"text-align: justify;\">If you believe that recurring billing adoption is a process that completes in a few days and starts generating revenue within months, then you are living in a fantasy. Let us bring you back into the world of reality. Adopting the recurring billing model not only takes time but can be tiring as well. Why adopting recurring billing can become a bottleneck for businesses?</p>\r\n<p style=\"text-align: justify;\">It is because every business has its own requirements and one has to follow a custom approach to adopt subscription billing. No matter how well you plan, some challenges would come up once you start using subscription billing. Many businesses claim that their workload and complexities in business operations have increased with the adoption of the subscription billing model. So, you need patience and robust planning if you want to go for recurring billing.</p>\r\n<p style=\"text-align: justify;\">Also Read:<a href=\"https://staging.subscriptionflow.com/2021/04/expand-mrr-for-your-saas-business-growth-in-2021/\"> Leverage Subscription Management Software-Expand MRR for Your SaaS Business Growth in 2021</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Better Customer Experience Should Be Ensured</h2>\r\n<p style=\"text-align: justify;\">Do you know what is the backbone of the recurring business model? It is the customer experience. You need subscribers for the success of your recurring business model. Subscribers need to be lured and customer experience is the foremost thing to lure your potential customers. Whenever you plan to adopt recurring billing, devise strategies to entertain your customers in the best possible way.</p>\r\n<p style=\"text-align: justify;\">You can get feedback from your customers and improve your products and services. It is better to track the customer journey and analyse the customer data to come up with effective plans for subscriptions and subscription marketing. Customers hailed subscriptions because they could avoid sticking to the products that they used to buy through single-payment methods. Now they can simply cancel the subscription if they are unsatisfied with the services. Improve the customer experience every day and reduce churn.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/get-subscription-software-for-your-marketing-agency/\">Want to have Happy Customers? If So, Get Subscription Software for Your Marketing Agency</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Dunning Should Be Part of the Plan</h2>\r\n<p style=\"text-align: justify;\">You cannot run a subscription or recurring billing model without considering dunning. Most of the subscription fees are paid through credit cards and the problem is:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Credit cards can be lost</li>\r\n <li>They can expire</li>\r\n <li>They can get cancelled</li>\r\n <li>Credit cards have spend-limits</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">So, you cannot expect that money enters smoothing into your recurring revenue stream. You must communicate with your subscribers via emails, messages, and calls to deliver messages and notifications regarding the subscription fee that they need to pay. You can also offer premium subscriptions to your loyal subscriptions. When you run a subscription billing model, it is your responsibility to track the causes of declined payments. However, you can opt for dunning management services offered by various companies.</p>\r\n\r\n<h2 style=\"text-align: justify;\">From Freemium to Free-Trial of Premium, Offer Right GTM Strategy</h2>\r\n<p style=\"text-align: justify;\">Many companies are entering the market and competition is increasing at a rapid speed. SaaS Companies with recurring billing model offer fermium or free versions to attract customers.</p>\r\n<p style=\"text-align: justify;\">Selecting any of the GTM strategy depends on the nature of your product, market size, and customer demand.</p>\r\n<p style=\"text-align: justify;\">Learn more about which option works best for you in our latest read here:</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2021/04/saas-free-trial-vs-saas-freemium/\">SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!</a></p>\r\n<p style=\"text-align: justify;\">Freemium Free Trails, both work. It is just recurring billing is different from conventional billing types and when businesses offer a freemium or free trial without a workable plan, they have to bear the loss. Though the customer is important, you need to wisely plan free GTM strategies to establish a stable and consistent recurring revenue stream.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/subscription-management-and-cfos-facts-and-impacts/\">Subscription Management and CFOs – Facts and Impacts</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Customers Might Not Have An Instant Interest in Your Services</h2>\r\n<p style=\"text-align: justify;\">Even if you have made a flawless recurring billing plan and succeed in opting for this business model, you cannot expect customers to instantly get on board. Sometimes, Freemiums or free trials, the best customer care, and timely customer support fail to get customers as much as you expect. You plan things with the perspective of earning more revenue but customers have to think about whether they need a subscription for your services or not.</p>\r\n<p style=\"text-align: justify;\">When you adopt the recurring billing model, coordinate with your marketing team. Your marketing campaign will help in conveying the idea that how valuable your services are and why do people need them.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a></p>\r\n<p style=\"text-align: justify;\">The one-time payment methods are indeed becoming obsolete in 2021 and onwards but when you adopt recurring billing, there are many new challenges that you have to face. However, you can minimize these challenges with robust subscription management software like <a href=\"https://staging.subscriptionflow.com/contact/\">SubscriptionFlow</a>. Not only the software but there is a team of professionals at the platform of SubscriptionFlow to help you with your recurring billing model.</p>','You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards','','publish','closed','closed','','you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards','','','2021-05-18 12:21:56','2021-05-18 12:21:56','',0,'https://staging.subscriptionflow.com/?p=4870',0,'post','',0),(4874,1,'2021-05-18 11:48:41','2021-05-18 11:48:41','<p style=\"text-align: justify;\">Many analysts opine that subscription is going to be the leading billing model in the future. There are many businesses that you cannot even think that they can run on subscriptions are opting for recurring billing. They are successfully earning through their recurring revenue streams. However, just like any other billing model subscriptions have their own constraints. One of the major stumbling blocks for subscription-based businesses is payment recovery.</p>\r\n<p style=\"text-align: justify;\"> Many subscribers use credit cards to pay their subscription fee and your subscriber can:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Reach spending limit of the credit card</li>\r\n <li>Lose his credit card</li>\r\n <li>Get credit card stolen</li>\r\n <li>Have his credit card cancelled</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">So, you need to communicate with clients regarding payment of the subscription fee and this method of communication for the sake of recovering payments is called dunning. There are dedicated platforms and appropriate ways to communicate with the clients for payments. If you have a smart dunning management plan, it can play a pivotal role in improving customer relationship, increasing payment recovery, and reducing churn. SubscriptionFlow is not only a cloud-based invoicing software but also offers an effective tool for dunning management. The dunning process works in the following manner to <a href=\"https://staging.subscriptionflow.com/dunning-management/\">help you recover payments</a>.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Dunning Payment Retry</h2>\r\n<p style=\"text-align: justify;\">Though banks have provided online transaction facilitation, it is a complex process that involves a trail of events at the back end. Sometimes when a subscription billing system tries to make a transaction for the subscription fee, it fails. There can be a miscellaneous reason for the failure of payment e.g. maintenance of the bank accounts and expiration of credit cards etc. A robust dunning management system as an integrated part of your subscription billing system does not place the user account in the list of unpaid users instantly rather it tries again for the payment recovery after some time.</p>\r\n<p style=\"text-align: justify;\">You can make a payment retry schedule for your subscription business. There can be various payment failure scenarios that you must consider when making the schedule to retry to recover payment.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Timely Notification for the Customer</h2>\r\n<p style=\"text-align: justify;\">Effective communication with the customer is the basis of smart dunning. If the transaction fails or in case of any other issue regarding payment for subscriptions, your customer must receive in time notifications about it. Moreover, the language that you use for notifying the customer about the issue with his credit card or bank account must not rebuke or scare him. You should notify as well as pacify customers so as to maintain a good customer relationship because it is always worrisome for people when it comes to money-related problems. With SubscriptionFlow dunning management tools, you can customize and automate dunning notifications as per your business needs.</p>\r\n<img class=\"aligncenter size-full wp-image-4879\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/05/inner-image-01-1.jpg\" alt=\"\" width=\"1200\" height=\"800\" />\r\n\r\n \r\n<h2 style=\"text-align: justify;\">Brief Call to Action</h2>\r\n<p style=\"text-align: justify;\">Suppose there were some issues in the online payment of the subscription fee and you have notified your customer about it through your dunning management software. Now what? Your client must be provided with the solution and you can offer this solution in the form of a call to action. Depending upon the issue you can ask customers to:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Update information</li>\r\n <li>Add new card</li>\r\n <li>Look into the spending limit of the credit card</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">There can be a lot more options and if you want to reduce churn and want to maintain a long-term customer relationship, customise notifications and do not forget to add a brief and relevant call to action to help your customers regarding their payments.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Follow-Up Dunning Emails</h2>\r\n<p style=\"text-align: justify;\">Modern lifestyle keeps people busy and there is a chance that the first dunning email your system sends is ignored by the customer or there can be many other reasons that customers do not respond to these emails. The dunning notification system of many companies stop working here but you need to be better than others. Connect with your customers through dunning emails and remind them more than once about the payment failure through their account. If you offer your customers some time to clear their payments, then mention it in the dunning emails that you send them. Your follow-up dunning emails will not only help you in recovering revenue but will also help the customers to pay for subscriptions timely.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/06/why-is-dunning-process-more-important-during-pandemic-and-how-saas-businesses-are-recovering-revenue-with-subscriptionflow/\">Why is Dunning Process More Important during Pandemic and How SaaS Businesses are Recovering Revenue with SubscriptionFlow</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Proactive Approach</h2>\r\n<p style=\"text-align: justify;\">When you are devising a dunning management plan, you need to have a proactive approach. If the credit card of your customer has got stolen or cancelled then it is obvious that you can do nothing much except you can only notify customers about it. However, when it is the case of credit card expiration, you need to act proactively. You must send dunning emails to your customers beforehand about the credit card expiry dates so that the customer can resolve the matter in time and you get your payments recovered. There are many other occasions when your proactive approach can save you from late payments and churn (in the worst case).</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com.pk/2020/09/learn-how-automated-recurring-billing-can-help-managed-services-providers-to-optimize-revenue-collection/\">Learn How Automated Recurring Billing Can Help Managed Services Providers to Optimize Revenue Collection</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Grace Time for Late Payments</h2>\r\n<p style=\"text-align: justify;\">It is an accepted fact that acquiring a customer is costlier and more tiring than retaining the customers. So, you must try your best to retain customers. If a customer fails to pay the subscription fee on time because of payment failure, you can give him some grace time to look into the matters. This way you can make your customers realize that they are important and you can strengthen a lasting customer relationship by offering them grace time to pay the subscription fee. You can define this grace time according to your business requirements.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Reduction in Involuntary Churn</h2>\r\n<p style=\"text-align: justify;\">Many businesses invest a lot in analyzing data and they use this analysis to devise policies so as to reduce churn. Do you know dunning management can help you reduce churn? When you communicate effectively with customers for payment recoveries the chances of the operational complexities – a leading cause of involuntary churn - reduce. Ultimately, the rate of cancellation of subscriptions reduces. Methods like customized & automatic dunning notifications and predetermined payment retry schedule play important role in reducing churn.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/everything-you-need-to-know-about-dunning-management-for-saas-business-and-how-it-can-reduce-churn/\">Everything You Need to Know about Dunning Management for SaaS Business and how it can Reduce Churn</a></p>\r\n<p style=\"text-align: justify;\">If you wish to keep your subscription business evergreen and recover payments in time, you need a robust dunning management software that can perform all functions mentioned above. SubscritionFlow is the cloud-based software that offers not only recurring billing management but also dunning management tools to provide you with a complete package that you need for your subscription-based business. Dunning management helps in tracking the revenue that you lose. You can make policies and plans to recover the money that you lose. If you want to nip the cause of losing revenue because of payment failures, make dunning management part of your subscription billing model from the very beginning.</p>','Dunning Management As An Effective Way to Recover Payments','','publish','closed','closed','','dunning-management-as-an-effective-way-to-recover-payments','','','2021-05-18 14:30:53','2021-05-18 14:30:53','',0,'https://staging.subscriptionflow.com/?p=4874',0,'post','',0),(4879,1,'2021-05-18 12:04:26','2021-05-18 12:04:26','','Dunning-Management-Software','','inherit','open','closed','','inner-image-01-1','','','2021-05-18 12:04:43','2021-05-18 12:04:43','',4874,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/inner-image-01-1.jpg',0,'attachment','image/jpeg',0),(4884,1,'2021-05-18 12:21:03','2021-05-18 12:21:03','','Recurring Revenue','','inherit','open','closed','','recurring-revenue','','','2021-05-18 12:21:15','2021-05-18 12:21:15','',4870,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/Recurring-Revenue.jpg',0,'attachment','image/jpeg',0),(4885,1,'2021-05-18 12:25:28','2021-05-18 12:25:28','','Customer Success in the Subscription Business','','inherit','open','closed','','customer-success-in-the-subscription-business','','','2021-05-18 12:25:52','2021-05-18 12:25:52','',4864,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/Customer-Success-in-the-Subscription-Business.jpg',0,'attachment','image/jpeg',0),(4886,1,'2021-05-18 12:26:24','2021-05-18 12:26:24','','role-of-customer-success','','inherit','open','closed','','role-of-customer-success-2','','','2021-05-18 12:26:36','2021-05-18 12:26:36','',4864,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/role-of-customer-success-1.jpg',0,'attachment','image/jpeg',0),(4889,1,'2021-05-18 12:56:16','2021-05-18 12:56:16','','AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management','','inherit','open','closed','','ai-is-greasing-the-wheels-of-efficiency-for-business-management-2','','','2021-05-18 12:56:44','2021-05-18 12:56:44','',4856,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/AI-Is-Greasing-the-Wheels-of-Efficiency-For-Business-Management-1.jpg',0,'attachment','image/jpeg',0),(4890,1,'2021-05-18 12:58:36','2021-05-18 12:58:36','','Subscription-Management-Software-min','','inherit','open','closed','','subscription-management-software-min','','','2021-05-18 12:58:44','2021-05-18 12:58:44','',4850,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/Subscription-Management-Software-min.jpg',0,'attachment','image/jpeg',0),(4892,1,'2021-05-18 13:00:54','2021-05-18 13:00:54','','Artificial-Intelligence-is-Transforming-Healthcare','','inherit','open','closed','','artificial-intelligence-is-transforming-healthcare','','','2021-05-18 13:01:02','2021-05-18 13:01:02','',4846,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/Artificial-Intelligence-is-Transforming-Healthcare.jpg',0,'attachment','image/jpeg',0),(4894,1,'2021-05-18 13:03:46','2021-05-18 13:03:46','','SaaS-Free-Trial-vs-SaaS-Freemium','','inherit','open','closed','','saas-free-trial-vs-saas-freemium-2','','','2021-05-18 13:03:57','2021-05-18 13:03:57','',4841,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/SaaS-Free-Trial-vs-SaaS-Freemium.jpg',0,'attachment','image/jpeg',0),(4896,1,'2021-05-18 13:08:48','2021-05-18 13:08:48','','subscription-management-software','','inherit','open','closed','','subscription-management-software-2','','','2021-05-18 13:08:58','2021-05-18 13:08:58','',4837,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/subscription-management-software.jpg',0,'attachment','image/jpeg',0),(4897,1,'2021-05-18 13:12:29','2021-05-18 13:12:29','','subscription-management-software-for-the-insurance-companies','','inherit','open','closed','','subscription-management-software-for-the-insurance-companies','','','2021-05-18 13:12:42','2021-05-18 13:12:42','',4830,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/subscription-management-software-for-the-insurance-companies.jpg',0,'attachment','image/jpeg',0),(4900,1,'2021-05-18 13:14:15','2021-05-18 13:14:15','','Expand-MRR-for-Your-SaaS-Business-Growth-2021','','inherit','open','closed','','expand-mrr-for-your-saas-business-growth-2021','','','2021-05-18 13:14:33','2021-05-18 13:14:33','',4825,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/Expand-MRR-for-Your-SaaS-Business-Growth-2021.jpg',0,'attachment','image/jpeg',0),(4901,1,'2021-05-18 13:16:32','2021-05-18 13:16:32','','subscription-software-for-marketing-agencies','','inherit','open','closed','','subscription-software-for-marketing-agencies','','','2021-05-18 13:16:44','2021-05-18 13:16:44','',4811,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/subscription-software-for-marketing-agencies.jpg',0,'attachment','image/jpeg',0),(4904,1,'2021-05-18 13:19:47','2021-05-18 13:19:47','','Subscription-Management-Software-for-Law-Firms','','inherit','open','closed','','subscription-management-software-for-law-firms-3','','','2021-05-18 13:19:53','2021-05-18 13:19:53','',4799,'https://staging.subscriptionflow.com/wp-content/uploads/2021/04/Subscription-Management-Software-for-Law-Firms-1.jpg',0,'attachment','image/jpeg',0),(4906,1,'2021-05-18 13:22:29','2021-05-18 13:22:29','','Subscription-Management-systems','','inherit','open','closed','','subscription-management-systems','','','2021-05-18 13:22:36','2021-05-18 13:22:36','',4794,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Subscription-Management-systems.jpg',0,'attachment','image/jpeg',0),(4907,1,'2021-05-18 13:26:48','2021-05-18 13:26:48','','SF-Blog-Yoga-Subscriptions','','inherit','open','closed','','sf-blog-yoga-subscriptions','','','2021-05-18 13:26:48','2021-05-18 13:26:48','',4786,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Yoga-Subscriptions.jpg',0,'attachment','image/jpeg',0),(4908,1,'2021-05-18 13:53:56','2021-05-18 13:53:56','','Smart-Dunning-Management','','inherit','open','closed','','smart-dunning-management','','','2021-05-18 13:54:05','2021-05-18 13:54:05','',4874,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/Smart-Dunning-Management.jpg',0,'attachment','image/jpeg',0),(4912,1,'2021-05-19 13:37:58','2021-05-19 13:37:58','<p style=\"text-align: justify;\">The eCommerce subscription business is not a novel concept, however, things have quickly changed in the eCommerce market within the last decade. Companies succeeded in overcoming the conventional challenges, and today new challenges are getting in the way – especially in the pandemic scenario. The market has grown speedily and one has to compete with more companies than ever before.</p>\r\n<p style=\"text-align: justify;\">Whether you are new in the market or running an established enterprise, you can opt for subscription management software for the eCommerce business. These software manage the subscription process, dunning, and they are scalable enough to integrate third-party applications to offer you a robust platform so as to run your subscription business, effectively.</p>\r\n<p style=\"text-align: justify;\">If you want to keep abreast of the recent challenges that the eCommerce subscription business community is facing, then follow this piece of writing or you can also consult with experts offering services at SubscriptionFlow.</p>\r\n<p style=\"text-align: justify;\">Here are challenges that can become a stumbling block for your eCommerce subscription business:</p>\r\n\r\n<h2 style=\"text-align: justify;\">Subscription Fatigue</h2>\r\n<p style=\"text-align: justify;\">It is not only the subscription business model that evolved with time, but customer behaviour also changed. It will not be wrong to say that it was customer behaviour that set new dimensions for the eCommerce subscription business. People have shifted their focus to subscriptions and utilization of products and services rather than ownership.</p>\r\n<p style=\"text-align: justify;\">COVID-19 has given a new pace to eCommerce subscriptions. Though the trend towards subscriptions or recurring billing was already establishing, the pandemic has speeded it up. However, people who have subscribed to many products and services feel burdened and frustrated. This feeling is a challenge for eCommerce businesses offering subscriptions.</p>\r\n<p style=\"text-align: justify;\">You can avoid subscription fatigue in your clientele by:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Focusing on fulfilling the customer needs</li>\r\n <li>Offer discounts for loyal subscribers from time to time</li>\r\n <li>Prioritize customer retention (customer retention is more affordable than acquisition)</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Crowded Market</h2>\r\n<p style=\"text-align: justify;\">Every day new eCommerce companies adopt the subscription billing business model (depending upon the nature of their business). Competition is increasing with every passing day. You have to be cautious because some people try nasty business tactics and steal ideas from other companies.</p>\r\n<p style=\"text-align: justify;\">A tip to outperform in such a competitive market is to get an in-depth analysis of your customer data and offer a personalized experience. If you are an entrepreneur, it is advisable to closely study the strengths and weaknesses of your competitors. Offer subscription price that can help you compete and earn revenue.</p>\r\n<p style=\"text-align: justify;\">Use <a href=\"https://staging.subscriptionflow.com/pricing-engine/\">AI-enabled price optimization</a> features in your subscription management software to offer the most competitive pricing and win your customers for the longer term.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/ecommerce-subscriptions-are-here-to-stay-learn-to-optimize-subscription-ecommerce-billing-management-to-fuel-stability-growth-in-business/\">eCommerce Subscriptions Are Here to Stay—Learn to Optimize Subscription eCommerce Billing & Management to Fuel Stability & Growth in Business</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Maintaining Good Customer Experience</h2>\r\n<p style=\"text-align: justify;\">The foundation stone of the subscription business is customer experience. Companies depend on eCommerce subscription software for analyzing customer data. Customer journey is mapped to get findings that can help in reaching out to subscribers in a better way. If you have acquired a customer, your next goal ought to retain that customer, and for the improvement in customer retention rate, you must satisfy customers.</p>\r\n<p style=\"text-align: justify;\">Good customer experience is key to minimize subscription fatigue. If you want to improve the customer experience for your eCommerce business subscribers then:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Make the process of checkout easier</li>\r\n <li>Use appropriate language for dunning (customize your dunning cycle through dunning tools integrated with your recurring billing software)</li>\r\n <li>Communicate with subscribers on all channels (e.g. on all social media platforms)</li>\r\n <li>Keep a close eye on the changing patterns in the <a href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">subscription analytics</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Prioritize Return & Exchange Services</h2>\r\n<p style=\"text-align: justify;\">When you run an eCommerce subscription business, return and exchange of products should be part of your plan because subscription billing is different from the one-time payment methods. In case of a one-time sale, your mistake of delivering the wrong package can cost you just one deal. However, in eCommerce subscriptions, you can lose your client whom you could sell a package for a year or more. People love subscriptions because they know they are getting exactly for what they paid, and they can cancel the subscription at any time.</p>\r\n<p style=\"text-align: justify;\">So, if you want a long-term relationship with your subscribers:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Deal with cases of return and exchange promptly to increase your customer retention</li>\r\n <li>Write down your return policy and provide it to your subscribers</li>\r\n <li>Your terms & conditions regarding return and exchange should be clear</li>\r\n</ul>\r\n<h2 style=\"text-align: justify;\">Dunning Process</h2>\r\n<p style=\"text-align: justify;\">Dunning is an inevitable evil that you being part of the eCommerce subscription business community cannot avoid. However, you have to be cautious while sending dunning notifications. The tone of the dunning emails matters the most. The eCommerce recurring billing platforms e.g. SubscriptionFlow are designed in a way that they automate the dunning process. You can send customized dunning emails with your smart dunning management tools integrated with recurring billing software.</p>\r\n<p style=\"text-align: justify;\">Here are some tips for improving the dunning process in the eCommerce business :</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Your dunning notification should not be a shock or reproach for the subscriber</li>\r\n <li>Always add some call to action in the dunning email or message</li>\r\n <li>Retry for payment retrieval rather than instantly placing the subscriber in the list of ‘unpaid’</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/everything-you-need-to-know-about-dunning-management-for-saas-business-and-how-it-can-reduce-churn/\">Everything You Need to Know about Dunning Management for SaaS Business and how it can Reduce Churn</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Delayed Deliveries</h2>\r\n<p style=\"text-align: justify;\">One of the best things about subscriptions that subscribers also love is the instant supply of products and services. For example, if a subscriber has subscribed to his favourite car brand, he would not need to wait to arrange money and buy that car rather he just needs to pay a subscription fee (which is of course far less than the lump sum money that one needs to buy a car) and enjoy rides in the cars that he wants.</p>\r\n<p style=\"text-align: justify;\">Thereby, one of the leading reasons behind the success of the subscription business model even in the eCommerce business community is the timely provision of products and services. It becomes a challenge for various brands offering subscriptions for their eCommerce businesses to facilitate subscribers in time. If you want to overcome the challenge of delayed deliveries, then:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Maintain your warehouse</li>\r\n <li>Act proactively during holidays</li>\r\n <li>Prepare for the unexpected scenarios (e.g. COVID-19 caused a boost in eCommerce markets)</li>\r\n <li>Think twice before setting maximum and minimum time for product delivery</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2019/09/saas-subscription-software-a-challenge-for-traditional-management-software/\">SaaS Subscription Software, a Challenge for Traditional Management Software</a></p>\r\n<p style=\"text-align: justify;\">Now that you know various challenges for your eCommerce subscription business, it will be understandable for you that you can avoid most of these challenges if you have a robust subscription billing software like SubscriptionFlow for the eCommerce business. You can focus on your core business while your recurring billing platform handles miscellaneous tasks. Whether you are an eCommerce entrepreneur or an established eCommerce company, the platform of SubscriptionFlow is always available for you. Here you will not only get the best recurring billing platform for your eCommerce business but also get consultancy regarding challenges and ways to fight these challenges in the market.</p>','6 Challenges That eCommerce Subscription Businesses Might Face in 2021 and the way Forward','','publish','closed','closed','','6-challenges-that-ecommerce-subscription-businesses-might-face-in-2021-and-the-way-forward','','','2021-05-19 13:46:25','2021-05-19 13:46:25','',0,'https://staging.subscriptionflow.com/?p=4912',0,'post','',0),(4913,1,'2021-05-19 13:36:34','2021-05-19 13:36:34','','Ecommerce-subscription','','inherit','open','closed','','ecommerce-subscription','','','2021-05-19 13:36:44','2021-05-19 13:36:44','',4912,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/Ecommerce-subscription.jpg',0,'attachment','image/jpeg',0),(4917,1,'2021-05-26 11:13:34','2021-05-26 11:13:34','<p style=\"text-align: justify;\">With subscriptions, the first thing that comes to mind is the subscription for Netflix, Amazon Prime, and Hulu etc. However, the subscription business has flourished beyond this. Many businesses are adopting a subscription billing model to earn predictable recurring revenue. The behaviour of consumers has also changed. The demand for the ownership of the products has decreased. People are more interested in the timely fulfilment of their needs at an affordable subscription fee.</p>\r\n<p style=\"text-align: justify;\">Subscriptions to pharmacies are going to be as successful as they are for streaming services. Whether you run a small pharmacy or a chain of dispensaries, you must know that software for <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-telemedicine-companies/\">subscription management for pharmacies</a> are the future of this business.</p>\r\n<p style=\"text-align: justify;\">Experts at the SubscriptionFlow are welcoming and showing subscription options to various drugstores. If you are interested, it is mandatory to learn some emerging business models in healthcare boosting the scope for business for dispensaries or drugstores. Some of these include:s</p>\r\n\r\n<h2 style=\"text-align: justify;\">Telehealth</h2>\r\n<p style=\"text-align: justify;\">Telehealth is a wider concept. It refers to effective communication between patients and physicians, and the provision of remote health care. Telehealth aims to provide quick e-consultancy to patients which can be a piece of advice, reminder, a monitoring call, and health-related education suggestion or recommendation (non-clinical services).</p>\r\n\r\n<h2 style=\"text-align: justify;\">Telemedicine</h2>\r\n<p style=\"text-align: justify;\">Clinical services are related to direct patient care and telemedicine is the provision of clinical services remotely. Smartphones or computers are used to offer these remote services at the right time and the right place.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a></p>\r\n<p style=\"text-align: justify;\">However, subscriptions for pharmacies will facilitate people with the timely provision of their medicine that they frequently need. <strong>Your subscription billing model paired with pharmacy and telemedicine services can become an ultimate lifesaving platform</strong>. Recently, the COVID-19 outbreak has increased the importance of telemedicine more than it has ever been before. Now that you have the basic idea about telehealth, telemedicine, and subscriptions for pharmacies, you will understand that how subscriptions for the following pharmacy items can bring a boom in this business.</p>\r\n\r\n<h3 style=\"text-align: justify;\">1. Insulin Injections</h3>\r\n<p style=\"text-align: justify;\">Diabetic patients need insulin injections as per the prescription that their doctors provide. Doctors make a schedule for diabetic patients. Most of the patients require two injections per day but it completely depends on the condition of the patient. Subscriptions of a reliable pharmacy for insulin injections can provide patients genuine medicine at the right time and pharmacies can earn recurring revenue.</p>\r\n\r\n<h3 style=\"text-align: justify;\">2. Dietary Supplements</h3>\r\n<p style=\"text-align: justify;\">Many people have to use dietary supplements regularly to fulfil nutritional requirements. Subscriptions for these supplements can save patients from annoying conditions like medicine shortage etc.</p>\r\n\r\n<h3 style=\"text-align: justify;\">3. Blood Pressure Medicines</h3>\r\n<p style=\"text-align: justify;\">Patients suffering from hypertension need to take blood pressure medicines as per the doctor’s advice. There are pharmacies and pharmaceutical companies that have stepped forward to offer subscription or subscription bundles of BP medicines and insulin injections on a recurring basis. The basis of subscriptions for such important medicines is the on-demand and on-time delivery of medicines.</p>\r\n\r\n<h3 style=\"text-align: justify;\">4. First Aid boxes</h3>\r\n<p style=\"text-align: justify;\">Refilling the first aid boxes can be made easier and feasible for people. Pharmacies can offer subscriptions for the refilling of first aid boxes. Not only the hospitals but people also need them at their homes and subscriptions for such items always flourish.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">5. Contraceptives and Other Sexual Well-being Products</h3>\r\n<p style=\"text-align: justify;\">You would have heard about home deliveries of contraceptive drugs and devices but their subscription can make pharmacies earn huge recurring revenue. The prime concern for people in the provision of safe contraceptive products, and through your pharmacy, you can offer not only one drug or condoms but a package of contraceptive products on a recurring basis.</p>\r\n\r\n<h3 style=\"text-align: justify;\">6. Infant & Toddler Vaccines</h3>\r\n<p style=\"text-align: justify;\">Doctors make a proper schedule for vaccination of babies and toddlers against Hepatitis, Rotavirus, Tetanus, Pertussis, Polio, Chickenpox, and HPV etc. Pharmacies can offer subscriptions for these vaccines. All parents have to complete the course of baby vaccination and your subscription can bring ease to the life of such parents. They would not need to hassle from one pharmacy to another rather they will be able to get vaccines from the right place & at the right time. You can discuss your plan to adopt <a href=\"https://staging.subscriptionflow.com/subscription-handling/\">medicines subscription management software for telemedicine</a> with the team of experts at SubscriptionFlow.</p>\r\n\r\n<h3 style=\"text-align: justify;\">7. Weight Loss Pills</h3>\r\n<p style=\"text-align: justify;\">Subscriptions are the way to expand the pharmacy business but they are also bringing new business ideas. For example, for people who get subscriptions to the gym, many of them need to complete the course of weight loss pills as per the prescription of their physiotherapists and doctors. There is a window opened for gyms and pharmacies to collaborate and offer subscription package to the clients. The profit will be multiplied when clients will get regular gyming services and a supply of weight-loss medicines with the collaboration of pharmacies and drugstores.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments/\">Fitness Industry is Proliferating with Automated Recurring Payments-This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">8. Sanitary Pads & Napkins</h3>\r\n<p style=\"text-align: justify;\">Women need sanitary pads, pills for menstrual cramps, heat packs, tea, and herbal tinctures on regular basis. Pharmacies offering subscriptions should grab this opportunity and offer a complete subscription box for all these products of reliable brands. Many companies are already offering menstrual subscription boxes. You can customize your subscription box by using the SubscriptionFlow platform.</p>\r\n\r\n<h3 style=\"text-align: justify;\">9. Baby Care Products</h3>\r\n<p style=\"text-align: justify;\">All parents need milk, baby wipes, diapers, lotions, and oils for their babies. Just like vaccines or a menstrual subscription box, you can offer a complete subscription package for baby care products. You can take a step forward and add vaccines and medicines to your subscription box for baby care products. You can also add a few products that mothers need mandatorily during the time of their early motherhood.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">10. Sanitisers</h3>\r\n<p style=\"text-align: justify;\">Today, people not only need sanitisers for their body but they also need sanitation and home cleaning supplies on a recurring basis. Dispensaries can harness opportunity and offer monthly subscriptions for different sanitisers. Every household needs sanitisers and it is high time to customize your subscription box of sanitisers and some other cleaning products and launch it.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Challenges for Pharmacies to Offer Subscriptions</h2>\r\n<p style=\"text-align: justify;\">It is unequivocal that there is a huge margin for dispensaries and drugstores to earn recurring revenue by offering subscriptions. There are some evident challenges as well. Pharmacies cannot provide medicines without prescription and doctors change the prescription from time to time. It will be challenging to cater to the needs of those subscribers whose prescriptions change frequently. Moreover, if you want to run a subscription billing model for pharmacies, you will need a general physician available to ensure customer care and the provision of the right medicines. You will need the budget to hire a general physician. SubscriptionFlow is the platform that not automates your recurring billing process, it will also help you to understand the frictions, challenges, and pain points on setting in the business and grab opportunities to offer pharmacy subscriptions.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/\">Subscription Box Business 101: A Beginner’s Guide to Start A Valued Subscription Box Service—From Prospects & Marketing to Subscription Box Billing & Management</a></p>\r\n<p style=\"text-align: justify;\">Subscription billing has become a successful business model and both service-based and product-based businesses are opting for subscriptions. Who wants to leave let go of the chance to earn recurring revenue? If you run a pharmacy business, then you have this window of opportunity open for you. You can get in touch with consultants of SubscriptionFlow and make your plan to introduce subscriptions.</p>','Transfiguring the Dispensary and Drugstore Business with Subscription Business Model','','publish','closed','closed','','how-subscription-management-can-revolutionize-the-pharmacies-business','','','2021-05-26 11:15:45','2021-05-26 11:15:45','',0,'https://staging.subscriptionflow.com/?p=4917',0,'post','',0),(4918,1,'2021-05-26 11:12:31','2021-05-26 11:12:31','','subscription management for pharmacies','','inherit','open','closed','','subscription-management-for-pharmacies','','','2021-05-26 11:12:53','2021-05-26 11:12:53','',4917,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/subscription-management-for-pharmacies.jpg',0,'attachment','image/jpeg',0),(4923,1,'2021-05-28 10:43:56','2021-05-28 10:43:56','<p style=\"text-align: justify;\">Freemiums have become a mandatory part of the subscription business model. It is a prosperous way to aim at acquiring as many customers as possible. Freemium enables them to test before buying, a never-failed marketing approach. Customers or subscribers are more interested in knowing the value that they will get after subscribing.</p>\r\n<p style=\"text-align: justify;\">Freemium is the business growth tactic that enables you to hook customers by offering a free version of your product. Freemium is not free-trial. A free trial is a limited-time access to the premium product. In our previous articles, we have discussed the difference, value, and requirements of these in length.</p>\r\n<p style=\"text-align: justify;\">This piece of writing, exclusively, concentrates on the facets of freemiums.</p>\r\n<p style=\"text-align: justify;\">Let’s begin with how Freemiums and Free Trials serve the purpose of creating the community for a SaaS product in a market.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Freemium vs Free Trial</h2>\r\n<p style=\"text-align: justify;\">Freemium is a pricing strategy famous among the SaaS business community. The strategy is opted to acquire more customers by offering free of charge certain features of a SaaS product or services that you offer. You can plan and manage your freemium strategy at your subscription management software platforms.</p>\r\n<p style=\"text-align: justify;\">Free trials are also used as a customer acquisition strategy but the concept is based on offering certain features of a product for a limited time period. If the user analyses your product to be useful, he will turn to be a potential customer.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/saas-free-trial-vs-saas-freemium/\">SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!</a></p>\r\n<p style=\"text-align: justify;\">Now that the thin line between freemium and free trials is clear, you will understand the essentials of making a fail-safe freemium model in a better way that includes:</p>\r\n<img class=\"aligncenter size-full wp-image-4925\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/05/freemium-business-model.jpg\" alt=\"freemium-business-model\" width=\"800\" height=\"521\" />\r\n<h2 style=\"text-align: justify;\">Devise a Freemium Model That Suits Your Business</h2>\r\n<p style=\"text-align: justify;\">If a freemium model is successful for one business, it will not necessarily be workable for other businesses as well. You will have to plan your freemium model based on the nature of your business, clientele, the region where you operate, and a lot more other factors. You can use the SubscriptionFlow platform to come up with a workable freemium model for your subscription business.</p>\r\n<p style=\"text-align: justify;\">Even when you succeed in making and adopting a freemium model, you will have to think about post-adopting customer behaviour regarding:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Upgrading to the premium</li>\r\n <li>Customer retention for premium</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Your freemium plan ought to include nurturing new subscribers to ensure customer retention. From classical freemium to freeware, there are many types of freemium models but there is no strict rule that one needs to follow to adopt a freemium. You can go as per your business niche and requirements.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Optimize User Experience Constantly</h2>\r\n<p style=\"text-align: justify;\">The purpose of a freemium model does not end with customer acquisition. If you do not optimize the user experience, the foundation of your freemium model can collapse. Unsatisfactory customers not only cancel the subscription but leave negative reviews, which can directly affect your freemium model.</p>\r\n<p style=\"text-align: justify;\">Once the customer is acquired, your engine should start working to retain that customer. The freemium models are interlinked with marketing strategies and branding. They not only help you acquire potential customers but also play role in branding (but for that you need to integrate your freemium plan well with marketing strategy and customer experience policies).</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/get-subscription-software-for-your-marketing-agency/\">Want to have Happy Customers? If So, Get Subscription Software for Your Marketing Agency</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Balance the Freemium and Premium</h2>\r\n<p style=\"text-align: justify;\">One of the causes of the failure of the fermium models is the failure to maintain the balance between freemium and premium. You must add features in your freemium that are sufficient to attract new users and urge the existing users to stay on your platform. Furthermore, your premium version should have features that the user considers worthy to pay for.</p>\r\n<p style=\"text-align: justify;\">These different features of the freemium and the premium will maintain certain standards of user experience. You can maintain this balance by opting for the best practices of customer experience (CX). Here are some tips that can help you in upholding the standards of freemium and premium:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Offer some rewards to the premium users when they switch from freemium to premium.</li>\r\n <li>Emanate the idea on social media platforms that you are cultivating a community of premium users. It will establish the mindset at the customers\' side that many people use the premium version so, it will surely be valuable.</li>\r\n <li>Be communicative with freemium users and advertise your premium to remind them your freemium version can offer more features.</li>\r\n <li>Personalize the user experience to avoid churn because when awards are given to those who have recently adopted premium, it makes old premium users feel neglected.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/everything-you-need-to-know-about-dunning-management-for-saas-business-and-how-it-can-reduce-churn/\">Everything You Need to Know about Dunning Management for SaaS Business and how it can Reduce Churn</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Build A Community of Users & Customers</h2>\r\n<p style=\"text-align: justify;\">If you are planning a freemium for your SaaS business, always try to build a community. Sometimes, marketing and advertising annoy users so much that they never turn to be your customers. In worst cases, they stop using even the freemium. The best solution to avoid such worst-case scenarios, building a community is always helpful. People put forth questions and get their answers from other users and customers.</p>\r\n<p style=\"text-align: justify;\">Such communities help in evaluating and validating SaaS products. Communication among your users helps you analyse the customer behaviour and improve the CX to increase the conversion rate. So, building the community can not only help you with your freemium model but also becomes part of your marketing and branding strategy.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Offer Training to Your Customers</h2>\r\n<p style=\"text-align: justify;\">Many people are afraid of converting to premium versions because they believe they are not tech-savvy and they will not be able to use the advanced features of the product for which they buy premium. You can minimize such fears by offering training to such users who turn to be your customers. Fermium version with training session becomes a complete lucrative package for the customer. It benefits not only the users but also the company – a win-win situation.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a></p>\r\n<p style=\"text-align: justify;\">The subscription business highly depends on the customer experience and freemiums are not only customer acquisition but also customer retention strategies. When freemiums are designed in a way that they also portray your brand, they can effectively be used for branding and marketing purposes. You can lead the subscription market by devising your own customized freemium model. If you are still unsure about your premium model, then it is totally normal because you have your own limitations and challenges. <a href=\"https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/\">SubscriptionFlow is a recurring billing software</a> as well as a platform where you can come with your ambiguities and get them resolved for we have a team of professionals to help you formulate the best freemium model to cater to the needs of customers.</p>','How to Plan the Best Freemium Model to Make More Users Upgrade to Premium','','publish','closed','closed','','how-to-plan-the-best-freemium-model-to-make-more-users','','','2021-05-28 10:43:56','2021-05-28 10:43:56','',0,'https://staging.subscriptionflow.com/?p=4923',0,'post','',0),(4924,1,'2021-05-28 10:37:48','2021-05-28 10:37:48','','Freemium vs Free Trial','','inherit','open','closed','','freemium-vs-free-trial','','','2021-05-28 10:38:03','2021-05-28 10:38:03','',4923,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/Freemium-vs-Free-Trial.jpg',0,'attachment','image/jpeg',0),(4925,1,'2021-05-28 10:42:05','2021-05-28 10:42:05','','freemium-business-model','','inherit','open','closed','','freemium-business-model','','','2021-05-28 10:42:15','2021-05-28 10:42:15','',4923,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/freemium-business-model.jpg',0,'attachment','image/jpeg',0),(4927,1,'2021-05-31 14:03:27','2021-05-31 14:03:27','<p style=\"text-align: justify;\">Customer experience is the backbone of the subscription business. When customers are taken care of, they go for renewal of subscriptions. Communication with the customers play important role in improving the customer experience. Sophisticated algorithms are used and specific applications are integrated with <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">subscription management platforms</a> so that you can use them for automated communication with clients. These online software are programmed in a way that they generate automated messages and emails to let users communicate with the clients. Automated communication has become a mandatory part of subscription businesses for it helps in:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Customer support</li>\r\n <li>Marketing</li>\r\n <li>Dunning management</li>\r\n <li>Customer services</li>\r\n <li>Question/Answers with customers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">However, the content and the template of the messages that you use to communicate with your clients decide whether automated communication can help your subscription business or not. We, the team SubscriptionFlow, share with you some of the attributes of effective emails that you can use to connect with your clients.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Customize Your Emails</h2>\r\n<p style=\"text-align: justify;\">Though there are many communication channels that you can use to contact your clients, emails are primary and the most effective ones. The content, as well as the template of your email, should look as if the emails have been specially written for the client who receives them. SubscriptionFlow is the recurring billing platform that offers the feasibility to the users to customize emails to match their brand name.</p>\r\n<p style=\"text-align: justify;\">For instance, if you are sending emails for the sake of marketing of some new product, you must communicate with your marketing team. Come up with a convincing piece of content for the email that not only attracts the clients but also goes with your newly introduced product or SaaS services.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Customize the Email Templates</h2>\r\n<p style=\"text-align: justify;\">Whether you send dunning emails or branding emails, the template of your emails should represent your company. Even if you are not sending the email with the intent of branding, certain elements remain the same in all emails. They indirectly play role in endorsing your brand. So, you have to be cautious about the placement of your logo, address, and company name. Once you are done with these basic things, you can add the content that will remain part of your email by default. From subject selection to email notification, you should customize everything.</p>\r\n<p style=\"text-align: justify;\"><strong>This was about making your emails effective, but now you need to know how to holistically improve the automated communication process</strong>. Follow these tips:</p>\r\n\r\n<h2 style=\"text-align: justify;\">Use The Right Communication Channels</h2>\r\n<p style=\"text-align: justify;\">Presently, many people are aware of chatbots. Clients know how to use chatbots to cater to customer care and customer support needs. Even the clients also know that the reply that they get for their queries is auto-generated by a high-tech chatbot working at the backend of the mechanism that the company has deployed. Just a decade ago, the options for communication with the client were not as many as they are now. However, today the number of communication channels has increased but posed new challenges to communicate with clients.</p>\r\n<p style=\"text-align: justify;\">As it has been mentioned earlier that emails are one of the effective means of communicating with clients, but it is not the only means of communication with clients. Instant messages, phone calls, and video calls are some of the other communication channels widely used in the market. When you are choosing the communication channel for your SaaS subscription business, consider the nature of your business and the clientele that you cater to.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Utilize Virtual Assistance</h2>\r\n<p style=\"text-align: justify;\">Covid-19 has directed many people towards online platforms and subscriptions for various services and products that they needed. So, the customer care and customer support centres immediately became overburdened. If you want to reach out to your clients speedily and efficiently, you must use modern and advanced technology means.</p>\r\n<p style=\"text-align: justify;\">You can utilize virtual assistance, for example, chatbots as a quick means of sending a reply to your clients. Many clients have basic questions to ask, and you cannot keep your customer support representatives busy in answering cliché questions. Chatbots serve the purpose to generate automated yet relevant answers to customer queries.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Callback Customers</h2>\r\n<p style=\"text-align: justify;\">If you want to lead the subscription business community, you must work on the customer experience. If customers come with complaints or queries, religiously reply to them. Even call them back to enquire if their concerns are being addressed and resolved. Though chatbots have facilitated the SaaS subscription business, people still prefer to talk to human beings.</p>\r\n<p style=\"text-align: justify;\">So, you can adopt the strategy that chatbots record customer queries, but once these queries are resolved, one of your customer care representatives should call and talk to the customer to know if he is satisfied with the response.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Do Not Over communicate</h2>\r\n<p style=\"text-align: justify;\">Many companies commit the mistake of over-communication with subscribers and potential leads. If you do that, chances are high that you will lose your clients. No one wants to be nagged consistently no matter how beneficial are the products or services that you offer. For example, newspapers and magazines publish their content on e-platforms frequently. Many subscribers complain that their inboxes remain filled with emails from such content publishing platforms. This practice of notifying subscribers about every article or the news being published on the e-magazine website can increase the churn rate. To cut the long story short, do not send too many messages or emails to your subscribers. Make it part of the plan that when and how many times the emails will be sent to your subscribers.</p>\r\n<p style=\"text-align: justify;\">If you want to use communication platforms for an automated response for your subscription billing business, you can contact experts at SubscriptionFlow. They will not only provide you with a guide from scratch but also tell you about <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">SubscriptionFlow integrations</a> that will help you communicate with your clients in a far better way.</p>','Significance of Automated Communications in the Growth of Subscription Business','','publish','open','open','','subscription-management-and-automated-communications','','','2021-05-31 14:03:27','2021-05-31 14:03:27','',0,'https://staging.subscriptionflow.com/?p=4927',0,'post','',0),(4928,1,'2021-05-31 14:00:16','2021-05-31 14:00:16','','subscription management platforms','','inherit','open','closed','','subscription-management-platforms','','','2021-05-31 14:00:28','2021-05-31 14:00:28','',4927,'https://staging.subscriptionflow.com/wp-content/uploads/2021/05/subscription-management-platforms.jpg',0,'attachment','image/jpeg',0),(4933,1,'2021-06-08 05:45:22','2021-06-08 05:45:22','<p style=\"text-align: justify;\">Coming up with a successful subscription-based billing plan is not a matter of a few days. Time and energy both are needed to enter this highly competitive market. You not only need to work on your business plan but have to think about the giants already sitting in the market. Freemium and free trials are not the new strategies in the world of the subscription business. However, the success of these strategies further depends on the time when you offer free versions and for how long you offer them.</p>\r\n<p style=\"text-align: justify;\">The <a href=\"https://staging.subscriptionflow.com/2021/05/how-to-plan-the-best-freemium-model-to-make-more-users/\">freemium model</a> is based on the idea that a product is launched for users with limited features. The users can use it forever, however, to enjoy more functions users need to upgrade to the premium version. The goal of freemium is to increase users who can turn to be subscribers. When it comes to freemium, people are widely using them from free versions of games to free <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">subscription management software</a>.</p>\r\n<p style=\"text-align: justify;\">Free trials, nonetheless, comes with a time limit. Users are given access to the product for a few days. Thereafter, a notification is forwarded to ask them to upgrade to premium.</p>\r\n<p style=\"text-align: justify;\">Other than time, certain psychological aspects play a significant role in the success of the freemium model and free trials. We share with you some of the most important psychological factors regarding freemium & free trials that you need to know for your subscription business.</p>\r\n\r\n<h2 style=\"text-align: justify;\">User Attraction</h2>\r\n<p style=\"text-align: justify;\">When we talk about the customer psyche behind the success of the freemium, the first and foremost factor is customer attraction. For example, many brands and companies offer sales and earn more than they usually do on normal days. Every year, the Balck Friday sales create new records of sales. The marketing and advertising teams of many brands have created this thinking in the consumers’ mind that the right time to shop comes when sales are being offered, resultantly they buy more than they need from sales.</p>\r\n<p style=\"text-align: justify;\">Freemiums create a similar effect on product users. When anything is offered for free, users get attracted to it. ‘’There is no harm in giving it a try.” That’s what they believe but here comes another psychological factor – the reciprocation effect.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/saas-free-trial-vs-saas-freemium/\">SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Reciprocation Effect</h2>\r\n<p style=\"text-align: justify;\">The Freemium model is sometimes defined as free to paid version strategy because the reciprocation effect demands users to convert to customers. Before we go into the depth of this psychological effect, you need to understand its basics. For example, someone gives you a gift and you like it. You will automatically start thinking about gifting something back to him. This thought that emerges in your subconscious is called the reciprocation effect.</p>\r\n<p style=\"text-align: justify;\">Analysts who design the freemium policies of a subscription business always work on these psychological factors to bring maximum customers on board.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Habit Formation</h2>\r\n<p style=\"text-align: justify;\">Businesses working on the recurring billing model are miscellaneous. For example, software developed for gaming are designed in a way that gamers develop a habit of using these software recurrently. Even if developers offer freemium, at some stage they notify users to turn to the subscriptions to play further. Only then one can proceed to play the game.</p>\r\n<p style=\"text-align: justify;\">If you are planning to go for such a subscription business, you must offer paid subscriptions at a point where the user is already habitual to use your SaaS product.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Designing An Addiction</h2>\r\n<p style=\"text-align: justify;\">Next to developing the habit of using software, SaaS companies work on designing the addiction. Dopamine is the hormone responsible for making human beings motivated. Software developers work hard on the look & feel of their product that user becomes habitual of using these attractive and easy-to-use software. The phase next to habit is addiction, and a rise in the level of dopamine in the human body makes him too motivated and become addicted to us the software. For example, gamers are motived to play more, and those who play more have a higher domine level. They unknowingly become addicted to a SaaS product.</p>\r\n<p style=\"text-align: justify;\">Companies offering SaaS services and products make strategies to use the human psyche for their business gains. For example, developers developing and offering subscriptions for gamers always add the factor of unpredictability in their games to motivate their subscribers to renew subscriptions.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Reinforcement</h2>\r\n<p style=\"text-align: justify;\">In psychology, reinforcement learning is the concept based on the fact that certain stimuli train the human mind to show a certain response at certain times. For example, many SaaS services companies offer freemium but they keep offering their premium users certain perks and gifts. It is their strategy to improve customer experience, but it also leaves a psychological effect. Premium users expect services providers to reward them from time to time because that’s what services providers teach their users. Other than subscription billing businesses gaming software also use this strategy in their own way.</p>\r\n<p style=\"text-align: justify;\">They offer rewards on different points throughout the game. The user keeps playing, even he gets paid subscriptions because he is tuned to get rewards by reinforcement learning.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Time Constraints</h2>\r\n<p style=\"text-align: justify;\">Though the strategy of offering time-limited offers work, you must not overuse them. Even you have to be cautious while deciding the time frame for your free trial. Many tech entrepreneurs who launch subscription billing products are advised to keep their trial period short. People are indeed attracted to try to use free SaaS products, but it is also an undeniable fact that people do not want to pay for products with longer trial periods. Whether you offer features and services for a short time (artificial time constraints) or unlimited freemiums, be careful because one mistake can affect your business.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/\">This is How Subscription Billing Automation is a Game Changer for Subscription Businesses</a></p>\r\n<p style=\"text-align: justify;\">In compact analysis, many psychological factors are there behind the freemium or the free trial model. Your accounting and marketing teams are the key players to decide not only the pricing strategy but the price itself. You can work on your pricing strategy by using the psychological factors mentioned above. Nevertheless, you cannot neglect the mathematical and analytical grounds for your pricing model. You need an all-inclusive approach to increase your recurring revenue.</p>\r\n<p style=\"text-align: justify;\">You can contact team <a href=\"https://staging.subscriptionflow.com/contact\">SubscriptionFlow</a> anytime to discuss your freemium model. We have consultants, developers, and support team on board to cater to the demands of the customers. Feel free to discuss your pricing model with us!</p>','Psychological Aspects to Know to Level Up The Recurring Billing with Free Trials And Freemium','','publish','closed','closed','','how-to-level-up-the-recurring-billing-with-free-trials-and-freemium','','','2021-06-08 05:45:22','2021-06-08 05:45:22','',0,'https://staging.subscriptionflow.com/?p=4933',0,'post','',0),(4934,1,'2021-06-08 05:41:45','2021-06-08 05:41:45','','Free Subscription Management Software','','inherit','open','closed','','free-subscription-management-software','','','2021-06-08 05:42:01','2021-06-08 05:42:01','',4933,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Free-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(4936,1,'2021-06-10 07:24:12','2021-06-10 07:24:12','<p style=\"text-align: justify;\">Many analysts predict that the horrific spell of the pandemic is soon going to break. However, with the end of this phase, the SaaS business community will need to redevise its policies just like it had to do when the first wave of the deadly virus hit the world. The pandemic brought both challenges and opportunities. The novel virus indeed caused disruptions in businesses as well as the world economy.</p>\r\n<p style=\"text-align: justify;\">In his article in Harvard Business Review, Raj Choudhury shares his analysis that workers in America are no longer willing to work in the conditions that used to be in pre-COVID times. They work from home, don’t need to worry about the wardrobe, don’t have to bear the fuel expense and a lot more perks that one cannot get while working in the office environment.</p>\r\n<p style=\"text-align: justify;\">People say customer demands have changed, but employees’ behaviour has also evolved during the time of the pandemic outbreak. So, the scenario has changed concerning many aspects for both B2B and B2C businesses. SaaS companies having their business based on recurring billing services can opt for the following strategies to prepare for the post-COVID times.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/\">Businesses Tightening the Reins on Post-COVID Measures for Customer Retention</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Prioritize Relationship-Building Rather than Sales</h2>\r\n<p style=\"text-align: justify;\">Subscription-based business is one of those SaaS businesses where customer relationship plays the leading role. All subscription business companies acknowledge the fact customer experience is the key to the renewal of the subscriptions. Even if you have installed the <a href=\"https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-small-business/\">best recurring billing software for small business</a> or the established conglomerate, your prime focus should remain the customer interaction and experience.</p>\r\n<p style=\"text-align: justify;\">Many businesses sold less than expected. If your sales are also less than your expectation, you still need to focus on customer care because customer acquisition demands more expense than customer retention. A customer retention policy without any loopholes can help you recover for the sales that you could not make.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Work on Your Marketing Strategies</h2>\r\n<p style=\"text-align: justify;\">During the first wave of the coronavirus spread, many B2B companies providing their cloud-based SaaS recurring billing software offered integrations to perform the core function of subscriptions management and many other functionalities that companies needed for the efficient workflow when their employees were shifted to work from home. They had to come up with marketing strategies to market their new integrations and templates.</p>\r\n<p style=\"text-align: justify;\">Now that we are all facing the third wave of coronavirus, you should start working on the marketing strategies for the time when the virus spread will stop completely. Your CMS and marketing tactics directly impact the customer relationship. Your marketing policy will help you build a better customer relationship.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/post-covid-economy-and-the-hospitality-industry-the-new-business-model-is-paving-the-way-for-subscription-revolution/\">Post-COVID Economy and the Hospitality Industry—The New Business Model Is Paving the Way for Subscription Revolution</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Help Your Team to Work from Home</h2>\r\n<p style=\"text-align: justify;\">As it has discussed that many employees are not willing to go to their previous routines. They are comfortable with work from home option. So, if you are running a subscription business, start looking for software and applications that can facilitate your employees more and more to work from home. For example, the platform of SubscriptionFlow helps clients manage subscriptions. When it is integrated with third-party applications, the same online software can efficiently be used to manage other tasks of your subscription business.</p>\r\n<p style=\"text-align: justify;\">Even if you need software for <a href=\"https://staging.subscriptionflow.com/2020/03/reach-your-full-potential-as-a-small-business-with-subscription-management-software/\">recurring billing for small business</a>, try to install the flexible one. When your subscription business will expand, you will need to integrate other applications and the scalability and flexibility of the software allows you to integrate your platform with other applications as per your business needs. SubscriptionFlow has been developed in a way that it serves the needs of both small and large enterprises.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/leverage-subscription-management-platform-for-one-window-operations/\">Leverage Subscription Management Platform for One-Window Operations and Attain Business Excellence</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Keenly Observe the Customer Analytics</h2>\r\n<p style=\"text-align: justify;\">If you want to retain your customers, then you must work on customer analytics. Software like SubscriptionFlow is already integrated with tools to help clients analyse customer data. However, you can increase the efficiency of this platform for your business by integrating it with certain business intelligence tools and applications. During the first wave of COVID-19 spread, it was not easy to provide meaningful insights and make predictions. Howbeit, today the scenario has changed. It has been more than a year that we are fighting this virus.</p>\r\n<p style=\"text-align: justify;\">The customer data collected during this time can now be used and analysed to get useful data insights. The visual representation that data analyzing tools provide can be used to formulate your subscription business strategy for the time when the pandemic will end.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Increase Your Organic Traffic</h2>\r\n<p style=\"text-align: justify;\">The first stage of any subscription business is to increase the traffic towards the website where they offer product or services. This traffic is the source of getting potential leads, and business growth depend on the lead conversions. If you are using robust subscription management software, then this platform will help not only in lead management but also in the lead generation from your organic traffic.</p>\r\n<p style=\"text-align: justify;\">You need the patience to get organic traffic to your website. There is no use of black hat techniques because with them you can increase your traffic but cannot increase the number of potential leads. Now that most people are in their homes, they are frequently using digital tools and social media platforms. At present, your social media marketing policies are sufficient to bring organic traffic. So, start working on it and get ready for the post-pandemic times.</p>\r\n<p style=\"text-align: justify;\">In compact analysis, no one is sure about the conditions that will emerge in post-COVID days. However, they will still be less unpredictable than the conditions we have all faced during the first wave of the pandemic. Businesses failed to cope with changing scenario at that time because no one anticipated the change in the business world that pandemic brought. All you need is a proactive approach to cater to the demands of the coming days when there will be no pandemic. At <a href=\"https://staging.subscriptionflow.com/2021/04/leverage-subscription-management-platform-for-one-window-operations/\">SubscriptionFlow</a> you will find professionals to help you make a foolproof subscription business plan for the future. Contact us anytime!</p>','How SaaS Companies Should Prepare for the Post-COVID Conditions','','publish','closed','closed','','how-saas-companies-should-prepare-for-the-post-covid-conditions','','','2021-06-10 07:24:12','2021-06-10 07:24:12','',0,'https://staging.subscriptionflow.com/?p=4936',0,'post','',0),(4937,1,'2021-06-10 07:19:50','2021-06-10 07:19:50','','recurring billing services','','inherit','open','closed','','recurring-billing-services','','','2021-06-10 07:20:03','2021-06-10 07:20:03','',4936,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/recurring-billing-services.jpg',0,'attachment','image/jpeg',0),(4940,1,'2021-06-15 13:14:17','2021-06-15 13:14:17','<p style=\"text-align: center;\">“Greatest gifts are not wrapped in paper but love.”</p>\r\n<p style=\"text-align: justify;\">And you can offer your magazine subscribers to send love and care to their loved ones, digitally.</p>\r\n<p style=\"text-align: justify;\">Worldwide, people are maintaining social distance, and they are looking for healthy activities to keep them entertained within the confines of their personal space. There can be nothing better than a magazine to keep someone busy in such conditions.</p>\r\n<p style=\"text-align: justify;\">eMagazines and eNewspapers subscriptions have touched the roof after the onset of COVID-19. Amidst the chaos of false news and misinformation, offering options to gift a magazine subscription is a way to approach customers from different strata with updated, concise, and collected information in an issue, only.</p>\r\n<p style=\"text-align: justify;\">Offering magazine subscription gifts can be a way to cater to this need of your magazine subscribers. It is a sure way of expanding the magazine subscription business.</p>\r\n<p style=\"text-align: justify;\">The News & Magazine thespians like Times and The Economist are targeting their customer base by offering the options of gifting the subscriptions for their issues.</p>\r\n<p style=\"text-align: justify;\">E-magazines manage their subscribers through <a href=\"https://staging.subscriptionflow.com/magazine-subscription-management-software/\">magazine subscription software</a>, the same platform can be used to offer magazine subscription gifts. If you run a digital magazine, newspaper, periodical, or news channel, this article is going to be fruitful to explore the options of gift subscriptions offered by SubscriptionFlow, the ultimate magazine subscription management software.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Why Offer Gift Subscriptions?</h2>\r\n<p style=\"text-align: justify;\">Today, people need reliable sources of information about what is happening out there. Your magazine or newspaper subscription can fulfil this need of many people and help you get more subscribers to your digital magazine.</p>\r\n<p style=\"text-align: justify;\">Magazine subscription gifts can bring the following positive impacts on your business:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Customer acquisition</li>\r\n <li>Customer retention</li>\r\n <li>Streamlined revenue stream</li>\r\n <li>Lead conversion</li>\r\n <li>More Referrals and Good Word of mouth</li>\r\n <li>Edge Over competition in the market</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">So, the digital gift subscriptions magazine is one of those products for which subscriptions become an eternal source of earning revenue.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">How to Gift Magazine Subscriptions?</h2>\r\n<p style=\"text-align: justify;\">You can gift your magazine e-subscriptions to your customers.</p>\r\n<p style=\"text-align: justify;\">Another way to offer gift subscriptions is to offer a subscription box or subscription folder of previous issues. Digital publishers can plan to compile their magazine issues of six months or more to formulate a subscription box or folder and can offer it to their subscribers to gift these to friends and family.</p>\r\n<p style=\"text-align: justify;\">You can plan these and more gift subscriptions in SubscriptionFlow. It is a magazine subscription management software where it is easier to plan your strategy to gift magazine subscriptions.</p>\r\n<p style=\"text-align: justify;\">At SubscriptionFlow, you will need to enable ‘gift subscriptions’ to offer your subscribers magazine gift subscriptions to their friends, family, colleagues, juniors, subordinates, peers, and more. Your magazine subscribers will be asked to enter their name and email. They can choose the date when they want their gift to be delivered.</p>\r\n<p style=\"text-align: justify;\">The recipient of the gift will have the option to redeem the subscription at the end of the subscription gift that he got. However, the process of sending the gift can vary from one platform to another.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers</a></p>\r\n<img class=\"aligncenter size-full wp-image-4942\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Magazine-Subscription.jpg\" alt=\"Magazine-Subscription\" width=\"1200\" height=\"800\" />\r\n<h2 style=\"text-align: justify;\">How to Redeem the Subscription Gift?</h2>\r\n<p style=\"text-align: justify;\">The person who sends the gift of magazine subscriptions can choose the time period for which he gifts the magazine. However, the recipient will have the choice to decline the offer or use the gift subscription for the term and then renew it as a formal subscription.</p>\r\n<p style=\"text-align: justify;\">Usually, the details for the redemption of the subscription gift are explained through an email, and links are provided in the email to redeem the gift.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Expiry of the Magazine Subscription Gift</h2>\r\n<p style=\"text-align: justify;\">Your magazine subscriber, as the sender of the gift, decides the expiry of the gift.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>It can be a one-time purchase</li>\r\n <li>3-6 months magazine subscription (many magazines offer discounts for their 6 and 12 months subscription packages)</li>\r\n <li>Annual subscription</li>\r\n <li>Customized magazine subscriptions</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Nonetheless, as soon as the expiry of the subscription gift draws near, an email will be sent to the recipient to redeem the subscription if he wants.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Magazine Subscription Gifts for Kids</h2>\r\n<p style=\"text-align: justify;\">“Sharing is caring,” that’s what mothers want their kids to learn. One of the best ways to make kids learn this lesson is to make them gift subscriptions to their friends. Enough of gifting toys, kids have been at home for more than a year now because of the COVID outbreak. They need to be home-tutored. Parents are looking for informative and creative magazines for their kids to engage them in learning activities. Many magazines that were not publishing content for kids are now coming up with their exclusive issues for kids.</p>\r\n<p style=\"text-align: justify;\">If you have a digital magazine for kids, then it is high time to offer kids gift subscriptions for your magazine to their friends. Elders do not bother when they receive emails regarding subscriptions because it is a routine for them. Kids, on the other hand, get fewer emails. They feel excited when they receive emails. Magazines and newspapers can make it part of their email marketing to send emails to promote magazine subscription gifts among kids.</p>\r\n<p style=\"text-align: justify;\">Different toy-making companies used to publish their catalogues and magazines. They have shifted towards eMagazines e.g. Lego Life Magazine. Through their colourful and interactive magazine, they reach out to their clients and provide them with a chance to sneak a peek at their upcoming products range. Anorak is another very attractive eMagazine for kids. Young artists instantly fall in love with the subscriptions for this magazine. They have their own strategies to attract as many subscribers as possible.</p>\r\n<p style=\"text-align: justify;\">If your magazine is only publishing content and offering subscriptions for the elders, then it is the right time to start working on creative content for young minds. A new market is open for you.</p>\r\n<p style=\"text-align: justify;\">The most thriving stream for magazine and gift magazine subscriptions is industry-specific magazines, research journals, and publications. These include business, finance, insurance, banking & investment, law, consultancy, medical, engineering & constructions, fashion, media, and a lot more.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">In Conclusion</h2>\r\n<p style=\"text-align: justify;\">The magazine and newspaper industry is one of those businesses that have always followed the subscription business model. In the past, it was not automated. With time, there has been established the trend of automated subscription management with digital magazine subscriptions in millions. Every day, digital magazine publishers look for new strategies and policies to improve their revenue.</p>\r\n<p style=\"text-align: justify;\">SaaS companies are also active to facilitate digital publishers. You can use your SaaS subscription management platform to offer your magazine subscribers gift subscriptions to their friends as well.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">SubscriptionFlow is a platform</a> offering its services to manage the day by day increasing magazine, newspaper, and other digital media subscribers. It allows you to offer your subscribers a chance to sneak into your interests with gift subscriptions. The team SubscriptionFlow is also available to provide you consultancy to make a subscription gifts plan.</p>','Attract More Readers with Gift Subscriptions—Skyrocket Recurring Revenue of Your Magazine Business','','publish','closed','closed','','fuel-the-growth-of-magazine-subscriptions','','','2021-06-15 14:29:27','2021-06-15 14:29:27','',0,'https://staging.subscriptionflow.com/?p=4940',0,'post','',0),(4942,1,'2021-06-15 13:13:48','2021-06-15 13:13:48','','Magazine Subscription','','inherit','open','closed','','magazine-subscription','','','2021-06-15 13:14:06','2021-06-15 13:14:06','',4940,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Magazine-Subscription.jpg',0,'attachment','image/jpeg',0),(4944,1,'2021-06-15 13:16:40','2021-06-15 13:16:40','','magazine subscription software','','inherit','open','closed','','magazine-subscription-software-2','','','2021-06-15 13:16:53','2021-06-15 13:16:53','',4940,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/magazine-subscription-software-1.jpg',0,'attachment','image/jpeg',0),(4945,1,'2021-06-17 13:36:14','2021-06-17 13:36:14','<p style=\"text-align: justify;\">There are many SaaS companies in the digital arena but their nature of business differs. You cannot expect that the pricing model that works successfully for one SaaS company can produce similar results for any other company in the same market. One needs to plan with sales and digital marketing experts to adopt a certain pricing model.</p>\r\n<p style=\"text-align: justify;\">Teams of programmers and developers spend days and nights to come up with a SaaS product. A single mistake while deciding the pricing model and strategy can shatter your plans. Deciding the right price for the SaaS product is not an insignificant thing. You cannot just follow the pricing model followed by the competitors. Other than customer acquisition, customer retention, and your existing clientele there are many factors that have to be considered before opting for a pricing model. Even if you succeed in shifting to the right billing model, you must understand that pricing strategy needs to be improvised with time. Following are some of the widely used <a href=\"https://staging.subscriptionflow.com/pricing/\">pricing models</a> in the SaaS business world:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Pay per use pricing</li>\r\n <li>Tiered usage pricing</li>\r\n <li>Subscription pricing</li>\r\n <li>Per storage pricing</li>\r\n <li>Flat rate pricing</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">There are many other options that you can explore, but here the focused pricing model would remain pay per use billing.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business/\">Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?</a></p>\r\n<p style=\"text-align: justify;\">Do not rely on your gut feel to adopt pay per use billing model rather follow this guide. If your answer to the following ‘questions is ‘Yes,’ it will be feasible for you to adopt pay-per-use billing for your SaaS business.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Do You Offer Metered Services?</h2>\r\n<p style=\"text-align: justify;\">People who want to shift to pay per use pricing model must be sure that their services are effectively metered. The simplest way to check if your services are metered or not is to observe if your clients are regularly undertaking some task and using certain functionalities. However, some SaaS products are complex, offering too many services and functionalities. In that case, you can offer pay-per-use separately for all functionalities that you observe the subscribers use regularly.</p>\r\n<p style=\"text-align: justify;\">You have to observe not only the ongoing usage trend of your clients but also monitor the useful insights to predict the usage in the future. You need a holistic overview and analysis of various factor to know if the usage-based billing suits your business or not.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Are You Able to Manage Pay Per Use Cost?</h2>\r\n<p style=\"text-align: justify;\">One of the primary factors that you need to monitor to know if your business is the best fit for <a href=\"https://staging.subscriptionflow.com.pk/pricing-engine/\">pay-per-use is the cost for the usage</a>. If the cost does not change with the usage of the services, then pay per use is not the right billing model for your SaaS business. However, if cost changes with the usage, then metered billing or pay per use is a good option to earn recurring revenue. Moreover, defining the cost per unit is another job involving many facets to look into. The uncertainty of revenue that you earn is higher because usage keeps fluctuating. So, cost management is a complete process that starts with defining the right per unit cost and ends at the recurring revenue stream.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">The Price Is Right—A 2020 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Do Your Customers Appreciate Metered Billing?</h2>\r\n<p style=\"text-align: justify;\">The subscription business depends greatly on customer satisfaction. Though you think pay-per-use is a viable option for your business, and you are ready to shift to this billing mode, it is not mandatory that your customer is also ready for this shift.</p>\r\n<p style=\"text-align: justify;\">Whenever companies intend to shift to recurring billing and pay per use billing model, they are advised to survey to know if their clientele accepts the change.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Are You Able to Use Data-Driven Insights?</h2>\r\n<p style=\"text-align: justify;\">The recurring billing businesses are progressing with leaps and bounds. The subscription billing management platforms are developed by using AI-based algorithms. They are smart enough for data analytics and business intelligence. They provide you with useful data insights that you can use to predict the subscription market in the future.</p>\r\n<p style=\"text-align: justify;\">Data-driven analysis helps you understand customer behaviour in a better way. You can improvise your sales and marketing strategy with time if you are getting useful insights.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/subscription-data-is-a-hidden-treasure-learn-how-recurring-billing-data-can-be-used-to-drive-growth-in-revenue/\">Subscription Data Is A Hidden Treasure—Learn How Recurring Billing Data Can Be Used to Drive Growth in Revenue</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Is Usage-Based Billing Scalable for Your Business?</h2>\r\n<p style=\"text-align: justify;\">As a SaaS retailer, many companies cater to both small and large enterprises. Your billing model should work to earn revenue from both. If you are planning to adopt usage-based billing, then first analyse if it will help you capture even the SaaS entrepreneur. Likewise, you will have to see if your billing model is equally workable for big clients. The ability of the pricing model to allow you to entertain small and large clients equally defines its scalability.</p>\r\n<p style=\"text-align: justify;\">When you are evaluating the pay-per-use as the billing model for your subscription business, challenges should also be considered that can become bottlenecks at any stage in the future. Following are the challenges for which you should prepare while shifting to pay-per-use billing.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Unpredictable Usage</h2>\r\n<p style=\"text-align: justify;\">The pay-per-use model completely depends on the usage. As mentioned earlier, you as a SaaS retailer, not only need to observe the current usage of the SaaS product at present but also predict the future. Use data insights for this purpose. Otherwise, the usage will keep fluctuating and you will not be able to understand anything.</p>\r\n<p style=\"text-align: justify;\">Things would probably go smooth initially but in the long run, you will not understand the usage fluctuation.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Unpredictable Revenue</h2>\r\n<p style=\"text-align: justify;\">The unpredictability of the usage means the unpredictability of the revenue that you earn. SaaS retailers are happy with their subscription business models because the revenue streams are predictable. When you are using pay per use model, that factor of predictability wanes.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">In Conclusion</h2>\r\n<p style=\"text-align: justify;\">You need in-depth research while looking for the right subscription pricing model but it is not something fixed. You need to improvise with time and make changes. Customer behaviour changes, and you also need to see what competitors are up to. COVID outbreak caused a supply-demand shock, all businesses including SaaS companies had to revive their pricing strategies. So, your pricing model will change with the changes in the subscription business market. <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a cloud-based platform where you can run your recurring billing business by opting for the pay-per-use and improvise pricing strategies with continuously changing scenarios. We offer you flexible online software to earn more recurring revenue.</p>','How to Evaluate If Pay per Use Billing Is Meant for Your SaaS Business','','publish','closed','closed','','how-to-evaluate-if-pay-per-use-billing-is-meant-for-your-saas-business','','','2021-07-07 07:40:44','2021-07-07 07:40:44','',0,'https://staging.subscriptionflow.com/?p=4945',0,'post','',0),(4946,1,'2021-06-17 13:32:31','2021-06-17 13:32:31','','pay per use','','inherit','open','closed','','pay-per-use','','','2021-06-17 13:32:43','2021-06-17 13:32:43','',4945,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/pay-per-use.jpg',0,'attachment','image/jpeg',0),(4950,1,'2021-06-21 12:15:25','2021-06-21 12:15:25','<p style=\"text-align: justify;\">The business community has been using the subscription business model for decades, but things have rapidly evolved in the recent past – with the advent of automation. COVID-19 spread speeded up the process of shifting towards the recurring billing business.</p>\r\n<p style=\"text-align: justify;\">The advantages of subscription billing are so many that it seems the whole business community has diverted its attention to this business model. Today, subscriptions contribute a major chunk to the digital economy. <strong>However, you need to see if your business is suitable for subscription billing or not before moving on towards the advantages of the recurring business model.</strong></p>\r\n<p style=\"text-align: justify;\">The foundation of the whole subscription billing business model is erected on highly efficient, secure, and faster online billing and payment methods. In order to leverage the subscription model, it is important to opt for the right tools, practices, research, teams, and resources. The subscription management and payment processing software is one among them all the inevitable resources that can kick off the business in the right direction.</p>\r\n<p style=\"text-align: justify;\">These online subscription billing and payment processing systems provides SaaS and other subscription businesses with a quick and secure billing system that simplifies and secures the payment processing for the customers and hence enhance, overall, customer experience.</p>\r\n<p style=\"text-align: justify;\">In this article, you will find all details regarding <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">subscription management and payment processing</a> to help you find the best recurring billing solutions for your customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Working Mechanism of Recurring Payments Process</h2>\r\n<p style=\"text-align: justify;\">One of the widely used online payment processes is recurring billing. It eases access to the products or services and allows customers to pay regularly on a weekly, monthly, or yearly basis, depending on the type of subscription they opt for.</p>\r\n<p style=\"text-align: justify;\">Whenever a subscriber puts forth the request to pay his subscription fee, the whole payment processing ecosystem gets activated to get it done securely, timely, and feasibly. The subscriber or the customer has to enter his bank card or other payment details. These details are usually kept secure to use again in the future for the payment of the subscription fee. Later, the recurring payments are automatically processed from the customer account.</p>\r\n<p style=\"text-align: justify;\">There are many checks during the processing of each subscription payment. However, customers find online payments easier and quicker because the recurring payment software working behind are tech-savvy and well-integrated.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/covid-19-alert-ach-payment-fraud-can-leave-you-empty-handed-and-your-bank-account-empty/\">COVID-19 ALERT—ACH Payment Fraud Can Leave You Empty-handed and Your Bank Account EMPTY!</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">How Recurring Billing Software Speedily Process the Online Subscription Payments</h2>\r\n<p style=\"text-align: justify;\">The COVID-19 has indeed increased the number of subscribers, but even if it wasn’t for the pandemic, the trend of shifting to the subscription payment model was constantly upwards. Both the businesses and the customer find subscription billing software quick and convenient because of the following concrete reasons:</p>\r\n\r\n<h3 style=\"text-align: justify;\">Ease of Using Different Subscription Billing Methods</h3>\r\n<p style=\"text-align: justify;\">If you are in a subscription-based business, it is difficult to compete with just one billing method. Even the pricing strategies need to be improvised with time. Initially, you will probably find a fixed pricing model enough for your business. As the business expands, you will probably need to use other pricing models as well (many businesses use a hybrid recurring payment model). <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">Recurring payment processing</a> platforms offer their clients to implement the use of different payment models as per their business requirements.</p>\r\n<p style=\"text-align: justify;\">When billing and invoicing is processed quickly on these platforms the recurring payments are also paid and managed within minutes. SubscriptionFlow is one of the platforms facilitating its clients by offering different billing and payment options.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Handling of Discounts & Coupon on Subscriptions</h3>\r\n<p style=\"text-align: justify;\">The subscription billing businesses have their own way of catering to the needs of their subscribers. They can offer discounts, coupons, and the options to gift subscriptions. The complex billing & payment processing behind these tactics to lure maximum subscribers can be managed from the platforms of recurring billing and payments system.</p>\r\n<p style=\"text-align: justify;\">Just imagine, how difficult would it be to manage the different payment methods, discounts, and offers for every subscriber had it not be an automated billing and payment management platform.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Accurate Payments Processing</h3>\r\n<p style=\"text-align: justify;\">Before automation, people used to get subscriptions for magazines and newspapers but these subscriptions were handled manually. At that time, errors in billing and payment were common. For instance, now the trends of getting subscriptions for e-Magazines and e-Newspapers are flourished as online access is the easiest access and it comes with reduced chances of the error in invoicing and payments.</p>\r\n<p style=\"text-align: justify;\">It depicts the trend of contentment towards moving to online and automated billing. Also, people are satisfied that their data is secure. Subscription management platforms are integrated with different payment gateways to encrypt sensitive payment information and bank account details of customers. They effortlessly pay their due subscription fee.</p>\r\n<p style=\"text-align: justify;\">The recurring billing software creates a win-win situation for both subscribers and online Subscription Merchants. From invoice generation to the payment of the subscription charges, everything is streamlined. Merchants are happy with the in-time recurring payments that provide them recurring revenue stream. Subscribers are satisfied for they are provided with the best customer experience.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/09/the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing/\">The Revenue-Driven Benefits of Using Multiple Payment Gateways for Recurring Payment Processing</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Facilitation in Learning Customer Insights</h3>\r\n<p style=\"text-align: justify;\">Billing and payment are not standalone processes rather they are interlinked and intertwined with many other business operations. For example, the sales and marketing departments have to use data insights and datasets that come from the billings and payments of customers. Policies are improvised and new policies are planned based on the findings extracted from these datasets.</p>\r\n<p style=\"text-align: justify;\">The recurring billing software are using Artificial Intelligence algorithms. Within minutes, they analyse the huge datasets and offer you the findings in the form of visual representations.</p>\r\n<p style=\"text-align: justify;\">All these factors are part of the engine that runs the software you use to manage your sales, subscribers, billing, and payments. Recurring billing management software enables subscription merchants to handle all such subscription-related tasks on a single platform. Thereby, increasing the speed of billing as well as payment processing.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">The Best Recurring Billing Management and Payment System for Your Business</h2>\r\n<p style=\"text-align: justify;\"> Choosing the right recurring billing management platform for your business is another bottleneck. If you are in a dilemma to find the software for subscription management, then you can contact professionals at SubscriptionFlow. It is not only the recurring billing & payment processing platform but also known for its consultancy, support, and training.</p>\r\n<p style=\"text-align: justify;\">All SaaS subscription billing companies require a flexible system that can be integrated with third-party applications. Even if the core business of a company is to offer subscriptions for some SaaS product or services, many other business operations have to be run side by side to keep everything streamlined. Third-party applications are integrated with automated subscription management systems to run the whole business through a single platform.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/11/an-incredible-variety-of-integrations-that-subscriptionflow-offers-to-saas-businesses/\">An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses</a></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Most of the SaaS subscription companies cater to clients worldwide. They need subscription handling software that offers multi-currency support. The feature of multi-currency can enhance their customer experience because it is feasible for the customers to pay in their native currency.</p>\r\n<p style=\"text-align: justify;\">SubscriptionFlow is scalable <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">cloud-based subscription handling software</a> that you can easily integrate with the applications that you need for your SaaS business. It also offers multi-currency support and integration with several payment gateways. You can contact the team SubscriptionFlow to use its best platform to handle subscriptions, billing, and payments whenever you need.</p>','Scaling Subscription Business With Easier, Faster, and Smarter Recurring Payments Processing','','publish','closed','closed','','scaling-subscription-business-with-faster-recurring-payments-processing','','','2021-06-21 12:15:25','2021-06-21 12:15:25','',0,'https://staging.subscriptionflow.com/?p=4950',0,'post','',0),(4951,1,'2021-06-21 11:17:05','2021-06-21 11:17:05','','Recurring Payments Processing','','inherit','open','closed','','recurring-payment-processing-2','','','2021-06-21 12:03:52','2021-06-21 12:03:52','',4950,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Recurring-Payment-Processing.jpg',0,'attachment','image/jpeg',0),(4954,1,'2021-06-23 14:23:36','2021-06-23 14:23:36','<p style=\"text-align: justify;\">Online recurring payment processing is not a standalone process rather it is linked with side by side running many other processes e.g. billing & invoicing. Often subscription management and payment processing software efficiently handles the online recurring payment processes, still, there are some challenges that subscription merchants may encounter.</p>\r\n<p style=\"text-align: justify;\">In this blog, we are going to shed light on some of the inevitable recurring payment challenges and the relevant solutions for them. Before we delve into the details of these challenges you can consult the following blog for the details of the recurring payment process and the role of payment gateways in it.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Payment Failures</h2>\r\n<p style=\"text-align: justify;\">Payment failure simply means that your customer tries to pay his subscription charges at a certain time but fails. The causes of this failure can be varying. For instance, the customer tried to pay his charges online but couldn’t due to scheduled maintenance of his or her bank or maybe the payment gateway is down.</p>\r\n<p style=\"text-align: justify;\">This experience of payment failure can become the cause of the complete cancellation of the subscription.</p>\r\n<p style=\"text-align: justify;\">Another cause of payment failure emerged out of manual payments processing. Sometimes customers forget about the deadline for the payment of the subscription fee. Your subscription management and payment processing platform should be efficient enough to recognize such possibilities. It should generate notifications and reminders for customers so the payments can be collected at the right time.</p>\r\n<p style=\"text-align: justify;\">Many customers use their bank cards to pay the subscription fee and the causes of payment failure via bank card are also varying e.g:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Card cancellations</li>\r\n <li>Bank credit card limits</li>\r\n <li>Incorrect card information</li>\r\n <li>Insufficient amount in the bank</li>\r\n <li>Change in the terms to use the card</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Though payment failure is a necessary evil in the subscription business, you can manage and deal with this challenge with a well-thought plan. First of all, you need to have good communication with your customers. You can either use your automated subscription handling system to communicate with customers or contact them manually when the payment fails. Always remember a payment failure does not mean you will never receive the payment, or your customer will surely cancel the subscriptions—these are just worst-case scenarios. Automated emails and notifications coupled with manual communication is the best way to not let one payment failure spoil your customer relationship.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Disintegration in System</h2>\r\n<p style=\"text-align: justify;\">You need to get this straight that when it comes to a <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">recurring payment processing platform</a>, you need a complete payment processing solution that can holistically manage everything from invoicing to reporting. A disintegrated subscription & payments system means your online payment system is not supporting all payment channels that you utilize.</p>\r\n<p style=\"text-align: justify;\">The problem of disintegration usually rise when you start a new subscription business through a platform that offers limited functionalities. Your business expands, the number of subscribers increases, and you start getting subscription payments from different channels, but your subscription management software fails to fulfil your increasing business requirements.</p>\r\n<p style=\"text-align: justify;\">A well-integrated online recurring billing and payment management system supports multiple currencies to help you deal with international clients and is integrated with different payment gateways to ensure data security as well. All you need is to identify the right time to switch to the right <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">recurring billing platform</a> or integrate the existing one with the applications that will allow you to perform all billing and payment functionalities.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Data Security</h2>\r\n<p style=\"text-align: justify;\">Most of the online recurring bills are paid through bank account cards. Your customer is required to share sensitive payment information with the online payment system. The whole process from billing to payment connects the bank accounts of the customer and the merchant. Any data breach, whether at the customer side of the merchant side, can become a cause of some major fraudulent activity.</p>\r\n<p style=\"text-align: justify;\">Today, many subscription management platforms are cloud-based and secure enough to avoid any attempt of a security breach. Different payment gateways are also integrated with the subscription management systems to encrypt the customer data while processing the payment.</p>\r\n<p style=\"text-align: justify;\">Customer data security has become one of the biggest challenges for the subscription business community. If you want to protect your customer data from any leakage, then always integrate payment gateways with your subscription handling platform that have a PCI compliance. Payment Card Industry Data Security Standard (PCI DSS) defines the security standards that companies accepting online payments should follow to maintain a secure environment for customer data.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">International Banking Procedures</h2>\r\n<p style=\"text-align: justify;\">Often subscription-based businesses cater to international clients. When it comes to payment processing from beyond the borders, the procedures for payment vary from one bank to another. A payment system has to manage interest rate, foreign cross-border fee, taxes, and multicurrency at the same time.</p>\r\n<p style=\"text-align: justify;\">The rules for the payment and transactions of different banks are different. The chances of delays or errors are higher.</p>\r\n<p style=\"text-align: justify;\">The best way to deal with the challenges of the complexities and ambiguities that occur because of payment processing beyond borders is to offer the best support services. Make your support representatives 24/7 available to address the concerns of your customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com.pk/2019/12/how-do-tax-decisions-impact-business-strategy/\">How Do Tax Decisions Impact Business Strategy?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Revenue Leakage & Dunning</h2>\r\n<p style=\"text-align: justify;\">Now that we already know the online payment failure is one of the leading causes of subscription cancellations—churn. It is quite a challenge for subscription merchants to manage their involuntary churn because things do not end with the cancellation of subscriptions. Involuntary churn causes revenue leakage. Companies always target to minimize churn rates and streamline their recurring revenue stream.</p>\r\n<p style=\"text-align: justify;\">To deal with this issue, you need a proactive strategy. You should facilitate your customer in a way that even if he has failed to make payment for the subscriptions, he may not leave you (though some customers use payment failure as a pretext to cancel their subscriptions). One of the effective strategies to avoid revenue leakage caused by the increasing churn is smart dunning.</p>\r\n<p style=\"text-align: justify;\">Dunning is the process of communicating with customers for payment recovery. You should send automated message alerts to your customers about the deadline to pay the subscription fee. If payment is failed, your support team should contact the customer to resolve the payment issues. Even if you want to handle this through a completely automated dunning process, your emails and messages should be explanatory enough that the customer gets his queries resolved.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/05/dunning-management-as-an-effective-way-to-recover-payments/\">Dunning Management As An Effective Way to Recover Payments</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Management of Discounts and Promotions</h2>\r\n<p style=\"text-align: justify;\">Discounts, vouchers, and other promotional offers are part of every business and just like any other business, it is also a challenge for the subscription business companies to manage discounts and offers. Sometimes customers opt for discounts or offers associated with upgraded plans for some time and later cancel them and move back to the subscription package that they were previously using.</p>\r\n<p style=\"text-align: justify;\">Managing these changing customer choices during invoicing and payment is not easy. You need to find the subscription management software that allows you to decide the duration of the discounts, the redemption of the coupons, play around to offer different types of discounts, and manage change in the billing in real-time. An effective subscription management platform can create, offer, and monitor coupons and discounts as well as smartly prorate the billing as per customer preferences.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/what-is-prorated-subscription-billing-how-can-it-benefit-the-recurring-revenue-and-what-are-the-risks-of-not-using-the-prorated-billing-learn-more-about-optimal-billing/\">What is Prorated Subscription Billing? How Can It Benefit the Recurring Revenue? And, What Are The Risks Of Not Using the Prorated Billing? Learn More About Optimal Billing</a></p>\r\n<p style=\"text-align: justify;\">If you want to fight back these online subscription payment challenges, then SubscriptionFlow is the online platform that you need. Here you can manage the payment processing without any glitch or friction. You can integrate third-party applications that you need for your business as well as payment gateways. Errors during subscription processing are common but you need your system and policies to be responsive to not let these errors harm your business. As far as the system is concerned SubscriptionFlow is there to manage everything. But you need a competent team to improvise your policies to deal with payment errors.</p>','Recurring Payment Challenges? Switch to the Ultimate Subscription Management and Payment Processing Platform','','publish','closed','closed','','the-pain-points-of-subscription-payment-processing','','','2021-06-23 14:24:30','2021-06-23 14:24:30','',0,'https://staging.subscriptionflow.com/?p=4954',0,'post','',0),(4955,1,'2021-06-23 14:21:10','2021-06-23 14:21:10','','payment processing','','inherit','open','closed','','payment-processing','','','2021-06-23 14:21:21','2021-06-23 14:21:21','',4954,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/payment-processing.jpg',0,'attachment','image/jpeg',0),(4960,1,'2021-06-25 07:45:19','2021-06-25 07:45:19','','card connect','','inherit','open','closed','','logo','','','2021-06-25 07:45:36','2021-06-25 07:45:36','',2585,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/logo.png',0,'attachment','image/png',0),(4965,1,'2021-06-25 11:40:15','2021-06-25 11:40:15','','Recurring Payments Collection, Connect with CardConnect','','inherit','open','closed','','recurring-payments-collection-connect-with-cardconnect','','','2021-06-25 11:44:00','2021-06-25 11:44:00','',4717,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Recurring-Payments-Collection-Connect-with-CardConnect.jpg',0,'attachment','image/jpeg',0),(4967,1,'2021-06-25 11:42:41','2021-06-25 11:42:41','','CardConnect SubscriptionFlow Integration','','inherit','open','closed','','cardconnect-subscriptionflow-integration','','','2021-06-25 11:43:11','2021-06-25 11:43:11','',4717,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/CardConnect-SubscriptionFlow-Integration.jpg',0,'attachment','image/jpeg',0),(4970,1,'2021-06-25 12:15:33','2021-06-25 12:15:33','','Secure Payments in CardConnect','','inherit','open','closed','','secure-payments-in-cardconnect-2','','','2021-06-25 12:15:48','2021-06-25 12:15:48','',4717,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Secure-Payments-in-CardConnect-1.jpg',0,'attachment','image/jpeg',0),(4972,1,'2021-06-25 13:46:39','2021-06-25 13:46:39','<p style=\"text-align: justify;\">There are certain myths about customer onboarding that lead you to commit mistakes to prolong your relationship with the customers. One of them is to think that onboarding starts after the customer acquisition. No, customer onboarding starts even at the point when you start developing the marketing strategies to attract your leads. You need to opt for fair digital marketing strategies to attract people who can become your potential customers. Do not mislead or lie with them. It will not help you develop long-term customer relationship.</p>\r\n<p style=\"text-align: justify;\">We are here to share with you some important factors that will surely help you get your customers on board and turn them into your league of happy customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Key Points to Plan Your Onboarding Strategy</h2>\r\n<p style=\"text-align: justify;\">Onboarding means the process of making the customers well-acquainted with the system—your subscription billing software.</p>\r\n<p style=\"text-align: justify;\">Following are some important factors that will help you come up with a better customer onboarding strategy:</p>\r\n\r\n<h3 style=\"text-align: justify;\">Learn More about Customer Behaviour</h3>\r\n<p style=\"text-align: justify;\">Customer behaviour is a key to unlock the door to success for every business. Subscription-based businesses also need an in-depth knowledge of their customer purchasing patterns. The subscription management platforms are using AI algorithms and they can provide you with customer data analysis. The data analysis reports that AI-based systems generate are accurate. They will improve your data literacy.</p>\r\n<p style=\"text-align: justify;\">The visual report that the automated systems generate sums up the data of many years. You can easily identify patterns of purchase and the time when SaaS buyers purchase more. Use data insights for they are the most important factor in formulating the customer onboarding strategy.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Follow a Customer-Centric Approach</h3>\r\n<p style=\"text-align: justify;\">Though all businesses ensure that the customer gets the best experience, the customer experience is the cornerstone of the subscription business. If the customer is not happy, he will not wait till the end of his subscription plan. He has the convenient option to cancel the subscriptions and not pay for the services that do not satisfy him. The market is already competitive. He can easily find another SaaS retailer.</p>\r\n<p style=\"text-align: justify;\">You can plan and manage involuntary churn quite effectively, but voluntary churn is not easy to handle. The best way to address this challenge is to acquire more happy customers to compensate for the ones who left. So, not just onboarding but all recurring billing business strategies should focus on the customer.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/05/the-role-of-customer-success-in-the-subscription-business/\">The Role of Customer Success in the Subscription Business and How to Embrace It to Excel?</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Offer Demos & Tutorials</h3>\r\n<p style=\"text-align: justify;\">One of the best things that you can make part of your onboarding strategy is to offer thorough demos and tutorials to your customers. Statistics show that most of the customers who cancel subscriptions for SaaS products, in the beginning, is just because they fail to understand the complexities of the software.</p>\r\n<p style=\"text-align: justify;\">If you offer your customer helpful demos and tutorials that can resolve their initial queries and question regarding your product, then it can significantly improve your customer retention rate. Even it is inconvenient for the customers to switch from one recurring billing software to another.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Provide Knowledge Base</h3>\r\n<p style=\"text-align: justify;\">Do not confuse the knowledge base with the tutorials and demos. The knowledge base is a self-service that most SaaS companies offer. The document contains all information about the product that they are offering. It might include tutorials but it is more explanatory than mere tutorials.</p>\r\n<p style=\"text-align: justify;\">Tech entrepreneurs should also offer their clients a knowledge base. It will help them get happy and loyal customers. Such clients will later become your referrals for new customers.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Communicate Well</h3>\r\n<p style=\"text-align: justify;\">Both B2B and B2C business communities are aware of the importance of communication with the customers. Customer acquisition, marketing, and support services demand effective communication with the customer. However, communication can also help you with onboarding.</p>\r\n<p style=\"text-align: justify;\">Do not leave the newly acquired customer on his own rather communicate with him. Use effective communication platforms for this purpose. It will make the customers feel that they matter. It also leaves a positive psychological impact on the customers that the company that offers services owns them.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Offer Personalised Experience</h3>\r\n<p style=\"text-align: justify;\">When you are planning onboarding for your SaaS subscription business, it is important to understand the concept of personalized experience. You should use the customer name and polite tone when you communicate with them. The recurring billing software is effective for providing your customer with a personalized experience.</p>\r\n<p style=\"text-align: justify;\">The scope of the personalized experience is vast, and it varies with the nature of the SaaS product or service that you offer. However, it is highly beneficial for SaaS retailers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/04/how-saas-companies-can-enrich-customer-loyalty-and-long-lasting-relationships-with-recurring-billing-during-covid-19/\">How SaaS Companies Can Enrich Customer Loyalty and Long-Lasting Relationships with Recurring Billing During COVID-19</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Offer Effective Customer Support & Training</h3>\r\n<p style=\"text-align: justify;\">When SaaS customers start using a new product, they feel difficulty in getting along with the new system. Many SaaS companies focus on their customer support to swiftly resolve issues that customers face initially. Some SaaS platforms are huge and offer so many functionalities that they have to offer training for the customers.</p>\r\n<p style=\"text-align: justify;\">You can use customer support and training as a strategy to bring customers on board. Let customers know that your team is available to answer their questions and train them to use your powerful subscription management platform.</p>\r\n<p style=\"text-align: justify;\">Till now, we have shared all the important points that you need to formulate an onboarding strategy that will generate the desired result for you. Now, you need to read the following benefits of spending time and resources to formulate your own customer onboarding strategy to get motivated.</p>\r\n<img class=\"aligncenter size-full wp-image-4974\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/06/checklist-for-customers.jpg\" alt=\"checklist-for-customers\" width=\"1200\" height=\"800\" />\r\n<h2 style=\"text-align: justify;\">Advantages of Planning Customer Onboarding</h2>\r\n<p style=\"text-align: justify;\">There are some concrete reasons behind the fact that all SaaS enterprises spend their time and resources to onboard their new customers. Following are the advantages of formulating a workable onboarding strategy:</p>\r\n\r\n<h3 style=\"text-align: justify;\">Customer Experience</h3>\r\n<p style=\"text-align: justify;\">Better customer experience is one of the reasons for the popularity of the subscription billing business model. If you have properly planned an onboarding strategy and start catering to the customer needs from the very beginning, then you set the foundation for a long-term relationship with your customer. How? There was a time when customer acquisition and customer support used to be considered the points of interaction with the customer. Now that we are all living in the digitalised ecosystem, customers interact with the business at various points. This process of interacting with the customer offers an experience to the customers.</p>\r\n<p style=\"text-align: justify;\">Your onboarding strategy helps you provide customers with the best experience and enjoy customer loyalty.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/7-secret-ingredients-to-take-over-the-market-and-chase-stellar-saas-customer-experience-the-right-way/\">7 Secret Ingredients to Take Over the Market and Chase Stellar SaaS Customer Experience the Right Way</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Customer Retention</h3>\r\n<p style=\"text-align: justify;\">Customer acquisition is not the sole target of a company rather businesses aim at customer retention. Some SaaS companies opt for poor customer acquisition tactics. They mislead their customers about the products or the services that they offer. Initially, they succeed in bringing many customers. Today, customers are equipped with knowledge. They know where they are investing and how much they are investing. Moreover, recurring billing is a customer-centric business model. The customer has the choice to immediately cancel the subscription when he feels that he has been misguided.</p>\r\n<p style=\"text-align: justify;\">Customer onboarding strategies help the recurring business community avoid such practices and increase customer retention rate.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Referral Resources</h3>\r\n<p style=\"text-align: justify;\">When it comes to marketing, no marketer can deny the importance of referrals. Customers believe the third person more than what the company claims. Customers are smart enough to know that businesses use puffery to attract customers. Your onboarding strategy can help you bring happy customers. You can provide these referrals of existing happy customers to the new customers and grow your customer base.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Churn Reduction</h3>\r\n<p style=\"text-align: justify;\">As mentioned earlier, if the customer is misguided about the SaaS product that the company offers, he can cancel the subscription—voluntary churn. However, your strategy to bring the customer onboard can play role in reducing the voluntary churn rate.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Increase in Revenue</h3>\r\n<p style=\"text-align: justify;\">There are various metrics relevant to customer onboarding. Customer churn, Retention Rate, and Customer Lifetime Value (LTV) are some of the important ones. Well-planned onboarding strategies improve the performance of the subscription billing business. When business performance improves, the KPIs or metrics also improves. An increase in the retention rate is directly proportional to the LTV which means a fair chance of earning more revenue.</p>\r\n<p style=\"text-align: justify;\">SaaS Business experts are now targeting to onboard happy customers rather than spending resources to make customers happy. To achieve this target, they start working even at the phase of targeting leads. They target potential leads, plan onboarding strategies, and get loyal and happy customers who stay with them for a long time.</p>','How to Formulate an Ultimate Onboarding Strategy to Get Happy Customers','','publish','closed','closed','','ultimate-onboarding-strategy-to-get-happy-customers','','','2021-06-25 13:47:20','2021-06-25 13:47:20','',0,'https://staging.subscriptionflow.com/?p=4972',0,'post','',0),(4973,1,'2021-06-25 13:42:07','2021-06-25 13:42:07','','Get Happy Customers','','inherit','open','closed','','get-happy-customers','','','2021-06-25 13:42:20','2021-06-25 13:42:20','',4972,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Get-Happy-Customers.jpg',0,'attachment','image/jpeg',0),(4974,1,'2021-06-25 13:46:15','2021-06-25 13:46:15','','checklist for customers','','inherit','open','closed','','checklist-for-customers','','','2021-06-25 13:46:28','2021-06-25 13:46:28','',4972,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/checklist-for-customers.jpg',0,'attachment','image/jpeg',0),(4977,1,'2021-06-28 08:37:56','2021-06-28 08:37:56','','Subscription-Based-Services','','inherit','open','closed','','subscription-based-services','','','2021-06-28 08:42:00','2021-06-28 08:42:00','',2102,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services.jpg',0,'attachment','image/jpeg',0),(4978,1,'2021-06-28 08:41:19','2021-06-28 08:41:19','','SaaS services','','inherit','open','closed','','subscription-based-services-2','','','2021-06-28 08:41:44','2021-06-28 08:41:44','',2102,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services-.jpg',0,'attachment','image/jpeg',0),(4983,1,'2021-06-28 13:50:47','2021-06-28 13:50:47','<p style=\"text-align: justify;\">The digital transformation of the education landscape has restructured the concepts of schooling and learning.</p>\r\n<p style=\"text-align: justify;\">Today, pupils are no longer required to manage mandatory physical attendance in the classrooms in order to fulfil their needs of knowledge, understanding, and information.</p>\r\n<p style=\"text-align: justify;\">With the rise of the internet, interconnected digital devices, cloud-based applications, and online resources, especially after the onset of COVID-19, e-learning is leaping into the new arena of round-the-clock and beyond-the-borders education.</p>\r\n<p style=\"text-align: justify;\">We have now entered into an age where anyone can have instant access to knowledge resources available online from anywhere in the world anytime. This era has also characterized by the revolutionary opportunities sprouting for the education businesses.</p>\r\n<p style=\"text-align: justify;\">From schools, colleges, and other educational institutes shifting to online classes to online language courses, training, short skill options, etc., hundreds of thousands of e-learning business opportunities are waiting out there for the people to contribute their part in making online education the future of learning and skill development.</p>\r\n<p style=\"text-align: justify;\">What they all need is technical assistance, internet access, and reliable e-learning business management resources that can provide an all-in-one platform for attendance management, lectures scheduling, programmed communications, and automated billing and payments.</p>\r\n<p style=\"text-align: justify;\">One such resource is <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-online-courses/\">Subscription Management Software for online courses and e-Learning Business</a>.</p>\r\n<p style=\"text-align: justify;\">This article takes on what are the education business management requirements and how subscription software is the new assistance to manage them all from a single point. Keep on reading to learn how <a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-educational-institutions/\">subscription management software for educational institutions</a> can scale your e-learning ventures and fast-track more value and earning into your business.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/\">Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Understanding the Education Business Needs In Relation with Subscription Management Software for Online Course and E-Learning Plans</h2>\r\n<p style=\"text-align: justify;\">Like every other business, education businesses have their own requirements for business management. For ages, educational institutions were using old-school education management software with limited functionalities.</p>\r\n<p style=\"text-align: justify;\">Gone are the days when these on-premise applications come in handy for a no-challenges environment. This digital age demands ultra-advanced solutions for all the online education bottlenecks and e-learning problems.</p>\r\n<p style=\"text-align: justify;\">The cloud-based subscription software for educational institutes addresses most of their time, efforts, and money consuming concerns.</p>\r\n<p style=\"text-align: justify;\">Subscription management software for educational institutions is a lot more than simply recurring billing management software for schools, colleges, training centres and others.</p>\r\n<p style=\"text-align: justify;\">From automated subscription plans handling and students management to recurring billing and payments automation, Subscription Management Software for online courses, trainings, and other e-learning businesses are designed to scale the system to manage and align other administrative areas with subscription management.</p>\r\n<p style=\"text-align: justify;\">These include attendance management, self-service portals for payees, subscription plans and fee management, automated communications for invoices, transactions, upgrades, etc.</p>\r\n<p style=\"text-align: justify;\">These cloud-based software can serve as all-inclusive education business management platforms with seamless integrations. They can also streamline the workflow with cross-platform data sharing for better business insights to measure performance, students requirements, course demands, and more.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a></p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-4985\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Subscription-Management-Software-for-Educational-Institutes.jpg\" alt=\"Subscription-Management-Software-for-Educational-Institutes\" width=\"1200\" height=\"800\" /></p>\r\n\r\n<h2 style=\"text-align: justify;\">SsubscriptionFlow—The Swift and Smart Subscription Management Software for Educational Institutes</h2>\r\n<p style=\"text-align: justify;\">SubscriptionFlow is an all-in-one education business management software for education establishments to offer subscriptions for online short and long programs, language classes, technical and fitness trainings, curricular and co-curricular courses, and others.</p>\r\n<p style=\"text-align: justify;\">It has been designed for schools, colleges, universities, online coaching, language, and tuition centres, research institutes, libraries, etc to automate their e-learning subscription plans and handle subscriptions from billing to payments and reporting to optimization.</p>\r\n<p style=\"text-align: justify;\">This AI-augmented recurring billing management system is equipped with scalable and customizable modules. It not only automates the operations but enhances the overall cost reduction, time and effort consumption, and reporting transparency.</p>\r\n<p style=\"text-align: justify;\">With SubscriptionFlow, educational institutes can boost their digital learning initiatives and roll out the best online education plans for regular schooling, distance-learning certifications and degrees, short courses, professional or vocational programs, and language classes.</p>\r\n<p style=\"text-align: justify;\">It offers end-to-end admission and application management, course or lecture scheduling, service portal for payees as well as for students and teachers through integrations, and simplifies recurring billing, payments, and revenue management.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/07-features-to-look-out-for-when-selecting-a-subscription-billing-service-for-your-subscription-business/\">07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business</a></p>\r\n<p style=\"text-align: justify;\">SubscriptionFlow from across the education domains provides our clients satisfactory education business management services that include:</p>\r\n\r\n<h3 style=\"text-align: justify;\">Student Management and Subscription Handling</h3>\r\n<p style=\"text-align: justify;\">From creating the student profile as per the subscription and generating the Student ID, class enrollment, and course plan to automate the subscription cycles for billing and payments, SubscriptionFlow allows the education services providers to stay focused on their services.</p>\r\n<p style=\"text-align: justify;\">The AI-powered built-in CRM in SubscriptionFlow knows how to process the student information and leverage it to meet their expectations with your business requirements.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Attendance Management</h3>\r\n<p style=\"text-align: justify;\">Are you worried about the mismanagement in attendance and record-keeping? The solution is there in SubscriptionFlow. Automate attendance and align it with the class records within the SubscriptionFlow platform.</p>\r\n<p style=\"text-align: justify;\">Equip your managers, masters, and teachers with the credible yet simple attendance management system where you can define course schedules and class details, record leaves, automate workflows for lowest or highest attendance, and so on.</p>\r\n<p style=\"text-align: justify;\">It helps the services providers to understand the progress of students as well as assist them to evaluate the headway for the course and relevant subscription plan.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Course Planning Optimizer and Lecture Scheduler</h3>\r\n<p style=\"text-align: justify;\">Often, the real culprit behind the failure of the program is its pricing and feature structuring. Optimize your course or program subscription plans with the help of AI-powered plans and a pricing engine in SubscriptionFlow.</p>\r\n<p style=\"text-align: justify;\">Catalogue your subscription plan details smartly. Add course type, details, credit points, hours of engagement, number of lectures, attendance and assessment requirements, logs, and more.</p>\r\n<p style=\"text-align: justify;\">Not only this, offer need- or merit-based scholarships, discounts, gift subscriptions, vouchers, and more to the deserving students.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Fee and Payments Management</h3>\r\n<p style=\"text-align: justify;\">From generating an invoice to automate a card transaction for the recurring fee, SubscriptionFlow is a highly advanced and comprehensive subscription management and payment processing software. It supports mid-of-the-cycle billing changes in the subscription plan, multiple pricing models, customized invoicing, and automated email communications.</p>\r\n<p style=\"text-align: justify;\">On the payments front, it not only offers integrations with all the top-of-the-line payment gateways for secure, faster, and better payments in multicurrency, it also provides industry-leading PCI-compliant recurring payment processing services.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Resources Management</h3>\r\n<p style=\"text-align: justify;\">Project management, cloud-based document sharing, knowledgebase application or any others, SubscriptionFlow allows education businesses to gather all their resources from different sources on one platform through multiple integrations.</p>\r\n<p style=\"text-align: justify;\">Not only this, but they can also connect their sales, marketing, support, communications, and other applications with SubscriptionFlow to identify the bottlenecks in the revenue operations and mitigate them.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Real-Time Monitoring & Reporting</h3>\r\n<p style=\"text-align: justify;\">Along with your students, stay vigilant on each penny streaming into your recurring revenue. SubscriptionFlow allows you to monitor and track recurring revenue for each plan, class, course, or student in run-time and always stay ahead of churn, customer loss, and revenue leakages for any reasons.</p>\r\n<p style=\"text-align: justify;\">This offers the subscription managers to identify the chances of subscription cancellation and resolve it before it brings the loss of revenue.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing/\">The Yoga Market Is Growing At An Exponential Rate—Learn How Yoga Subscriptions and Yoga Subscription Boxes Are Contributing In the Rise of Healthy Living</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">SubscriptionFlow Can Spark Growth and Fortunes for Educational Institutes</h2>\r\n<p style=\"text-align: justify;\">Connect your online education business with SubscriptionFlow and experience new heights of growth with ease, convenience, and support. Count your heads among the industry leaders ready to take learners from every part of the world on board and support them with the future they crave and deserve with the best online e-learning services.</p>\r\n<p style=\"text-align: justify;\">And, SubscriptionFlow is here to team up the greater cause of education beyond the borders.</p>\r\n<p style=\"text-align: justify;\">Here are some of the key reasons that stand out SubscriptionFlow among ordinary education business management software.</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Automated Recurring Billing and Payments</li>\r\n <li>Programmed Communications</li>\r\n <li>Data Insights</li>\r\n <li>Scalable Platform</li>\r\n <li>Highly Customizable Modules</li>\r\n <li>Data and Payments Security</li>\r\n <li>Seamless Data Migrations</li>\r\n <li>E-Learning Plans & Pricing Optimization</li>\r\n <li>Cross-Platform Data Sharing and Integrations</li>\r\n <li>Online and Offline Payments Options</li>\r\n <li>Multicurrency and Multi-Region Support</li>\r\n <li>Multiple Payment Gateways</li>\r\n <li>Recurring Revenue Optimization</li>\r\n <li>Custom Views and Dashboard</li>\r\n <li>Parents/Students Portal</li>\r\n <li>24/7/365 Support</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">And, a lot more customizable solutions are available to serve your online education business needs. <a href=\"https://staging.subscriptionflow.com/demo/\">Talk to our experienced subscription consultants</a> who can help you to accelerate the growth of your business and find new avenues of revenue.</p>','Scale e-Learning Initiatives with SubscriptionFlow—Use Subscription Management Software for Education Business Growth','','publish','closed','closed','','education-business-management-software','','','2021-06-28 13:50:47','2021-06-28 13:50:47','',0,'https://staging.subscriptionflow.com/?p=4983',0,'post','',0),(4984,1,'2021-06-28 13:39:54','2021-06-28 13:39:54','','Subscription Software for online education','','inherit','open','closed','','subscription-software-for-online-education','','','2021-06-28 13:40:25','2021-06-28 13:40:25','',4983,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Subscription-Software-for-online-education.jpg',0,'attachment','image/jpeg',0),(4985,1,'2021-06-28 13:49:34','2021-06-28 13:49:34','','Subscription Management Software for Educational Institutes','','inherit','open','closed','','subscription-management-software-for-educational-institutes','','','2021-06-28 13:49:54','2021-06-28 13:49:54','',4983,'https://staging.subscriptionflow.com/wp-content/uploads/2021/06/Subscription-Management-Software-for-Educational-Institutes.jpg',0,'attachment','image/jpeg',0),(4988,1,'2021-07-01 06:38:43','2021-07-01 06:38:43','<p style=\"text-align: justify;\">Commodities that people need on a recurring basis are ideal to run the subscription billing business.</p>\r\n<p style=\"text-align: justify;\">Food is an inevitable recurrent need as it is important for the survival of human beings. Subscription is an ideal business model for businesses that deal with food in its raw or processed forms.</p>\r\n<p style=\"text-align: justify;\">Many restaurants are already offering subscriptions for meals and deals.</p>\r\n<p style=\"text-align: justify;\">Not only cooked food but staples have also quite a wider scope for subscription-based business. Staple food items e.g. wheat, rice, cereals, grains, oils, meat, fish, vegetables, and many more are also needed, regularly. Many people have a dedicated budget for staple food items. They recurrently order these items through various supply chains.</p>\r\n<p style=\"text-align: justify;\">Recurring billing is also one of the best models to address the recurrence in needs for staple food items and avoid supply-demand mismatch. How? Here, we are going to shed light on various facets of the supply-demand of staple food items and the role that efficient subscription management software can play in streamlining supply chains.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/\">Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Where the Pain Point Lies?</h2>\r\n<p style=\"text-align: justify;\">You need to understand that there are many middlemen involved in the process of supplying staple food items to the customers. These suppliers can be manufacturers themselves or they can be wholesalers, distributors, and traders.</p>\r\n<p style=\"text-align: justify;\">The balance of supply and demand often disrupts when the number of middlemen increases. The involvement of more people makes the process complicated, delayed, and expensive.</p>\r\n<p style=\"text-align: justify;\">There are three scenarios to fulfil the customer demand for staple food items. First, the producer can directly offer the customers to purchase rice, wheat, cereals etc from his flagship stores. Second, he can sell the food items to a supplier. The supplier will sell these goods to the end customers. Third, the producer can sell food items to a trader (though a trader can pick his consignment for the food items from more than one producer). The trader will sell these food items to the customers.</p>\r\n<p style=\"text-align: justify;\">Along the supply chain, the core objective is to fulfil customer demands. From manufacturing till fulfilment, different people play different roles in these supply chains.</p>\r\n<p style=\"text-align: justify;\">When roles of middlemen are not properly defined, supply-demand misalignment is evident. The sole solution to manage this misalignment is to shift your staple food business to subscriptions and manage your subscribers.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Subscription Management as a Way to Align Staple Food Supply-Demand Chain</h2>\r\n<p style=\"text-align: justify;\">Now that we have identified the problem that affects your staple food supply chains, it is time to move towards the solution. It is the recurrence of the need for staple food items that the customer’s demand always increases. Many eCommerce businesses that supply wheat, rice, barley, and cereals etc fail to identify that many discrepancies that they have to deal with in their supply chains are because their customer has recurring need. Concrete policies, business plans, and software are needed to address these customer needs.</p>\r\n<p style=\"text-align: justify;\">Whether you are a producer, supplier, or trader, the solution to your supply-demand mismatch lies in the subscriptions. And to manage subscriptions, you can opt for the recurring billing and payment platform.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://subscriptionflow.pk/2020/07/business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes/\">Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Advantages of Shifting Your Staple Food Business to Subscriptions</h2>\r\n<p style=\"text-align: justify;\">Time has long gone when subscription billing was considered an apt business model for SaaS companies. Today, many manufacturing industries are also shifting to recurring billing. People need staple food and you can harness the recurring need for wheat, rice, oils, and cereals etc for the boost of your eCommerce staple food business.</p>\r\n<p style=\"text-align: justify;\">Many online grocery stores and restaurants that were operating eCommerce supply chains are already shifting to a subscription billing model. Subscriptions can streamline your eCommerce staple food business in the following ways:</p>\r\n\r\n<h3 style=\"text-align: justify;\">Stability</h3>\r\n<p style=\"text-align: justify;\">The delays and complexities in the supply chain can be avoided and stability can be achieved if you shift your eCommerce business to subscriptions.</p>\r\n<p style=\"text-align: justify;\">Once you shift to the subscriptions and use an apt subscription management platform, you will find that many issues that you previously had to deal with will automatically disappear. Things will get streamlined.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Reliability</h3>\r\n<p style=\"text-align: justify;\">Offering subscriptions is the best way to get customer reliability. Suppliers and traders offering staple food are many in the market. No one wants his customers to leave. If you want your customers to have a long-term relationship with you, then offering subscriptions for staple food items e.g. oils, rice, grains, wheat, cereals, and vegetables etc is the best way to achieve this goal.</p>\r\n<p style=\"text-align: justify;\">As long as customers get staple food items in time and dependable delivery services they will not leave.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Predictability</h3>\r\n<p style=\"text-align: justify;\">No business model offers the level of revenue predictability that you can enjoy with the subscription billing business model. You know the number of your subscribers and the type of subscription package they have. It is not difficult to calculate recurring revenue for a week, month, or year.</p>\r\n<p style=\"text-align: justify;\">If you are using a recurring billing platform, it will be even easier for you to analyse data and predict revenue. Producers can analyse customer data to analyse the demand. They can manage their manufacturing unit to cater to customer recurring needs that ultimately streamline the recurring revenue stream.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Growth</h3>\r\n<p style=\"text-align: justify;\">If you opt for subscriptions, there are fair chances of growth of your customer base. Subscriptions not only simplify the eCommerce business processing but are also attractive for the customers. Customers get rid of placing the order again and again for the staple food items they need. The orders and payments are handled by the distributor or supplier (usually through a subscription management platform).</p>\r\n<p style=\"text-align: justify;\">So, if you shift your eCommerce business to subscriptions to handle staple food orders, you can increase your number of customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/07/ecommerce-subscriptions-are-here-to-stay-learn-to-optimize-subscription-ecommerce-billing-management-to-fuel-stability-growth-in-business/\">eCommerce Subscriptions Are Here to Stay—Learn to Optimize Subscription eCommerce Billing & Management to Fuel Stability & Growth in Business</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Role That SubscriptionFlow Can Play in Your eCommerce Staple Food Subscription Business</h2>\r\n<p style=\"text-align: justify;\">The focus of the eCommerce staple food businesses remains the supply of the items on time. Other than that there are the following issues that they need to address:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>They need to experiment with the price that they offer for rice, wheat, and other food items.</li>\r\n <li>It is difficult to manage recurring billing and payments</li>\r\n <li>It is difficult to manage paybacks and discounts.</li>\r\n <li>They encounter difficulties while managing inventory.</li>\r\n <li>They fail to optimize the customer unwrapping experience.</li>\r\n <li>They fail to deliver the staple food order in time.</li>\r\n <li>Many staple food items are perishable and failure to timely deliver the order can cause the issue of handling the food items.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">The best tool to beat these challenges is SubscriptionFlow. You can use different online payment methods to cater to the needs of your customers. The SubscriptionFlow is integrated with reliable payment gateways. You can either go with the default payment gateway or choose other ones that fulfil your eCommerce business needs.</p>\r\n<p style=\"text-align: justify;\">If you use SubscriptionFlow, you can conveniently manage your subscribers and their payments. You will be able to plan discounts, offers, and coupons and handle different payment options of different customers. It is always a challenge for eCommerce businesses to manage inventory and warehouses. If you integrate the right software with the core recurring billing platform, you can streamline the whole eCommerce staple food subscription business processing.</p>\r\n<p style=\"text-align: justify;\">The orders can be delivered with accurate details of invoicing and payment and enhance the unwrapping experience of your subscribers. The problem of the perishability of food items can be handled if you manage your inventory and time to deliver the orders. Both the inventory and time of the delivery can be taken care of with the subscription management platform.</p>\r\n<p style=\"text-align: justify;\">Recurring billing management platforms like SubscriptionFlow provides you with a chance to manage all subscribers. When you manage subscribers, you can better understand the customer needs for staple food. You can find ways to improve manufacturing and cater to the needs of more customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/05/6-challenges-that-ecommerce-subscription-businesses-might-face-in-2021-and-the-way-forward/\">6 Challenges That eCommerce Subscription Businesses Might Face in 2021 and the way Forward</a></p>\r\n<p style=\"text-align: justify;\">In conclusion, the idea of recurring billing is innovative for the manufacturing industry, especially for the staple food industry. Staple food manufacturers entering the eCommerce business stream can take a step forward and embrace recurring billing. It can help them get the better of supply-demand imbalances as mentioned in this article.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/\">SubscriptionFlow</a> is an <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI-based recurring billing management platform</a> that can help you enter the new markets to offer your staple food items and manage your food supply chain. Contact their team of experts now.</p>','How to Address Recurring Need for Staple Foods and Achieve Supply Demand Equilibrium','','publish','closed','closed','','recurring-billing-in-commerce-and-trade-bigcommerce','','','2021-07-01 06:45:08','2021-07-01 06:45:08','',0,'https://staging.subscriptionflow.com/?p=4988',0,'post','',0),(4989,1,'2021-07-01 06:17:45','2021-07-01 06:17:45','','recurring billing','','inherit','open','closed','','recurring-billing','','','2021-07-01 06:17:59','2021-07-01 06:17:59','',4988,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/recurring-billing.jpg',0,'attachment','image/jpeg',0),(4992,1,'2021-07-05 13:59:32','2021-07-05 13:59:32','<p style=\"text-align: justify;\">In the digital world, there is no concept of borders and boundaries. It is a huge arena where the entry ticket is innovation. You have a chance to enter this field by using automation as your ticket. Automation has been the talk of the town, and we will not waste your time and our energy to discuss the advantages of automation. We aim at underlining the points that make it mandatory to use not just any but <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">recurring invoicing management software</a> to manage your subscription billing business. But first, you need to understand the scope of the subscription business market.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Scope of the Subscription Business Market</h2>\r\n<p style=\"text-align: justify;\">The graph of the growth of the subscription business market shows a continuous improvement. The market is competitive, companies are growing, and people are earning recurring revenue like they never did before. According to a <a href=\"https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/thinking-inside-the-subscription-box-new-research-on-ecommerce-consumers\" rel=\"nofollow\">Mckinsey report,</a> the subscription eCommerce business market has grown more than 100 percent every year, in the past five years.</p>\r\n<p style=\"text-align: justify;\">Did anyone ever think of subscribing for haircuts, nanny & house help services, or shaving products?</p>\r\n<p style=\"text-align: justify;\">Of course not!</p>\r\n<p style=\"text-align: justify;\">The idea of shifting to subscriptions for these products and services is even new for those who are already into these businesses.</p>\r\n<p style=\"text-align: justify;\">Business communities have recently started thinking out of the box to offer new ways of subscriptions</p>\r\n<p style=\"text-align: justify;\">The subscription market is growing just like water that flows and makes its own way. Things are changing dramatically that no one can claim anything with certainty, but one thing is sure that we are soon going to enter the age where ownership will be a long-gone concept and subscriptions will be everywhere.</p>\r\n<p style=\"text-align: justify;\">Recurring invoicing management software has become the demand of the time because of the expanding subscription market. If you think you can run your subscription-based business on simple software that is not specifically meant for subscription handling, then you will be proven wrong by the end of this article.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/01/automate-your-billing-with-recurring-invoices/\">Automate your Billing with Recurring Invoices</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Why Do You Need A Specialised Subscription Billing & Invoicing Software?</h2>\r\n<p style=\"text-align: justify;\">Many entrepreneurs enter the subscription market with limited subscribers. They need a few functionalities that their software provides. However, business expands and discrepancies occur. It is not just the mismanagement for which people shift to specialised subscription billing and invoicing software. Following are some feasibilities that, as a subscription billing company, you can only enjoy if you use specialised platforms.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Business Expansion</h3>\r\n<p style=\"text-align: justify;\">One of the best things about the subscription business is that you have doors wide open to enter the global subscription business market. Whether you have a SaaS product or industrially manufactured commodities, you can sell them locally and internationally.</p>\r\n<p style=\"text-align: justify;\">The point to ponder is are you able to handle local and international subscribers with software that is not specially meant for handling subscribers and generating invoices for them. Invoice generation is complicated in itself. There are involved international baking rules and regulations. Only an automated recurring invoicing software can help you manage subscribers and invoices on the same platform. Subscription management platforms are the solution to all subscription-related worries, and you can focus on your core business and plans.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/02/if-you-are-a-small-business-then-online-invoicing-software-for-small-business-is-for-you/\">If you are a Small Business then Online Invoicing Software for Small Business is for you</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Efficiency and Accuracy in Invoices</h3>\r\n<p style=\"text-align: justify;\">We believe that invoicing is a complete science that is interlinked with the discipline of psychology—customer psychology. You must understand that it is not just generating an invoice and asking your customer to pay for what he owes you. It is a point of interaction with the customer. Here, the proverb “First impression is the last impression,” falsifies. Every time you interact with the customer, you leave an impression, and every time you have to be impressive.</p>\r\n<p style=\"text-align: justify;\">Automated billing and invoicing software minimize the chances of human errors. You can add the links for online payments. It is up to you that how skillfully you use your online invoicing platform to facilitate your subscribers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2019/11/recurring-invoicing-top-10-mistakes-to-avoid/\">Recurring Invoicing: Top 10 Mistakes to Avoid</a></p>\r\n\r\n<h3 style=\"text-align: justify;\">Integrations</h3>\r\n<p style=\"text-align: justify;\">Experts suggest that even entrepreneurs should use cloud-based recurring billing platforms rather than on-premise software that cannot help you compete in the market. Subscription billing is not limited to invoicing, billing, and transactions. Many business processes are involved before the billing process starts and after it ends.</p>\r\n<p style=\"text-align: justify;\">Even if you have some software for billing and invoicing, what about the other process? Many other applications are needed to streamline your recurring billing business. You can fill your hardware with standalone applications. B2B companies like SubscriptionFlow are here to offer solutions for such problems.</p>\r\n<p style=\"text-align: justify;\">They can integrate billing & invoicing CRM, HR management, subscription management, analytics & reporting, and many other processes management software. You can handle business holistically on a single platform.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Post-Sale Customer Experience Optimization</h3>\r\n<p style=\"text-align: justify;\">A study of customer psychology tells that your customers believe in what other people say about your products and services rather than what your customer care or support team representatives tell. So, it is very important to serve each customer with the best services. One happy customer can bring many others on board—a ripple effect.</p>\r\n<p style=\"text-align: justify;\">Customers not only follow advertisements but also read product reviews. They ask for referrals. If you succeed in making one international customer happy, there are fair chances of bringing more customers on board. That’s why it is suggested to plan before you use automated responses and chatbots especially for invoicing, customer support and the dunning process. Offer customers personalized experiences.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/03/embrace-invoice-automation-and-say-goodbye-to-invoice-distresses/\">Embrace Invoice Automation and Say Goodbye to Invoice Distresses</a></p>\r\n<p style=\"text-align: justify;\">Automation unknowingly percolated in the subscription billing business market. Now, it has become a necessity. If you are running your recurring business without being provided with this basic need, then SubscriptionFlow is here to help you. Our representatives will take you to explore the broad horizons of the international subscription market through the automated recurring billing & invoicing platform.</p>','How Automated Recurring Invoicing Management Empowers Global Subscription Market','','publish','closed','closed','','recurring-invoicing-management-and-optimization','','','2021-07-05 14:00:34','2021-07-05 14:00:34','',0,'https://staging.subscriptionflow.com/?p=4992',0,'post','',0),(4993,1,'2021-07-05 13:56:17','2021-07-05 13:56:17','','Recurring Invoicing','','inherit','open','closed','','recurring-invoicing','','','2021-07-05 13:56:27','2021-07-05 13:56:27','',4992,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/Recurring-Invoicing.jpg',0,'attachment','image/jpeg',0),(4997,1,'2021-07-08 07:22:32','2021-07-08 07:22:32','<p style=\"text-align: justify;\">Whether you are a subscription business geek or an entrepreneur, keep in mind from the very beginning that you need to have killer business instincts to thrive in the market. When you start your business, you hear from many that the subscription market is already saturated—especially the companies offering subscriptions for over the top media services (OTT) are outnumbered.</p>\r\n<p style=\"text-align: justify;\">What is it that got the rapt attention of the recurring billing business sharks? It is diverse revenue streams that bring profit to the OTT business community. It is not difficult for a person having business-oriented intuition to understand the importance of the opportunity that can bring revenue from diverse streams. OTT services business is a jackpot only if you know the market and can keenly observe the future prospects.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/\">How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Why Diversifying Revenue Streams Matters In the OTT Industry?</h2>\r\n<p style=\"text-align: justify;\">When COVID-19 hit the world, there was a global economic downturn. It has been more than a year since the pandemic has caused the economic slowdown. However, the businesses that had multiple revenue streams performed relatively better during this episode of health and economic crisis.</p>\r\n<p style=\"text-align: justify;\">OTT industry kept performing up to the mark because content consumption increased during the lockdowns all across the world. Not only local but international viewers onboarded OTT platforms.</p>\r\n<p style=\"text-align: justify;\">For people who had identified this scope of OTT media services, the flow of their revenue streams remained maintained. For some reason, if the business does not perform in one domain and the flow of the revenue disrupts, other revenue streams are there to help you cover the difference.</p>\r\n<p style=\"text-align: justify;\">But how the flow of different revenue streams remains maintained in the OTT industry. Even if there is a disruption in one of the streams, the other ones effectively help in recovering the money.</p>\r\n<p style=\"text-align: justify;\">The backbone of the revenue diversification of the OTT platforms is the VOD business models that companies adopt. Video-on-Demand is the concept based on the idea of providing videos any time, anywhere. People have shifted from TVs to online streaming.</p>\r\n<p style=\"text-align: justify;\">Here are these business models that boost the performance of the OTT industry:</p>\r\n\r\n<h2 style=\"text-align: justify;\">SVOD (Subscription Video on Demand)</h2>\r\n<p style=\"text-align: justify;\">When it comes to video on demand, associating the system with subscription billing offers the best business model. VOD services providers offer their customers to pay regularly to access the video content they want to watch.</p>\r\n<p style=\"text-align: justify;\">Subscribers, billing, and revenue are managed through the subscription management software.</p>\r\n<p style=\"text-align: justify;\">Following are the pricing models that maintain the flow of revenue stream for businesses opting SVOD:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n <li>Free Trials are not only a tactic to lure more subscribers but also a part of a recurring revenue management strategy. They help in establishing one of the streams that bring revenue. Free trials for video streaming services are time-bound. Once the trial period ends, people are asked to subscribe to access the video content in the future.</li>\r\n <li>Freemiums are not time-limited options because a viewer can access the content. However, there are certain advanced features of the OTT services providing platform that he cannot enjoy. He needs to get subscriptions for those features. Some platforms do not allow viewers to watch content beyond a limit. There can be other limitations that vary from one company to the other.</li>\r\n <li>Prorated VOD Options depend on the type of subscription that the subscriber uses—sometimes called differentiated access model. This model helps you in accommodating catering to those subscribers who change their video subscription plan.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/12/all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market/\">All You Need to Know About the Subscription-Video-On-Demand (SVOD) and Its Way to Lead the Subscription Market</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">AVOD (Ads-Based Video on Demand)</h2>\r\n<p style=\"text-align: justify;\">Another model to offer videos on demand is to attach advertisements with the video content. The sponsors pay money, and it is utilized for the expense of content creation. For example, every one of us would have seen the ads on YouTube. These ads may appear before, after, or anywhere in the middle of the video.</p>\r\n<p style=\"text-align: justify;\">Users can enjoy the content but advertisements are not appreciated every time. In fact, they affect the customer experience (CX) which is the backbone of the subscription business market. The market is filled with competitors.</p>\r\n<p style=\"text-align: justify;\">The other way to take advantage of the annoyance is to offer paid subscriptions that can compensate the ads-based revenue and generate subscription-based revenue as SVOD.</p>\r\n\r\n<h2 style=\"text-align: justify;\">TVOD (Transactional Video On Demand)</h2>\r\n<p style=\"text-align: justify;\">TVOD is another model to bring more viewers on board. OTT services providers use this model to offer a vast library of videos to the viewer but he will pay charges per video. It is based on the pay-per-use model. Viewers attract to this model as they think they have control over the expenses associated with the usage.</p>\r\n<p style=\"text-align: justify;\">TVOD is one of the most customer-centric business models. Customers can estimate their usage and charges that they would need to pay for watching the content by shifting to it.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/\">Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Hybrid VOD</h2>\r\n<p style=\"text-align: justify;\">The online video monetization options are not limited to the ones that we have discussed here. The reason for the popularity of OTT services is the flexibility of using pricing models. You are not bound to use a single model. You can improvise not only the plans pricing but also the pricing strategy. Businesses are going far beyond the boundaries of the conventional sales & marketing norms.</p>\r\n<p style=\"text-align: justify;\">The modes of selling and marketing have changed and they are still evolving. It is more like a basic right that you have in the streaming services subscription business—to devise your pricing policy or strategy.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/\">Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net</a></p>\r\n<p style=\"text-align: justify;\">All these business models empower the OTT services providing companies to cater to maximum online content viewers. Offer them content that they want to watch at the price that they can afford, and through such channels where they can pay for streaming services easily. That’s the key to prosper in the OTT services market.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Conclusion</h2>\r\n<p style=\"text-align: justify;\">Revenue diversification in the OTT media business industry offers many options to run your business in a risk-free manner. The recurring billing business model has become a sun and businesses from different niches are orbiting around this sun just because predictive revenue and multiple revenue streams are rewarding enough. No one wants to let go of any opportunity to increase revenue. The shift of cord-users to advanced gadgets and online streaming has opened the doors of endless opportunities for the OTT services industry. Subscriptions and TTP services have offered the business community a combo that helps them live the dream of earning better revenue. If you want to enter this market, or if you want to revise your pricing plan to improve revenue, team <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> is all available.</p>','How Diverse Revenue Streams Are Fueling The OTT Industry','','publish','closed','closed','','how-diverse-revenue-streams-are-fueling-the-ott-industry','','','2021-07-08 07:22:32','2021-07-08 07:22:32','',0,'https://staging.subscriptionflow.com/?p=4997',0,'post','',0),(4998,1,'2021-07-08 07:09:34','2021-07-08 07:09:34','','OTT','','inherit','open','closed','','ott','','','2021-07-08 07:09:41','2021-07-08 07:09:41','',4997,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/OTT.jpg',0,'attachment','image/jpeg',0),(5001,1,'2021-07-12 10:56:49','2021-07-12 10:56:49','<p style=\"text-align: justify;\">The growth of the recurring billing business is directly related to the recurring needs of the customer. All subscription-based companies target to grow their customer base. Have you ever thought that your understanding of human psychology can help achieve this target?</p>\r\n<p style=\"text-align: justify;\">To understand customer psychology, we do not recommend you start hiring psychologists in your team. But you should know some basics, and this article will cover different aspects of the human psyche that will surely help onboard more subscribers and improve your <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">recurring billing business</a> performance.</p>\r\n<p style=\"text-align: justify;\">The relationship between business and psychology is eternal. The decisions that we as human beings make in life involve psychological factors such as our emotions, learning, and motivation. When subscribers come on board, there are involved certain psychological aspects that even the customers are unaware of. You can use these psychological essentials to cater to more customers even with your simple billing software, but only if you succeed in identifying these psychological aspects.</p>\r\n<p style=\"text-align: justify;\">This article aims to uncover numerous aspects of customer psychology that play role in bringing customers on board and turning customers into recurring customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/06/ultimate-onboarding-strategy-to-get-happy-customers/\">How to Formulate an Ultimate Onboarding Strategy to Get Happy Customers</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Provoke Customer Curiosity</h2>\r\n<p style=\"text-align: justify;\">When you market your new SaaS product, it is just like launching the first teaser of a film, and everyone knows film teasers make the audience curious to watch the film till the end. Your marketing teams should also come up with a plan to launch the SaaS product that will make the SaaS customer community yearn for the product. You should not tell too much or too little. The secret of arousing interest in the SaaS product lies in maintaining this balance.</p>\r\n<p style=\"text-align: justify;\">You can use emails, notifications, and social media to create hype for your product before its launch. SaaS recurring billing software can be used to manage your subscribers and marketing campaign.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Provide Customer Referrals</h2>\r\n<p style=\"text-align: justify;\">Customer referrals are considered a great marketing tool. Why? Because there is a major role of the human psyche involved at the back. For instance, you go for groceries at a store, you are willing to buy a product, and a salesperson starts telling you about the qualities of that product. You will immediately get sceptical. You will need some confirmation if the product is worth buying. Even if there is no issue with the product, it is human behaviour that people do not trust the words of the person representing the company.</p>\r\n<p style=\"text-align: justify;\">They prefer the opinion of a third person from their own community. If you want more subscribers, you should keep this human behaviour in mind. Here your happy customers help you. Offer referrals of your happy customers to your potential leads. Listening to the experience of other customers is the solution for the scepticism of the new customers.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Instil Loyalty</h2>\r\n<p style=\"text-align: justify;\">You would have heard that customer trust is as sacred as a shrine. It is the first step to get customer loyalty. But to make your customer trust your SaaS product is as difficult as it is for you to trust the infidel lover. The human mind does not trust anyone and anything easily, but if you are too good to someone, the other person feels indebted to you. This feeling of indebtedness turns into loyalty. You see, there are other ways to achieve the same results.</p>\r\n<p style=\"text-align: justify;\">Your good customer care services can make your customer and potential leads feel indebted. They stay loyal to your product. You resultantly enjoy a better customer retention rate.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Make Customers Feel Special</h2>\r\n<p style=\"text-align: justify;\">Believe it or not, today customers need your attention. You have to be with them 24/7/365. Customers want you to own them because they feel it is their basic customer right. Social media is the platform where everyone can enjoy the omnipresence of others. Now, you need to understand the psyche of the customers as well as the idea behind online social networking. Social networking websites fulfil the need to communicate. Man cannot live in isolation. He needs to listen to others and want others to listen to him. SaaS companies can communicate with clients by using chatbots and social media applications.</p>\r\n<p style=\"text-align: justify;\">You can either use chatbots for quick response to the customer queries, but it is better to communicate in person with the customers. Use your resources and social media applications to fill the communication gap between you and your customers. Your time and all-time presence can bring more customers on board.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Use Relatable Content</h2>\r\n<p style=\"text-align: justify;\">When you develop a SaaS subscription product, it is based on an idea to bring the solution to a problem. You need to communicate with your marketing team to always come up with relatable content to attract your customers. Today, customers have many sources of information. They are already aware that not only SaaS companies but all businesses make big promises when they market a product.</p>\r\n<p style=\"text-align: justify;\">You should use real-life instances for marketing that your leads and customers can relate to. Create content that can engage the right online community—potential leads. You can get the services of social media influencers. Let them market your product in a normal and communicative tone so that customers may not think they are being told to must subscribe to your SaaS services or products.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Save Your Customer from FOMO</h2>\r\n<p style=\"text-align: justify;\">We are living in an era where people having conflicting ideas live together. There are Boomers, Millennials, and Generation Z living in the same society with a different mindset. Generation Z is the youngest community of people so, adopted technological changes easily. Millennials and Boomers are the ones who sometimes develop this fear of missing out. They are not tech-savvy and sometimes avoid using SaaS products that are too complex for them.</p>\r\n<p style=\"text-align: justify;\">Your SaaS product should be easy-to-use for Generation Z, Millenials, and Boomers equally. Develop easy-to-use SaaS products and save your leads and customers from FOMO.</p>\r\n\r\n<h2 style=\"text-align: justify;\">Offer Discounts & Coupons</h2>\r\n<p style=\"text-align: justify;\">Sales, discounts, and offers are always attractive for customers in both the real world and the digital world. One of the reasons behind offering freemiums and free trials is human psychology. It is human behaviour to try free products. However, free trials are to be planned to acquire customers.</p>\r\n<p style=\"text-align: justify;\">For instance, you offer two boxes of candies and ask someone to pick just one candy. The first box is filled with candies, and the other has just two candies. What do you expect? Everyone will prefer to get the candy from the box that has just two andies. It is the human psyche to feel attracted to things that are relatively less.</p>\r\n<p style=\"text-align: justify;\">Just like this, do not offer free trials for a longer duration. It will kill customer’s interest in your SaaS product.</p>\r\n<p style=\"text-align: justify;\">Also Read: <a href=\"https://staging.subscriptionflow.com/2021/06/how-to-level-up-the-recurring-billing-with-free-trials-and-freemium/\">Psychological Aspects to Know to Level Up The Recurring Billing with Free Trials And Freemium</a></p>\r\n\r\n<h2 style=\"text-align: justify;\">Conclusion</h2>\r\n<p style=\"text-align: justify;\">It is said that <em>“If you want to sell more, then you better know whey customers buy.”</em> One of the reasons to buy is customer psychology. There are many other aspects of SaaS customer psychology. At <a href=\"https://staging.subscriptionflow.com\">SusbcriptionFlow</a> you will get not only the best platform to manage SaaS subscriptions but also a team to help you understand subscribers psychology. Once you excel in delivering what SaaS customers need, you have a fair chance of competing with the subscription billing business sharks in the market.</p>','Psychological Triggers That Can Help You Bring More Customers On Board','','publish','open','open','','psychological-triggers-that-can-help-your-bring-more-customers-on-board','','','2021-07-12 13:55:28','2021-07-12 13:55:28','',0,'https://staging.subscriptionflow.com/?p=5001',0,'post','',0),(5002,1,'2021-07-12 10:53:00','2021-07-12 10:53:00','','simple billing software','','inherit','open','closed','','simple-billing-software','','','2021-07-12 10:54:18','2021-07-12 10:54:18','',5001,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/simple-billing-software.jpg',0,'attachment','image/jpeg',0),(5005,1,'2021-07-14 13:59:06','2021-07-14 13:59:06','What is the reason that free trials and freemiums are so popular among the SaaS business community? They bring more revenue. They are the source of onboarding potential leads. They are one of the best ways to market your SaaS products and services. We are also part of the SaaS business market, and we agree on these facts. However, are free versions of SaaS just about revenue, leads, and marketing?\r\n\r\nTeam SubscriptionFlow is here to bust this myth. One of the primary causes of offering free versions is to introduce your SaaS product to the market. There is no way to sell, market, and earn if people are unaware of the ease that your product or services can offer them.\r\n\r\nIf you want to read more about freemium and free trials then you can consult one of our previously written blogs.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/2021/04/saas-free-trial-vs-saas-freemium/\">SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!</a>\r\n\r\nMany companies use SaaS subscription management software to manage their subscribers as well as free trials. But the concept of the free version is misunderstood, and you need to clear ambiguities before you experiment with it. So, ask yourself this basic question:\r\n<h2>Freemium or Free Trial – What Do You Actually Need?</h2>\r\nMany SaaS companies are market giants, and they do not need to use free trials or freemiums as a tactic to attract more subscribers. However, some businesses cannot thrive if they do not tag their product with something ‘free’. You must decide whether you need a trial version of your SaaS product or is it freemium that would work best for you?\r\n\r\nFor instance, Netflix used to offer free trials for its streaming services. However, last year, they removed free trials. Why? Because they already have established their position in the market and their targeted customers and their leads are already aware of their services. They are in a position to directly offer subscription packages for their customers.\r\n\r\nOne of the widely-used language-assistance SaaS, Grammarly offers a free version that you can use for infinite time (freemium). However, if you need advanced functionalities, you would need to switch to premium and get its subscription. Moreover, they have special versions for universities and other educational institutions.\r\n\r\nAnother example of another type of free version is Ubersuggest—one of the most credible and popular SEO and content marketing manager. They offer free access to their product for a week, so that a customer can understand its usage, become familiar with the feature’s ad functions, and above all, understand the value of assistance it offers. This is called free trials of SaaS products. Once the trial period is over, the user will not be able to access SaaS anymore. This creates a sense of urgency and needs to proceed to the subscription. However, in some cases, it may cut the cords.\r\n\r\nThe niche of your business and your standing in the market decide whether you need to offer free trials or not.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a>\r\n<h2>Time Duration of the Free Trials</h2>\r\nIf you succeed in understanding the importance of time to offer free trials, you can become the market leader. Here you have a wide margin to play. You can test and try various things.\r\n<ul>\r\n <li>You should know the right time to offer free trials.</li>\r\n <li>You should know the time when you need to remove free trials.</li>\r\n <li>You should offer free trials for the appropriate time period.</li>\r\n</ul>\r\nHubSpot offers free trials for 14 days while HBO TV and HBO Go offer a trial period of just 7 days. It is probably confusing to understand the reason for this difference in time duration for a free trial. Some SaaS products are complex enough that the customer needs time to explore all features. HubSpot, for example, is a content marketing software offering a range of integrations and templates. It is obvious that people would need sufficient time to explore such an extensive platform.\r\n\r\nOn the flip side, it is easy to understand what HBO offers. There is also a difference in the niche of SaaS business that HBO and HubSpot run. Now, you would be able to understand the logical reason behind varying periods of free trials offered by different platforms.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/how-to-plan-the-best-freemium-model-to-make-more-users/\">How to Plan the Best Freemium Model to Make More Users Upgrade to Premium</a>\r\n<h2>Post-Free Trial Planning</h2>\r\nFree trials are like the test drive of a car. When you drive a car to test it, the sales representative do not just smile and let you go. On your way, he keeps telling you about the features and price of the car. He also provides you with a comparative analysis of other cars. After the drive, he will get your feedback. He would contact you even if you do not contact him.\r\n\r\nYou should plan your SaaS free trial in the same way, from beginning till the end. Make sure your plan ends with the customer coming on board. HBO Max does not offer free trials anymore—following Netflix and Disney. However, Hulu offers to sign up for free for seven days trial, and you can use HBO as well during the trial period. Through this free trial, HBO and Hulu expect to cater to more subscribers. See, they have clear targets and aims to achieve at the end of the trial period.\r\n\r\nCurrently, SubscriptionFlow has also experimented with its free version. So, more and more users can understand and get the benefit of the assistance it offers. Recently, we have made SubscriptionFlow free forever for the customers. After the 14 days full-fledged free trial period ends, your SubscriptionFlow free trial can be converted into freemium.\r\n\r\nFreemium allows users to continue all the features except a few advanced payments features and functionalities. The strategy of offering free trials before SubscriptionFlow freemium is to provide the customers with a chance to get a complete overview of the SaaS subscription management product. They will be able to make the right buying decision. That’s how we have reinvented the old concept of free trials in a new way—ending our free trials at freemium.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/how-to-level-up-the-recurring-billing-with-free-trials-and-freemium/\">Psychological Aspects to Know to Level Up the Recurring Billing with Free Trials and Freemium</a>\r\n<h2>Metrics to Monitor the Performance of Free Trials</h2>\r\nWhen you are testing a free trial strategy, you need to monitor some metrics to know the effectiveness of your strategy.\r\n\r\nFirstly, you need to keenly observe the trial conversion rate. It will help you see if your plan to enhance brand awareness and bring more leads onboard working the way you want or not.\r\n\r\nIf the trial conversion rate is improving, your Monthly Recurring Revenue (MRR) will also improve. This improvement is a clear indication of the success of your free trial strategy. MRR will directly affect Annual Recurring revenue (ARR).\r\n\r\nIf you observe these metrics or KPIs, you can find out whether your free trials strategy works or not. There are certain scenarios where companies rather than using the free trial strategy to launch their SaaS product or to bring more customers on board, make free trials a source of revenue. They offer paid trials instead of free trials. It is the best strategy to filter out potential leads from freeloaders. You can only use paid trials when your customer and leads are well-informed about the services or the product that you are offering.\r\n\r\nIt has become a norm to offer free trials and freemium. Whether you are a tech entrepreneur or a well-established SaaS enterprise, your free trials should be planned with well-defined targets. Once you achieve the target, you need to experiment and come up with something different.\r\n\r\nStop jumping on the bandwagon!\r\n\r\nUnderstand this, free trials are an effective business strategy if you use them wisely. Those who are interested in <a href=\"https://staging.subscriptionflow.com/register\">SubscriptionFlow free trials</a> can contact our team. We are hopeful that offering the freemium when the free trial ends will bring ease for our clientele. You will be able to use the basic functionalities of our platform. And for a whole subscription package, we are all available.','Experimenting With the Free Trials of the SaaS Products to Find the Optimal Solution','','publish','open','open','','experimenting-with-free-trials-of-the-saas-products','','','2021-07-15 06:23:48','2021-07-15 06:23:48','',0,'https://staging.subscriptionflow.com/?p=5005',0,'post','',0),(5006,1,'2021-07-14 13:58:06','2021-07-14 13:58:06','','SubscriptionFlow free trials','','inherit','open','closed','','subscriptionflow-free-trials','','','2021-07-14 13:58:19','2021-07-14 13:58:19','',5005,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/SubscriptionFlow-free-trials.jpg',0,'attachment','image/jpeg',0),(5010,1,'2021-07-15 16:20:01','2021-07-15 16:20:01','{{unknown}}','','','publish','closed','closed','','0c51bc9717f2d5b9d0771c8724c44b3f','','','2021-07-15 16:20:01','2021-07-15 16:20:01','',0,'https://staging.subscriptionflow.com/2021/07/0c51bc9717f2d5b9d0771c8724c44b3f/',0,'oembed_cache','',0),(5011,1,'2021-07-19 07:37:18','2021-07-19 07:37:18','A flat fee is probably the most convenient model of recurring billing but it may not suit a range of business types.\r\n\r\nAs a customer, think for once if you were charged a fixed amount every month for electricity, mobile phone, and internet, would it be fair for anyone?\r\n\r\nA one-word answer to this question is ‘No.’\r\n\r\nAll of us prefer to pay for these services as much as we utilize them.\r\n\r\nThat defines the significance of the pay-as-you-go subscription billing model—best for the services for which the frequency of usage fluctuates.\r\n\r\nSubscriptions are not only a billing model but a convenience when it comes to charging for metered services. The subscriber is charged for exactly what he uses.\r\n\r\nThe business community stays active to mix and match various factors that help in optimizing prices and finding the best billing model. Pay-as-you-go is the outcome of this process of experimenting with billing models. There is a subtle difference between flat-fee subscription billing and pay-as-you-go.\r\n\r\nWhen customers opt for subscriptions, they regularly pay subscription charges after a week, a month, or a year depending on the type of subscription package they use. However, pay-as-you-go frees the customer from the liability to pay after regular intervals.\r\n\r\nThe subscriber will pay one-time charges for using services, and next, he will pay only when he gets the same services otherwise he is not liable to pay.\r\n\r\nTo handle pay-as-you-go billing complexities, companies started trying or combination hybrid billing models. Flat fee + Pay-as-you-go or tiered pay=as-you-go, experiment with whatever you can stream more recurring revenue.\r\n\r\nThe real issue is with so many billing models and strategies, it can be confusing to continue with the optimal one. Even if you succeed in adopting the right model, it is difficult to see if your subscription billing model performing the way you thought.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/how-to-evaluate-if-pay-per-use-billing-is-meant-for-your-saas-business/\">How to Evaluate If Pay per Use Billing Is Meant for Your SaaS Business</a>\r\n\r\nThis article discusses a few of the indicators that will help you know if your billing model is right for giving you a competitive edge in the market or not:\r\n<h2>Lead Conversion Rate</h2>\r\nSales and marketing teams spend days and nights to devise such marketing policies and campaigns that can help to get quality leads. They also work on buyer personas. When these strategies work, SaaS businesses get targeted online traffic. What next? Here the job of the marketing team ends. Companies in the subscription business market require this traffic to turn to be recurring customers.\r\n\r\nYour subscription billing model and the subscription billing management software give better insights to evaluate whether your leads would convert to be the subscriber or not. So, if you want to see your billing model suits your business or not, then observe your lead conversion rate.\r\n\r\nSwitching to a new billing model is not a magic wand that waves and you get results at once. You would need sufficient time to observe the performance of the new billing model.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business/\">Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?</a>\r\n<h2>Customer Retention Rate</h2>\r\nCustomer retention is that indicator that you can monitor easily. If your customers are staying on board, the graph of customer retention will show an upward trend. You will also observe improvement in the Customer Lifetime Value (CLV). This improvement demonstrates that your billing model is helping you to boost your business. A subscription management platform can provide you graphical representation for these KPIs.\r\n\r\nHowever, it can be challenging to monitor the fluctuating value of customer retention if you opt for a billing model like pay-as-you-go where the customer is not liable to pay when they are not using the product or services. On the flip side, SaaS companies opting for flat-fee subscription billing enjoy ensured customer retention and predictive revenue as customers stay at least as long as their subscription is valid.\r\n\r\nSee, the same KPIs show different performance when you change the billing model.\r\n<h2>Voluntary Churn</h2>\r\nYou look at the market from the retailer’s perspective and want to adopt the billing model that can improve the business process, but customers are not bound to think the way you do. If they do not find your new billing model feasible, they will cancel the subscription.\r\n\r\nIf voluntary churn increases after the adoption of a subscription billing model, then it is a clear indication your billing model is not helpful at all. Again, there is involved a mix of more than one factor. Probably, the new model will help you onboard more customers that can compensate for the ones who left. But customer retention is always preferable to customer acquisition.\r\n\r\nYou have to look at all aspects simultaneously so that you can avoid churn and acquire more customers. It is just like drawing the best fit. If you want to know more about customer churn then:\r\n\r\nRead Also: <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a>\r\n<h2>Revenue Stream</h2>\r\nThe ultimate aim of adopting or switching the subscription billing model is to increase or diversify the revenue. The improvement in the Monthly Recurring Revenue (MRR) will show the effectiveness of the adopted billing model in the shape of a smooth recurring revenue stream.\r\n\r\nExperts suggest not to shift your customer base all at once on a new billing model. First, you can try new billing strategies on a small group of customers. If you get desired results, you can slowly take your entire system to the new billing model. For example, the pay-as-you-go billing model is attractive for it helps in onboarding more customers. However, one will enjoy more revenue but not the revenue predictability.\r\n<h2>Track of Customer Usage</h2>\r\nIn SaaS businesses, data is processed in the cloud, and companies need to convert time, storage, and data processing in the cloud into billable units. Companies opting for usage-based billing models e.g. pay-as-you-go, charge their customers for the units that they consume. To streamline this process of billing, SaaS companies need to invest their money in the best subscription billing management software.\r\n\r\nHere comes another indication of the success of your billing model. If you can track the billable units consumption of your customers through your subscription management platform, then you are using the right billing model.\r\n\r\nThose who are still left with billing model-related ambiguities can get help from experts of team <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a>. We not only offer the subscription billing software but also the feasibility to use the subscription billing model and payment gateways that you want. You can manage the complete billing process the way you want. You can also contact our team for customer support.','Indicators to Test If Your Pay-As-You-Go Billing Model Is Hurting Or Helping Your Subscription Business','','publish','closed','closed','','pay-as-you-go-billing-model','','','2021-07-19 07:39:11','2021-07-19 07:39:11','',0,'https://staging.subscriptionflow.com/?p=5011',0,'post','',0),(5012,1,'2021-07-19 07:31:17','2021-07-19 07:31:17','','Billing Model','','inherit','open','closed','','billing-model','','','2021-07-19 07:31:28','2021-07-19 07:31:28','',5011,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/Billing-Model.jpg',0,'attachment','image/jpeg',0),(5014,1,'2021-07-21 11:50:50','2021-07-21 11:50:50','Telematics is a complex field of business that involves the basics of telecommunication, computer science, electrical, and mechanical engineering. A telematics business involves IoT devices manufactured by different industries. These devices are installed in the vehicles, and to bring these devices into operation, one needs to get telematics services from a certain company. The telematics data that devices collect is processed in a cloud. Companies offering telematics services need to monetize their services for this data processing. Telematics services are required regularly, and the best way to monetize these services is subscription billing.\r\n\r\nThis was about the operational complexities in the telematics business that makes monetization a bottleneck. Some challenges arise because of the diverse customer base. Following are the commercial transportation domains where telematics has become the basic need:\r\n<ul>\r\n <li>Fleets of ambulances</li>\r\n <li>Trailers & trucks</li>\r\n <li>Fire trucks & emergency vehicles</li>\r\n <li>Fleets carrying consignments</li>\r\n <li>Agricultural machinery</li>\r\n <li>Car rentals</li>\r\n <li>Airbuses</li>\r\n <li>Oil containers</li>\r\n</ul>\r\nThe customer base of telematics is considered diverse because it includes all types of commercial vehicles that move locally and internationally. They all track and monitor vehicular traffic by getting telematics services. But it is a taxing task for telematics services providers to cater to the needs of clients having varying needs and bill them accordingly.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/telematics-and-telematics-billing-how-the-future-of-connected-recurring-revenue-opportunities-is-evolving/\">Telematics and Telematics Billing-How the Future of Connected Recurring Revenue Opportunities is Evolving?</a>\r\n\r\nMediation is another challenge which is the process of converting raw data into billable units that subscription billing software uses to generate invoices for telematics services. To deal with all these telematics billing complexities, real-time billing through a subscription management platform is the ultimate solution. How? Here are some convincing reasons to make the picture clearer:\r\n<h2>Accurate Subscription Billing</h2>\r\nJust like any other subscription business, in the telematics business, clients demand varying subscription plans. They also switch from one subscription plan to another. Manual handling of the migration from one billing model to the other can become the cause of various human errors. These errors contribute to revenue leakage. In small scale, commercial transportation businesses, revenue leakage is comparatively easy to manage, but when it is about huge consignments and shipments, it is not even possible to track the problem that causes this revenue leakage. You can have a smooth revenue stream if you manage your subscription billing through a reliable platform, SubscriptionFlow.\r\n\r\nMistakes in invoicing and billing for telematics services can lead to voluntary churn—customers cancel subscriptions intentionally. Whether voluntary or involuntary churn, it is a direct cause of revenue leakage. However, the chances of billing mistakes are least when you use automated recurring billing software.\r\n\r\nDunning is another problem for telematics services providers. However, subscription billing platforms are designed in a way that they can effectively manage dunning. You can send timely notifications and follow up emails to recover your subscription payments. So, subscription management software manages your telematics billing process as well as the payment—a complete billing solution.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/\">This Is How Subscription Billing Automation is a Game Changer for Subscription Businesses</a>\r\n<h2>Billing Multiple Recurring Services</h2>\r\nFollowing are the telematics services for which subscriptions are offered:\r\n<ul>\r\n <li>Fuel consumption monitoring</li>\r\n <li>Vehicle conditions monitoring</li>\r\n <li>Speed monitoring</li>\r\n <li>Emergency brakes monitoring</li>\r\n <li>Location tracking</li>\r\n <li>Monitoring safety of the vehicles</li>\r\n <li>Automated insurance</li>\r\n <li>Trip length and distance monitoring</li>\r\n</ul>\r\nThese along with many other telematics services are required on a recurring basis. It is not compulsory that your complete customer base would need all these services. You would have to offer different subscription plans because customers demand some of these services depending on the scope of their business needs. For instance, a customer running a car rental business would need to monitor vehicle conditions, speed, and location. But he does not want telematics services to record trip length for he considers it is feasible to manage it manually. You can offer him a personalised subscription plan, and for the sake of billing rely on a subscription billing management platform.\r\n\r\nYou can manage all your subscription plans on recurring billing platforms and monetise these plans accurately. The software to manage subscriptions is flexible enough that it can fulfil the needs of local as well as internationally operating clients. Through this software, telematics businesses can manage the following billing-related tasks:\r\n<ul>\r\n <li>Tax calculations</li>\r\n <li>Government regulations</li>\r\n <li>Multiple currencies</li>\r\n</ul>\r\nAnd a lot more. So, you can handle your telematics business complications and leave billing management to the recurring billing platform.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/iot-led-subscription-monetization-smart-recurring-billing-can-create-connected-smarter-future/\">IoT-led Subscription Monetization—Smart Recurring Billing Can Create Connected Smarter Future</a>\r\n<h2>Monetization of Improvised Subscription Plans</h2>\r\nJust like many other subscription businesses, customers of telematics services providing companies also opt for proration. They change their subscription plans when they feel the existing one does not fulfil business needs anymore. How would you charge for the changing needs and varying subscription plans of your clients? You can probably manage small-scale businesses, but when it comes to telematics subscriptions for commercial transportation that moves beyond borders carrying the huge consignments, things are not easy to manage. Established Shipment companies need to not only track their consignments but also the commodities in the consignments. There are rules and regulations involved in tracking the location of these consignments that move internationally. They pass through the checks of customs and tax regimes. Shipment companies need telematics subscriptions for all these services.\r\n\r\nThereby, telematics is one of those industries where the demand for improvised subscription plans is highest. And to bill these plans nothing can be more robust than subscription billing management software like SubscriptionFlow.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n\r\nThe process of billing becomes trickier in the telematics subscription business because telematics is itself a mix of different businesses. It brings IoT telematics devices manufacturers, computer scientists, electrical engineers, and experts of mechanics together to work in the same ecosystem. The subscription billing and different subscription plans increase the complexity to monetise recurring needs for the telematics services.\r\n\r\nIf you are part of the telematics business industry, then SubscriptionFlow offers you to leave all your billing-related worries for their efficient platform to manage. Here you cannot only manage your billing process but also the discounts, proration, dunning, and secure recurring payments processing and management.','How Real-Time Billing Helps Monetize The Diverse Customer Base In Telematics Industry','','publish','closed','closed','','how-real-time-billing-helps-monetize-the-diverse-customer-base-in-telematics-industry','','','2021-07-19 12:37:32','2021-07-19 12:37:32','',0,'https://staging.subscriptionflow.com/?p=5014',0,'post','',0),(5015,1,'2021-07-19 12:17:09','2021-07-19 12:17:09','','telematics','','inherit','open','closed','','telematics','','','2021-07-19 12:17:17','2021-07-19 12:17:17','',5014,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/telematics.jpg',0,'attachment','image/jpeg',0),(5018,1,'2021-07-23 13:54:53','2021-07-23 13:54:53','At present, customers are well aware of their rights, and they detest step motherly treatment. They need you to be with them from onboarding to subscription cancellation. And it is not just about customer care, but you have to offer the best treatment to ensure customer retention.\r\n\r\nIf you want your recurring customers to stay with you, offer them the best customer experience. And, one of the subsets of customer experience is the friction-free subscription fee payment.\r\n\r\nNothing can be more annoying for the customers than that they are ready to pay their subscription fee but their payment fails. Not only the failed or delayed payment, sometimes, the subscriptions can also get cancelled for late or no payments.\r\n\r\nFor customer retention, for the best customer experience, and for customer satisfaction, it is high time to move towards innovations in subscription management and payment processing. We are here with some new thoughts that if you inculcate in your subscription-based business can help you a lot.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/leverage-subscription-management-platform-for-one-window-operations/\">Leverage Subscription Management Platform for One-Window Operations and Attain Business Excellence</a>\r\n<h2>Pricing Flexibility</h2>\r\nFirst, you should know the fundamental idea of pricing flexibility. It is about analyzing the market, customer’s sales and purchase behavior, business insights, and coming up with pricing that is attractive for the customer every time they come to your platform and benefits you in business as well. The subscription billing business is known for pricing flexibility as it enables you to offer customers what they can happily pay.\r\n\r\nNow that the trend of subscriptions is established, customers want options beyond conventional subscriptions. Some subscribers want to share subscription charges, and companies are offering them pricing flexibilities in different forms. For example, Netflix offers 4 screens in one subscription package at affordable rates. Subscribers enjoy video streaming on different screens, and they can share subscription charges.\r\n\r\nJust like Netflix, you can also improvise the idea of subscription price flexibility as per your business requirements.\r\n<h2>Multiple Payment Methods</h2>\r\nMultiple payment methods are not something that you ‘should have’ rather your ‘must have’ them. The customer churn is always high with just one payment method. For instance, if the customer tries to pay with his bank card, but payment fails because of the card limit, expiry, or any other reason, he can simply move to the other payment methods that the billing and payment system allows. As a retailer, you need to consider your location and the customer base to decide the payment methods that you can offer. If circumstances allow, even direct credit can be offered.\r\n\r\nStudies reveal that there are hundreds of online payment methods that recurring billing businesses are using as per their requirements. There are many subscription businesses that now offer the option to pay through digital wallets and cryptocurrency. It is just about offering the best customer payment experience and minimizing the complexities involved in this process.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/expand-mrr-for-your-saas-business-growth-in-2021/\">Leverage Subscription Management Software-Expand MRR for Your SaaS Business Growth in 2021</a>\r\n<h2>Multiple Currencies</h2>\r\nThe concept of only one currency in the subscription business is obsolete. We are all already living in a world where people believe in ‘subscriptions beyond borders.’ All of us are somehow part of the subscription ecosystem. Times magazine, Netflix, and The Economist caters to local as well as international subscribers. It is obvious, customers living beyond borders will prefer to pay subscription charges in their local currency. It is beyond the capacity of a layman to understand the currency conversion, foreign currency conversion fee, and cross-border tax liabilities. However, if you offer multiple currency support, it will be easier to access new customers from other countries.\r\n\r\nIf your system does not support multiple currencies, then you need to start working today on this. One of the causes of revenue diversification in the subscription business market is multiple currencies and payment methods. Though the Dollar is accepted in a number of counties, there are huge economies e.g. China and Japan that prefer local currencies. To grow your customer base and to improve your revenue stream in such huge markets, you must offer multiple currency support.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/\">What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?</a>\r\n<h3>Multiple Payment Gateways</h3>\r\nThe basic function that a payment gateway performs in the payment process is the encryption of the sensitive information that the customer shares at the time of transaction. Sometimes, payment gateways stop working and there can be various reasons behind it from card cancellation to using the payment methods that the gateway does not support. In such circumstances, what should be the plan B?\r\n\r\nAnother payment gateway is the best option. So, opt for more than one payment gateway to offer safe and secure online transaction options.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a>\r\n<h2>Subscription Cancellation Experience</h2>\r\nAs we mentioned earlier, you need to offer the best customer experience from customer onboarding to cancellation of subscriptions. Even if the customer is leaving, you should have a planned strategy for his farewell. Why? Word of mouth matters. People believe what they listen from other customers.\r\n\r\nSo, your subscription management system should be efficient enough to make it easy for the subscribers to leave so that they may not spread a negative image of your business.\r\n\r\nAnother challenge is to get back to those subscribers who are asleep or dormant. You need effective communication to re-engage them or opt for the appropriate strategy to say goodbye. Your subscription management & cancellation strategy should cover all these scenarios to offer your customers a good experience till the end. Your optimal strategies can also help win back dormant and sleeping subscribers, and that’s where the innovation in ideas plays its role. For example, you can study customer behavior and offer him something that he cannot resist. Communication can also help you bring your dormant subscribers back.\r\n\r\nEarning from diverse revenue streams, predictable recurring revenue, and customer satisfaction attracts many businesses towards subscription billing. However, you cannot enjoy these advantages in the subscription business market if you do not have the instincts of trendsetters. Every day, new companies enter the market, and new payment methods are require to fulfil the requirement of a diverse customer base in the digital realm.\r\n\r\nWe hope that by now you are convinced about multiple gateways, multiple currencies, more than one payment method, and a good farewell for those who cancel subscriptions. If you want a platform where you can manage your subscriptions & payments as well as keep experimenting with pricing and payment options for your subscribers, then come to <a href=\"https://recurly.com/blog/innovation-in-subscriptions-5-key-takeaways/\">Subscriptionflow</a>.\r\n\r\nBecause <strong><em>Innovation is the foundation stone of our platform</em></strong>','Innovations In Subscription Management & Payment Processing That One Must Know To Keep Abreast Of The Ongoing Trends','','publish','open','open','','innovations-in-subscription-management-payment-processing-that-one-must-know-to-keep-abreast-of-the-ongoing-trends','','','2021-07-23 14:10:24','2021-07-23 14:10:24','',0,'https://staging.subscriptionflow.com/?p=5018',0,'post','',0),(5019,1,'2021-07-23 13:51:15','2021-07-23 13:51:15','','Subscription Management & Payment Process','','inherit','open','closed','','blog-post-33','','','2021-07-23 13:51:45','2021-07-23 13:51:45','',5018,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post-33.jpg',0,'attachment','image/jpeg',0),(5024,1,'2021-07-27 10:32:59','2021-07-27 10:32:59','Subscription businesses, cross-border business dealings, and eCommerce have increased the need for new and efficient online payment methods. Many tech companies worked to cater to this need of different enterprises in the digital arena. And today, we see there are hundreds of online payment methods.\r\n\r\nBut how many of them are preferred by online customers?\r\n\r\nHow many of them are secure for online payments and transactions?\r\n\r\nYou can count them on your fingertips, and among these reliable payment methods these two are most popular:\r\n<ul>\r\n <li>Digital wallets</li>\r\n <li>Credit cards</li>\r\n</ul>\r\nIn the subscription business, customers come to you recurrently. You need to offer them the best experience every time they come, and to offer them the best customer experience, it is mandatory to make the subscription payment process as smooth as you can.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a>\r\n\r\nThere are millions of people in the digital world using digital wallets and credit cards as their payment methods. Here, we will discuss various benefits of using these payment methods so that you will be able to decide which one you can adopt for subscription payments:\r\n<h2>Recurring Payment through Digital Wallets</h2>\r\nDigital wallets allow customers to share their information for the transaction. This information is saved for the payment of the next subscription fee. Some of the widely used digital wallets are PayPal, Amazon Pay, and GooglePay.\r\n\r\nNow we take you towards the reasons that make digital cards ideal payment methods for recurring payments:\r\n<h3>- Security of Customer Information</h3>\r\nOne of the primary reasons for preferring digital cards for the subscription fee payment is the freedom from the annoying process of entering the huge card number and security code. If you are using a digital card, you can establish your digital account by using your email address and your password. The customer information is never directly passed across platforms rather it is first tokenized—ensuring information security.\r\n\r\nIn case the customer has a high-tech smartphone, the transaction becomes more feasible. He would just need to scan his fingerprint and the transaction for the subscription fee will be processed within minutes.\r\n\r\nAlso, recurring billing & payment management platforms are making the system of digital wallets more sophisticated and secure day by day.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/\">Alternative Payment Methods—A New-Age of Electronic Funds Transfer</a>\r\n<h3>- Customer Convenience</h3>\r\nIf you are part of the subscription business ecosystem, you will be aware of the importance of customer care. It is getting difficult to compete in the market with every passing day. No subscription business company can afford to lose its subscriber just because of customer dissatisfaction.\r\n\r\nHowever, digital wallets offer your subscribers to pay their subscription fee conveniently—means of improving the subscription experience.\r\n\r\nOne of the leading causes of payment failures is credit card issues e.g. card cancellation, lost card, credit card limit etc. With digital wallets, there are no such limitations. So, digital wallets are a way to avoid involuntary customer churn.\r\n\r\nNow, digital wallets can also be used for both online and offline recurring payments where subscriber does not need to enter long numeric figures for authentication and confirmations.\r\n\r\nYou see, digital cards bring a lot of ease to the subscribers because of which they have become so popular.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/the-pain-points-of-subscription-payment-processing/\">Recurring Payment Challenges? Switch to the Ultimate Subscription Management and Payment Processing Platform</a>\r\n<h2>Recurring Payment through Credit Cards</h2>\r\nNow that you are aware of so many benefits of digital wallets, you will probably be thinking why do people still need credit cards or any other payment method. Following are some of the reasons that you still need credit cards for subscription fee payments.\r\n<h3>- Multiple Payment Options</h3>\r\nNo matter how convenient it is to pay a recurring fee by using digital wallets or any other payment method, the chances of payment failure remain intact (they can be more or less but never become 0). So, you need to have more than one payment method. In case of payment failure, the subscriber will have the option to shift to the other payment method. You get your payments in time as well as save the customer from getting unboarded.\r\n<h3>- Catering to Old-Fashioned Subscribers</h3>\r\nThere is a league of subscribers that still prefer using credit cards. You cannot convince them to use modern payment methods. They find it easy to stick to one payment method that they have been using all along. The one and the only way to keep these subscribers on board is to offer them the payment methods that they find convenient and credit card payments are one of these payment methods.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n<h3>- Customer Attraction</h3>\r\nCompanies plan different strategies for attracting subscribers. For instance, they offer freemiums and free trials so that they can get potential leads. However, credit card payments can also serve this purpose.\r\n\r\nCustomers can be offered rewards for paying through credit cards. Other than rewards, it is quite attractive that the customer is given a certain amount of credit which is usually more than the amount that he owns.\r\n\r\nIt is not easy for everyone to track his spending, but the use of credit cards makes it feasible for you to track all the transactions that you make. Banks that issue credit cards have launched applications for internet banking. It partially frees you from the responsibility of carrying your credit card everywhere.\r\n\r\nTo sum it up, both credit cards and digital wallets are effective ways of online subscription payments. No matter which payment method suits you more, it is better to offer your customers multiple payment methods. However, always consider the customer ease and payment processing speed because both these factors help in offering the best online recurring payment experience.\r\n\r\nIf you are looking for subscription management and payment processing software, then SubscriptionFlow is the right choice. It is a recurring billing and payment management platform that enables its clients to offer subscribers multiple payment methods. You can also get consultancy regarding which payment methods suit your business.','Credit Card VS. Digital Wallet - Which Payment Method Works Best For Recurring Billing Businesses?','','publish','closed','closed','','credit-card-vs-digital-wallet-which-method-works-best-for-recurring','','','2021-07-27 10:32:59','2021-07-27 10:32:59','',0,'https://staging.subscriptionflow.com/?p=5024',0,'post','',0),(5025,1,'2021-07-27 10:27:05','2021-07-27 10:27:05','','Digital Wallet payment method','','inherit','open','closed','','digital-wallet','','','2021-07-27 10:31:38','2021-07-27 10:31:38','',5024,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/Digital-Wallet.jpg',0,'attachment','image/jpeg',0),(5027,1,'2021-07-29 13:14:04','2021-07-29 13:14:04','Late payments hurt every business whether it is subscription-based or not. But the complexity of the issues that late payment of subscription fees causes is difficult to manage. Delay in recurring payments is directly linked with the cashflow problems.\r\n\r\nYou cannot focus on your core subscription business activities. Every day, you expect that you can recover payments from certain customers, and every day things go out of the way.\r\n\r\nEven if you have an automated recurring payment management system, paid and unpaid bills & invoices pile up in a way that you cannot sort things out.\r\n\r\nAnother drawback of delayed recurring payments is the adverse effects they exert on sales forecasting.\r\n\r\nUnarguably, sales forecasting is very important in the recurring billing business, but you cannot predict sales if your subscribers do not pay you on time. Late recurring payments affect the KPIs (Key Performance Indicators). The system is not fed the complete sales data. It will fail to show you the accurate behaviour of KPIs. Error in KPI monitoring means erroneous sales predictions.\r\n\r\nAll that we want you to understand is that late payments cause problems to sprout one after another. So, the SubscriptionFlow team has jotted down the following ways to handle the annoyance of late payments. Read them. Implement them. And, get your recurring payments on time.\r\n<h2>Easy Payment Methods</h2>\r\nThe number of online payment methods is increasing just like the number of subscription businesses. It is not possible that all subscribers would have an understanding of the payment method that you offer. You must offer them the payment methods that they find feasible.\r\n\r\nOne of the biggest concerns for all customers is fraudulent activities in the process of online billing and payments. AI algorithms have enabled the subscription business community to detect fraud risks. You can run your business operations through a subscription management platform that is AI-powered.\r\n\r\nIf you want to know more about the importance of Artificial Intelligence (AI) to offer ease of paying subscription charges to your customers,\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a>\r\n\r\n<img class=\"aligncenter size-full wp-image-5029\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post01-1.jpg\" alt=\"payment-system\" width=\"1200\" height=\"800\" />\r\n\r\nWhen it comes to facilitating your customers with easy, automated, and most secure payment methods, nothing is more convenient than ACH payment methods. ACH payment methods allow doing everything automatically from billing to the transaction regularly.\r\n\r\nYou can find the details of ACH payments in our previously written blogs so,\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/\">Understanding the ACH Payments—Learn In Detail What Are They and How Do They Work?</a>\r\n\r\n<img class=\"aligncenter size-full wp-image-5030\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post02-1.jpg\" alt=\"payment-gateways\" width=\"1200\" height=\"800\" />\r\n<h2>Incentives for Timely Payments</h2>\r\nIf you offer incentives to those recurring fee payers who always pay on time, you can hit two birds with one stone. The number of people who pay recurring fees timely will increase. Also, the customer churn rate will decrease.\r\n\r\nIncentives motivate recurring customers to pay their fees timely. They also stick with you for a long time because rewards help in building a bond of loyalty with the customers. You can offer discounts and coupons from time to time. Market your offers so that the customers and leads get notified about the benefit of paying subscription charges timely.\r\n\r\nKeep offering lucrative benefits to your subscribers, and keep re-convincing them to pay timely.\r\n<h2>Effective Communication with Customers</h2>\r\nInteraction with the customer can provide you with many benefits, only if you know the best way to communicate with them.\r\n<ul>\r\n <li>You have to be persuasive when communicating through marketing campaigns.</li>\r\n <li>You should be convincing when you onboard customers.</li>\r\n <li>You should be explanatory when conducting customer training.</li>\r\n <li>You must be polite when asking for recurring payments.</li>\r\n <li>You have to be cooperative when offering support services.</li>\r\n</ul>\r\nSee, you need to adopt different tones at different times with the same customer. And it is indeed a challenge to adopt a polite tone when you ask for timely payments or send emails for payment recovery. If you also find it difficult to communicate with your customers adequately, then you can go towards automation. Presently, AI-powered subscription management platforms generate autoresponse at the right time. Use chatbots to quickly respond to the customers. AI-based communication tools are so effective that they optimize the customer experience.\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/\">AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices</a>\r\n\r\n<img class=\"aligncenter size-full wp-image-5031\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post03-1.jpg\" alt=\"Machine Learning\" width=\"1200\" height=\"800\" />\r\n<h2>In-Time Invoice Generation</h2>\r\nWhen you start suspending the subscriptions due to payment failures, you come across many subscribers who would say they did not receive invoices in time. To avoid this situation, you need to provide your customers with in-time invoices. Also, offer multiple payment methods to get paid in time otherwise it can become the leading cause of delayed payments and involuntary churn.\r\n\r\nTo learn more about enabling customers to pay in their local currency, you can\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2021/02/introducing-the-multicurrency-support-for-recurring-billing-and-payment-processing-in-subscriptionflow-all-you-should-know-about-solutions-implementation/\">Introducing the Multicurrency Support for Recurring Billing and Payment Processing in SubscriptionFlow—All You Should Know About Solutions & Implementation</a>\r\n\r\n<img class=\"aligncenter size-full wp-image-5032\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post04-1.jpg\" alt=\"Digital-Currencies\" width=\"1200\" height=\"800\" />\r\n<h2>Dealing With Excuses Mindfully</h2>\r\nWhen you ask customers to pay their recurring billing charges, you will have to listen to the following pretexts:\r\n<ul>\r\n <li>I didn’t receive the invoice in time!</li>\r\n <li>I didn’t receive the invoice at all!</li>\r\n <li>I tried to pay, but the transaction failed.</li>\r\n <li>I’ll pay within a few days.</li>\r\n <li>Credit card got lost. I’m already in a mess.</li>\r\n</ul>\r\nThe list of such excuses is quite long. So, we will not waste time counting them. The point is, how to deal with these excuses?\r\n\r\nWell, there is no single key to resolve the issue of these well-thought excuses that recurring customers tell you. For instance, some customers who are not offered to pay in their local currency, easily get rid of their responsibility of paying charges on time by telling you the pretext that currency rates are difficult to understand, and they are doubtful about their invoice.\r\n\r\nThereby, firstly, you will need to make your system more efficient. System efficiency means, that your system will allow customers to at least try once again in case of payment failure and offer multicurrency support. Secondly, you should make your terms and conditions clear to your customers.\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/\">What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?</a>\r\n\r\n<img class=\"aligncenter size-full wp-image-5033\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post05-1.jpg\" alt=\"Local-Currency-Help\" width=\"1200\" height=\"800\" />\r\n<h2>Robust Payment Recovery System</h2>\r\nGetting payments in time is one thing, but what to do with those subscribers who get their subscriptions cancelled for not paying their charges? Some of them would be those who intentionally delayed their payments. However, there will be those as well who got unboarded unintentionally—causing involuntary churn. Again, multiple payment methods and gateways are the best way to avoid at least losing those customers who want to stay but get their subscriptions cancelled because of payment failure.\r\n\r\n<img class=\"aligncenter size-full wp-image-5034\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post06-1.jpg\" alt=\"ACH-Chargebacks\" width=\"1200\" height=\"800\" />\r\n\r\nWe have written many blogs about payment gateways. To delve into the details of payment gateways:\r\n\r\nRead: <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n\r\nYou need to recover payments from all those who have not yet paid no matter what is the reason and smart dunning is the most appropriate way to recover payments. Through dunning management, you can communicate with customers. Send them notifications when the deadline to pay subscription charges is near. If you do not receive recurring payments, you must send follow up emails. This whole process of communicating with customers can be done if your recurring billing and payment software allows you to manage dunning automatically.\r\n<h4>The Last Words…</h4>\r\nIf you are using a perfect system for subscription payments and your dunning management is effective, still, the customer does not pay you on time, then the last option is to cancel the subscription of the subscriber.\r\n\r\nKeeping those customers on board who delay their subscription payments will only cause imbalances in cash flow. Rather than accommodating these customers, it is more beneficial for your business to simply let them go their way.\r\n\r\nIf you have any ambiguities left regarding late recurring payments, then contact SubscriptionFlow.','7 Ultimate Ways To Nip The Cause Of Late Recurring Payments In The Bud','','publish','open','open','','7-ways-to-nip-the-cause-of-late-recurring-payments-in-the-bud','','','2021-07-29 13:14:04','2021-07-29 13:14:04','',0,'https://staging.subscriptionflow.com/?p=5027',0,'post','',0),(5028,1,'2021-07-29 13:06:09','2021-07-29 13:06:09','','late recurring payments','','inherit','open','closed','','late-recurring-payments','','','2021-07-29 13:06:24','2021-07-29 13:06:24','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/late-recurring-payments.jpg',0,'attachment','image/jpeg',0),(5029,1,'2021-07-29 13:06:48','2021-07-29 13:06:48','','payment system','','inherit','open','closed','','blog-post01-1','','','2021-07-29 13:07:35','2021-07-29 13:07:35','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post01-1.jpg',0,'attachment','image/jpeg',0),(5030,1,'2021-07-29 13:08:10','2021-07-29 13:08:10','','payment gateways','','inherit','open','closed','','blog-post02-1','','','2021-07-29 13:08:42','2021-07-29 13:08:42','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post02-1.jpg',0,'attachment','image/jpeg',0),(5031,1,'2021-07-29 13:09:07','2021-07-29 13:09:07','','blog-post03 (1)','','inherit','open','closed','','blog-post03-1','','','2021-07-29 13:09:34','2021-07-29 13:09:34','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post03-1.jpg',0,'attachment','image/jpeg',0),(5032,1,'2021-07-29 13:09:54','2021-07-29 13:09:54','','Digital Currencies','','inherit','open','closed','','blog-post04-1','','','2021-07-29 13:10:31','2021-07-29 13:10:31','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post04-1.jpg',0,'attachment','image/jpeg',0),(5033,1,'2021-07-29 13:10:44','2021-07-29 13:10:44','','Local Currency Help','','inherit','open','closed','','blog-post05-1','','','2021-07-29 13:11:20','2021-07-29 13:11:20','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post05-1.jpg',0,'attachment','image/jpeg',0),(5034,1,'2021-07-29 13:11:38','2021-07-29 13:11:38','','ACH Chargebacks','','inherit','open','closed','','blog-post06-1','','','2021-07-29 13:12:05','2021-07-29 13:12:05','',5027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/blog-post06-1.jpg',0,'attachment','image/jpeg',0),(5036,1,'2021-07-30 14:05:51','2021-07-30 14:05:51','Businesses are interacting and interlinking globally through subscription-based supply-demand chains. The importance of <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">subscription billing</a> is grown manifold for SaaS companies because it is the best way to charge for software products and services that people need recurrently.\r\n\r\nCertainly, recurring billing is a way to earn through multiple revenue streams. However, do you think establishing a recurring revenue stream is an easy task?\r\n\r\nIt is absolutely not. The need for innovations is the norm in the subscription business market and the emergence of novel challenges is growing more than ever. Utilizing your SaaS subscription software to overcome these challenges is the next phase, but first, you need to identify these challenges.\r\n\r\nWe are putting our effort to enlighten you about some of those challenges that almost all SaaS subscription-based businesses face. Read them. Beat them. And continue improving your revenue stream.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/\">AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business</a>\r\n<h2>Selecting a Subscription Pricing Model</h2>\r\nBusinesses as of their nature use different business models. Basically, there are two types of pricing models that most businesses use. The first one is flat-rate pricing and the second one is usage-based pricing. Two of them can be combined to design a hybrid model if it brings more recurring revenue to the system.\r\n\r\nBut the point to focus on is when does a pricing model become a challenge to business growth and recurring revenue generation.\r\n\r\nEach pricing model has its own pros and cons. For example, the pay-as-you-go pricing model does not offer the perk of predictive revenue. According to this model, the subscriber stays with you as long as he wants, making it highly difficult to predict anything about customer retention which is a source of recurring revenue.\r\n\r\nYou have to be clear-headed while choosing and implementing the pricing model so that it may not become a hurdle for you.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/\">The Price Is Right—A 2020 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution</a>\r\n<h2>Offering Miscellaneous Plan Charges, and Associated Discounts & Coupons</h2>\r\nAll subscription business companies offer their customers different subscription plans. Customers are given the feasibility to switch from one plan to the other as per their needs. Some companies charge their customers when they switch their subscription plans—proration. It becomes a source of revenue for the business but a challenge as well. For example, if a customer switched from one plan to the next several times, it will be difficult even for the automated system to track his changes and calculate the amount that changes with the subscription plan.\r\n\r\nDiscounts and coupons are also effective to increase customer retention and attract quality leads, however, generating accurate invoices considering the discounts and coupons is not easy. The mathematical formulas working behind your SaaS subscription billing software can calculate the bill accurately. But sometimes customization is required when you need to calculate subscription charges along with discounts.\r\n\r\nThe difficulty caused because of extra charges, discounts, and coupons cause imbalances in the cash flow & revenue stream.\r\n<h2>Cross-Selling & Up-Selling</h2>\r\nCross-selling a SaaS product or service means you offer your customers to purchase some other services as well. For example, many SaaS customers purchase the add-on.\r\n\r\nUp-selling on the other hand is a strategy to offer customers something lucrative enough that will add more value in their real purchase.\r\n\r\nWhat you need to understand is both cross-selling and up-selling are adopted when you want to increase the revenue. No doubt, they are effective but only if you manage them properly. For example, the products and services that you offer to the customer to up-sell and cross-sell are perfect but your poor marketing campaigns and programs will not help you earn the targeted amount.\r\n<h2>Price Improvisation</h2>\r\nWhether it is a SaaS subscription company or an industry in the real world, all businesses need to improvise price with time. You should change prices and pricing models with time but never forget about your customers because they are the ones who have to pay. You should consult with the experts of your sales and marketing team before you make any changes in the pricing.\r\n\r\nThe strategy of competitors should also be monitored when you make any changes in the price. SaaS subscription analytics help you in recognizing certain sales and purchase trends. They play role in deciding the right price for your SaaS services or product.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right/\">Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!</a>\r\n<h2>Facilitating with Freemiums & Free Trials</h2>\r\nEntrepreneurs and even the established subscription business companies offer freemiums and free trials for they want to increase their customer base. You will probably think that what you offer as free cannot be part of your revenue earning strategy, but it is wrong. The long-term benefit that SaaS companies target by offering freemiums and free trials is to increase the customer base and business growth.\r\n\r\nNow that the work on the growth of the customer base is complete, price improvisation is the phase that helps in retaining the customer. The strategy of offering freemiums and free trials can be difficult to manage.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/how-to-level-up-the-recurring-billing-with-free-trials-and-freemium/\">Psychological Aspects to Know to Level Up The Recurring Billing with Free Trials And Freemium</a>\r\n<h2>How to Beat These Challenges</h2>\r\nMany challenges that <a href=\"https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/\">SaaS subscription</a> businesses face can be handled if you start working on the utilization of artificial intelligence technological advancements. It provides you with powerful features and tools that you can use to fight not only the above-mentioned challenges but many others and earn more revenue. SaaS recurring billing, payments, and revenue management systems based on AI perform to provide you with useful business insights that can help in billing and price improvisation.','The Challenges Of The Recurring Revenue And The SaaS Business’ Growth','','publish','closed','closed','','challenges-of-recurring-revenue-and-saas-business-growth','','','2021-07-30 14:05:51','2021-07-30 14:05:51','',0,'https://staging.subscriptionflow.com/?p=5036',0,'post','',0),(5037,1,'2021-07-30 14:01:39','2021-07-30 14:01:39','','SaaS Subscription','','inherit','open','closed','','saas-subscription','','','2021-07-30 14:01:48','2021-07-30 14:01:48','',5036,'https://staging.subscriptionflow.com/wp-content/uploads/2021/07/SaaS-Subscription.jpg',0,'attachment','image/jpeg',0),(5042,1,'2021-08-04 13:25:46','2021-08-04 13:25:46','Within the last few decades, technology has swiftly evolved, and it has revolutionized the world in a way that millennials and Gen X feel they have covered the distance of a century. Today, Gen X, millennials, and Gen Z share the same ecosystem. Slowly and gradually, most of them have become part of the subscription business ecosystem.\r\n\r\nMost of them appreciate the subscription billing business model and connect with SaaS subscription software. However, the point of conflict is just that how fast different generations adapt to the changes in the continuously evolving subscription business market.\r\n\r\nIt is a challenge to cater to the needs of all subscribers belonging to different generations. In this article, we are going to shed light on the thought process of Gen Z, the challenges to onboard and retain Gen Z subscribers, and some ultimate solutions to beat these challenges. You can only devise a workable plan to retain Gen Z subscribers if you have no ambiguities about this age group.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/01/the-definitive-guide-to-improving-customer-retention-for-your-business/\">The Definitive Guide to Improving Customer Retention for Your Business</a>\r\n<h2>Who Is Generation Z?</h2>\r\nGen X is elder than Gen Y, popularly known as millennials, and they are elder than Gen Z. This is how you can explain a layman about the gap between these generations.\r\n\r\nSo, today’s market is the Gen Z market.\r\n\r\nYou, being a retailer in the subscription business market, must understand what makes Gen Z different from other age groups. It can help you bring subscribers of all generations on board, particularly, GenZers.\r\n<ul>\r\n <li>Gen Z is the new-century generation.</li>\r\n <li>They have witnessed economic recession.</li>\r\n <li>They have grown up seeing at least two other tech-manifested generations (Gen X and millennials).</li>\r\n <li>They are used to speedy technological transformations and evolutions.</li>\r\n <li>They are known for their digital gadgets addiction.</li>\r\n</ul>\r\nIt is perceived that Gen is addicted to screens, obsessed with social media applications, and has a minimum attention span. You do not need to delve into the details of whether this is good or bad?\r\n\r\nThe point of the focus is the stereotypical behaviour of this generation that can become the cause of the following challenges to keep them on board even if you have the best subscription management and payment processing software:\r\n<h2>Reaching Out to Gen Z</h2>\r\nConventional marketing was not as complicated as modern digital marketing. There are different trends and techniques when it comes to marketing SaaS subscription products in the digital arena. Even if your plan is good, reaching out to targeted Generation Z is not easy.\r\n\r\nThere was a time when puffery was helpful to sell products. For Gen Z, you need to think out of the box to reach customers beyond millennials and Gen X. Gen Z is not attracted to showy advertisements. Generation Z is far practical than others. They prefer the usability of the product rather than the brand name.\r\n\r\nAccording to Harvard Business Review,\r\n\r\n<strong><em>“most of the searches for SaaS products start with simple keywords rather than the specific brand name.”</em></strong>\r\n\r\nGen Z is the youngest but smartest as well. In short, they are smart and equipped with modern gadgets and knowledge. Developing a marketing strategy that is effective enough to break the wall that can hinder your entrance to their social network is a challenge.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n<h2>Customer Persuasion</h2>\r\nGen Z grew up with smartphones and many other gadgets that millennials and Gen X did not even know about when they were of the same age. Gen Z has many sources of knowledge and they proficiently use all these sources.\r\n\r\nSo, it is very difficult to convince them to subscribe to any services or products. Though they have a major role in the success of the subscription billing model, no one can befool them to subscribe to the SaaS services or products that they do not need.\r\n<h2>Mobile Experience Optimization</h2>\r\nAs mentioned above, Gen Z is proficient at using mobile phones. Researches and studies show that most of the people from Gen Z own smartphones. Other than entertainment, they actively use this gadget for entrepreneurial activities.\r\n\r\nNow that it is proven, Gen Z uses smartphones conveniently, retailers in the subscription business market need to keep optimizing the mobile phone experience at their SaaS services or products. There can be technical and financial limitations to optimize the mobile experience with time.\r\n<h2>Competition in the Market</h2>\r\nThe subscription business market is filled with entrepreneurs, small, medium, and large companies. It can be said that the number of competitors in the market is directly proportional to the voluntary churn. Gen Z subscribers are well aware that they have alternatives in the marketing offering the same services.\r\n\r\nIf they experience anything that affects customer satisfaction, they cancel subscriptions right away. It is very difficult to bring that customer back who has cancelled his subscription.\r\n<h2>Keeping Abreast of Changing Trends</h2>\r\nTechnology is changing and subscription business trends change with it. For example, when subscription billing was newly introduced in the subscription business market, there was no concept of changing the subscription plan. Even today, some SaaS companies offer just one subscription plan. However, many SaaS subscription software provides this opportunity to not only change the subscription plan but go for the customized one. So, you need to adapt to these changing trends which are not easy.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming/\">The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming</a>\r\n\r\nBy now, you would have developed an interest in knowing the ways to bet all these challenges to retain your gen Z customer base. Following are the solutions to face the challenges to keep Gen Z customers:\r\n<h2>Multiple Payment Methods</h2>\r\nOnline payments through credit cards are time taking in comparison to other payment methods. The customer is also required to enter his credit card information, and people are sometimes reluctant to share this information. Studies reveal that millennials are very comfortable using credit cards, however, it is the smart gadgets dependability that freaks the GenZers to go for mobile wallets.\r\n\r\nGen Z prefers paying through speedy payment methods. So, provide your customer with multiple payment methods, such as Apple Pay, Google Pay, Amazon Pay, Ali Pay, etc. is a great way to provide the ultimate cart and checkout experience.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/07/credit-card-vs-digital-wallet-which-method-works-best-for-recurring/\">Credit Card VS. Digital Wallet – Which Payment Method Works Best For Recurring Billing Businesses?</a>\r\n<h2>Engaging Interactions</h2>\r\nSocial media platforms are the places where Gen Z socializes. And what makes social media so good for communication and socialization? Social media applications offer you to use stickers, emoticons, emojis, gifs, and a lot more ways to express your moods and thoughts.\r\n\r\nWhen you are targeting to bring more people from Gen Z on board, you must offer them engaging and alternative interactions across social media. Each social media platform has its unique audience. Targetting them through the way they communicate is the best way to spread marketing, PR, and sales calls and messages for your SaaS and subscription business.\r\n<h2>Incentives for Customers</h2>\r\nGen Z community is aware of all customer rights and they expect optimal customer experience every time they interact with your SaaS subscription software. So, you can offer certain incentives for your Gen Z customers. Generation Z is good at adapting to changes. They easily use modern gadgets and changing technology. You have the margin to experiment and offer incentivized versions and features of your products or services to retain Gen Z subscribers.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n\r\nIf you are worried because of voluntary and involuntary churn or if you are planning\'s a strategy to keep Gen Z customers on board, then <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is the platform that offers its free subscription management system as a freemium version. You can try it to experience the robustness in managing your Gen Z customers. You can also contact them to get the premium version and use the power of this platform to tie the knot with Gen Z customers that no one can untie.','5 Most Graving Challenges And Their Solutions To Retain Gen Z Subscribers','','publish','closed','closed','','challenges-and-solutions-to-retain-gen-z-subscribers','','','2021-08-04 13:28:24','2021-08-04 13:28:24','',0,'https://staging.subscriptionflow.com/?p=5042',0,'post','',0),(5043,1,'2021-08-04 13:24:17','2021-08-04 13:24:17','','Gen Z subscribers','','inherit','open','closed','','gen-z','','','2021-08-04 13:24:38','2021-08-04 13:24:38','',5042,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Gen-Z.jpg',0,'attachment','image/jpeg',0),(5047,1,'2021-08-06 13:41:10','2021-08-06 13:41:10','Esports and gaming are no longer can be categorized as only a juvenile hobby that is linked with a specific age group. Today, people of all age groups show a keen interest in graphically rich and competitive online games. Internet and advanced gaming equipment have facilitated online gamers to play just like people do in real-world sports arenas. Players with the passion to win, sponsors investing their money on different teams, fans cheering for their favourite players, and enthusiasm that motivates everyone in the gaming zone are all present in the digital world as well.\r\n\r\nSouth Korea is considered the country that introduced the concept of esports, and it has been leading the market when it comes to gamers, gaming equipment, and international esports tournaments. China even recognizes esports as the official sport, and recently it is has become the esports market leader. The US is also playing a great role as it has emerged as one of the hubs of game development companies.\r\n\r\nYou see the big economies of the world are involved in the esports business market. We have come up with some subscription business-related facets of this market. You will find the details about the esports subscription business and the role of esports subscription management systems in opening the doors of new business opportunities. If you are already into gaming and esports, then offering subscriptions for your esports services can become a new revenue earning opportunity for you as well.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n<h2>Subscriptions for Esports</h2>\r\nThe craze for video games is not new, but certain factors have rejuvenated the interest of gamers in modern gaming equipment. Improved graphics of games, the engaging plots of the new video games, better screen control, multiplayer esports, and a sense of accomplishment can make anyone addicted to advanced video games.\r\n\r\nNow, if you want to cater to ever-increasing gamers in this digital arena you need a business that can help you today and in the future. Subscription billing is one such business model about which experts predict that it is going to be the basic need of those businesses that offer services and products that people need recurrently.\r\n\r\nNew gaming gadgets and graphically improved games are expensive that not all gamers can afford them. Then how would you facilitate your customer base? Subscription billing offers the best solution for this problem. Online gaming services providing platforms can get their money, and gamers get satisfaction affordably by paying in the form of recurring billing charges. Subscription billing has not only become a source of revenue diversification for esports companies but is also feasible for gamers.\r\n\r\n<em>According to Microsoft, ‘The time that people dedicate to gaming has increased since the subscriptions are introduced for esports.’</em>\r\n\r\nAn exclusive flat fee for an advanced game can be a source of revenue. But subscriptions for the same game can not only increase your customer base but also diversify your revenue stream. You can charge gamers recurrently for the game that would otherwise cost them more money. For instance, if eCommerce subscription businesses can offer plan upgrades to their customers, then esports services can also offer their gammers the option to share subscriptions, gift subscriptions, and customized subscriptions and make gaming subscriptions the big source of earning from various revenue streams.\r\n\r\nMicrosoft offers gamers an amazing Xbox Games Pass, and what makes it more ravishing for video game nerds is that the pass is not only for the Xbox gamers but for PC gamers as well. The games that they offer are optimized for PC screens as well. See, Microsoft is catering to gamers at all platforms and diversifying its revenue streams.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a>\r\n\r\nThe options to earn more through esports services have increased since the pandemic spread across the globe. Let team SubscriptionFlow help you have a cursory glance over the gaming market during tough times of pandemic spread.\r\n<h2>How Pandemic Boosted the Esports Subscription Business</h2>\r\nAt the end of 2019, the world was introduced with a misery named Covid. Worldwide lockdowns and social distancing rules were implemented on an immediate basis. And people needed some healthy activities to stay at home yet remain entertained. So, there was a hike in the number of subscribers and the period that people spent on online gaming.\r\n\r\n<em>According to a </em><a href=\"https://www.statista.com/statistics/1188482/gaming-subscription-covid/\" rel=\"nofollow\"><em>global review shared on Statista</em></a><em>, ’60 per cent of gamers who subscribed to some gaming services accepted that they have been spending more time on gaming since the pandemic hit the world.’</em>\r\n\r\nIf you have not devised a subscription plan for your online gamers, then now is the right time. The market is filled with gaming geeks, you just need to offer them subscriptions that they can afford.\r\n<h2>Streaming Services Providers Paving the Ways to Enter Esports Market</h2>\r\nStreaming services providers, especially Netflix is considered the trendsetter when it comes to subscription billing business model in the digital realm. As per the recent news, Netflix is now ready to enter the esports and gaming market. They have not shared the details of the plan, but they are all set to explore the new business market and target a new customer base. And why not! The foundations are already established for them. They can use their existing subscription management software for esports subscribers management.\r\n\r\nIt is expected that they will feasibly <strong>turn gamers into subscribers. </strong>The thing that you need to perceive is, other businesses are also paving their way to use the video game addiction of many people to develop a new revenue stream and direct it to their core business.\r\n\r\nThe existing esports and gaming services offering platforms have a fair chance of finding new ways to earn revenue in the video gaming market.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/\">Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries</a>\r\n<h2>How SubscriptionFlow Can be Helpful in Managing Gaming Subscriptions?</h2>\r\nIf you want to come up with an effective esports subscription plan, then you need gaming subscription management software, and SubscriptionFlow is the platform where all your business needs will be fulfilled because here:\r\n<ul>\r\n <li>You will structure the gaming subscription plan that no gamer would resist.</li>\r\n <li>You can manage subscriptions of all gamers.</li>\r\n <li>Offer price for the subscription plan that will bring entertainment for gamers and revenue for your esports business.</li>\r\n <li>Bill your gamers without any error.</li>\r\n <li>Get recurring payments on time.</li>\r\n <li>Use business analytics that will help you improvise your gaming subscription plans with time.</li>\r\n <li>You will also get dunning management and a way to communicate with gamers to recover your payments.</li>\r\n</ul>\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2019/11/subscription-based-services-opportunities-for-growth-through-innovation/\">Subscription-Based Services – Opportunities for Growth through Innovation</a>\r\n\r\nIf you need subscription management software for esports subscribers, then you can contact experts of <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> right away. They also offer consultancy. You will be able to devise the best esports subscription plan to offer a library of games to your gamers. With them, you will get a chance to explore other revenue streams as well for your esports services business.','How To Diversify Your Revenue Streams With Esports & Gaming Subscriptions','','publish','open','open','','diversify-your-revenue-streams-with-esports-gaming-subscriptions','','','2021-08-09 13:07:53','2021-08-09 13:07:53','',0,'https://staging.subscriptionflow.com/?p=5047',0,'post','',0),(5048,1,'2021-08-06 13:38:06','2021-08-06 13:38:06','','esports subscriptions management','','inherit','open','closed','','esports-subscriptions-management','','','2021-08-06 13:38:21','2021-08-06 13:38:21','',5047,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/esports-subscriptions-management.jpg',0,'attachment','image/jpeg',0),(5054,1,'2021-08-09 13:56:35','2021-08-09 13:56:35','Subscription billing has become not only a profitable business model but a favourite one for both retailers and recurring customers. Currently, subscription business companies are catering to subscribers belonging to different generations. Gen X, millennials, and Gen Z are sharing the same subscription business ecosystem.\r\n\r\nThe youngest subscribers are known for their love for speedy billing and payment methods. And, digital wallets are speedier than credit cards. Then what is the reason that many young subscribers still prefer online recurring payments through their credit cards? Is this because they can spend more than the limited amount of money that they actually have in their bank account?\r\n\r\nNo, there is another reason. By using credit cards, subscribers get <strong>Customer Protection </strong>which means they are protected against any online fraudulent activity. However, some customers can misuse this feasibility.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/\">Online Payment Frauds—Types, Challenges, Detections, & Preventions</a>\r\n<h2>How Misuse of Customer Protection Can Be A Cause of Friendly-Frauds?</h2>\r\nFollowing are the ways that customers might opt to misuse customer protection:\r\n<ul>\r\n <li>They show that they forgot to cancel the subscriptions, and they are charged for the services that they did not need.</li>\r\n <li>Product or services do not satisfy their needs and requirements—subscription dissatisfaction.</li>\r\n <li>They got charged twice while they changed their subscription plan.</li>\r\n <li>The customer cancelled the subscriptions, but he still received the bill for recurring services.</li>\r\n <li>Sometimes customers are not willing to pay without any reason.</li>\r\n</ul>\r\nIf you are facing the circumstances that are mentioned above, then you are not the only one in the market. All these activities from the customer side are considered friendly frauds. Customers use services and forward complaints to the banks that provide credit card services to get chargebacks.\r\n\r\nNow that you know friendly frauds are not new, and your recurring billing and payment system is not the first being affected by this plague, let us take you to some effects ways to manage chargebacks:\r\n<h2>Transparent Policies</h2>\r\nYour policies about billing and payments should be crystal clear for the customers. For this, you need to train your team to explain everything clearly to the customers beforehand so they may not complain that the subscription plan or the payment policies were not clear to them.\r\n\r\nIt is said that you must not count your chicken before the eggs hatch. When you onboard customers, retailers need to control the excitement and give a thought to the subscription cancellation as well. Tell your new customers clearly about the subscription cancellation policy. And the reason to fairly communicate your business policy with the customer is that customer would not be able to file for a chargeback with the reason that he had ambiguities regarding subscription plan etc. So, be open about your refund and return policies.\r\n<h2>Communication with the Customers</h2>\r\nStatistics show that, in most cases, when customers demand chargeback, they do not even communicate with their retailer. They directly contact the bank that is providing them with a credit card and forward the complaint. So, if you want to avoid chargebacks, then one of the effective ways is to communicate with your customers. You should also encourage them to contact you anytime if they have any issues regarding their bills or payments.\r\n\r\nEspecially, when you have to ask them to pay their recurring payment, it is better to talk to them. You can resolve their genuine issues. You can also collect data that will help you overcome the problems that make your customers go to the option of chargeback.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/subscription-management-and-automated-communications/\">Significance of Automated Communications in the Growth of Subscription Business</a>\r\n<h2>Notifications Before Automated Transactions</h2>\r\nSubscription management systems offering the feasibility of automated recurring payments management frees customers from the worry of keeping in mind the deadline to pay recurring charges every month. The automated system process the transactions at the end of the month. What you need to take care of is to at least send a notification to the customer before processing the transaction for his recurring payments.\r\n\r\nYou will probably think that customers already agree to the terms and conditions regarding recurring billing and payments, then why do you need to notify him every time before the automated transaction for his recurring charges. You need to do this to avoid chargebacks. So that the customer would not find this reason that he was not asked before money transaction from his account when he thinks of getting chargeback from your company.\r\n<h2>Proactive Approach</h2>\r\nYou need to adopt a proactive approach to not give even a single chance to those customers who get involved in friendly frauds. For instance, some retailers ask customers through recurring billing and payment management platforms to submit their credit card details before the trial period starts. Though the trial period is free of cost, the customer is still required to enter the credit card details. The system verifies the validity of the credit card which is a good practice. It can help you already filter out people who can later become part of any fraudulent activity. So, play safe. Ask for the credit card details when the trial period ends.\r\n\r\nYou do not need to give your customers even a single chance to play foul with you and ask for chargebacks in the end.\r\n<h2>Immediate Response</h2>\r\nChargeback is an issue that needs your immediate attention. Whenever a customer demands chargeback, you should communicate with him ASAP. Your prompt response can provide you with a chance to communicate with your customers, find a way out, and convince them to stay on board.\r\n\r\nSome customers first come to you before they go to their credit card companies. If you make them wait, they will not waste time waiting for your response. They will simply move to your competitor. Avoid this worst-case scenario and timely respond to your subscribers.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/06/this-is-how-self-service-subscription-management-portal-is-improving-customer-satisfaction-for-saas-companies/\">This Is How Self Service Subscription Management Portal is Improving Customer Satisfaction for SaaS Companies</a>\r\n<h2>Option of Refunds</h2>\r\nSometimes, there is no other option but to pay back the money. In this situation, it is better to offer a refund rather than letting customers go to the option of chargebacks. We do not tell you to refund charges to all subscribers who contact you. You can check the history of the customers, then decide whether you need to refund the money or not. It is just about offering the best customer experience and maintaining your image in the market.\r\n<h2>Concluding Remarks</h2>\r\nCustomer satisfaction provides you with a firm basis where you can erect the building of your subscription business. Whether small or large enterprises, all businesses put their effort to offer their customers maximum satisfaction. However, sometimes, customers exploit these efforts, and this behaviour becomes the cause of friendly frauds that plague the recurring billing business market.\r\n\r\nSubscriptionFlow is a recurring billing and payment management platform that can help retailers in overcoming the causes of friendly frauds. Our recurring payment management platform only offers the above-mentioned advantages but our team also remains active to find new ways to help retailers minimize the chances of friendly frauds and manage chargebacks.\r\n\r\n ','Recurring Payments Management—What Should Be Your Strategy to Fight Necessary Evils of Chargebacks & Friendly-Frauds','','publish','closed','closed','','recurring-payments-explained','','','2021-08-09 14:27:16','2021-08-09 14:27:16','',0,'https://staging.subscriptionflow.com/?p=5054',0,'post','',0),(5055,1,'2021-08-09 13:53:22','2021-08-09 13:53:22','','Recurring Payments Explained','','inherit','open','closed','','recurring-payments-explained','','','2021-08-09 13:53:36','2021-08-09 13:53:36','',5054,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Recurring-Payments-Explained.jpg',0,'attachment','image/jpeg',0),(5060,1,'2021-08-11 13:25:52','2021-08-11 13:25:52','','Subscription Marketing','','inherit','open','closed','','subscription-marketing','','','2021-08-11 13:26:02','2021-08-11 13:26:02','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Subscription-Marketing.jpg',0,'attachment','image/jpeg',0),(5062,1,'2021-08-11 14:26:41','2021-08-11 14:26:41','The graph of the growth of the subscription business shows consistency in growth across the sectors. Whether they are SaaS businesses or industries that produce physical goods, all knit together when they opt subscription business model.\r\n\r\nBut how do customers turn to be subscribers? subscription-based businesses need to convince their customers that subscriptions are better than any other billing method. And, marketing is one of the ways to convince customers.\r\n\r\nSubscription marketing is different from conventional marketing because here the targets are:\r\n<ul>\r\n <li>Reach out to the consumers who will stay on board for a long time.</li>\r\n <li>Find subscribers not just customers.</li>\r\n <li>Focus on the recurring need of the customer.</li>\r\n <li>Update marketing strategies in a way that customer lifetime value increases.</li>\r\n <li>Reduce customer churn rate.</li>\r\n</ul>\r\nThe targets are different for the subscription-based businesses so do the marketing channels and strategies. In a subscription business, customer satisfaction and customer retention are the KPIs that show the progress of your business matters most. Subscription marketing in one way or another plays its role in improving these KPIs and achieve the targets mentioned above.\r\n\r\nAlong with the best subscription management software, there are various tools that different companies are using for better subscription marketing. Team of Experts at SubscriptionFlow is here to enlist a few small tools that can provide wings to your subscription marketing and boost the performance of your subscription business.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n<h2>Website Builder</h2>\r\nA well-designed and fully functional website is the key to marketing. Website is the portal where a visitor would find everything about your business. Just imagine, if a website opens slowly, the content is not optimized, and buttons & tabs do not function properly, then what would be the impression for the customer?\r\n\r\nAccording to researches, a visitor does not spend more than 45 seconds on a website. If the website opens slowly then traffic will bounce even before it overviews the website.\r\n\r\nSo, the solution to build a perfect website is the website builder application that can also contribute to better subscription marketing.\r\n\r\nSubscriptionFlow offers its customer a user-friendly and simpler website building tool that can build your landing pages to market subscriptions for your product or services. The tool is designed to quickly develop a landing page to market the subscription business and its offerings.\r\n\r\nFrom creating the specialized Navigation Bars to add different types of buttons and multi-device responsiveness and optimization to playing with the design and images, it offers you all. You can have your site in minutes. Simply select a theme and optimize it as you want it. Add features, meta, links, tabs, and bars to collect leads directly into your SubscriptionFlow system and manage pipelines thoroughly, without any resistance.\r\n<h2>Google Analytics</h2>\r\nHow to rank at #1 page and #1 position on Google? That’s the question around which all digital marketing teams develop their marketing policies and strategies. However, tracking the marketing-related analytics can help a lot in improving the rank of any search engine.\r\n\r\nSEO analytics is the process of monitoring various factors that are responsible for your subscription business website ranking on the search engine. Google Analytics is one such tool that can be used to set the SEO goals, track the keywords, and read the content drill-down report. There are many other functionalities of Google Analytics that SEO experts can use to improve the website ranking for subscription marketing purposes. Add your site created via SubscriptionFlow website builder to Google Analytics and increase the visibility to your traffic and their needs.\r\n<h2>MailChimp</h2>\r\nThe importance of email marketing in the subscription business is undeniable. It is the best way to communicate with people who might be interested in what you sell. Now, just imagine that you send emails for marketing to 100 email ids randomly. You will probably get a response from one or two email addresses.\r\n\r\nBut how about emailing only those who are interested in your product? You can get their email ids directly from them simply by adding an email subscription bar to your site. Prepare your email list with the laser-focused listings that can be matured as the Marketing Quality Leads or MQL.\r\n\r\nHere the tools like MailChimp play their role. They help you automatically maintain an email list of those contacts who are interested in your product. They can turn to be potential leads. You would not need to waste your time to email and contact those addresses that would not need your product at all.\r\n\r\nThe MailChimp platform not only helps customers in managing the email lists but also in growing these lists. You can nurture your leads as well.\r\n\r\nThe amazing thing is that SubscriptionFlow can provide you with <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">a cloud-based subscription management platform integrated with MailChimp</a>. You will get robust software to manage subscriptions and a chance to manage your leads through MailChimp.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/subscription-management-and-automated-communications/\">Significance of Automated Communications in the Growth of Subscription Business</a>\r\n<h2>Grammarly</h2>\r\nContent has become the backbone of inbound digital marketing. As it has been mentioned that tools like MailChimp help you market your offers, deals, and discounts effectively by providing you with well-designed email and pop-up templates. However, subscription-based businesses also need to optimize the content. The content that you write for the purpose of marketing ought to be free of mistakes.\r\n\r\nGoogle crawlers are the programs that analyse the content of a website from top to the bottom. They pick up the keywords and based on the use of these keywords, they help in ranking the keywords. To use the keywords at the right place and in a way that the content looks well-written is an art.\r\n\r\nAnd, tools like Grammarly helps you write highly-optimised content with minimum grammar mistakes. The tool has freemium and premium versions. Anyone can use the freemium version and get rid of basic grammar mistakes. Those who subscribe to the premium version of Grammarly will get to know even the advanced grammar mistakes. Grammarly is the tool that your marketing team must have to develop the right brand perception.\r\n<h2>In Conclusion</h2>\r\nIt is said that competition in the subscription business market is continuously increasing. If that is so, subscription marketing is a ray of hope to stand out among competitors. You just need an easy to use subscription management software that can be integrated with small yet effective marketing tools, and an efficient subscription marketing team that can help you use these tools.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n\r\nIf you want to market your subscriptions in a better way, then team SubscriptionFlow can help you integrate the best <a href=\"https://staging.subscriptionflow.com/subscription-software-for-marketing-companies/\">subscription marketing tools with its subscription management software</a>. You will get an integrated platform to manage subscriptions and as well as market your product or services in the best way.','Simple and Small Tools to Manage Your Subscription Marketing','','publish','closed','closed','','small-tools-to-manage-your-subscription-marketing','','','2021-08-11 14:26:41','2021-08-11 14:26:41','',0,'https://staging.subscriptionflow.com/?p=5062',0,'post','',0),(5064,1,'2021-08-13 14:44:19','2021-08-13 14:44:19','In the present times, the business requirements have become so diverse that a single system and software cannot help you fulfil varying customer demands.\r\n\r\nToday or tomorrow, you will feel that the platform that you are using needs modifications. Why is it so? From competition in the subscription market to business expansion and customer demands, there can be various reasons to upgrade the existing subscription management system.\r\n\r\nSubscriptionFlow is a SaaS designed to offer subscription management services. At this platform, you can manage your subscriptions, billing, payment, analytics, and many other business processes. Not only this, it offers some of the industry-leading solutions for integrations.\r\n\r\nSubscriptionFlow also facilitates its clients to cope with changing subscription business trends. You can integrate the same subscription handling software with third-party applications to enhance the functionality of the software and manage the whole business on a single platform.\r\n\r\nFor now, <a href=\"https://staging.subscriptionflow.com/integrations/\">SubscriptionFlow offers integrated solutions with the following platforms</a> in the marketplace:\r\n<h2>Quickbooks</h2>\r\nSubscription billing is not a one-step process. Different subscribers have different subscription plans. Billing these customers as per their subscription plan, generating the invoices, and keeping the record of bills and payments are all parts of the subscription billing process. Moreover, when discounts and gift subscriptions are offered, the process of billing becomes more complex.\r\n\r\n<a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-quickbooks/\">Quickbook</a> is one of those platforms that are specifically designed to handle these billing-related woes. Quickbooks integration with SubscriptionFlow comes out to be an efficient accounting and billing solution.\r\n<h2>Shopify</h2>\r\nMany e-stores are opting for the subscription billing model and are growing the landscape for eCommerce businesses. They target to turn their customers into recurring customers. But the challenge is to manage and record millions of orders. They need robust and efficient business solutions to manage subscribers. The eCommerce vendors need to manage their orders, inventory, bills, shipping, and marketing.\r\n\r\nHow convenient it would be if they get a single platform where they can manage customers as well as everything related to the recurring orders. Team SusbcriptionFlow identified this need of the eCommerce vendors, and it now provides integration with <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-shopify/\">Shopify</a>.\r\n\r\nWith this integration, you can manage and perform all tasks from order creation to billing, from billing to payment, and payments to reporting. When the transaction is done, the status of the orders is also updated in the SubscriptionFlow. Come on board, you will feel that SubscritionFlow is one of the best subscription management software for Shopify. Their integration is the solution for billing issues of eCommerce retailers.\r\n<h2>HubSpot</h2>\r\nThe competition in the subscription business market is so much that it has never been before. COVID-19 has also speeded up the entry of various businesses into the market. More companies mean more competition. And to fight this competition you need automated tools and software. HubSpot has become the need for subscription business retailers that automate many subscription business processes.\r\n\r\nInbound marketing helps businesses in the digital world to improve the visibility of the business and reach the targeted customer base in comparatively less time. <a href=\"https://staging.subscriptionflow.com/subscriptionflow-hubspot-integration/\">HubSpot integrated with SubscriptionFlow</a> offers the best solution for subscription management and inbound marketing. Other than marketing you will need to manage your team, increase sales, provide customer support, and track leads. HubSpot integrations with recurring billing management platforms like SubscriptionFlow can help you perform all such jobs on a single platform.\r\n<h2>MailChimp</h2>\r\nMarketing is that essential element of a business without which you cannot imagine reaching out to your targeted customers let alone the thought of converting customers into recurring customers. So, a platform like MailChimp offers clients to run marketing campaigns flawlessly. It is especially known for email marketing. MailChimp integrated with SubscriptionFlow offers you to communicate with your potential leads and customer base in the most effective way. You can use default templates and send your customers emails and notifications timely and formally.\r\n\r\nOnboarding, customer support, and dunning are the points where nothing can be more helpful than a proper way to talk to the customer. If you also lag behind in communicating with the customer, <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">SubscriptionFlow integrated with MailChimp</a> is for you. You can make it part of your email marketing plan for it will facilitate directing the campaign in the right direction. Another attractive thing about this integration is that SMBs and large enterprises can use this integration with equal ease.\r\n<h2>Avalara</h2>\r\nThere is a huge chunk of subscription-based business companies that cater to local and international customers. If you are also dealing with international customers, you would have the idea that how challenging it is to keep abreast of changing sales tax rules and norms that vary from country to country. As a subscription business retailer you will need to do the following tasks:\r\n<ul>\r\n <li>Tax management</li>\r\n <li>Tax rate calculation</li>\r\n <li>Keeping an eye on rules related to tax</li>\r\n <li>Tax exemption calculation</li>\r\n <li>Tax return calculation</li>\r\n <li>Tax reporting</li>\r\n</ul>\r\nAnd more. However, if you integrate your subscription invoicing and billing software with an application that is specifically designed to handle tax-related jobs, the whole business can be streamlined. So, SubscriptionFlow has a solution in the marketplace where the platform is integrated with the <a href=\"https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/\">Avalara</a> platform. There are many businesses across the globe using Avalara for tax-related tasks. SubscriptionFlow which is cloud-based subscription management software integrated with the tax management platform of Avalara provides clients with the best solution that they can use for accurate billing.\r\n<h2>Xero</h2>\r\nAs it has been discussed, integrations with other applications are needed for the added features. <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/\">Xero</a> is also an accounting software that adds features to the basic functionality of SubscriptionFlow. You can get this integration and enjoy some additional accounting features. You can get bank feeds that are just like daily updates about the transactions. These bank feeds help you maintain transaction data without any error.\r\n\r\nAs a retailer, you sometimes need to provide your customers with quotes. Through the Xero platform, you can provide customers with quotes for it helps in generating quotes and budgets within minutes.\r\n\r\nSave your time and cost by adopting SusbcriptionFlow and integrating it with Xero for efficient accounting jobs.\r\n<h2>Revitalize the Productivity of Your Subscription Business Ventures with SubscriptionFlow Integrations</h2>\r\nIntegrations with useful third-party software can boost the performance of your subscription billing software. However, only a flexible and scalable system can integrate other applications. SusbcriptinFlow is the platform that can easily integrate with the platforms mentioned in this article. If you already have your account with SubscriptionFlow and need integrations, you can contact the team of experts on the support side.\r\n\r\nContact team SubscriptionFlow to know more about its recurring billing platform and its integrations in the marketplace.','Best Of The Business Solutions Available At SubscriptionFlow Marketplace','','publish','closed','closed','','best-of-the-business-solutions-available-at-subscriptionflow-marketplace','','','2021-08-13 14:47:00','2021-08-13 14:47:00','',0,'https://staging.subscriptionflow.com/?p=5064',0,'post','',0),(5066,1,'2021-08-13 14:46:14','2021-08-13 14:46:14','','Subscription Management Software for Shopify','','inherit','open','closed','','subscription-management-software-for-shopify-3','','','2021-08-13 14:46:30','2021-08-13 14:46:30','',5064,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Subscription-Management-Software-for-Shopify.jpg',0,'attachment','image/jpeg',0),(5067,1,'2021-08-16 14:31:13','2021-08-16 14:31:13','Covid-19, Palestine crisis, vaccine politics, and now, Afghan peace process are a few of those topics about which people need the most recent and the accurate news updates. It is also high time for newspaper and magazine publishing agencies to devise a policy to offer subscriptions for e-versions of their magazines and newspapers.\r\n\r\nStatistics show, there has been a dramatic surge in the number of digital magazine & newspaper subscribers in the first week of the pandemic outbreak. <a href=\"https://www.nytimes.com/2020/11/05/business/media/new-york-times-q3-2020-earnings-nyt.html\" rel=\"nofollow\">New York Times reported</a> that for the first time online subscribers brought in more revenue than print subscribers. The Guardian offers attractive subscription plans and discounts for new subscribers. The Economist is offering money-saving discounts for its yearly subscriptions.\r\n\r\nIf you are also keen on increasing your newspaper and magazine customer base, you need to know who pays for news and why do companies need newspaper and magazine subscription management platforms?\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/fuel-the-growth-of-magazine-subscriptions/\">Attract More Readers with Gift Subscriptions—Skyrocket Recurring Revenue of Your Magazine Business</a>\r\n<h2>Who Pays for News?</h2>\r\nInternet and various social media platforms are erupting with a plethora of sources of information and news, but how many of them provide readers with authentic and the most recent information? There are very few sources of news that fulfil the need for valid and current news.\r\n\r\n<strong><em>And subscriptions are one of the ways to convince readers that you as the digital newspaper & the magazine publisher provide them reliable information at the right time.</em></strong>\r\n\r\nStudies reveal they are mostly adults who pay for online newspaper subscriptions. Though there are available free online sources of information and news, the ongoing circumstances have convinced even the students to turn towards newspaper and magazine subscriptions. So, a new customer base is already there for you.\r\n\r\nE-publishing or magazine and newspaper subscription services providers just need a pragmatic policy to cater to young, adult, and elderly readers. SubscriptionFlow—a team of one of the best magazine subscription management software is here to share some of the ways to urge people to subscribe to news.\r\n<h2>Find the News Seekers</h2>\r\nWe all are news seekers and we constantly scroll through our social media feeds for updates on current affairs and other everyday interests. Amid the struggle to know the truth, we often become prey to fake news. However, the actual news seekers may know how to swim through the waves of fake news.\r\n\r\nNews seekers constitute the group of those readers who are eager for recent and authentic news. Some are subscribers whereas some go after the free access to the news.\r\n\r\nInterestingly, most news seekers can be converted into subscribers as most of them are willing to pay for news subscriptions in today’s age of fake news, propaganda, and unbiased reporting. However, the only challenge is to identify these news seekers. This phase of finding news seekers is just like reaching out to the targeted customers.\r\n\r\nFor instance, at present, nationally and internationally, people are looking for updates regarding the Afghan peace process and the US evacuation from Afghanistan. Digital magazines and newspapers can activate their teams to find those people on social media platforms who eagerly look for such news updates. Offer them pocket-friendly subscription plans for the news that is interesting for them.\r\n\r\nWhen the Covid spread was at the pinnacle, there was news about the death of the UK Prime Minister Boris Johnson from a fake Twitter BBC account. Fake news is not only a source of negative propaganda but also an attack on reliable news agencies. If news agencies want to fight the propagation of such fake news from fake social media accounts, then subscriptions are the only way out, and to manage these subscriptions you can board the platform of SubscriptionFlow for the newspaper and digital magazine subscription management. You need to inculcate this thought in the minds of readers that a person who inputs energy and time for accurate news broadcasting does not emanate news and opinion for free. <strong><em>Paying for subscriptions is the only way to get authentic news.</em></strong>\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/01/the-definitive-guide-to-improving-customer-retention-for-your-business/\">The Definitive Guide to Improving Customer Retention for Your Business</a>\r\n<h2>Offer Discounts & Coupons</h2>\r\nThere can be nothing more attractive for online newspaper and magazine readers than the sign of the percentage showing a certain amount of discount. Discounts can help digital magazines and newspapers to bring new readers as well as improve the reader retention rate.\r\n\r\nPresently, The Guardian offers fifty per cent off for three months of subscriptions. The Economist is offering the option of gift subscriptions and group subscriptions. That way reader satisfaction is improved—they believe they are getting exactly for what they have paid. Just like that, The Economist and other magazines and newspapers have special and discounted subscription plans for students. They opt for these business tactics to cater to the demands of all e-magazine readers of varying age groups.\r\n\r\nSo, if you want to bring more readers on board, you need to provide them honest opinions, accurate & current news, and discounts.\r\n<h2>Devise Policy to Reach Out to Young Readers</h2>\r\nHave you ever thought that what is the reason that all newspapers and magazines have a consensus on this point, recurring billing and payment is the best way to charge readers? Let our team propound some of the facts that will broaden your view about this.\r\n<ul>\r\n <li>First, people need to know current news and happenings across the world recurrently.</li>\r\n <li>Second, e-paper and e-magazine readers seek reliable and affordable sources of news.</li>\r\n <li>Third, as one of the dependable news sources, you need to beat fake news propagation.</li>\r\n</ul>\r\nThe best way to offer your readers quality content and accurate news updates are the subscriptions. And when you devise a policy to hit the young news readers, you need to consider the factors mentioned above. Young readers have many parameters to judge whether the news subscription benefiting them or not. What you need is to identify these parameters and come up with the expectations of the young readers.\r\n\r\nAlso, if you want to grow your young reader base, you need to find them where they are already present. Social media platforms are the places where you can find young readers. For example, The Economist is using Snapchat actively to publish its daily dose of updates in a way that young readers get intrigued to subscribe to this weekly magazine. Instagram has become a source of cultivating young subscribers for The Guardian. Just like them, you can also reach the young reader base, and you can use the magazine and newspaper management software of SubscriptionFlow to assist you in this mission.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/challenges-and-solutions-to-retain-gen-z-subscribers/\">5 Most Graving Challenges And Their Solutions To Retain Gen Z Subscribers</a>\r\n<h2>Cope with Digital Lifestyle</h2>\r\nJust remember the format of newspapers and magazines in the 1960s and compare them with the format that you see today. There is a huge difference in not only the newspaper and magazine format but also the jargon used to deliver the news. What you need to deduce is that the lifestyle changes with time. And digital lifestyle changes more speedily than real-time lifestyle.\r\n\r\nAs a digital newspaper or magazine agency, you need to cope with changing trends to convince people to continue subscribing to digital magazines and newspapers.\r\n<h2>What Digital Magazines & Newspapers Would Look Like in the Future?</h2>\r\nNow that the shape of e-magazines and e-papers business is changing dramatically, it is crucial to keep in consideration the implications of the future. To make policies to offer subscriptions for news in the future, you need to keenly observe the market today. At present you will notice:\r\n<ul>\r\n <li>The covers of the e-magazines resemble the trailers of movies.</li>\r\n <li>Audio and video tracks are added in the digital versions of magazines and newspapers.</li>\r\n <li>Every piece of news or opinion contains hyperlinks to previously written relevant content.</li>\r\n <li>Graphics and visualisations are so refined that they have never been before.</li>\r\n <li>Ads in the digital marketers need to be planned for they have their own technicalities.</li>\r\n</ul>\r\nThere are a lot more things that you can observe. Despite all these tech-related changes, experts predict that subscription or recurring billing is going to be the leading business model for e-magazines and newspapers.\r\n\r\nAs a digital news publisher, if you want to survive in this market, you can join hands with <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> to keep abreast of all related to newspaper subscriptions. This robust platform will help you combat fake news. You can also bring more e-newspaper and e-magazine readers on board. If you are interested, you can <a href=\"https://staging.subscriptionflow.com/demo/\">proceed to demo</a> right away.','Combat Fake News, Get News From Reliable Sources, PAY FOR NEWSPAPER AND MAGAZINE SUBSCRIPTIONS','','publish','closed','closed','','get-news-from-reliable-sources-pay-for-newspaper-and-magazine','','','2021-08-17 06:15:15','2021-08-17 06:15:15','',0,'https://staging.subscriptionflow.com/?p=5067',0,'post','',0),(5068,1,'2021-08-16 14:30:43','2021-08-16 14:30:43','','Best Magazine Subscription Management Software','','inherit','open','closed','','best-magazine-subscription-management-software','','','2021-08-16 14:31:02','2021-08-16 14:31:02','',5067,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Best-Magazine-Subscription-Management-Software.jpg',0,'attachment','image/jpeg',0),(5070,1,'2021-08-18 13:49:04','2021-08-18 13:49:04','The recurring billing and payment process is the backbone of the subscription business market. The process completes step by step. Retailers sometimes deal with billing and payment processes separately, but they are linked in the same chain.\r\n\r\nBilling is the point from where the payment processing starts in the subscription cycle. Accurate billing is the prerequisite of timely payments for recurring charges. And, timely recurring payments become the source of stable recurring revenue. If you want the flow of recurring revenue to be smooth, it is very important to make your collection system efficient enough to get payments in time and securely.\r\n\r\nSubscription-based businesses are required to focus their collection on different methods. Hosted Payment Pages are one of them. Collection through hosted payment pages or HPP is one of the best ways to get online payments—one-time or recurring.\r\n\r\nWith Subscription management and payment processing software like SubscriptonFlow, clients can manage instant, and reliable recurring payments collection using its customizable <a href=\"https://staging.subscriptionflow.com/recurring-payments/\">hosted payment pages</a> for secure automated recurring payment processing.\r\n\r\nBefore getting into details like how you can do it and what are the benefits of HPP, we would like to take you towards understanding the significance of hosted payment pages.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/the-pain-points-of-subscription-payment-processing/\">Recurring Payment Challenges? Switch to the Ultimate Subscription Management and Payment Processing Platform</a>\r\n<h2>What Are Hosted Payment Pages (HPP)?</h2>\r\nWhen subscribers have to pay their recurring charges every month or a year they need to share their credit card information (when using the card as their payment method). This information is kept secure to use recurrently to renew the subscription after the deadline. Hosted payment pages are third-party web pages that assist in secure online payments. These pages act like checkout points for the customers.\r\n\r\nFor instance, the hosted payment pages of SubscriptionFlow allows you to sign up subscribers and accept their recurring fee securely.\r\n\r\nBy now you would probably be thinking that why you cannot use your own website to accept recurring payments? Why do you need to invest money in the hosted payment page integration? Let SubscriptionFlow team experts resolve this confusion for you.\r\n<h2>Why Do You Need Hosted Payment Pages?</h2>\r\nThough digital wallets offer customers a quick means of paying the recurring charges, many subscribers still prefer using their credit cards because of various reasons. When it is about accepting payments through credit cards, you will need PCI DSS (Payment Card Industry Data Security Standard) compliance. Even if you establish your own page to collect the recurring fee, you will need PCI compliance. There are various complexities involved in the process of making a page PCI compliant. Instead of using your own time and resources, you can use hosted payment pages that are already PCI compliant and ensure secure payment.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/\">Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?</a>\r\n\r\nFollowing are the advantages that hosted payments pages have become a necessity for the subscription business community.\r\n<h3>The Best Way for Recurring Payments</h3>\r\nThe relation of a merchant and a customer in the recurring billing business is not about one-time interaction rather customer has to come to the retailer again and again. Every time, the subscriber needs security and in time transactions. Hosted payment pages are specially designed to offer recurring customers speedy and secure payment processing. They provide the most appropriate way for the payment of recurring charges.\r\n<h3>Data Security</h3>\r\nWhen a customer pays his recurring charges, other than his credit card information, he has to share his basic credentials including name, email, and address. Hosted payment pages provide you with the best way to keep this information secure. Customer credentials are not passed to your website directly rather they are used through specified hosted payment pages.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/\">The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them</a>\r\n<h3>Easy Integration</h3>\r\nSubscription business merchants look for subscription management platforms that are flexible and scalable to integrate third-party applications, gateways, and hosted payment pages. SubscriptioFlow hosted payment pages can easily be integrated with your website. You can save time by integrating hosted payment pages with your website within minutes. So, if you think integrating hosted payment pages will be time-consuming, then it is untrue.\r\n<h3>Optimized Online Checkout Experience</h3>\r\nAt present, customer experience is not limited to customer support. It begins with customer onboarding and ends at the subscription cancellation. So, at the time of recurring payment processing, you must offer customers the best experience. Hosted payment pages are designed in a way that ensures secure and frictionless payment to offer customers the best online checkout experience. They are quick, secure, and easy to use. If you want to integrate hosted payment pages with your website, then SubscriptionFlow is all available for you.\r\n<h3>Customizable Themes</h3>\r\nYou need to know that customer thinks twice before subscribing to any services. You need to provide him conformity that his decision is right. And to provide this surety, hosted payment pages can play their role. For instance, the hosted payment page of SubscriptionFlow is customizable. And customizable payment pages provide you with the feasibility to choose the theme of the page. When you design this page, you need to keep the layout that will emanate this feel to the customer that his decision was right.\r\n<h3>Different Payment Methods</h3>\r\nDifferent subscription businesses cater to international customers. And if you are also targeting a new customer base beyond borders, then you will probably need another payment method. Hosted payment methods offer one of the best ways to offer your customer different payment methods. That way you can avoid payment failures to a great extent and minimize revenue leakage.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/\">Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management</a>\r\n<h3>The Branding Process</h3>\r\nSubscription business companies adopt various strategies to establish their brand awareness. They use social media platforms etc. However, do you know hosted payment pages can also be a source of branding? You can customize these pages according to the nature of your business. The outlook of your hosted payment page can affect the purchase behaviour of the customer. Because some people visit these pages just for having an idea about the payment methods and charges that you offer. But if you input effort to optimize your hosted payment pages, they can become a source of branding.\r\n<h2>In Conclusion</h2>\r\nOnline billing and payment is a multitiered process and there are associated with it numerous complexities. However, using the hosted payment pages is just like having a dedicated section for this process where you can fulfil the needs of your recurring customers. You can offer them multiple payment options and currencies. So, it becomes so easy to entertain national and international subscribers on the same platform. Above all, the security that hosted payment pages offer is unmatched. They can become the best way to win the trust of your customers.\r\n\r\nAs a retailer, everyone wants to offer a securer and speedier means of online payment. It not only keeps the subscribers satisfied but also maintains the flow of recurring revenue. If you want to integrate a hosted payment page with your website for recurring payment management, contact SubscriptionFlow experts.','Everything You Need to Know About Hosted Payment Pages','','publish','closed','closed','','everything-you-need-to-know-about-hosted-payment-pages','','','2021-08-20 10:12:20','2021-08-20 10:12:20','',0,'https://staging.subscriptionflow.com/?p=5070',0,'post','',0),(5072,1,'2021-08-17 13:49:39','2021-08-17 13:49:39','','Hosted Payment','','inherit','open','closed','','hosted-payment','','','2021-08-17 13:49:54','2021-08-17 13:49:54','',5070,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Hosted-Payment.jpg',0,'attachment','image/jpeg',0),(5075,1,'2021-08-23 11:35:52','2021-08-23 11:35:52','The trend of online subscription businesses did not establish in one night. People used to be reluctant to go for online recurring payment methods for they were afraid of fraudulent activities. However, SaaS companies worked to bring improvement in the security of recurring payments.\r\n\r\nToday, analysts predict that subscription billing is going to be the leading business model in the future. How did it happen? One of the reasons behind the success of the subscription billing model is the payment gateways. Payment gateways offer a solution to the biggest concern of the online recurring payment processes which is customer data security.\r\n\r\nCustomers share their sensitive information for the payment of recurring charges (especially when they pay through their bank cards), and payment gateways encrypt this information. This encrypted information is securely transferred between your payment portal and the bank.\r\n\r\nMany people look for the top <a href=\"https://staging.subscriptionflow.com/payment-gateways/\">payment gateways for recurring payments in Europe</a>. A team of experts at SusbcriptionFlow dedicated its time to jot down the following payment gateways. If you are already on board, you can contact our team of experts to integrate these payment gateways with the recurring payment management software of SubscriptionFlow.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/everything-you-need-to-know-about-the-payment-gateway-options-in-australia-in-2021-and-beyond/\">Everything You Need to Know About the Payment Gateway Options in Australia in 2021 and Beyond!</a>\r\n<h2>Fondy</h2>\r\nWhether you have a small or a large subscription-based business, you can use Fondy as a payment gateway in Europe. It is one of the top payment gateways in Europe that can enhance the functionality of your recurring billing management platform. You can cater to customers from all across Europe and avoid payment-related issues.\r\n\r\nAt present, all subscription businesses need multiple currency support. And Fondy enables you to offer your customers multiple currency support. So, no matter you have customers from Italy or the UK, this payment gateway will help you offer your customers to pay recurring charges either in Euros and Pounds respectively.\r\n\r\nThere is a free version of Fondy that you can easily try, and if you find it useful you can try their paid payment gateways plans. It allows you to accept payments through bank cards or e-wallets.\r\n<h2>2CheckOut</h2>\r\nWhen it comes to customer data security, the first and foremost requirement is PCI compliance. 2CheckOut provides PCI level one compliance. So, you can ensure your customers that their confidential and sensitive data is completely secure. Another amazing feature of this payment gateway is that it can be integrated with third-party applications easily. If you are already a client of SubscriptionFlow, you can contact the team of experts for its integration with your existing subscription management platform. Even if in the future your business requirements grow, you can integrate your payment gateway with other applications.\r\n\r\nJust like Fondy, it allows you to offer customers support in 15 languages and 87 currencies. You get the best chance to attract a customer base from different regions of Europe with this payment gateway.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/everything-you-need-to-know-about-the-payment-gateway-options-in-australia-in-2021-and-beyond/\">Everything You Need to Know About the Payment Gateway Options in Australia in 2021 and Beyond!</a>\r\n<h2>PayPal</h2>\r\nWhen it comes to payment gateways, PayPal is considered the trusted name. It caters to millions of clients not only in Europe but all across the globe. It is indeed one of the best gateways to ensure secure payments. According to the updates, PayPal is going to revise its rates and of course, the charges will depend on the services that the customers use.\r\n\r\nBy using PayPal customers can pay through their credit or debit cards as well as through digital means e.g. cryptocurrency. PayPal also offers PCI DSS compliance. PayPal has millions of subscribers in the world. If you are looking for a payment gateway in Europe, then let SubscriptionFlow provide you with PayPal integration.\r\n<h2>Stripe</h2>\r\nWhen customers visit your web portal, their foremost need is data security. Stripe is one of those payment gateways that ensure customer data security. Many subscription businesses entrepreneurs need to test the payment gateway before investing their money. Stripe is the best for such new entrants in the market for it gives you a chance to test run the gateway, then buy its plan.\r\n\r\nIt is a feasible option for subscription-based businesses because it will enable you, as a retailer, to accept recurring payments through more credit cards and in more than one hundred currencies.\r\n<h2>Braintree</h2>\r\nThe integration of Braintree with a subscription management platform can also provide you with a robust product to get recurring payments. Braintree provides retailers with dedicated accounts. However, if a retailer is already having an account, he can continue using it, but he will be required to pay the fee for his account and Braintree charges separately. Whoever provides you with a merchant account will have an associated fee for the services.\r\n\r\nBraintree is capable of connecting merchants to different banks and accounts to enable them to collect charges from all customers.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/12/all-the-top-payment-gateway-services-providers-in-the-united-states-the-2021-2022-edition/\">All the Top Payment Gateway Services Providers in the United States—The 2021 – 2022 Edition</a>\r\n<h2>Authorize.net</h2>\r\nNothing can benefit your business more than making it easy for customers to pay their recurring charges. It is the crucial point where retailers cannot afford to annoy customers. Authorize.net offers you various features to offer the best recurring charges payment experience to your customers. If you integrate your subscription management platform with Authorize.net, you can offer your customers to pay through their credit card, debit card, eChecks, and other digital payment methods. In short, this payment gateway supports many payment methods. When it comes to the security of the information, Aauthorize.net is PCI DSS compliant.\r\n\r\nThe success of the subscription business greatly depends on your recurring payment processing system. Integrating your subscription handling software with Authorize.net can increase the chances of the success of your subscription-based business.\r\n<h2>Why Do You Need Multiple Payment Gateways?</h2>\r\nIf you are already part of the subscription business environment, you will be advised by many to go for multiple payment gateways. When one payment gateway performs the function of encrypting customer data, then why do subscription businesses go for multiple payment gateways?\r\n\r\nSuppose, you are using just one payment gateway, and it is down for some technical reason. When the payment gateway is down, how would you maintain the backup of the payments? And how would you cater to those customers who would try to pay their subscription charges during that time?\r\n\r\nMultiple payment gateways not only helps in increasing customer data security but also make your recurring payment management system efficient. Your payment system does not stop working even if one payment gateway is down. They also help retailers offer multiple payment methods to their customers. Payment gateways also play role in offering customers to pay in the local currency. Some payment gateways perform better in some regions in comparison to the other payment gateways. When you are catering to international customers having multiple payment gateways integrated with your system can bring many benefits.\r\n\r\nIf you are willing to integrate the payment gateways mentioned above or if you want to have some other payment gateway in Europe, then you can contact team <a href=\"https://staging.subscriptionflow.com/2021/01/everything-you-need-to-know-about-the-payment-gateway-options-in-australia-in-2021-and-beyond/\">SubscriptionFlow</a>. They can provide you with the integrations of all these payment gateways.','Top Payment Gateways For Recurring Payments In Europe In 2021-2022','','publish','closed','closed','','top-payment-gateways-for-recurring-payments-in-europe-in-2021-2022','','','2021-08-23 11:35:52','2021-08-23 11:35:52','',0,'https://staging.subscriptionflow.com/?p=5075',0,'post','',0),(5076,1,'2021-08-23 11:31:46','2021-08-23 11:31:46','','Top Payment Gateways for Recurring Payments','','inherit','open','closed','','top-payment-gateways-for-recurring-payments','','','2021-08-23 11:32:41','2021-08-23 11:32:41','',5075,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Top-Payment-Gateways-for-Recurring-Payments.jpg',0,'attachment','image/jpeg',0),(5078,1,'2021-08-26 09:00:19','2021-08-26 09:00:19','Like any other business, the importance of Sales Operations (SalesOps) and Revenue Operations (RevOps) is evident in the subscription business. The difference that you will see in the objectives and goals of RevOps and SalesOps in the subscription business market is because of the recurring billing business model. Here the focus remains on recurring sales and recurring revenue rather than one-time sales and a fixed profit. Moreover, many subscription businesses have diverse revenue streams that urge you to deal with RevOps tactically.\r\n\r\nTo perform RevOps and SalesOps in the subscription business, it is important to study their basic idea so that you would be able to see the fine line between these two.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/04/your-definitive-guide-on-revops-and-how-you-can-use-them-for-your-saas-business/\">Your Definitive Guide on RevOps and How You Can Use Them for Your SaaS Business</a>\r\n<h2>What Are Sales Operations?</h2>\r\nThe ultimate goal of sales operations remains to sell more to maintain the flow of the revenue stream. The sales force of any subscription business is responsible to perform sales operations that usually include planning of discounts and incentives, price improvisation, managing customer sales data, analytics & reporting, lead conversion, and forecasting the price. The point that you need to notice is that sales operations are completely focused on the sales process.\r\n<h2>What Are Revenue Operations?</h2>\r\nThe scope of revenue operations is wider than sales operations. They cover various subscription business functions that have to perform harmoniously to finally bring in more revenue. Revenue operations are focused on customer satisfaction, customer retention, sales, marketing, and customer success. In one way or another, the RevOps and SalesOps are interlinked and share similar goals.\r\n\r\nAs a subscription-based business, you need to work on Salesops as well as RevOps. They focus on different metrics but the performance of one metric affects the other metrics as well. Thereby, when you plan to manage RevOps and SalesOps, you need a holistic approach.\r\n<h2>SalesOps Management</h2>\r\nIf you succeed in streamlining sales operations, you can maximise the performance of your sales team. And following are the ways to manage your recurring sales operations:\r\n<h3>Sales Data Management</h3>\r\nOne of the secrets to the success of subscription businesses is the effective management of the sales data. It is one of the roles of SalesOps. Whether you have launched a new SaaS product or improvised the existing one, sales data management and monitoring can help you see if it was a success or not. You can decide the right time to launch any product or service if you manage the data properly.\r\n\r\nIf sales data shows that the existing plan is not working, then you can revise your plan. Other than your sales data, SalesOps include the study of competitors data. Subscription management software that you use has artificial intelligence algorithms to help you study huge datasets.\r\n<h3>Sales Predictions</h3>\r\nBased on the data analysis of the sales datasets, you can make certain predictions regarding sales. Sometimes deciding the price for the unit of the SaaS product or services become a bottleneck for sales experts. However, analysis of sales data can help in overcoming such challenges and deciding the right price. Sales forecasting is also important for the budget of your subscription business.\r\n\r\nWith an in-depth study of sales data, you can improvise price, target a new customer base, increase customer retention, and improve various KPIs’ performance.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right/\">Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!</a>\r\n<h3>Lead Generation & Lead Conversion</h3>\r\nThe process of generating potential leads and converting them to customers is also a part of SalesOps. What you need is to manage your leads. It is a very important SalesOps role that helps you increase the size of your customer base. You also need to develop buyer personas because they can help you understand what customers want from you. Once you know the customer demand, you can hit the target of achieving a certain leads conversion rate.\r\n\r\nBuyer personas also orient the marketing campaigns that ultimately brings you the traffic that converts to be your loyal customer.\r\n<h3>Sales Team Communication</h3>\r\nSalesOps enable you to maintain coordination in the sales team. For instance, you share the sales targets and sales wins with the team to keep them motivated. You can integrate your recurring billing management software with a CRM to run your business efficiently. The sales operations team can also help maximise the performance of the sales team.\r\n\r\nFor instance, if the SalesOps team finds some sales rep is good at representing some specific customer, it would suggest using that representative at the place where he can perform the best.\r\n<h3>Sales Strategy</h3>\r\nThe analysis of the sales data enables sales teams to formulate sales strategies. The strategies will include future targets and goals. A perfect sales strategy can play role in shortening the sales cycle and increasing the sales wins.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/\">From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management</a>\r\n<h2>RevOps Management</h2>\r\nNow that you know the essentials to focus on for the SalesOps, it is time to know some factors that can help you manage your revenue operations.\r\n<h3>Customer Success</h3>\r\nCustomer success simply defines if your customer is actually getting what he wanted or not. Today, customer success has become one of the most important pillars of the subscription business market. Retailers do not want to lose subscribers and to retain subscribers, they have to satisfy the customers. And customer satisfaction increases the customer retention rate which ultimately maintains the flow of recurring revenue streams.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/\">Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!</a>\r\n<h3>Marketing Campaign</h3>\r\nAs it has been mentioned, the revenue operations are different from sales operations in the sense that revenue operations are more inclusive. Effective marketing is an important part of revenue operations because if a product or service is not marketed to the right community of customers, then you cannot expect to get potential leads. Targeted marketing campaigns are part of RevOps.\r\n<h3>Customer Retention</h3>\r\nRetaining the existing customers has a huge role in maintaining the flow of revenue. It is an accepted fact that <em>customer acquisition is more difficult than customer retention. </em>Customer retention can save time and money rather than customer acquisition. An increase in customer retention rate will offer a domino effect for other revenue operations.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming/\">The Art of Improving Customer Loyalty with Upselling—Tips and Tricks to Boost Your Recurring Revenue Streaming</a>\r\n<h2>In Conclusions</h2>\r\nSales operations aim to sell more and revenue operations target to improve the revenue growth. People sometimes ask whether their business needs RevOps or SalesOps. By now, you would have understood that a subscription business needs both revenue operations and sales operations. The concept of RevOps is comparatively new for the subscription business community, but the way it is helping the companies to achieve their revenue targets is commendable. Now, more businesses are attracted towards sales operations and revenue operations.\r\n\r\nIf you are monitoring the feasibility to make your RevOps and SalesOps teams improve the sales and revenue of your subscription business, then discuss with the SubscriptionFlow team of experts.','How To Manage The SalesOps And RevOps Of A Subscription Business','','publish','closed','closed','','how-to-manage-the-salesops-and-revops-of-a-subscription-business','','','2021-08-26 09:00:19','2021-08-26 09:00:19','',0,'https://staging.subscriptionflow.com/?p=5078',0,'post','',0),(5079,1,'2021-08-26 08:57:59','2021-08-26 08:57:59','','SalesOps and RevOps','','inherit','open','closed','','salesops-and-revops','','','2021-08-26 08:58:39','2021-08-26 08:58:39','',5078,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/SalesOps-and-RevOps.jpg',0,'attachment','image/jpeg',0),(5082,1,'2021-08-27 04:00:38','2021-08-27 04:00:38','{{unknown}}','','','publish','closed','closed','','9cdbdc1f5423695af9c8cf9c5e4b67ac','','','2021-08-27 04:00:38','2021-08-27 04:00:38','',0,'https://staging.subscriptionflow.com/2021/08/9cdbdc1f5423695af9c8cf9c5e4b67ac/',0,'oembed_cache','',0),(5084,1,'2021-08-31 14:24:04','2021-08-31 14:24:04','The performance of the subscription business market has improved dramatically with the development of subscription management software. Today, subscription-based business companies opting for the B2B model, get subscription management services from different tech organisations.\r\n\r\nCharles Darwin proposed in his theory that they are not the most intelligent or the strongest living begins that survive the changes in the environment rather those living beings survive that can adapt to the changes in their surroundings.\r\n\r\nRecently, the performance of the subscription billing model in the tough times of pandemic spread has proved that it is flexible enough to survive the circumstances of an economic downturn.\r\n\r\nHow did it happen?\r\n\r\nTo know the answer to this question, you need to delve into the scope and details of the recurring billing management system and the software designed to manage subscriptions.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>\r\n<h2>Role of Cloud Technology in Subscription Billing Management</h2>\r\nCloud computing technology is based on the cloud, and the cloud is nothing but a number of servers that can be accessed if you have internet connectivity. Every day, a huge amount of data is stored, accessed, and processed through the cloud. Modern subscription management software are cloud-based, and cloud computing technology has given new vigour to the subscription software.\r\n\r\nThe basic need of every subscription business is processing and accessing the data. Just imagine, how much data eCommerce businesses would have been processing every day. Now that eCommerce businesses are opting for subscriptions, the importance of speedy data access, processing, and storage has become twofold. So, cloud-based subscription software play role in maintaining the backup of the data, recovery of data in case of tech disasters, and business continuity.\r\n\r\nThe business agility that attracts most of the businesses to the subscription billing model is the gift of cloud technology. Retailers in the subscription business market are capable of finding a new customer base and reaching out to international subscribers is possible just because of the agility of the subscription management system.\r\n<h2>What Are the Factors Contributing to Widening the Scope of Subscription Billing Model?</h2>\r\nOther than cloud technology some other elements have played role in widening the scope and attracting more businesses to the subscription billing. Advanced subscription management platforms using AI algorithms, enable you to enjoy accuracy and efficiency. Retailers can increase their customer base by offering multicurrency support, multiple payment gateways, and multiple payment methods to their customers.\r\n\r\nAll such factors have contributed to improvising the concept of subscription billing, and they have diversified its dimensions so much that it is too difficult to cover all angles of the subscription billing business.\r\n\r\nAlso read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n<h2>Traditional Businesses Coming to Subscriptions</h2>\r\nWhen you think of the scope of the subscription business in the modern world, there is no defined scale that you can use to define its boundaries. However, you will have a fair idea of its scope if you have a cursory glance at the traditional businesses that are turning to subscriptions. Everyone knows the billing method for magazines, newspapers, and educational institutions has always been subscriptions. However, subscription billing management software has rejuvenated this business model.\r\n\r\nFor instance, magazines like New York Times offer gift subscriptions etc. These traditional businesses moved to the improvised version of the subscription business model because it allows offering customers multi-tiered pricing and a lot more options that bring benefit for retailers as well as for the customer.\r\n\r\nNot only the traditional businesses are entering the subscription business market but also those that no one ever thought could run by opting for subscription billing. Their entrance can help you visualize the future of the subscription management systems and software designed to manage these systems.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">Subscription-Based Business Model Explained-Proliferate Revenue Opportunities with Recurring Billing</a>\r\n<h2>Types of Businesses in the Subscription Business Market</h2>\r\nAccording to a report by McKinsey, most businesses adopt subscription business model for the following reasons:\r\n<ul>\r\n <li>Need for the small upfront investment</li>\r\n <li>The flexibility of the model to adapt to changes</li>\r\n <li>Reduction in overall cost</li>\r\n <li>Freedom to cancel subscriptions any time</li>\r\n</ul>\r\nSo, the businesses that you will usually find as your competitors in the market can be categorized into the following four categories:\r\n<h3>SaaS Businesses</h3>\r\nCompanies offering software as a service (SaaS) mostly opt for a subscription billing model. Why? Because people need to use their products or services recurrently, and it is not feasible for them to offer one-time purchase to their customers. Recurring billing helps them earn through the revenue streams, and to maintain the flow of revenue in these streams they charge their customers on a weekly, monthly, or yearly basis.\r\n<h3>Ecommerce Businesses</h3>\r\nNow, eCommerce businesses are also turning their customers into subscribers because they have identified the products that their customers need from them on regular basis. And the products that bring customers to the retailers, again and again, can best be sold through the recurring billing model. So, many eStores offer subscriptions for groceries, makeup products, medicines etc.\r\n<h3>Accessibility Subscription Providers</h3>\r\nNetflix is probably the first name that comes to the mind of most people when they listen to the word ‘subscriptions.’ Businesses like Netflix offer access to the subscribers to the pool of videos—subscription for streaming services. Right after Netflix, many other streaming services providers entered the market, and today, they are all part of this competitive market.\r\n<h3>Box Subscription Providers</h3>\r\nAs has been discussed that the subscription business model is known for the flexibility that it offers. You can improvise the idea as per your business needs. So, you will find many companies that will be having a hybrid business model. Subscription boxes are not part of the traditional concept of subscription billing. For instance, educational institutions have always had a subscription billing model, but now, they offer subscription boxes for the interlinked courses and cater to the needs of students.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/\">Subscription Rundles—The Future of Subscription Business Is Here…</a>\r\n\r\nBy now, you would have understood that <strong><em>recurring billing management systems can be found everywhere and they are here to stay</em></strong>.\r\n\r\nAlso, the demand for subscription software is increasing with every passing day. It is high time to have a look at the scope of the subscription billing management in the future.\r\n<h2>Way Forward</h2>\r\nAccording to Statista, the number of subscriptions for VoD subscriptions increased at the beginning of 2021. They were not just the subscriptions of video streaming services that dramatically increased with the spread of coronavirus, the subscriptions for many other perishable and non-perishable products increased in the past two years.\r\n\r\nStatista also reports that the <a href=\"https://www.statista.com/statistics/505243/worldwide-software-as-a-service-revenue/\" rel=\"nofollow\">growth of the SaaS market has been 145.5 billion US Dollars in 2021</a>. And the best billing model for SaaS companies is subscription billing. Experts predict that the scope of subscription billing management will keep widening because the recurring billing model is going to be the leading business model in the future. The constant influx of new businesses in the subscription market and the need for subscription management platforms also add to the fact that soon subscription software will become a necessity for most businesses.\r\n\r\nIf you offer subscription services and up for formulating subscription business strategies that can help you come out of the league of competitors and become the market leader, then <a href=\"https://staging.subscriptionflow.com/2021/04/subscription-based-business-model-explained-proliferate-revenue-opportunities-with-recurring-billing/\">SubscriptionFlow</a> is the platform that you need. You can contact SubscriptionFlow experts right away.','Subscription Software And The Scope Of Recurring Billing Management','','publish','open','open','','subscription-software-and-the-scope-of-recurring-billing-management','','','2021-09-01 06:04:38','2021-09-01 06:04:38','',0,'https://staging.subscriptionflow.com/?p=5084',0,'post','',0),(5085,1,'2021-08-31 14:22:18','2021-08-31 14:22:18','','Subscription Services','','inherit','open','closed','','subscription-services','','','2021-08-31 14:23:15','2021-08-31 14:23:15','',5084,'https://staging.subscriptionflow.com/wp-content/uploads/2021/08/Subscription-Services.jpg',0,'attachment','image/jpeg',0),(5092,1,'2021-09-01 14:29:26','2021-09-01 14:29:26','If you are planning to enter the subscription business market, many people would have already told you that the market is replete with competitors, it is too difficult to establish your brand name and a lot more things. Some of these presumptions come out to be true and some are nothing but myths. So, it is pretty confusing to understand what is the right time and the right point to start your subscription business.\r\n\r\nThere are indeed many types of subscription businesses already thriving in the market. Subscribers have so many choices to get subscriptions for certain services or products. Even if you succeed in bringing enough customers on board, customer retention is the next challenge that you must overcome to maintain the flow of recurring revenue streams.\r\n\r\nDespite all these problems, entrepreneurs can find entry points for themselves. All that is needed is the business acumen to turn challenges into opportunities. In this article, you are going to explore various facts about the subscription ecosystem and find the point when you can enter the subscription business market.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/07/challenges-of-recurring-revenue-and-saas-business-growth/\">The Challenges Of The Recurring Revenue And The SaaS Business’ Growth</a>\r\n<h2>Who Should Opt for Subscription Business Model?</h2>\r\n<strong><em>Subscriptions can fit any business, </em></strong>you will read and listen to such suggestions when you think of adopting a subscription business model. It is actually true that the subscription business model is not limited to the SaaS companies anymore. Many industries that one could not even imagine are offering subscriptions. From SMBs to large enterprises that run supply chains beyond borders are part of the subscription ecosystem. Here, you will find small companies as well as subscription business giants.\r\n\r\nStill, you need to give it a thought whether subscriptions are MADE FOR YOUR BUSINESS OR NOT. The first parameter that can help you decide if subscriptions suit your business plan is the recurring need of the customers. If you are going to offer products or services that people will need regularly, then you are good to go. It is better to discuss your business plan with experts. Many subscriptions management platforms offer free consultancy, you can book an appointment with some experts to discuss the feasibility of your subscription business plan.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/07/recurring-invoicing-management-and-optimization/\">How Automated Recurring Invoicing Management Empowers Global Subscription Market</a>\r\n<h2>Market Research</h2>\r\nJust like any other business, entrepreneurs who want to enter the subscription business market need to research the subscription business model. Passion is the strength as well the weakness of the entrepreneur. Entrepreneurs are so passionate that sometimes they do not dedicate enough time to research the subscription business model and the market. Some entrepreneurs who aim to start the subscription business fail to even target the right customers.\r\n<ul>\r\n <li>Entrepreneurs should communicate with the customers to know customer demands.</li>\r\n <li>Study the sales and purchase data of the recent past that can help in formulating a workable business strategy.</li>\r\n <li>Compare the various subscription management software that people are using in the market so that the right platform can be found for the business.</li>\r\n</ul>\r\nExtensive research of the subscription businesses can help in finding the points to enter the market.\r\n<h2>Competitors in the Market</h2>\r\nCompetitive analysis is usually considered part of market research. However, it is quite an extensive concept and you cannot start your subscription business if you have not analysed the strengths, weaknesses, and marketing standing of your competitors. When it comes to competitive analysis to find the entry point in the subscription business market, there can be two scenarios:\r\n<ul>\r\n <li>You have competitors in the market who can give you cutthroat competition.</li>\r\n <li>You have a unique subscription business plan and find no competitors.</li>\r\n</ul>\r\nIn the first case, you need to ask yourself one question. When there are so many people offering them the same thing, why would customers come to you? Keep in mind, offering cheaper rates and freemiums can help, but there are many other factors beyond this. You can create differences based on the subscription plans, subscription models, and incentives for the customers etc.\r\n\r\nHowever, if you have no competitors, then the risk is higher. It is better to double-check everything before you enter the market when there are no competitors.\r\n<h2>Effective Marketing Strategy</h2>\r\nIf you are going to enter the subscription market as a SaaS business entrepreneur, then your marketing strategy will be different from the usual business marketing strategies. Why?\r\n\r\nBecause your customer cannot touch, feel, or see your product or services. Moreover, in the digital realm, it is time for inbound marketing. Inbound marketing is based on influencing the customers to come on board with effective and relevant content. The best source of marketing for saas subscription business entrepreneurs can be:\r\n<ul>\r\n <li>Email marketing</li>\r\n <li>Social media</li>\r\n <li>Webinars</li>\r\n</ul>\r\nMarketing is a crucial point when you are about to launch your subscription-based business. When you implement your marketing strategy, you will need to observe certain KPIs to know if your strategy is working as per the expectations or not. These key performance indicators include lead conversion rate, customer lifetime value (CLV), and customer churn. Marketing set the ground for any entrepreneurial activity so, dedicate enough time and resources for it.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a>\r\n<h2>Some Innovative Subscription Business Ideas for Entrepreneurs</h2>\r\nThe subscription business economy is showing improvement in its performance with every passing day. Experts predict, in near future, a major chunk of businesses will shift to the subscription business model. If you are up for finding some entry point for yourself in this market, then you need to think out of the box. Innovation is the first tool that you ought to have. Team SubscriptionFlow has enlisted some of the subscription business ideas for entrepreneurs who want to start their business based on recurring billing.\r\n<h3>Vitamins Subscriptions</h3>\r\nRecently, COVID-19 has made even those people health-conscious who never had health as their priority. These days people have become more careful about their health. People who are interested in earning recurring revenue can start their business to offer subscriptions for different vitamins. For instance, there are many regions where sunlight is not all time available or people spend too much time in offices that their Vitamin D intake gets disturbed. They look for pharmacies and stores that can offer them regular intake of Vitamin D. The scope of the business is wide. You can start with offering Vitamins subscriptions and move towards insulin shots subscriptions etc.\r\n<h3>Grandparent Care Subscriptions</h3>\r\nToday the lifestyles have changed in a way that people do not even find time for themselves, let alone the grandparents and children. Though, people should spare some time for their grandparents, what to do when they need all-time care? That’s the point where you can enter the subscription business market. Start your business by offering subscriptions for elderly care services. You can even offer subscription plans based on the hours of the services.\r\n<h3>Spa Day Subscriptions</h3>\r\nNothing can be more relaxing than a spa day after long working hours. The market is already there, you just need to make an entry with different subscription plans for spa services. From some basic services to complete therapies, various services can be offered that people need recurrently.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/\">What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management</a>\r\n\r\nEntry points to all business markets involve risks. You need proper planning and a well-thought business strategy to enter the subscription business market. You can minimize the chances of failure if you onboard SubscriptionFlow for the management of subscriptions for your nascent business. Whether it is a small business plan or a large business with a huge investment, <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is subscription management software for small businesses and large enterprises that can help in turning your plan into a success.','Uncovering The Facts About Subscription Ecosystem To Find The Best Entry Point For Entrepreneurs','','publish','open','open','','uncovering-the-facts-about-subscription-ecosystem','','','2021-09-01 14:29:26','2021-09-01 14:29:26','',0,'https://staging.subscriptionflow.com/?p=5092',0,'post','',0),(5093,1,'2021-09-01 14:27:19','2021-09-01 14:27:19','','Subscription Management Software for small businesses','','inherit','open','closed','','subscription-management-software-for-small-businesses','','','2021-09-01 14:28:05','2021-09-01 14:28:05','',5092,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/Subscription-Management-Software-for-small-businesses.jpg',0,'attachment','image/jpeg',0),(5096,1,'2021-09-02 13:17:09','2021-09-02 13:17:09','','playbtn','','inherit','open','closed','','playbtn','','','2021-09-02 13:17:09','2021-09-02 13:17:09','',0,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/playbtn.png',0,'attachment','image/png',0),(5099,1,'2021-09-03 12:12:31','2021-09-03 12:12:31','','main-slider-img','','inherit','open','closed','','main-slider-img','','','2021-09-03 12:13:19','2021-09-03 12:13:19','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/main-slider-img.png',0,'attachment','image/png',0),(5101,1,'2021-09-03 12:33:34','2021-09-03 12:33:34','People take pride when they mention up to 3-4 languages in their resume. Kids are taught different languages since their early years in their schools. Learning more than one language is a new trend that has become part of the modern lifestyle. There are several applications that people use to learn and improve their reading, writing, and speaking skills for different languages. These applications divide the learning process into levels.\r\n\r\nAs the learning of a person improves he is upgraded to the next level of learning the language. From the beginner to the professional level, the language learning applications are designed and developed in a way that they polish the linguistics of learners. So, the market of language learning shows a constant improvement. Every day new learners become part of the existing pool of learners.\r\n\r\nRecently, COVID-19 has widely affected the learning process of students all across the globe. But it has become the cause of rejuvenating the trend of online learning and education subscriptions. Even McKinsey reports, many educational institutions completely shifted to the online learning system. And they have adopted online subscription billing to charge for their recurring services.\r\n\r\nTeam SubsceriptionFlow has put in the effort to bring forth this piece of content to enlighten you about the scope of the language learning applications market, and how this market is knitted with the subscription business model.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/education-business-management-software/\">Scale e-Learning Initiatives with SubscriptionFlow—Use Subscription Management Software for Education Business Growth</a>\r\n<h2>Scope of the Language Learning Subscriptions</h2>\r\nThere are no two opinions about it that the scope of online language learning subscriptions is increasing every day. However, it is also important to know the reasons that have played role in establishing the trend of subscribing to learn multiple languages.\r\n<ul>\r\n <li>Students prefer subscriptions for learning multiple languages so that they can find career opportunities in different regions of the world where their polished linguistic skills can help them adjust to the new environment.</li>\r\n <li>Today, people travel more than they used to do in the past, and when they travel, they are intrigued to learn the new languages of the regions that they visit. So, they subscribe to different online language learning subscription plans.</li>\r\n <li>Globalisation is another reason that urges people to subscribe to learn different languages. People run businesses beyond borders, and to deal with international clients, they opt for subscribing to language learning courses.</li>\r\n <li>It has become the symbol of modernity to be bilingual or trilingual. Even if people are not interested in learning new languages, they become subscribers of language learning courses to jump on the bandwagon.</li>\r\n</ul>\r\nAll these factors contribute to improving the scope of the subscriptions for online language learning courses. Another reason for the success of the subscriptions for online language learning courses is the affordability of these courses. Many students and learners have budget limitations, but it is quite pocket-friendly for them to pay a small amount of money every month or any other subscription period rather than paying the lumpsum fee.\r\n\r\nThe market of the language learning subscriptions business is usually divided based on the region, type of learners, and native languages that they speak. And the scope of the language learning subscriptions is widening in all these dimensions.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n<h2>Subscription Business Model for Language Learning Services</h2>\r\nPeople opt for a subscription business model for online education services but does this business model suit online learning courses?\r\n\r\nThe simple answer to this question is, <strong><em>yes, it does!</em></strong>\r\n\r\nPeople need services to learn a language recurrently, and <strong><em>when the need is recurrent, there can be no other business model more suitable than the subscription business model. </em></strong>\r\n\r\nMost of the language learning applications offer freemium versions for all language learners. But what is it that makes most language learners subscribe to the premium version to learn a language? Advertisements are never appreciated by online language learners. Ads disturb the process of online learning. Many learners shift to affordable language learning subscriptions because in premium versions one can learn for long hours without any ads or any other disturbance.\r\n\r\nResearch by Duolingo has also revealed that the learning speed of their language learners is more when they are using the premium version.\r\n\r\nSubscriptions are the best way to charge for the services to teach a language, but it is important to decide the subscription business model when you are intending to offer online language courses.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/04/saas-free-trial-vs-saas-freemium/\">SaaS Free Trial vs. SaaS Freemium—An Ultimate Exploration of the Option That Drives More Paying Customers and How!</a>\r\n<h2>Online Vs Onsite Language Learning</h2>\r\nWhen you are up for offering some language courses, it is important to analyse the current scenario to decide whether it should be online or onsite. Online learning courses are offered remotely. Though both onsite and online learning has their pros and cons, we will not take you to the details of that. Here, we will remain focused on the current circumstances to decide whether the new entrants in the market need to offer onsite language learning courses or online learning language courses.\r\n\r\nAccording to Statista, the use of Zoom, Google classrooms, and Moodle increased during the spread of the COVID-19. Though there are constraints regarding catering to the students in the rural areas, there is no other option but online learning platforms when the pandemic is wreaking havoc and forcing people to stay inside homes. Moreover, now that it has been two years since the pandemic hit the world, people are accepting the trend of remote learning and e-learning. In the light of the analysis of the contemporary situations, it is better to offer online language learning courses\r\n<h2>AI-Based Subscription Management Software for Online Language Learning Subscriptions</h2>\r\nBy now we have established that subscriptions are the best way to charge for the online language learning course. But how to manage the number of learners that are increasing with every passing day? Many SaaS companies are offering their subscription management platforms. For instance, SubscriptionFlow uses artificial intelligence to enhance system efficiency and accuracy of the subscription handling system.\r\n\r\nThe AI-based subscription management software not only manages the subscriptions but can also be integrated with third-party applications. These integrations offer a holistic business solution to manage the complete business on one platform.\r\n\r\nBusiness analytics is equally important for all businesses and AI-based subscription handling platforms offer useful business insights. You can analyse different KPIs regarding subscriptions for your language learning courses and make predictions. Reporting and analytics are also important when it comes to futuristic business policies.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/5-ways-ai-based-subscription-management-software-is-remodeling-revenue-management-with-price-optimization/\">5 Ways AI-Based Subscription Management Software is Remodeling Revenue Management with Price Optimization</a>\r\n\r\nEvery day new language learners enter the subscription business market, and they show that how speedily the scope of online language learning is increasing. If you are offering or ready to offer some online language course, then manage your subscribers through the SubscriptionFlow platform. Here you will find experts to help you make and implement the best subscription plans for your online language courses. You will also be able to streamline the recurring billing and payment process on this subscription management platform.','Online Language Learning Subscription Business Scope','','publish','open','open','','online-language-learning-subscription-business-scope','','','2021-09-06 07:29:53','2021-09-06 07:29:53','',0,'https://staging.subscriptionflow.com/?p=5101',0,'post','',0),(5102,1,'2021-09-03 12:30:22','2021-09-03 12:30:22','','online language learning','','inherit','open','closed','','online-language-learning','','','2021-09-03 12:32:16','2021-09-03 12:32:16','',5101,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/online-language-learning.jpg',0,'attachment','image/jpeg',0),(5105,1,'2021-09-03 13:06:08','2021-09-03 13:06:08','','slider-main-img','','inherit','open','closed','','slider-main-img','','','2021-09-03 13:06:49','2021-09-03 13:06:49','',2176,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/slider-main-img.png',0,'attachment','image/png',0),(5109,1,'2021-09-07 14:13:57','2021-09-07 14:13:57','The subscription business model is one of the most customer-centric business models that you can find. The customer experience (CX) provides those sound foundations on which you can erect the structure of your subscription business. Effective customer support, communication, and discounts are some of the elements of improving the customer experience. However, the most important factor to improve CX is the product experience (PX).\r\n\r\nJust imagine that you have the best SaaS subscription management software, teams for sales and marketing, but will they be able to help you if your product is not up to the expectations of customers. Your SaaS product experience depends on various factors. In this article, you are going to read about the basics of product experience (PX), some ultimate ways to manage it, and the impacts of PX on the SaaS business growth.\r\n<h2>Product Experience & Customer Experience</h2>\r\nProduct experience is the usability of your SaaS product for customers. Other than usability, it also covers the emotions and thoughts of the customers for the product. Companies also use psychological triggers to maximize the customer experience, and marketing is the primary tool to influence the psyche of the recurring customers. The marketing campaign is planned in a way that it unknowingly creates the image of the SaaS product in the mind of the customers. Companies offering SaaS products or services improvise this image of their product with time as per the business needs.\r\n\r\nOn the other hand, customer experience is the experience of the customer at every point where the customer interacts with your SaaS company. From onboarding to customer support and subscription cancellation, the customer interacts with you at various points, and customer experience optimization is to offer the best treatment on all these points where customers interact with the business.\r\n\r\nNow that the idea of CX and PX is clear, it is time to move towards managing the product experience.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n<h2>How to Manage SaaS Product Experience</h2>\r\nProject experience management (PxM) is nothing but knowing your product well and make sure that it fulfils the customer demands. Companies that opt for a customer-centric approach succeed in maximizing the product experience. However, when it comes to PxM, there are the following factors that you need to work on:\r\n<h3>SaaS Product</h3>\r\nYou should know that the SaaS subscription business market is already filled with competitors. When you intend to enter the market, you should have something in your SaaS product that would bring more ease for customers. Only then you can expect to excel.\r\n\r\nAlso, the digital world is the arena where those companies survive who keep innovating. No matter how efficient and robust your product is, you would need to improvise it with time to main customer retention rate and maintain customer lifecycle value (CLV).\r\n\r\nYou see, monitoring certain KPIs help you monitor the business performance. It also pinpoints the areas where you can work to improve your SaaS product.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/06/learn-how-the-best-recurring-billing-system-are-helping-saas-companies-track-these-saas-kpis-and-metrics/\">Learn How the Best Recurring Billing System are Helping SaaS companies Track these SaaS KPIs and Metrics</a>\r\n<h3>Sales</h3>\r\nThe next element to manage the product experience is the sales of the SaaS product or services that you have to offer. Sales teams devise the policies to launch and sometimes relaunch the SaaS products. And KPIs like lead conversion rate can help them understand whether their policies are performing as expected or not.\r\n\r\nPricing is an important job of sales teams. Nonetheless, they decide SaaS product price in collaboration with the marketing teams. You not only need to improvise the SaaS product to improve the product experience but also the price. Price improvisation maintains the flow of revenue stream, and if you do it properly, you can offer a better product experience with time.\r\n<h3>Product Marketing</h3>\r\nReaching out to the right customers and marketing the SaaS product are important elements of the management of the product experience. A team of digital marketing experts will use the social media platforms and techniques of inbound marketing to help you stand among the competitors.\r\n\r\nAs has been mentioned that these are marketing techniques that imprint the image of your SaaS product on the minds of the customers. If you understand psychological triggers that can help in bringing more customers, then it is your first step to customer success.\r\n\r\nThe team that you dedicated to optimizing the product experience will be responsible to use the elements mentioned above. Certain KPIs that we have discussed above will show them either the team is heading in the right direction or not.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a>\r\n<h2>Impacts of PxM on SaaS Subscription Business</h2>\r\nThe efforts of your team for product experience management will show many positive results for your SaaS subscription business that will include:\r\n<h3>Cross-Selling & Upselling</h3>\r\nIt is an evident fact that retaining the existing customers needs comparatively less time and resources in comparison to customer acquisition. And cross-selling and upselling are the best subscription business practices to retain the existing customers and get the chance to improve the recurring revenue. You can monitor the effects of cross-selling and upselling if you observe monthly recurring revenue (MRR) and annual recurring revenue (ARR).\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming/?utm_source=rss&utm_medium=rss&utm_campaign=the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming\">The Art of Improving Customer Loyalty with Upselling—Tips and Tricks to Boost Your Recurring Revenue Streaming</a>\r\n<h3>Brand Awareness</h3>\r\nManaging the SaaS product experience is a way of creating brand awareness. As we have mentioned earlier that marketing is one of the elements of PxM. When you work on the product experience, you need to improvise marketing strategies, and marketing creates brand awareness.\r\n\r\nAt this point, you need to understand that PxM is interlinked with many other business processes. The team that you make to work for improving the PX, should come up with a holistic strategy to improve product experience to achieve all business targets side by side.\r\n<h3>Lead Conversion</h3>\r\nThe first thing that customers need is the usability of the SaaS product that you offer. All other services that you offer come next to it. The lead conversion rate highly depends on the usability and robustness of the SaaS product that you are offering. The efforts that you put in to improve the product experience will improve the lead conversion rate.\r\n<h3>Smooth Revenue Stream</h3>\r\nNow, you need to take a step back and observe the scenario that we have discussed to this point. Your team succeeds in improving customer experience and you become able to cross-sell & upsell, more people get to know about your product, and the lead conversion rate also improves. This improvement at different ends ultimately brings more revenue. The revenue stream becomes more stable.\r\n\r\nThere are many other business ends where improvisation of product experience brings positive impacts for the SaaS companies.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n<h2>Conclusion</h2>\r\nSaaS product experience is interlinked and tightly knitted with many other factors. When you plan to improve the product experience, you will need to pay attention to many elements and factors side by side. Subscription management platforms are required to sell SaaS products for the subscription billing model is the best business model for SaaS businesses. <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> is a subscription billing software that can assist you in achieving the goal of improving the SaaS product experience.','An Ultimate Guide To Managing Your SaaS Product Experience And Its Impact On Overall Subscription Business Growth','','publish','open','open','','ultimate-guide-to-managing-saas-product-experience','','','2021-09-07 14:21:18','2021-09-07 14:21:18','',0,'https://staging.subscriptionflow.com/?p=5109',0,'post','',0),(5110,1,'2021-09-07 14:12:10','2021-09-07 14:12:10','','SaaS Product Experience','','inherit','open','closed','','saas-product-experience','','','2021-09-07 14:12:35','2021-09-07 14:12:35','',5109,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SaaS-Product-Experience.jpg',0,'attachment','image/jpeg',0),(5115,1,'2021-09-10 12:27:27','2021-09-10 12:27:27','<strong><em>Deciding the right price at the right time is the best way to maintain the flow of recurring revenue stream.</em></strong>\r\n\r\nIf you are part of a subscription business ecosystem, you would know that many new businesses entering the market with unique subscription business plans and subscription boxes that many people have not even imagined or thought about. It is all about harnessing the recurring need of customers and exploiting all options to earn revenue—diverse revenue streams.\r\n\r\nHowever, pricing is a significant element of the subscription business on which depends the monthly recurring revenue (MRR) as well as annual recurring revenue (ARR). When you have to decide or improvise the price for the SaaS product or services you need to consider the fact that most SaaS businesses opt for the subscription business model and use subscription management software to manage subscriptions. Customers have to pay recurrently so, the price for all subscription plans has to be affordable.\r\n\r\nBefore you delve into the details of the process of deriving the value-based pricing for your SaaS business, you need to understand the crux of this pricing strategy.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/07/challenges-of-recurring-revenue-and-saas-business-growth/\">The Challenges Of The Recurring Revenue And The SaaS Business’ Growth</a>\r\n<h2>Value-Based Pricing for SaaS Businesses</h2>\r\nValue-based pricing is different from the price that you decide based on the historic overview and monitoring of analytics & reporting, instead, it is worth of your SaaS product or services and the maximum amount of money that recurring customers would agree to pay for it.\r\n<h2>The Process of Deriving the Value-Based Pricing</h2>\r\nValue-based pricing is a complete process that completes in the following steps:<img class=\"aligncenter size-full wp-image-5117\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SaaS-Business.jpg\" alt=\"Process of Deriving the Value-Based Pricing\" width=\"1920\" height=\"1080\" />\r\n<h3>Customer Needs & Value Perception</h3>\r\nYou would have used numerous applications and software that ask you to share feedback as a customer. This feedback is a huge source of business growth. When it comes to value-based pricing customer feedback is as important as monitoring KPIs.\r\n\r\nYou can ask your recurring customers to share their feedback regarding the pricing strategy that you have opted for or that you are going to opt for. Value perception is the perception of the customer about the SaaS product that you are offering them.\r\n\r\nYou have to know the need of the customers and value perception for the SaaS product because it is the key to value-based pricing. For instance, Netflix offers Basic, Standard, and Premium subscription plans for different subscription charges. The plans differ from each other based on the video resolution, quality, and some other factors. Nonetheless, the price is set based on the value of these subscription plans for the customer and the recurring need.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n<h3>Target Price to Match Customer Value</h3>\r\nWhen you know the customer value for your SaaS product and services, you can head towards the step where you decide the price. Your sales and marketing teams can also help you at this step. In fact, they can use customer feedback to devise marketing policies as well.\r\n\r\nYou have to decide the price considering the factors that the price needs to be affordable as well as offer the value. Moreover, in the subscription business, the customer will have to pay the price recurrently.\r\n\r\nAgain, consider the subscription plans of Netflix, they offer a better video resolution to premium subscribers than standard or basic subscribers. They are catering to customers having varying ranges of budget and offering them value as per their budget.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right/\">Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!</a>\r\n<h3>Derive Target Cost of the SaaS Product</h3>\r\nEvery SaaS product has a certain lifecycle that begins even at the stage when you are planning the development of the product. There are different phases in this lifecycle, and the target cost is the overall cost that you define considering all phases in the product lifecycle. Target cost will also be part of the process of value-based pricing.\r\n\r\nYou can predict revenue and profits only if you know the target price along with the target cost.\r\n<h3>Design Product to Deliver Desired value</h3>\r\nNow that you have customer feedback, know your target price, and are aware of the target cost, you need to design your SaaS product in a way that you can offer customers value and charge the target price. The foundation of the subscription business model is customer satisfaction.\r\n\r\nIf the customer is satisfied, he will renew the subscriptions, when he will renew the subscription, the flow of the recurring revenue stream will remain maintained. This chain will work smoothly when you deliver customer value.\r\n<h2>Importance of the Value-Based Pricing Approach</h2>\r\nAfter all the steps of the process of deciding the value-based pricing, you need to know the importance of the customer value that your product creates. There are the following factors that will help you know if you have succeeded in delivering the customer value to your targeted customers.\r\n<h3>Improvement in Recurring Revenue</h3>\r\nMonthly recurring revenue (MRR) and annual recurring revenue (ARR) are the metrics or KPIs that one needs to monitor to see the results of a value-based pricing strategy. If there is improvement in your recurring revenue or if the flow of the revenue stream gets smooth, then it indicates that your value-based pricing strategy works the way you want.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/you-need-a-recurring-revenue-stream-to-draw-success-in-2021-and-onwards/\">You Need A Recurring Revenue Stream to Draw Success in 2021 And Onwards</a>\r\n<h3>Customer Retention Rate</h3>\r\nAs mentioned above, customer satisfaction that is directly proportional to customer retention is the base of the subscription business. If your customers are staying on board and Customer Lifetime Value (CLV) improves, these factors show that you have succeeded in formulating a workable value-based pricing strategy.\r\n<h3>The opportunity of Cross-Selling & Upselling</h3>\r\nThe success of the value-based pricing strategy also gives confidence to retailers. To plan the future strategies, they can think about cross-selling and upselling their SaaS product. Your success to offer a certain value to the customers provides you with the opportunity to set new standards of customer value that you can serve through upselling and cross-selling.\r\n\r\nThough value-based pricing is a very effective pricing strategy, it is not the only pricing strategy that SaaS businesses are using. When you will have to decide the pricing strategy for your SaaS product or improvise the price, you have to consider the prices of similar SaaS products in the market which is competitive pricing. You will have to see if the price that you have set covers the cost—cost-plus pricing.\r\n\r\nThe right pricing strategy for your SaaS product and services can provide you with a competitive edge. SubscriptionFlow is a <a href=\"https://staging.subscriptionflow.com/\">SaaS subscription management software</a> where you can manage subscriptions and consult with experts to decide the right pricing strategy for your SaaS product.','Why Value-Based Pricing Approach Is Important For Your SaaS Business','','publish','open','open','','value-based-approach-to-saas-pricing','','','2021-09-10 13:18:03','2021-09-10 13:18:03','',0,'https://staging.subscriptionflow.com/?p=5115',0,'post','',0),(5116,1,'2021-09-10 12:21:53','2021-09-10 12:21:53','','SaaS pricing','','inherit','open','closed','','saas-pricing','','','2021-09-10 12:22:20','2021-09-10 12:22:20','',5115,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SaaS-pricing.jpg',0,'attachment','image/jpeg',0),(5117,1,'2021-09-10 12:25:31','2021-09-10 12:25:31','','Process of Deriving the Value-Based Pricing','','inherit','open','closed','','saas-business','','','2021-09-10 12:26:46','2021-09-10 12:26:46','',5115,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SaaS-Business.jpg',0,'attachment','image/jpeg',0),(5121,1,'2021-09-13 14:10:01','2021-09-13 14:10:01','Statista reports, Netflix caters to 207.64 million paid subscribers. But have you ever thought that how did they succeed to bring this horde of customers onboard? Why the number of subscribers to not just Netflix but many other streaming services are increasing with every passing day? The lead qualification has a significant role in attracting more customers.\r\n\r\nTo put it simply, the Lead qualification is a process to analyse whether the customer purchases from your platform or not. SaaS companies must qualify leads because:\r\n<ul>\r\n <li>Lead qualification can save your time because you will not need to communicate even with those customers who are not intended to purchase your SaaS services or product.</li>\r\n <li>It keeps your sales and marketing campaigns targeted.</li>\r\n <li>Lead qualification is the key to increase the lead conversion rate so, it helps in improving your recurring revenue.</li>\r\n</ul>\r\nYou must understand that the point when you interact with the customer for the first time is important. It decides whether the customer is going to have a long-term relationship with your company or not. SubscriptionFlow is a SaaS subscription software, and our experts are here to help you define the criteria to help you qualify the leads and make your customers stay with you longer.\r\n\r\nBut first, you need to understand some details about lead qualification.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/subscription-software-and-the-scope-of-recurring-billing-management/\">Subscription Software And The Scope Of Recurring Billing Management</a>\r\n<h2>Marketing Qualified Leads VS Sales Qualified Leads</h2>\r\nWhen it comes to turning leads into recurring customers, both the sales and the marketing teams are involved. Marketing Qualified Leads (MQL) are the customers that the marketing team deem would come to the sales funnel. These leads are qualified as per the marketing perspective. However, Sales Qualified Leads (SQL) are the customers that come up to the criteria set by the sales team.\r\n\r\nNow, you would probably be thinking about whether you need to have MQL or SQL.\r\n\r\nYou need them both!\r\n\r\nYour sales and marketing teams play equal roles in defining the lead qualification criteria.\r\n<h2>How to Set Lead Qualification Criteria?</h2>\r\nBy now, you will be interested to know the ways that can help you in setting the right lead qualification criteria for your SaaS subscription business. Following are some of the essential elements that you need to pay attention to qualify leads.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/01/the-definitive-guide-to-improving-customer-retention-for-your-business/\">The Definitive Guide to Improving Customer Retention for Your Business</a>\r\n<h3>Relevant Questions</h3>\r\nYou have to communicate with the customers to finally bring them to the sales funnel. To qualify leads, you need to keep this communication formal and to the point. Your tone, your questions, and your response time can turn a visitor into a loyal customer. This communication helps you collect data that can be very helpful in defining the lead qualification criteria. It provides you with customer demographics and behavioural attributes. It is better to plan your communication. Many SaaS companies use Chatbots to communicate with visitors formally and properly. Automated subscription management software can be used to automate communication with visitors.\r\n\r\nSome SaaS companies ask visitors to their website to answer simple and short questions that help them qualify leads. For instance, some websites ask visitors about the source that led them to that specific website. You need to keep these questions that you ask to qualify a lead precise and to the point. Try to formulate these questions in a way that you get a one-word answer. These questions will not only be easy to manage but visitors also happily answer them.\r\n<h3>KPI-Driven Approach</h3>\r\nYou need to monitor some specific KPIs to qualify leads. First, the lead conversion rate shows it clearly if you are successful in qualifying leads or not. If the lead conversion rate is improving, then your lead qualification criteria is producing the expected results. Other than that bounce rate, exit rate, and average session duration are important to monitor to qualify leads.\r\n\r\nIf you are using an AI-based SaaS subscription management platform, it will not be difficult to keep your sales and marketing teams updates about the performance of certain KPIs. These platforms allow you to monitor different KPIs effectively.\r\n<h3>Buyer Personas</h3>\r\nDo you think, you can succeed in targeting the customers if you are unaware of whom you need to bring onboard? Buyer personas are the models that define the ideal customers for a SaaS company. These models help marketing teams to keep their marketing campaigns targeted.\r\n\r\n<strong><em>A buyer persona is the semi-functional representation of an ideal customer.</em></strong>\r\n\r\nSo, with your buyer persona, you can test and try various things to know the best criteria to qualify leads. Working on buyer personas is more like running a pilot project before you finally implement the lead qualification criteria.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/\">Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021</a>\r\n<h3>Lead Scoring Method</h3>\r\nYou should not confuse lead scoring with lead qualification. In the case of lead scoring, you can score the lead against specific points. For instance, you have sent an email to a visitor. Now, give this lead some points if he opens up the email. You increase his score if he opens the link that you have given in the email. You further increase his score if he responds to the email.\r\n\r\nThat’s how you give him points and the score of the lead can be used as one of the criteria to see if the lead qualifies or not. However, you can define the lead scoring method depending on your business niche.\r\n<h2>How to Know If You Are Qualifying Leads Rightly?</h2>\r\nIf you have set the criteria to qualify leads, it is important to keep analysing it to know if it is working as per the plan. And to test if it is working rightly, you will again need to monitor the KPIs.\r\n<ul>\r\n <li>Lead conversion rate</li>\r\n <li>Customer satisfaction</li>\r\n <li>Customer retention rate</li>\r\n <li>Customer lifetime value</li>\r\n <li>Net promoter score</li>\r\n</ul>\r\nAre some of the KPIs that one must observe to monitor the lead qualification criteria. It is not just the process of monitoring but it is also required to improvise the qualification criteria with time. Business insights that you get from KPI monitoring will make your predictions accurate and bring more leads into the sales funnel.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/06/learn-how-the-best-recurring-billing-system-are-helping-saas-companies-track-these-saas-kpis-and-metrics/\">Learn How the Best Recurring Billing System are Helping SaaS companies Track these SaaS KPIs and Metrics</a>\r\n\r\nLead qualification is not only associated with increasing subscribers for the SaaS product or services but with many other business processes. Lead qualification is the key to onboard customers, retain these customers, increase MRR, and ARR etc.\r\n\r\nIf you want to set lead qualification criteria for your SaaS business, then you can contact SubscriptionFlow experts. It is not just a <a href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">SaaS subscription billing management platform</a> but here you can also get consultancy regarding subscription business queries as well.','Lead Qualification Criteria For SaaS Subscription Businesses','','publish','open','open','','lead-qualification-criteria-for-saas-subscription-businesses','','','2021-09-13 14:27:35','2021-09-13 14:27:35','',0,'https://staging.subscriptionflow.com/?p=5121',0,'post','',0),(5125,1,'2021-09-13 14:23:00','2021-09-13 14:23:00','','saas-subscription-businesses','','inherit','open','closed','','saas-subscription-businesses-2','','','2021-09-13 14:23:32','2021-09-13 14:23:32','',5121,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/saas-subscription-businesses-1.jpg',0,'attachment','image/jpeg',0),(5126,1,'2021-09-15 12:54:31','2021-09-15 12:54:31','Do you think that the work of sales and customer support ends with customer onboarding? Or you won’t have to put more effort to learn more about the customers who have been onboarded because the services and packages you are offering are of enough value to the customers? If yes, then there is a need to rebuild your approach toward customers perspectives.\r\n\r\nYou probably have not realized that your customers are looking for more than what they are given. Customers need not only the product or services. Their definition of value and experience is different from yours. And in this quest, only a wide-ranging and well-managed after sale service can help.\r\n\r\nAfter sale customer services help in resolving the problems of customers and answering queries like how to access the customer portal or to upgrade the subscription plan. Rather, it is an opportunity to resell, upsell and convert them into your advocates to acquire new customers.\r\n\r\nDo you know you can provide more insightful and data-driven after sales customer services for your subscribers if you are using <a href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Subscription management software</a> that provides predictive analysis and AI to enhance customer experience?\r\n\r\nIn this piece of writing, we have given a brief intro on what you are missing if you are not incorporating after sale services, and what method you can use that enhances the quality of after sale services.\r\n<h2>How After sale Services Build Value For Your Subscription Business</h2>\r\n<h3>1. Build A Long-Term Relationship With Customers</h3>\r\nA customer life cycle is a very complicated process, no matter how much a customer is paying to get your service a single bad experience can nudge them to drop your subscription plan. Hence, in this situation, after sale service can do wonders to retain customers and re-acquire the customers who have voluntarily left you. Whether you are reaching to your customer via email or calling to congratulate on birthdays and anniversaries, it gives the impression that you care for your customer and cared enough to send a personalized message.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/challenges-and-solutions-to-retain-gen-z-subscribers/\">5 Most Graving Challenges And Their Solutions To Retain Gen Z Subscribers</a>\r\n<h3>2. Improve Loyalty</h3>\r\nJust imagine your customer acquired a problem while logging in to his or her customer portal but the recovery password is not received to the registered email, or got a slight operational problem while using the product and called the customer service. As a result of your prompt response, the query was resolved quickly. This just got you a loyal customer who will likely stay with you for a longer span and spread the word for your customer quality and service.\r\n\r\nIn addition to the on-site problem resolution, having omnichannel customer support can do wonders. It not only quicken the response rate but also give the impression that you are taking time to respond to your customer where they are active.\r\n<h3>3. Motivate Customer To Become Advocates</h3>\r\nIn today\'s world, customers look into many things while making a decision to buy a product or reevaluating their decision to continue the subscription plan or not. And, in all of this, they tend to search for product reviews and ask friends who are already using your service. Hence your customers act as an advocate. This advocation has a trickle-down effect and increases the credibility of a business. And, the key to getting a referral from a client or rating lies in the quality of your service\r\n<h3>4. Provide Value To The Customers</h3>\r\nMost of the time buyers don’t know how to use a product, and also feel embarrassed to either ask the support team of peer users. In such a situation the scoop of after sale service increases and when a business offers a tutorial on how-to’s tutorial by creating visual and static content on the product usage or maintenance for social platforms e.g. youtube, Pinterest, and other social media sites, it adds value to customers\' experience.\r\n<h3>5. Differentiate From Competitor</h3>\r\nProviding value, and investing effort to provide customer support on social media create a unique image in the mind of your customer. This set you apart from your competitor, which is the ultimate goal of all businesses to create a unique image.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/subscription-software-and-the-scope-of-recurring-billing-management/\">Subscription Software And The Scope Of Recurring Billing Management</a>\r\n<h2>04 Ways You Can Enhance Customer Experience By Adding Value To After sale Service</h2>\r\nThis leads us to the question that is what a business can do to enhance the after sales services. For this, we have created a list of techniques that you can use to enhance your after sale service.\r\n<h3>1. Upselling</h3>\r\nThe first thing that you can do is pair your two services or product and give a recommendation to your customer at the time of checkout or at the moment when he is ready to renew their subscription plan. But the key is to provide personalized services and recommendations that provide value and resonate with the subscriber.\r\n\r\nHold on! you won’t have to hunt for the data yourself, because SaaS subscription software like <a href=\"https://staging.subscriptionflow.com\">SubscriptionFlow</a> is designed to collect data on the customer such as the usage pattern and behaviour.\r\n<h3>2. Loyalty Programs</h3>\r\nAnother thing that you can do is to create loyalty programs that include free coupons and discounts. These have been proven effective to retain and engage customers especially when they do not visit your store. Moreover, this further personalizes the service by inducing the ‘Care’ element and calling out clients by their names or birthday surprises, along with special holiday discounts.\r\n<h3>3. Personalize Service & Product</h3>\r\nIn addition to introducing loyalty programs, you can also offer customized your coupons and offer customized discounts to your customer. This might include paring two or more features or offering freemium access to new features, products, and content to your loyal customer.\r\n<h3>4. Announcement On New Products & Services</h3>\r\nLastly, we have a recommendation for you, it is to incorporate a newsletter or notice feature into your subscription management software. This keeps users engage and interest. Moreover, every customer likes to hear new things or stories about how a company is making effort to enhance the experience of their user receiving notification or email, personalized to your customer taste improve the social standing and nudge the customer to stay despite having a lot of options to switch.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/06/how-to-evaluate-if-pay-per-use-billing-is-meant-for-your-saas-business/\">How to Evaluate If Pay per Use Billing Is Meant for Your SaaS Business</a>\r\n<h2>Parting Words</h2>\r\nCustomer retention is a difficult task. It requires a lot of effort especially on the part of customer support. Customers, nowadays, need a reason to stay, and providing quality after sale services, offering customer coupons, and tailored newsletters to the announcement are more than enough to make them feel valued and caring. You can truly benefit from SubscriptionFlow here. It allows you to evaluate your business operations and create room to facilitate your customers.','Why & How After sale Services Can Enhance Customer Retention For Subscription Business','','publish','open','open','','how-after-sales-services-can-help-you-grow-subscription-business','','','2021-09-15 13:01:56','2021-09-15 13:01:56','',0,'https://staging.subscriptionflow.com/?p=5126',0,'post','',0),(5127,1,'2021-09-15 12:52:53','2021-09-15 12:52:53','','after sales services','','inherit','open','closed','','after-sales-services','','','2021-09-15 12:53:32','2021-09-15 12:53:32','',5126,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/after-sales-services.jpg',0,'attachment','image/jpeg',0),(5133,1,'2021-09-17 14:09:38','2021-09-17 14:09:38','Email marketing is not a new concept rather business community has been using emails for the sake of marketing for a long time. Also, the importance of email marketing in the SaaS subscription business is undeniable. However, there are certain misconceptions about email marketing. For instance, many people relate email marketing to sales only. Though email marketing improves sales performance, it serves many other business needs.\r\n\r\nEmails are used as a sophisticated means of communication across the globe<strong>. According to Statista, in 2020, about 306 billion emails were sent or received in the world. </strong>It is also expected that the number of email users will further increase in the future. So, subscription businesses can use emails other than just meeting the sales targets.\r\n\r\nIf you are already using some cloud-based subscription management software, you can integrate it with tools that can help you manage recurring billing and email marketing on the same platform.\r\n\r\nIn this article, you are going to read how email marketing can help you establish your brand name in the subscription business market. But first, you need to know some essential details regarding email marketing.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/\">The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration</a>\r\n<h2>Why Do You Need Brand Awareness?</h2>\r\nToday, you know that Netflix, HubSpot, and Zenefits are considered the giants in the subscription business market. How do people know them? They are known because they have effective marketing campaigns. They have established their brand name in the market. People need to know about the company and services or products that it offers. Only then, potential leads would come and they will turn to be loyal customers.\r\n\r\nIn the 19th century, after the industrial revolution in the US, there was an era of invention. There were many new products that were to be sold. It was the time when producers started using radio to market their products. They knew they could not sell products without brand awareness. Brand awareness is important because:\r\n<ul>\r\n <li>It helps in meeting sales targets.</li>\r\n <li>It establishes relations with customers and subscribers.</li>\r\n <li>It generates and nurtures leads.</li>\r\n <li>It is a source of marketing your product or services.</li>\r\n</ul>\r\nSubscription businesses not only need to establish the brand name but also <strong><em>brand credibility</em></strong> so that the subscribers would know that they will always get for what they pay and what has been promised.\r\n<h2>How to Establish Brand Name through Email Marketing?</h2>\r\nIt is crucial for SaaS subscription businesses to market the actual image of the company. And email marketing has become an effective tool that can portray the exact image of your subscription business that you need your subscribers to perceive. If you are working on the email marketing strategy, then the following are some of the ways to establish your brand name:\r\n<h3>Effective Welcome Email</h3>\r\nIt has become a norm to send welcome emails whenever customers are onboarded. Your welcome email must be highly communicative. The tone, the content, and the images or links that you provide subscribers in the welcome email have to be communicative. You should plan with the team of marketing experts to decide a specific layout of the welcome email.\r\n\r\n<strong><em>The first impression is the last impression</em></strong>, and a welcome email provides you with the chance to impress your subscribers. You can add links to demos and the user guide to help new subscribers know your system or the product. Add the business quotes and take care of the placement of the quotes. Your welcome emails should give an effective overview of your subscription business.\r\n<h3>To the Point Subject</h3>\r\nIt is one hundred percent true that the subject of the email that you send to your customers should be to the point. It should explain the purpose of writing the email. However, it is better to keep the subject of the email unique so that you can urge the customer to at least open and see the content of the email.\r\n\r\nTo the point, yet interactive and unique subjects portray a better image of your brand for recurring customers.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/\">Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?</a>\r\n<h3>Links to Your Website</h3>\r\nWhether the emails that you send to your subscribers are meant for marketing or not, they depict the image of your business in one way or another. Plan the layout of these emails so that you can engrave the brand name of your business in the customer’s mind. You should add links to your website in these emails.\r\n\r\nFor instance, you send a dunning email to your customer to ask him to pay his subscription charges, you can add the link to the page where the customer can pay his charges. It cuts the customer effort, and it improves your brand identity as well.\r\n\r\nIn your emails, where you feel that you need to explain certain terms, you can add links to the blogs that you post on your website.\r\n<h3>Personalised Content</h3>\r\nAn email that enables you to emotionally connect with the customer is the best email for marketing. And to create such an email, you need to personalize the content of the email. That’s the reason email marketing is tightly linked with content marketing. To make your customers feel that you value them, you should use their names in the email. Communicate with them on special occasions, for instance, birthdays.\r\n\r\n<em><strong>According to Statista, the rate of opening marketing emails that are not personalized is less than those that are personalized. </strong></em>\r\n\r\nWhen it comes to personalizing the email content, your tone and timing matter the most. Work with your marketing experts to personalize the content of emails so that you can establish a good image of your brand.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/\">Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer</a>\r\n<h3>Limiting the Sales Pitch</h3>\r\nAs it has been mentioned that the email marketing is not just about achieving sales targets. It is beyond sales and interlinks with certain other subscription business essentials. Choose your words and tone wisely when you are communicating with the customers. There will be times when you will need your emails to have a sales pitch. However, you do not always need it.\r\n\r\nFor example, you are sending the email to wish your customer Christmas. If you do not have anything to offer on this special occasion, then there is no need to opt for the sales pitch. Just write a highly communicative email to warmly wish your customers Christmas. You do not need to market your brand name. Today, customers are smart than they have ever been before. They do not want you to just think about your business rather they want you to think from the customer’s perspective. They demand customer care which is the foundation of the subscription business market.\r\n\r\nThereby, limit the sales pitch in your emails and establish a better brand identity.\r\n<h3>Precise Emails</h3>\r\nNo one is interested in reading lengthy emails. You have to be precise while working on the emails for the customers. The content of these emails needs to be effective as well as precise. Though it depends on the purpose of writing the email, you have to keep your emails precise and short. It is better to tell the reason for writing the email within the first few lines.\r\n\r\nOther than the length, you should also keep the tone of the content in your emails crisp. Emails are not needed to be too formal every time. Writing long and formal emails is more like testing the patience of the customers and it is better to avoid this mistake.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a>\r\n\r\nIn conclusion, email marketing is the best way to establish your brand name in the subscription business market. But you need to be wise while formulating the email marketing strategy. If you have any queries while formulating the email marketing strategy for your subscription-based business, then you can get help from SubscriptionFlow experts.\r\n\r\nThis subscription management tool can be <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">integrated with MailChimp</a> that will offer you an ultimate solution to manage subscriptions and email marketing on the same platform.','How To Turn Your Subscription Business Into A Brand Through Email Marketing','','publish','open','open','','how-to-turn-your-subscription-business-into-a-brand-through-email-marketing','','','2021-09-17 14:21:12','2021-09-17 14:21:12','',0,'https://staging.subscriptionflow.com/?p=5133',0,'post','',0),(5134,1,'2021-09-17 14:07:23','2021-09-17 14:07:23','','subscription-management-tool','','inherit','open','closed','','subscription-management-tool','','','2021-09-17 14:07:54','2021-09-17 14:07:54','',5133,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/subscription-management-tool.jpg',0,'attachment','image/jpeg',0),(5140,1,'2021-09-21 06:57:38','2021-09-21 06:57:38','The modern lifestyle has entirely changed the way people live. Along with many other things modernism has introduced new ways to teach and learn. A few years back, there was no concept of online courses, but today, the trend of these courses has been established. At present, people who are eager to increase their learning can find courses for almost every type of skill.\r\n\r\nThese days people from all age groups are keen on self-development and self-care courses. A wave of awareness has urged many to pay heed to mental and physical well-being. Even <strong>WHO has announced 24<sup>th</sup> July as the International Self-Care Day. </strong>\r\n\r\nNow that the interest in self-care and self-development is increasing, many instructors have come forth to offer relevant courses. But it is not easy to capitalize on this opportunity to offer self-care courses. By the end of this article, you will know the scope of self-care courses, the way to monetise self-care & development courses on subscription management software, and how to set up a subscription engine to offer these courses.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing/\">The Yoga Market is Growing At An Exponential Rate-Learn How Yoga Subscriptions and Yoga Subscription Boxes Are Contributing In the Rise of Healthy Living</a>\r\n<h2>Scope of Self-Care & Self-Development Courses</h2>\r\nBefore you delve into the details of the process to devise the self-care course and strategy to sell it, it is crucial to know the dimensions of the market. It helps in launching the business when competition is already cutthroat.\r\n\r\nWhen it comes to self-care & development, many instructors offer varying services. The following are some common self-care services that customers look for:\r\n<ul>\r\n <li>Yoga & fitness classes</li>\r\n <li>Birthing & antenatal classes</li>\r\n <li>Beauty courses</li>\r\n <li>Courses for soft skills</li>\r\n <li>Therapeutic courses</li>\r\n</ul>\r\nRecently, coronavirus spread has given a boost to the growing self-care and development courses. People, all across the globe, are depressed, they are isolated, and the situations in many countries are still ambiguous. But the learning should not be stopped. People have realized that they have to utilize this time. Many instructors are shifted to e-lectures.\r\n\r\nIf you are interested in offering self-care and self-development courses, then you will need to follow the process that is going to be discussed.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments/\">Fitness Industry is Proliferating with Automated Recurring Payments-This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services</a>\r\n<h2>Target the Right Audience</h2>\r\nIf you think that the self-care services that you are going to offer are for everyone, you are probably mistaken. When you have to decide the targeted audience, there are many factors that need to be taken into consideration. For instance, if you have planned a course for restorative yoga, then you cannot expect healthy people to join in the classes. Your targeted audience is clearly the people who look for some healthy activity after a mental trauma or physical injury.\r\n<h2>Create the Course Content after Research</h2>\r\nExperts say, in the subscription business market, customer satisfaction is the key to success. As the best billing model that you opt to offer self-care course is recurring billing, satisfy the customers for the success of your business. When it comes to satisfying the learners, the first thing that you will need to work on is the content of the course. To devise the right course outline, you can get help from similar pieces of content on different online course platforms. Other than that you can see if people would pay for the content that you are going to provide.\r\n<h2>Price Your Online Course the Right Way</h2>\r\nThe best business model that you can opt for self-care and self-development courses is a subscription billing business model. Just consider this scenario that you have come up with a fitness course. People need persistence when it comes to maintaining fitness. The best way to keep instructing and monitoring the results of your course will need to divide the course into various phases. Price every phase rightly so that your trainees stay satisfied and you get recurring revenue.\r\n\r\nWhile deciding the price for your self-care course, you will need to see the value and quality of the course that you have designed. Here, your content will help you bring potential leads on board. Some of the pricing plans that you can opt for the subscriptions of your self-care course include:\r\n<ul>\r\n <li>Flat Fee—is the single price that you set for a specified time period.</li>\r\n <li>Free course—is more like a freemium where you offer your initial courses free of cost but upsell the advanced self-development and self-care courses. This pricing model can bring comparatively more potential leads.</li>\r\n <li>Multiple subscription plans—you can offer your students more than one subscription plan so that you can cater to maximum students.</li>\r\n</ul>\r\nWhich pricing model suits your self-care course depends on the type of course and the audience that you are targeting. However, the lucrative thing about the subscription business model is that you can play with pricing. Improvise pricing to charge your students that can keep them satisfied and maintain the recurring revenue flow.\r\n\r\nIf you intend to offer an online self-care course, you will need to look for online course platforms where you can reach out to the targeted audience. Learning Management Platforms (LMS) are just like classrooms but in the digital world where you can post videos for the courses that you are offering.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/\">Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow</a>\r\n<h2>The Marketing & Sales Strategy for Your Self-Care Course</h2>\r\nOther than opting for a subscription business model, using the best subscription software, and deciding the right price of your self-care course you will need appropriate marketing & sales strategy to sell your course to the maximum number of students. A perfectly planned marketing strategy can help you achieve sales targets.\r\n<ul>\r\n <li>Build a landing page for your self-care course</li>\r\n <li>Get the services of SEO experts if you want to sell your online self-care course to the targeted audience.</li>\r\n <li>Work on your social media presence.</li>\r\n</ul>\r\nWhether you are offering self-care courses on subscriptions in the digital world (online courses) or in the real world, you will need to market your courses digitally. The sales targets cannot be achieved without a perfect marketing strategy. And the first thing in the sales funnel is awareness. Nothing can help more than marketing to create awareness in the targeted audience regarding your self-care course.\r\n<h2>A Tip To Turn Your Self-Care Services Into Successful Business</h2>\r\nThere are so many options for customers when it comes to subscriptions for self-care services. It is not surprising if you are thinking about the competition in the market. However, team SubscriptionFlow has a tip for you that can help you stand out among many people who are offering self-care courses.\r\n\r\n<strong><em>Your course should urge people to show commitment to achieving goals.</em></strong>\r\n\r\nIf have a plan to offer an online course, then you can onboard the subscription management software—SusbcripionFlow. Here you cannot only manage subscribers for your self-care and self-development course but you can consult with a team of experts if there are ambiguities in offering self-care courses.','A Step By Step Guide To Build And Sell Self-Development And Self-Care Services','','publish','open','open','','step-step-guide-self-care-self-development-courses','','','2021-09-21 06:57:38','2021-09-21 06:57:38','',0,'https://staging.subscriptionflow.com/?p=5140',0,'post','',0),(5141,1,'2021-09-21 06:54:15','2021-09-21 06:54:15','','Self-Care & Self-Development Courses','','inherit','open','closed','','self-care-self-development-courses','','','2021-09-21 06:55:16','2021-09-21 06:55:16','',5140,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/Self-Care-Self-Development-Courses.jpg',0,'attachment','image/jpeg',0),(5144,1,'2021-09-23 13:07:35','2021-09-23 13:07:35','According to research, the segmented campaign is proven to yield <a href=\"https://mailchimp.com/resources/effects-of-list-segmentation-on-email-marketing-stats/\" rel=\"nofollow\">14</a>% open rates, while websites and landing pages that are created to target specific audiences are likely to receive 2X to <a href=\"https://blog.hubspot.com/marketing/build-buyer-personas\" rel=\"nofollow\">4X</a> responses. Similarly in the case of <a href=\"https://staging.subscriptionflow.com/subscription-handling/\">subscription management</a> services, since companies are offering a different set of subscription services, packages, and subscription boxes, their audience is already segmented. But to grow in terms of revenue and to expand vertically and horizontally, you need more than just one segment. Hence, opting for subscription customers base segmentation can help businesses in expanding into a market that is otherwise not approachable and leverage the data produced by <a href=\"https://staging.subscriptionflow.com/\">subscription software</a> to devise effective marketing strategies.\r\n\r\nHere in this article, SubscriptionFlow experts have identified what customer segmentation is, why customer segmentation is important, how you can create a buyer persona by keeping segmentation in mind, and how segmenting your customer will help your business to grow its customer base.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/subscription-software-and-the-scope-of-recurring-billing-management/\">Subscription Software And The Scope Of Recurring Billing Management</a>\r\n<h2>Segmentation of Customer Base</h2>\r\nWhen it comes to explaining what segmentation is, you need to know that it is the process of segregating your customer based on their demographics, interests, profession, and geography, etc. And the essential step is to know the essence of segmentation which includes the reasons and purpose of segmentation. Similarly, when it comes to recurring customer segmentation, their nature, behaviour, and interest fuel the marketing success. One disadvantage of not having a segmented audience is the churn rate that is caused in response to irrelevant newsletters and emails, the difficulty faced in payments, customer experience, and customer satisfaction.\r\n<h2>Type of Segmentation</h2>\r\nIn the context of subscription businesses, there are two types of segmentation, first pre-subscription segmentation, and post subscription segmentation. In pre-subscription segmentation, the purpose is to attract the relevant customer base to opt for your subscription. And, in the post-subscription segmentation, the businesses can identify the KPIs performance, study customer behaviour, and devise a content strategy to reduce churn rate, with the help of statistical reports.\r\n<h3>1. Pre- Subscription Segregation</h3>\r\n<ul>\r\n <li>This includes segmenting your customers based on their regions. It ultimately helps businesses in acquiring customers by making content relevant and resonating. For example, you sell a product for monsoon, and your customer base living in India or Africa is going through the heavy pour. You can structure your content to provide regional discounts, offers, and coupons to engage customers, ultimately you will get higher returns</li>\r\n <li>It is the most important thing when it comes to segmentation. Knowing what your customer likes, and which content they interact with more can give you a clear picture on how you can target your audience.</li>\r\n <li>Education and Gender. In addition to interest, and geography, segmenting customers based on their educational background and gender helps the marketer to orient and design the content to sell and upsell the product while not losing sight of the customers\' needs.</li>\r\n <li>Another way to segment the customers is based on their age, race, location, profession, gender, and socio-economic status.</li>\r\n <li>Lastly, you can opt for behavioural segmentation. This might include, cart abandonment behaviours, payment cancellation, or usage-based subscription, and much more. Identifying and grouping your customers not only ease the business efforts but also reduce the complications faced in sales, marketing, and billing automation.</li>\r\n</ul>\r\n<h3>2. Post Subscription Segregation</h3>\r\nThe moment leads become recurring customers, there can be two segmentation of your customers. The first, <strong>Dorment Subscribers—</strong>ones who have not used your product or services for a long time. There can be various reasons for dormancy. For instance, some businesses intend to offering a personalized experience to recurring customers where they offer subscribers to customize their subscription plan and cancel subscriptions whenever the subscription plan fails to satisfy their needs in which case the customer dormancy rate is higher. Customers subscribe but use services only when they need them.\r\n\r\nThe second type is <strong>Active Subscribers—</strong>recurring customers who pay the subscription fee and use the services that you offer.\r\n\r\nCustomer segmentation helps businesses when they have to calculate MRR and ARR or devise a new strategy that can motivate dormant customers to start using the subscriptions.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/09/ultimate-guide-to-managing-saas-product-experience/\">An Ultimate Guide To Managing Your SaaS Product Experience And Its Impact On Overall Subscription Business Growth</a>\r\n<h2>Buyer Persona</h2>\r\nAccording to HubSpot, using buyer persons is <a href=\"https://blog.hubspot.com/marketing/build-buyer-personas?__hstc=151869350.2acf77a86640c4645b141df47004a9fb.1632393127223.1632393127223.1632393127223.1&__hssc=151869350.1.1632393127224&__hsfp=2096630887\" rel=\"nofollow\">2X</a> effective and yield higher ROI in comparison to non-targeted email and behavioural advertisement. If you are thinking about how you can create buyer personas, then let team SubscriptionFlow help you. There are software that you can use for this purpose.\r\n\r\nLet\'s take an example of a Customer who is 15 to 20 years of age, female, enrolled in art school in Europe. Same for the opposite gender. Since you have a clear picture of who your customers are, now you can use this knowledge to create a comprehensive marketing and sale pitch, along with behavioural advertisements. Along with this, it helps businesses to identify whether they can utilize Subscription Business Model or not.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/challenges-and-solutions-to-retain-gen-z-subscribers/\">5 Most Graving Challenges And Their Solutions To Retain Gen Z Subscribers</a>\r\n<h2>How Recurring Customer Segmentation Can Help Subscription Businesses</h2>\r\nThe most difficult thing for a subscription business is to identify the need and market the product in a relatable way. But to achieve this target, the marketers have to go through a lengthy process, that starts with research, followed by studying buyers\' behaviour, understanding subscribers\' consumption patterns, and continues until the efforts yield higher ROI. When you are done with the research, you need to formulate a buyer’s persona which defines an ideal customer that can help you grow revenue and your business both. Segmentation of recurring customers can help your subscription business in the following ways:\r\n<ul>\r\n <li>First, marketers can craft specific messages that contain personalized coupons, special offers, and discounts that trigger voluntary responses to upgrade the package and modify the subscription plan. Moreover, the behavioural campaigns and customization of the customer portal also serve as a reliable source for customer experience and enhance engagement.</li>\r\n <li>Since marketers are devising content that is highly customized and know whom they are targeting, thus, they won’t have to invest efforts in crafting content for every subscriber individually e.g. discount plans, add-ons, and other marketing material.</li>\r\n <li>Lastly, personas creation not only save customer representative and business managers can save time in manual sorting, and deciding which content to populate to which subscriber list. But also helps with marketing automation. This way the subscription business can witness a significant reduction in churn rate when the customers are getting what they need, at the right time and at the right moment.</li>\r\n</ul>\r\n<h2>Conclusion</h2>\r\nThe crux of everything we have just stated is directed towards reducing efforts on the account of subscription companies and yielding a loyal customer base. But, it is not possible until you segment your subscriber. In the case of Dorment subscribers, the company can utilize the data of active subscribers such as usage behaviours, interaction, and retention, to devise a strategy. Moreover, the Subscription Software data and personas also answer the questions like why subscribers are dormant, what caused the voluntary and involuntary churn, and what system and campaign modification can yield higher results. For subscription management and billing automation, you can utilize <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>.','How To Segment Your Recurring Customers & Unlock The Door To The Success','','publish','open','open','','how-to-segment-your-recurring-customers-unlock-the-door-to-the-success','','','2021-09-23 13:07:35','2021-09-23 13:07:35','',0,'https://staging.subscriptionflow.com/?p=5144',0,'post','',0),(5145,1,'2021-09-23 13:05:46','2021-09-23 13:05:46','','Recurring Customers','','inherit','open','closed','','recurring-customers','','','2021-09-23 13:06:14','2021-09-23 13:06:14','',5144,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/Recurring-Customers.jpg',0,'attachment','image/jpeg',0),(5148,1,'2021-09-27 12:38:14','2021-09-27 12:38:14','Emails have long been used in the corporate sector to interact with customers. Today, there are specialized tools to send and manage emails. Emails are part of every strategy that is planned and devised for lead generation, lead engagement, customer acquisition, and customer retention.\r\n\r\nHowever, many organisations fail to engage with customers through emails. It is quite concerning when your email subscribers stop responding to your emails because it directly affects the email lists and the email open rate that help you cater to leads.\r\n\r\nThere can be varying reasons behind the dormancy of the email subscribers, for instance, frequent emails, irrelevant emails, email content that is not personalized, or probably the subscriber has changed his mind, but in this article, we will not discuss the causes behind the subscribers going dormant. We consider the damage is done. Now, team SubscriptionFlow is here to help you find ways to reactivate your email subscribers.\r\n<h2>Understanding Dormant Email Subscribers</h2>\r\nBefore we delve into the details of the solutions to reactivate dormant subscribers, you should be clear that who exactly are the dormant subscribers. According to marketers, a dormant email subscriber is that customer who allows you to send him emails that can be marketing emails etc. However, the customer stops responding to your emails. Dormant email subscribers need your attention because your teams spend resources to maintain the email list. When a significant number of customers do not respond to these emails, it is more like wasting resources. Finding the dead or dormant email subscribers is just like a<strong> <em>Zombie Hunt</em></strong>. You can use the performance of key metrics that your subscription management system provides.\r\n<h2>Relevant & Effective Email Content</h2>\r\nContent relevance is considered the foundation of email marketing. So, the content that you write in your emails have to be precise and to the point. Statistics show people are not interested in reading lengthy email content. The email marketing campaigns hugely depend on the content that you write. It is crucial for your subscription business that your marketing executives are abreast of the trends in the subscription business market to come up with content that can re-engage inactive subscribers.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/subscription-management-and-automated-communications/\">Significance of Automated Communications in the Growth of Subscription Business</a>\r\n<h2>Update Email List</h2>\r\nThough SubscriptionFlow experts suggest you re-engage your dormant email subscribers, you need to trim your email list with time. There are email subscribers who never reactivate. You need to identify these subscribers and remove them from your email list. One of the benefits of subscription management software is that they help you track customers. So, monitor the subscriber journey and find out those who are least likely to engage once again. Remove these contacts from the email list to conserve your resources.\r\n<h2>Reconfirmation Emails</h2>\r\nBefore you delist dormant subscribers, you can send them reconfirmation emails. Keep this email precise and ask the customer whether he wants to hear from you in the future. You can attach the details regarding some upcoming discounts or coupons that you are recently offering—the last try to keep your customer onboard. If you do not get any response, it is <strong><em>time to say goodbye to your dormant subscriber.</em></strong>\r\n<h2>Strategy to Re-engage</h2>\r\nNow that you have delisted the subscribers who are in dormancy, you need to have an effective strategy to engage those subscribers who can reconnect with you. You can use the subscription management tool that you use. These tools provide you with business insights that you can use to re-engage your dormant subscribers. You can:\r\n<ul>\r\n <li>Conduct webinars to engage the dormant email subscribers.</li>\r\n <li>Conduct surveys to find the reason for the dormancy of the customer.</li>\r\n <li>Offer a reward for filling and submitting the survey form.</li>\r\n</ul>\r\nThere can be many other tactics that experts can suggest depending on your business niche.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/05/the-role-of-customer-success-in-the-subscription-business/\">The Role of Customer Success in the Subscription Business and How to Embrace It to Excel?</a>\r\n<h2>Add Call to Actions</h2>\r\nA well-placed Call to Action (CTA) can help you bring dormant subscribers back to life. And for the proper placement of CTA, you need to write the content of the email in a way that gradually leads the reader towards the action. You can use the CTA button in the emails, however, the content of the button should not be boring rather it should have a sense of urgency. Moreover, the CTA should be merged in the email in a way that looks going with the flow of the content of the email.\r\n<h2>Facebook Custom Audience</h2>\r\nSocial media provides you with the best platforms to target your email list. You can use Facebook Ads Editor to connect with your email list contacts. By using this feature you can add the email list to Facebook and launch the campaign for the contacts added to your email list. It is a feasible option to reach out to the customers that are dormant in your email list but active on Facebook.\r\n<h2>Customer Re-engagement Advantages for the Subscription Business</h2>\r\nIn subscription businesses, retaining customers can benefit more than the acquisition of new customers because the resources required to retain customers are comparatively less. Retailers are already aware of customer behaviour. They have data regarding various activities of the customers. There is a fair chance of making targeted decisions that can help in retaining customers. Other than customer retention, re-engagement plays role in increasing the lead conversion rate.\r\n<h2>How SubscriptionFlow MailChimp Integration Can Help You Reconnect with Dormant Subscribers</h2>\r\nSubscriptionFlow is a subscription management software that offers integration with MailChimp which is a specialized platform to manage email marketing. With Mailchimp, you can categorise your contacts into the following categories:\r\n<ul>\r\n <li>Subscribed</li>\r\n <li>Unsubscribed</li>\r\n <li>Non-subscribed</li>\r\n <li>Cleaned</li>\r\n <li>Pending</li>\r\n <li>Archived</li>\r\n</ul>\r\nIntegration of <a href=\"https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/\">SubscriptionFlow with MailChimp</a> allows you to manage active as well as inactive email subscribers. There are many other features of MailChimp. SubsccriptionFlow integrated with MailChimp offers you a complete recurring billing business solution that you can use to manage subscriptions and marketing campaigns. MailChimp streamlines many marketing and sales processes for small scale & large scale enterprises as well as for startups.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/\">Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration</a>\r\n\r\nIf you are up for re-engagement of your dormant subscribers, you can contact SubscriptionFlow experts. Here, you can use subscription handling software as well as manage your marketing campaign with SubscriptionFlow MailChimp integration and bring inactive subscribers back to life.','How To Re-Engage Your Dormant Email Subscribers & How Does It Benefit Your Subscription Business','','publish','open','open','','how-to-re-engage-dead-email-subscribers','','','2021-09-27 12:47:49','2021-09-27 12:47:49','',0,'https://staging.subscriptionflow.com/?p=5148',0,'post','',0),(5149,1,'2021-09-27 12:37:23','2021-09-27 12:37:23','','re-engage-dead-email-subscribers','','inherit','open','closed','','re-engage-dead-email-subscribers','','','2021-09-27 12:37:46','2021-09-27 12:37:46','',5148,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/re-engage-dead-email-subscribers.jpg',0,'attachment','image/jpeg',0),(5152,1,'2021-09-30 13:35:11','2021-09-30 13:35:11','At present, when people are avoiding going to marketplaces, it has become quite a challenge for them to try and find new beauty products. Pictures and descriptions that customers can find in the digital world with various beauty products is not enough to convince many customers to pay for these beauty products.\r\n\r\nSo, it is high time to offer your customers amazing beauty subscription boxes. People need beauty products recurrently. Now, that it is difficult to access the products that they want, you can offer them the beauty subscription boxes. You can also curate boxes of testers so that people can test then order the subscription boxes. Subscription boxes can even increase the demand for the products out of the subscription box that they have tried and tested.\r\n\r\nSubscription Boxes are also a way to establish your brand name. And you can manage subscriptions for these beauty boxes through subscription handling software. Bring your sales and marketing teams together. Ask them to work on subscription boxes as well as the strategies to market these recurrently needed subscription boxes. You can add sanitisers in all beauty subscription boxes as per the contemporary conditions out there. It will improve your brand image. Your customers, as well as leads, will know you fulfil social responsibilities and playing role in keeping customers safe from the pandemic.\r\n\r\nIn this article, SubscriptionFlow experts have come up with a guide to help you curate the best subscription box for the upcoming winter season so that you can <strong><em>keep your customers happy and beautiful & maximise your revenue.</em></strong>\r\n<h2>How to Create a Subscription Box</h2>\r\nThere are many retailers already offering subscription boxes of beauty products in the market. Then what is your entry point in an already saturated business market? How to make your beauty subscription box different and exciting?\r\n\r\nThough the market has giants who are ready to compete with you, there is still a need for your beauty subscription box if you curate it the way it should be. The customer base is waiting for you. People want to experiment with new beauty products. Follow this step by step guide and devise your own beauty subscription box.\r\n\r\nStep by Step Guide to Use As a Reference\r\n\r\nTo start with the subscription box you have to come up with an idea first. It can be niche-oriented e.g. beauty products, health care, and hygiene, etc. After selecting a niche, the next step is to review competitors and look into what their customers are saying about the subscription box look and feel, along with the quality and pricing of the products in the box. Another way to come up with an idea is by creating a customer persona and positioning the product as a solution.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/category/subscription-management/#:~:text=How%20To%20Segment%20Your%20Recurring%20Customers%20%26%20Unlock%20The%20Door%20To%20The%20Success\">How To Segment Your Recurring Customers & Unlock The Door To The Success</a>\r\n<ol>\r\n <li>Before you decide on a single price, make sure you take into account the product and box cost, shipping, fulfilment, and fixed platform cost. Along with this, you have to consider the monthly cost and acquisition cost as well.</li>\r\n <li>The next step includes setting up a prototype box and clicking display pictures. Here, people often confuse the prototype box picture with the actual product box, but this is not true. You can have the product picture clicked after the subscription box is up and running. Not in the case of personalized or custom subscription boxes. Therefore such pictures are only considered as the reference.</li>\r\n <li>Another step in our guide is to start preparing for the pre-launch. It plays a crucial role in getting subscribers to initiate the subscription box initiative. However, before you initiate the pre-launch campaign, make sure you have an email system set up that sends instant notifications about subscribers, including the subscription box they have opted for. To widen the reach of your subscription box campaign you can connect your social media account with the website. Lastly, be sure you have a certain deadline in mind when you should stop the pre-launch campaign.</li>\r\n <li>The last step on our list is setting up a marketplace and website for your system.</li>\r\n</ol>\r\n<h2>Example Of Successful Beauty Subscription Boxes</h2>\r\n<h3>1. Birchbox</h3>\r\nIt is a beauty subscription box that offers 4 to 6 samples to the customer and bills monthly. The best thing about this is, Birchbox keeps the customization of the subscription box to itself and ensures that customers don’t receive one product again. This strategy keep subscriber hooked and keep them motivated to receive another box.\r\n<h3>2. Lib Box</h3>\r\nAnother strategy to engage customs is to put them in charge and let them customize their box and Lib Box is doing exactly that. But the best thing about the Lib Box is, customers can browse the 100 plus products from their catalogue and select 6 products that customers want to try. Unlike Birchbox, it offers full-size products.\r\n<h3>3. SugarBear Hair</h3>\r\nThis is a hair-care niche-based subscription box that offers three types of subscription box e.g. one month, three months, and six months. Unlike the above-stated example, SugarBear has its own formula to provide a customized solution to customers, based on their hair care routine, texture, diet, and so on. The best thing about SugarBear gummies is, they are created from natural ingredients that cause no harm to the stomach.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/category/billing-and-invoicing/\">How Automated Recurring Invoicing Management Empowers Global Subscription Market</a>\r\n<h2>How SubscriptionFlow Can Help You With Beauty Subscriptions And Billing Management</h2>\r\n<a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a> is a subscription management software that also provides subscription businesses a complete billing and payment management system that can help businesses of all sizes and type with efficient subscription management. Some of the amazing features of SubscriptionFlow that can make your subscription box a success include:\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/07/challenges-of-recurring-revenue-and-saas-business-growth/\">The Challenges Of The Recurring Revenue And The SaaS Business’ Growth</a>\r\n<ul>\r\n <li><strong>Subscription Management:</strong> It includes custom workflow creation in which when a customer register and subscribe to a box, his or her information is populated to the merchant and a notification is sent which include customer name, address, subscription box type, billing date, subscription expiry date and complete history of subscription renewal communication.</li>\r\n <li><strong>Hosted Payment Page:</strong> The customers can get it integrated with their website and process payment in a secure manner. SubscriptionFlow hosted payment page allows one merchant to collect data on the customer, process payment, and save customer information on the cloud for recurring payment collection.</li>\r\n <li><strong>Customer Portal:</strong> The moment customers select a subscription, and process payment a customer profile is created. Here the customer can manage their subscription, update information, review past payments and modify the subscription plan.</li>\r\n <li><strong>Invoice, Billing, And Payment Management</strong>: This includes a custom workflow where triggers are created and linked with the subscriber profile. It includes automatic invoice creation with proration and billing to the client. The moment the client pays the bill, the system automatically processes the payment updates the information and reschedule another billing. At every step, the customer is notified through the customer portal.</li>\r\n</ul>\r\nTo know more on how to manage subscriptions with subscription management software, feel free to contact team SubscriptionFlow.','How To Come Up With The Best Beauty Subscription Box in 2021','','publish','open','open','','best-beauty-subscription-box-2021','','','2021-09-30 13:35:11','2021-09-30 13:35:11','',0,'https://staging.subscriptionflow.com/?p=5152',0,'post','',0),(5153,1,'2021-09-30 13:32:04','2021-09-30 13:32:04','','SF Payments Landing page Content','','inherit','open','closed','','sf-payments-landing-page-content','','','2021-09-30 13:32:04','2021-09-30 13:32:04','',5152,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SF-Payments-Landing-page-Content.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5154,1,'2021-09-30 13:32:15','2021-09-30 13:32:15','','SF Pakistan Onsite Content Edit About Us','','inherit','open','closed','','sf-pakistan-onsite-content-edit-about-us','','','2021-09-30 13:32:15','2021-09-30 13:32:15','',5152,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/SF-Pakistan-Onsite-Content-Edit-About-Us.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5155,1,'2021-09-30 13:32:52','2021-09-30 13:32:52','','Subscription Box','','inherit','open','closed','','subscription-box','','','2021-09-30 13:33:15','2021-09-30 13:33:15','',5152,'https://staging.subscriptionflow.com/wp-content/uploads/2021/09/Subscription-Box.jpg',0,'attachment','image/jpeg',0),(5157,1,'2021-10-04 14:24:41','2021-10-04 14:24:41','Subscription businesses have seen a sudden boom ever since the world has been hit by the pandemic. This forced many types of businesses to enter the subscription market and offers a variety of virtual and physical subscription services. It is believed that, if you can think of a way to channel your product or service, then you can surely initiate a subscription and charge your customer on a recurring basis.\r\n\r\nToday the most used and subscribed form of subscriptions available are services-based, usage-based, tiered based, and product-based subscription boxes. Despite that, the availability of dozens of options, ease of unsubscription process, offering of free trials, and giving subscribers the option to pause their subscription, has become one of the major reasons for subscription churn. However, many unforeseen variables navigate the decision of an unsubscriber.\r\n\r\nHere in this article, you will find answers to some pressing questions and reasons behind the decision of unsubscription and will also find the number of ways to re-engage unsubscribers. We will also discuss what things you as a subscription provider needs to avoid and lastly, some tips to help you optimize your un-subscription re-engagement strategy.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/08/subscription-software-and-the-scope-of-recurring-billing-management/\">Subscription Software And The Scope Of Recurring Billing Management</a>\r\n<h2>Reasons For Unsubscription</h2>\r\nTo understand why subscribers opt-out of the subscription plan, you had to put down a business or marketing lens and start seeing things from subscribers angle. Some of the most cited reasons by the subscribers are as follow:\r\n<h3>1. Too Many Promotional Emails, Notifications And Messages</h3>\r\nWhen a customer subscribes to a subscription they are provided with a portal known as ‘customer portal.’ This not only empowers subscribers but also provide businesses with the opportunity to send messages, notification and reminders to the subscriber directly. Thus, receiving dozens of promotional messages, even by mails infuriate the subscriber and they hit the unsubscribe button.\r\n<h3>2. Technical Problem</h3>\r\nAnother reason behind the unsubscription is related to the UI and UX design of a system. Suppose, a subscriber is in search of finding specific content or product on your platform, and the navigation is making the journey difficult, hence this becomes one of the reasons subscribers left.\r\n<h3>3. Irrelevant Content</h3>\r\nSubscribers are bombarded with dozens of emails and among those only 60% of email that is personalized are able to get subscribers attention or open-rate. So, if you are sending promotional content, product utility and recommendation by following one fit for all inbound strategies, then, consider this as one of the reasons too.\r\n<h3>4. Pricing</h3>\r\nSubscribers or customers have lots of cheaper options to turn to, this means if you are changing your pricing frequently but not levelling up the quality of your product or service then you have to face churn. There are three ways that you can use to price your subscriptions fairly, first competitors, product cost, and by introducing usage-based billing.\r\n<h3>5. Quality of Product, Service and Content</h3>\r\nOne of the reasons why subscription boxes are famous is, they offer access to products or services that otherwise seem impossible. And, a single miss calculation or product recommendation that doesn’t resonate with the interest of subscribers can result in subscription cancellation.\r\n<h2>How To Re-Engage Subscriber</h2>\r\nEngaging subscribers is not that difficult as one think. There are several strategies one can use and mix and match multiple strategies to entice the customer. The first one on our list is offering exclusive re-subscriber incentives either in the form of coupons, discounts or freebies. Secondly, offering unsubscribes bonuses in the form of extra products, access to premium services and gifts. The third thing you can do is to offer the re-subscribe option in the email. Fourthly, you can initiate email win-back campaigns and social campaigns targeted toward specific subscriber segments. Lastly, the very important thing is the personalization of everything from the service to user experience and product recommendation to special discounts.\r\n<h2>Things To Avoid While Drafting A Re-Engagement Strategy</h2>\r\n<h3>1. One Fit For All</h3>\r\nThe first thing that you need to avoid on the part of the strategy developer is to send generalize content, either in the form of email, notification or messages to all subscribers. Since every subscriber is different and has opted for a different subscription plan, therefore, it is recommended to opt for creating a content or marketing strategy by creating segments and persona.\r\n<h3>2. Broken Or Unresponsive Unsubscribe Process</h3>\r\nThe second thing is many subscription businesses intentionally makes the unsubscription process difficult, just to retain subscriber. But in real life, this strategy backfires. The more you provide ease to the customer the more they are likely to return in response to the re-subscription campaign.\r\n<h3>3. Segment Error</h3>\r\nWhile creating segments or persons of the customer, many marketers tend to group two different groups under one, based on the fact they have subscribers to a certain tier or a subscription box. However, there are many other things that you need to comprehend e.g. demographics, interest, profession, and age, etc.\r\n\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/09/how-to-segment-your-recurring-customers-unlock-the-door-to-the-success/\">How To Segment Your Recurring Customers & Unlock The Door To The Success</a>\r\n<h3>4. Email Frequency</h3>\r\nIt is different then sending promotional notifications and messages to the subscriber. Here you need to know is when a customer subscriber to services they expect fewer or customize promotional content. Hence, if you increase the frequency from 01 emails to 5, then it can become a nuisance, and hit unsubscribe to the email newsletter. This later contributes to the email churn rate and affect the credibility of the domain.\r\n<h2>Tips to Optimize Subscription</h2>\r\n<h5>1. CAPTCHA</h5>\r\n<h5>2. Confirm Opt-in or Double Opt-in</h5>\r\n<h5>3. A/B Testing</h5>\r\n<h5>4. Survey to know “WHY”</h5>\r\n<h5>5. Content, Product Or Service Quality</h5>\r\nAlso Read: <a href=\"https://staging.subscriptionflow.com/2021/09/uncovering-the-facts-about-subscription-ecosystem/\">Uncovering The Facts About Subscription Ecosystem To Find The Best Entry Point For Entrepreneurs</a>\r\n<h2>Conclusion</h2>\r\nTackling the unsubscription right when the first subscriber opt-out or when you witness en masse unsubscriptions require instant investigation. Otherwise, it has the potential to affect business KPI, MRR & ARR estimates, and also cause a business to lag behind the competitor. Some of the major reasons cited by the subscriber include personalized content, technical issue and bombardment of promotion emails. However, you can take a proactive step to mitigate the subscription churn.\r\n\r\nTo know more about how to efficiently manage subscription and subscriber experience through subscription software, contact <a href=\"https://staging.subscriptionflow.com/\">SubscriptionFlow</a>.','A Step-By-Step Guide To Deal With The \'Unsubscribtion\' Obstacles','','publish','open','open','','guide-to-deal-with-the-unsubscribtion-obstacles','','','2021-10-06 14:19:54','2021-10-06 14:19:54','',0,'https://staging.subscriptionflow.com/?p=5157',0,'post','',0),(5158,1,'2021-10-04 14:22:54','2021-10-04 14:22:54','','Unsubscribe Obstacles','','inherit','open','closed','','unsubscribe-obstacles','','','2021-10-04 14:23:29','2021-10-04 14:23:29','',5157,'https://staging.subscriptionflow.com/wp-content/uploads/2021/10/Unsubscribe-Obstacles.jpg',0,'attachment','image/jpeg',0),(5167,1,'2021-11-12 14:22:57','2021-11-12 14:22:57','<p>[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]</p>\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\n<p>[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly.</p>\n<p>SaaS, e-learning, fitness, personal development, services, finance, or any business you are, revive the innovation game with a thoroughly personalized one-stop-shop to manage all subscription business processes. Our AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,</p>\n<ul class=\"ai-listing-style\">\n<li>In-built Intelligent <strong>Customer Management</strong></li>\n<li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\n<li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\n<li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\n<li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\n<li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\n<li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\n<li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.</p>\n<p>Create pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,</p>\n<ul class=\"ai-listing-style\">\n<li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\n<li>Increase <strong>productivity</strong> and operational efficiencies.</li>\n<li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\n<li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\n<li>Generate <strong>quality leads</strong> and grow your customer base.</li>\n<li>Increase <strong>revenue & growth </strong>by identifying sales opportunities.</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Nicki M</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Kenzie M</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Jim M</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Katie K</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Sheila M</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Eileen S</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]</p>\n<div class=\"testimonial-section\">\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\n<div class=\"testimonial-bio-details\">\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\n<h6 class=\"author-name\">Verified Reviewer</h6>\n</div>\n</div>\n<p>[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p>info@subscriptionflow.com</p>\n<p><a href=\"https://subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p>support@subscriptionflow.com</p>\n<p><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','2176-autosave-v1','','','2021-11-12 14:22:57','2021-11-12 14:22:57','',2176,'https://staging.subscriptionflow.com/?p=5167',0,'revision','',0),(5168,1,'2021-10-25 13:05:28','2021-10-25 13:05:28','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\" style=\"display: none;\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"Power the realm of subscriptions with AI-fueled subscriptions\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"none\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]Deploy the right AI technology for your subscription business to gain endless productivity.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"AI can bring revolution. How?\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1576838446830{border-left-width: 5px !important;padding-top: 30px !important;border-left-color: #dd3333 !important;}\"]AI can bring revolution in the subscription industry. Let us see how. Finding and acquiring new clients is regularly the top need for developing business. Extending the client base is fundamental for subscription-based organizations that need to flourish in the present help economy. While most ventures utilize customary statistical surveying and examination to figure out which possibilities have the best affinity to purchase, not very many have started to use AI innovations to recognize potential objective clients. By investigating verifiable deals information, AI can perceive beforehand undetected purchasing behaviors to figure out which possibilities are well on the way to purchase administrations and guide merchants in like manner.[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Features for AI enabled Subscription Management System\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1576838002764{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]While executing AI techniques, your business will gain an ability to:\r\n<ul class=\"ai-listing-style\">\r\n <li>Save time and money by automating and optimizing routine processes and tasks.</li>\r\n <li>Increase productivity and operational efficiencies.</li>\r\n <li>Make faster business decisions based on outputs from cognitive technologies.</li>\r\n <li>Avoid mistakes and \'human error\', provided that AI systems are set up properly.</li>\r\n <li>Use insight to predict customer preferences and offer them better, personalized experience.</li>\r\n <li>Mine vast amounts of data to generate quality leads and grow your customer base.</li>\r\n <li>Increase revenue by identifying and maximizing sales opportunities.</li>\r\n <li>Grow expertise by enabling analysis and offering intelligent advice and support.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automate billing process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Whether you need to view the billing invoice, or make payments, our flexible subscription management system is the ultimate solution for your customers.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-management-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Analytics and Reporting\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Would you like to gain valuable insight into your customer base? Get the tools to evaluate your business health.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">SubscriptionFlow’s provide reliable and developer-friendly tools, payments can be received on time through multiple methods. We offer a wealth of payment options including cash, checks, credit cards and ACH.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\" data-pm-slice=\"1 1 []\">SubscriptionFlow takes away your tax related worries and give you a detailed taxing summary with each sale by the means of a powerful tax engine called Avalara.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\" data-pm-slice=\"1 1 []\">With SubscriptionFlow integration with other popular applications and CRM is easy to manage to improve productivity of your business.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-10-25 13:05:28','2021-10-25 13:05:28','',2176,'https://staging.subscriptionflow.com/?p=5168',0,'revision','',0),(5171,1,'2021-11-12 13:58:12','2021-11-12 13:58:12','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnN1YnNjcmlwdGlvbmZsb3cuY29tJTJGcmVnaXN0ZXIlMkYlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMm9yYW5nZS1idG4lMjIlM0VUcnklMjBpdCUyMGZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636723887810{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly. This AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying and maximizing sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\nOur customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\nKeep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-handling/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\nWith our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/recurring-payments/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\nOur all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\n<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n\r\nIntegrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.\r\n\r\n<a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-11-12 13:58:12','2021-11-12 13:58:12','',2176,'https://staging.subscriptionflow.com/?p=5171',0,'revision','',0),(5172,1,'2021-11-12 14:02:39','2021-11-12 14:02:39','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636723887810{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly. This AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying and maximizing sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-11-12 14:02:39','2021-11-12 14:02:39','',2176,'https://staging.subscriptionflow.com/?p=5172',0,'revision','',0),(5173,1,'2021-11-12 14:10:32','2021-11-12 14:10:32','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly.\r\n\r\nSaaS, e-learning, fitness, personal development, services, finance, or any business you are, revive the innovation game with a thoroughly personalized one-stop-shop to manage all subscription business processes. Our AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636723554352{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying and maximizing sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-11-12 14:10:32','2021-11-12 14:10:32','',2176,'https://staging.subscriptionflow.com/?p=5173',0,'revision','',0),(5174,1,'2021-11-12 14:23:39','2021-11-12 14:23:39','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-with-subscriptionflow%2F|title:Subscription%20Management%20with%20SubscriptionFlow||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly.\r\n\r\nSaaS, e-learning, fitness, personal development, services, finance, or any business you are, revive the innovation game with a thoroughly personalized one-stop-shop to manage all subscription business processes. Our AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fwww.subscriptionflow.com%2Fsubscription-management-software%2F|title:Subscription%20Management%20Software||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-11-12 14:23:39','2021-11-12 14:23:39','',2176,'https://staging.subscriptionflow.com/?p=5174',0,'revision','',0),(5175,1,'2021-11-12 14:25:51','2021-11-12 14:25:51','[vc_row el_class=\"front-banner-1 main-top-header-area padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"right-to-left\" width=\"1/2\" el_class=\"wp-roecker-main-section\"][vc_single_image image=\"5105\" img_size=\"full\" el_class=\"top-banner-bg-inner\"][vc_raw_html]JTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb2NrZXQlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvY2tldC1ib2R5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJib2R5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmaW4lMjBmaW4tbGVmdCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZmluJTIwZmluLXJpZ2h0JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ3aW5kb3clMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmV4aGF1c3QtZmxhbWUlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyZXhoYXVzdC1mdW1lcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html el_class=\"chart-area\"]JTNDY2FudmFzJTIwaWQlM0QlMjJteUNoYXJ0JTIyJTNFJTNDJTJGY2FudmFzJTNF[/vc_raw_html][vc_raw_html el_class=\"video-play\"]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBjbGFzcyUzRCUyMnZpZGVvLWJ0biUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIybW9kYWwlMjIlMjBkYXRhLXRhcmdldCUzRCUyMiUyM3BvcHVwLWRhdGElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyMSUyRjA5JTJGcGxheWJ0bi5wbmclMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column][vc_column width=\"1/2\" el_class=\"description-main-section\"][vc_column_text css_animation=\"none\" el_class=\"top-header-link-bar\"]\r\n<p class=\"link-se\"><a href=\"#\"><span class=\"new\">New</span> Ensure business continuity with a backup gateway. <span class=\"more\">Learn More</span></a></p>\r\n[/vc_column_text][vc_custom_heading text=\"The Subscription Billing and Management Software to Empower Growth Goals\" font_container=\"tag:h1|font_size:30px|text_align:left|color:%23ffffff\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css_animation=\"right-to-left\" el_class=\"top-header-main-title\"][vc_column_text css_animation=\"none\" el_class=\"header-top-description\"]We enable businesses to manage their customers and recurring billing and process recurring payments, effortlessly![/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMiUyMiUyMG9uY2xpY2slM0QlMjJDYWxlbmRseS5pbml0UG9wdXBXaWRnZXQlMjglN0J1cmwlM0ElMjAlMjdodHRwcyUzQSUyRiUyRmNhbGVuZGx5LmNvbSUyRmluZm8tODI3NSUyRnN1YnNjcmlwdGlvbmZsb3clMjclN0QlMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyd2hpdGUtYnRuJTIyJTNFU2NoZWR1bGUlMjBhJTIwZGVtbyUyMCUzQyUyRmJ1dHRvbiUzRSUzQyUyRmElM0UlMEElMDklMDklMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTJGJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVHJ5JTIwaXQlMjBmcmVlJTNDJTJGYnV0dG9uJTNFJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tc2VwcmF0b3IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh padB5vh\"][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Find Every Solution of Subscription Success in a Unified Space\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-with-subscriptionflow%2F|title:Subscription%20Management%20with%20SubscriptionFlow||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726107324{border-left-width: 5px !important;padding-top: 0px !important;border-left-color: #dd3333 !important;}\"]<span class=\"subscriptionflow-ff\">SubscriptionFlow</span> is an automated subscription management software that allows merchants with recurring billing businesses to manage their subscribers and process payments, seamlessly.\r\n\r\nSaaS, e-learning, fitness, personal development, services, finance, or any business you are, revive the innovation game with a thoroughly personalized one-stop-shop to manage all subscription business processes. Our AI-enabled software offers features that infuse transformational growth for the businesses with recurring revenue streams such as,\r\n<ul class=\"ai-listing-style\">\r\n <li>In-built Intelligent <strong>Customer Management</strong></li>\r\n <li>Automated <strong>Recurring Invoicing, Billing, & Payment</strong> Management</li>\r\n <li>Multi-Currency Support & <strong>PCI-Compliant Payment</strong> Solutions</li>\r\n <li>Multiple <strong>Pricing Solutions</strong> & Free-Trials Management</li>\r\n <li>Thorough <strong>Customer Insights</strong> & Data Trails</li>\r\n <li>Excellent <strong>User Experience</strong> with Customizations & Integrations</li>\r\n <li>End-to-End Encrypted <strong>Data Security</strong> with Intuitive Dashboard</li>\r\n <li>Expert <strong>Subscription Consultations</strong> & Dedicated Customer Support</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column css_animation=\"none\" width=\"1/2\"][vc_custom_heading text=\"Unleash the Revenue Growth Potential with SubscriptionFlow\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" link=\"url:https%3A%2F%2Fstaging.subscriptionflow.com%2Fsubscription-management-software%2F|title:Subscription%20Management%20Software||\"][vc_column_text el_class=\"p16\" css=\".vc_custom_1636726811166{border-left-width: 5px !important;border-left-color: #dd3333 !important;}\"]From marketing and sales to product and customer management, empower your workforce with the tool that allows that to plan, execute, and track the data-driven growth strategies.\r\n\r\nCreate pipelines and unlock the deals within your SubscriptionFlow platform, integrate multiple payment gateways and other sales, marketing, finance, and accounting applications, offer customers the right plans and pricing with a dedicated customer portal, and grow your net value with the bigger, better, and pleased customer base. It enables subscription businesses too,\r\n<ul class=\"ai-listing-style\">\r\n <li>Save <strong>time and money</strong> by automating and optimizing routine jobs</li>\r\n <li>Increase <strong>productivity</strong> and operational efficiencies.</li>\r\n <li>Make <strong>faster business decisions</strong> based on outputs from cognitive technologies.</li>\r\n <li>Use <strong>data</strong> <strong>insights</strong> to predict customer preferences and offer a <strong>personalized experience.</strong></li>\r\n <li>Generate <strong>quality leads</strong> and grow your customer base.</li>\r\n <li>Increase <strong>revenue & growth </strong>by identifying sales opportunities.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"731\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Automated Billing Process\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our customized automated billing process is simple and easy to follow. Our experts help in building a system that is beneficial for both, the users and customers as well.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/billing-and-invoicing-software/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"729\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Subscription Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Keep track of each subscription, automate recurring billing & payment collection, or prorate the subscriptions, SubscriptionFlow offers reliable and seamless solutions.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/subscription-handling/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"1450\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Payment Processing\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">With our PCI-compliant payment solution, always get payments on time through multiple methods. From cash, cards, wallets, to ACH, we offer all the payment options.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://staging.subscriptionflow.com/recurring-payments/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"front-section-4 front-section-4-1 padL100 padR100 xs-padding-top0 xs-padding-bottom0\" css=\".vc_custom_1552309973606{padding-bottom: 100px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2896\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Sales Tax Management\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Our all-in-one subscription billing software offers all the billing management solutions including automated sales tax management and tax summary & reporting.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/sales-tax-management/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"733\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Reporting & Analytics\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> offers data-driven solutions like dashboards, customized reporting, etc. for your subscription business management to keep track of the customer base.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/subscription-analytics-reporting/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0 vc_col-xs-12\"][vc_single_image image=\"2898\" img_size=\"80*80\" alignment=\"center\"][vc_custom_heading text=\"Seamless Integrations\" font_container=\"tag:h3|text_align:center|color:%23020d26\"][vc_column_text]\r\n<p style=\"text-align: center;\">Integrate payment gateways, sales and marketing applications, and CRM with SubscriptionFlow to streamline your business processes and improve overall productivity.</p>\r\n<p style=\"text-align: center;\"><a class=\"h-box-readmore\" href=\"https://www.subscriptionflow.com/integrations/\">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"front-section-5 padL100 padR100 padT10vh padB5vh\"][vc_column el_class=\"padL50 padR50\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbHMtY2Fyb3VzZWwlMjBvd2wtY2Fyb3VzZWwlMjBvd2wtdGhlbWUlMjIlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyaXRlbSUyMiUzRSUwQSUyMCUyMCUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpbW9uaWFsLXRleHQlMjIlM0UlMEElMDklMjAlMjAlMjAlMjAlMjAlMjAlMjBEdWlzJTIwZGlnbmlzc2ltJTIwbWklMjB1dCUyMGxhb3JlZXQlMjBtb2xsaXMuJTIwTnVuYyUyMGlkJTIwdGVsbHVzJTIwZmluaWJ1cyUyQyUyMGVsZWlmZW5kJTIwbWklMjB2ZWwlMkMlMjBtYXhpbXVzJTIwanVzdG8uJTIwTWFlY2VuYXMlMjBtaSUyMHRvcnRvciUyQyUyMHBlbGxlbnRlc3F1ZSUyMGElMjBhbGlxdWFtJTIwdXQlMkMlMjBmcmluZ2lsbGElMjBlbGVpZmVuZCUyMGxlY3R1cy4lMjAlMEElMDklMjAlMjAlMjAlMjAlM0MlMkZwJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTNDaDQlM0VYWVolMkMlMjBDRU8uJTNDJTJGaDQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGbG9jYWxob3N0JTJGenVvcmElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwMiUyRndvcmRwcmVzcy5wbmclMjIlMjBoZWlnaHQlM0QlMjI2MHB4JTIyJTJGJTNFJTBBJTIwJTIwJTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJpdGVtJTIyJTNFJTBBJTA5JTA5JTNDcCUyMGNsYXNzJTNEJTIydGVzdGltb25pYWwtdGV4dCUyMiUzRSUwQSUwOSUyMCUyMCUyMCUyMCUyMCUyMCUyMER1aXMlMjBkaWduaXNzaW0lMjBtaSUyMHV0JTIwbGFvcmVldCUyMG1vbGxpcy4lMjBOdW5jJTIwaWQlMjB0ZWxsdXMlMjBmaW5pYnVzJTJDJTIwZWxlaWZlbmQlMjBtaSUyMHZlbCUyQyUyMG1heGltdXMlMjBqdXN0by4lMjBNYWVjZW5hcyUyMG1pJTIwdG9ydG9yJTJDJTIwcGVsbGVudGVzcXVlJTIwYSUyMGFsaXF1YW0lMjB1dCUyQyUyMGZyaW5naWxsYSUyMGVsZWlmZW5kJTIwbGVjdHVzLiUyMCUwQSUwOSUyMCUyMCUyMCUyMCUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUzRVhZWiUyQyUyMENFTy4lM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZsb2NhbGhvc3QlMkZ6dW9yYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOSUyRjAyJTJGd29yZHByZXNzLnBuZyUyMiUyMGhlaWdodCUzRCUyMjYwcHglMjIlMkYlM0UlMEElMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMDklM0NkaXYlMjBjbGFzcyUzRCUyMml0ZW0lMjIlM0UlMEElMjAlMjAlMDklMDklM0NwJTIwY2xhc3MlM0QlMjJ0ZXN0aW1vbmlhbC10ZXh0JTIyJTNFJTBBJTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwRHVpcyUyMGRpZ25pc3NpbSUyMG1pJTIwdXQlMjBsYW9yZWV0JTIwbW9sbGlzLiUyME51bmMlMjBpZCUyMHRlbGx1cyUyMGZpbmlidXMlMkMlMjBlbGVpZmVuZCUyMG1pJTIwdmVsJTJDJTIwbWF4aW11cyUyMGp1c3RvLiUyME1hZWNlbmFzJTIwbWklMjB0b3J0b3IlMkMlMjBwZWxsZW50ZXNxdWUlMjBhJTIwYWxpcXVhbSUyMHV0JTJDJTIwZnJpbmdpbGxhJTIwZWxlaWZlbmQlMjBsZWN0dXMuJTIwJTBBJTA5JTIwJTIwJTIwJTIwJTNDJTJGcCUzRSUwQSUwOSUyMCUyMCUyMCUyMCUzQ2g0JTNFWFlaJTJDJTIwQ0VPLiUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmxvY2FsaG9zdCUyRnp1b3JhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE5JTJGMDIlMkZ3b3JkcHJlc3MucG5nJTIyJTIwaGVpZ2h0JTNEJTIyNjBweCUyMiUyRiUzRSUwQSUyMCUyMCUwOSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Here’s what our customers have been saying about us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1611324902047{padding-top: 60px !important;}\"][vc_tta_pageable no_fill_content_area=\"1\" autoplay=\"20\" active_section=\"1\" pagination_style=\"flat-rounded\"][vc_tta_section title=\"Section 2\" tab_id=\"1611324195695-a330a2aa-492b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business,I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Nicki M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324259926-95cc0b56-c25c\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great solution for managing our Business, I took advantage of the Free Trial to really test whether this solution would help our somewhat complex business model, and the flexibility and ease at which we\'re able to customize this solution to our needs was really useful and a big plus. On top of that, the support team behind the software are incredible, listen to our questions and always help. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Kenzie M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324284252-e0635f2b-0a42\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow has saved us time and money. SubscriptionFlow has solved all of our billing and invoicing woes. With its extensive CRM tools and centralized system for unifying customer information, it performs well for users who offer subscription based services and understands the need for customer centric tools. From self-service portal to multiple payment methods, SubscriptionFlow has enabled us to cater to every customer’s unique need. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Jim M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324308111-6c77c5da-504b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Overall, I would strongly recommend ANY subscription based business to try it out. We started off with a one user and then gradually added more users and it was a great experience. SubscriptionFlow Team is EXCELLENT and they really spend the time with you to get you familiar with the system. In our case they have set everything for us for free, even data importing and migration of all customer payment information from Authorize.net. We had some customization required which they did for us. I think they really want their product to work! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Katie K</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324357424-2e1c3d80-dccb\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> SubscriptionFlow is a huge improvement over our previous program. Prior to using SubscriptionFlow, our accounting processes lacked efficiency and we struggled to keep up with our customers’ invoice and somehow with the interface. Using SubscriptionFlow, we have enhanced our business productivity by streamlining our invoicing and billing processes with lookalike interface that makes us easier to get hands on it in a very short period. SubscriptionFlow has helped in much needed transformation in our daily functioning. Now, we do not have to manually track our customer payments or receive complaints on failed processing. SubscriptionFlow equips users with more mobility and visibility in their invoicing processes and it shows. Warmly recommended! <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Sheila M</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324436714-c7cb5478-603b\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Great Product! The team has given us the demo and show us all the important features that you might require for managing subscriptions. I really like the automated billing workflow tools which could help to streamline business processes. It also enables to manage all the activities against the subscribers within the system including emails, notes and follow up tasks etc. I have seen the other systems as well but the features SubscriptionFlow offers are by far better. I was blown away with the flexibility of the system especially it helps you to create any custom objects and link up with their system objects that itself is a unique feature.<i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Eileen S</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section\" tab_id=\"1611324459403-d767de24-4aab\"][vc_column_text]\r\n<div class=\"testimonial-section\">\r\n<div class=\"testimonial-description\"><i class=\"fa fa-quote-left\"></i> Amazing service!!! Above and beyond service! Best Provider ever!!!! SubscriptionFlow has combined automation and flexibility in one place for us. We were able to test with different pricing plans, and discover which subscription plans worked best for us. Working with SubscriptionFlow has been a pleasure as it has an intuitive UI and easy management. Every time you wonder if you can do it in SubscriptionFlow, you will be met with surprise. We have streamlined all of our billing processes and set up multiple payments gateways with ease. <i class=\"fa fa-quote-right\"></i></div>\r\n<div class=\"testimonial-bio-details\">\r\n<div class=\"author-img\"><img class=\"alignleft size-full wp-image-4395\" src=\"https://www.subscriptionflow.com/wp-content/uploads/2021/01/user.png\" alt=\"\" width=\"150\" height=\"150\" /></div>\r\n<h6 class=\"author-name\">Verified Reviewer</h6>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts is on standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Contact us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\ninfo@subscriptionflow.com\r\n\r\n<a href=\"https://subscriptionflow.com/contact\">Contact Us</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n\r\nsupport@subscriptionflow.com\r\n\r\n<a href=\"https://support.subscriptionflow.com/hc/en-us\" target=\"_blank\" rel=\"noopener noreferrer\">Request Support</a>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','2176-revision-v1','','','2021-11-12 14:25:51','2021-11-12 14:25:51','',2176,'https://staging.subscriptionflow.com/?p=5175',0,'revision','',0),(5179,1,'2021-12-07 12:40:17','2021-12-07 12:40:17','[vc_row css=\".vc_custom_1551425693833{background-color: #ededed !important;}\" el_class=\"front-banner-1 padL100 padR100 padT5vh padB5vh\"][vc_column width=\"1/2\"][vc_single_image image=\"1529\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1551263312248{padding-top: 0px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}\"][vc_column_text css_animation=\"fadeInUp\" el_class=\"p18 pc1\" css=\".vc_custom_1589281132854{margin-top: 25px !important;margin-bottom: 15px !important;}\"]\n<h2 class=\"vc_custom_heading wpb_animate_when_almost_visible wpb_fadeIn fadeIn wpb_start_animation animated\" style=\"color: #ffffff; text-align: left; margin-bottom: 20px; font-weight: bold; font-style: normal;\"><span class=\"subscriptionflow-ff\">SubscriptionFlow</span> Pricing</h2>\nFind a plan that\'s right for you.[/vc_column_text][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjYXJvdXNlbC1idG5zLXdyYXBwZXIlMjIlM0UlMEElMDklM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGc3RhZ2luZy5zdWJzY3JpcHRpb25mbG93LmNvbSUyRnJlZ2lzdGVyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJ3aGl0ZS1idG4lMjIlM0VUcnklMjBJdCUyMEZyZWUlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTA5JTA5JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcuc3Vic2NyaXB0aW9uZmxvdy5jb20lMkZjb250YWN0JTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJvcmFuZ2UtYnRuJTIyJTNFVGFsayUyMHRvJTIwVXMlM0MlMkZidXR0b24lM0UlM0MlMkZhJTNFJTBBJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row]','Pricing','','inherit','closed','closed','','1526-autosave-v1','','','2021-12-07 12:40:17','2021-12-07 12:40:17','',1526,'https://staging.subscriptionflow.com/?p=5179',0,'revision','',0),(5181,1,'2021-12-16 08:26:24','2021-12-16 08:26:24','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlMjBpZCUzRCUyMmRvbWFpbi1maWVsZC1tYWluJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VEb21haW4lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtaW5mby1jaXJjbGUlMjIlMjB0aXRsZSUzRCUyMmV4YW1wbGUuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjBkZW1vLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJib3R0b20lMjIlM0UlM0MlMkZpJTNFJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRvbWFpbi1maWVsZCUyMiUyMGlkJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMCUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUyMGhyZWYlM0QlMjIlMkZ0ZXJtcy1hbmQtY29uZGl0aW9ucyUyRiUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMCUyMGhyZWYlM0QlMjIlMkZwcml2YWN5cG9saWN5JTJGJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMCUyMGlkJTNEJTIyZ2ctcmVjYXB0Y2hhJTIyJTIwc3R5bGUlM0QlMjJwYWRkaW5nJTNBJTIwMHB4JTIwMHB4JTIwMTFweCUzQiUyMiUyMGRhdGEtc2l0ZWtleSUzRCUyMjZMY2VjTUFVQUFBQUFKRnQ5bHF4TWk1Vm9aR0k3VzFlOTJ1QjdXWjklMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0yJTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBwcmV2LWJ0biUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTElMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1hcnJvdy1sZWZ0JTIyJTNFJTNDJTJGaSUzRSUyMEJhY2slM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMDklMDklMDklMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2FkZXItYXJlYSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','publish','closed','closed','','test-register','','','2021-12-27 12:08:50','2021-12-27 12:08:50','',0,'https://staging.subscriptionflow.com/?page_id=5181',0,'page','',0),(5182,1,'2021-12-16 08:26:24','2021-12-16 08:26:24','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 08:26:24','2021-12-16 08:26:24','',5181,'https://staging.subscriptionflow.com/?p=5182',0,'revision','',0),(5183,1,'2021-12-24 11:37:24','2021-12-24 11:37:24','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\n<ul>\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\n</ul>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlM0VHZXQlMjBTdGFydGVkJTIwZm9yJTIwRnJlZSUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIydHJpYWwtc3RlcHMlMjBzdGVwLTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTIwJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjBkb21haW4tZmllbGQtbWFpbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFRG9tYWluJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWluZm8tY2lyY2xlJTIyJTIwdGl0bGUlM0QlMjJleGFtcGxlLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwZGVtby5zdWJzY3JpcHRpb25mbG93LmNvbSUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIyYm90dG9tJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkb21haW4tZmllbGQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUyMCUzQ2lucHV0JTIwaWQlM0QlMjJkb21haW4lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJkb21haW4lMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyRG9tYWluJTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJkb21haW4tdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMCUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRlcm0tcG9saWN5JTIyJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIydGVybS1wb2xpY3klMjIlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjElMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDcCUyMGNsYXNzJTNEJTIydGVybS1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5SSUyMGFja25vd2xlZGdlJTIwdGhhdCUyMGklMjBoYXZlJTIwcmVhZCUyMGFuZCUyMGRvJTIwaGVyZWJ5JTIwYWNjZXB0JTIwdGhlJTIwU3Vic2NyaXB0aW9uRmxvdyUyMCUzQ2ElMjBjbGFzcyUzRCUyMmN1c3RvbS1saW5rJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwcmVsJTNEJTIybm9vcGVuZXIlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRVRlcm1zJTIwJTI2YW1wJTNCJTIwQ29uZGl0aW9ucyUzQyUyRmElM0UlMjBhbmQlMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN1Ym1pdC1mb3JtJTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][vc_column_text]</p>\n<div class=\"subscription-form-wrapper\">\n<form class=\"subscription-form\" action=\"\" method=\"post\">\n<ul id=\"trial-progressbar\">\n<li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\n<li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\n</ul>\n<div class=\"form-group\">\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\n</div>\n<div class=\"sf-form-fields\">\n<div class=\"trial-steps step-1 active\">\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" /><br />\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\n</div>\n<div class=\"trial-steps step-2\">\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone </label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" /></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\n<p><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label></p>\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\n</div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n<div class=\"term-policy\">\n<p><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" /></p>\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\n</div>\n</div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n<p><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /></p>\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\n</div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account </button></div>\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\n</div>\n</div>\n<div class=\"response\"></div>\n</div>\n<div class=\"loader-area\"></div>\n</form>\n</div>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Test Register','','inherit','closed','closed','','5181-autosave-v1','','','2021-12-24 11:37:24','2021-12-24 11:37:24','',5181,'https://staging.subscriptionflow.com/?p=5183',0,'revision','',0),(5184,1,'2021-12-16 08:41:13','2021-12-16 08:41:13','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\">Account Setup</li>\r\n <li>Social Profiles</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 08:41:13','2021-12-16 08:41:13','',5181,'https://staging.subscriptionflow.com/?p=5184',0,'revision','',0); INSERT INTO `_HTO_posts` VALUES (5185,1,'2021-12-16 08:43:52','2021-12-16 08:43:52','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\">Step 1</li>\r\n <li>Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 08:43:52','2021-12-16 08:43:52','',5181,'https://staging.subscriptionflow.com/?p=5185',0,'revision','',0),(5186,1,'2021-12-16 09:05:45','2021-12-16 09:05:45','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\">Step 1</li>\r\n <li>Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 09:05:45','2021-12-16 09:05:45','',5181,'https://staging.subscriptionflow.com/?p=5186',0,'revision','',0),(5187,1,'2021-12-16 09:25:08','2021-12-16 09:25:08','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 09:25:08','2021-12-16 09:25:08','',5181,'https://staging.subscriptionflow.com/?p=5187',0,'revision','',0),(5188,1,'2021-12-16 12:30:14','2021-12-16 12:30:14','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"subscription-form-wrapper\">\r\n<form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n<li class=\"active\" data-id=\"1\">Step 1</li>\r\n<li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><p><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label></p>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><p>[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /></p>\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form>\r\n</div>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 12:30:14','2021-12-16 12:30:14','',5181,'https://staging.subscriptionflow.com/?p=5188',0,'revision','',0),(5189,1,'2021-12-16 12:30:30','2021-12-16 12:30:30','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"subscription-form-wrapper\">\r\n<form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n<li class=\"active\" data-id=\"1\">Step 1</li>\r\n<li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n<p><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label></p>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<p>[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /></p>\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form>\r\n</div>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 12:30:30','2021-12-16 12:30:30','',5181,'https://staging.subscriptionflow.com/?p=5189',0,'revision','',0),(5190,1,'2021-12-16 12:31:00','2021-12-16 12:31:00','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"subscription-form-wrapper\">\r\n<form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n<li class=\"active\" data-id=\"1\">Step 1</li>\r\n<li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n<p><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label></p>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<p>[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /></p>\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form>\r\n</div>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 12:31:00','2021-12-16 12:31:00','',5181,'https://staging.subscriptionflow.com/?p=5190',0,'revision','',0),(5191,1,'2021-12-16 12:32:54','2021-12-16 12:32:54','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<div class=\"subscription-form-wrapper\">\r\n<form class=\"subscription-form\" action=\"\" method=\"post\"><!-- progressbar -->\r\n<ul id=\"trial-progressbar\">\r\n<li class=\"active\" data-id=\"1\">Step 1</li>\r\n<li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<!-- fieldsets -->\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n<p><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label></p>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<p>[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" /></p>\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form>\r\n</div>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 12:32:54','2021-12-16 12:32:54','',5181,'https://staging.subscriptionflow.com/?p=5191',0,'revision','',0),(5192,1,'2021-12-16 12:40:55','2021-12-16 12:40:55','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">[show_package_detail type=\"title\"]</h3>\r\n</div>\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 12:40:55','2021-12-16 12:40:55','',5181,'https://staging.subscriptionflow.com/?p=5192',0,'revision','',0),(5193,1,'2021-12-16 13:51:39','2021-12-16 13:51:39','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">[show_package_detail type=\"field\"] <input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">[show_package_detail type=\"btntext\"] <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 13:51:39','2021-12-16 13:51:39','',5181,'https://staging.subscriptionflow.com/?p=5193',0,'revision','',0),(5194,1,'2021-12-16 14:42:54','2021-12-16 14:42:54','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" />\r\n<input name=\"package_type\" type=\"hidden\" value=\"Trial\" />\r\n<input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:42:54','2021-12-16 14:42:54','',5181,'https://staging.subscriptionflow.com/?p=5194',0,'revision','',0),(5195,1,'2021-12-16 14:43:36','2021-12-16 14:43:36','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:43:36','2021-12-16 14:43:36','',5181,'https://staging.subscriptionflow.com/?p=5195',0,'revision','',0),(5196,1,'2021-12-16 14:46:11','2021-12-16 14:46:11','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" data-att=\"required\" />I acknowledge that i have read and do hereby accept the Tingg\'s <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:46:11','2021-12-16 14:46:11','',5181,'https://staging.subscriptionflow.com/?p=5196',0,'revision','',0),(5197,1,'2021-12-16 14:50:05','2021-12-16 14:50:05','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the Tingg\'s <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:50:05','2021-12-16 14:50:05','',5181,'https://staging.subscriptionflow.com/?p=5197',0,'revision','',0),(5198,1,'2021-12-16 14:51:28','2021-12-16 14:51:28','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the Tingg\'s <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:51:28','2021-12-16 14:51:28','',5181,'https://staging.subscriptionflow.com/?p=5198',0,'revision','',0),(5199,1,'2021-12-16 14:57:57','2021-12-16 14:57:57','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the Tingg\'s <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-16 14:57:57','2021-12-16 14:57:57','',5181,'https://staging.subscriptionflow.com/?p=5199',0,'revision','',0),(5200,1,'2021-12-17 12:05:48','2021-12-17 12:05:48','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n<input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-17 12:05:48','2021-12-17 12:05:48','',5181,'https://staging.subscriptionflow.com/?p=5200',0,'revision','',0),(5202,1,'2021-12-24 07:38:45','2021-12-24 07:38:45','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 07:38:45','2021-12-24 07:38:45','',5181,'https://staging.subscriptionflow.com/?p=5202',0,'revision','',0),(5203,1,'2021-12-24 07:48:28','2021-12-24 07:48:28','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label> <input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label> <input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label> <input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 07:48:28','2021-12-24 07:48:28','',5181,'https://staging.subscriptionflow.com/?p=5203',0,'revision','',0),(5204,1,'2021-12-24 10:20:14','2021-12-24 10:20:14','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label>\r\n<input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label>\r\n<input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n<button class=\"btn btn-primary submit-form\">Get Started for Free</button>\r\n\r\n</div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label>\r\n<input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label>\r\n<input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:20:14','2021-12-24 10:20:14','',5181,'https://staging.subscriptionflow.com/?p=5204',0,'revision','',0),(5205,1,'2021-12-24 10:22:42','2021-12-24 10:22:42','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n<button class=\"btn btn-primary submit-form\">Get Started for Free</button>\r\n\r\n</div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:22:42','2021-12-24 10:22:42','',5181,'https://staging.subscriptionflow.com/?p=5205',0,'revision','',0),(5206,1,'2021-12-24 10:25:19','2021-12-24 10:25:19','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"active\" data-id=\"1\">Step 1</li>\r\n <li data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary submit-form\">Get Started for Free</button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"2\" />\r\n<button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:25:19','2021-12-24 10:25:19','',5181,'https://staging.subscriptionflow.com/?p=5206',0,'revision','',0),(5207,1,'2021-12-24 10:31:19','2021-12-24 10:31:19','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" data-id=\"step-2\">Get Started for Free <i class=\"fas fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" />\r\n<button class=\"btn btn-primary step-form\" data-id=\"step-1\"><i class=\"fas fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:31:19','2021-12-24 10:31:19','',5181,'https://staging.subscriptionflow.com/?p=5207',0,'revision','',0),(5208,1,'2021-12-24 10:32:03','2021-12-24 10:32:03','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" data-id=\"step-2\">Get Started for Free <i class=\"fa fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" />\r\n<button class=\"btn btn-primary step-form\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:32:03','2021-12-24 10:32:03','',5181,'https://staging.subscriptionflow.com/?p=5208',0,'revision','',0),(5209,1,'2021-12-24 10:33:53','2021-12-24 10:33:53','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-2\">Get Started for Free <i class=\"fa fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" />\r\n<button class=\"btn btn-primary step-form\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:33:53','2021-12-24 10:33:53','',5181,'https://staging.subscriptionflow.com/?p=5209',0,'revision','',0),(5210,1,'2021-12-24 10:34:28','2021-12-24 10:34:28','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-2\">Get Started for Free <i class=\"fa fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:34:28','2021-12-24 10:34:28','',5181,'https://staging.subscriptionflow.com/?p=5210',0,'revision','',0),(5211,1,'2021-12-24 10:41:00','2021-12-24 10:41:00','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-2\">Get Started for Free <i class=\"fa fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\"><input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:41:00','2021-12-24 10:41:00','',5181,'https://staging.subscriptionflow.com/?p=5211',0,'revision','',0),(5212,1,'2021-12-24 10:42:53','2021-12-24 10:42:53','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-2\">Get Started for Free <i class=\"fa fa-arrow-right\"></i></button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:42:53','2021-12-24 10:42:53','',5181,'https://staging.subscriptionflow.com/?p=5212',0,'revision','',0),(5213,1,'2021-12-24 10:45:07','2021-12-24 10:45:07','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:45:07','2021-12-24 10:45:07','',5181,'https://staging.subscriptionflow.com/?p=5213',0,'revision','',0),(5214,1,'2021-12-24 10:47:29','2021-12-24 10:47:29','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and\r\n<a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 10:47:29','2021-12-24 10:47:29','',5181,'https://staging.subscriptionflow.com/?p=5214',0,'revision','',0),(5215,1,'2021-12-24 11:03:11','2021-12-24 11:03:11','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone <span class=\"required-icon\">*</span></label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:03:11','2021-12-24 11:03:11','',5181,'https://staging.subscriptionflow.com/?p=5215',0,'revision','',0),(5216,1,'2021-12-24 11:07:04','2021-12-24 11:07:04','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone </label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account <i class=\"loader fa fa-spinner fa-spin\"></i></button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:07:04','2021-12-24 11:07:04','',5181,'https://staging.subscriptionflow.com/?p=5216',0,'revision','',0),(5217,1,'2021-12-24 11:33:24','2021-12-24 11:33:24','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone </label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account </button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n \r\n\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:33:24','2021-12-24 11:33:24','',5181,'https://staging.subscriptionflow.com/?p=5217',0,'revision','',0),(5218,1,'2021-12-24 11:34:12','2021-12-24 11:34:12','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone </label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\">\r\n\r\n<label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n\r\n<input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account </button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n \r\n\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:34:12','2021-12-24 11:34:12','',5181,'https://staging.subscriptionflow.com/?p=5218',0,'revision','',0),(5219,1,'2021-12-24 11:35:20','2021-12-24 11:35:20','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"subscription-form-wrapper\"><form class=\"subscription-form\" action=\"\" method=\"post\">\r\n<ul id=\"trial-progressbar\">\r\n <li class=\"step-tab step-1 active\" data-id=\"1\">Step 1</li>\r\n <li class=\"step-tab step-2\" data-id=\"2\">Step 2</li>\r\n</ul>\r\n<div class=\"form-group\">\r\n<h3 id=\"subscription-form-heading\">Request a Trial Account</h3>\r\n</div>\r\n<div class=\"sf-form-fields\">\r\n<div class=\"trial-steps step-1 active\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"first-name\">First Name <span class=\"required-icon\">*</span></label> <input id=\"first-name\" class=\"form-control\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><label for=\"last-name\">Last Name</label> <input id=\"last-name\" class=\"form-control\" name=\"last_name\" type=\"text\" placeholder=\"Last Name\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"email\">Email <span class=\"required-icon\">*</span></label><input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" placeholder=\"Email\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"step\" type=\"hidden\" value=\"1\" />\r\n<button class=\"btn btn-primary step-form full-width\" type=\"button\" data-id=\"step-2\">Get Started for Free </button></div>\r\n</div>\r\n<div class=\"trial-steps step-2\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Phone </label><input id=\"phone\" class=\"form-control\" name=\"phone_number\" type=\"text\" placeholder=\"Phone\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><label for=\"\">Organization <span class=\"required-icon\">*</span></label><input id=\"organization\" class=\"form-control\" name=\"organization\" type=\"text\" placeholder=\"Organization\" data-att=\"required\" /></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12 domain-field-main\"><label for=\"\">Domain <span class=\"required-icon\">*</span> <i class=\"fa fa-info-circle\" title=\"example.subscriptionflow.com demo.subscriptionflow.com\" data-toggle=\"tooltip\" data-placement=\"bottom\"></i></label>\r\n<div class=\"domain-field\"><i class=\"fa fa-globe\"></i> <input id=\"domain\" class=\"form-control\" name=\"domain\" type=\"text\" placeholder=\"Domain Name\" data-att=\"required\" /><span class=\"domain-text\">.subscriptionflow.com </span></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"term-policy\">\r\n\r\n<input name=\"term-policy\" type=\"checkbox\" value=\"1\" data-att=\"required\" />\r\n<p class=\"term-content\">I acknowledge that i have read and do hereby accept the SubscriptionFlow <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\" download=\"\">Terms & Conditions</a> and <a class=\"custom-link\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><input name=\"package\" type=\"hidden\" value=\"Trial\" /><input name=\"package_type\" type=\"hidden\" value=\"Trial\" /><input name=\"form-identifier\" type=\"hidden\" value=\"register-form\" />\r\n<div class=\"g-recaptcha\" style=\"padding: 0px 0px 11px;\" data-sitekey=\"6LcecMAUAAAAAJFt9lqxMi5VoZGI7W1e92uB7WZ9\"></div>\r\n</div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\"><button class=\"btn btn-primary submit-form\">Request Trial Account </button></div>\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-12 col-lg-12\">\r\n<div class=\"form-group col-xs-12 col-sm-12 col-md-6 col-lg-6\"><input name=\"step\" type=\"hidden\" value=\"2\" /><button class=\"btn btn-primary step-form\" type=\"button\" data-id=\"step-1\"><i class=\"fa fa-arrow-left\"></i> Back</button></div>\r\n</div>\r\n</div>\r\n<div class=\"response\"></div>\r\n</div>\r\n<div class=\"loader-area\"></div>\r\n</form></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:35:20','2021-12-24 11:35:20','',5181,'https://staging.subscriptionflow.com/?p=5219',0,'revision','',0),(5220,1,'2021-12-24 11:37:29','2021-12-24 11:37:29','[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]\r\n<ul>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n <li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlM0VHZXQlMjBTdGFydGVkJTIwZm9yJTIwRnJlZSUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIydHJpYWwtc3RlcHMlMjBzdGVwLTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTIwJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjBkb21haW4tZmllbGQtbWFpbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFRG9tYWluJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWluZm8tY2lyY2xlJTIyJTIwdGl0bGUlM0QlMjJleGFtcGxlLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwZGVtby5zdWJzY3JpcHRpb25mbG93LmNvbSUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIyYm90dG9tJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkb21haW4tZmllbGQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUyMCUzQ2lucHV0JTIwaWQlM0QlMjJkb21haW4lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJkb21haW4lMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyRG9tYWluJTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJkb21haW4tdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMCUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRlcm0tcG9saWN5JTIyJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIydGVybS1wb2xpY3klMjIlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjElMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDcCUyMGNsYXNzJTNEJTIydGVybS1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5SSUyMGFja25vd2xlZGdlJTIwdGhhdCUyMGklMjBoYXZlJTIwcmVhZCUyMGFuZCUyMGRvJTIwaGVyZWJ5JTIwYWNjZXB0JTIwdGhlJTIwU3Vic2NyaXB0aW9uRmxvdyUyMCUzQ2ElMjBjbGFzcyUzRCUyMmN1c3RvbS1saW5rJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwcmVsJTNEJTIybm9vcGVuZXIlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRVRlcm1zJTIwJTI2YW1wJTNCJTIwQ29uZGl0aW9ucyUzQyUyRmElM0UlMjBhbmQlMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN1Ym1pdC1mb3JtJTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-24 11:37:29','2021-12-24 11:37:29','',5181,'https://staging.subscriptionflow.com/?p=5220',0,'revision','',0),(5221,1,'2021-12-27 08:39:55','2021-12-27 08:39:55','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUzRUdldCUyMFN0YXJ0ZWQlMjBmb3IlMjBGcmVlJTIwJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFUGhvbmUlMjAlM0MlMkZsYWJlbCUzRSUzQ2lucHV0JTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMnBob25lX251bWJlciUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJQaG9uZSUyMiUyMCUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUzQ2lucHV0JTIwaWQlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMGRvbWFpbi1maWVsZC1tYWluJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VEb21haW4lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtaW5mby1jaXJjbGUlMjIlMjB0aXRsZSUzRCUyMmV4YW1wbGUuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjBkZW1vLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJib3R0b20lMjIlM0UlM0MlMkZpJTNFJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRvbWFpbi1maWVsZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZ2xvYmUlMjIlM0UlM0MlMkZpJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmRvbWFpbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJEb21haW4lMjBOYW1lJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmRvbWFpbi10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwJTNDJTJGc3BhbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydGVybS1wb2xpY3klMjIlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJ0ZXJtLXBvbGljeSUyMiUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NwJTIwY2xhc3MlM0QlMjJ0ZXJtLWNvbnRlbnQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDlJJTIwYWNrbm93bGVkZ2UlMjB0aGF0JTIwaSUyMGhhdmUlMjByZWFkJTIwYW5kJTIwZG8lMjBoZXJlYnklMjBhY2NlcHQlMjB0aGUlMjBTdWJzY3JpcHRpb25GbG93JTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUyMGRvd25sb2FkJTNEJTIyJTIyJTNFVGVybXMlMjAlMjZhbXAlM0IlMjBDb25kaXRpb25zJTNDJTJGYSUzRSUyMGFuZCUyMCUzQ2ElMjBjbGFzcyUzRCUyMmN1c3RvbS1saW5rJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwcmVsJTNEJTIybm9vcGVuZXIlMjIlM0VQcml2YWN5JTIwUG9saWN5JTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMG5hbWUlM0QlMjJwYWNrYWdlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJwYWNrYWdlX3R5cGUlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmctcmVjYXB0Y2hhJTIyJTIwc3R5bGUlM0QlMjJwYWRkaW5nJTNBJTIwMHB4JTIwMHB4JTIwMTFweCUzQiUyMiUyMGRhdGEtc2l0ZWtleSUzRCUyMjZMY2VjTUFVQUFBQUFKRnQ5bHF4TWk1Vm9aR0k3VzFlOTJ1QjdXWjklMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJzdGVwJTIyJTIwdmFsdWUlM0QlMjIyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTElMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1hcnJvdy1sZWZ0JTIyJTNFJTNDJTJGaSUzRSUyMEJhY2slM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMDklMDklMDklMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2FkZXItYXJlYSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 08:39:55','2021-12-27 08:39:55','',5181,'https://staging.subscriptionflow.com/?p=5221',0,'revision','',0),(5222,1,'2021-12-27 08:43:34','2021-12-27 08:43:34','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRUdldCUyMFN0YXJ0ZWQlMjBmb3IlMjBGcmVlJTIwJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFUGhvbmUlMjAlM0MlMkZsYWJlbCUzRSUzQ2lucHV0JTIwaWQlM0QlMjJwaG9uZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMnBob25lX251bWJlciUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJQaG9uZSUyMiUyMCUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFT3JnYW5pemF0aW9uJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlM0MlMkZsYWJlbCUzRSUzQ2lucHV0JTIwaWQlM0QlMjJvcmdhbml6YXRpb24lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJvcmdhbml6YXRpb24lMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyT3JnYW5pemF0aW9uJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMGRvbWFpbi1maWVsZC1tYWluJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VEb21haW4lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtaW5mby1jaXJjbGUlMjIlMjB0aXRsZSUzRCUyMmV4YW1wbGUuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjBkZW1vLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJib3R0b20lMjIlM0UlM0MlMkZpJTNFJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRvbWFpbi1maWVsZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZ2xvYmUlMjIlM0UlM0MlMkZpJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmRvbWFpbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJEb21haW4lMjBOYW1lJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmRvbWFpbi10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwJTNDJTJGc3BhbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydGVybS1wb2xpY3klMjIlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJ0ZXJtLXBvbGljeSUyMiUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NwJTIwY2xhc3MlM0QlMjJ0ZXJtLWNvbnRlbnQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDlJJTIwYWNrbm93bGVkZ2UlMjB0aGF0JTIwaSUyMGhhdmUlMjByZWFkJTIwYW5kJTIwZG8lMjBoZXJlYnklMjBhY2NlcHQlMjB0aGUlMjBTdWJzY3JpcHRpb25GbG93JTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUyMGRvd25sb2FkJTNEJTIyJTIyJTNFVGVybXMlMjAlMjZhbXAlM0IlMjBDb25kaXRpb25zJTNDJTJGYSUzRSUyMGFuZCUyMCUzQ2ElMjBjbGFzcyUzRCUyMmN1c3RvbS1saW5rJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwcmVsJTNEJTIybm9vcGVuZXIlMjIlM0VQcml2YWN5JTIwUG9saWN5JTNDJTJGYSUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMG5hbWUlM0QlMjJwYWNrYWdlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJwYWNrYWdlX3R5cGUlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMmZvcm0taWRlbnRpZmllciUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMnJlZ2lzdGVyLWZvcm0lMjIlMjAlMkYlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmctcmVjYXB0Y2hhJTIyJTIwc3R5bGUlM0QlMjJwYWRkaW5nJTNBJTIwMHB4JTIwMHB4JTIwMTFweCUzQiUyMiUyMGRhdGEtc2l0ZWtleSUzRCUyMjZMY2VjTUFVQUFBQUFKRnQ5bHF4TWk1Vm9aR0k3VzFlOTJ1QjdXWjklMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3VibWl0LWZvcm0lMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJzdGVwJTIyJTIwdmFsdWUlM0QlMjIyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTElMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1hcnJvdy1sZWZ0JTIyJTNFJTNDJTJGaSUzRSUyMEJhY2slM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMDklMDklMDklMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2FkZXItYXJlYSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 08:43:34','2021-12-27 08:43:34','',5181,'https://staging.subscriptionflow.com/?p=5222',0,'revision','',0),(5223,1,'2021-12-27 09:27:35','2021-12-27 09:27:35','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIycGhvbmVfbnVtYmVyJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlBob25lJTIyJTIwJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2VfdHlwZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZy1yZWNhcHRjaGElMjIlMjBzdHlsZSUzRCUyMnBhZGRpbmclM0ElMjAwcHglMjAwcHglMjAxMXB4JTNCJTIyJTIwZGF0YS1zaXRla2V5JTNEJTIyNkxjZWNNQVVBQUFBQUpGdDlscXhNaTVWb1pHSTdXMWU5MnVCN1daOSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdWJtaXQtZm9ybSUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnN0ZXAlMjIlMjB2YWx1ZSUzRCUyMjIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMSUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWFycm93LWxlZnQlMjIlM0UlM0MlMkZpJTNFJTIwQmFjayUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUwOSUwOSUwOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvYWRlci1hcmVhJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 09:27:35','2021-12-27 09:27:35','',5181,'https://staging.subscriptionflow.com/?p=5223',0,'revision','',0),(5224,1,'2021-12-27 09:29:15','2021-12-27 09:29:15','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTIlMjIlM0VHZXQlMjBTdGFydGVkJTIwZm9yJTIwRnJlZSUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIydHJpYWwtc3RlcHMlMjBzdGVwLTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRVBob25lJTIwJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRU9yZ2FuaXphdGlvbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyb3JnYW5pemF0aW9uJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMk9yZ2FuaXphdGlvbiUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjBkb21haW4tZmllbGQtbWFpbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyJTIyJTNFRG9tYWluJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIycmVxdWlyZWQtaWNvbiUyMiUzRSUyQSUzQyUyRnNwYW4lM0UlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWluZm8tY2lyY2xlJTIyJTIwdGl0bGUlM0QlMjJleGFtcGxlLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwZGVtby5zdWJzY3JpcHRpb25mbG93LmNvbSUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIyYm90dG9tJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkb21haW4tZmllbGQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWdsb2JlJTIyJTNFJTNDJTJGaSUzRSUyMCUzQ2lucHV0JTIwaWQlM0QlMjJkb21haW4lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJkb21haW4lMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyRG9tYWluJTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJkb21haW4tdGV4dCUyMiUzRS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMCUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnRlcm0tcG9saWN5JTIyJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIydGVybS1wb2xpY3klMjIlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjElMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDcCUyMGNsYXNzJTNEJTIydGVybS1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5SSUyMGFja25vd2xlZGdlJTIwdGhhdCUyMGklMjBoYXZlJTIwcmVhZCUyMGFuZCUyMGRvJTIwaGVyZWJ5JTIwYWNjZXB0JTIwdGhlJTIwU3Vic2NyaXB0aW9uRmxvdyUyMCUzQ2ElMjBjbGFzcyUzRCUyMmN1c3RvbS1saW5rJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwcmVsJTNEJTIybm9vcGVuZXIlMjIlMjBkb3dubG9hZCUzRCUyMiUyMiUzRVRlcm1zJTIwJTI2YW1wJTNCJTIwQ29uZGl0aW9ucyUzQyUyRmElM0UlMjBhbmQlMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN1Ym1pdC1mb3JtJTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 09:29:15','2021-12-27 09:29:15','',5181,'https://staging.subscriptionflow.com/?p=5224',0,'revision','',0),(5225,1,'2021-12-27 09:51:37','2021-12-27 09:51:37','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIycGhvbmVfbnVtYmVyJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlBob25lJTIyJTIwJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2VfdHlwZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZy1yZWNhcHRjaGElMjIlMjBzdHlsZSUzRCUyMnBhZGRpbmclM0ElMjAwcHglMjAwcHglMjAxMXB4JTNCJTIyJTIwZGF0YS1zaXRla2V5JTNEJTIyNkxjZWNNQVVBQUFBQUpGdDlscXhNaTVWb1pHSTdXMWU5MnVCN1daOSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTIlMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJzdGVwJTIyJTIwdmFsdWUlM0QlMjIyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTElMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1hcnJvdy1sZWZ0JTIyJTNFJTNDJTJGaSUzRSUyMEJhY2slM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMDklMDklMDklMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2FkZXItYXJlYSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 09:51:37','2021-12-27 09:51:37','',5181,'https://staging.subscriptionflow.com/?p=5225',0,'revision','',0),(5226,1,'2021-12-27 09:56:25','2021-12-27 09:56:25','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIycGhvbmVfbnVtYmVyJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlBob25lJTIyJTIwJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2VfdHlwZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZy1yZWNhcHRjaGElMjIlMjBzdHlsZSUzRCUyMnBhZGRpbmclM0ElMjAwcHglMjAwcHglMjAxMXB4JTNCJTIyJTIwZGF0YS1zaXRla2V5JTNEJTIyNkxjZWNNQVVBQUFBQUpGdDlscXhNaTVWb1pHSTdXMWU5MnVCN1daOSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTIlMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJzdGVwJTIyJTIwdmFsdWUlM0QlMjIyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMHByZXYtYnRuJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMSUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWFycm93LWxlZnQlMjIlM0UlM0MlMkZpJTNFJTIwQmFjayUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUwOSUwOSUwOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvYWRlci1hcmVhJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 09:56:25','2021-12-27 09:56:25','',5181,'https://staging.subscriptionflow.com/?p=5226',0,'revision','',0),(5227,1,'2021-12-27 09:57:42','2021-12-27 09:57:42','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIycGhvbmVfbnVtYmVyJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlBob25lJTIyJTIwJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2VfdHlwZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZy1yZWNhcHRjaGElMjIlMjBzdHlsZSUzRCUyMnBhZGRpbmclM0ElMjAwcHglMjAwcHglMjAxMXB4JTNCJTIyJTIwZGF0YS1zaXRla2V5JTNEJTIyNkxjZWNNQVVBQUFBQUpGdDlscXhNaTVWb1pHSTdXMWU5MnVCN1daOSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBzdGVwLWZvcm0lMjBmdWxsLXdpZHRoJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTIlMjIlM0VSZXF1ZXN0JTIwVHJpYWwlMjBBY2NvdW50JTIwJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTYlMjBjb2wtbGctNiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJzdGVwJTIyJTIwdmFsdWUlM0QlMjIyJTIyJTNFJTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHByZXYtYnRuJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMSUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJmYSUyMGZhLWFycm93LWxlZnQlMjIlM0UlM0MlMkZpJTNFJTIwQmFjayUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUwOSUwOSUwOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycmVzcG9uc2UlMjIlM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmxvYWRlci1hcmVhJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIybG9hZGVyJTIwZmElMjBmYS1zcGlubmVyJTIwZmEtc3BpbiUyMiUzRSUzQyUyRmklM0UlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZmb3JtJTNFJTBBJTNDJTJGZGl2JTNFJTBB[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 09:57:42','2021-12-27 09:57:42','',5181,'https://staging.subscriptionflow.com/?p=5227',0,'revision','',0),(5228,1,'2021-12-27 10:06:40','2021-12-27 10:06:40','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMnBob25lJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIycGhvbmVfbnVtYmVyJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlBob25lJTIyJTIwJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMCUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUyMGhyZWYlM0QlMjIlMkZ0ZXJtcy1hbmQtY29uZGl0aW9ucyUyRiUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMCUyMGhyZWYlM0QlMjIlMkZwcml2YWN5cG9saWN5JTJGJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMGZ1bGwtd2lkdGglMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnN0ZXAlMjIlMjB2YWx1ZSUzRCUyMjIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwcHJldi1idG4lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 10:06:40','2021-12-27 10:06:40','',5181,'https://staging.subscriptionflow.com/?p=5228',0,'revision','',0),(5229,1,'2021-12-27 10:37:06','2021-12-27 10:37:06','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMiUyMiUzRURvbWFpbiUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1pbmZvLWNpcmNsZSUyMiUyMHRpdGxlJTNEJTIyZXhhbXBsZS5zdWJzY3JpcHRpb25mbG93LmNvbSUyMGRlbW8uc3Vic2NyaXB0aW9uZmxvdy5jb20lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMmJvdHRvbSUyMiUzRSUzQyUyRmklM0UlM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMCUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUyMGhyZWYlM0QlMjIlMkZ0ZXJtcy1hbmQtY29uZGl0aW9ucyUyRiUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMCUyMGhyZWYlM0QlMjIlMkZwcml2YWN5cG9saWN5JTJGJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMGZ1bGwtd2lkdGglMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnN0ZXAlMjIlMjB2YWx1ZSUzRCUyMjIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwcHJldi1idG4lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 10:37:06','2021-12-27 10:37:06','',5181,'https://staging.subscriptionflow.com/?p=5229',0,'revision','',0),(5230,1,'2021-12-27 12:05:48','2021-12-27 12:05:48','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlMjBpZCUzRCUyMmRvbWFpbi1maWVsZC1tYWluJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VEb21haW4lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtaW5mby1jaXJjbGUlMjIlMjB0aXRsZSUzRCUyMmV4YW1wbGUuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjBkZW1vLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJib3R0b20lMjIlM0UlM0MlMkZpJTNFJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRvbWFpbi1maWVsZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtZ2xvYmUlMjIlM0UlM0MlMkZpJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmRvbWFpbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmRvbWFpbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJEb21haW4lMjBOYW1lJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmRvbWFpbi10ZXh0JTIyJTNFLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIwJTNDJTJGc3BhbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIydGVybS1wb2xpY3klMjIlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJ0ZXJtLXBvbGljeSUyMiUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlM0NwJTIwY2xhc3MlM0QlMjJ0ZXJtLWNvbnRlbnQlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDlJJTIwYWNrbm93bGVkZ2UlMjB0aGF0JTIwaSUyMGhhdmUlMjByZWFkJTIwYW5kJTIwZG8lMjBoZXJlYnklMjBhY2NlcHQlMjB0aGUlMjBTdWJzY3JpcHRpb25GbG93JTIwJTNDYSUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjAlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjAlMjBocmVmJTNEJTIyJTJGdGVybXMtYW5kLWNvbmRpdGlvbnMlMkYlMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUyMGRvd25sb2FkJTNEJTIyJTIyJTNFVGVybXMlMjAlMjZhbXAlM0IlMjBDb25kaXRpb25zJTNDJTJGYSUzRSUyMGFuZCUyMCUzQ2ElMjAlMjBocmVmJTNEJTIyJTJGcHJpdmFjeXBvbGljeSUyRiUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUyMGNsYXNzJTNEJTIyY3VzdG9tLWxpbmslMjIlMjB0YXJnZXQlM0QlMjJfYmxhbmslMjIlMjByZWwlM0QlMjJub29wZW5lciUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2UlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJUcmlhbCUyMiUyMCUyRiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnBhY2thZ2VfdHlwZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIyZm9ybS1pZGVudGlmaWVyJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIycmVnaXN0ZXItZm9ybSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZy1yZWNhcHRjaGElMjIlMjAlMjBpZCUzRCUyMmdnLXJlY2FwdGNoYSUyMiUyMHN0eWxlJTNEJTIycGFkZGluZyUzQSUyMDBweCUyMDBweCUyMDExcHglM0IlMjIlMjBkYXRhLXNpdGVrZXklM0QlMjI2TGNlY01BVUFBQUFBSkZ0OWxxeE1pNVZvWkdJN1cxZTkydUI3V1o5JTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDYnV0dG9uJTIwY2xhc3MlM0QlMjJidG4lMjBidG4tcHJpbWFyeSUyMHN0ZXAtZm9ybSUyMGZ1bGwtd2lkdGglMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwZGF0YS1pZCUzRCUyMnN0ZXAtMiUyMiUzRVJlcXVlc3QlMjBUcmlhbCUyMEFjY291bnQlMjAlM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMnN0ZXAlMjIlMjB2YWx1ZSUzRCUyMjIlMjIlM0UlM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwcHJldi1idG4lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtYXJyb3ctbGVmdCUyMiUzRSUzQyUyRmklM0UlMjBCYWNrJTNDJTJGYnV0dG9uJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTA5JTA5JTA5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIybG9hZGVyLWFyZWElMjIlM0UlM0NpJTIwY2xhc3MlM0QlMjJsb2FkZXIlMjBmYSUyMGZhLXNwaW5uZXIlMjBmYS1zcGluJTIyJTNFJTNDJTJGaSUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEE=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 12:05:48','2021-12-27 12:05:48','',5181,'https://staging.subscriptionflow.com/?p=5230',0,'revision','',0),(5231,1,'2021-12-27 12:08:50','2021-12-27 12:08:50','<p>[vc_row css=\".vc_custom_1587981636048{background-color: #ededed !important;}\" el_class=\"bg-navy-blue padL100 padR100 padT5vh padB5vh height-auto\"][vc_column el_class=\"try-it-free\"][vc_row_inner][vc_column_inner el_class=\"subscription-page-list-wrapper\" width=\"1/2\" css=\".vc_custom_1639657857649{padding-right: 40px !important;}\"][vc_custom_heading text=\"Automate your Subscription Billing Today!\" font_container=\"tag:h1|text_align:left|color:%23020d26\"][vc_column_text el_class=\"pc1\"]Subscription Flow is the right choice to make when you need to automate all the subscription billing process. Our services will:[/vc_column_text][vc_column_text]</p>\r\n<ul>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Streamline all the invoices</strong> – Generation, Customization and Communication with the Customers</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Easy Online Bill Payments Options</strong> – To ensure Customer Satisfaction</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Automation of the Entire Process</strong> – Making Subscription Business More Profitable</li>\r\n<li><i class=\"fa fa-arrow-circle-right\"></i><strong>Generating Reports and its Analysis</strong> – Easier for the Accounting Department and Other Managers</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJzdWJzY3JpcHRpb24tZm9ybS13cmFwcGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGNsYXNzJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0lMjIlMjBhY3Rpb24lM0QlMjIlMjIlMjBtZXRob2QlM0QlMjJwb3N0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBpZCUzRCUyMnRyaWFsLXByb2dyZXNzYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0xJTIwYWN0aXZlJTIyJTIwZGF0YS1pZCUzRCUyMjElMjIlM0VTdGVwJTIwMSUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklMjBjbGFzcyUzRCUyMnN0ZXAtdGFiJTIwc3RlcC0yJTIyJTIwZGF0YS1pZCUzRCUyMjIlMjIlM0VTdGVwJTIwMiUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGlkJTNEJTIyc3Vic2NyaXB0aW9uLWZvcm0taGVhZGluZyUyMiUzRVJlcXVlc3QlMjBhJTIwVHJpYWwlMjBBY2NvdW50JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnNmLWZvcm0tZmllbGRzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJ0cmlhbC1zdGVwcyUyMHN0ZXAtMSUyMGFjdGl2ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGZvciUzRCUyMmZpcnN0LW5hbWUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmZpcnN0LW5hbWUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJmaXJzdF9uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkZpcnN0JTIwTmFtZSUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtNiUyMGNvbC1sZy02JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJsYXN0LW5hbWUlMjIlM0VMYXN0JTIwTmFtZSUzQyUyRmxhYmVsJTNFJTIwJTNDaW5wdXQlMjBpZCUzRCUyMmxhc3QtbmFtZSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMmxhc3RfbmFtZSUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJMYXN0JTIwTmFtZSUyMiUyMCUyRiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwZm9yJTNEJTIyZW1haWwlMjIlM0VFbWFpbCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIyZW1haWwlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJFbWFpbCUyMiUyMGRhdGEtYXR0JTNEJTIycmVxdWlyZWQlMjIlMjAlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMDklMDklMDklMDklMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0xJTIyJTNFR2V0JTIwU3RhcnRlZCUyMGZvciUyMEZyZWUlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnRyaWFsLXN0ZXBzJTIwc3RlcC0yJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VQaG9uZSUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMnJlcXVpcmVkLWljb24lMjIlM0UlMkElM0MlMkZzcGFuJTNFJTNDJTJGbGFiZWwlM0UlM0NpbnB1dCUyMGlkJTNEJTIycGhvbmUlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMG5hbWUlM0QlMjJwaG9uZV9udW1iZXIlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjIlMjAlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VPcmdhbml6YXRpb24lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUzQyUyRmxhYmVsJTNFJTNDaW5wdXQlMjBpZCUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTIwbmFtZSUzRCUyMm9yZ2FuaXphdGlvbiUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJPcmdhbml6YXRpb24lMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIwZG9tYWluLWZpZWxkLW1haW4lMjIlMjBpZCUzRCUyMmRvbWFpbi1maWVsZC1tYWluJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBmb3IlM0QlMjIlMjIlM0VEb21haW4lMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJyZXF1aXJlZC1pY29uJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMCUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtaW5mby1jaXJjbGUlMjIlMjB0aXRsZSUzRCUyMmV4YW1wbGUuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjBkZW1vLnN1YnNjcmlwdGlvbmZsb3cuY29tJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJib3R0b20lMjIlM0UlM0MlMkZpJTNFJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRvbWFpbi1maWVsZCUyMiUyMGlkJTNEJTIyZG9tYWluLWZpZWxkJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1nbG9iZSUyMiUzRSUzQyUyRmklM0UlMjAlM0NpbnB1dCUyMGlkJTNEJTIyZG9tYWluJTIyJTIwY2xhc3MlM0QlMjJmb3JtLWNvbnRyb2wlMjIlMjBuYW1lJTNEJTIyZG9tYWluJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMkRvbWFpbiUyME5hbWUlMjIlMjBkYXRhLWF0dCUzRCUyMnJlcXVpcmVkJTIyJTIwJTJGJTNFJTNDc3BhbiUyMGNsYXNzJTNEJTIyZG9tYWluLXRleHQlMjIlM0Uuc3Vic2NyaXB0aW9uZmxvdy5jb20lMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJ0ZXJtLXBvbGljeSUyMiUzRSUzQ2lucHV0JTIwbmFtZSUzRCUyMnRlcm0tcG9saWN5JTIyJTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIxJTIyJTIwZGF0YS1hdHQlM0QlMjJyZXF1aXJlZCUyMiUyMCUyRiUzRSUzQ3AlMjBjbGFzcyUzRCUyMnRlcm0tY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOUklMjBhY2tub3dsZWRnZSUyMHRoYXQlMjBpJTIwaGF2ZSUyMHJlYWQlMjBhbmQlMjBkbyUyMGhlcmVieSUyMGFjY2VwdCUyMHRoZSUyMFN1YnNjcmlwdGlvbkZsb3clMjAlM0NhJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMCUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMCUyMGhyZWYlM0QlMjIlMkZ0ZXJtcy1hbmQtY29uZGl0aW9ucyUyRiUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTIwZG93bmxvYWQlM0QlMjIlMjIlM0VUZXJtcyUyMCUyNmFtcCUzQiUyMENvbmRpdGlvbnMlM0MlMkZhJTNFJTIwYW5kJTIwJTNDYSUyMCUyMGhyZWYlM0QlMjIlMkZwcml2YWN5cG9saWN5JTJGJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwJTIwY2xhc3MlM0QlMjJjdXN0b20tbGluayUyMiUyMHRhcmdldCUzRCUyMl9ibGFuayUyMiUyMHJlbCUzRCUyMm5vb3BlbmVyJTIyJTNFUHJpdmFjeSUyMFBvbGljeSUzQyUyRmElM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwY29sLXhzLTEyJTIwY29sLXNtLTEyJTIwY29sLW1kLTEyJTIwY29sLWxnLTEyJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZSUyMiUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjB2YWx1ZSUzRCUyMlRyaWFsJTIyJTIwJTJGJTNFJTNDaW5wdXQlMjBuYW1lJTNEJTIycGFja2FnZV90eXBlJTIyJTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMHZhbHVlJTNEJTIyVHJpYWwlMjIlMjAlMkYlM0UlM0NpbnB1dCUyMG5hbWUlM0QlMjJmb3JtLWlkZW50aWZpZXIlMjIlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwdmFsdWUlM0QlMjJyZWdpc3Rlci1mb3JtJTIyJTIwJTJGJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJnLXJlY2FwdGNoYSUyMiUyMCUyMGlkJTNEJTIyZ2ctcmVjYXB0Y2hhJTIyJTIwc3R5bGUlM0QlMjJwYWRkaW5nJTNBJTIwMHB4JTIwMHB4JTIwMTFweCUzQiUyMiUyMGRhdGEtc2l0ZWtleSUzRCUyMjZMY2VjTUFVQUFBQUFKRnQ5bHF4TWk1Vm9aR0k3VzFlOTJ1QjdXWjklMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjBjb2wteHMtMTIlMjBjb2wtc20tMTIlMjBjb2wtbWQtMTIlMjBjb2wtbGctMTIlMjIlM0UlMEElMDklMDklMDklMDklMDklM0NidXR0b24lMjBjbGFzcyUzRCUyMmJ0biUyMGJ0bi1wcmltYXJ5JTIwc3RlcC1mb3JtJTIwZnVsbC13aWR0aCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLWlkJTNEJTIyc3RlcC0yJTIyJTNFUmVxdWVzdCUyMFRyaWFsJTIwQWNjb3VudCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC0xMiUyMGNvbC1sZy0xMiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMGNvbC14cy0xMiUyMGNvbC1zbS0xMiUyMGNvbC1tZC02JTIwY29sLWxnLTYlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyc3RlcCUyMiUyMHZhbHVlJTNEJTIyMiUyMiUzRSUzQ2J1dHRvbiUyMGNsYXNzJTNEJTIyYnRuJTIwYnRuLXByaW1hcnklMjBwcmV2LWJ0biUyMiUyMGRhdGEtaWQlM0QlMjJzdGVwLTElMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1hcnJvdy1sZWZ0JTIyJTNFJTNDJTJGaSUzRSUyMEJhY2slM0MlMkZidXR0b24lM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMDklMDklMDklMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJsb2FkZXItYXJlYSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmxvYWRlciUyMGZhJTIwZmEtc3Bpbm5lciUyMGZhLXNwaW4lMjIlM0UlM0MlMkZpJTNFJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUzQyUyRmRpdiUzRSUwQQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row disable_element=\"yes\" el_class=\"padL100 padR100\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][vc_raw_html][/vc_raw_html][/vc_column][/vc_row][vc_row el_class=\"page-section-2 padL100 padR100 padT10vh\" css=\".vc_custom_1551273829704{padding-bottom: 2vh !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1551940778856{padding-top: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4 vc_col-xs-12\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:h2|text_align:left|color:%23020d26\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-8 vc_col-xs-12\"][vc_column_text]Our team of experts are on a standby ready to give a holistic view of your entire organization. Call us for a quote or book an appointment today.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1551959504070{padding-top: 52px !important;padding-bottom: 55px !important;background-color: #020d26 !important;}\" el_class=\"contact-section padL100 padR100\"][vc_column width=\"1/3\" offset=\"vc_col-lg-offset-2 vc_col-md-offset-2 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-info-circle\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Have a question? Call us now!\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">info@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://staging.subscriptionflow.com/contact\">Contact Us</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_icon icon_fontawesome=\"fa fa-envelope-o\" color=\"white\" size=\"lg\" align=\"center\"][vc_custom_heading text=\"Need support? Drop us an email.\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23fd7a03\"][vc_column_text el_class=\"pc1\"]</p>\r\n<p style=\"text-align: center;\">support@staging.subscriptionflow.com</p>\r\n<p style=\"text-align: center;\"><a href=\"https://support.subscriptionflow.com/hc/en-us\">Request Support</a></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Test Register','','inherit','closed','closed','','5181-revision-v1','','','2021-12-27 12:08:50','2021-12-27 12:08:50','',5181,'https://staging.subscriptionflow.com/?p=5231',0,'revision','',0); /*!40000 ALTER TABLE `_HTO_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_queue` -- DROP TABLE IF EXISTS `_HTO_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_queue` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `attempts` tinyint(1) NOT NULL DEFAULT '0', `locked` tinyint(1) NOT NULL DEFAULT '0', `locked_at` datetime DEFAULT NULL, `available_at` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_queue` -- LOCK TABLES `_HTO_queue` WRITE; /*!40000 ALTER TABLE `_HTO_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_smush_dir_images` -- DROP TABLE IF EXISTS `_HTO_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_smush_dir_images` -- LOCK TABLES `_HTO_smush_dir_images` WRITE; /*!40000 ALTER TABLE `_HTO_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_ssa_appointment_meta` -- DROP TABLE IF EXISTS `_HTO_ssa_appointment_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_ssa_appointment_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `appointment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `meta_value` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `appointment_id` (`appointment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Created with schema v1.0.0 (2020-05-05 11:18:54)'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_ssa_appointment_meta` -- LOCK TABLES `_HTO_ssa_appointment_meta` WRITE; /*!40000 ALTER TABLE `_HTO_ssa_appointment_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_ssa_appointment_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_ssa_appointment_types` -- DROP TABLE IF EXISTS `_HTO_ssa_appointment_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_ssa_appointment_types` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `author_id` bigint(20) unsigned NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `instructions` text COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `buffer_before` mediumint(8) unsigned NOT NULL, `duration` mediumint(8) unsigned NOT NULL, `buffer_after` mediumint(8) unsigned NOT NULL, `min_booking_notice` mediumint(8) unsigned NOT NULL, `max_booking_notice` mediumint(8) unsigned NOT NULL, `max_event_count` smallint(5) unsigned NOT NULL, `booking_start_date` datetime NOT NULL, `booking_end_date` datetime NOT NULL, `availability_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'available_blocks', `availability` text COLLATE utf8mb4_unicode_ci NOT NULL, `availability_start_date` datetime DEFAULT NULL, `availability_end_date` datetime DEFAULT NULL, `availability_increment` mediumint(8) unsigned NOT NULL, `timezone_style` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `booking_layout` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'week', `customer_information` text COLLATE utf8mb4_unicode_ci NOT NULL, `custom_customer_information` text COLLATE utf8mb4_unicode_ci NOT NULL, `notifications` text COLLATE utf8mb4_unicode_ci NOT NULL, `payments` text COLLATE utf8mb4_unicode_ci NOT NULL, `google_calendars_availability` text COLLATE utf8mb4_unicode_ci NOT NULL, `google_calendar_booking` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `mailchimp` text COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `visibility` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public', `display_order` int(5) unsigned NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `author_id` (`author_id`), KEY `status` (`status`), KEY `date_created` (`date_created`), KEY `date_modified` (`date_modified`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Created with schema v2.3.1 (2020-05-05 11:18:54)'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_ssa_appointment_types` -- LOCK TABLES `_HTO_ssa_appointment_types` WRITE; /*!40000 ALTER TABLE `_HTO_ssa_appointment_types` DISABLE KEYS */; INSERT INTO `_HTO_ssa_appointment_types` VALUES (1,1,'Schedule an Appointment','schedule-an-appointment','','','','green',0,30,0,1440,525600,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','available_blocks','{\"Monday\":[{\"time_start\":\"8:00:00\",\"time_end\":\"23:00:00\"}],\"Tuesday\":[{\"time_start\":\"8:00:00\",\"time_end\":\"23:00:00\"}],\"Wednesday\":[{\"time_start\":\"8:00:00\",\"time_end\":\"23:00:00\"}],\"Thursday\":[{\"time_start\":\"8:00:00\",\"time_end\":\"23:00:00\"}],\"Friday\":[{\"time_start\":\"8:00:00\",\"time_end\":\"23:00:00\"}],\"Saturday\":[],\"Sunday\":[]}',NULL,NULL,60,'localized','month','[{\"field\":\"Name\",\"display\":true,\"required\":true,\"icon\":\"face\"},{\"field\":\"Email\",\"display\":true,\"required\":true,\"icon\":\"email\"},{\"field\":\"Phone\",\"display\":true,\"required\":false,\"icon\":\"phone\"},{\"field\":\"Address\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"City\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"State\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"Zip\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"Notes\",\"display\":true,\"required\":false,\"icon\":\"assignment\"}]','\"\"','[{\"field\":\"admin\",\"send\":true},{\"field\":\"customer\",\"send\":true}]','\"\"','[]','','\"\"','publish','public',0,'2020-05-05 11:25:03','2020-05-05 11:25:03'),(2,1,'Schedule an Appointment','schedule-an-appointment-2','','','','light-green',0,30,0,1440,525600,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','available_blocks','{\"Monday\":[{\"time_start\":\"09:00:00\",\"time_end\":\"12:00:00\"},{\"time_start\":\"13:00:00\",\"time_end\":\"17:00:00\"}],\"Tuesday\":[{\"time_start\":\"09:00:00\",\"time_end\":\"12:00:00\"},{\"time_start\":\"13:00:00\",\"time_end\":\"17:00:00\"}],\"Wednesday\":[{\"time_start\":\"09:00:00\",\"time_end\":\"12:00:00\"},{\"time_start\":\"13:00:00\",\"time_end\":\"17:00:00\"}],\"Thursday\":[{\"time_start\":\"09:00:00\",\"time_end\":\"12:00:00\"},{\"time_start\":\"13:00:00\",\"time_end\":\"17:00:00\"}],\"Friday\":[{\"time_start\":\"09:00:00\",\"time_end\":\"12:00:00\"},{\"time_start\":\"13:00:00\",\"time_end\":\"17:00:00\"}],\"Saturday\":[],\"Sunday\":[]}',NULL,NULL,15,'localized','week','[{\"field\":\"Name\",\"display\":true,\"required\":true,\"icon\":\"face\"},{\"field\":\"Email\",\"display\":true,\"required\":true,\"icon\":\"email\"},{\"field\":\"Phone\",\"display\":true,\"required\":false,\"icon\":\"phone\"},{\"field\":\"Address\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"City\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"State\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"Zip\",\"display\":true,\"required\":false,\"icon\":\"place\"},{\"field\":\"Notes\",\"display\":true,\"required\":false,\"icon\":\"assignment\"}]','\"\"','[{\"field\":\"admin\",\"send\":true},{\"field\":\"customer\",\"send\":true}]','\"\"','[]','','\"\"','delete','public',1,'2020-05-05 11:25:35','2020-05-05 11:25:35'); /*!40000 ALTER TABLE `_HTO_ssa_appointment_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_ssa_appointments` -- DROP TABLE IF EXISTS `_HTO_ssa_appointments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_ssa_appointments` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `appointment_type_id` bigint(20) unsigned NOT NULL DEFAULT '0', `rescheduled_from_appointment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `author_id` bigint(20) unsigned NOT NULL DEFAULT '0', `customer_id` bigint(20) unsigned NOT NULL DEFAULT '0', `customer_information` text COLLATE utf8mb4_unicode_ci NOT NULL, `customer_timezone` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `start_date` datetime NOT NULL, `end_date` datetime NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `price_full` decimal(9,2) NOT NULL, `payment_method` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `payment_received` decimal(9,2) NOT NULL, `mailchimp_list_id` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `google_calendar_id` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `google_calendar_event_id` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `allow_sms` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'booked', `date_created` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `customer_id` (`customer_id`), KEY `start_date` (`start_date`), KEY `end_date` (`end_date`), KEY `status` (`status`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Created with schema v1.9.1 (2020-05-05 11:18:54)'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_ssa_appointments` -- LOCK TABLES `_HTO_ssa_appointments` WRITE; /*!40000 ALTER TABLE `_HTO_ssa_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_ssa_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_ssa_async_actions` -- DROP TABLE IF EXISTS `_HTO_ssa_async_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_ssa_async_actions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `author_id` bigint(11) unsigned NOT NULL DEFAULT '0', `hook` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `action` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `priority` int(5) NOT NULL DEFAULT '10', `payload` text COLLATE utf8mb4_unicode_ci NOT NULL, `object_type` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `object_id` bigint(11) unsigned NOT NULL DEFAULT '0', `action_group` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `response` text COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `date_queued` datetime DEFAULT NULL, `date_processed` datetime DEFAULT NULL, `process_batch_token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `date_completed` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `author_id` (`author_id`), KEY `hook` (`hook`), KEY `action` (`action`), KEY `date_queued` (`date_queued`), KEY `date_processed` (`date_processed`), KEY `date_completed` (`date_completed`), KEY `process_batch_token` (`process_batch_token`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Created with schema v1.8.4 (2020-05-05 11:18:54)'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_ssa_async_actions` -- LOCK TABLES `_HTO_ssa_async_actions` WRITE; /*!40000 ALTER TABLE `_HTO_ssa_async_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_ssa_async_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_ssa_availability` -- DROP TABLE IF EXISTS `_HTO_ssa_availability`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_ssa_availability` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `appointment_type_id` bigint(20) unsigned NOT NULL DEFAULT '0', `appointment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `is_available` tinyint(1) unsigned NOT NULL DEFAULT '0', `start_date` datetime NOT NULL, `end_date` datetime NOT NULL, `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `subtype` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `staff_id` bigint(11) NOT NULL DEFAULT '0', `calendar_id` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `calendar_ical_uid` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `calendar_event_id` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `calendar_event_title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `is_all_day` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `transparency` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `appointment_type_id` (`appointment_type_id`), KEY `appointment_id` (`appointment_id`), KEY `is_available` (`is_available`), KEY `start_date` (`start_date`), KEY `end_date` (`end_date`), KEY `type` (`type`), KEY `subtype` (`subtype`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Created with schema v1.4 (2020-05-05 11:18:54)'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_ssa_availability` -- LOCK TABLES `_HTO_ssa_availability` WRITE; /*!40000 ALTER TABLE `_HTO_ssa_availability` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_ssa_availability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_term_relationships` -- DROP TABLE IF EXISTS `_HTO_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_term_relationships` -- LOCK TABLES `_HTO_term_relationships` WRITE; /*!40000 ALTER TABLE `_HTO_term_relationships` DISABLE KEYS */; INSERT INTO `_HTO_term_relationships` VALUES (1,21,0),(1,22,0),(17,20,0),(25,22,0),(25,24,0),(26,2,0),(31,2,0),(243,2,0),(286,2,0),(438,2,0),(439,2,0),(542,2,0),(762,5,0),(762,6,0),(762,7,0),(762,8,0),(833,9,0),(973,8,0),(973,9,0),(973,10,0),(973,11,0),(1001,5,0),(1001,6,0),(1001,8,0),(1001,10,0),(1001,11,0),(1004,5,0),(1004,6,0),(1004,9,0),(1004,10,0),(1004,12,0),(1004,13,0),(1013,5,0),(1013,6,0),(1013,10,0),(1013,14,0),(1013,15,0),(1022,6,0),(1022,8,0),(1022,9,0),(1022,16,0),(1022,17,0),(1027,5,0),(1027,6,0),(1027,13,0),(1027,14,0),(1027,15,0),(1035,5,0),(1035,9,0),(1043,8,0),(1043,9,0),(1043,18,0),(1043,19,0),(1110,7,0),(1110,8,0),(1110,9,0),(1110,12,0),(1110,18,0),(1167,2,0),(1170,50,0),(1205,23,0),(1206,23,0),(1207,1,0),(1262,9,0),(1278,3,0),(1302,2,0),(1303,2,0),(1304,2,0),(1334,9,0),(1334,27,0),(1334,28,0),(1334,29,0),(1334,30,0),(1392,5,0),(1469,2,0),(1470,5,0),(1470,6,0),(1470,31,0),(1470,32,0),(1495,2,0),(1514,2,0),(1535,5,0),(1558,2,0),(1602,5,0),(1602,6,0),(1602,10,0),(1602,13,0),(1644,5,0),(1644,6,0),(1644,10,0),(1644,13,0),(1644,33,0),(1912,5,0),(1912,6,0),(1912,10,0),(1912,33,0),(1997,5,0),(2011,34,0),(2011,48,0),(2012,36,0),(2012,48,0),(2013,36,0),(2013,48,0),(2014,36,0),(2014,48,0),(2015,47,0),(2016,47,0),(2017,47,0),(2018,47,0),(2019,47,0),(2020,47,0),(2021,47,0),(2022,47,0),(2023,47,0),(2024,47,0),(2025,47,0),(2026,47,0),(2027,47,0),(2028,47,0),(2029,47,0),(2030,47,0),(2041,49,0),(2042,49,0),(2061,9,0),(2081,9,0),(2102,5,0),(2128,5,0),(2134,5,0),(2134,6,0),(2134,10,0),(2134,33,0),(2148,8,0),(2148,9,0),(2148,16,0),(2153,50,0),(2153,51,0),(2153,52,0),(2153,53,0),(2205,8,0),(2205,9,0),(2205,16,0),(2213,9,0),(2219,5,0),(2226,4,0),(2226,5,0),(2226,6,0),(2226,10,0),(2235,7,0),(2235,9,0),(2235,16,0),(2235,17,0),(2243,8,0),(2243,9,0),(2243,19,0),(2243,54,0),(2391,9,0),(2391,16,0),(2391,17,0),(2391,54,0),(2391,55,0),(2463,5,0),(2463,6,0),(2463,10,0),(2463,14,0),(2463,33,0),(2468,4,0),(2468,5,0),(2468,6,0),(2468,10,0),(2468,13,0),(2468,14,0),(2474,5,0),(2474,7,0),(2474,10,0),(2474,17,0),(2479,9,0),(2479,16,0),(2479,54,0),(2479,55,0),(2479,56,0),(2483,5,0),(2483,6,0),(2483,10,0),(2483,33,0),(2492,5,0),(2498,5,0),(2498,7,0),(2498,17,0),(2503,9,0),(2503,12,0),(2503,16,0),(2503,56,0),(2512,5,0),(2512,6,0),(2512,10,0),(2512,14,0),(2512,33,0),(2516,5,0),(2516,57,0),(2516,58,0),(2516,59,0),(2520,54,0),(2520,60,0),(2520,61,0),(2524,7,0),(2524,9,0),(2524,54,0),(2524,60,0),(2524,62,0),(2524,63,0),(2533,5,0),(2533,10,0),(2533,13,0),(2533,14,0),(2537,8,0),(2537,9,0),(2537,56,0),(2537,64,0),(2537,65,0),(2544,5,0),(2544,10,0),(2544,33,0),(2544,66,0),(2544,67,0),(2547,3,0),(2547,4,0),(2547,68,0),(2551,54,0),(2551,59,0),(2551,60,0),(2551,62,0),(2555,59,0),(2555,60,0),(2555,61,0),(2555,63,0),(2561,5,0),(2561,6,0),(2561,10,0),(2561,33,0),(2565,9,0),(2565,54,0),(2565,65,0),(2565,69,0),(2577,60,0),(2581,2,0),(2583,2,0),(2643,1,0),(2644,5,0),(2714,60,0),(2721,54,0),(2721,60,0),(2721,62,0),(2725,54,0),(2725,59,0),(2725,60,0),(2725,63,0),(2742,5,0),(2742,70,0),(2742,71,0),(2785,9,0),(2785,55,0),(2785,69,0),(2785,72,0),(2794,60,0),(2842,73,0),(2842,74,0),(2842,98,0),(2852,54,0),(2852,60,0),(2852,62,0),(2856,75,0),(2857,75,0),(2858,60,0),(2861,5,0),(2864,3,0),(2864,7,0),(2864,17,0),(2881,5,0),(2886,54,0),(2886,60,0),(2886,62,0),(2889,9,0),(2889,16,0),(2889,55,0),(2900,8,0),(2900,9,0),(2900,12,0),(2900,16,0),(2904,3,0),(2904,4,0),(2904,7,0),(2904,17,0),(2926,5,0),(2926,6,0),(2926,10,0),(2931,1,0),(2931,7,0),(2931,17,0),(2931,76,0),(2954,1,0),(2954,7,0),(2954,17,0),(2986,33,0),(2986,60,0),(2986,62,0),(2986,73,0),(2986,74,0),(2986,77,0),(2986,192,0),(2986,193,0),(3004,3,0),(3032,78,0),(3036,79,0),(3036,80,0),(3036,81,0),(3050,3,0),(3065,82,0),(3087,82,0),(3114,3,0),(3129,3,0),(3133,5,0),(3133,10,0),(3133,13,0),(3148,3,0),(3148,4,0),(3148,83,0),(3167,60,0),(3173,78,0),(3180,3,0),(3190,5,0),(3277,2,0),(3295,88,0),(3304,88,0),(3306,88,0),(3308,89,0),(3309,89,0),(3310,89,0),(3314,33,0),(3314,78,0),(3314,90,0),(3314,91,0),(3320,92,0),(3354,89,0),(3355,89,0),(3356,89,0),(3357,5,0),(3378,93,0),(3384,3,0),(3388,89,0),(3389,89,0),(3418,3,0),(3421,3,0),(3421,4,0),(3421,68,0),(3426,5,0),(3426,10,0),(3426,13,0),(3426,14,0),(3429,78,0),(3429,94,0),(3429,95,0),(3434,3,0),(3443,79,0),(3461,60,0),(3478,79,0),(3533,60,0),(3548,82,0),(3552,96,0),(3559,60,0),(3578,79,0),(3591,3,0),(3597,3,0),(3622,3,0),(3651,98,0),(3681,79,0),(3685,79,0),(3689,5,0),(3689,97,0),(3717,3,0),(3722,3,0),(3727,3,0),(3754,3,0),(3762,3,0),(3766,3,0),(3786,98,0),(3791,79,0),(3814,79,0),(3901,60,0),(3943,79,0),(3964,60,0),(3990,99,0),(4000,3,0),(4051,79,0),(4069,60,0),(4075,3,0),(4090,3,0),(4118,3,0),(4133,96,0),(4143,100,0),(4186,79,0),(4229,96,0),(4252,3,0),(4281,9,0),(4319,79,0),(4328,100,0),(4342,1,0),(4351,1,0),(4362,1,0),(4364,1,0),(4372,3,0),(4405,3,0),(4411,100,0),(4417,5,0),(4454,98,0),(4485,3,0),(4488,82,0),(4560,102,0),(4580,102,0),(4582,102,0),(4584,102,0),(4587,102,0),(4589,102,0),(4592,102,0),(4594,102,0),(4596,89,0),(4597,89,0),(4598,89,0),(4599,89,0),(4600,89,0),(4601,89,0),(4602,89,0),(4603,89,0),(4604,89,0),(4625,79,0),(4637,79,0),(4675,3,0),(4682,9,0),(4689,99,0),(4693,79,0),(4701,5,0),(4706,3,0),(4710,3,0),(4730,3,0),(4744,3,0),(4748,3,0),(4751,3,0),(4754,60,0),(4754,128,0),(4754,129,0),(4754,130,0),(4754,131,0),(4757,3,0),(4761,100,0),(4764,5,0),(4769,100,0),(4776,9,0),(4776,59,0),(4776,123,0),(4776,124,0),(4776,125,0),(4776,126,0),(4776,127,0),(4776,132,0),(4776,133,0),(4786,5,0),(4786,118,0),(4786,119,0),(4786,120,0),(4786,121,0),(4786,122,0),(4794,5,0),(4794,6,0),(4794,7,0),(4794,103,0),(4794,104,0),(4794,105,0),(4794,106,0),(4794,107,0),(4799,3,0),(4799,6,0),(4799,10,0),(4799,108,0),(4799,109,0),(4799,110,0),(4799,111,0),(4799,112,0),(4799,113,0),(4799,114,0),(4799,115,0),(4799,116,0),(4799,117,0),(4811,5,0),(4811,134,0),(4811,135,0),(4811,136,0),(4811,137,0),(4825,5,0),(4825,138,0),(4825,139,0),(4825,140,0),(4825,141,0),(4825,142,0),(4825,143,0),(4830,3,0),(4830,6,0),(4830,144,0),(4830,145,0),(4830,146,0),(4830,147,0),(4830,148,0),(4830,149,0),(4830,150,0),(4830,151,0),(4837,5,0),(4837,6,0),(4837,105,0),(4837,152,0),(4837,153,0),(4837,154,0),(4837,155,0),(4837,156,0),(4837,157,0),(4837,158,0),(4841,33,0),(4841,136,0),(4841,159,0),(4841,160,0),(4841,161,0),(4841,162,0),(4841,163,0),(4841,164,0),(4841,165,0),(4841,166,0),(4841,167,0),(4841,168,0),(4841,169,0),(4841,170,0),(4846,6,0),(4846,60,0),(4846,67,0),(4846,171,0),(4846,172,0),(4850,5,0),(4850,6,0),(4850,10,0),(4850,54,0),(4850,105,0),(4850,169,0),(4850,173,0),(4850,174,0),(4850,175,0),(4850,176,0),(4850,177,0),(4850,178,0),(4850,179,0),(4850,180,0),(4850,181,0),(4856,67,0),(4856,182,0),(4856,183,0),(4856,184,0),(4856,185,0),(4856,186,0),(4856,187,0),(4856,188,0),(4856,189,0),(4856,190,0),(4856,191,0),(4864,1,0),(4864,137,0),(4864,194,0),(4864,195,0),(4864,196,0),(4864,197,0),(4864,198,0),(4864,199,0),(4864,200,0),(4864,201,0),(4870,60,0),(4870,202,0),(4870,203,0),(4874,204,0),(4874,205,0),(4874,206,0),(4874,207,0),(4874,208,0),(4874,209,0),(4874,210,0),(4912,3,0),(4912,211,0),(4912,212,0),(4912,213,0),(4912,214,0),(4912,215,0),(4912,216,0),(4912,217,0),(4912,218,0),(4917,5,0),(4917,10,0),(4917,219,0),(4917,220,0),(4917,221,0),(4917,222,0),(4917,223,0),(4917,224,0),(4917,225,0),(4923,3,0),(4923,165,0),(4923,226,0),(4923,227,0),(4923,228,0),(4923,229,0),(4923,230,0),(4923,231,0),(4927,5,0),(4927,6,0),(4927,232,0),(4927,233,0),(4927,234,0),(4933,159,0),(4933,227,0),(4933,230,0),(4933,235,0),(4933,236,0),(4933,237,0),(4933,238,0),(4933,239,0),(4933,240,0),(4933,241,0),(4936,1,0),(4936,62,0),(4936,242,0),(4936,243,0),(4936,244,0),(4936,245,0),(4936,246,0),(4940,3,0),(4940,247,0),(4940,248,0),(4940,249,0),(4940,250,0),(4940,251,0),(4940,252,0),(4940,253,0),(4940,254,0),(4945,159,0),(4945,255,0),(4945,256,0),(4945,257,0),(4945,258,0),(4945,259,0),(4950,60,0),(4950,260,0),(4950,261,0),(4950,262,0),(4950,263,0),(4950,264,0),(4954,6,0),(4954,79,0),(4954,262,0),(4954,264,0),(4954,265,0),(4954,266,0),(4954,267,0),(4954,268,0),(4972,10,0),(4972,17,0),(4972,55,0),(4972,62,0),(4972,78,0),(4972,269,0),(4983,5,0),(4983,271,0),(4983,272,0),(4983,273,0),(4983,274,0),(4983,275,0),(4983,276,0),(4983,277,0),(4988,60,0),(4988,278,0),(4988,279,0),(4988,280,0),(4988,281,0),(4988,282,0),(4992,9,0),(4992,283,0),(4992,284,0),(4992,285,0),(4992,286,0),(4992,287,0),(4992,288,0),(4997,3,0),(4997,170,0),(4997,289,0),(4997,290,0),(5001,60,0),(5001,291,0),(5001,292,0),(5005,3,0),(5005,106,0),(5005,170,0),(5005,293,0),(5005,294,0),(5011,78,0),(5011,139,0),(5011,295,0),(5011,296,0),(5011,297,0),(5014,55,0),(5014,78,0),(5014,298,0),(5014,299,0),(5018,5,0),(5018,6,0),(5018,10,0),(5018,54,0),(5018,79,0),(5018,186,0),(5018,265,0),(5024,59,0),(5024,60,0),(5024,300,0),(5024,301,0),(5027,59,0),(5027,260,0),(5027,302,0),(5027,303,0),(5027,304,0),(5036,3,0),(5036,76,0),(5036,170,0),(5036,305,0),(5036,306,0),(5042,5,0),(5042,307,0),(5042,308,0),(5042,309,0),(5047,3,0),(5047,310,0),(5047,311,0),(5047,312,0),(5047,313,0),(5047,314,0),(5047,315,0),(5054,59,0),(5054,123,0),(5054,280,0),(5054,302,0),(5054,316,0),(5062,3,0),(5062,214,0),(5062,317,0),(5064,5,0),(5064,318,0),(5064,319,0),(5067,3,0),(5067,251,0),(5067,254,0),(5067,320,0),(5067,321,0),(5067,322,0),(5067,323,0),(5067,324,0),(5067,325,0),(5067,326,0),(5070,302,0),(5070,316,0),(5075,302,0),(5075,327,0),(5075,328,0),(5075,329,0),(5075,330,0),(5075,331,0),(5075,332,0),(5078,182,0),(5078,333,0),(5078,334,0),(5078,335,0),(5078,336,0),(5078,337,0),(5084,5,0),(5084,279,0),(5084,338,0),(5092,5,0),(5092,339,0),(5092,340,0),(5101,3,0),(5101,341,0),(5101,342,0),(5101,343,0),(5101,344,0),(5109,345,0),(5109,346,0),(5109,347,0),(5109,348,0),(5109,349,0),(5115,106,0),(5115,159,0),(5115,350,0),(5115,351,0),(5115,352,0),(5121,353,0),(5121,354,0),(5121,355,0),(5121,356,0),(5126,353,0),(5126,357,0),(5126,358,0),(5126,359,0),(5133,353,0),(5133,360,0),(5133,361,0),(5133,362,0),(5140,3,0),(5140,271,0),(5140,363,0),(5140,364,0),(5140,365,0),(5140,366,0),(5144,5,0),(5144,367,0),(5144,368,0),(5144,369,0),(5144,370,0),(5144,371,0),(5148,353,0),(5148,372,0),(5148,373,0),(5148,374,0),(5152,3,0),(5152,375,0),(5152,376,0),(5152,377,0),(5157,98,0),(5157,378,0),(5157,379,0),(5157,380,0); /*!40000 ALTER TABLE `_HTO_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_term_taxonomy` -- DROP TABLE IF EXISTS `_HTO_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_term_taxonomy` -- LOCK TABLES `_HTO_term_taxonomy` WRITE; /*!40000 ALTER TABLE `_HTO_term_taxonomy` DISABLE KEYS */; INSERT INTO `_HTO_term_taxonomy` VALUES (1,1,'category','',0,8),(2,2,'nav_menu','',0,18),(3,3,'category','',0,53),(4,4,'post_tag','',0,6),(5,5,'category','',0,57),(6,6,'post_tag','',0,27),(7,7,'post_tag','',0,11),(8,8,'post_tag','',0,11),(9,9,'category','',0,29),(10,10,'post_tag','',0,25),(11,11,'post_tag','',0,2),(12,12,'post_tag','',0,4),(13,13,'post_tag','',0,8),(14,14,'post_tag','',0,7),(15,15,'post_tag','',0,2),(16,16,'post_tag','',0,9),(17,17,'post_tag','',0,10),(18,18,'post_tag','',0,2),(19,19,'post_tag','',0,2),(20,20,'language','a:3:{s:6:\"locale\";s:2:\"ar\";s:3:\"rtl\";i:1;s:9:\"flag_code\";s:4:\"arab\";}',0,1),(21,21,'term_language','',0,1),(22,22,'term_translations','a:2:{s:2:\"ar\";i:1;s:2:\"af\";i:25;}',0,2),(23,23,'language','a:3:{s:6:\"locale\";s:2:\"af\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"za\";}',0,0),(24,24,'term_language','',0,1),(27,27,'post_tag','',0,1),(28,28,'post_tag','',0,1),(29,29,'post_tag','',0,1),(30,30,'post_tag','',0,1),(31,31,'post_tag','',0,1),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,11),(34,34,'product_type','',0,1),(35,35,'product_type','',0,0),(36,36,'product_type','',0,3),(37,37,'product_type','',0,0),(38,38,'product_visibility','',0,0),(39,39,'product_visibility','',0,0),(40,40,'product_visibility','',0,0),(41,41,'product_visibility','',0,0),(42,42,'product_visibility','',0,0),(43,43,'product_visibility','',0,0),(44,44,'product_visibility','',0,0),(45,45,'product_visibility','',0,0),(46,46,'product_visibility','',0,0),(47,47,'product_cat','',0,0),(48,48,'product_cat','',0,4),(49,49,'action-group','',0,1),(50,50,'category','',0,2),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,1),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,13),(55,55,'post_tag','',0,6),(56,56,'post_tag','',0,3),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,1),(59,59,'post_tag','',0,8),(60,60,'category','',0,27),(61,61,'post_tag','',0,2),(62,62,'post_tag','',0,8),(63,63,'post_tag','',0,3),(64,64,'post_tag','',0,1),(65,65,'post_tag','',0,2),(66,66,'post_tag','',0,1),(67,67,'post_tag','',0,3),(68,68,'post_tag','',0,2),(69,69,'post_tag','',0,2),(70,70,'post_tag','',0,1),(71,71,'post_tag','',0,1),(72,72,'post_tag','',0,1),(73,73,'post_tag','',0,2),(74,74,'post_tag','',0,2),(75,75,'nav_menu','',0,2),(76,76,'post_tag','',0,2),(77,77,'post_tag','',0,1),(78,78,'category','',0,7),(79,79,'category','',0,17),(80,80,'post_tag','',0,1),(81,81,'post_tag','',0,1),(82,82,'category','',0,4),(83,83,'post_tag','',0,1),(88,88,'epkb_post_type_1_category','Integrate third party applications with SubscriptionFlow.',0,3),(89,89,'nav_menu','',0,17),(90,90,'post_tag','',0,1),(91,91,'post_tag','',0,1),(92,92,'epkb_post_type_1_category','SubscriptionFlow intuitive ‘Dashboard’ offers a comprehensive summary of the health of your subscription business.',0,1),(93,93,'epkb_post_type_1_category','SubscriptionFlow allows subscribers to create their account at the time of purchase of the subscription, enter their personal and payment details...',0,1),(94,94,'post_tag','',0,1),(95,95,'post_tag','',0,1),(96,96,'category','',0,3),(97,97,'post_tag','',0,1),(98,98,'category','',0,5),(99,99,'category','',0,2),(100,100,'category','',0,5),(101,101,'epkb_post_type_1_category','This checklist will help you make sure you have everything in place.',0,0),(102,102,'epkb_post_type_1_category','An informative guide on getting started with SubscriptionFlow.\r\n<div class=\"epkb-section-body epkb-section-body-top\" style=\"border-bottom-width: 0px; padding-top: 5px; padding-bottom: 4px; padding-left: 0px; padding-right: 0px;\">\r\n <ul class=\"epkb-main-category epkb-articles eckb-articles-ordering\" style=\"padding-left: ;\">\r\n <li class=\"epkb-article-level-1\" style=\"padding-bottom: 8px; padding-top: 8px;\">\r\n <a href=\"/docs/getting-started-with-subscriptionflow/\" class=\"epkb-mp-article\" data-kb-article-id=\"4415\">\r\n <span class=\"eckb-article-title article_underline_effect\" style=\"color: #1e73be;\">\r\n <i class=\"ep_font_icon_document\" style=\"color: #1e1e1e;\"></i>\r\n <span>Overview</span>\r\n </span>\r\n </a>\r\n </li>\r\n </ul>\r\n</div>\r\n',0,8),(103,103,'post_tag','',0,1),(104,104,'post_tag','',0,1),(105,105,'post_tag','',0,3),(106,106,'post_tag','',0,3),(107,107,'post_tag','',0,1),(108,108,'post_tag','',0,1),(109,109,'post_tag','',0,1),(110,110,'post_tag','',0,1),(111,111,'post_tag','',0,1),(112,112,'post_tag','',0,1),(113,113,'post_tag','',0,1),(114,114,'post_tag','',0,1),(115,115,'post_tag','',0,1),(116,116,'post_tag','',0,1),(117,117,'post_tag','',0,1),(118,118,'post_tag','',0,1),(119,119,'post_tag','',0,1),(120,120,'post_tag','',0,1),(121,121,'post_tag','',0,1),(122,122,'post_tag','',0,1),(123,123,'post_tag','',0,2),(124,124,'post_tag','',0,1),(125,125,'post_tag','',0,1),(126,126,'post_tag','',0,1),(127,127,'post_tag','',0,1),(128,128,'post_tag','',0,1),(129,129,'post_tag','',0,1),(130,130,'post_tag','',0,1),(131,131,'post_tag','',0,1),(132,132,'post_tag','',0,1),(133,133,'post_tag','',0,1),(134,134,'post_tag','',0,1),(135,135,'post_tag','',0,1),(136,136,'post_tag','',0,2),(137,137,'post_tag','',0,2),(138,138,'post_tag','',0,1),(139,139,'post_tag','',0,2),(140,140,'post_tag','',0,1),(141,141,'post_tag','',0,1),(142,142,'post_tag','',0,1),(143,143,'post_tag','',0,1),(144,144,'post_tag','',0,1),(145,145,'post_tag','',0,1),(146,146,'post_tag','',0,1),(147,147,'post_tag','',0,1),(148,148,'post_tag','',0,1),(149,149,'post_tag','',0,1),(150,150,'post_tag','',0,1),(151,151,'post_tag','',0,1),(152,152,'post_tag','',0,1),(153,153,'post_tag','',0,1),(154,154,'post_tag','',0,1),(155,155,'post_tag','',0,1),(156,156,'post_tag','',0,1),(157,157,'post_tag','',0,1),(158,158,'post_tag','',0,1),(159,159,'category','',0,4),(160,160,'post_tag','',0,1),(161,161,'post_tag','',0,1),(162,162,'post_tag','',0,1),(163,163,'post_tag','',0,1),(164,164,'post_tag','',0,1),(165,165,'post_tag','',0,2),(166,166,'post_tag','',0,1),(167,167,'post_tag','',0,1),(168,168,'post_tag','',0,1),(169,169,'post_tag','',0,2),(170,170,'post_tag','',0,4),(171,171,'post_tag','',0,1),(172,172,'post_tag','',0,1),(173,173,'post_tag','',0,1),(174,174,'post_tag','',0,1),(175,175,'post_tag','',0,1),(176,176,'post_tag','',0,1),(177,177,'post_tag','',0,1),(178,178,'post_tag','',0,1),(179,179,'post_tag','',0,1),(180,180,'post_tag','',0,1),(181,181,'post_tag','',0,1),(182,182,'category','',0,2),(183,183,'post_tag','',0,1),(184,184,'post_tag','',0,1),(185,185,'post_tag','',0,1),(186,186,'post_tag','',0,2),(187,187,'post_tag','',0,1),(188,188,'post_tag','',0,1),(189,189,'post_tag','',0,1),(190,190,'post_tag','',0,1),(191,191,'post_tag','',0,1),(192,192,'post_tag','',0,1),(193,193,'post_tag','',0,1),(194,194,'post_tag','',0,1),(195,195,'post_tag','',0,1),(196,196,'post_tag','',0,1),(197,197,'post_tag','',0,1),(198,198,'post_tag','',0,1),(199,199,'post_tag','',0,1),(200,200,'post_tag','',0,1),(201,201,'post_tag','',0,1),(202,202,'post_tag','',0,1),(203,203,'post_tag','',0,1),(204,204,'category','',0,1),(205,205,'post_tag','',0,1),(206,206,'post_tag','',0,1),(207,207,'post_tag','',0,1),(208,208,'post_tag','',0,1),(209,209,'post_tag','',0,1),(210,210,'post_tag','',0,1),(211,211,'post_tag','',0,1),(212,212,'post_tag','',0,1),(213,213,'post_tag','',0,1),(214,214,'post_tag','',0,2),(215,215,'post_tag','',0,1),(216,216,'post_tag','',0,1),(217,217,'post_tag','',0,1),(218,218,'post_tag','',0,1),(219,219,'post_tag','',0,1),(220,220,'post_tag','',0,1),(221,221,'post_tag','',0,1),(222,222,'post_tag','',0,1),(223,223,'post_tag','',0,1),(224,224,'post_tag','',0,1),(225,225,'post_tag','',0,1),(226,226,'post_tag','',0,1),(227,227,'post_tag','',0,2),(228,228,'post_tag','',0,1),(229,229,'post_tag','',0,1),(230,230,'post_tag','',0,2),(231,231,'post_tag','',0,1),(232,232,'post_tag','',0,1),(233,233,'post_tag','',0,1),(234,234,'post_tag','',0,1),(235,235,'post_tag','',0,1),(236,236,'post_tag','',0,1),(237,237,'post_tag','',0,1),(238,238,'post_tag','',0,1),(239,239,'post_tag','',0,1),(240,240,'post_tag','',0,1),(241,241,'post_tag','',0,1),(242,242,'post_tag','',0,1),(243,243,'post_tag','',0,1),(244,244,'post_tag','',0,1),(245,245,'post_tag','',0,1),(246,246,'post_tag','',0,1),(247,247,'post_tag','',0,1),(248,248,'post_tag','',0,1),(249,249,'post_tag','',0,1),(250,250,'post_tag','',0,1),(251,251,'post_tag','',0,2),(252,252,'post_tag','',0,1),(253,253,'post_tag','',0,1),(254,254,'post_tag','',0,2),(255,255,'post_tag','',0,1),(256,256,'post_tag','',0,1),(257,257,'post_tag','',0,1),(258,258,'post_tag','',0,1),(259,259,'post_tag','',0,1),(260,260,'post_tag','',0,2),(261,261,'post_tag','',0,1),(262,262,'post_tag','',0,2),(263,263,'post_tag','',0,1),(264,264,'post_tag','',0,2),(265,265,'post_tag','',0,2),(266,266,'post_tag','',0,1),(267,267,'post_tag','',0,1),(268,268,'post_tag','',0,1),(269,269,'post_tag','',0,1),(271,271,'post_tag','',0,2),(272,272,'post_tag','',0,1),(273,273,'post_tag','',0,1),(274,274,'post_tag','',0,1),(275,275,'post_tag','',0,1),(276,276,'post_tag','',0,1),(277,277,'post_tag','',0,1),(278,278,'post_tag','',0,1),(279,279,'post_tag','',0,2),(280,280,'post_tag','',0,2),(281,281,'post_tag','',0,1),(282,282,'post_tag','',0,1),(283,283,'post_tag','',0,1),(284,284,'post_tag','',0,1),(285,285,'post_tag','',0,1),(286,286,'post_tag','',0,1),(287,287,'post_tag','',0,1),(288,288,'post_tag','',0,1),(289,289,'post_tag','',0,1),(290,290,'post_tag','',0,1),(291,291,'post_tag','',0,1),(292,292,'post_tag','',0,1),(293,293,'post_tag','',0,1),(294,294,'post_tag','',0,1),(295,295,'post_tag','',0,1),(296,296,'post_tag','',0,1),(297,297,'post_tag','',0,1),(298,298,'post_tag','',0,1),(299,299,'post_tag','',0,1),(300,300,'post_tag','',0,1),(301,301,'post_tag','',0,1),(302,302,'category','',0,4),(303,303,'post_tag','',0,1),(304,304,'post_tag','',0,1),(305,305,'post_tag','',0,1),(306,306,'post_tag','',0,1),(307,307,'post_tag','',0,1),(308,308,'post_tag','',0,1),(309,309,'post_tag','',0,1),(310,310,'post_tag','',0,1),(311,311,'post_tag','',0,1),(312,312,'post_tag','',0,1),(313,313,'post_tag','',0,1),(314,314,'post_tag','',0,1),(315,315,'post_tag','',0,1),(316,316,'post_tag','',0,2),(317,317,'post_tag','',0,1),(318,318,'post_tag','',0,1),(319,319,'post_tag','',0,1),(320,320,'post_tag','',0,1),(321,321,'post_tag','',0,1),(322,322,'post_tag','',0,1),(323,323,'post_tag','',0,1),(324,324,'post_tag','',0,1),(325,325,'post_tag','',0,1),(326,326,'post_tag','',0,1),(327,327,'post_tag','',0,1),(328,328,'post_tag','',0,1),(329,329,'post_tag','',0,1),(330,330,'post_tag','',0,1),(331,331,'post_tag','',0,1),(332,332,'post_tag','',0,1),(333,333,'post_tag','',0,1),(334,334,'post_tag','',0,1),(335,335,'post_tag','',0,1),(336,336,'post_tag','',0,1),(337,337,'post_tag','',0,1),(338,338,'post_tag','',0,1),(339,339,'post_tag','',0,1),(340,340,'post_tag','',0,1),(341,341,'post_tag','',0,1),(342,342,'post_tag','',0,1),(343,343,'post_tag','',0,1),(344,344,'post_tag','',0,1),(345,345,'category','',0,1),(346,346,'post_tag','',0,1),(347,347,'post_tag','',0,1),(348,348,'post_tag','',0,1),(349,349,'post_tag','',0,1),(350,350,'post_tag','',0,1),(351,351,'post_tag','',0,1),(352,352,'post_tag','',0,1),(353,353,'category','',0,4),(354,354,'post_tag','',0,1),(355,355,'post_tag','',0,1),(356,356,'post_tag','',0,1),(357,357,'post_tag','',0,1),(358,358,'post_tag','',0,1),(359,359,'post_tag','',0,1),(360,360,'post_tag','',0,1),(361,361,'post_tag','',0,1),(362,362,'post_tag','',0,1),(363,363,'post_tag','',0,1),(364,364,'post_tag','',0,1),(365,365,'post_tag','',0,1),(366,366,'post_tag','',0,1),(367,367,'post_tag','',0,1),(368,368,'post_tag','',0,1),(369,369,'post_tag','',0,1),(370,370,'post_tag','',0,1),(371,371,'post_tag','',0,1),(372,372,'post_tag','',0,1),(373,373,'post_tag','',0,1),(374,374,'post_tag','',0,1),(375,375,'post_tag','',0,1),(376,376,'post_tag','',0,1),(377,377,'post_tag','',0,1),(378,378,'post_tag','',0,1),(379,379,'post_tag','',0,1),(380,380,'post_tag','',0,1); /*!40000 ALTER TABLE `_HTO_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_termmeta` -- DROP TABLE IF EXISTS `_HTO_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_termmeta` -- LOCK TABLES `_HTO_termmeta` WRITE; /*!40000 ALTER TABLE `_HTO_termmeta` DISABLE KEYS */; INSERT INTO `_HTO_termmeta` VALUES (1,47,'product_count_product_cat','0'),(2,48,'order','0'),(3,48,'product_count_product_cat','4'),(4,93,'tax_position','2'),(5,92,'tax_position','1'),(6,88,'tax_position','3'),(7,101,'tax_position','4'),(8,102,'tax_position','5'); /*!40000 ALTER TABLE `_HTO_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_terms` -- DROP TABLE IF EXISTS `_HTO_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', `term_order` int(4) DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_terms` -- LOCK TABLES `_HTO_terms` WRITE; /*!40000 ALTER TABLE `_HTO_terms` DISABLE KEYS */; INSERT INTO `_HTO_terms` VALUES (1,'Uncategorized','uncategorized',0,0),(2,'Menu 1','menu-1',0,0),(3,'Subscription','subscription',0,0),(4,'Subscription','subscription',0,0),(5,'Subscription Management','subscription-management',0,0),(6,'subscription management software','subscription-management-software',0,0),(7,'Subscription Billing Software','subscription-billing-software',0,0),(8,'billing and invoicing software','billing-and-invoicing-software',0,0),(9,'Billing and invoicing','billing-and-invoicing',0,0),(10,'Subscription Management','subscription-management',0,0),(11,'Subscription Analytics and Reporting','subscription-analytics-and-reporting',0,0),(12,'billing and invoicing systems','billing-and-invoicing-systems',0,0),(13,'Subscription Management system','subscription-management-system',0,0),(14,'subscription management service','subscription-management-service',0,0),(15,'Subscription Management Software Solution','subscription-management-software-solution',0,0),(16,'billing and invoicing','billing-and-invoicing',0,0),(17,'subscription billing','subscription-billing',0,0),(18,'Best Billing and Invoicing Software 2019','best-billing-and-invoicing-software-2019',0,0),(19,'best software for billing and invoicin','best-software-for-billing-and-invoicin',0,0),(20,'العربية','ar',0,0),(21,'العربية','pll_ar',0,0),(22,'pll_5cecc37d9aeb5','pll_5cecc37d9aeb5',0,0),(23,'Afrikaans','af',0,0),(24,'Afrikaans','pll_af',0,0),(27,'recurring billing with authorize.net','recurring-billing-with-authorize-net',0,0),(28,'subscription software integration with authorize.net','subscription-software-integration-with-authorize-net',0,0),(29,'Best Billing & Invoicing Integrations for Authorize.net','best-billing-invoicing-integrations-for-authorize-net',0,0),(30,'recurring billing with authorize.net integration software','recurring-billing-with-authorize-net-integration-software',0,0),(31,'subscription Management software for insurance companies','subscription-management-software-for-insurance-companies',0,0),(32,'best billing system for small business','best-billing-system-for-small-business',0,0),(33,'saas','saas',0,0),(34,'simple','simple',0,0),(35,'grouped','grouped',0,0),(36,'variable','variable',0,0),(37,'external','external',0,0),(38,'exclude-from-search','exclude-from-search',0,0),(39,'exclude-from-catalog','exclude-from-catalog',0,0),(40,'featured','featured',0,0),(41,'outofstock','outofstock',0,0),(42,'rated-1','rated-1',0,0),(43,'rated-2','rated-2',0,0),(44,'rated-3','rated-3',0,0),(45,'rated-4','rated-4',0,0),(46,'rated-5','rated-5',0,0),(47,'Uncategorized','uncategorized',0,0),(48,'Fan Hinging Solutions','fan-hinging-solutions',0,0),(49,'wc-admin-notes','wc-admin-notes',0,0),(50,'Tax Management','tax-management',0,0),(51,'salestaxmanagement','salestaxmanagement',0,0),(52,'taxmanagement','taxmanagement',0,0),(53,'taxdecisions','taxdecisions',0,0),(54,'recurring billing','recurring-billing',0,0),(55,'billing software','billing-software',0,0),(56,'invoicing software','invoicing-software',0,0),(57,'payment','payment',0,0),(58,'automatic payments','automatic-payments',0,0),(59,'recurring payments','recurring-payments',0,0),(60,'Recurring Billing','recurring-billing',0,0),(61,'recurringpayments','recurringpayments',0,0),(62,'Recurring Billing Software','recurring-billing-software',0,0),(63,'Online Recurring Payment','online-recurring-payment',0,0),(64,'invoice automation','invoice-automation',0,0),(65,'automated invoices','automated-invoices',0,0),(66,'AI','ai',0,0),(67,'artificial intelligence','artificial-intelligence',0,0),(68,'subscription handling','subscription-handling',0,0),(69,'automaticbilling','automaticbilling',0,0),(70,'churn rate','churn-rate',0,0),(71,'churning','churning',0,0),(72,'usagebasedbilling','usagebasedbilling',0,0),(73,'dunning','dunning',0,0),(74,'dunningmanagement','dunningmanagement',0,0),(75,'Top Header Menu','top-header-menu',0,0),(76,'saas subscription billing','saas-subscription-billing',0,0),(77,'dunningmanagementsoftware','dunningmanagementsoftware',0,0),(78,'Subscription Billing','subscription-billing',0,0),(79,'Payment','payment',0,0),(80,'online payment fraud prevention','online-payment-fraud-prevention',0,0),(81,'online fraudulent payment','online-fraudulent-payment',0,0),(82,'Usage-Based Pricing','usage-based-pricing',0,0),(83,'subscriptionbox','subscriptionbox',0,0),(88,'Integrations','integrations',0,2),(89,'Kb Right INTEGRATIONS','kb-right-integrations',0,0),(90,'subscriptionbilling','subscriptionbilling',0,0),(91,'saasbilling','saasbilling',0,0),(92,'Dashboard','dashboard',0,1),(93,'Customer Account','customer-account',0,3),(94,'billingautomation','billingautomation',0,0),(95,'billing','billing',0,0),(96,'Integration','integration',0,0),(97,'SaaS Usage','saas-usage',0,0),(98,'Churn','churn',0,0),(99,'Integrations','integrations',0,0),(100,'Growth','growth',0,0),(101,'Go-live Checklist','go-live-checklist',0,0),(102,'Implementation Guide','implementation-guide',0,0),(103,'Subscription Management systems','subscription-management-systems',0,0),(104,'Zoho Subscriptions','zoho-subscriptions',0,0),(105,'Subscription management software for Small business','subscription-management-software-for-small-business',0,0),(106,'SaaS subscription management','saas-subscription-management',0,0),(107,'Subscription management app','subscription-management-app',0,0),(108,'Subscription Management Software for Law Firms','subscription-management-software-for-law-firms',0,0),(109,'Law Firms','law-firms',0,0),(110,'Legal case management software small firms','legal-case-management-software-small-firms',0,0),(111,'Case management system for law firms','case-management-system-for-law-firms',0,0),(112,'Legal software','legal-software',0,0),(113,'Legal document management software','legal-document-management-software',0,0),(114,'Legal practice management software','legal-practice-management-software',0,0),(115,'Free legal case management software','free-legal-case-management-software',0,0),(116,'Types of legal software','types-of-legal-software',0,0),(117,'Legal system software list','legal-system-software-list',0,0),(118,'Yoga Event Subscriptions','yoga-event-subscriptions',0,0),(119,'Yoga Subscriptions','yoga-subscriptions',0,0),(120,'Yoga Subscription','yoga-subscription',0,0),(121,'COVID-19','covid-19',0,0),(122,'Yoga Subscription Boxes','yoga-subscription-boxes',0,0),(123,'Automated Recurring Payments','automated-recurring-payments',0,0),(124,'Car Subscription','car-subscription',0,0),(125,'recurring payments for the fitness industry','recurring-payments-for-the-fitness-industry',0,0),(126,'Fitness','fitness',0,0),(127,'Subscription-Based Services','subscription-based-services',0,0),(128,'Telematics Billing','telematics-billing',0,0),(129,'Telematics technology','telematics-technology',0,0),(130,'What is Telematics','what-is-telematics',0,0),(131,'Telematics subscription','telematics-subscription',0,0),(132,'What are Recurring Payments','what-are-recurring-payments',0,0),(133,'Benefits for Automated Recurring Payments','benefits-for-automated-recurring-payments',0,0),(134,'Subscription Software for Marketing Agency','subscription-software-for-marketing-agency',0,0),(135,'Marketing Agency','marketing-agency',0,0),(136,'Subscription Software','subscription-software',0,0),(137,'subscription management platform','subscription-management-platform',0,0),(138,'MRR','mrr',0,0),(139,'Monthly Recurring Revenue','monthly-recurring-revenue',0,0),(140,'How to increase MRR','how-to-increase-mrr',0,0),(141,'MRR calculator','mrr-calculator',0,0),(142,'Growing MRR for SaaS','growing-mrr-for-saas',0,0),(143,'SaaS recurring revenue model','saas-recurring-revenue-model',0,0),(144,'subscription management software for the insurance companies','subscription-management-software-for-the-insurance-companies',0,0),(145,'User subscription management','user-subscription-management',0,0),(146,'Subscription based insurance','subscription-based-insurance',0,0),(147,'Subscription platform for business','subscription-platform-for-business',0,0),(148,'Insurance subscription market','insurance-subscription-market',0,0),(149,'Insurance subscriber','insurance-subscriber',0,0),(150,'Monthly subscription insurance','monthly-subscription-insurance',0,0),(151,'Insurance subscription model','insurance-subscription-model',0,0),(152,'subscription business model','subscription-business-model',0,0),(153,'Newsletter subscription management software','newsletter-subscription-management-software',0,0),(154,'Email subscription management software','email-subscription-management-software',0,0),(155,'Newspaper subscription management software','newspaper-subscription-management-software',0,0),(156,'Subscription business ideas','subscription-business-ideas',0,0),(157,'Retail subscription business model','retail-subscription-business-model',0,0),(158,'Financial model for subscription business','financial-model-for-subscription-business',0,0),(159,'SaaS','saas',0,0),(160,'SaaS Free Trial','saas-free-trial',0,0),(161,'SaaS Freemium','saas-freemium',0,0),(162,'SaaS Free Trial vs SaaS Freemium','saas-free-trial-vs-saas-freemium',0,0),(163,'SaaS freemium vs free trial','saas-freemium-vs-free-trial',0,0),(164,'B2B free trial conversion rates','b2b-free-trial-conversion-rates',0,0),(165,'Free trial vs paid trial','free-trial-vs-paid-trial',0,0),(166,'B2B SaaS freemium','b2b-saas-freemium',0,0),(167,'B2B free trial','b2b-free-trial',0,0),(168,'Freemium vs subscription model','freemium-vs-subscription-model',0,0),(169,'B2B','b2b',0,0),(170,'SaaS Subscription Software','saas-subscription-software',0,0),(171,'Management Landscape','management-landscape',0,0),(172,'Subscription Management Software for Hospital Management','subscription-management-software-for-hospital-management',0,0),(173,'online payment processing','online-payment-processing',0,0),(174,'online payment','online-payment',0,0),(175,'online payment processing security','online-payment-processing-security',0,0),(176,'payment processing through multiple payment gateways','payment-processing-through-multiple-payment-gateways',0,0),(177,'analytics in the subscription software','analytics-in-the-subscription-software',0,0),(178,'CRM','crm',0,0),(179,'KPIs','kpis',0,0),(180,'Revenue Management','revenue-management',0,0),(181,'B2C','b2c',0,0),(182,'Business Management','business-management',0,0),(183,'Artificial Intelligence on Business','artificial-intelligence-on-business',0,0),(184,'Business Management','business-management',0,0),(185,'technologies','technologies',0,0),(186,'AI-Based Subscription Management Software','ai-based-subscription-management-software',0,0),(187,'SaaS for Revenue Growth','saas-for-revenue-growth',0,0),(188,'AI Technology','ai-technology',0,0),(189,'Artificial Intelligence for Business Management','artificial-intelligence-for-business-management',0,0),(190,'Billing and Finance Management','billing-and-finance-management',0,0),(191,'Employees Management','employees-management',0,0),(192,'SaaS businesses','saas-businesses',0,0),(193,'SaaS Billing','saas-billing',0,0),(194,'Customer Success','customer-success',0,0),(195,'Customer Success Team','customer-success-team',0,0),(196,'Customer Success Managers','customer-success-managers',0,0),(197,'SaaS Customer Experience','saas-customer-experience',0,0),(198,'subscription analytics','subscription-analytics',0,0),(199,'Key Roles of Customer Success','key-roles-of-customer-success',0,0),(200,'Customer Success Management','customer-success-management',0,0),(201,'ustomer Success in Subscription Management','ustomer-success-in-subscription-management',0,0),(202,'Recurring Revenue','recurring-revenue',0,0),(203,'business model','business-model',0,0),(204,'Dunning Management','dunning-management',0,0),(205,'Dunning Management','dunning-management',0,0),(206,'Smart Dunning Management','smart-dunning-management',0,0),(207,'Smart Dunning','smart-dunning',0,0),(208,'Dunning Management Software','dunning-management-software',0,0),(209,'best invoicing software','best-invoicing-software',0,0),(210,'cloud-based invoicing software','cloud-based-invoicing-software',0,0),(211,'Ecommerce subscription','ecommerce-subscription',0,0),(212,'Ecommerce','ecommerce',0,0),(213,'ECommerce Subscription Businesses','ecommerce-subscription-businesses',0,0),(214,'Subscription services','subscription-services',0,0),(215,'Subscription service','subscription-service',0,0),(216,'Subscription Management Software for eCommerce','subscription-management-software-for-ecommerce',0,0),(217,'eCommerce platform recurring billing','ecommerce-platform-recurring-billing',0,0),(218,'eCommerce subscription software','ecommerce-subscription-software',0,0),(219,'Subscription Management for pharmacies','subscription-management-for-pharmacies',0,0),(220,'Medicines Subscription Management software for telemedicine','medicines-subscription-management-software-for-telemedicine',0,0),(221,'Medicines Subscription Management software','medicines-subscription-management-software',0,0),(222,'Medicines Subscription Management','medicines-subscription-management',0,0),(223,'Best telemedicine platforms','best-telemedicine-platforms',0,0),(224,'Telemedicine software cost','telemedicine-software-cost',0,0),(225,'Telemedicine software development','telemedicine-software-development',0,0),(226,'Freemium vs Free Trial','freemium-vs-free-trial',0,0),(227,'Freemium Model','freemium-model',0,0),(228,'Free trial marketing strategy','free-trial-marketing-strategy',0,0),(229,'Trial model meaning','trial-model-meaning',0,0),(230,'Freemium vs subscription','freemium-vs-subscription',0,0),(231,'SaaS free trial vs freemium','saas-free-trial-vs-freemium',0,0),(232,'subscription management platforms','subscription-management-platforms',0,0),(233,'saasoptics login','saasoptics-login',0,0),(234,'subscription management saas','subscription-management-saas',0,0),(235,'freemium premium business model','freemium-premium-business-model',0,0),(236,'Freemium business Model','freemium-business-model',0,0),(237,'Freemium pricing','freemium-pricing',0,0),(238,'freemium definition','freemium-definition',0,0),(239,'Benefits of freemium model','benefits-of-freemium-model',0,0),(240,'Freemium revenue model','freemium-revenue-model',0,0),(241,'Free Subscription Management Software','free-subscription-management-software',0,0),(242,'recurring','recurring',0,0),(243,'Recurring payment','recurring-payment',0,0),(244,'recurring payment means','recurring-payment-means',0,0),(245,'Recurring payment gateway','recurring-payment-gateway',0,0),(246,'PayPal recurring payments','paypal-recurring-payments',0,0),(247,'magazine subscription','magazine-subscription',0,0),(248,'Magazine Subscriptions UK','magazine-subscriptions-uk',0,0),(249,'Magazine subscriptions packages','magazine-subscriptions-packages',0,0),(250,'Best magazine subscription website','best-magazine-subscription-website',0,0),(251,'Magazine subscription offers','magazine-subscription-offers',0,0),(252,'Kids magazine subscriptions','kids-magazine-subscriptions',0,0),(253,'Cheap magazine subscriptions','cheap-magazine-subscriptions',0,0),(254,'Magazine subscriptions online','magazine-subscriptions-online',0,0),(255,'pay per use','pay-per-use',0,0),(256,'Pay-per-use companies','pay-per-use-companies',0,0),(257,'Pay-per-use software','pay-per-use-software',0,0),(258,'Pay-per-use example','pay-per-use-example',0,0),(259,'Pay-per-use vs subscription','pay-per-use-vs-subscription',0,0),(260,'Recurring Payment Processing','recurring-payment-processing',0,0),(261,'Recurring payment meaning','recurring-payment-meaning',0,0),(262,'Best recurring payment system','best-recurring-payment-system',0,0),(263,'Best recurring billing software','best-recurring-billing-software',0,0),(264,'How to set up recurring payments for customers','how-to-set-up-recurring-payments-for-customers',0,0),(265,'payment processing','payment-processing',0,0),(266,'Subscription Management and Payment Processing Platform','subscription-management-and-payment-processing-platform',0,0),(267,'Recurring Payments processing','recurring-payments-processing',0,0),(268,'Recurring payment example','recurring-payment-example',0,0),(269,'Subscription Business','subscription-business',0,0),(271,'e-Learning','e-learning',0,0),(272,'Best School Administration Software 2021','best-school-administration-software-2021',0,0),(273,'Best school management software','best-school-management-software',0,0),(274,'Online school management software','online-school-management-software',0,0),(275,'Free school management software','free-school-management-software',0,0),(276,'Top 10 school management software','top-10-school-management-software',0,0),(277,'Free school Management software in Excel','free-school-management-software-in-excel',0,0),(278,'Recurring Billing in Commerce','recurring-billing-in-commerce',0,0),(279,'Recurring Billing Management','recurring-billing-management',0,0),(280,'Recurring Billing and Payments','recurring-billing-and-payments',0,0),(281,'What is a recurring billing?','what-is-a-recurring-billing',0,0),(282,'Ecommerce recurring payments','ecommerce-recurring-payments',0,0),(283,'Recurring Invoicing','recurring-invoicing',0,0),(284,'Recurring Invoicing Management','recurring-invoicing-management',0,0),(285,'Recurring invoices','recurring-invoices',0,0),(286,'Recurring invoice example','recurring-invoice-example',0,0),(287,'Recurring invoice template','recurring-invoice-template',0,0),(288,'Recurring invoice software','recurring-invoice-software',0,0),(289,'ott business model','ott-business-model',0,0),(290,'ott market','ott-market',0,0),(291,'customer psychology','customer-psychology',0,0),(292,'Customer psychology in marketing','customer-psychology-in-marketing',0,0),(293,'SubscriptionFlow free trials','subscriptionflow-free-trials',0,0),(294,'SubscriptionFlow Freemium','subscriptionflow-freemium',0,0),(295,'Billing Model','billing-model',0,0),(296,'Pay-As-You-Go','pay-as-you-go',0,0),(297,'Pay-As-You-Go Billing Model','pay-as-you-go-billing-model',0,0),(298,'Online Subscription Billing Software','online-subscription-billing-software',0,0),(299,'SAP Subscription Billing','sap-subscription-billing',0,0),(300,'Subscription Payments','subscription-payments',0,0),(301,'Recurring Billing and Payments Management','recurring-billing-and-payments-management',0,0),(302,'Recurring Payments','recurring-payments',0,0),(303,'Late Recurring Payments','late-recurring-payments',0,0),(304,'Automatic payment service','automatic-payment-service',0,0),(305,'SaaS Subscription Analytics','saas-subscription-analytics',0,0),(306,'SaaS Recurring Revenue Management','saas-recurring-revenue-management',0,0),(307,'Gen Z characteristics','gen-z-characteristics',0,0),(308,'Gen Z','gen-z',0,0),(309,'Gen Z Subscribers','gen-z-subscribers',0,0),(310,'Esports','esports',0,0),(311,'gaming center management software','gaming-center-management-software',0,0),(312,'esports team management software','esports-team-management-software',0,0),(313,'esports management software','esports-management-software',0,0),(314,'esports manager','esports-manager',0,0),(315,'tournament management software free','tournament-management-software-free',0,0),(316,'Recurring Payments Management','recurring-payments-management',0,0),(317,'Subscription Marketing','subscription-marketing',0,0),(318,'subscription handling software','subscription-handling-software',0,0),(319,'Subscription Management Software for Shopify','subscription-management-software-for-shopify',0,0),(320,'Magazine Subscription Management','magazine-subscription-management',0,0),(321,'Digital Magazine Subscription Management','digital-magazine-subscription-management',0,0),(322,'E-Magazine Subscription Management','e-magazine-subscription-management',0,0),(323,'Newspaper Subscription Management','newspaper-subscription-management',0,0),(324,'Best Magazine Subscription Management Software','best-magazine-subscription-management-software',0,0),(325,'Best magazine subscriptions UK','best-magazine-subscriptions-uk',0,0),(326,'Best magazine subscriptions','best-magazine-subscriptions',0,0),(327,'payment gateways','payment-gateways',0,0),(328,'recurring payments in Europe','recurring-payments-in-europe',0,0),(329,'payment gateways in usa','payment-gateways-in-usa',0,0),(330,'online payment gateway','online-payment-gateway',0,0),(331,'payment gateway','payment-gateway',0,0),(332,'payment gateway services','payment-gateway-services',0,0),(333,'SalesOps and RevOps','salesops-and-revops',0,0),(334,'How To Manage The SalesOps And RevOps','how-to-manage-the-salesops-and-revops',0,0),(335,'revenue operations','revenue-operations',0,0),(336,'what is revops','what-is-revops',0,0),(337,'Sales Operations','sales-operations',0,0),(338,'Recurring Billing Management services','recurring-billing-management-services',0,0),(339,'Subscription Management Software for small businesses','subscription-management-software-for-small-businesses',0,0),(340,'subscription based business','subscription-based-business',0,0),(341,'Learning Subscription','learning-subscription',0,0),(342,'Online Language Learning','online-language-learning',0,0),(343,'learn language online','learn-language-online',0,0),(344,'online learning platforms','online-learning-platforms',0,0),(345,'Customer Experience','customer-experience',0,0),(346,'SaaS business growth','saas-business-growth',0,0),(347,'best SaaS subscription management software','best-saas-subscription-management-software',0,0),(348,'Product Experience','product-experience',0,0),(349,'Subscription Business Growth','subscription-business-growth',0,0),(350,'SaaS Business','saas-business',0,0),(351,'saas business models','saas-business-models',0,0),(352,'recurring billing business','recurring-billing-business',0,0),(353,'Subscription Business','subscription-business',0,0),(354,'SaaS Subscription Businesses','saas-subscription-businesses',0,0),(355,'saas subscription models','saas-subscription-models',0,0),(356,'subscription model business plan','subscription-model-business-plan',0,0),(357,'after sales service','after-sales-service',0,0),(358,'after sales services','after-sales-services',0,0),(359,'after sales service examples','after-sales-service-examples',0,0),(360,'Email Marketing','email-marketing',0,0),(361,'subscription management tool','subscription-management-tool',0,0),(362,'cloud-based subscription management','cloud-based-subscription-management',0,0),(363,'best online course platform','best-online-course-platform',0,0),(364,'Learning sites','learning-sites',0,0),(365,'Self-Care','self-care',0,0),(366,'Self-Development Courses','self-development-courses',0,0),(367,'what is the term for returning customer?','what-is-the-term-for-returning-customer',0,0),(368,'how to increase repeat customers','how-to-increase-repeat-customers',0,0),(369,'repeat customers','repeat-customers',0,0),(370,'return customer','return-customer',0,0),(371,'repeat business','repeat-business',0,0),(372,'Dead Email Subscribers','dead-email-subscribers',0,0),(373,'Email Subscribers','email-subscribers',0,0),(374,'Re-Engage customers','re-engage-customers',0,0),(375,'Subscription Box','subscription-box',0,0),(376,'Subscription Box in 2021','subscription-box-in-2021',0,0),(377,'Best Subscription Box','best-subscription-box',0,0),(378,'Unsubscribe Obstacles','unsubscribe-obstacles',0,0),(379,'Unsubscribe','unsubscribe',0,0),(380,'Obstacles','obstacles',0,0); /*!40000 ALTER TABLE `_HTO_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_usermeta` -- DROP TABLE IF EXISTS `_HTO_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=215 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_usermeta` -- LOCK TABLES `_HTO_usermeta` WRITE; /*!40000 ALTER TABLE `_HTO_usermeta` DISABLE KEYS */; INSERT INTO `_HTO_usermeta` VALUES (1,1,'nickname','techloyce1'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'_HTO_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,vc_grid_item,vc_pointers_backend_editor,theme_editor_notice,vc_pointers_frontend_editor,plugin_editor_notice,omapi_please_connect_notice,lingotek-professional-translation,lingotek-translation,text_widget_custom_html'),(15,1,'show_welcome_panel','0'),(17,1,'_HTO_user-settings','editor=html&edit_element_vcUIPanelWidth=916&edit_element_vcUIPanelLeft=354px&edit_element_vcUIPanelTop=74px&libraryContent=browse&post_dfw=off&imgsize=full&align=center&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=791px&panel_vcUIPanelTop=74px&hidetb=1&advImgDetails=show&posts_list_mode=list'),(18,1,'_HTO_user-settings-time','1639643250'),(19,1,'_HTO_dashboard_quick_press_last_post_id','5236'),(20,1,'managenav-menuscolumnshidden','a:2:{i:0;s:15:\"title-attribute\";i:1;s:3:\"xfn\";}'),(21,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(22,1,'meta-box-order_vc_grid_item','a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:27:\"wpb_visual_composer,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(23,1,'screen_layout_vc_grid_item','2'),(24,1,'nav_menu_recently_edited','2'),(25,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"59.103.76.0\";}'),(26,1,'closedpostboxes_post','a:0:{}'),(27,1,'metaboxhidden_post','a:4:{i:0;s:19:\"wpb_visual_composer\";i:1;s:13:\"trackbacksdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(28,1,'closedpostboxes_page','a:0:{}'),(29,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(30,1,'closedpostboxes_dashboard','a:0:{}'),(31,1,'metaboxhidden_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(33,1,'_yoast_wpseo_profile_updated','1570792717'),(37,1,'meta-box-order_post','a:3:{s:4:\"side\";s:51:\"submitdiv,categorydiv,tagsdiv-post_tag,postimagediv\";s:6:\"normal\";s:82:\"wpseo_meta,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(38,1,'screen_layout_post','2'),(48,1,'_HTO_nf_form_preview_1','a:4:{s:2:\"id\";i:1;s:8:\"settings\";a:103:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:8:{i:0;s:22:\"checkbox_1566895632588\";i:1;s:26:\"listcheckbox_1566895636466\";i:2;s:4:\"name\";i:3;s:5:\"email\";i:4;s:7:\"message\";i:5;s:19:\"email_1566895643698\";i:6;s:6:\"submit\";i:7;s:22:\"checkbox_1566895629777\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:6:\"fields\";a:8:{i:1;a:1:{s:8:\"settings\";a:73:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:3;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}}i:2;a:1:{s:8:\"settings\";a:65:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:4;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:72:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:5;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}}i:4;a:1:{s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";i:7;s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:15:\"Single Checkbox\";s:4:\"type\";s:8:\"checkbox\";s:3:\"key\";s:22:\"checkbox_1566895632588\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";}}s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:15:\"Single Checkbox\";s:3:\"key\";s:22:\"checkbox_1566895629777\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:13:\"Checkbox List\";s:4:\"type\";s:12:\"listcheckbox\";s:3:\"key\";s:26:\"listcheckbox_1566895636466\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:3:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:19:\"email_1566895643698\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}}}s:7:\"actions\";a:4:{i:1;a:1:{s:8:\"settings\";a:31:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";s:15:\"submitter_email\";s:19:\"email_1566895643698\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}}i:2;a:1:{s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";}}i:4;a:1:{s:8:\"settings\";a:32:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}}}}'),(49,1,'_HTO_nf_form_preview_1','a:4:{s:2:\"id\";i:1;s:8:\"settings\";a:103:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:8:{i:0;s:22:\"checkbox_1566895632588\";i:1;s:26:\"listcheckbox_1566895636466\";i:2;s:4:\"name\";i:3;s:5:\"email\";i:4;s:7:\"message\";i:5;s:19:\"email_1566895643698\";i:6;s:6:\"submit\";i:7;s:22:\"checkbox_1566895629777\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:6:\"fields\";a:8:{i:1;a:1:{s:8:\"settings\";a:73:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:3;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}}i:2;a:1:{s:8:\"settings\";a:65:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:4;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:72:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";i:5;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}}i:4;a:1:{s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2019-08-27 08:49:08\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";i:7;s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:15:\"Single Checkbox\";s:4:\"type\";s:8:\"checkbox\";s:3:\"key\";s:22:\"checkbox_1566895632588\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";}}s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:15:\"Single Checkbox\";s:3:\"key\";s:22:\"checkbox_1566895629777\";s:9:\"label_pos\";s:5:\"right\";s:8:\"required\";b:0;s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:13:\"default_value\";s:9:\"unchecked\";s:13:\"checked_value\";s:7:\"Checked\";s:15:\"unchecked_value\";s:9:\"Unchecked\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:13:\"Checkbox List\";s:4:\"type\";s:12:\"listcheckbox\";s:3:\"key\";s:26:\"listcheckbox_1566895636466\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:3:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:19:\"email_1566895643698\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}}}s:7:\"actions\";a:4:{i:1;a:1:{s:8:\"settings\";a:31:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data export tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";s:15:\"submitter_email\";s:19:\"email_1566895643698\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}}i:2;a:1:{s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:7:\"message\";s:160:\"This action adds users to WordPress\' personal data delete tool, allowing admins to comply with the GDPR and other privacy regulations from the site\'s front end.\";}}i:4;a:1:{s:8:\"settings\";a:32:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2019-08-27 02:49:09\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}}}}'),(51,1,'managetoplevel_page_wpcf7columnshidden','a:0:{}'),(53,1,'_woocommerce_tracks_anon_id','woo:owgiJXLPay1nQeQY/c2Pz3Gn'),(54,1,'wc_last_active','1570752000'),(56,1,'_HTO_woocommerce_product_import_mapping','a:107:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:3:\"sku\";i:3;s:4:\"name\";i:4;s:9:\"published\";i:5;s:8:\"featured\";i:6;s:18:\"catalog_visibility\";i:7;s:17:\"short_description\";i:8;s:11:\"description\";i:9;s:17:\"date_on_sale_from\";i:10;s:15:\"date_on_sale_to\";i:11;s:10:\"tax_status\";i:12;s:9:\"tax_class\";i:13;s:12:\"stock_status\";i:14;s:14:\"stock_quantity\";i:15;s:16:\"low_stock_amount\";i:16;s:10:\"backorders\";i:17;s:17:\"sold_individually\";i:18;s:6:\"weight\";i:19;s:6:\"length\";i:20;s:5:\"width\";i:21;s:6:\"height\";i:22;s:15:\"reviews_allowed\";i:23;s:13:\"purchase_note\";i:24;s:10:\"sale_price\";i:25;s:13:\"regular_price\";i:26;s:12:\"category_ids\";i:27;s:7:\"tag_ids\";i:28;s:17:\"shipping_class_id\";i:29;s:6:\"images\";i:30;s:14:\"download_limit\";i:31;s:15:\"download_expiry\";i:32;s:9:\"parent_id\";i:33;s:16:\"grouped_products\";i:34;s:10:\"upsell_ids\";i:35;s:14:\"cross_sell_ids\";i:36;s:11:\"product_url\";i:37;s:11:\"button_text\";i:38;s:10:\"menu_order\";i:39;s:19:\"meta:slide_template\";i:40;s:37:\"meta:_yoast_wpseo_primary_product_cat\";i:41;s:26:\"meta:pyre_main_top_padding\";i:42;s:29:\"meta:pyre_main_bottom_padding\";i:43;s:29:\"meta:pyre_portfolio_width_100\";i:44;s:26:\"meta:pyre_hundredp_padding\";i:45;s:24:\"meta:pyre_display_header\";i:46;s:26:\"meta:pyre_header_100_width\";i:47;s:34:\"meta:pyre_combined_header_bg_color\";i:48;s:32:\"meta:pyre_mobile_header_bg_color\";i:49;s:19:\"meta:pyre_header_bg\";i:50;s:22:\"meta:pyre_header_bg_id\";i:51;s:24:\"meta:pyre_header_bg_full\";i:52;s:26:\"meta:pyre_header_bg_repeat\";i:53;s:24:\"meta:pyre_displayed_menu\";i:54;s:24:\"meta:pyre_display_footer\";i:55;s:27:\"meta:pyre_display_copyright\";i:56;s:26:\"meta:pyre_footer_100_width\";i:57;s:26:\"meta:pyre_sidebar_position\";i:58;s:34:\"meta:pyre_responsive_sidebar_order\";i:59;s:24:\"meta:pyre_sidebar_sticky\";i:60;s:26:\"meta:pyre_sidebar_bg_color\";i:61;s:21:\"meta:pyre_slider_type\";i:62;s:19:\"meta:pyre_wooslider\";i:63;s:19:\"meta:pyre_revslider\";i:64;s:25:\"meta:pyre_slider_position\";i:65;s:26:\"meta:pyre_avada_rev_styles\";i:66;s:18:\"meta:pyre_fallback\";i:67;s:21:\"meta:pyre_fallback_id\";i:68;s:21:\"meta:pyre_demo_slider\";i:69;s:24:\"meta:pyre_page_bg_layout\";i:70;s:23:\"meta:pyre_page_bg_color\";i:71;s:17:\"meta:pyre_page_bg\";i:72;s:20:\"meta:pyre_page_bg_id\";i:73;s:22:\"meta:pyre_page_bg_full\";i:74;s:24:\"meta:pyre_page_bg_repeat\";i:75;s:28:\"meta:pyre_wide_page_bg_color\";i:76;s:22:\"meta:pyre_wide_page_bg\";i:77;s:25:\"meta:pyre_wide_page_bg_id\";i:78;s:27:\"meta:pyre_wide_page_bg_full\";i:79;s:29:\"meta:pyre_wide_page_bg_repeat\";i:80;s:20:\"meta:pyre_page_title\";i:81;s:43:\"meta:pyre_page_title_breadcrumbs_search_bar\";i:82;s:25:\"meta:pyre_page_title_text\";i:83;s:35:\"meta:pyre_page_title_text_alignment\";i:84;s:32:\"meta:pyre_page_title_custom_text\";i:85;s:30:\"meta:pyre_page_title_text_size\";i:86;s:31:\"meta:pyre_page_title_font_color\";i:87;s:32:\"meta:pyre_page_title_line_height\";i:88;s:37:\"meta:pyre_page_title_custom_subheader\";i:89;s:47:\"meta:pyre_page_title_custom_subheader_text_size\";i:90;s:41:\"meta:pyre_page_title_subheader_font_color\";i:91;s:30:\"meta:pyre_page_title_100_width\";i:92;s:27:\"meta:pyre_page_title_height\";i:93;s:34:\"meta:pyre_page_title_mobile_height\";i:94;s:33:\"meta:pyre_page_title_bar_bg_color\";i:95;s:38:\"meta:pyre_page_title_bar_borders_color\";i:96;s:27:\"meta:pyre_page_title_bar_bg\";i:97;s:30:\"meta:pyre_page_title_bar_bg_id\";i:98;s:34:\"meta:pyre_page_title_bar_bg_retina\";i:99;s:37:\"meta:pyre_page_title_bar_bg_retina_id\";i:100;s:32:\"meta:pyre_page_title_bar_bg_full\";i:101;s:32:\"meta:pyre_page_title_bg_parallax\";i:102;s:31:\"meta:_yoast_wpseo_content_score\";i:103;s:16:\"attributes:name1\";i:104;s:17:\"attributes:value1\";i:105;s:19:\"attributes:visible1\";i:106;s:20:\"attributes:taxonomy1\";}'),(57,1,'_HTO_product_import_error_log','a:0:{}'),(66,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"90f8921c69cbfc33f19de704d538455e\";a:11:{s:3:\"key\";s:32:\"90f8921c69cbfc33f19de704d538455e\";s:10:\"product_id\";i:2012;s:12:\"variation_id\";i:2017;s:9:\"variation\";a:1:{s:29:\"attribute_ez-clean-hinge-size\";s:25:\"Small (Fans 14-22 Inches)\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"6b7fe8bb3549516b8d2cc41979756c08\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:627.1000000000000227373675443232059478759765625;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:627.1000000000000227373675443232059478759765625;s:8:\"line_tax\";i:0;}s:32:\"c8758b517083196f05ac29810b924aca\";a:6:{s:3:\"key\";s:32:\"c8758b517083196f05ac29810b924aca\";s:10:\"product_id\";i:2011;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(67,1,'_paytrace_legacy_profiles_transferred','true'),(68,1,'jetpack_tracks_anon_id','jetpack:rD3CtG2emSORtIlFw7WCuLFn'),(69,1,'dismissed_shipstation-setup_notice','1'),(70,1,'wpcf7_hide_welcome_panel_on','a:1:{i:0;s:3:\"5.1\";}'),(88,1,'pll_dismissed_notices','a:2:{i:0;s:8:\"lingotek\";i:1;s:6:\"review\";}'),(89,3,'nickname','wordcamp'),(90,3,'first_name',''),(91,3,'last_name',''),(92,3,'description',''),(93,3,'rich_editing','true'),(94,3,'syntax_highlighting','true'),(95,3,'comment_shortcuts','false'),(96,3,'admin_color','fresh'),(97,3,'use_ssl','0'),(98,3,'show_admin_bar_front','true'),(99,3,'locale',''),(100,3,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(101,3,'_HTO_user_level','10'),(102,3,'_yoast_wpseo_profile_updated','1574683508'),(105,4,'nickname','wordcamp'),(106,4,'first_name',''),(107,4,'last_name',''),(108,4,'description',''),(109,4,'rich_editing','true'),(110,4,'syntax_highlighting','true'),(111,4,'comment_shortcuts','false'),(112,4,'admin_color','fresh'),(113,4,'use_ssl','0'),(114,4,'show_admin_bar_front','true'),(115,4,'locale',''),(116,4,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(117,4,'_HTO_user_level','10'),(118,4,'_yoast_wpseo_profile_updated','1574690643'),(119,5,'nickname','wordcamp'),(120,5,'first_name',''),(121,5,'last_name',''),(122,5,'description',''),(123,5,'rich_editing','true'),(124,5,'syntax_highlighting','true'),(125,5,'comment_shortcuts','false'),(126,5,'admin_color','fresh'),(127,5,'use_ssl','0'),(128,5,'show_admin_bar_front','true'),(129,5,'locale',''),(130,5,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(131,5,'_HTO_user_level','10'),(132,5,'_yoast_wpseo_profile_updated','1574690677'),(133,6,'nickname','wordcamp'),(134,6,'first_name',''),(135,6,'last_name',''),(136,6,'description',''),(137,6,'rich_editing','true'),(138,6,'syntax_highlighting','true'),(139,6,'comment_shortcuts','false'),(140,6,'admin_color','fresh'),(141,6,'use_ssl','0'),(142,6,'show_admin_bar_front','true'),(143,6,'locale',''),(144,6,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(145,6,'_HTO_user_level','10'),(146,6,'_yoast_wpseo_profile_updated','1574691349'),(147,7,'nickname','wordcamp'),(148,7,'first_name',''),(149,7,'last_name',''),(150,7,'description',''),(151,7,'rich_editing','true'),(152,7,'syntax_highlighting','true'),(153,7,'comment_shortcuts','false'),(154,7,'admin_color','fresh'),(155,7,'use_ssl','0'),(156,7,'show_admin_bar_front','true'),(157,7,'locale',''),(158,7,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(159,7,'_HTO_user_level','10'),(160,7,'_yoast_wpseo_profile_updated','1574691393'),(161,8,'nickname','wordcamp'),(162,8,'first_name',''),(163,8,'last_name',''),(164,8,'description',''),(165,8,'rich_editing','true'),(166,8,'syntax_highlighting','true'),(167,8,'comment_shortcuts','false'),(168,8,'admin_color','fresh'),(169,8,'use_ssl','0'),(170,8,'show_admin_bar_front','true'),(171,8,'locale',''),(172,8,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(173,8,'_HTO_user_level','10'),(174,8,'_yoast_wpseo_profile_updated','1574691470'),(175,9,'nickname','wordcamp'),(176,9,'first_name',''),(177,9,'last_name',''),(178,9,'description',''),(179,9,'rich_editing','true'),(180,9,'syntax_highlighting','true'),(181,9,'comment_shortcuts','false'),(182,9,'admin_color','fresh'),(183,9,'use_ssl','0'),(184,9,'show_admin_bar_front','true'),(185,9,'locale',''),(186,9,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(187,9,'_HTO_user_level','10'),(188,9,'_yoast_wpseo_profile_updated','1574691516'),(189,10,'nickname','wordcamp'),(190,10,'first_name',''),(191,10,'last_name',''),(192,10,'description',''),(193,10,'rich_editing','true'),(194,10,'syntax_highlighting','true'),(195,10,'comment_shortcuts','false'),(196,10,'admin_color','fresh'),(197,10,'use_ssl','0'),(198,10,'show_admin_bar_front','true'),(199,10,'locale',''),(200,10,'_HTO_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(201,10,'_HTO_user_level','10'),(202,10,'_yoast_wpseo_profile_updated','1574691536'),(205,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:116:\"monsterinsights_reports_widget,dashboard_site_health,dashboard_right_now,dashboard_activity,wpseo-dashboard-overview\";s:4:\"side\";s:39:\"dashboard_primary,dashboard_quick_press\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(206,1,'edit_page_per_page','100'),(207,1,'session_tokens','a:1:{s:64:\"1925a549aa82c1a79ccdcd25eff9acad6cf4d4ae34dce97d4843db7cf9d60ec5\";a:4:{s:10:\"expiration\";i:1644913506;s:2:\"ip\";s:11:\"72.255.36.5\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";s:5:\"login\";i:1643703906;}}'),(208,1,'edit_post_per_page','100'),(214,1,'_HTO_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:313;s:9:\"\0*\0reason\";s:23:\"home_url_option_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$Bjsy35CRyecBgz1hlKxSXbDwNuJ22d1\";s:13:\"user_nicename\";s:10:\"techloyce1\";s:10:\"user_email\";s:27:\"kashif.saleem@techloyce.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-02-21 06:50:05\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"_HTO_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:141:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:12:\"cfdb7_access\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"read_wpdiscuz_form\";b:1;s:19:\"read_wpdiscuz_forms\";b:1;s:18:\"edit_wpdiscuz_form\";b:1;s:19:\"edit_wpdiscuz_forms\";b:1;s:26:\"edit_others_wpdiscuz_forms\";b:1;s:29:\"edit_published_wpdiscuz_forms\";b:1;s:22:\"publish_wpdiscuz_forms\";b:1;s:20:\"delete_wpdiscuz_form\";b:1;s:21:\"delete_wpdiscuz_forms\";b:1;s:28:\"delete_others_wpdiscuz_forms\";b:1;s:29:\"delete_private_wpdiscuz_forms\";b:1;s:31:\"delete_published_wpdiscuz_forms\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'); /*!40000 ALTER TABLE `_HTO_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_users` -- DROP TABLE IF EXISTS `_HTO_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_users` -- LOCK TABLES `_HTO_users` WRITE; /*!40000 ALTER TABLE `_HTO_users` DISABLE KEYS */; INSERT INTO `_HTO_users` VALUES (1,'admin','$P$Bjsy35CRyecBgz1hlKxSXbDwNuJ22d1','techloyce1','kashif.saleem@techloyce.com','','2019-02-21 06:50:05','',0,'admin'); /*!40000 ALTER TABLE `_HTO_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_admin_note_actions` -- DROP TABLE IF EXISTS `_HTO_wc_admin_note_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_admin_note_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `note_id` bigint(20) unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_primary` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`action_id`), KEY `note_id` (`note_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_admin_note_actions` -- LOCK TABLES `_HTO_wc_admin_note_actions` WRITE; /*!40000 ALTER TABLE `_HTO_wc_admin_note_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_admin_note_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_admin_notes` -- DROP TABLE IF EXISTS `_HTO_wc_admin_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_admin_notes` ( `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `content_data` longtext COLLATE utf8mb4_unicode_520_ci, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_reminder` datetime DEFAULT NULL, `is_snoozable` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`note_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_admin_notes` -- LOCK TABLES `_HTO_wc_admin_notes` WRITE; /*!40000 ALTER TABLE `_HTO_wc_admin_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_admin_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_avatars_cache` -- DROP TABLE IF EXISTS `_HTO_wc_avatars_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_avatars_cache` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT '0', `user_email` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `hash` varchar(255) NOT NULL, `maketime` int(11) NOT NULL DEFAULT '0', `cached` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `user_email` (`user_email`), KEY `user_id` (`user_id`), KEY `url` (`url`), KEY `hash` (`hash`), KEY `maketime` (`maketime`), KEY `cached` (`cached`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_avatars_cache` -- LOCK TABLES `_HTO_wc_avatars_cache` WRITE; /*!40000 ALTER TABLE `_HTO_wc_avatars_cache` DISABLE KEYS */; INSERT INTO `_HTO_wc_avatars_cache` VALUES (1,0,'grfg@tznvy.pbz','https://secure.gravatar.com/avatar/1aedb8d9dc4751e229a335e371db8058?s=64&d=mm&r=g','1aedb8d9dc4751e229a335e371db8058',1589797623,0),(2,0,'grfg@fhofpevcgvbasybj.pbz','https://secure.gravatar.com/avatar/a7e5050921003dad64a6ad8984501b33?s=64&d=mm&r=g','a7e5050921003dad64a6ad8984501b33',1589798992,0),(3,1,'xnfuvs.fnyrrz@grpuyblpr.pbz','https://secure.gravatar.com/avatar/4c55b6613e59f30bf4c69898ac98b38f?s=64&d=mm&r=g','4c55b6613e59f30bf4c69898ac98b38f',1589799037,0); /*!40000 ALTER TABLE `_HTO_wc_avatars_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_category_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_category_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_category_lookup` ( `category_tree_id` bigint(20) unsigned NOT NULL, `category_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`category_tree_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_category_lookup` -- LOCK TABLES `_HTO_wc_category_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_category_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_category_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_comments_subscription` -- DROP TABLE IF EXISTS `_HTO_wc_comments_subscription`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_comments_subscription` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(255) NOT NULL, `subscribtion_id` int(11) NOT NULL, `post_id` int(11) NOT NULL, `subscribtion_type` varchar(255) NOT NULL, `activation_key` varchar(255) NOT NULL, `confirm` tinyint(4) DEFAULT '0', `subscription_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `subscribe_unique_index` (`subscribtion_id`,`email`,`post_id`), KEY `subscribtion_id` (`subscribtion_id`), KEY `post_id` (`post_id`), KEY `confirm` (`confirm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_comments_subscription` -- LOCK TABLES `_HTO_wc_comments_subscription` WRITE; /*!40000 ALTER TABLE `_HTO_wc_comments_subscription` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_comments_subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_customer_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_customer_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_customer_lookup` ( `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned DEFAULT NULL, `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `date_last_active` timestamp NULL DEFAULT NULL, `date_registered` timestamp NULL DEFAULT NULL, `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`customer_id`), UNIQUE KEY `user_id` (`user_id`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_customer_lookup` -- LOCK TABLES `_HTO_wc_customer_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_customer_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_customer_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_download_log` -- DROP TABLE IF EXISTS `_HTO_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_download_log` -- LOCK TABLES `_HTO_wc_download_log` WRITE; /*!40000 ALTER TABLE `_HTO_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_follow_users` -- DROP TABLE IF EXISTS `_HTO_wc_follow_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_follow_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL DEFAULT '0', `user_id` int(11) NOT NULL DEFAULT '0', `user_email` varchar(125) NOT NULL, `user_name` varchar(255) NOT NULL, `follower_id` int(11) NOT NULL DEFAULT '0', `follower_email` varchar(125) NOT NULL, `follower_name` varchar(255) NOT NULL, `activation_key` varchar(32) NOT NULL, `confirm` tinyint(1) NOT NULL DEFAULT '0', `follow_timestamp` int(11) NOT NULL, `follow_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `follow_unique_key` (`user_email`,`follower_email`), KEY `post_id` (`post_id`), KEY `user_id` (`user_id`), KEY `user_email` (`user_email`), KEY `follower_id` (`follower_id`), KEY `follower_email` (`follower_email`), KEY `confirm` (`confirm`), KEY `follow_timestamp` (`follow_timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_follow_users` -- LOCK TABLES `_HTO_wc_follow_users` WRITE; /*!40000 ALTER TABLE `_HTO_wc_follow_users` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_follow_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_order_coupon_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_order_coupon_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_order_coupon_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `coupon_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `discount_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`coupon_id`), KEY `coupon_id` (`coupon_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_order_coupon_lookup` -- LOCK TABLES `_HTO_wc_order_coupon_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_order_coupon_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_order_coupon_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_order_product_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_order_product_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_order_product_lookup` ( `order_item_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `variation_id` bigint(20) unsigned NOT NULL, `customer_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `product_qty` int(11) NOT NULL, `product_net_revenue` double NOT NULL DEFAULT '0', `product_gross_revenue` double NOT NULL DEFAULT '0', `coupon_amount` double NOT NULL DEFAULT '0', `tax_amount` double NOT NULL DEFAULT '0', `shipping_amount` double NOT NULL DEFAULT '0', `shipping_tax_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`), KEY `product_id` (`product_id`), KEY `customer_id` (`customer_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_order_product_lookup` -- LOCK TABLES `_HTO_wc_order_product_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_order_product_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_order_product_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_order_stats` -- DROP TABLE IF EXISTS `_HTO_wc_order_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_order_stats` ( `order_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `num_items_sold` int(11) NOT NULL DEFAULT '0', `gross_total` double NOT NULL DEFAULT '0', `tax_total` double NOT NULL DEFAULT '0', `shipping_total` double NOT NULL DEFAULT '0', `net_total` double NOT NULL DEFAULT '0', `returning_customer` tinyint(1) DEFAULT NULL, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `customer_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_id`), KEY `date_created` (`date_created`), KEY `customer_id` (`customer_id`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_order_stats` -- LOCK TABLES `_HTO_wc_order_stats` WRITE; /*!40000 ALTER TABLE `_HTO_wc_order_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_order_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_order_tax_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_order_tax_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_order_tax_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `shipping_tax` double NOT NULL DEFAULT '0', `order_tax` double NOT NULL DEFAULT '0', `total_tax` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`tax_rate_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_order_tax_lookup` -- LOCK TABLES `_HTO_wc_order_tax_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_order_tax_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_order_tax_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_phrases` -- DROP TABLE IF EXISTS `_HTO_wc_phrases`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_phrases` ( `id` int(11) NOT NULL AUTO_INCREMENT, `phrase_key` varchar(255) NOT NULL, `phrase_value` text NOT NULL, PRIMARY KEY (`id`), KEY `phrase_key` (`phrase_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_phrases` -- LOCK TABLES `_HTO_wc_phrases` WRITE; /*!40000 ALTER TABLE `_HTO_wc_phrases` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_phrases` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_product_meta_lookup` -- DROP TABLE IF EXISTS `_HTO_wc_product_meta_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_product_meta_lookup` ( `product_id` bigint(20) NOT NULL, `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', `virtual` tinyint(1) DEFAULT '0', `downloadable` tinyint(1) DEFAULT '0', `min_price` decimal(10,2) DEFAULT NULL, `max_price` decimal(10,2) DEFAULT NULL, `onsale` tinyint(1) DEFAULT '0', `stock_quantity` double DEFAULT NULL, `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock', `rating_count` bigint(20) DEFAULT '0', `average_rating` decimal(3,2) DEFAULT '0.00', `total_sales` bigint(20) DEFAULT '0', PRIMARY KEY (`product_id`), KEY `virtual` (`virtual`), KEY `downloadable` (`downloadable`), KEY `stock_status` (`stock_status`), KEY `stock_quantity` (`stock_quantity`), KEY `onsale` (`onsale`), KEY `min_max_price` (`min_price`,`max_price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_product_meta_lookup` -- LOCK TABLES `_HTO_wc_product_meta_lookup` WRITE; /*!40000 ALTER TABLE `_HTO_wc_product_meta_lookup` DISABLE KEYS */; INSERT INTO `_HTO_wc_product_meta_lookup` VALUES (2011,'',0,0,122.44,122.44,0,NULL,'instock',0,0.00,0),(2012,'',0,0,627.10,966.55,0,NULL,'instock',0,0.00,0),(2013,'',0,0,239.40,536.73,0,NULL,'instock',0,0.00,0),(2014,'',0,0,202.48,916.74,0,NULL,'instock',0,0.00,0),(2015,'',0,0,966.55,966.55,0,NULL,'instock',0,0.00,0),(2016,'',0,0,820.06,820.06,0,NULL,'instock',0,0.00,0),(2017,'',0,0,627.10,627.10,0,NULL,'instock',0,0.00,0),(2018,'',0,0,536.73,536.73,0,NULL,'instock',0,0.00,0),(2019,'',0,0,463.99,463.99,0,NULL,'instock',0,0.00,0),(2020,'',0,0,421.71,421.71,0,NULL,'instock',0,0.00,0),(2021,'',0,0,328.31,328.31,0,NULL,'instock',0,0.00,0),(2022,'',0,0,242.17,242.17,0,NULL,'instock',0,0.00,0),(2023,'',0,0,239.40,239.40,0,NULL,'instock',0,0.00,0),(2024,'',0,0,916.74,916.74,0,NULL,'instock',0,0.00,0),(2025,'',0,0,460.00,460.00,0,NULL,'instock',0,0.00,0),(2026,'',0,0,793.51,793.51,0,NULL,'instock',0,0.00,0),(2027,'',0,0,202.48,202.48,0,NULL,'instock',0,0.00,0),(2028,'',0,0,240.00,240.00,0,NULL,'instock',0,0.00,0),(2029,'',0,0,296.93,296.93,0,NULL,'instock',0,0.00,0),(2030,'',0,0,445.62,445.62,0,NULL,'instock',0,0.00,0); /*!40000 ALTER TABLE `_HTO_wc_product_meta_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_tax_rate_classes` -- DROP TABLE IF EXISTS `_HTO_wc_tax_rate_classes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_tax_rate_classes` ( `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_class_id`), UNIQUE KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_tax_rate_classes` -- LOCK TABLES `_HTO_wc_tax_rate_classes` WRITE; /*!40000 ALTER TABLE `_HTO_wc_tax_rate_classes` DISABLE KEYS */; INSERT INTO `_HTO_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate'); /*!40000 ALTER TABLE `_HTO_wc_tax_rate_classes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_users_voted` -- DROP TABLE IF EXISTS `_HTO_wc_users_voted`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_users_voted` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` varchar(255) NOT NULL, `comment_id` int(11) NOT NULL, `vote_type` int(11) DEFAULT NULL, `is_guest` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `comment_id` (`comment_id`), KEY `vote_type` (`vote_type`), KEY `is_guest` (`is_guest`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_users_voted` -- LOCK TABLES `_HTO_wc_users_voted` WRITE; /*!40000 ALTER TABLE `_HTO_wc_users_voted` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_users_voted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wc_webhooks` -- DROP TABLE IF EXISTS `_HTO_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wc_webhooks` -- LOCK TABLES `_HTO_wc_webhooks` WRITE; /*!40000 ALTER TABLE `_HTO_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_api_keys` -- DROP TABLE IF EXISTS `_HTO_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_api_keys` -- LOCK TABLES `_HTO_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `_HTO_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_attribute_taxonomies` -- LOCK TABLES `_HTO_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `_HTO_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`), KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_downloadable_product_permissions` -- LOCK TABLES `_HTO_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_log` -- DROP TABLE IF EXISTS `_HTO_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_log` -- LOCK TABLES `_HTO_woocommerce_log` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `_HTO_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_order_itemmeta` -- LOCK TABLES `_HTO_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_order_items` -- DROP TABLE IF EXISTS `_HTO_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_order_items` -- LOCK TABLES `_HTO_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `_HTO_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_payment_tokenmeta` -- LOCK TABLES `_HTO_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `_HTO_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_payment_tokens` -- LOCK TABLES `_HTO_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_sessions` -- DROP TABLE IF EXISTS `_HTO_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_id`), UNIQUE KEY `session_key` (`session_key`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_sessions` -- LOCK TABLES `_HTO_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `_HTO_woocommerce_sessions` VALUES (1,'1','a:10:{s:4:\"cart\";s:905:\"a:2:{s:32:\"90f8921c69cbfc33f19de704d538455e\";a:11:{s:3:\"key\";s:32:\"90f8921c69cbfc33f19de704d538455e\";s:10:\"product_id\";i:2012;s:12:\"variation_id\";i:2017;s:9:\"variation\";a:1:{s:29:\"attribute_ez-clean-hinge-size\";s:25:\"Small (Fans 14-22 Inches)\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"6b7fe8bb3549516b8d2cc41979756c08\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:627.1;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:627.1;s:8:\"line_tax\";i:0;}s:32:\"c8758b517083196f05ac29810b924aca\";a:11:{s:3:\"key\";s:32:\"c8758b517083196f05ac29810b924aca\";s:10:\"product_id\";i:2011;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:122.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:122.44;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:408:\"a:15:{s:8:\"subtotal\";s:6:\"749.54\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"749.54\";s:17:\"cart_contents_tax\";d:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"749.54\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:715:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:27:\"kashif.saleem@techloyce.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:10:\"wc_notices\";N;s:21:\"chosen_payment_method\";s:8:\"paytrace\";s:22:\"mailchimp_landing_site\";s:60:\"https://staging.subscriptionflow.com/wp-admin/admin-ajax.php\";}',1570965074); /*!40000 ALTER TABLE `_HTO_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `_HTO_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_shipping_zone_locations` -- LOCK TABLES `_HTO_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zone_locations` DISABLE KEYS */; INSERT INTO `_HTO_woocommerce_shipping_zone_locations` VALUES (1,1,'GB','country'); /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `_HTO_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_shipping_zone_methods` -- LOCK TABLES `_HTO_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `_HTO_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_shipping_zones` -- LOCK TABLES `_HTO_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zones` DISABLE KEYS */; INSERT INTO `_HTO_woocommerce_shipping_zones` VALUES (1,'United Kingdom (UK)',0); /*!40000 ALTER TABLE `_HTO_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `_HTO_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_tax_rate_locations` -- LOCK TABLES `_HTO_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `_HTO_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_woocommerce_tax_rates` -- LOCK TABLES `_HTO_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `_HTO_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wpfm_backup` -- DROP TABLE IF EXISTS `_HTO_wpfm_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wpfm_backup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `backup_name` text COLLATE utf8mb4_unicode_520_ci, `backup_date` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wpfm_backup` -- LOCK TABLES `_HTO_wpfm_backup` WRITE; /*!40000 ALTER TABLE `_HTO_wpfm_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wpfm_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wpmailsmtp_debug_events` -- DROP TABLE IF EXISTS `_HTO_wpmailsmtp_debug_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wpmailsmtp_debug_events` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `content` text COLLATE utf8mb4_unicode_520_ci, `initiator` text COLLATE utf8mb4_unicode_520_ci, `event_type` tinyint(3) unsigned NOT NULL DEFAULT '0', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wpmailsmtp_debug_events` -- LOCK TABLES `_HTO_wpmailsmtp_debug_events` WRITE; /*!40000 ALTER TABLE `_HTO_wpmailsmtp_debug_events` DISABLE KEYS */; /*!40000 ALTER TABLE `_HTO_wpmailsmtp_debug_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_wpmailsmtp_tasks_meta` -- DROP TABLE IF EXISTS `_HTO_wpmailsmtp_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_wpmailsmtp_tasks_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_wpmailsmtp_tasks_meta` -- LOCK TABLES `_HTO_wpmailsmtp_tasks_meta` WRITE; /*!40000 ALTER TABLE `_HTO_wpmailsmtp_tasks_meta` DISABLE KEYS */; INSERT INTO `_HTO_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-14 12:43:51'),(2,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-18 07:16:08'),(3,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-18 07:16:29'),(4,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-21 10:35:08'),(5,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-21 10:35:27'),(6,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-29 12:52:03'),(7,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-30 12:52:32'),(8,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-06 06:39:29'),(9,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-06 06:40:19'),(10,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-07 06:40:59'),(11,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-08 06:43:18'),(12,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-13 07:10:24'),(13,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-13 07:10:30'),(14,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-14 07:15:30'),(15,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-15 07:22:19'),(16,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-15 07:22:31'),(17,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-18 06:58:44'),(18,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-22 12:10:04'),(19,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-25 06:17:16'),(20,'wp_mail_smtp_admin_notifications_update','W10=','2021-01-26 06:17:22'),(21,'wp_mail_smtp_admin_notifications_update','W10=','2021-02-26 10:13:07'),(22,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-01 06:01:30'),(23,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-02 06:03:40'),(24,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-03 06:04:59'),(25,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-04 07:31:10'),(26,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-04 07:49:02'),(27,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-08 06:40:45'),(28,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-08 06:55:23'),(29,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-09 07:22:51'),(30,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-18 08:47:27'),(31,'wp_mail_smtp_admin_notifications_update','W10=','2021-03-18 08:47:45'),(32,'wp_mail_smtp_admin_notifications_update','W10=','2021-04-21 09:41:57'),(33,'wp_mail_smtp_admin_notifications_update','W10=','2021-07-02 07:40:46'),(34,'wp_mail_smtp_admin_notifications_update','W10=','2021-07-13 06:23:20'),(35,'wp_mail_smtp_admin_notifications_update','W10=','2021-07-15 13:14:35'),(36,'wp_mail_smtp_admin_notifications_update','W10=','2021-08-02 11:05:35'),(37,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-01 12:47:27'),(38,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-01 12:47:32'),(39,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-02 13:00:59'),(40,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-02 13:05:27'),(41,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-03 13:13:30'),(42,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-07 10:26:05'),(43,'wp_mail_smtp_admin_notifications_update','W10=','2021-09-07 10:26:06'),(44,'wp_mail_smtp_admin_notifications_update','W10=','2021-10-07 09:04:34'); /*!40000 ALTER TABLE `_HTO_wpmailsmtp_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `_HTO_yoast_indexable` -- DROP TABLE IF EXISTS `_HTO_yoast_indexable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `_HTO_yoast_indexable` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `permalink` longtext COLLATE utf8mb4_unicode_520_ci, `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `object_id` bigint(20) DEFAULT NULL, `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `author_id` bigint(20) DEFAULT NULL, `post_parent` bigint(20) DEFAULT NULL, `title` text COLLATE utf8mb4_unicode_520_ci, `description` mediumtext COLLATE utf8mb4_unicode_520_ci, `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_public` tinyint(1) DEFAULT NULL, `is_protected` tinyint(1) DEFAULT '0', `has_public_posts` tinyint(1) DEFAULT NULL, `number_of_pages` int(11) unsigned DEFAULT NULL, `canonical` longtext COLLATE utf8mb4_unicode_520_ci, `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `primary_focus_keyword_score` int(3) DEFAULT NULL, `readability_score` int(3) DEFAULT NULL, `is_cornerstone` tinyint(1) DEFAULT '0', `is_robots_noindex` tinyint(1) DEFAULT '0', `is_robots_nofollow` tinyint(1) DEFAULT '0', `is_robots_noarchive` tinyint(1) DEFAULT '0', `is_robots_noimageindex` tinyint(1) DEFAULT '0', `is_robots_nosnippet` tinyint(1) DEFAULT '0', `twitter_title` text COLLATE utf8mb4_unicode_520_ci, `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci, `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci, `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci, `open_graph_title` text COLLATE utf8mb4_unicode_520_ci, `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci, `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci, `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci, `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci, `link_count` int(11) DEFAULT NULL, `incoming_link_count` int(11) DEFAULT NULL, `prominent_words_version` int(11) unsigned DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `blog_id` bigint(20) NOT NULL DEFAULT '1', `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `has_ancestors` tinyint(1) DEFAULT '0', `estimated_reading_time_minutes` int(11) DEFAULT NULL, `version` int(11) DEFAULT '1', PRIMARY KEY (`id`), KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`), KEY `object_id_and_type` (`object_id`,`object_type`), KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`), KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`), KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`) ) ENGINE=InnoDB AUTO_INCREMENT=1649 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `_HTO_yoast_indexable` -- LOCK TABLES `_HTO_yoast_indexable` WRITE; /*!40000 ALTER TABLE `_HTO_yoast_indexable` DISABLE KEYS */; INSERT INTO `_HTO_yoast_indexable` VALUES (1,'https://staging.subscriptionflow.com/author/techloyce1/','55:f36e0cdd4ec6d1517fa908842ee1356c',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/4c55b6613e59f30bf4c69898ac98b38f?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/4c55b6613e59f30bf4c69898ac98b38f?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-11-11 06:17:57','2022-02-01 03:27:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(2,'https://staging.subscriptionflow.com/2020/05/how-these-subscriptionflows-recurring-billing-features-will-improve-your-saas-business-during-covid-19/','144:f253bf6f4aa1cd67728cb1d20c965ae6',2858,'post','post',1,0,NULL,NULL,'How These SubscriptionFlow’s Recurring Billing Features Will Improve Your SaaS Business during COVID-19','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-features.jpg',NULL,'2859','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-features.jpg','2859','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Recurring-billing-features.jpg\",\"size\":\"full\",\"id\":2859,\"alt\":\"Recurring billing features\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 06:17:57','2020-11-13 02:34:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(3,'https://staging.subscriptionflow.com/','37:288837d4011713a2d6cc6fd13b84fb32',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','The Future of Subscription Management','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,38,NULL,'2020-11-11 06:17:57','2021-10-07 05:39:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(4,'https://staging.subscriptionflow.com/blog/','38:f75d83f4121d88b68a2368bc60fe77eb',564,'post','page',1,0,'Subscription Billing and Management Software | Subscriptionflow',NULL,'Blog','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing and Management Software',37,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:18:35','2020-11-12 04:31:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(5,'https://staging.subscriptionflow.com/','37:288837d4011713a2d6cc6fd13b84fb32',2176,'post','page',1,0,'Best Subscription Management and Billing Software 2021','Subscriptionflow is offering Best Subscription Management and Billing Software 2021 designed to deliver unrivaled results to companies','Home','publish',NULL,0,NULL,NULL,NULL,'Best Subscription Management and Billing Software 2021',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png',NULL,NULL,'first-content-image',NULL,NULL,'https://www.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png',NULL,'first-content-image',NULL,9,9,NULL,'2020-11-11 06:18:49','2021-11-12 09:25:51',1,NULL,NULL,NULL,NULL,0,8,1),(6,'https://staging.subscriptionflow.com/register/','42:c2f5993ae86259d30de528aec87aa284',289,'post','page',1,0,NULL,NULL,'Register','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,23,NULL,'2020-11-11 06:18:49','2021-11-12 14:02:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(7,'https://staging.subscriptionflow.com/sales-tax-management/','54:50c0097212d84d91511b06ea27ac1166',1289,'post','page',1,0,'Best Sales Tax Management Software | SubscriptionFlow','SubscriptionFlow and Avalara Automates your Tax Management Tasks with Best Sales Tax Management Software to help businesses Save Time and Manual Efforts.','Sales Tax Management','publish',NULL,0,NULL,NULL,NULL,'Sales Tax Management',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,9,NULL,'2020-11-11 06:18:49','2021-11-12 13:58:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(8,'https://staging.subscriptionflow.com/contact/','41:eaeaa89b311e2300cd95dd28f168dfe2',588,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,45,NULL,'2020-11-11 06:18:49','2021-12-16 08:26:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(9,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png','82:1eada68dbc7acbd095a3d992b832c80d',1572,'post','attachment',1,1289,NULL,NULL,'sales_tax_banner','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png',NULL,'1572','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png','1572','attachment-image','{\"width\":491,\"height\":246,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_banner-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_banner-1.png\",\"size\":\"full\",\"id\":1572,\"alt\":\"\",\"pixels\":120786,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(10,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img-e1586338226240.png','96:41e5d7a78765ca9c9673e71d59001dcd',1305,'post','attachment',1,1289,NULL,NULL,'Choose SubscriptionFlow to Stay On Top','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img-e1586338226240.png',NULL,'1305','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img-e1586338226240.png','1305','attachment-image','{\"width\":600,\"height\":387,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_top_img-e1586338226240.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_top_img-e1586338226240.png\",\"size\":\"full\",\"id\":1305,\"alt\":\"\",\"pixels\":232200,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(11,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1-e1586338256552.png','94:e103c7fca477ffa61412def5d44a0211',1307,'post','attachment',1,1289,NULL,NULL,'SubscriptionFlow Taxes powered by Avalara','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1-e1586338256552.png',NULL,'1307','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1-e1586338256552.png','1307','attachment-image','{\"width\":691,\"height\":390,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_1-e1586338256552.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_img_1-e1586338256552.png\",\"size\":\"full\",\"id\":1307,\"alt\":\"\",\"pixels\":269490,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(12,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2-e1586338286202.png','94:9697c8fd0bde439f2054b6e358dfa812',1308,'post','attachment',1,1289,NULL,NULL,'sales_tax_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2-e1586338286202.png',NULL,'1308','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2-e1586338286202.png','1308','attachment-image','{\"width\":691,\"height\":375,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_2-e1586338286202.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_img_2-e1586338286202.png\",\"size\":\"full\",\"id\":1308,\"alt\":\"\",\"pixels\":259125,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(13,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3-e1586338315474.png','94:20ac895f8998861b20e0ce38e63aa634',1309,'post','attachment',1,1289,NULL,NULL,'Taking the burden off of your accountants','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3-e1586338315474.png',NULL,'1309','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3-e1586338315474.png','1309','attachment-image','{\"width\":691,\"height\":287,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_3-e1586338315474.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_img_3-e1586338315474.png\",\"size\":\"full\",\"id\":1309,\"alt\":\"\",\"pixels\":198317,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(14,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4-e1586338345918.png','94:25678c4f90617a0e125bc6b1941b5728',1310,'post','attachment',1,1289,NULL,NULL,'Additional Tax Compliance Support','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4-e1586338345918.png',NULL,'1310','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4-e1586338345918.png','1310','attachment-image','{\"width\":691,\"height\":306,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/sales_tax_img_4-e1586338345918.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/sales_tax_img_4-e1586338345918.png\",\"size\":\"full\",\"id\":1310,\"alt\":\"\",\"pixels\":211446,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:50','2020-12-09 02:18:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(15,'https://staging.subscriptionflow.com/integrations/','46:5bd11edecc9dab62b2fca416a5152658',2597,'post','page',1,0,NULL,NULL,'Integrations','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png',NULL,'first-content-image',NULL,14,11,NULL,'2020-11-11 06:18:50','2021-11-12 13:58:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(16,'https://staging.subscriptionflow.com/subscription-software-integrated-with-xero/','76:e2a1f3b257492c6e6b08a548e6140ce7',1761,'post','page',1,0,NULL,NULL,'Subscription Software Integrated With Xero','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg',NULL,'first-content-image',NULL,3,6,NULL,'2020-11-11 06:18:50','2021-08-13 03:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(17,'https://staging.subscriptionflow.com/subscription-software-integration-with-quickbooks/','83:facfc1d0c7f80a06646e781b28aa818b',3161,'post','page',1,0,'Subscription Software Integration with QuickBooks - SubscriptionFlow',NULL,'Subscription Software Integration with QuickBooks','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integration with QuickBooks',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg',NULL,'first-content-image',NULL,3,3,NULL,'2020-11-11 06:18:50','2021-08-13 03:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(18,'https://staging.subscriptionflow.com/subscription-software-integration-with-zendesk/','80:2fcef9f71d9ee988740bbf5906e6fe07',3406,'post','page',1,0,'Subscription Software Integration with Zendesk | SubscriptionFlow','Subscription Software Integration with Zendesk allows the subscription businesses to reach out to their potential lead and convert them into their subscribers.','Subscription Software Integration with Zendesk','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integration with Zendesk',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg',NULL,'first-content-image',NULL,3,8,NULL,'2020-11-11 06:18:50','2020-12-03 07:21:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(19,'https://staging.subscriptionflow.com/subscription-software-integrated-with-sugarcrm/','80:512acee3de9cf092adb36bb970bb950d',3270,'post','page',1,0,'Subscription Software Integrated with SugarCRM | SubscriptionFlow','Subscription Software Integrated with SugarCRM can help you business provide services without any hassle and with an automated process.','Subscription Software Integrated with SugarCRM','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integrated with SugarCRM',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,2,NULL,'2020-11-11 06:18:50','2020-12-03 07:33:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(20,'https://staging.subscriptionflow.com/subscriptionflow-hubspot-integration/','70:8ea6cdddea5363a15131146639a479bc',3835,'post','page',1,0,'SubscriptionFlow HubSpot Integration | SubscriptionFlow','SubscriptionFlow integration with HubSpot allows subscription businesses to devise data-driven billing, marketing, sales & support strategies on one platform.','SubscriptionFlow HubSpot Integration','publish',NULL,0,NULL,NULL,NULL,'SubscriptionFlow HubSpot Integration',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg',NULL,'first-content-image',NULL,3,3,NULL,'2020-11-11 06:18:50','2021-08-13 03:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(21,'https://staging.subscriptionflow.com/subscription-software-integrated-with-salesforce/','82:6d72d3cb4a4f6c47db6f0f607702f570',3391,'post','page',1,0,'Subscription Software Integrated with Salesforce | SubscriptionFlow',NULL,'Subscription Software Integrated with Salesforce','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integrated with Salesforce',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg',NULL,'first-content-image',NULL,4,5,NULL,'2020-11-11 06:18:50','2020-12-03 07:52:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(22,'https://staging.subscriptionflow.com/subscription-software-integration-with-avalara/','80:026483c8285dfbc3fc6ec5939b8e2a40',3412,'post','page',1,0,'Subscription Software Integration with Avalara | SubscriptionFlow','Subscription Software integration with Avalara makes the process of recurring billing and payments management accurately tax compliant and seamless.','Subscription Software Integration with Avalara','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integration with Avalara',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg',NULL,'first-content-image',NULL,3,5,NULL,'2020-11-11 06:18:50','2021-08-13 03:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(23,'https://staging.subscriptionflow.com/subscription-software-integrated-with-mailchimp/','81:704e0968eae21748b7ceb413784d7b71',3848,'post','page',1,0,'Subscription Software Integrated with Mailchimp | SubscriptionFlow','Integrate SubscriptionFlow with MailChimp for easy, automated, and instant sales and marketing campaigns and triggered communications.','Subscription Software Integrated with Mailchimp','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integrated with Mailchimp',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg',NULL,'first-content-image',NULL,3,11,NULL,'2020-11-11 06:18:50','2021-09-27 01:38:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(24,'https://staging.subscriptionflow.com/subscription-software-integration-with-pipedrive/','82:284942ab1b26b83b0bd292e84c715c7c',3853,'post','page',1,0,'Subscription Software Integration with PipeDrive | SubscriptionFlow','SubscriptionFlow integration with PipeDrive eases subscription sales management from creating a deal to closing a deal with visual pipelines & real-time data sync.','Subscription Software Integration with PipeDrive','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integration with PipeDrive',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg',NULL,'first-content-image',NULL,3,1,NULL,'2020-11-11 06:18:51','2020-12-07 09:09:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(25,'https://staging.subscriptionflow.com/subscription-software-integration-with-shopify/','80:c988c02b349096d32114028addd08f70',3400,'post','page',1,0,'Subscription Software Integration with Shopify | Subscription Flow',NULL,'Subscription Software Integration with Shopify','publish',NULL,0,NULL,NULL,NULL,'Subscription Software Integration with Shopify',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg',NULL,'first-content-image',NULL,5,3,NULL,'2020-11-11 06:18:51','2021-08-13 03:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(26,'https://staging.subscriptionflow.com/subscriptionflow-monday-com-integration/','73:14971d1c916860324852db4a651a983d',3955,'post','page',1,0,'SubscriptionFlow Monday.com Integration | SubscriptionFlow','SubscriptionFlow monday.com integration helps businesses to automate the entire business workflow by managing processes in a seamless manner.','SubscriptionFlow Monday.com Integration','publish',NULL,0,NULL,NULL,NULL,'SubscriptionFlow Monday.com Integration',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png',NULL,'first-content-image',NULL,2,1,NULL,'2020-11-11 06:18:51','2020-12-07 09:17:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(27,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png','68:dedf0b0c8f46980e640489ee91f99eeb',2604,'post','attachment',1,2597,NULL,NULL,'xero','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png',NULL,'2604','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png','2604','attachment-image','{\"width\":144,\"height\":144,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/xero.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/xero.png\",\"size\":\"full\",\"id\":2604,\"alt\":\"xero\",\"pixels\":20736,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:51','2020-11-12 04:31:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(28,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png','66:658293724b907f85f34c4c7d8c81f9e8',2609,'post','attachment',1,0,NULL,NULL,'qb','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png',NULL,'2609','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png','2609','attachment-image','{\"width\":48,\"height\":49,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/qb.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/qb.png\",\"size\":\"full\",\"id\":2609,\"alt\":\"\",\"pixels\":2352,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(29,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png','78:03bc27fce2923524f37936ef5cb4e90b',2611,'post','attachment',1,0,NULL,NULL,'zendesk-medium','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png',NULL,'2611','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png','2611','attachment-image','{\"width\":73,\"height\":56,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zendesk-medium.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/zendesk-medium.png\",\"size\":\"full\",\"id\":2611,\"alt\":\"\",\"pixels\":4088,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(30,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png','81:1afa925372cb65c01bb6d48831da38f2',2629,'post','attachment',1,0,NULL,NULL,'sugarcrm-logo-new','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png',NULL,'2629','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png','2629','attachment-image','{\"width\":185,\"height\":36,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/sugarcrm-logo-new.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/sugarcrm-logo-new.png\",\"size\":\"full\",\"id\":2629,\"alt\":\"\",\"pixels\":6660,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(31,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png','71:fc22cf9b33bc72820fcd930f7dd76c51',2613,'post','attachment',1,0,NULL,NULL,'hubspot','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png',NULL,'2613','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png','2613','attachment-image','{\"width\":155,\"height\":163,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/hubspot.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/hubspot.png\",\"size\":\"full\",\"id\":2613,\"alt\":\"\",\"pixels\":25265,\"type\":\"image/png\"}',0,3,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(32,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png','74:26c504d61a75dc80b417ff25bf72bd8e',2636,'post','attachment',1,0,NULL,NULL,'salesforce','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png',NULL,'2636','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png','2636','attachment-image','{\"width\":151,\"height\":118,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/salesforce.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/salesforce.png\",\"size\":\"full\",\"id\":2636,\"alt\":\"\",\"pixels\":17818,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(33,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png','71:6cff3e79cbc7e5ce31564330b0d4c7e1',2612,'post','attachment',1,0,NULL,NULL,'avalara','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png',NULL,'2612','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png','2612','attachment-image','{\"width\":100,\"height\":102,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/avalara.png\",\"size\":\"full\",\"id\":2612,\"alt\":\"\",\"pixels\":10200,\"type\":\"image/png\"}',0,3,NULL,'2020-11-11 06:18:51','2020-11-13 02:40:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(34,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png','73:e3bd1ef99c0d491fb21a49d37371c79b',2622,'post','attachment',1,0,NULL,NULL,'mailchimp','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png',NULL,'2622','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png','2622','attachment-image','{\"width\":76,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/mailchimp.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/mailchimp.png\",\"size\":\"full\",\"id\":2622,\"alt\":\"\",\"pixels\":6080,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(35,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png','73:5793cdc7c85a0a1a9c8900b821cc3444',2614,'post','attachment',1,0,NULL,NULL,'Pipedrive','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png',NULL,'2614','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png','2614','attachment-image','{\"width\":304,\"height\":304,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Pipedrive.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Pipedrive.png\",\"size\":\"full\",\"id\":2614,\"alt\":\"\",\"pixels\":92416,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 23:38:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(36,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png','75:f45bef1b9dc9bcbea5df576517bed454',3397,'post','attachment',1,0,NULL,NULL,'shopify-bag','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png',NULL,'3397','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png','3397','attachment-image','{\"width\":185,\"height\":185,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/shopify-bag.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/shopify-bag.png\",\"size\":\"full\",\"id\":3397,\"alt\":\"\",\"pixels\":34225,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(37,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png','84:1829340d351e86351fe87b68a987c915',3953,'post','attachment',1,2597,NULL,NULL,'monday.com','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png',NULL,'3953','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png','3953','attachment-image','{\"width\":256,\"height\":256,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/pvepolfrmchrdpcuzzs8.png\",\"size\":\"full\",\"id\":3953,\"alt\":\"monday.com\",\"pixels\":65536,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2021-03-26 02:39:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(38,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png','71:0895293fbd83b64ea649ddf941360114',2628,'post','attachment',1,0,NULL,NULL,'zohocrm','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png',NULL,'2628','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png','2628','attachment-image','{\"width\":300,\"height\":156,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zohocrm.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/zohocrm.png\",\"size\":\"full\",\"id\":2628,\"alt\":\"\",\"pixels\":46800,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(39,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png','70:22e5b491a24a64a83030c1cf1f692636',2610,'post','attachment',1,0,NULL,NULL,'zapier','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png',NULL,'2610','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png','2610','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/zapier.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/zapier.png\",\"size\":\"full\",\"id\":2610,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(40,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png','70:e1a779c3a2ac288ec294237cf6c74c33',2633,'post','attachment',1,0,NULL,NULL,'slack2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png',NULL,'2633','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png','2633','attachment-image','{\"width\":300,\"height\":294,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/slack2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/slack2.png\",\"size\":\"full\",\"id\":2633,\"alt\":\"\",\"pixels\":88200,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(41,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png','71:9cbf0780775f708d55494e226885229d',2623,'post','attachment',1,0,NULL,NULL,'piesync','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png',NULL,'2623','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png','2623','attachment-image','{\"width\":146,\"height\":146,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/piesync.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/piesync.png\",\"size\":\"full\",\"id\":2623,\"alt\":\"\",\"pixels\":21316,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:51','2020-12-28 03:19:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(42,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg','96:413edcf814c84d957a360bdae35ab1a0',2179,'post','attachment',1,2176,NULL,NULL,'image_2019_12_18T12_10_56_461Z (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg',NULL,'2179','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg','2179','attachment-image','{\"width\":1279,\"height\":922,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/image_2019_12_18T12_10_56_461Z-1.jpg\",\"size\":\"full\",\"id\":2179,\"alt\":\"Subscriptionflow\",\"pixels\":1179238,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(43,'https://staging.subscriptionflow.com/?page_id=32','44:01a83a497b9fe664ea2fc6a3184a6621',32,'post','page',1,0,'Best Subscription Management and Billing Software 2019','Subscriptionflow is offering Subscription Billing and Subscription Management Software 2019 designed to deliver unrivaled results to companies worldwide.','Home backup','draft',0,0,NULL,NULL,NULL,'Subscription Management and Billing Software 2019',56,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:18:52','2020-11-13 02:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(44,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png','69:9d7f2a349a94004f3d054fd5f2aae847',731,'post','attachment',1,32,NULL,NULL,'icon2','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png',NULL,'731','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png','731','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/icon2.png\",\"size\":\"full\",\"id\":731,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(45,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png','69:de2f4e0ddfdc3c3c254239a45b12bdcf',729,'post','attachment',1,32,NULL,NULL,'icon1','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png',NULL,'729','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png','729','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/icon1.png\",\"size\":\"full\",\"id\":729,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(46,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png','69:754085694532416142694954ffcfef4a',733,'post','attachment',1,32,NULL,NULL,'icon3','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png',NULL,'733','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png','733','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/icon3.png\",\"size\":\"full\",\"id\":733,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(47,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png','69:f4534baeb0b80c846829a4958df82ac2',1450,'post','attachment',1,32,NULL,NULL,'Payment Processing','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png',NULL,'1450','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png','1450','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/icon4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/icon4.png\",\"size\":\"full\",\"id\":1450,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(48,NULL,NULL,731,'post','attachment',1,32,NULL,NULL,'icon2','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png',NULL,'731','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png','731','attachment-image','{\"width\":80,\"height\":80,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/icon2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/icon2.png\",\"size\":\"full\",\"id\":731,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/png\"}',0,NULL,NULL,'2020-11-11 06:18:52','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(49,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment.png','77:ee21c17cf473b60bee9d5cb38b9f7741',2896,'post','attachment',1,2176,NULL,NULL,'tax-managment','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment.png',NULL,'2896','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment.png','2896','attachment-image','{\"width\":150,\"height\":150,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/tax-managment.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/tax-managment.png\",\"size\":\"full\",\"id\":2896,\"alt\":\"tax-managment\",\"pixels\":22500,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(50,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/integration.png','75:920478b8225f2af91da745c99e6b4fc5',2898,'post','attachment',1,2176,NULL,NULL,'integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/integration.png',NULL,'2898','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/integration.png','2898','attachment-image','{\"width\":150,\"height\":150,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/integration.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/integration.png\",\"size\":\"full\",\"id\":2898,\"alt\":\"integration\",\"pixels\":22500,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:18:52','2020-12-29 05:12:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(51,'https://staging.subscriptionflow.com/payment-gateways/','50:59c4bd9083d90114176b93d314ccaf28',2585,'post','page',1,0,NULL,NULL,'Payment Gateways','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png',NULL,'first-content-image',NULL,12,30,NULL,'2020-11-11 06:26:05','2021-08-23 00:31:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(52,'https://staging.subscriptionflow.com/recurring-billing-with-stripe/','63:30f659b3e0073d07bd5aff739c4de5bc',3817,'post','page',1,0,'Recurring Billing With Stripe | SubscriptionFlow',NULL,'Recurring Billing With Stripe','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing With Stripe',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,37,NULL,'2020-11-11 06:26:05','2021-01-25 03:28:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(53,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-stripe.png','93:cbab25a501795eccf5a2e61ece48bdff',3822,'post','attachment',1,3817,NULL,NULL,'recurring-billing-with-stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-stripe.png',NULL,'3822','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-stripe.png','3822','attachment-image','{\"width\":400,\"height\":280,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-stripe.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/recurring-billing-with-stripe.png\",\"size\":\"full\",\"id\":3822,\"alt\":\"recurring-billing-with-stripe\",\"pixels\":112000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-07 01:29:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(54,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg','101:0b4c75d9bd3cea89f21e7edd769de54b',3824,'post','attachment',1,3817,NULL,NULL,'Secure Payment Processing with stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg',NULL,'3824','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg','3824','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Secure-Payment-Processing-with-stripe.jpg\",\"size\":\"full\",\"id\":3824,\"alt\":\"Secure-Payment-Processing-with-stripe\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2021-03-26 02:22:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(55,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg','134:df2e49a8c7e880b4a8078c4709f82f1d',3825,'post','attachment',1,3817,NULL,NULL,'Stripe Is One of the Most Trusted Payment Processing Services Provider','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg',NULL,'3825','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg','3825','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider.jpg\",\"size\":\"full\",\"id\":3825,\"alt\":\"Stripe-Is-One-of-the-Most-Trusted-Payment-Processing-Services-Provider\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2021-03-26 02:22:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(56,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg','122:6d20995ef8f5f67d47819da9abdec24c',3827,'post','attachment',1,3817,NULL,NULL,'Recurring Billing with SubscriptionFlow Stripe Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg',NULL,'3827','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg','3827','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Recurring-Billing-with-SubscriptionFlow-Stripe-Integration.jpg\",\"size\":\"full\",\"id\":3827,\"alt\":\"Recurring-Billing-with-SubscriptionFlow-Stripe-Integration\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2021-03-26 02:38:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(57,'https://staging.subscriptionflow.com/recurring-billing-with-authorize-net/','70:0415c5dc608224b9881e9073e198217b',3796,'post','page',1,0,'Recurring Billing with Authorize.net | SubscriptionFlow',NULL,'Recurring Billing with Authorize.net','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing with Authorize.net',65,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9,9,NULL,'2020-11-11 06:26:06','2021-01-25 03:29:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(58,'https://staging.subscriptionflow.com/2020/10/ai-for-online-recurring-payments-an-overview-of-the-current-applications-use-cases-and-other-related-practices/','152:a1d0dc543b969a32db7589d16c5d8cb0',3685,'post','post',1,0,'AI for Online Recurring Payments','The growing trends of using artificial intelligence in the recurring billing and payment software is diffusing the stresses and risks of mounting online payment.','AI for Online Recurring Payments—An Overview of the Current Applications, Use Cases, and Other Related Practices','publish',NULL,0,NULL,NULL,NULL,'AI for Online Recurring Payments',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg',NULL,'3686','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg','3686','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg\",\"size\":\"full\",\"id\":3686,\"alt\":\"AI Leveraging Recurring Payment Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,9,NULL,'2020-11-11 06:26:06','2021-07-29 02:05:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(59,'https://staging.subscriptionflow.com/2020/10/leveraging-the-power-of-machine-learning-in-subscription-billing-to-mitigate-fraud-and-churn-rate/','139:bec622d83a91e72265c09c1dadd44806',3651,'post','post',1,0,'Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn','Machine learning technology is reforming the way subscription-based businesses operate. This helps increase security and reduce customer churn rate.','Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate','publish',NULL,0,NULL,NULL,NULL,'Machine Learning in Subscription Billing',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg',NULL,'3653','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg','3653','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg\",\"size\":\"full\",\"id\":3653,\"alt\":\"Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,4,NULL,'2020-11-11 06:26:06','2021-04-25 23:20:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(60,'https://staging.subscriptionflow.com/2020/10/ai-and-saas-for-revenue-growth/','72:e25d5dfc3a3ced0c381bf850026b058c',3622,'post','post',1,0,'AI and SaaS for Revenue Growth | SubscriptionFlow','AI and SaaS are now two inseparable factors that are mandatory to grow the revenue and manage the subscription management with the aid of automation, predictive analysis, and data security tools.','AI and SaaS for Revenue Growth—Follow Our 7-Steps Guide to Automate End-to-End Subscription Management for Your Business','publish',NULL,0,NULL,NULL,NULL,'AI and SaaS',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg',NULL,'3625','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg','3625','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/ai-and-revenue.jpg\",\"size\":\"full\",\"id\":3625,\"alt\":\"AI and revenue\",\"pixels\":960000,\"type\":\"image/jpeg\"}',9,10,NULL,'2020-11-11 06:26:06','2021-07-30 03:04:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(61,'https://staging.subscriptionflow.com/2020/07/business-process-automation-the-revolutionary-recurring-billing-and-subscription-management-technology-for-businesses-of-all-sizes/','172:cad45194ccbd28df4a81589f2af903bc',3167,'post','post',1,0,'Business Process Automation - SubscriptionFlow','Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes.','Business Process Automation—The Revolutionary Recurring Billing and Subscription Management Technology for Businesses of All Sizes','publish',NULL,0,NULL,NULL,NULL,'Business Process Automation',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Business-Process-Automation.jpg',NULL,'3168','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Business-Process-Automation.jpg','3168','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Business-Process-Automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Business-Process-Automation.jpg\",\"size\":\"full\",\"id\":3168,\"alt\":\"Business Process Automation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,3,NULL,'2020-11-11 06:26:06','2021-03-26 00:24:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(62,'https://staging.subscriptionflow.com/subscription-management-software/','66:a56b46dbbd6f554299c3ea521932e566',281,'post','page',1,0,'Best Online Subscription Management Software 2020 | SubscriptionFlow','Do you want to streamline your business functions? SubscriptionFlow has the best Online Subscription Management Software 2020 that handles multiple customers easily.','Subscription Management Software','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software',65,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,64,NULL,'2020-11-11 06:26:06','2021-11-12 14:25:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(63,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png','107:abd13e3adb58992a419708a112c4a6b1',1942,'post','attachment',1,281,NULL,NULL,'Saas_software_as_a_service-removebg-preview','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png',NULL,'1942','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png','1942','attachment-image','{\"width\":519,\"height\":481,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png\",\"size\":\"full\",\"id\":1942,\"alt\":\"Subscription Management\",\"pixels\":249639,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 01:49:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(64,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg','75:0c797f327efddf12d1c1aef233d638e0',957,'post','attachment',1,281,NULL,NULL,'sub_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg',NULL,'957','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg','957','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_2-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sub_img_2-1.jpg\",\"size\":\"full\",\"id\":957,\"alt\":\"Subscription management system\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 01:49:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(65,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg','75:cddd00a73478114a4057b265fcbd683a',958,'post','attachment',1,281,NULL,NULL,'sub_img_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg',NULL,'958','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg','958','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sub_img_3-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sub_img_3-1.jpg\",\"size\":\"full\",\"id\":958,\"alt\":\"SaaS subscription software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 01:49:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(66,'https://staging.subscriptionflow.com/billing-and-invoicing-software/','64:c6432b5b6223adc6fbfdb1df709479ff',434,'post','page',1,0,'Best Billing and Invoicing Software 2020 | Subscriptionflow','Tired of managing your invoices and payments? Let Subscriptionflow best Billing and Invoicing Software manage and track all your business transactions.','Billing and Invoicing','publish',NULL,0,NULL,NULL,NULL,'Billing and Invoicing Software',72,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,60,NULL,'2020-11-11 06:26:06','2021-11-12 14:02:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(67,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png','78:e3250f4856b2a5e443376f6bd1e89650',1570,'post','attachment',1,434,NULL,NULL,'Benefits that our Online Invoicing Software provides','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png',NULL,'1570','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png','1570','attachment-image','{\"width\":491,\"height\":259,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_banner.png\",\"size\":\"full\",\"id\":1570,\"alt\":\"\",\"pixels\":127169,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(68,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img-e1586338031219.png','94:503fbe31e96854df686db7cbc859aec8',913,'post','attachment',1,434,NULL,NULL,'billing_top_img','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img-e1586338031219.png',NULL,'913','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img-e1586338031219.png','913','attachment-image','{\"width\":600,\"height\":426,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img-e1586338031219.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_top_img-e1586338031219.png\",\"size\":\"full\",\"id\":913,\"alt\":\"\",\"pixels\":255600,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(69,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg','79:66bc25678c93577a92a2011d78a4a482',949,'post','attachment',1,434,NULL,NULL,'billing_img_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg',NULL,'949','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg','949','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_1-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_img_1-1.jpg\",\"size\":\"full\",\"id\":949,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(70,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1-e1586338079945.png','94:b7752f31c8e39c29633c030ebda2d6a2',955,'post','attachment',1,434,NULL,NULL,'billing_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1-e1586338079945.png',NULL,'955','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1-e1586338079945.png','955','attachment-image','{\"width\":691,\"height\":475,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_2-1-e1586338079945.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_img_2-1-e1586338079945.png\",\"size\":\"full\",\"id\":955,\"alt\":\"\",\"pixels\":328225,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(71,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3-e1586338117757.jpg','92:e3859d4c005e163af0f81a8dab5e29f2',952,'post','attachment',1,434,NULL,NULL,'billing_img_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3-e1586338117757.jpg',NULL,'952','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3-e1586338117757.jpg','952','attachment-image','{\"width\":691,\"height\":382,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_3-e1586338117757.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_img_3-e1586338117757.jpg\",\"size\":\"full\",\"id\":952,\"alt\":\"\",\"pixels\":263962,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(72,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1-e1586338161791.png','94:1162da712467133f3ed061fdb4e7d7ff',953,'post','attachment',1,434,NULL,NULL,'billing_img_4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1-e1586338161791.png',NULL,'953','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1-e1586338161791.png','953','attachment-image','{\"width\":691,\"height\":301,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_img_4-1-e1586338161791.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_img_4-1-e1586338161791.png\",\"size\":\"full\",\"id\":953,\"alt\":\"\",\"pixels\":207991,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:06','2020-12-09 02:13:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(73,NULL,NULL,3169,'post','attachment',1,3167,NULL,NULL,'BPA-Business-Process-Automation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg',NULL,'3169','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg','3169','attachment-image','{\"width\":1000,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/BPA-Business-Process-Automation.jpg\",\"size\":\"full\",\"id\":3169,\"alt\":\"\",\"pixels\":800000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(74,'https://staging.subscriptionflow.com/2020/08/ai-enabled-saas-for-subscription-management-05-key-areas-where-using-artificial-intelligence-revolutionalized-the-data-driven-services/','176:42aa0a998dcb67652f28366ee15d1e1a',3190,'post','post',1,0,'AI-Enabled SaaS for Subscription Management','AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionalized the Data-Driven Services.','AI-Enabled SaaS for Subscription Management—05 Key Areas Where Using Artificial Intelligence Revolutionized the Data-Driven Services','publish',NULL,0,NULL,NULL,NULL,'AI-Enabled SaaS for Subscription Management',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg',NULL,'3191','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg','3191','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/AI-Enabled-SaaS-for-Subscription-Management.jpg\",\"size\":\"full\",\"id\":3191,\"alt\":\"AI-Enabled SaaS for Subscription Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,4,NULL,'2020-11-11 06:26:06','2020-11-12 14:02:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(75,'https://staging.subscriptionflow.com/2020/03/ai-technology-has-empowered-businesses-to-excel-in-the-saas-market/','108:fe0e12298023fb400aeeac01aa8ed915',2544,'post','post',1,0,'AI Technology Has Empowered Businesses to Excel in the SaaS Market',NULL,'AI Technology Has Empowered Businesses to Excel in the SaaS Market','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-and-SaaS.jpg',NULL,'2542','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-and-SaaS.jpg','2542','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-and-SaaS.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/AI-and-SaaS.jpg\",\"size\":\"full\",\"id\":2542,\"alt\":\"AI and SaaS\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 06:26:06','2021-04-29 20:44:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(76,'https://staging.subscriptionflow.com/2020/08/this-is-how-subscription-billing-automation-is-a-game-changer-for-subscription-businesses/','131:efd34c5e0254dbc7f14c57899b8eb8e9',3429,'post','post',1,0,'This is How Subscription Billing Automation is a Game Changer for Subscription Businesses','With SubscriptionFlow, manage automated subscription sales, invoicing, billing adjustments, payments, A/R tracking, and revenue in real-time.','This is How Subscription Billing Automation is a Game Changer for Subscription Businesses','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing Automation',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg',NULL,'3430','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg','3430','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Ways-Billing-Automation-can-Benefit-Subscription-Business.jpg\",\"size\":\"full\",\"id\":3430,\"alt\":\"For small- to medium-sized subscription businesses, recurring billing management is the most difficult part. Even, the most tedious and orchestrated processes of sending out the invoices and offering the online payment processing convenience cannot ensure on-time payments. Payment delays mean financial constrains in managing other standard business operations such as production, employee management, sales, marketing, research, order fulfillment, or others. With the growing competition in the market, subscription businesses of any size cannot rely on manual billing processing. To hold systematic control over recurring revenue management growth, accurate revenue recognition is inevitable. And, the revenue recognition can only be achieved when the recurring revenue stream can systematically flow with automatic billing automation. Before diving into the different aspects of automated customer billing, let\\u2019s see what we meant by the terms, \\u201cSubscription Billing\\u201d and \\u201cAutomation\\u201d. Subscription Billing, also known as recurring billing, is the process of charging a customer, repetitively, for a set period after every defined interval for using the subscription product or services. And, automation is the digitalization of several functions to be operated without assistance or human guidance. Using machine language, it is the use of technology to simplify the complex processes of business by automating the repetitive tasks in a system. Automation with artificial intelligence technology enables businesses to understand natural languages, process unstructured data to form patterns, and based on structured data, identifies different commands, and then performs triggered-based actions. The Science of Automated Sales and Billing In any business, sales are directly related to the billing, and billing is related to the payments, and payments contribute towards revenue. However, the foundation of the subscription business is the recurrence of the needs of the customer. This consistency and recurrence creates the same pattern in ordering, invoicing, billing, payment processing, revenue monitoring, and reporting. It, eventually, results in revenue recognition. So, the idea behind the introduction of the automation in subscription management is to automate the billing of the recurring sales of the products or services that would generate stable and predictable recurring revenue without any delay in the payment charging and payment processing to the merchant\\u2019s account. What is Automated Billing System? To auto-manage the billing on a recurring basis, Subscription Businesses can take the assistance of the automated billing system. In other words, it is also called a subscription management system, subscription system, subscription billing management system, or recurring billing system. The automated billing system is, basically, a suite of the stacks or applications that are integrated together to build a coordinated system or platform that can manage the subscription billing. Understanding the Relations between Subscription Management, Recurring Billing and Automation Systems Subscription software in today\\u2019s market is no longer serving the recurring billing management only. They are full-fledged SaaS platforms, now, that can also auto-manage contacts, subscribers\\u2019 data, inventory, supply chain, quotes, orders, invoicing, payment processing, fulfillment, sales deals management, marketing campaigns, service centers, and all the other business operations in one place. So, the question is how do they do it? The automated recurring billing or subscription management software with their open-source APIs makes it possible to integrate different applications and in real-time, flow the information and sync the data across the apps. This cross-platform data synchronization allows the platform to establish trigger-based automated actions within the system, or, with the permission of the other third-party application, across the stacks. This is how in a comprehensive subscription management system, billing and automation go hands-in-hands. It works as automated recurring billing, payments, and revenue operations management system. Automated Billing System Advantages in Subscription Management Manual billing management is the phenomenon of the bygone era. Due to the dozens of automated billing conveniences and assistance, the automated subscription management platforms have already replaced the traditional billing management practices. From startups to SMBs to enterprises, businesses all over are devising their strategies to take advantage of the innovation of automation and artificial intelligence assistance. SubscriptionFlow is the futuristic, flexible, and faster recurring billing, payment, and revenue management system that accelerates the growth of your subscription business and recurring revenue by providing the personalized subscription management solution as per the size, niche, and resources of the subscription business. Some of the main benefits of changing to the automated system of SubscriptionFlow from the manual billing processing are; \\u2022 Easy, Instant, and automated invoicing\\u2014the invoice automation benefits such as accuracy, transparency, and on-time calculations and charging trigger for the payment modules. This ensures the timely and strictly regulated subscription billing cycle without annoying the customers with refunds and re-calculations due to invoice errors. \\u2022 Automatic mid of the subscription billing cycle calculations and adjustments such as subscription plan upgrades, downgrades, pause, reactivation, or cancelation. It is called prorated subscription billing. \\u2022 Automated sending out the invoices, payment status notification, and due-payments reminders to the subscriber\\u2019s email or Phone \\u2022 Automated Order placement, order receiving, and order processing \\u2022 Automated Scheduled Payment Charging on Subscribers credit card \\u2022 Automated deductions and payment processing to the merchant\\u2019s account \\u2022 In case of payment failures due to credit card expiry, bank system\\u2019s technical glitches, or any error, scheduled auto-retries for the payment for ensured collection and reduced involuntary churn. It is called automated dunning management. \\u2022 Multiple integrations with or within the standard business applications such as CRM and ERP \\u2022 Automated streamlining of the production, procurement, billing, fulfillment, sales, marketing, development, and support operations through integrations \\u2022 Automated sync of data across the integrations and operations in real-time \\u2022 Automated information update in client portal from the self-service customer portal \\u2022 Automated and AI-fueled online payments and customer risks monitoring, identification, reporting, as well as mitigation \\u2022 Automated and optimal support for all pricing and billing models\\u2014from flat-rate subscription billing to usage- or consumption-based to hybrid billing The web-based SubscriptionFlow as a SaaS billing software automates the recurring billing cycle and payment processing. It is a solution to industrialize operations and increase productivity without focusing on regular financial and accounting operations. With SubscriptionFlow automated platform, you can help your subscription business to auto-manage the hassle-free recurring billing operations with ease, simplicity, and convenience without being tech-astute or configuring the huge technical stacks.\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,5,NULL,'2020-11-11 06:26:06','2021-07-19 01:22:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(77,'https://staging.subscriptionflow.com/2020/03/subscriptionflow-provides-automatic-billing-to-businesses-for-accelerated-growth-and-better-productivity/','146:d770744e9cce959ee997df0846ba75fd',2565,'post','post',1,0,'SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity and Manage your billing workload with automation.','SubscriptionFlow Provides Automatic Billing to Businesses for Accelerated Growth and Better Productivity','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-billing-software.jpg',NULL,'2566','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-billing-software.jpg','2566','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/automatic-billing-software.jpg\",\"size\":\"full\",\"id\":2566,\"alt\":\"automatic billing-software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-11-13 02:44:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(78,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg','114:a7e6f5a23e387b23f85d839fcbfc075b',2567,'post','attachment',1,2565,NULL,NULL,'Subscriptionflow automated billing software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg',NULL,'2567','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg','2567','attachment-image','{\"width\":2560,\"height\":1707,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/Subscriptionflow-automated-billing-software-scaled.jpg\",\"size\":\"full\",\"id\":2567,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-11-13 02:44:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(79,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg','82:98698b29c37fccffece0bd9942041573',3431,'post','attachment',1,3429,NULL,NULL,'Billing-automation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg',NULL,'3431','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg','3431','attachment-image','{\"width\":892,\"height\":695,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Billing-automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Billing-automation.jpg\",\"size\":\"full\",\"id\":3431,\"alt\":\"Billing-automation\",\"pixels\":619940,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2020-11-13 02:44:50',1,NULL,NULL,NULL,NULL,1,NULL,1),(80,'https://staging.subscriptionflow.com/2020/08/choosing-an-easy-to-use-subscription-management-platform-25-key-features-subscriptionflow-offers-for-seamless-recurring-billing-management/','180:7761a4cb62c6a74de3816705c89ddc84',3426,'post','post',1,0,'Choosing an Easy-to-Use Subscription Management Platform','Allow your subscription businesses to grow more with the convenience offered by our easy to use subscription management platform, SubscriptionFlow.','Choosing an Easy-to-Use Subscription Management Platform—25 key Features SubscriptionFlow Offers for Seamless Recurring Billing Management','publish',NULL,0,NULL,NULL,NULL,'Easy-to-Use Subscription Management Platform',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Easy-to-use-subscription-management-system.jpg',NULL,'3427','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Easy-to-use-subscription-management-system.jpg','3427','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Easy-to-use-subscription-management-system.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Easy-to-use-subscription-management-system.jpg\",\"size\":\"full\",\"id\":3427,\"alt\":\"Easy to use subscription management system\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,4,NULL,'2020-11-11 06:26:06','2021-01-11 02:02:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(81,'https://staging.subscriptionflow.com/2020/07/subscription-vs-pay-per-use-which-revenue-model-would-work-for-your-business/','118:59119899000e8f0073fe55871c116c1a',3114,'post','post',1,0,'Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?',NULL,'Subscription vs Pay-Per-Use—Which Revenue Model Would Work For Your Business?','publish',NULL,0,NULL,NULL,NULL,'Subscription vs Pay-Per-Use',51,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-vs-pay-per-use.jpg',NULL,'3115','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-vs-pay-per-use.jpg','3115','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-vs-pay-per-use.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-vs-pay-per-use.jpg\",\"size\":\"full\",\"id\":3115,\"alt\":\"Subscription vs pay per use\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,4,NULL,'2020-11-11 06:26:06','2021-07-18 20:32:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(82,'https://staging.subscriptionflow.com/2020/07/the-price-is-right-a-2020-basic-guide-of-saas-usage-based-pricing-model-advantages-challenges-solution/','144:485c407f141d0078bf0cce603cbae1e3',3065,'post','post',1,0,'The Price Is Right—A 2021 Basic Guide Of SaaS Usage-Based Pricing Model',NULL,'The Price Is Right—A 2021 Basic Guide Of SaaS Usage-Based Pricing Model, Advantages, Challenges, & Solution','publish',NULL,0,NULL,NULL,NULL,'Usage-Based Pricing Model',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Usage-Based-Pricing-Model.jpg',NULL,'3066','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Usage-Based-Pricing-Model.jpg','3066','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Usage-Based-Pricing-Model.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Usage-Based-Pricing-Model.jpg\",\"size\":\"full\",\"id\":3066,\"alt\":\"Usage-Based Pricing Model\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,13,NULL,'2020-11-11 06:26:06','2021-08-05 08:59:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(83,'https://staging.subscriptionflow.com/pricing/','41:383fab7f6c3d4bc6974672b9e7c71585',1526,'post','page',1,0,NULL,NULL,'Pricing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,13,NULL,'2020-11-11 06:26:06','2021-06-17 02:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(84,'https://staging.subscriptionflow.com/?page_id=15','44:ee5ae7e99a4629ccbb8b49cf2281e41a',15,'post','page',1,0,NULL,NULL,'Pricing old','draft',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:26:06','2020-11-16 01:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(85,NULL,NULL,1529,'post','attachment',1,15,NULL,NULL,'Subscription Flow Pricing','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png',NULL,'1529','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png','1529','attachment-image','{\"width\":491,\"height\":259,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/price_banner.png\",\"size\":\"full\",\"id\":1529,\"alt\":\"\",\"pixels\":127169,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 06:26:06','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(86,NULL,NULL,1529,'post','attachment',1,15,NULL,NULL,'Subscription Flow Pricing','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png',NULL,'1529','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png','1529','attachment-image','{\"width\":491,\"height\":259,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/price_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/price_banner.png\",\"size\":\"full\",\"id\":1529,\"alt\":\"\",\"pixels\":127169,\"type\":\"image/png\"}',0,NULL,NULL,'2020-11-11 06:26:06','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(87,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg','91:f34c2cca196ef3ca5abe21c66661668c',3116,'post','attachment',1,3114,NULL,NULL,'pay per use vs subscription','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg',NULL,'3116','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg','3116','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/pay-per-use-vs-subscription.jpg\",\"size\":\"full\",\"id\":3116,\"alt\":\"pay per use vs subscription\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:06','2021-06-16 02:12:50',1,NULL,NULL,NULL,NULL,1,NULL,1),(88,'https://staging.subscriptionflow.com/2020/09/recurring-billing-recurring-payments-and-recurring-revenue-what-are-they-and-how-do-they-work-best-for-your-business/','158:9b8471bab262c4dedc6c0832425d55eb',3533,'post','post',1,0,'Recurring Billing, Recurring Payments, and Recurring Revenue','The automated recurring billing allows businesses to draw recurring revenue with recurring payments received in the merchant’s account after every decided interval.','Recurring Billing, Recurring Payments, and Recurring Revenue—What are they and How Do They Work Best for Your Business?','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-recurring-billing.jpg',NULL,'3534','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-recurring-billing.jpg','3534','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-recurring-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/What-is-recurring-billing.jpg\",\"size\":\"full\",\"id\":3534,\"alt\":\"What is recurring billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,4,NULL,'2020-11-11 06:26:06','2020-11-23 00:04:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(89,'https://staging.subscriptionflow.com/2020/06/learn-why-you-need-a-saas-subscription-billing-solution-to-boost-your-recurring-revenue-in-2020/','137:ba22e1c5bdff902ea807bbe687769ce9',2931,'post','post',1,0,'Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2021',NULL,'Learn Why You Need a SaaS Subscription Billing Solution To Boost Your Recurring Revenue in 2021','publish',NULL,0,NULL,NULL,NULL,'SaaS Subscription Billing Solution',47,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg',NULL,'2932','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg','2932','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Boost-Your-Recurring-Revenue-in-2020.jpg\",\"size\":\"full\",\"id\":2932,\"alt\":\"Boost Your Recurring Revenue in 2020\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,3,NULL,'2020-11-11 06:26:07','2021-08-05 09:01:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(90,'https://staging.subscriptionflow.com/2020/09/online-payment-processing-for-recurring-payments-a-definitive-guide-about-the-payment-gateways-for-subscription-management/','164:c488acbc9b1b906d14b655c2d7bcd0b4',3478,'post','post',1,0,'Online Payment Processing for Recurring Payments','SubscriptionFlow offers integration of all the leading payment processors. Find the easy steps to configure the best payment services provider for your recurring billing business.','Online Payment Processing for Recurring Payments—A Definitive Guide About The Payment Gateways for Subscription Management','publish',NULL,0,NULL,NULL,NULL,'Online Payment Processing',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg',NULL,'3509','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg','3509','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":3509,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,17,NULL,'2020-11-11 06:26:07','2021-08-17 02:45:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(91,'https://staging.subscriptionflow.com/2020/09/understanding-the-ach-payments-learn-in-detail-what-are-they-and-how-do-they-work/','123:01d5f79ce14517ed3ed513586aab9ac6',3443,'post','post',1,0,'Understanding the ACH Payments—Learn In Detail What Are They and How Do They Work?','ACH Payments are the safer, faster, simpler, and hassle-free way of electronic bank-to-bank transfers for recurring payments processing and payment collection.','Understanding the ACH Payments—Learn In Detail What Are They and How Do They Work?','publish',NULL,0,NULL,NULL,NULL,'ACH Payments',25,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-Payments.jpg',NULL,'3447','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-Payments.jpg','3447','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/ACH-Payments.jpg\",\"size\":\"full\",\"id\":3447,\"alt\":\"ACH Payments\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,5,NULL,'2020-11-11 06:26:07','2021-07-29 02:05:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(92,'https://staging.subscriptionflow.com/recurring-payments/','52:442bc506d19df764c6af0e3c59a82def',1116,'post','page',1,0,'Recurring Payments Processing & Accounting | SubscriptionFlow','Make Recurring Payments Processing Effortless. Use multiple payment methods and accounts for payment processing using SubscriptionFlow built-in software.','Recurring Payments Processing & Accounting','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments Processing',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,39,NULL,'2020-11-11 06:26:07','2021-11-12 14:02:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(93,NULL,NULL,1517,'post','attachment',1,1116,NULL,NULL,'Recurring Payments Processing and Accounting','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payment_img.png',NULL,'1517','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payment_img.png','1517','attachment-image','{\"width\":491,\"height\":266,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payment_img.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payment_img.png\",\"size\":\"full\",\"id\":1517,\"alt\":\"\",\"pixels\":130606,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(94,NULL,NULL,2496,'post','attachment',1,1116,NULL,NULL,'invoice-recu','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/invoice-recu.png',NULL,'2496','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/invoice-recu.png','2496','attachment-image','{\"width\":1263,\"height\":814,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/invoice-recu.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/invoice-recu.png\",\"size\":\"full\",\"id\":2496,\"alt\":\"Recurring Payments Processing and Accounting\",\"pixels\":1028082,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(95,NULL,NULL,1388,'post','attachment',1,1116,NULL,NULL,'Faster recurring payment methods','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_2-e1586338443299.png',NULL,'1388','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_2-e1586338443299.png','1388','attachment-image','{\"width\":691,\"height\":448,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_2-e1586338443299.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_2-e1586338443299.png\",\"size\":\"full\",\"id\":1388,\"alt\":\"\",\"pixels\":309568,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(96,NULL,NULL,1390,'post','attachment',1,1116,NULL,NULL,'Automatic payment reminders','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_1-e1586338475627.png',NULL,'1390','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_1-e1586338475627.png','1390','attachment-image','{\"width\":691,\"height\":396,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_1-e1586338475627.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_1-e1586338475627.png\",\"size\":\"full\",\"id\":1390,\"alt\":\"\",\"pixels\":273636,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(97,NULL,NULL,1401,'post','attachment',1,1116,NULL,NULL,'recurring_payments_img_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_3-e1586338514806.png',NULL,'1401','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_3-e1586338514806.png','1401','attachment-image','{\"width\":691,\"height\":340,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_3-e1586338514806.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_3-e1586338514806.png\",\"size\":\"full\",\"id\":1401,\"alt\":\"Process Glitch-free Payments\",\"pixels\":234940,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(98,NULL,NULL,1426,'post','attachment',1,1116,NULL,NULL,'Multicurrency Support','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_4-e1586338551619.png',NULL,'1426','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_4-e1586338551619.png','1426','attachment-image','{\"width\":691,\"height\":479,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_4-e1586338551619.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_4-e1586338551619.png\",\"size\":\"full\",\"id\":1426,\"alt\":\"Multicurrency Support\",\"pixels\":330989,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(99,NULL,NULL,1413,'post','attachment',1,1116,NULL,NULL,'recurring_payments_img_5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_5-e1586338585251.png',NULL,'1413','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_5-e1586338585251.png','1413','attachment-image','{\"width\":691,\"height\":307,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_5-e1586338585251.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_5-e1586338585251.png\",\"size\":\"full\",\"id\":1413,\"alt\":\"Hosted Subscription Pages\",\"pixels\":212137,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(100,NULL,NULL,1418,'post','attachment',1,1116,NULL,NULL,'Generate Statement of Accounts','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_6-e1586338624902.png',NULL,'1418','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_6-e1586338624902.png','1418','attachment-image','{\"width\":691,\"height\":444,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_6-e1586338624902.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_6-e1586338624902.png\",\"size\":\"full\",\"id\":1418,\"alt\":\"\",\"pixels\":306804,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(101,NULL,NULL,1422,'post','attachment',1,1116,NULL,NULL,'Collections','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_7-1.png',NULL,'1422','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_7-1.png','1422','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/recurring_payments_img_7-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/recurring_payments_img_7-1.png\",\"size\":\"full\",\"id\":1422,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(102,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg','95:f80a2fd28e50c0ebe70d4cb03965444c',3444,'post','attachment',1,3443,NULL,NULL,'ACH vs Wire Transfer-comparison','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg',NULL,'3444','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg','3444','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/ACH-vs-Wire-Transfer-comparison.jpg\",\"size\":\"full\",\"id\":3444,\"alt\":\"ACH vs Wire Transfer-comparison\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(103,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg','93:ac5a086c0e3a0c8407091b650dc4d000',3445,'post','attachment',1,3443,NULL,NULL,'ach vs credit card comparison','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg',NULL,'3445','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg','3445','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/ach-vs-credit-card-comparison.jpg\",\"size\":\"full\",\"id\":3445,\"alt\":\"ach vs credit card comparison\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(104,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg','85:ff9bf72c388efdd851544ed4639c11ef',3504,'post','attachment',1,3478,NULL,NULL,'payment process cycle','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg',NULL,'3504','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg','3504','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/payment-process-cycle.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/payment-process-cycle.jpg\",\"size\":\"full\",\"id\":3504,\"alt\":\"payment-process-cycle\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2021-03-26 02:23:05',1,NULL,NULL,NULL,NULL,1,NULL,1),(105,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg','77:fa76f9c0569f17e85d4a4668d521b7e8',3480,'post','attachment',1,3478,NULL,NULL,'Select PayPal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg',NULL,'3480','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg','3480','attachment-image','{\"width\":846,\"height\":482,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-PayPal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Select-PayPal.jpg\",\"size\":\"full\",\"id\":3480,\"alt\":\"Select PayPal\",\"pixels\":407772,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(106,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg','86:b36137143332cdd77da5a9e26e66765d',3481,'post','attachment',1,3478,NULL,NULL,'Access the PayPal page','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg',NULL,'3481','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg','3481','attachment-image','{\"width\":807,\"height\":439,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Access-the-PayPal-page.jpg\",\"size\":\"full\",\"id\":3481,\"alt\":\"Access the PayPal page\",\"pixels\":354273,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(107,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg','90:32bd80274c38d06d12b97b169172237f',3482,'post','attachment',1,3478,NULL,NULL,'A new page with the fields','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg',NULL,'3482','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg','3482','attachment-image','{\"width\":840,\"height\":422,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/A-new-page-with-the-fields.jpg\",\"size\":\"full\",\"id\":3482,\"alt\":\"A new page with the fields\",\"pixels\":354480,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(108,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg','87:d45e5d6549ad40cab46e4c683d6fb06c',3483,'post','attachment',1,3478,NULL,NULL,'To configure the PayPal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg',NULL,'3483','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg','3483','attachment-image','{\"width\":815,\"height\":386,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/To-configure-the-PayPal.jpg\",\"size\":\"full\",\"id\":3483,\"alt\":\"To configure the PayPal\",\"pixels\":314590,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(109,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab.jpg','99:74f2c7fce2fda18a3c697f7e4425b608',3484,'post','attachment',1,3478,NULL,NULL,'Under the ‘Advance Options’ tab','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab.jpg',NULL,'3484','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab.jpg','3484','attachment-image','{\"width\":853,\"height\":423,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-\\u2018Advance-Options\\u2019-tab.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Under-the-\\u2018Advance-Options\\u2019-tab.jpg\",\"size\":\"full\",\"id\":3484,\"alt\":\"Under the \\u2018Advance Options\\u2019 tab\",\"pixels\":360819,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(110,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg','107:88b018e45355005aa462130f3b9281b1',3485,'post','attachment',1,3478,NULL,NULL,'Select the pre-made response email template','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg',NULL,'3485','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg','3485','attachment-image','{\"width\":849,\"height\":448,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Select-the-pre-made-response-email-template.jpg\",\"size\":\"full\",\"id\":3485,\"alt\":\"Select the pre-made response email template\",\"pixels\":380352,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(111,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg','123:56ff120d491b6a7580066ef6f712db45',3486,'post','attachment',1,3478,NULL,NULL,'This will activate the gateway for the subscription account','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg',NULL,'3486','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg','3486','attachment-image','{\"width\":851,\"height\":404,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/This-will-activate-the-gateway-for-the-subscription-account.jpg\",\"size\":\"full\",\"id\":3486,\"alt\":\"This will activate the gateway for the subscription account\",\"pixels\":343804,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(112,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg','115:8c920c69e027a1d5f041e483221fbfdc',3487,'post','attachment',1,3478,NULL,NULL,'Go back to the Connection tab and save the settings','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg',NULL,'3487','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg','3487','attachment-image','{\"width\":876,\"height\":434,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Go-back-to-the-Connection-tab-and-save-the-settings.jpg\",\"size\":\"full\",\"id\":3487,\"alt\":\"Go back to the Connection tab and save the settings\",\"pixels\":380184,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(113,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg','80:8b57f6ccf87fa57ef4ada431943e3520',3488,'post','attachment',1,3478,NULL,NULL,'Uninstall paypal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg',NULL,'3488','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg','3488','attachment-image','{\"width\":829,\"height\":422,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Uninstall-paypal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Uninstall-paypal.jpg\",\"size\":\"full\",\"id\":3488,\"alt\":\"Uninstall paypal\",\"pixels\":349838,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(114,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg','77:f9810d0cab86511327106b6cfc6ac568',3489,'post','attachment',1,3478,NULL,NULL,'Select Stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg',NULL,'3489','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg','3489','attachment-image','{\"width\":849,\"height\":439,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Select-Stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Select-Stripe.jpg\",\"size\":\"full\",\"id\":3489,\"alt\":\"Select Stripe\",\"pixels\":372711,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(115,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg','77:2ace145e83f907f5afaec367429eafeb',3490,'post','attachment',1,3478,NULL,NULL,'Access Stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg',NULL,'3490','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg','3490','attachment-image','{\"width\":827,\"height\":386,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Access-Stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Access-Stripe.jpg\",\"size\":\"full\",\"id\":3490,\"alt\":\"Access Stripe\",\"pixels\":319222,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(116,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg','101:54a927ce670580dd1f8d0be3b69e9a3b',3491,'post','attachment',1,3478,NULL,NULL,'A new page with the fields for stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg',NULL,'3491','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg','3491','attachment-image','{\"width\":815,\"height\":440,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/A-new-page-with-the-fields-for-stripe.jpg\",\"size\":\"full\",\"id\":3491,\"alt\":\"A new page with the fields for stripe\",\"pixels\":358600,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(117,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg','87:351f4d8f374da776e40f3d5dcfbf76e9',3492,'post','attachment',1,3478,NULL,NULL,'To configure the Stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg',NULL,'3492','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg','3492','attachment-image','{\"width\":817,\"height\":431,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/To-configure-the-Stripe.jpg\",\"size\":\"full\",\"id\":3492,\"alt\":\"To configure the Stripe\",\"pixels\":352127,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(118,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg','106:e987e7795e33cf72273bb7a6bbaffdab',3503,'post','attachment',1,3478,NULL,NULL,'Under the ‘Advance Options’ tab stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg',NULL,'3503','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-‘Advance-Options’-tab-stripe.jpg','3503','attachment-image','{\"width\":816,\"height\":436,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Under-the-\\u2018Advance-Options\\u2019-tab-stripe.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Under-the-\\u2018Advance-Options\\u2019-tab-stripe.jpg\",\"size\":\"full\",\"id\":3503,\"alt\":\"Under the \\u2018Advance Options\\u2019 tab stripe\",\"pixels\":355776,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(119,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg','140:b589ac2af50c7437c8939ece65485290',3502,'post','attachment',1,3478,NULL,NULL,'Go back to the ‘Connection’ tab and hit the ‘Test Connection’ button','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg',NULL,'3502','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-‘Connection’-tab-and-hit-the-‘Test-Connection’-button.jpg','3502','attachment-image','{\"width\":875,\"height\":387,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Go-back-to-the-\\u2018Connection\\u2019-tab-and-hit-the-\\u2018Test-Connection\\u2019-button.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Go-back-to-the-\\u2018Connection\\u2019-tab-and-hit-the-\\u2018Test-Connection\\u2019-button.jpg\",\"size\":\"full\",\"id\":3502,\"alt\":\"Go back to the \\u2018Connection\\u2019 tab and hit the \\u2018Test Connection\\u2019 button\",\"pixels\":338625,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(120,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg','117:482d2a5d306e7f791591987dac668345',3501,'post','attachment',1,3478,NULL,NULL,'Clicking on the ‘Save’ tab configure the settings','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg',NULL,'3501','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-‘Save’-tab-configure-the-settings.jpg','3501','attachment-image','{\"width\":815,\"height\":386,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Clicking-on-the-\\u2018Save\\u2019-tab-configure-the-settings.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Clicking-on-the-\\u2018Save\\u2019-tab-configure-the-settings.jpg\",\"size\":\"full\",\"id\":3501,\"alt\":\"Clicking on the \\u2018Save\\u2019 tab configure the settings\",\"pixels\":314590,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(121,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg','132:65a9070d5ab72dea2072f778e4cb3d53',3500,'post','attachment',1,3478,NULL,NULL,'To configure another gateway, click on the ‘Back to Payment Gateway','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg',NULL,'3500','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-‘Back-to-Payment-Gateway.jpg','3500','attachment-image','{\"width\":819,\"height\":393,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-\\u2018Back-to-Payment-Gateway.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/To-configure-another-gateway-click-on-the-\\u2018Back-to-Payment-Gateway.jpg\",\"size\":\"full\",\"id\":3500,\"alt\":\"To configure another gateway, click on the \\u2018Back to Payment Gateway\",\"pixels\":321867,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(122,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg','74:3fcfd96f8ca112e1b4aac1c94ea92d31',3499,'post','attachment',1,3478,NULL,NULL,'authorize1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg',NULL,'3499','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg','3499','attachment-image','{\"width\":878,\"height\":457,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize1.jpg\",\"size\":\"full\",\"id\":3499,\"alt\":\"authorize1\",\"pixels\":401246,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(123,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg','74:741d08eea528ff7dc956ad311532ea4e',3498,'post','attachment',1,3478,NULL,NULL,'authorize2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg',NULL,'3498','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg','3498','attachment-image','{\"width\":870,\"height\":402,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize2.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize2.jpg\",\"size\":\"full\",\"id\":3498,\"alt\":\"authorize2\",\"pixels\":349740,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(124,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg','74:dc78c8199742ad03f5b7d778eda86508',3497,'post','attachment',1,3478,NULL,NULL,'authorize3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg',NULL,'3497','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg','3497','attachment-image','{\"width\":871,\"height\":480,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize3.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize3.jpg\",\"size\":\"full\",\"id\":3497,\"alt\":\"\",\"pixels\":418080,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:07','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(125,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg','74:8af2eef0137dcbcbd45a314f16b223dc',3496,'post','attachment',1,3478,NULL,NULL,'authorize4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg',NULL,'3496','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg','3496','attachment-image','{\"width\":883,\"height\":488,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize4.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize4.jpg\",\"size\":\"full\",\"id\":3496,\"alt\":\"\",\"pixels\":430904,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(126,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg','74:f2c149ee6c6e2c4bcee775ce1634b89b',3495,'post','attachment',1,3478,NULL,NULL,'authorize5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg',NULL,'3495','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg','3495','attachment-image','{\"width\":879,\"height\":459,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize5.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize5.jpg\",\"size\":\"full\",\"id\":3495,\"alt\":\"\",\"pixels\":403461,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(127,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg','74:9793df6b9b277f2f3a29dc5c515c41e9',3494,'post','attachment',1,3478,NULL,NULL,'authorize6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg',NULL,'3494','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg','3494','attachment-image','{\"width\":883,\"height\":457,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize6.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize6.jpg\",\"size\":\"full\",\"id\":3494,\"alt\":\"authorize6\",\"pixels\":403531,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(128,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg','74:75b5d6569c1e5e066297653d5f6135d6',3493,'post','attachment',1,3478,NULL,NULL,'authorize7','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg',NULL,'3493','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg','3493','attachment-image','{\"width\":878,\"height\":490,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/authorize7.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/authorize7.jpg\",\"size\":\"full\",\"id\":3493,\"alt\":\"authorize7\",\"pixels\":430220,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(129,'https://staging.subscriptionflow.com/2020/07/10-core-reasons-subscription-model-is-taking-over-the-vertical-market-heres-what-you-can-do-to-adapt-the-latest-change-for-a-thriving-business-in-future/','194:d071c9286305cdf69763b06dd92028ea',3050,'post','post',1,0,'10 Core Reasons Subscription Model is Taking Over the Vertical Market','10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future.','10 Core Reasons Subscription Model is Taking Over the Vertical Market & Here’s What You Can Do To Adapt the Latest Change For A Thriving Business In Future','publish',NULL,0,NULL,NULL,NULL,'Subscription Model',70,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg',NULL,'3051','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg','3051','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Switch-To-Subscription-Model-Secure-Business-Revenue.jpg\",\"size\":\"full\",\"id\":3051,\"alt\":\"Switch To Subscription Model & Secure Business & Revenue\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,6,NULL,'2020-11-11 06:26:08','2021-04-18 23:23:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(130,NULL,NULL,3052,'post','attachment',1,3050,NULL,NULL,'subscription-based-model','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/subscription-based-model.jpg',NULL,'3052','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/subscription-based-model.jpg','3052','attachment-image','{\"width\":425,\"height\":312,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/subscription-based-model.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/subscription-based-model.jpg\",\"size\":\"full\",\"id\":3052,\"alt\":\"\",\"pixels\":132600,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(131,'https://staging.subscriptionflow.com/2020/07/subscription-box-business-102-curate-your-subscription-box-types-niches-procurement-ideas/','131:24d435f30c0d60e9c3c252a50feac63f',3148,'post','post',1,0,'Subscription Box Business 102',NULL,'Subscription Box Business 102: Curate Your Subscription Box—Types, Niches, & Procurement Ideas','publish',NULL,0,NULL,NULL,NULL,'Subscription Box Business 102',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Business-102.jpg',NULL,'3149','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Business-102.jpg','3149','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Business-102.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Box-Business-102.jpg\",\"size\":\"full\",\"id\":3149,\"alt\":\"Subscription Box Business 102\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,4,NULL,'2020-11-11 06:26:08','2021-02-19 00:15:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(132,'https://staging.subscriptionflow.com/2020/07/subscription-box-business-101-a-beginners-guide-to-start-a-valued-subscription-box-services-from-prospects-marketing-to-subscription-box-billing-management/','197:ce4c73daf887999abf149c6e090dce24',3004,'post','post',1,0,NULL,NULL,'Subscription Box Business 101: A Beginner’s Guide to Start A Valued Subscription Box Service—From Prospects & Marketing to Subscription Box Billing & Management','publish',NULL,0,NULL,NULL,NULL,'Subscription Box',42,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Billing.jpg',NULL,'3005','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Billing.jpg','3005','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Box-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Box-Billing.jpg\",\"size\":\"full\",\"id\":3005,\"alt\":\"Subscription Box Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,5,NULL,'2020-11-11 06:26:08','2021-05-26 00:12:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(133,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg','96:88102149b752400bd167208123f30a07',3539,'post','attachment',1,3533,NULL,NULL,'recurring billing system process','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg',NULL,'3539','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg','3539','attachment-image','{\"width\":2000,\"height\":2000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/recurring-billing-system-process.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/recurring-billing-system-process.jpg\",\"size\":\"full\",\"id\":3539,\"alt\":\"recurring-billing-system-process\",\"pixels\":4000000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2021-03-26 02:24:45',1,NULL,NULL,NULL,NULL,1,NULL,1),(134,'https://staging.subscriptionflow.com/2020/07/subscription-pricing-consultants-learn-how-to-set-and-fine-tune-subscription-pricing-for-improved-recurring-revenue-with-subscriptionflow/','179:21f184c5d96e927a50ef08b36291d620',3087,'post','post',1,0,'Subscription Pricing Consultants | SubscriptionFlow','Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow.','Subscription Pricing Consultants—Learn How to Set and Fine-Tune Subscription Pricing For Improved Recurring Revenue with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'Subscription Pricing Consultants',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Pricing-Consultants.jpg',NULL,'3088','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Pricing-Consultants.jpg','3088','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Pricing-Consultants.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Pricing-Consultants.jpg\",\"size\":\"full\",\"id\":3088,\"alt\":\"Subscription Pricing Consultants\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,7,NULL,'2020-11-11 06:26:08','2021-09-20 19:57:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(135,'https://staging.subscriptionflow.com/2020/09/what-is-usage-based-billing/','69:f01967290a1c0ae32809e5df9df3e252',3548,'post','post',1,0,'What is Usage-Based Billing? | SubscriptionFlow','A usage-based SaaS billing model helps streamline the payment system by taking into account the usage of service and respective pricing to users.','What is Usage-Based Billing?','publish',NULL,0,NULL,NULL,NULL,'Usage-Based Billing',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg',NULL,'3549','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg','3549','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg\",\"size\":\"full\",\"id\":3549,\"alt\":\"What is usage-based billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,2,NULL,'2020-11-11 06:26:08','2020-11-12 13:46:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(136,'https://staging.subscriptionflow.com/2020/05/your-definitive-guide-on-metered-billing-for-business-with-subscriptionflow-to-help-you-optimize-your-billing-process/','159:599c2daf7aae5680b4d40ca43dd791ac',2785,'post','post',1,0,NULL,NULL,'Your Definitive Guide on Metered Billing for Business with SubscriptionFlow to help you Optimize Your Billing Process','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/business-billing.jpg',NULL,'2786','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/business-billing.jpg','2786','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/business-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/business-billing.jpg\",\"size\":\"full\",\"id\":2786,\"alt\":\"business billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 06:26:08','2020-11-13 02:44:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(137,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg','94:b760cf12bf55f6cf433afbe44ec803ef',2787,'post','attachment',1,2785,NULL,NULL,'Metered billing for businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg',NULL,'2787','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg','2787','attachment-image','{\"width\":2000,\"height\":2000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Metered-billing-for-businesses.jpg\",\"size\":\"full\",\"id\":2787,\"alt\":\"\",\"pixels\":4000000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-13 02:44:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(138,'https://staging.subscriptionflow.com/2020/08/a-definitive-guide-top-saas-billing-models-for-saas-businesses/','104:8f75f0d6ae437fe14d2ce9cb9f4ad02d',3314,'post','post',1,0,'A Definitive Guide: Top SaaS Billing Models for SaaS Businesses | SubscriptionFlow','SaaS billing models ensure flexibility for the users by providing them tailored services that align well according to the user’s needs.','A Definitive Guide: Top SaaS Billing Models for SaaS Businesses','publish',NULL,0,NULL,NULL,NULL,'SaaS Billing Models',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg',NULL,'3315','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg','3315','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Top-SaaS-Billing-Models-for-SaaS-Businesses.jpg\",\"size\":\"full\",\"id\":3315,\"alt\":\"Top SaaS Billing Models for SaaS Businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,2,NULL,'2020-11-11 06:26:08','2020-11-13 02:47:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(139,NULL,NULL,3624,'post','attachment',1,3622,NULL,NULL,'The 7-Steps Guide to Automate Your SaaS-Subscription-Management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg',NULL,'3624','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg','3624','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/The-7-Steps-Guide-to-Automate-Your-SaaS-Subscription-Management.jpg\",\"size\":\"full\",\"id\":3624,\"alt\":\"The 7-Steps Guide to Automate Your SaaS-Subscription-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:08','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(140,'https://staging.subscriptionflow.com/2020/09/how-ai-based-subscription-system-can-benefit-it-startups-to-grow-revenue-empire/','121:ef0070b8204b85de0f141a36f5d94a3b',3597,'post','post',1,0,'How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire','Try SubscriptionFlow for the best recurring billing management solution as a budgeted and efficient Subscription Management Platform for IT startups.','How AI-Based Subscription System Can Benefit IT Startups to Grow Revenue Empire','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Platform for IT startups',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg',NULL,'3598','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg','3598','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg\",\"size\":\"full\",\"id\":3598,\"alt\":\"Subscription Revenue Model Empowers Revenue Streams of IT Startups\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,2,NULL,'2020-11-11 06:26:08','2020-11-13 02:37:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(141,'https://staging.subscriptionflow.com/subscription-management-software-for-it-companies/','83:53a6a6e09535d164ed7187ec880816ce',1718,'post','page',1,0,'Subscription Management Software for IT Companies','Subscription Management Software for IT Companies will automate your IT company payment processing with a secure & time saving subscription software.','Subscription Management Software for IT Companies','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for IT Companies',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,4,NULL,'2020-11-11 06:26:08','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(142,'https://staging.subscriptionflow.com/?page_id=2251','46:c534082071991d69f88a7f5384b1ea00',2251,'post','page',1,0,NULL,NULL,'Take Care of your Janitorial Services','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:26:09','2020-11-13 02:32:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(143,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg','126:395aa1954252ee04cb2e3acf0437a31f',2443,'post','attachment',1,2251,NULL,NULL,'How Subscription Management Software for Telecom Billing Works','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg',NULL,'2443','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg','2443','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/How-Subscription-Management-Software-for-Telecom-Billing-Works.jpg\",\"size\":\"full\",\"id\":2443,\"alt\":\"How Subscription Management Software for Telecom Billing Works?\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 06:26:09','2020-12-03 02:19:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(144,NULL,NULL,2445,'post','attachment',1,2251,NULL,NULL,'Features of Ideal Telecom Billing Subscription Management Software','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg',NULL,'2445','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg','2445','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software.jpg\",\"size\":\"full\",\"id\":2445,\"alt\":\"Features of Ideal Telecom Billing Subscription Management Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:09','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(145,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg','152:c2b01f32973ff6bfcf24a0d2f1da42ae',2447,'post','attachment',1,2251,NULL,NULL,'Subscription Management Software for Telecom Billing offers Adaptability and Scalability','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg',NULL,'2447','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg','2447','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Subscription-Management-Software-for-Telecom-Billing-offers-Adaptability-and-Scalability.jpg\",\"size\":\"full\",\"id\":2447,\"alt\":\"Subscription Management Software for Telecom Billing offers Adaptability and Scalability\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 06:26:09','2020-12-03 02:19:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(146,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-101.jpg','85:7f19066002435da0f3db8acd8365809b',2343,'post','attachment',1,2251,NULL,NULL,'recurring billing 101','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-101.jpg',NULL,'2343','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-101.jpg','2343','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-101.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/recurring-billing-101.jpg\",\"size\":\"full\",\"id\":2343,\"alt\":\"recurring billing 101\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:09','2020-11-30 03:18:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(147,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/customer-service.jpg','80:9ec8f22407cb1ece07bf894e3aa05ddc',2345,'post','attachment',1,2251,NULL,NULL,'customer service','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/customer-service.jpg',NULL,'2345','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/customer-service.jpg','2345','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/customer-service.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/customer-service.jpg\",\"size\":\"full\",\"id\":2345,\"alt\":\"better customer service\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:09','2020-11-30 03:18:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(148,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg','128:47e7d9eb609267e441a8cbce7e7eefd2',2347,'post','attachment',1,2251,NULL,NULL,'Top Features of Subscription Management Software for IT Business','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg',NULL,'2347','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg','2347','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Top-Features-of-Subscription-Management-Software-for-IT-Business.jpg\",\"size\":\"full\",\"id\":2347,\"alt\":\"Top Features of Subscription Management Software for IT Business\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:09','2020-11-30 03:18:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(149,'https://staging.subscriptionflow.com/2020/07/online-payment-frauds-types-challenges-detections-preventions/','103:f5cb1ff2359e5dd5567a6dd4fa443a51',3036,'post','post',1,0,NULL,NULL,'Online Payment Frauds—Types, Challenges, Detections, & Preventions','publish',NULL,0,NULL,NULL,NULL,'online payment fraud prevention',49,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Online-Payment-Fraud-Prevention.jpg',NULL,'3037','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Online-Payment-Fraud-Prevention.jpg','3037','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Online-Payment-Fraud-Prevention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Online-Payment-Fraud-Prevention.jpg\",\"size\":\"full\",\"id\":3037,\"alt\":\"Online Payment Fraud Prevention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,8,NULL,'2020-11-11 06:26:09','2021-08-09 02:56:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(150,'https://staging.subscriptionflow.com/2020/10/the-online-payment-security-obstacles-learn-how-saas-businesses-can-easily-overcome-them/','130:fd1069c41df70c96c83097d2cf3ccc8d',3681,'post','post',1,0,'The Online Payment Security Obstacles','The AI-enabled modules of SubscriptionFlow sieve through the piles of the data of the customers and suggest best and secured options for online payment processing ways, including payment gateways, payment methods, currencies, and more.','The Online Payment Security Obstacles—Learn How SaaS Businesses Can Easily Overcome Them','publish',NULL,0,NULL,NULL,NULL,'Online Payment Security',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg',NULL,'3683','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg','3683','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/online-payment-security.jpg\",\"size\":\"full\",\"id\":3683,\"alt\":\"online payment security\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,6,NULL,'2020-11-11 06:26:09','2021-08-17 02:45:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(151,'https://staging.subscriptionflow.com/2020/10/subscription-engine-uncovers-the-hidden-revenue/','89:1fcd944bc2dbc140587a6e12da87fb10',3689,'post','post',1,0,'How a Flexible Subscription Engine Uncovers the Hidden Revenue','SubscriptionFlow is a highly scalable and flexible subscription engine to automate the recurring invoicing, billing, and payment processing.','Metering SaaS Usage—Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities','publish',NULL,0,NULL,NULL,NULL,'Flexible subscription Engine',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg',NULL,'3694','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg','3694','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg\",\"size\":\"full\",\"id\":3694,\"alt\":\"Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities\",\"pixels\":960000,\"type\":\"image/jpeg\"}',10,4,NULL,'2020-11-11 06:26:09','2021-02-15 01:13:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(152,'https://staging.subscriptionflow.com/2020/07/07-features-to-look-out-for-when-selecting-a-subscription-billing-service-for-your-subscription-business/','146:1d5d8974482cfcbb42ad307d339ce33d',3180,'post','post',1,0,'07 Features to Look Out For When Selecting a Subscription Billing Service','07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business.','07 Features to Look Out For When Selecting a Subscription Billing Service For Your Subscription Business','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing Service',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Selecting-a-Subscription-Service.jpg',NULL,'3181','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Selecting-a-Subscription-Service.jpg','3181','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Selecting-a-Subscription-Service.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Selecting-a-Subscription-Service.jpg\",\"size\":\"full\",\"id\":3181,\"alt\":\"Selecting a Subscription Service\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,3,NULL,'2020-11-11 06:26:09','2021-06-28 02:43:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(153,'https://staging.subscriptionflow.com/pricing-engine/','48:feab4581fd4ad547aba4c1c76728be97',1291,'post','page',1,0,'Pricing Engine | SubscriptionFlow',NULL,'Pricing Engine','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,6,NULL,'2020-11-11 06:26:09','2021-05-19 02:37:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(154,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png','84:5dcdec56f87ba2d74c057faaa742b8f4',1481,'post','attachment',1,1291,NULL,NULL,'What you stand to gain from SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png',NULL,'1481','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png','1481','attachment-image','{\"width\":491,\"height\":277,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_model_banner.png\",\"size\":\"full\",\"id\":1481,\"alt\":\"\",\"pixels\":136007,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:09','2020-12-09 02:23:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(155,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png','85:65b0a36129bf845a602f9afc4a009034',1370,'post','attachment',1,1291,NULL,NULL,'billing_model_top_img','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png',NULL,'1370','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png','1370','attachment-image','{\"width\":600,\"height\":496,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_model_top_img.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_model_top_img.png\",\"size\":\"full\",\"id\":1370,\"alt\":\"\",\"pixels\":297600,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:09','2020-12-09 02:23:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(156,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png','84:218d688f0fa1e4c53db2730f6a26210f',1482,'post','attachment',1,1291,NULL,NULL,'Tier pricing management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png',NULL,'1482','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png','1482','attachment-image','{\"width\":692,\"height\":308,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_models_img_2.png\",\"size\":\"full\",\"id\":1482,\"alt\":\"\",\"pixels\":213136,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:09','2020-12-09 02:23:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(157,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png','84:21c6ccbfe20bfec795087ac43ff63ded',1484,'post','attachment',1,1291,NULL,NULL,'Volume pricing management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png',NULL,'1484','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png','1484','attachment-image','{\"width\":692,\"height\":347,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_models_img_1.png\",\"size\":\"full\",\"id\":1484,\"alt\":\"\",\"pixels\":240124,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:09','2020-12-09 02:23:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(158,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png','84:747419a4ebbf40bb00a47355b65b5644',1362,'post','attachment',1,1291,NULL,NULL,'HOW HELPFUL PRICING PROCEDURE IS?','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png',NULL,'1362','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png','1362','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/billing_models_img_3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/billing_models_img_3.png\",\"size\":\"full\",\"id\":1362,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:09','2020-12-09 02:23:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(159,'https://staging.subscriptionflow.com/2020/09/learn-how-automated-recurring-billing-can-help-managed-services-providers-to-optimize-revenue-collection/','146:f9dbc1cb5fbfadc0b23d359336bf5cfe',3461,'post','post',1,0,'Learn How Automated Recurring Billing Can Help Managed Services Providers to Optimize Revenue Collection','SubscriptionFlow offers Managed Service Billing Solution to optimize MSP recurring revenue by providing a range of tailored billing options to enhance the personalized customer experience.','Learn How Automated Recurring Billing Can Help Managed Services Providers to Optimize Revenue Collection','publish',NULL,0,NULL,NULL,NULL,'managed services billing system',57,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Recurring-Billing.jpg',NULL,'3462','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Recurring-Billing.jpg','3462','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Recurring-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Managed-Services-Recurring-Billing.jpg\",\"size\":\"full\",\"id\":3462,\"alt\":\"Managed Services Recurring Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',7,2,NULL,'2020-11-11 06:26:10','2020-11-12 17:15:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(160,NULL,NULL,3463,'post','attachment',1,3461,NULL,NULL,'Managed Services Billing Solutions','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg',NULL,'3463','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg','3463','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Managed-Services-Billing-Solutions.jpg\",\"size\":\"full\",\"id\":3463,\"alt\":\"Managed Services Billing Solutions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:10','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(161,'https://staging.subscriptionflow.com/2020/07/what-is-prorated-subscription-billing-how-can-it-benefit-the-recurring-revenue-and-what-are-the-risks-of-not-using-the-prorated-billing-learn-more-about-optimal-billing/','210:393ec9cf43723d88c9173da8043a4e3d',3032,'post','post',1,0,NULL,NULL,'What is Prorated Subscription Billing? How Can It Benefit the Recurring Revenue? And, What Are The Risks Of Not Using the Prorated Billing? Learn More About Optimal Billing','publish',NULL,0,NULL,NULL,NULL,'Prorated Subscription Billing',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-Prorated-Subscription-Billing.jpg',NULL,'3033','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-Prorated-Subscription-Billing.jpg','3033','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-Prorated-Subscription-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/What-is-Prorated-Subscription-Billing.jpg\",\"size\":\"full\",\"id\":3033,\"alt\":\"What is Prorated Subscription Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,3,NULL,'2020-11-11 06:26:10','2021-06-23 03:21:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(162,'https://staging.subscriptionflow.com/2020/06/why-is-dunning-process-more-important-during-pandemic-and-how-saas-businesses-are-recovering-revenue-with-subscriptionflow/','164:048d35bbdb1404e35366249ebf340dc7',2986,'post','post',1,0,'How SaaS Businesses are Recovering Revenue with SubscriptionFlow','Why is Dunning Process More Important during Pandemic and How SaaS Businesses are Recovering Revenue with SubscriptionFlow','Why is Dunning Process More Important during Pandemic and How SaaS Businesses are Recovering Revenue with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'Dunning Process',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Dunning-Management-Process.jpg',NULL,'2987','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Dunning-Management-Process.jpg','2987','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Dunning-Management-Process.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Dunning-Management-Process.jpg\",\"size\":\"full\",\"id\":2987,\"alt\":\"Dunning Management Process\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,2,NULL,'2020-11-11 06:26:10','2021-05-18 00:45:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(163,'https://staging.subscriptionflow.com/dunning-management/','52:e310ec8845fd4494b7a287e7cb6787ec',1301,'post','page',1,0,NULL,NULL,'Smart Dunning','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,10,NULL,'2020-11-11 06:26:10','2021-05-18 00:45:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(164,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png','98:87162c25293083efb24afa9218a63783',1515,'post','attachment',1,1301,NULL,NULL,'Recover Revenue With Smart Dunning','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png',NULL,'1515','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png','1515','attachment-image','{\"width\":491,\"height\":316,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/Recover-Revenue-With-Smart-Dunning.png\",\"size\":\"full\",\"id\":1515,\"alt\":\"\",\"pixels\":155156,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(165,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img-e1586338731352.png','94:7761e99e24b33414c33c723783239c82',1332,'post','attachment',1,1301,NULL,NULL,'Payment Dunning for your Subscription Business','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img-e1586338731352.png',NULL,'1332','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img-e1586338731352.png','1332','attachment-image','{\"width\":600,\"height\":334,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_top_img-e1586338731352.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_top_img-e1586338731352.png\",\"size\":\"full\",\"id\":1332,\"alt\":\"\",\"pixels\":200400,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(166,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1-e1586339053518.png','92:df2acbd9d27f5c3ed5c98ec5399a2720',1330,'post','attachment',1,1301,NULL,NULL,'Automate payment retries','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1-e1586339053518.png',NULL,'1330','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1-e1586339053518.png','1330','attachment-image','{\"width\":691,\"height\":382,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_1-e1586339053518.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_img_1-e1586339053518.png\",\"size\":\"full\",\"id\":1330,\"alt\":\"Automate payment retries\",\"pixels\":263962,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(167,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2-e1586338867678.png','92:4f02d5145a8d290da7f5a0296902245b',1320,'post','attachment',1,1301,NULL,NULL,'Proactive methodology','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2-e1586338867678.png',NULL,'1320','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2-e1586338867678.png','1320','attachment-image','{\"width\":691,\"height\":340,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_2-e1586338867678.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_img_2-e1586338867678.png\",\"size\":\"full\",\"id\":1320,\"alt\":\"Proactive methodology\",\"pixels\":234940,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(168,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1-e1586338903442.png','94:81a09437382a918f905cddb4d9b17fde',1323,'post','attachment',1,1301,NULL,NULL,'dunning_img_4 (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1-e1586338903442.png',NULL,'1323','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1-e1586338903442.png','1323','attachment-image','{\"width\":691,\"height\":340,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_4-1-e1586338903442.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_img_4-1-e1586338903442.png\",\"size\":\"full\",\"id\":1323,\"alt\":\"Set retry rules\",\"pixels\":234940,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(169,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5-e1586338936195.png','92:4b46586f0b673d4727c2a611aa125d46',1326,'post','attachment',1,1301,NULL,NULL,'Reduce churn rate','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5-e1586338936195.png',NULL,'1326','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5-e1586338936195.png','1326','attachment-image','{\"width\":691,\"height\":326,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_5-e1586338936195.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_img_5-e1586338936195.png\",\"size\":\"full\",\"id\":1326,\"alt\":\"\",\"pixels\":225266,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(170,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3-e1586338978333.png','92:9bbb6e288a732fba8ba33be689e32841',1321,'post','attachment',1,1301,NULL,NULL,'Reports for analysis','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3-e1586338978333.png',NULL,'1321','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3-e1586338978333.png','1321','attachment-image','{\"width\":691,\"height\":325,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/dunning_img_3-e1586338978333.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/dunning_img_3-e1586338978333.png\",\"size\":\"full\",\"id\":1321,\"alt\":\"Reports for analysis\",\"pixels\":224575,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-12-29 07:05:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(171,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg','104:214c4949cea147f9784a4db131cd9f7b',2988,'post','attachment',1,2986,NULL,NULL,'Customer retention with Subscriptionflow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg',NULL,'2988','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg','2988','attachment-image','{\"width\":1000,\"height\":780,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/customer-retention-with-subscriptionflow.jpg\",\"size\":\"full\",\"id\":2988,\"alt\":\"\",\"pixels\":780000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:10','2020-11-13 02:45:09',1,NULL,NULL,NULL,NULL,1,NULL,1),(172,'https://staging.subscriptionflow.com/demo/','38:cfb715f5b87319a57dbded3e0d19ad45',2734,'post','page',1,0,NULL,NULL,'Set up a demo today','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,10,NULL,'2020-11-11 06:26:10','2021-08-16 03:28:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(173,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png','101:e4760babb3a77cd6c91e799707124f25',3804,'post','attachment',1,3796,NULL,NULL,'recurring-billing-with-authorize.net','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png',NULL,'3804','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png','3804','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/recurring-billing-with-authorize.net_.png\",\"size\":\"full\",\"id\":3804,\"alt\":\"recurring-billing-with-authorize.net\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2020-11-12 19:40:48',1,NULL,NULL,NULL,NULL,0,NULL,1),(174,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg','127:781b119ac2736140a61fc7a57b9fdc23',3806,'post','attachment',1,3796,NULL,NULL,'Recurring Revenue Frictions with Automated Subscription Billing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg',NULL,'3806','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg','3806','attachment-image','{\"width\":600,\"height\":350,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Recurring-Revenue-Frictions-with-Automated-Subscription-Billing.jpg\",\"size\":\"full\",\"id\":3806,\"alt\":\"Recurring-Revenue-Frictions-with-Automated-Subscription-Billing\",\"pixels\":210000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:10','2021-03-26 02:21:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(175,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg','144:30cbc2ca59e26fb2bc12e9f9588de69c',3808,'post','attachment',1,3796,NULL,NULL,'Integrate SubscriptionFlow’s Automated Subscription Billing For Authorize.Net','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg',NULL,'3808','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-SubscriptionFlow’s-Automated-Subscription-Billing-For-Authorize.Net_.jpg','3808','attachment-image','{\"width\":600,\"height\":350,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-SubscriptionFlow\\u2019s-Automated-Subscription-Billing-For-Authorize.Net_.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Integrate-SubscriptionFlow\\u2019s-Automated-Subscription-Billing-For-Authorize.Net_.jpg\",\"size\":\"full\",\"id\":3808,\"alt\":\"Integrate-SubscriptionFlow\\u2019s-Automated-Subscription-Billing-For-Authorize.Net\",\"pixels\":210000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:10','2021-03-26 02:21:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(176,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg','123:c5e590a091e84f8028d57f8d93f11a3c',3810,'post','attachment',1,3796,NULL,NULL,'5 reasons to integrate subscriptionflow with authorize.net','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg',NULL,'3810','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg','3810','attachment-image','{\"width\":600,\"height\":350,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/5-reasons-to-integrate-subscriptionflow-with-authorize.net_.jpg\",\"size\":\"full\",\"id\":3810,\"alt\":\"5-reasons-to-integrate-subscriptionflow-with-authorize.net\",\"pixels\":210000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:26:10','2021-03-26 02:21:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(177,'https://staging.subscriptionflow.com/recurring-payments-with-paypal/','64:31f9f3fb7aa2c8a0deef046b29f0e658',3937,'post','page',1,0,'Recurring Payments with PayPal | SubscriptionFlow','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, PayPal to facilitate more customers with their preferred payment methods.','Recurring Payments with PayPal','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments with PayPal',71,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,10,NULL,'2020-11-11 06:26:10','2021-01-25 03:33:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(178,'https://staging.subscriptionflow.com/2020/11/what-are-the-online-payment-methods-for-automated-recurring-payment-processing-and-how-do-they-work/','141:3af3a7da5976cd2724a9ae57cd466dc0',3791,'post','post',1,0,'What Are the Online Payment Methods for Automated Recurring Payment Processing','Automated recurring payments enable merchants to charge customers using their payment method through the payment gateway connected with the merchant’s account.','What Are the Online Payment Methods for Automated Recurring Payment Processing and How Do They Work?','publish',NULL,0,NULL,NULL,NULL,'Online Payment Methods for Automated Recurring Payment Processing',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/today-blog.jpg',NULL,'3792','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/today-blog.jpg','3792','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/today-blog.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/today-blog.jpg\",\"size\":\"full\",\"id\":3792,\"alt\":\"What Are the Online Payment Methods for Automated Recurring Payment Processing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,14,NULL,'2020-11-11 06:26:10','2021-07-29 02:05:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(179,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png','70:20407044095b9de71300fe35c356e226',2668,'post','attachment',1,2585,NULL,NULL,'stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png',NULL,'2668','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png','2668','attachment-image','{\"width\":151,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/stripe.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/stripe.png\",\"size\":\"full\",\"id\":2668,\"alt\":\"\",\"pixels\":9060,\"type\":\"image/png\"}',0,32,NULL,'2020-11-11 06:26:10','2021-01-06 22:42:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(180,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png','75:9ca43c8cacc39fed1c9155d34b3b17a1',2674,'post','attachment',1,2585,NULL,NULL,'authorize','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png',NULL,'2674','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png','2674','attachment-image','{\"width\":300,\"height\":99,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/authorize-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/authorize-1.png\",\"size\":\"full\",\"id\":2674,\"alt\":\"\",\"pixels\":29700,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(181,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png','82:a1c916f59a9e0a59b7dc8b2aed83d8f0',2695,'post','attachment',1,0,NULL,NULL,'paypal-payment-pro','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png',NULL,'2695','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png','2695','attachment-image','{\"width\":300,\"height\":64,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-payment-pro.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/paypal-payment-pro.png\",\"size\":\"full\",\"id\":2695,\"alt\":\"\",\"pixels\":19200,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:10','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(182,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png','79:ab9ecfcfe6d24dda1236e81df459c8f8',2694,'post','attachment',1,0,NULL,NULL,'paypal-pay-flow','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png',NULL,'2694','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png','2694','attachment-image','{\"width\":300,\"height\":71,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-pay-flow.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/paypal-pay-flow.png\",\"size\":\"full\",\"id\":2694,\"alt\":\"\",\"pixels\":21300,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(183,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png','87:4cd5a91978bd22dce6379b97620d3a2f',2693,'post','attachment',1,0,NULL,NULL,'paypal-express-checkout','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png',NULL,'2693','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png','2693','attachment-image','{\"width\":300,\"height\":98,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/paypal-express-checkout.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/paypal-express-checkout.png\",\"size\":\"full\",\"id\":2693,\"alt\":\"\",\"pixels\":29400,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(184,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png','75:9c9050cea221d5c49b43a75ea38faa30',2687,'post','attachment',1,2585,NULL,NULL,'braintree','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png',NULL,'2687','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png','2687','attachment-image','{\"width\":151,\"height\":86,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/braintree-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/braintree-1.png\",\"size\":\"full\",\"id\":2687,\"alt\":\"\",\"pixels\":12986,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(185,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg','74:a43eced95bd6144d7f8069a6e1c68684',2681,'post','attachment',1,2585,NULL,NULL,'gocardless','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg',NULL,'2681','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg','2681','attachment-image','{\"width\":151,\"height\":75,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/gocardless.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/gocardless.jpg\",\"size\":\"full\",\"id\":2681,\"alt\":\"\",\"pixels\":11325,\"type\":\"image/jpeg\"}',0,21,NULL,'2020-11-11 06:26:11','2021-01-24 19:56:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(186,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png','69:251dc17c359e83c59b2a9c2fe08d4ad8',2682,'post','attachment',1,2585,NULL,NULL,'ayden','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png',NULL,'2682','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png','2682','attachment-image','{\"width\":151,\"height\":47,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/ayden.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/ayden.png\",\"size\":\"full\",\"id\":2682,\"alt\":\"\",\"pixels\":7097,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(187,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png','71:4618d374fa3bcc4e5d4fc007a80313a6',2683,'post','attachment',1,2585,NULL,NULL,'wordpay','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png',NULL,'2683','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png','2683','attachment-image','{\"width\":151,\"height\":65,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/wordpay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/wordpay.png\",\"size\":\"full\",\"id\":2683,\"alt\":\"\",\"pixels\":9815,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(188,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png','76:57c611c18c6b07194eeaf410d3541680',3530,'post','attachment',1,2585,NULL,NULL,'easy-paisa','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png',NULL,'3530','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png','3530','attachment-image','{\"width\":150,\"height\":107,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/easy-paisa-2.png\",\"size\":\"full\",\"id\":3530,\"alt\":\"easy-paisa\",\"pixels\":16050,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(189,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png','73:44f55eac01e1d56ae49ca2480a6c0190',3506,'post','attachment',1,2585,NULL,NULL,'jazz-cash','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png',NULL,'3506','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png','3506','attachment-image','{\"width\":150,\"height\":78,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/jazz-cash.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/jazz-cash.png\",\"size\":\"full\",\"id\":3506,\"alt\":\"jazz-cash\",\"pixels\":11700,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:26:11','2021-01-06 22:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(190,'https://staging.subscriptionflow.com/why-us/','40:3602814669978984651372afd6122c80',9,'post','page',1,0,NULL,NULL,'Why Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:28:55','2021-01-25 03:11:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(191,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png','75:06ffe92835fc8a19d0e2eced9ce48949',656,'post','attachment',1,9,NULL,NULL,'banner_img1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png',NULL,'656','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png','656','attachment-image','{\"width\":491,\"height\":450,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/banner_img1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/banner_img1.png\",\"size\":\"full\",\"id\":656,\"alt\":\"\",\"pixels\":220950,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:28:55','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(192,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png','78:0db3c1f7228f5213fe9d259f54000dd1',1020,'post','attachment',1,0,NULL,NULL,'why_top_banner','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png',NULL,'1020','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png','1020','attachment-image','{\"width\":600,\"height\":496,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/why_top_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/why_top_banner.png\",\"size\":\"full\",\"id\":1020,\"alt\":\"\",\"pixels\":297600,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:28:55','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(193,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1-e1586337598323.jpg','98:1ea28a8992faec4b9abe01cf8d159ad7',940,'post','attachment',1,9,NULL,NULL,'customer_success1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1-e1586337598323.jpg',NULL,'940','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1-e1586337598323.jpg','940','attachment-image','{\"width\":691,\"height\":408,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/customer_success1-1-e1586337598323.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/customer_success1-1-e1586337598323.jpg\",\"size\":\"full\",\"id\":940,\"alt\":\"\",\"pixels\":281928,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:28:55','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(194,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1-e1586337656188.jpg','87:e11f42c03abc92539596d9784d59012e',942,'post','attachment',1,9,NULL,NULL,'trust1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1-e1586337656188.jpg',NULL,'942','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1-e1586337656188.jpg','942','attachment-image','{\"width\":691,\"height\":538,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/trust1-1-e1586337656188.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/trust1-1-e1586337656188.jpg\",\"size\":\"full\",\"id\":942,\"alt\":\"\",\"pixels\":371758,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:28:55','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(195,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1-e1586337689976.jpg','91:d7634c5d84e09ae13fe64e0d9ba3ced0',947,'post','attachment',1,9,NULL,NULL,'innovation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1-e1586337689976.jpg',NULL,'947','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1-e1586337689976.jpg','947','attachment-image','{\"width\":691,\"height\":456,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/innovation-1-e1586337689976.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/innovation-1-e1586337689976.jpg\",\"size\":\"full\",\"id\":947,\"alt\":\"\",\"pixels\":315096,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:28:56','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(196,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly-e1586337731363.jpg','92:f9faa5707b3dcac6cd8f4e1e087f1d1c',945,'post','attachment',1,9,NULL,NULL,'user_friendly','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly-e1586337731363.jpg',NULL,'945','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly-e1586337731363.jpg','945','attachment-image','{\"width\":691,\"height\":591,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/user_friendly-e1586337731363.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/user_friendly-e1586337731363.jpg\",\"size\":\"full\",\"id\":945,\"alt\":\"\",\"pixels\":408381,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:28:56','2020-12-29 06:28:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(197,'https://staging.subscriptionflow.com/recurring-recurring-billing-with-braintree/','76:acfbfe8490e34015374d8ce95e4b83ca',3960,'post','page',1,0,'Recurring Recurring Billing with Braintree | SubscriptionFlow','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, Braintree to facilitate more customers with their preferred payment methods.','Recurring Recurring Billing with Braintree','publish',NULL,0,NULL,NULL,NULL,'Recurring Recurring Billing with Braintree',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,49,NULL,'2020-11-11 06:29:25','2021-01-25 03:29:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(198,'https://staging.subscriptionflow.com/about/','39:599d450cc7aafe0bfa5eb166cb84321a',17,'post','page',1,0,'About | SubscriptionFlow',NULL,'About','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:29:27','2021-01-25 03:35:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(199,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png','76:3be01e93890932a8d5e0554502bd9db4',777,'post','attachment',1,17,NULL,NULL,'about_banner','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png',NULL,'777','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png','777','attachment-image','{\"width\":491,\"height\":450,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/about_banner.png\",\"size\":\"full\",\"id\":777,\"alt\":\"\",\"pixels\":220950,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:29:27','2020-12-29 06:28:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(200,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png','71:cf255beb9455aca2a082ff550518469d',746,'post','attachment',1,17,NULL,NULL,'about_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png',NULL,'746','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png','746','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/about_1.png\",\"size\":\"full\",\"id\":746,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:29:27','2020-12-29 06:28:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(201,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png','73:6b38b49b7833eb3a3dbf480ecbf7b34d',779,'post','attachment',1,17,NULL,NULL,'about_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png',NULL,'779','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png','779','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/about_2-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/about_2-1.png\",\"size\":\"full\",\"id\":779,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 06:29:27','2020-12-29 06:28:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(202,'https://staging.subscriptionflow.com/subscription-management-software-for-ecommerce/','80:b81319448441a4b031b9f823b6eb6b9d',1704,'post','page',1,0,'Subscription Management Software for eCommerce','Subscription Management Software for eCommerce Customers can Save time with automatic order placeements with a backend subscription software.','Subscription Management Software for eCommerce','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for eCommerce',76,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,6,NULL,'2020-11-11 06:32:39','2021-06-30 19:16:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(203,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ideal-recurring-billing.jpg','87:91c5726f5bce2d367cd9ff16b2f09efb',2288,'post','attachment',1,2251,NULL,NULL,'ideal recurring billing','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ideal-recurring-billing.jpg',NULL,'2288','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ideal-recurring-billing.jpg','2288','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ideal-recurring-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/ideal-recurring-billing.jpg\",\"size\":\"full\",\"id\":2288,\"alt\":\"ideal recurring billing\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:32:39','2020-11-30 02:50:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(204,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-features.jpg','82:bb1b09db067f8926f18d391ac34ae973',2290,'post','attachment',1,2251,NULL,NULL,'ecommerce features','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-features.jpg',NULL,'2290','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-features.jpg','2290','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/ecommerce-features.jpg\",\"size\":\"full\",\"id\":2290,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:32:39','2020-11-30 02:50:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(205,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg','96:9a975202125f1cfe14419037a35ed4b4',2295,'post','attachment',1,2251,NULL,NULL,'ecommerce SaaS software features','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg',NULL,'2295','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg','2295','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/ecommerce-SaaS-software-features.jpg\",\"size\":\"full\",\"id\":2295,\"alt\":\"ecommerce SaaS software features\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 06:32:39','2020-11-30 02:50:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(206,'https://staging.subscriptionflow.com/2021/11/31/','48:e2405ead0521532b5f49ddcc90d08346',31,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(207,'https://staging.subscriptionflow.com/2021/11/features/','54:a601af18d9da35ef9d5f845eea392e4a',542,'post','nav_menu_item',1,0,NULL,NULL,'Features','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(209,'https://staging.subscriptionflow.com/2021/11/286/','49:acc1ac6a2bdc3cd68746cd38344e97b3',286,'post','nav_menu_item',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(210,'https://staging.subscriptionflow.com/2021/11/1495/','50:d13d224a94b43efcfd7534ea8bc350e5',1495,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(211,'https://staging.subscriptionflow.com/2021/11/1469/','50:de8be85329fdd8f481102d6c42b98623',1469,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(212,'https://staging.subscriptionflow.com/2021/11/1514/','50:1c269cb0a19c54474f37876eafe8dc64',1514,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(213,'https://staging.subscriptionflow.com/2021/11/1303/','50:e49cad613f36a714913b78efd451afac',1303,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(215,'https://staging.subscriptionflow.com/2021/11/439/','49:aed1d0b7d46503f52f2079c83ce60661',439,'post','nav_menu_item',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(216,'https://staging.subscriptionflow.com/2021/11/1304/','50:bcfddcc8e66bacb41a3589004899312c',1304,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(218,'https://staging.subscriptionflow.com/2021/11/payments-processing/','65:78c2370fb68c5ad4ecc7df7b3c57d861',1167,'post','nav_menu_item',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(219,'https://staging.subscriptionflow.com/2021/11/1302/','50:9b988c6dfb224f09b84c15cab17dfd92',1302,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(221,'https://staging.subscriptionflow.com/2021/11/438/','49:d09747a074bc53da8b7ce16cee481b03',438,'post','nav_menu_item',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(222,'https://staging.subscriptionflow.com/2021/11/solutions/','55:d0f0ac6ecbd327504b211db41d83cdd6',243,'post','nav_menu_item',1,0,NULL,NULL,'Solutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(223,'https://staging.subscriptionflow.com/2021/11/by-role/','53:c84aa8a988971c1f787511d53f9978b9',2581,'post','nav_menu_item',1,0,NULL,NULL,'By Role','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(224,'https://staging.subscriptionflow.com/2021/11/2583/','50:dfffdb206532b5a730d37ec09025ae73',2583,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(225,'https://staging.subscriptionflow.com/2021/11/resources/','55:1f3f39c8c718eb723c7ac659535f729b',3277,'post','nav_menu_item',1,0,NULL,NULL,'Resources','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(226,'https://staging.subscriptionflow.com/2021/11/1558/','50:327bb3e076a1d4dfb51780b8843a7083',1558,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(227,'https://staging.subscriptionflow.com/2021/11/26/','48:e845fa31978e8adb7c79becb9743cce5',26,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 06:36:54','2021-11-12 09:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(228,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 06:41:47','2020-11-11 01:41:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(229,'https://staging.subscriptionflow.com/2020/08/how-to-manage-ecommerce-subscriptions-with-subscriptionflow/','101:ca3c28979baa197abf75b163bb363561',3357,'post','post',1,0,'How to Manage eCommerce Subscriptions with SubscriptionFlow','Subscriptionflow is a subscription management platform for eCommerce that helps industry streamlines all of its subscription process for efficient operations.','How to Manage eCommerce Subscriptions with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'How to Manage eCommerce Subscriptions',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg',NULL,'3359','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg','3359','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/How-to-Manage-eCommerce-Subscriptions-with-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":3359,\"alt\":\"How to Manage eCommerce Subscriptions with SubscriptionFlow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-11 07:10:28','2020-11-13 02:36:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(230,'https://staging.subscriptionflow.com/2019/07/what-are-the-advantages-of-subscription-management-software/','101:b417563bef586533ed2b7719d41f0d02',1602,'post','post',1,0,'Advantages of Easy to Use Subscription Management Software','Save your time and money by using an easy to use subscription management software and automate your subscription tasks using quick buttons.','What are the Advantages of Subscription Management Software?','publish',NULL,0,NULL,NULL,NULL,'easy to use subscription management software',87,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-advantages.jpg',NULL,'1638','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-advantages.jpg','1638','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/subscription-software-advantages.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/subscription-software-advantages.jpg\",\"size\":\"full\",\"id\":1638,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 07:16:47','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(231,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg','110:5649ed99de3a8ea4e180718cc6b282eb',1604,'post','attachment',1,1602,NULL,NULL,'advantages of subscription management software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg',NULL,'1604','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg','1604','attachment-image','{\"width\":1000,\"height\":667,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/advantages-of-subscription-management-software.jpg\",\"size\":\"full\",\"id\":1604,\"alt\":\"advantages of subscription management software\",\"pixels\":667000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 07:16:47','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,1,NULL,1),(232,'https://staging.subscriptionflow.com/2020/05/what-is-customer-success-and-why-do-you-need-it-for-your-subscription-business-model-to-succeed/','137:0f65e842eaa6246fe0c91284c3a9029a',2861,'post','post',1,0,NULL,NULL,'What is Customer Success and why do You Need it for Your Subscription Business Model to Succeed?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Subscription-Business-Model.jpg',NULL,'2862','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Subscription-Business-Model.jpg','2862','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Subscription-Business-Model.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Subscription-Business-Model.jpg\",\"size\":\"full\",\"id\":2862,\"alt\":\"Subscription Business Model\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,9,NULL,'2020-11-11 07:37:05','2021-07-23 02:48:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(233,'https://staging.subscriptionflow.com/2019/05/billing-and-invoicing-software-for-changing-consumption-patterns/','106:59d492c3ba6e849b2d997e9718561eed',1110,'post','post',1,0,'Billing and Invoicing Software for Changing Consumption Patterns','Given the high success rate of billing and invoicing management software ‘traditional’ businesses are quick to transition, to a recurring revenue model.','Billing and Invoicing Software for Changing Consumption Patterns','publish',NULL,0,NULL,NULL,NULL,'Billing and Invoicing Software',89,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png',NULL,'1125','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png','1125','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/Billing-and-invoicing-management-software.png\",\"size\":\"full\",\"id\":1125,\"alt\":\"Billing and invoicing management software\",\"pixels\":960000,\"type\":\"image/png\"}',1,NULL,NULL,'2020-11-11 08:02:41','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(234,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg','96:27e08a5d1555793b425b77b3653d4260',1140,'post','attachment',1,1110,NULL,NULL,'Billing and invoicing management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg',NULL,'1140','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg','1140','attachment-image','{\"width\":1000,\"height\":750,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/Billing-and-invoicing-management.jpg\",\"size\":\"full\",\"id\":1140,\"alt\":\"\",\"pixels\":750000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:02:41','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,1,NULL,1),(235,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg','106:b9ba95ed8e42b2425746cb76d43c3b7d',1142,'post','attachment',1,1110,NULL,NULL,'Best subscription management software 2019','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg',NULL,'1142','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg','1142','attachment-image','{\"width\":1000,\"height\":695,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/Best-subscription-management-software-2019.jpg\",\"size\":\"full\",\"id\":1142,\"alt\":\"\",\"pixels\":695000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:02:41','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,1,NULL,1),(236,'https://staging.subscriptionflow.com/tag/usagebasedbilling/','55:0d0bb89973bcc5b44c7df7d45c6f2994',72,'term','post_tag',NULL,NULL,NULL,NULL,'usagebasedbilling',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:13','2020-11-13 02:47:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(237,'https://staging.subscriptionflow.com/tag/subscription-billing-software/','67:a4632428ca2b4cfe1aef9e11edd83156',7,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription Billing Software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:16','2020-11-13 02:46:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(238,'https://staging.subscriptionflow.com/tag/automatic-payments/','56:8e055219bf4b3d0cdbc47be1764f679f',58,'term','post_tag',NULL,NULL,NULL,NULL,'automatic payments',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:18','2020-11-12 06:46:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(239,'https://staging.subscriptionflow.com/tag/best-software-for-billing-and-invoicin/','76:235f82960f7f67f0015ac73c454fd6f4',19,'term','post_tag',NULL,NULL,NULL,NULL,'best software for billing and invoicin',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:41','2020-11-13 02:44:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(240,'https://staging.subscriptionflow.com/category/subscription/','55:9ab261d2d21317dd429abbcc5df31d2c',3,'term','category',NULL,NULL,NULL,NULL,'Subscription',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:42','2020-11-12 06:22:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(241,'https://staging.subscriptionflow.com/tag/subscription-management/','61:b4fc9ab7beb3cb4730da64fbf46a463d',10,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:44','2020-11-12 14:56:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(242,'https://staging.subscriptionflow.com/category/usage-based-pricing/','62:c35db04d88330866c5e50da17166a4cb',82,'term','category',NULL,NULL,NULL,NULL,'Usage-Based Pricing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:48','2020-11-12 07:00:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(243,'https://staging.subscriptionflow.com/tag/recurring-billing/','55:76f01b965a93f8f335994e02bd00051a',54,'term','post_tag',NULL,NULL,NULL,NULL,'recurring billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:03:51','2020-11-12 14:03:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(244,'https://staging.subscriptionflow.com/tag/subscription-billing/','58:a818ddc323d21f107a24d8d50911e879',17,'term','post_tag',NULL,NULL,NULL,NULL,'subscription billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:04:03','2020-11-13 02:46:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(245,'https://staging.subscriptionflow.com/tag/billing-and-invoicing/','59:1606cab25d1018b2d70d4e6b2a83ade3',16,'term','post_tag',NULL,NULL,NULL,NULL,'billing and invoicing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:04:25','2020-11-13 02:44:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(246,'https://staging.subscriptionflow.com/tag/taxmanagement/','51:fd2be82eff916a712dd0de8d2ae10588',52,'term','post_tag',NULL,NULL,NULL,NULL,'taxmanagement',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:05:20','2020-11-13 02:47:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(247,'https://staging.subscriptionflow.com/tag/best-billing-invoicing-integrations-for-authorize-net/','91:014d96785cadea6a2bce9c5848d41071',29,'term','post_tag',NULL,NULL,NULL,NULL,'Best Billing & Invoicing Integrations for Authorize.net',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:05:30','2020-11-12 14:23:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(248,'https://staging.subscriptionflow.com/tag/subscription-management-service/','69:c2f85a08f62728a126d041ec5dad3368',14,'term','post_tag',NULL,NULL,NULL,NULL,'subscription management service',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:05:58','2020-11-12 03:18:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(249,'https://staging.subscriptionflow.com/tag/artificial-intelligence/','61:7c0259dd34e562423289ce435f6bc08c',67,'term','post_tag',NULL,NULL,NULL,NULL,'artificial intelligence',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:06:25','2020-11-13 02:43:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(250,'https://staging.subscriptionflow.com/category/subscription-management/','66:0bbf8c859a3190c3b4685fb955686cc6',5,'term','category',NULL,NULL,NULL,NULL,'Subscription Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'2020-11-11 08:06:41','2021-09-30 02:35:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(251,'https://staging.subscriptionflow.com/tag/ai/','40:08ad8eb5a012fdd7a6da6e7a69b3129f',66,'term','post_tag',NULL,NULL,NULL,NULL,'AI',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:06:50','2020-11-13 02:43:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(252,'https://staging.subscriptionflow.com/tag/invoicing-software/','56:c9b614c605622dca73ff5be8985b7619',56,'term','post_tag',NULL,NULL,NULL,NULL,'invoicing software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:07:40','2020-11-13 02:45:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(253,'https://staging.subscriptionflow.com/tag/taxdecisions/','50:584e18e23b65f13db519f14c2a9c8ab5',53,'term','post_tag',NULL,NULL,NULL,NULL,'taxdecisions',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:07:49','2020-11-13 02:47:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(254,'https://staging.subscriptionflow.com/tag/dunningmanagement/','55:04d3a783dd6ba2ca95534a377d12394d',74,'term','post_tag',NULL,NULL,NULL,NULL,'dunningmanagement',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:07:53','2020-11-13 02:45:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(255,'https://staging.subscriptionflow.com/tag/recurring-billing-with-authorize-net/','74:53f21b861e6f55b399613ff89af5ecc1',27,'term','post_tag',NULL,NULL,NULL,NULL,'recurring billing with authorize.net',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:08:09','2020-11-13 02:45:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(256,'https://staging.subscriptionflow.com/tag/invoice-automation/','56:ea5bb2aeb1478de4708a558be263092c',64,'term','post_tag',NULL,NULL,NULL,NULL,'invoice automation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:08:17','2020-11-12 20:44:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(257,'https://staging.subscriptionflow.com/tag/subscription-management-software/','70:239d622c0cb68830a0b3ef7e68c454a0',6,'term','post_tag',NULL,NULL,NULL,NULL,'subscription management software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:08:45','2020-11-13 01:17:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(258,'https://staging.subscriptionflow.com/category/recurring-billing/','60:4b7d5400e75777954358d56e7957bba9',60,'term','category',NULL,NULL,NULL,NULL,'Recurring Billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 08:10:26','2020-11-13 02:39:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(259,'https://staging.subscriptionflow.com/subscription-billing-solutions-by-industry/','76:e3012ceaf043f72ef531243b68a89e11',828,'post','page',1,0,'By Industry | SubscriptionFlow',NULL,'By Industry','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2020-11-11 08:10:40','2021-01-25 03:34:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(260,'https://staging.subscriptionflow.com/other-industries/','50:54fd0ac9d6f3ebda909f185a75764ee5',1671,'post','page',1,0,'Subscription Software for Other Industries | Subscription Flow','SubscriptionFlow is helping industries worldwide either you are small business, transporter, health professional or any other business you run.','Other Industries','publish',NULL,0,NULL,NULL,NULL,'Other Industries',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,31,1,NULL,'2020-11-11 08:10:40','2020-11-12 16:02:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(261,'https://staging.subscriptionflow.com/subscription-management-software-for-cleaning-business/','88:c4ae941cf70c4cc5956e65a2ddca822e',1697,'post','page',1,0,'Subscription Management Software for Cleaning Business','SubscriptionFlow Subscription Management Software for Cleaning Business can help cleaners to make payments online with safe & secure subscription software.','Subscription Management Software for Cleaning Business','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Cleaning Business',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'2020-11-11 08:10:40','2020-11-30 02:47:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(262,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg','98:f49161bb68c88d84b437cbbd47818b39',2256,'post','attachment',1,2251,NULL,NULL,'cleaning services payment handling','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg',NULL,'2256','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg','2256','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/cleaning-services-payment-handling.jpg\",\"size\":\"full\",\"id\":2256,\"alt\":\"cleaning services payment handling\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:40','2020-11-30 02:47:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(263,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg','83:208b704a2a6468cea4aff62ad8f109dd',2269,'post','attachment',1,2251,NULL,NULL,'SaaS for cleaning','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg',NULL,'2269','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg','2269','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/SaaS-for-cleaning-1.jpg\",\"size\":\"full\",\"id\":2269,\"alt\":\"SaaS for cleaning\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:40','2020-11-30 02:47:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(264,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Accept-payments-easily.jpg','86:6cb124fe76b242fd5f0e5b17bb30ce0e',2264,'post','attachment',1,2251,NULL,NULL,'Accept payments easily','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Accept-payments-easily.jpg',NULL,'2264','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Accept-payments-easily.jpg','2264','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Accept-payments-easily.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Accept-payments-easily.jpg\",\"size\":\"full\",\"id\":2264,\"alt\":\"Accept payments easily\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:41','2020-11-30 02:47:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(265,'https://staging.subscriptionflow.com/subscription-management-software-for-educational-institutions/','95:06659d802b0615ba85e2724080e9b816',1713,'post','page',1,0,'Subscription Management Software for Educational Institutions','Subscription Management Software for Educational Institutions can help universities, colleges and schools to automate their recurring payment process.','Subscription Management Software for Educational Institutions','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Educational Institutions',67,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,2,NULL,'2020-11-11 08:10:41','2021-06-28 02:43:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(266,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-software-for-education.jpg','91:918ec9fcbf29c33f1c46f59e85ef1e91',2316,'post','attachment',1,2251,NULL,NULL,'SaaS software for education','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-software-for-education.jpg',NULL,'2316','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-software-for-education.jpg','2316','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/SaaS-software-for-education.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/SaaS-software-for-education.jpg\",\"size\":\"full\",\"id\":2316,\"alt\":\"SaaS software for education\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:41','2020-11-30 03:14:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(267,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-software-for-education.jpg','99:ff4770eba72e125deb2fe6ce273be19c',2314,'post','attachment',1,2251,NULL,NULL,'subscription software for education','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-software-for-education.jpg',NULL,'2314','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-software-for-education.jpg','2314','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-software-for-education.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/subscription-software-for-education.jpg\",\"size\":\"full\",\"id\":2314,\"alt\":\"subscription software for education\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:42','2020-11-30 03:14:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(268,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg','119:8c0b29834611f9cf8379f27c5266e449',2320,'post','attachment',1,2251,NULL,NULL,'subscription management software for education features','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg',NULL,'2320','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg','2320','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/subscription-management-software-for-education-features.jpg\",\"size\":\"full\",\"id\":2320,\"alt\":\"subscription management software for education features\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:42','2020-11-30 03:14:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(269,'https://staging.subscriptionflow.com/subscription-management-software-for-real-estate/','82:914843ddec727686fe58f202e41a006c',1747,'post','page',1,0,'Subscription Management Software for Real Estate','Subscription management software for real estate can automate tasks& manage the entire deal cycle through matching listings to negotiations and closing.','Subscription Management Software for Real Estate','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Real Estate',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,'2020-11-11 08:10:43','2020-11-30 03:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(270,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg','99:21bd0bfdc15e52ac55f7b14275083415',2352,'post','attachment',1,2251,NULL,NULL,'Manage Recurring Payments with Ease','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg',NULL,'2352','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg','2352','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Manage-Recurring-Payments-with-Ease.jpg\",\"size\":\"full\",\"id\":2352,\"alt\":\"Manage Recurring Payments with Ease\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:43','2020-11-30 03:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(271,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg','120:edfc80d3502ffcb9ed749ec85f5a4e6f',2358,'post','attachment',1,2251,NULL,NULL,'Features of SaaS subscription software for real estate','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg',NULL,'2358','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg','2358','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Features-of-SaaS-subscription-software-for-real-estate-2.jpg\",\"size\":\"full\",\"id\":2358,\"alt\":\"Features of SaaS subscription software for real estate\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:44','2020-11-30 03:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(272,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg','96:110d8c0fc96a749e9eaeb4fbed4baf24',2360,'post','attachment',1,2251,NULL,NULL,'Property Reporting and Analytics','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg',NULL,'2360','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg','2360','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Property-Reporting-and-Analytics.jpg\",\"size\":\"full\",\"id\":2360,\"alt\":\"Property Reporting and Analytics\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:44','2020-11-30 03:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(273,'https://staging.subscriptionflow.com/subscription-management-software-for-food-industry/','84:686eae17ef9daba6dee1839ed0488992',1751,'post','page',1,0,'Subscription Management Software for Food Industry','Automate your restaurant management system with Best Subscription Management Software for Food Industry & handle subscriptions without hassle.','Subscription Management Software for Food Industry','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Food Industry',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,2,NULL,'2020-11-11 08:10:45','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(274,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg','108:205765b468a416e4e6f9ffc017ffdbd6',2417,'post','attachment',1,1751,NULL,NULL,'Recurring Billing is ideal for Restaurants','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg',NULL,'2417','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg','2417','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Recurring-Billing-is-ideal-for-Restaurants-1.jpg\",\"size\":\"full\",\"id\":2417,\"alt\":\"Recurring Billing is ideal for Restaurants\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:45','2020-11-30 03:32:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(275,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg','115:fee45fa04c5f9123fee476dcd7d360c6',2415,'post','attachment',1,1751,NULL,NULL,'Why you need the Subscription Management Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg',NULL,'2415','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg','2415','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Why-you-need-the-Subscription-Management-Software-1.jpg\",\"size\":\"full\",\"id\":2415,\"alt\":\"Why you need the Subscription Management Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:46','2020-11-30 03:32:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(276,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg','131:18bdffb02d3eaec0e1a0af7f4f7d079a',2372,'post','attachment',1,2251,NULL,NULL,'Features of the Subscription Management Software for Food companies','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg',NULL,'2372','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg','2372','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Features-of-the-Subscription-Management-Software-for-Food-companies.jpg\",\"size\":\"full\",\"id\":2372,\"alt\":\"Features of the Subscription Management Software for Food companies\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:46','2020-11-30 03:32:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(277,'https://staging.subscriptionflow.com/subscription-management-software-for-gym-management/','85:00cd80be03cb89965dd1cdbcd8fe1e23',1754,'post','page',1,0,'Subscription Management Software for Gym Management','Subscription management software for gym management is a membership management system that handle your subscriptions automatically without manual effort.','Subscription Management Software for Gym Management','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Gym Management',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,1,NULL,'2020-11-11 08:10:47','2020-11-30 03:37:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(278,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/gym_management-subscription-software.jpg','100:3fe86c2d60adf2434624ff5a5c8dca22',2328,'post','attachment',1,2251,NULL,NULL,'gym_management subscription software','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/gym_management-subscription-software.jpg',NULL,'2328','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/gym_management-subscription-software.jpg','2328','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/gym_management-subscription-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/gym_management-subscription-software.jpg\",\"size\":\"full\",\"id\":2328,\"alt\":\"gym_management subscription software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:47','2020-11-30 03:37:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(279,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg','113:02082bdfc5977dd18078f95956ada381',2330,'post','attachment',1,2251,NULL,NULL,'subscription billing software for fitness centers','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg',NULL,'2330','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg','2330','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/subscription-billing-software-for-fitness-centers.jpg\",\"size\":\"full\",\"id\":2330,\"alt\":\"subscription billing software for fitness centers\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:48','2020-11-30 03:37:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(280,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg','96:107151f7e709a9d0a9791b0497d67877',2332,'post','attachment',1,2251,NULL,NULL,'Powering up your fitness centres','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg',NULL,'2332','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg','2332','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Powering-up-your-fitness-centres.jpg\",\"size\":\"full\",\"id\":2332,\"alt\":\"Powering up your fitness centres\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:48','2020-11-30 03:37:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(281,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/24-hour-access.jpg','78:1a195871417bce3e9beafd3a6cb35088',2335,'post','attachment',1,2251,NULL,NULL,'24 hour access','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/24-hour-access.jpg',NULL,'2335','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/24-hour-access.jpg','2335','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/24-hour-access.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/24-hour-access.jpg\",\"size\":\"full\",\"id\":2335,\"alt\":\"24 hour access\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:49','2020-11-30 03:37:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(282,'https://staging.subscriptionflow.com/subscription-management-software-for-transport-company/','88:77d39b47d813b449b258f8cec6d55c6f',1771,'post','page',1,0,'Subscription Management Software for Transport Company','Subscription Management Software for Transport Company will help transporters to manage travelers subscriptions online automatically.','Subscription Management Software for Transport Company','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Transport Company',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,2,NULL,'2020-11-11 08:10:49','2020-11-30 03:47:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(283,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg','95:cf54a933862f00138bd733c21deb6778',2381,'post','attachment',1,2251,NULL,NULL,'Embark on Digital Age of Travel','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg',NULL,'2381','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg','2381','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Embark-on-Digital-Age-of-Travel.jpg\",\"size\":\"full\",\"id\":2381,\"alt\":\"Embark on Digital Age of Travel\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:50','2020-11-30 03:47:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(284,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg','138:b4ff528965b21541e52958b8b88d1fb1',2384,'post','attachment',1,2251,NULL,NULL,'Queries Resolved by subscription management software for Transport Company','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg',NULL,'2384','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg','2384','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Queries-Resolved-by-subscription-management-software-for-Transport-Company.jpg\",\"size\":\"full\",\"id\":2384,\"alt\":\"Queries Resolved by subscription management software for Transport Company\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:50','2020-11-30 03:47:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(285,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg','146:2a0cfd53772370c0d4cd415eb6cb3091',2386,'post','attachment',1,2251,NULL,NULL,'Features to Look Out for in Subscription management Software for Transport Company','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg',NULL,'2386','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg','2386','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Features-to-Look-Out-for-in-Subscription-management-Software-for-Transport-Company.jpg\",\"size\":\"full\",\"id\":2386,\"alt\":\"Features to Look Out for in Subscription management Software for Transport Company\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:51','2020-11-30 03:47:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(286,'https://staging.subscriptionflow.com/subscription-management-software-for-salons/','77:dc05ea50a7ec632142f84fea23625936',1893,'post','page',1,0,'Subscription Management Software for Salons - Billing Software for Salon','Subscription management software for salons will help barbers to manage and schedule customer appointments with automatic backend salon billing software.','Subscription Management Software for Salons','publish',NULL,0,NULL,NULL,NULL,'Billing Software for Salon',71,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,2,NULL,'2020-11-11 08:10:52','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(287,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg','106:154360559290e4735462710f2d755c0f',2395,'post','attachment',1,2251,NULL,NULL,'Subscription management software for salon','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg',NULL,'2395','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg','2395','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Subscription-management-software-for-salon.jpg\",\"size\":\"full\",\"id\":2395,\"alt\":\"Subscription management software for salon\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:52','2020-12-02 02:33:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(288,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg','132:2cdf068c6f31b11633de322f145b45c1',2396,'post','attachment',1,2251,NULL,NULL,'Better Customer’s Experience with Subscription Management Software','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg',NULL,'2396','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Better-Customer’s-Experience-with-Subscription-Management-Software.jpg','2396','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Better-Customer\\u2019s-Experience-with-Subscription-Management-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Better-Customer\\u2019s-Experience-with-Subscription-Management-Software.jpg\",\"size\":\"full\",\"id\":2396,\"alt\":\"Subscription Management Software for Salons\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:52','2020-12-02 02:33:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(289,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg','111:6f0b29b654d5c0cb1028f3d8417f4183',2397,'post','attachment',1,2251,NULL,NULL,'Advanced Features of Billing Software for Salon','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg',NULL,'2397','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg','2397','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Advanced-Features-of-Billing-Software-for-Salon.jpg\",\"size\":\"full\",\"id\":2397,\"alt\":\"Billing Software for Salon\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:53','2020-12-02 02:33:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(290,'https://staging.subscriptionflow.com/magazine-subscription-management-software/','75:e52151a7c1a51e4fa2c24d1b716da44a',3070,'post','page',1,0,'Magazine Subscription Management Software | SubscriptionFlow','Empower your ads and gain maximum customer footfall with Magazine Subscription Management Software. Manage designs and Orders Automatically.','Magazine Subscription Management Software','publish',NULL,0,NULL,NULL,NULL,'Magazine Subscription Management Software',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,5,NULL,'2020-11-11 08:10:54','2021-06-15 02:09:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(291,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg','98:9f71b2c986f14e1f10afdee6294203ba',2405,'post','attachment',1,2251,NULL,NULL,'Manage orders in a hassle-free way','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg',NULL,'2405','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg','2405','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Manage-orders-in-a-hassle-free-way.jpg\",\"size\":\"full\",\"id\":2405,\"alt\":\"Manage orders in a hassle-free way\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:54','2020-12-02 02:41:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(292,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg','104:b0a77c2cc2c311c2413c7748dfb637ad',3546,'post','attachment',1,3070,NULL,NULL,'newspaper subscription management system','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg',NULL,'3546','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg','3546','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/newspaper-subscription-management-system.jpg\",\"size\":\"full\",\"id\":3546,\"alt\":\"newspaper-subscription-management-system\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:54','2021-03-26 02:24:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(293,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg','128:427c784fb514a36d86fc9acfdfd2af26',2409,'post','attachment',1,2251,NULL,NULL,'Make Magazine Subscriptions more like Digital SaaS Subscriptions','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg',NULL,'2409','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg','2409','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Make-Magazine-Subscriptions-more-like-Digital-SaaS-Subscriptions.jpg\",\"size\":\"full\",\"id\":2409,\"alt\":\"Make Magazine Subscriptions more like Digital SaaS Subscriptions\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:54','2020-12-02 02:41:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(294,'https://staging.subscriptionflow.com/subscription-management-software-for-nonprofits/','81:d4233ded4dfd2ddaa38567893260f5d6',1978,'post','page',1,0,'Subscription Management Software for Nonprofits','Subscription Management Software for Nonprofits can help large scale nonprofits charity organization with reccurring donations management.','Subscription Management Software for Nonprofits','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Nonprofits',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2020-11-11 08:10:55','2020-12-16 00:25:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(295,NULL,NULL,2419,'post','attachment',1,2251,NULL,NULL,'Reasons why Recurring Billing for Nonprofits is important','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg',NULL,'2419','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg','2419','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Reasons-why-Recurring-Billing-for-Nonprofits-is-important.jpg\",\"size\":\"full\",\"id\":2419,\"alt\":\"Reasons why Recurring Billing for Nonprofits is important\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:56','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(296,NULL,NULL,2421,'post','attachment',1,2251,NULL,NULL,'Enhance Operations with Better Donor Management','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Enhance-Operations-with-Better-Donor-Management.jpg',NULL,'2421','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Enhance-Operations-with-Better-Donor-Management.jpg','2421','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Enhance-Operations-with-Better-Donor-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Enhance-Operations-with-Better-Donor-Management.jpg\",\"size\":\"full\",\"id\":2421,\"alt\":\"Enhance Operations with Better Donor Management\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:56','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(297,NULL,NULL,2423,'post','attachment',1,2251,NULL,NULL,'Ease of Automatic Payments','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Ease-of-Automatic-Payments.jpg',NULL,'2423','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Ease-of-Automatic-Payments.jpg','2423','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Ease-of-Automatic-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Ease-of-Automatic-Payments.jpg\",\"size\":\"full\",\"id\":2423,\"alt\":\"Ease of Automatic Payments\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:57','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(298,'https://staging.subscriptionflow.com/subscription-management-software-for-telecom-billing/','86:07260a36c1401e2e9f5ee09fea4582e2',2045,'post','page',1,0,'Subscription Management Software for Telecom Billing','Subscription Management Software for Telecom Billing will make billing and invoicing convenient by counting customers charges with membership management.','Subscription Management Software for Telecom Billing','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Telecom Billing',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,2,NULL,'2020-11-11 08:10:58','2020-12-03 02:19:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(299,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg','132:64a0ccd717291cb33c0c7b2a0779b7c7',2449,'post','attachment',1,2045,NULL,NULL,'Features of Ideal Telecom Billing Subscription Management Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg',NULL,'2449','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg','2449','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Features-of-Ideal-Telecom-Billing-Subscription-Management-Software-1.jpg\",\"size\":\"full\",\"id\":2449,\"alt\":\"Features of Ideal Telecom Billing Subscription Management Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:10:58','2020-12-03 02:19:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(300,'https://staging.subscriptionflow.com/subscription-management-software-for-enterprises/','82:a97c5f1656d34157a68ed12be917312b',1899,'post','page',1,0,'Subscription Management Software for Enterprises',NULL,'Subscription Management Software for Enterprises','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Enterprises',64,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,'2020-11-11 08:11:00','2020-12-03 02:24:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(301,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg','120:8217f00438b097528436f0fca769b7e7',2921,'post','attachment',1,1899,NULL,NULL,'Empower your business with our Enterprise Billing System','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg',NULL,'2921','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg','2921','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Empower-your-business-with-our-Enterprise-Billing-System.jpg\",\"size\":\"full\",\"id\":2921,\"alt\":\"Empower your business with our Enterprise Billing System\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:00','2020-12-03 02:24:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(302,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Improve-customer-retention.jpg','90:3f2040d7ec2aaba0528bbecd9771920c',2922,'post','attachment',1,1899,NULL,NULL,'Improve customer retention','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Improve-customer-retention.jpg',NULL,'2922','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Improve-customer-retention.jpg','2922','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Improve-customer-retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Improve-customer-retention.jpg\",\"size\":\"full\",\"id\":2922,\"alt\":\"Improve customer retention\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:00','2020-12-03 02:24:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(303,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg','110:4e09c0d99aa512cb8fdd17f1292f4449',2923,'post','attachment',1,1899,NULL,NULL,'Make Scalable Progress with these SaaS Metrics','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg',NULL,'2923','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg','2923','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Make-Scalable-Progress-with-these-SaaS-Metrics.jpg\",\"size\":\"full\",\"id\":2923,\"alt\":\"Make Scalable Progress with these SaaS Metrics\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:00','2020-12-03 02:24:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(304,'https://staging.subscriptionflow.com/subscription-management-software-for-telemedicine-companies/','93:5bd46322a814e1f3223bc489e7a56409',2965,'post','page',1,0,'Subscription Management Software for Telemedicine Companies | SubscriptionFlow','Subscription Management Software for Telemedicine Companies can automate your business process with AI-Powered Subscription Handling Tools.','Subscription Management Software for Telemedicine Companies','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Telemedicine Companies',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,5,NULL,'2020-11-11 08:11:01','2021-05-26 00:12:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(305,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg','93:cf02f9989edcd49b5ba4ad71f1216a71',2981,'post','attachment',1,2965,NULL,NULL,'Customized Subscription plans','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg',NULL,'2981','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg','2981','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Customized-Subscription-plans.jpg\",\"size\":\"full\",\"id\":2981,\"alt\":\"Customized Subscription plans\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:02','2020-12-03 02:32:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(306,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/choose-subscription-plan.jpg','88:edfe8c17c99a01182a57c7b24b160f95',2983,'post','attachment',1,2965,NULL,NULL,'choose subscription plan','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/choose-subscription-plan.jpg',NULL,'2983','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/choose-subscription-plan.jpg','2983','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/choose-subscription-plan.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/choose-subscription-plan.jpg\",\"size\":\"full\",\"id\":2983,\"alt\":\"choose subscription plan\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:02','2020-12-03 02:32:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(307,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg','122:28234969c4f4362a1cfce29f82977cb3',2984,'post','attachment',1,2965,NULL,NULL,'Why Telemedicine Companies Need Recurring Billing Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg',NULL,'2984','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg','2984','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Why-Telemedicine-Companies-Need-Recurring-Billing-Software.jpg\",\"size\":\"full\",\"id\":2984,\"alt\":\"Why Telemedicine Companies Need Recurring Billing Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:02','2020-12-03 02:32:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(308,'https://staging.subscriptionflow.com/subscription-management-software-for-online-courses/','85:e3c9c16d262bb4a47b6c18c1ba613bda',2990,'post','page',1,0,'Subscription Management Software for Online Courses | SubscriptionFlow',NULL,'Subscription Management Software for Online Courses','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Online Courses',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,3,NULL,'2020-11-11 08:11:03','2021-06-28 02:43:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(309,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg','113:5ac00c5e59fbfd0ec018e567c1e3f7bc',2998,'post','attachment',1,2990,NULL,NULL,'Boost Net Revenue with Subscription-Based Billing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg',NULL,'2998','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg','2998','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Boost-Net-Revenue-with-Subscription-Based-Billing.jpg\",\"size\":\"full\",\"id\":2998,\"alt\":\"Boost Net Revenue with Subscription-Based Billing\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:03','2020-12-03 02:38:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(310,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg','148:01bf1f9dfa3de0545a6b093d11a727b7',2999,'post','attachment',1,2990,NULL,NULL,'Subscription Management for the Individuals and Businesses Providing Online Learning','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg',NULL,'2999','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg','2999','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Subscription-Management-for-the-Individuals-and-Businesses-Providing-Online-Learning.jpg\",\"size\":\"full\",\"id\":2999,\"alt\":\"Subscription Management for the Individuals and Businesses Providing Online Learning\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:04','2020-12-03 02:38:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(311,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg','144:9b7624737f6c9a26be46e656ab8259de',3000,'post','attachment',1,2990,NULL,NULL,'SubscriptionFlow Supports Online Education with Its Automated Payment Processing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg',NULL,'3000','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg','3000','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/SubscriptionFlow-Supports-Online-Education-with-Its-Automated-Payment-Processing.jpg\",\"size\":\"full\",\"id\":3000,\"alt\":\"SubscriptionFlow Supports Online Education with Its Automated Payment Processing\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:05','2020-12-03 02:38:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(312,'https://staging.subscriptionflow.com/subscription-billing-software-for-clubs/','73:0d073176b8d017c441f6247a80f02453',3040,'post','page',1,0,'Subscription Billing Software for Clubs | SubscriptionFlow','AI-Fueled Subscription Billing Software for Clubs can manage all your club memberships billing hassles with flexible subscription engine.','Subscription Billing Software for Clubs','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing Software for Clubs',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,3,NULL,'2020-11-11 08:11:05','2021-03-08 00:28:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(313,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg','89:fc949b1f2b77e23d13dc6232f593e275',3046,'post','attachment',1,3040,NULL,NULL,'Manage Recurring Payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg',NULL,'3046','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg','3046','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Manage-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":3046,\"alt\":\"Manage Recurring Payments\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:05','2020-12-03 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(314,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg','133:7990f627828551489a32edf8ad613613',3047,'post','attachment',1,3040,NULL,NULL,'SubscriptionFlow Works Best As A Recurring Payment Software for Clubs','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg',NULL,'3047','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg','3047','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/SubscriptionFlow-Works-Best-As-A-Recurring-Payment-Software-for-Clubs.jpg\",\"size\":\"full\",\"id\":3047,\"alt\":\"SubscriptionFlow Works Best As A Recurring Payment Software for Clubs\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:06','2020-12-03 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(315,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg','137:af38b556a93beff56a5132377da55846',3048,'post','attachment',1,3040,NULL,NULL,'SubscriptionFlow Is A 360-Degree Efficient Membership Management Solution','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg',NULL,'3048','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg','3048','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/SubscriptionFlow-Is-A-360-Degree-Efficient-Membership-Management-Solution.jpg\",\"size\":\"full\",\"id\":3048,\"alt\":\"SubscriptionFlow Is A 360-Degree Efficient Membership Management Solution\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:06','2020-12-03 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(316,'https://staging.subscriptionflow.com/subscription-management-software-for-retail-business/','86:d8f3207b7ad00000c7154b7fa8581697',3054,'post','page',1,0,'Subscription Management Software for Retail Business | SubscriptionFlow',NULL,'Subscription Management Software for Retail Business','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Retail Business',58,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,NULL,'2020-11-11 08:11:06','2020-12-03 03:01:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(317,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg','103:e4cfc4cf8c82bf0fa949742d27612a09',3061,'post','attachment',1,3054,NULL,NULL,'AI-based Subscription software features','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg',NULL,'3061','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg','3061','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/AI_based-Subscription-software-features.jpg\",\"size\":\"full\",\"id\":3061,\"alt\":\"AI-based Subscription software features\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:07','2020-12-03 03:00:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(318,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg','135:baf74765d70f050a08c042e8dbe14905',3062,'post','attachment',1,3054,NULL,NULL,'How SubscriptionFlow can contribute towards thriving Subscription Sales','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg',NULL,'3062','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg','3062','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/How-SubscriptionFlow-can-contribute-towards-thriving-Subscription-Sales.jpg\",\"size\":\"full\",\"id\":3062,\"alt\":\"How SubscriptionFlow can contribute towards thriving Subscription Sales\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:07','2020-12-03 03:00:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(319,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg','115:7d485ba69f8ff896e67ac1535bba0f61',3063,'post','attachment',1,3054,NULL,NULL,'Let SubscriptionFlow Ease Your Retail Business More','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg',NULL,'3063','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg','3063','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Let-SubscriptionFlow-Ease-Your-Retail-Business-More.jpg\",\"size\":\"full\",\"id\":3063,\"alt\":\"Let SubscriptionFlow Ease Your Retail Business More\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:07','2020-12-03 03:00:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(320,'https://staging.subscriptionflow.com/subscription-management-software-for-media-companies/','86:5dfbd1878194c77ca0cdfe5108b5818c',3076,'post','page',1,0,'Subscription Management Software for Media Companies | SubscriptionFlow','Accelerate the Subscription Business with Subscription Management Software for Media Companies. Manage Subscriptions using Automated Tools.','Subscription Management Software for Media Companies','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Media Companies',65,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,4,NULL,'2020-11-11 08:11:08','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(321,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg','116:3c1b21211d902dee32c79ca142d3d393',3081,'post','attachment',1,1671,NULL,NULL,'Subscription Management Software for Media Companies','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg',NULL,'3081','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg','3081','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Management-Software-for-Media-Companies.jpg\",\"size\":\"full\",\"id\":3081,\"alt\":\"Subscription Management Software for Media Companies\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:08','2020-12-03 03:13:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(322,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg','119:18c6bde0b96c2b883a93809143817b68',3083,'post','attachment',1,3076,NULL,NULL,'What is the Subscription Management for Media Industry','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg',NULL,'3083','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg','3083','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/What-is-the-Subscription-Management-for-Media-Industry-.jpg\",\"size\":\"full\",\"id\":3083,\"alt\":\"What is the Subscription Management for Media Industry\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:08','2020-12-03 03:13:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(323,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg','140:64c8f56c4021ac5d178a6779ffc8ddca',3084,'post','attachment',1,3076,NULL,NULL,'Who Should Avail the Services of SubscriptionFlow as Subscription Management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg',NULL,'3084','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg','3084','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Who-Should-Avail-the-Services-of-SubscriptionFlow-as-Subscription-Management.jpg\",\"size\":\"full\",\"id\":3084,\"alt\":\"Who Should Avail the Services of SubscriptionFlow as Subscription Management\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:08','2020-12-03 03:13:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(324,'https://staging.subscriptionflow.com/subscription-management-software-for-shopify/','78:8ef5d1f5d10566d7fa1a399309b471d5',3091,'post','page',1,0,'Subscription Management Software for Shopify | SubscriptioFlow','Boost your eCommerce Sales with Subscription Management Software for Shopify and Accelerate your Online Presence with SubscriptionFlow.','Subscription Management Software for Shopify','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Shopify',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,NULL,'2020-11-11 08:11:08','2020-12-03 03:23:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(325,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg','97:066ac26bcdde32493f6a6c3c5506e69a',3098,'post','attachment',1,3091,NULL,NULL,'Subscription-Software-for-Shopify','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg',NULL,'3098','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg','3098','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Software-for-Shopify.jpg\",\"size\":\"full\",\"id\":3098,\"alt\":\"Subscription-Software-for-Shopify\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:09','2020-12-03 03:23:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(326,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg','102:42031eccc08e712f83f5d8dd446d119a',3099,'post','attachment',1,3091,NULL,NULL,'Recurring Billing Software for Shopify','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg',NULL,'3099','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg','3099','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Recurring-Billing-Software-for-Shopify.jpg\",\"size\":\"full\",\"id\":3099,\"alt\":\"Recurring Billing Software for Shopify\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:09','2020-12-03 03:23:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(327,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg','98:a4e78348d5c7fae45c87bd35ad4bb63b',3100,'post','attachment',1,3091,NULL,NULL,'Recurring-Billing-Software-Shopify','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg',NULL,'3100','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg','3100','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Recurring-Billing-Software-Shopify.jpg\",\"size\":\"full\",\"id\":3100,\"alt\":\"Recurring-Billing-Software-Shopify\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:09','2020-12-03 03:23:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(328,'https://staging.subscriptionflow.com/subscription-management-software-for-wordpress/','80:463b626dff58cc883c93e0400f8206b7',3102,'post','page',1,0,'Subscription Management Software for WordPress | SubscriptionFlow','Accept Recurring Payments, Create Subscription Plans with Subscription Management Software for WordPress and Increase Revenue with Continues Growth.','Subscription Management Software for WordPress','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for WordPress',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,NULL,'2020-11-11 08:11:09','2020-12-03 03:41:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(329,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg','128:7a9fb8b706978a6f7cedba3ce6f34b11',3110,'post','attachment',1,3102,NULL,NULL,'Ultimate Recurring Billing and Subscription Management Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg',NULL,'3110','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg','3110','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Ultimate-Recurring-Billing-and-Subscription-Management-Software-.jpg\",\"size\":\"full\",\"id\":3110,\"alt\":\"Ultimate Recurring Billing and Subscription Management Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:09','2020-12-03 03:41:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(330,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg','111:97a2ccc15b410f8657b494f614db5f40',3111,'post','attachment',1,3102,NULL,NULL,'Automate and Organize the Membership Operations','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg',NULL,'3111','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg','3111','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Automate-and-Organize-the-Membership-Operations.jpg\",\"size\":\"full\",\"id\":3111,\"alt\":\"Automate and Organize the Membership Operations\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:10','2020-12-03 03:41:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(331,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg','126:15bd57e607181a0b3396b0b5e7e67f23',3112,'post','attachment',1,3102,NULL,NULL,'Additional AI-Powered Advantages to Integrate SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg',NULL,'3112','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg','3112','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Additional-AI-Powered-Advantages-to-Integrate-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":3112,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:10','2020-12-03 03:41:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(332,'https://staging.subscriptionflow.com/subscription-management-software-for-magento/','78:e6bc26c044051d4a094757e6b1bfcef3',3119,'post','page',1,0,'Subscription Management Software for Magento | SubscriptionFlow',NULL,'Subscription Management Software for Magento','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Magento',67,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,NULL,'2020-11-11 08:11:10','2020-12-03 03:53:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(333,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg','109:d5c46c35b01d843feeb55980600b7fe2',3125,'post','attachment',1,3119,NULL,NULL,'Subscription Management Extension for Magento','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg',NULL,'3125','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg','3125','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Management-Extension-for-Magento.jpg\",\"size\":\"full\",\"id\":3125,\"alt\":\"Subscription Management Extension for Magento\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:10','2020-12-03 03:53:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(334,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg','152:a4b84680b9de4bdfc510c6cf3d2e541e',3126,'post','attachment',1,3119,NULL,NULL,'SubscriptionFlow is the Perfect Solution as Subscription Management Software for Magento','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg',NULL,'3126','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg','3126','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/SubscriptionFlow-is-the-Perfect-Solution-as-Subscription-Management-Software-for-Magento.jpg\",\"size\":\"full\",\"id\":3126,\"alt\":\"SubscriptionFlow is the Perfect Solution as Subscription Management Software for Magento\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:10','2020-12-03 03:53:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(335,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg','124:9aeac30eb2b9ba693ee5a58df1a33bf1',3127,'post','attachment',1,3119,NULL,NULL,'SubscriptionFlow Takes Your Subscription Business on Magento','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg',NULL,'3127','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg','3127','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/SubscriptionFlow-Takes-Your-Subscription-Business-on-Magento.jpg\",\"size\":\"full\",\"id\":3127,\"alt\":\"SubscriptionFlow Takes Your Subscription Business on Magento\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:11','2020-12-03 03:53:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(336,'https://staging.subscriptionflow.com/subscription-management-software-for-wix/','74:07eb5bd04ecf9cef62edabfc81f243d0',3136,'post','page',1,0,'Subscription Management Software for Wix | SubscriptionFlow','Powerup your Wix store subscriptions with SubscriptionFlow Subscription Management Software for Wix and boost sales with automatic recurring process.','Subscription Management Software for Wix','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Wix',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,1,NULL,'2020-11-11 08:11:11','2020-12-03 05:11:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(337,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg','104:0c8c0c419070bc57258553a304fda7bb',3143,'post','attachment',1,3136,NULL,NULL,'Subscription Management Software for Wix','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg',NULL,'3143','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg','3143','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Management-Software-for-Wix.jpg\",\"size\":\"full\",\"id\":3143,\"alt\":\"Subscription Management Software for Wix\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:11','2020-12-03 05:11:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(338,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg','145:9c690ec1eafc936852cba9fb13f1d2a2',3144,'post','attachment',1,3136,NULL,NULL,'Recurring Billing and Subscription Management are Made Easy with SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg',NULL,'3144','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg','3144','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Recurring-Billing-and-Subscription-Management-are-Made-Easy-with-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":3144,\"alt\":\"Recurring Billing and Subscription Management are Made Easy with SubscriptionFlow\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:11','2020-12-03 05:11:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(339,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg','145:b0b3c904869651057375a8bff647dba2',3145,'post','attachment',1,3136,NULL,NULL,'Overview of the SubscriptionFlow as Best Subscription Management Software for Wix','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg',NULL,'3145','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg','3145','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Overview-of-the-SubscriptionFlow-as-Best-Subscription-Management-Software-for-Wix.jpg\",\"size\":\"full\",\"id\":3145,\"alt\":\"Overview of the SubscriptionFlow as Best Subscription Management Software for Wix\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:12','2020-12-03 05:11:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(340,'https://staging.subscriptionflow.com/subscription-management-software-for-law-firms/','80:c9f553e62459029acda9f49ede6fcf95',3258,'post','page',1,0,'Subscription Management Software for Law Firms | SubscriptionFlow','Choose SubscriptionFlow for better client management with Subscription Management Software for Law Firms and usher into the future of AI-powered billing system.','Subscription Management Software for Law Firms','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Law Firms',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,3,NULL,'2020-11-11 08:11:12','2021-04-06 00:34:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(341,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg','120:ec3302178fc06bbef1c4ec0fdf00f2a8',3265,'post','attachment',1,3258,NULL,NULL,'Enhance Productivity with Our Recurring Billing Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg',NULL,'3265','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg','3265','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Enhance-Productivity-with-Our-Recurring-Billing-Software.jpg\",\"size\":\"full\",\"id\":3265,\"alt\":\"Enhance Productivity with Our Recurring Billing Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:12','2020-12-03 05:19:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(342,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg','127:245d17e03e607ac9a2e49318bce3408b',3266,'post','attachment',1,3258,NULL,NULL,'Why is Subscription Management Software Important for Law Firms','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg',NULL,'3266','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg','3266','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Why-is-Subscription-Management-Software-Important-for-Law-Firms.jpg\",\"size\":\"full\",\"id\":3266,\"alt\":\"Why is Subscription Management Software Important for Law Firms\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:12','2020-12-03 05:19:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(343,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg','115:2891b946d8e62c217c9afa32fac680b4',3267,'post','attachment',1,3258,NULL,NULL,'Streamline your CRM Processes and Recurring Billing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg',NULL,'3267','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg','3267','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Streamline-your-CRM-Processes-and-Recurring-Billing.jpg\",\"size\":\"full\",\"id\":3267,\"alt\":\"Streamline your CRM Processes and Recurring Billing\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:12','2020-12-03 05:19:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(344,'https://staging.subscriptionflow.com/subscription-software-for-marketing-companies/','79:98f3662bb5fc4f61fbecffa6108ecb36',3450,'post','page',1,0,'Subscription Software for Marketing Companies | SubscriptionFlow','Maximize your your revnue and marketing business with AI-based Subscription Managment software SubscriptionFlow with Customized Subscription Plans.','Subscription Software for Marketing Companies','publish',NULL,0,NULL,NULL,NULL,'Subscription Software for Marketing Companies',67,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,4,NULL,'2020-11-11 08:11:13','2021-08-11 03:25:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(345,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg','115:fb8e621f91bc111bb7d186d3e8d3caaa',3456,'post','attachment',1,3450,NULL,NULL,'Rise of Subscription billing in marketing companies','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg',NULL,'3456','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg','3456','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Rise-of-Subscription-billing-in-marketing-companies.jpg\",\"size\":\"full\",\"id\":3456,\"alt\":\"Rise of Subscription billing in marketing companies\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:13','2020-12-03 05:31:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(346,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg','125:8ffafad7ff8fb2f3e0b6d3b4759a3f40',3457,'post','attachment',1,3450,NULL,NULL,'SubscriptionFlow as Subscription Software for Marketing Firms','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg',NULL,'3457','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg','3457','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/SubscriptionFlow-as-Subscription-Software-for-Marketing-Firms.jpg\",\"size\":\"full\",\"id\":3457,\"alt\":\"SubscriptionFlow as Subscription Software for Marketing Firms\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:13','2020-12-03 05:31:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(347,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg','124:81be3a8ccfaf0036d8e264bef0abbb0b',3458,'post','attachment',1,3450,NULL,NULL,'SubscriptionFlow Serving the Traditional Marketing Companies','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg',NULL,'3458','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg','3458','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/SubscriptionFlow-Serving-the-Traditional-Marketing-Companies.jpg\",\"size\":\"full\",\"id\":3458,\"alt\":\"SubscriptionFlow Serving the Traditional Marketing Companies\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:13','2020-12-03 05:31:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(348,'https://staging.subscriptionflow.com/subscription-management-software-for-courier-company/','86:bf326107d92d4c8009837821e8c61b70',3602,'post','page',1,0,'Subscription Management Software for Courier Company | SubscriptionFlow','An automated highly flexable subscription management software for courier company can help you to manage orders inventory without much of effort.','Subscription Management Software for Courier Company','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Courier Company',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,3,NULL,'2020-11-11 08:11:13','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(349,'https://staging.subscriptionflow.com/2020/08/saas-business-model-facts-stages-and-pros-cons-to-know-about/','102:b7b773b89fa337e352d0cf33a47708fe',3418,'post','post',1,0,'SaaS Business Model – Facts, Stages and Pros & Cons to Know About | SubscriptionFlow','SaaS business model needs to take into account various aspects that could help ensure a strong business reputation and help generate high business revenue.','SaaS Business Model – Facts, Stages and Pros & Cons to Know About','publish',NULL,0,NULL,NULL,NULL,'SaaS Business Model',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about.jpg',NULL,'3419','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/SaaS-Business-Model-–-Facts-Stages-and-Pros-Cons-to-know-about.jpg','3419','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/SaaS-Business-Model-\\u2013-Facts-Stages-and-Pros-Cons-to-know-about.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/SaaS-Business-Model-\\u2013-Facts-Stages-and-Pros-Cons-to-know-about.jpg\",\"size\":\"full\",\"id\":3419,\"alt\":\"SaaS Business Model \\u2013 Facts, Stages and Pros & Cons to know about\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 08:11:13','2020-11-12 07:23:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(350,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg','130:14b39d8a587972ce3f2353e9c154101e',3609,'post','attachment',1,3602,NULL,NULL,'Exploring New Opportunities With Subscription-Based Business Model','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg',NULL,'3609','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg','3609','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Exploring-New-Opportunities-With-Subscription-Based-Business-Model.jpg\",\"size\":\"full\",\"id\":3609,\"alt\":\"Exploring-New-Opportunities-With-Subscription-Based-Business-Model\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:13','2021-03-26 02:28:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(351,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg','130:a462806f4ad20ec2fdd7b892171de58a',3611,'post','attachment',1,3602,NULL,NULL,'Advantages of SubscriptionFlow As Subscription Management Platform','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg',NULL,'3611','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg','3611','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform.jpg\",\"size\":\"full\",\"id\":3611,\"alt\":\"Advantages-of-SubscriptionFlow-As-Subscription-Management-Platform\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:13','2021-03-26 02:27:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(352,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg','123:41caa26add00333292551da0c3d86058',3612,'post','attachment',1,3602,NULL,NULL,'Advantages of SubscriptionFlow As Recurring Billing Manager','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg',NULL,'3612','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg','3612','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager.jpg\",\"size\":\"full\",\"id\":3612,\"alt\":\"Advantages-of-SubscriptionFlow-As-Recurring-Billing-Manager\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:14','2021-03-26 02:26:43',1,NULL,NULL,NULL,NULL,0,NULL,1),(353,'https://staging.subscriptionflow.com/recurring-billing-software-for-alarm-companies/','80:e1d8a909acca54b36f0093b3067bc4bb',3732,'post','page',1,0,'Recurring Billing Software For Alarm Companies | SubscriptionFlow','Manage your Recurring Revenue with complete security Using SubscriptionFlow Ai-Based Recurring Billing Software For Alarm Companies.','Recurring Billing Software For Alarm Companies','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing Software For Alarm Companies',65,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,1,NULL,'2020-11-11 08:11:14','2020-12-03 05:39:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(354,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg','93:eb33593a5ab23db7ac1e3fdba37de3d1',3737,'post','attachment',1,3732,NULL,NULL,'Secure Your Recurring Revenue','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg',NULL,'3737','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg','3737','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Secure-Your-Recurring-Revenue.jpg\",\"size\":\"full\",\"id\":3737,\"alt\":\"Secure-Your-Recurring-Revenue\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:14','2021-03-26 02:33:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(355,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg','131:9bcdad938296548b28d749a7c2c08abe',3739,'post','attachment',1,3732,NULL,NULL,'Manage Smart Security Subscriptions with Recurring Billing Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg',NULL,'3739','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg','3739','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software.jpg\",\"size\":\"full\",\"id\":3739,\"alt\":\"Manage-Smart-Security-Subscriptions-with-Recurring-Billing-Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:14','2021-03-26 02:32:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(356,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg','120:f847c2770b4b915212b565e7c0f3eb99',3740,'post','attachment',1,3732,NULL,NULL,'Best Subscription Management Platform for Smart Security','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg',NULL,'3740','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg','3740','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Best-Subscription-Management-Platform-for-Smart-Security.jpg\",\"size\":\"full\",\"id\":3740,\"alt\":\"Best-Subscription-Management-Platform-for-Smart-Security\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:14','2021-03-26 02:32:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(357,'https://staging.subscriptionflow.com/subscription-management-software-for-startups/','79:4a24e14f1725d6d5a81d13ab367fbe5b',3742,'post','page',1,0,'Subscription Management Software for Startups | SubscriptionFlow','Grow your Startup with AI-Based Subscription Management Software for Startups and Gearup your Growth Speed and Achieve Goals Faster then ever.','Subscription Management Software for Startups','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Startups',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,1,NULL,'2020-11-11 08:11:14','2020-12-03 05:44:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(358,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg','118:80be462251991ac1ed54d85500f34580',3749,'post','attachment',1,3742,NULL,NULL,'Attract Revenue and Business Growth Through Automation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg',NULL,'3749','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg','3749','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Attract-Revenue-and-Business-Growth-Through-Automation.jpg\",\"size\":\"full\",\"id\":3749,\"alt\":\"Attract-Revenue-and-Business-Growth-Through-Automation\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:14','2021-03-26 02:32:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(359,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg','100:051c17853e3b741cdff3712bca598a42',3750,'post','attachment',1,3742,NULL,NULL,'Subscription Management for Startups','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg',NULL,'3750','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg','3750','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Subscription-Management-for-Startups.jpg\",\"size\":\"full\",\"id\":3750,\"alt\":\"Subscription-Management-for-Startups\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:15','2021-03-26 02:33:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(360,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg','117:abf507883226a2e9a5a732fcbc787605',3751,'post','attachment',1,3742,NULL,NULL,'Automated Communication workflows to Handle Customers','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg',NULL,'3751','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg','3751','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Automated-Communication-workflows-to-Handle-Customers.jpg\",\"size\":\"full\",\"id\":3751,\"alt\":\"Automated-Communication-workflows-to-Handle-Customers\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:15','2021-03-26 02:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(361,'https://staging.subscriptionflow.com/subscription-billing-for-ambulance-services/','77:edef55dc0529ca760e88a87225a906e5',3775,'post','page',1,0,'Subscription Billing for Ambulance Services | SubscriptionFlow',NULL,'Subscription Billing for Ambulance Services','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing for Ambulance Services',64,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,'2020-11-11 08:11:15','2020-12-03 05:50:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(362,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg','104:664d2dca5fe0c5401c36c2b73ace6e1f',3782,'post','attachment',1,3775,NULL,NULL,'Ambulance Membership Management Software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg',NULL,'3782','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg','3782','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Ambulance-Membership-Management-Software.jpg\",\"size\":\"full\",\"id\":3782,\"alt\":\"Ambulance-Membership-Management-Software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:15','2021-03-26 02:36:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(363,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg','116:e98a023dfdda7c55e224f946afb52c7d',3783,'post','attachment',1,3775,NULL,NULL,'Automate Subscription Billing For Ambulance Services','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg',NULL,'3783','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg','3783','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Automate-Subscription-Billing-For-Ambulance-Services.jpg\",\"size\":\"full\",\"id\":3783,\"alt\":\"Automate-Subscription-Billing-For-Ambulance-Services\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:15','2021-03-26 02:38:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(364,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg','101:69436706caad2e3c6a43561218de6646',3784,'post','attachment',1,3775,NULL,NULL,'Auto-Manage Subscriptions & Subscribers','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg',NULL,'3784','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg','3784','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Auto-Manage-Subscriptions-Subscribers.jpg\",\"size\":\"full\",\"id\":3784,\"alt\":\"Auto-Manage-Subscriptions-&-Subscribers\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:11:15','2021-03-26 02:38:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(365,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png','79:f9ceceb5ba627cd11bd29e07dfe6959c',997,'post','attachment',1,828,NULL,NULL,'industry_banner','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png',NULL,'997','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png','997','attachment-image','{\"width\":491,\"height\":450,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/industry_banner.png\",\"size\":\"full\",\"id\":997,\"alt\":\"\",\"pixels\":220950,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:11:16','2020-12-29 07:07:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(366,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png','77:9342a8446f30e2d0bdc7ff4ad4925744',971,'post','attachment',1,828,NULL,NULL,'industry_img1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png',NULL,'971','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png','971','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/industry_img1.png\",\"size\":\"full\",\"id\":971,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:11:16','2020-12-29 07:07:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(367,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png','77:a55e167bc1b14e48be04895dc6073469',978,'post','attachment',1,828,NULL,NULL,'industry_img2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png',NULL,'978','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png','978','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/industry_img2.png\",\"size\":\"full\",\"id\":978,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:11:16','2020-12-29 07:07:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(368,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png','77:93a872a8e74874d4fb05041432b64f7a',991,'post','attachment',1,828,NULL,NULL,'industry_img3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png',NULL,'991','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png','991','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/industry_img3.png\",\"size\":\"full\",\"id\":991,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:11:16','2020-12-29 07:07:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(369,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png','77:65f9fbcde30886093a2d51b758f5733e',995,'post','attachment',1,828,NULL,NULL,'industry_img4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png',NULL,'995','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png','995','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/industry_img4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/industry_img4.png\",\"size\":\"full\",\"id\":995,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:11:16','2020-12-29 07:07:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(370,'https://staging.subscriptionflow.com/proration/','43:55c0b4f4c61fc01c28bab0e100a0a097',1502,'post','page',1,0,'Proration Handling | SubscriptionFlow',NULL,'Proration Handling','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,6,NULL,'2020-11-11 08:32:11','2021-01-25 03:13:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(371,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png','73:37e9299ded7a38895323c3248a5336c4',1568,'post','attachment',1,1502,NULL,NULL,'proration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png',NULL,'1568','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png','1568','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/proration.png\",\"size\":\"full\",\"id\":1568,\"alt\":\"\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:32:11','2020-12-09 02:05:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(372,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png','81:c8387044b8c447fa664a00304cc9702a',1508,'post','attachment',1,1502,NULL,NULL,'proration_top_img','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png',NULL,'1508','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png','1508','attachment-image','{\"width\":600,\"height\":267,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_top_img.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/proration_top_img.png\",\"size\":\"full\",\"id\":1508,\"alt\":\"Manage prorated subscriptions seamlessly with SubscriptionFlow\",\"pixels\":160200,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:32:11','2020-12-09 02:05:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(373,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png','79:bfb35c0487307b578d8a41e7e446f7e5',1510,'post','attachment',1,1502,NULL,NULL,'proration_img_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png',NULL,'1510','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png','1510','attachment-image','{\"width\":692,\"height\":331,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/proration_img_1.png\",\"size\":\"full\",\"id\":1510,\"alt\":\"How proration is calculated?\",\"pixels\":229052,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:32:11','2020-12-09 02:05:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(374,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png','79:b897e50068a433f9ceaf25168b0d29a3',1511,'post','attachment',1,1502,NULL,NULL,'proration_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png',NULL,'1511','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png','1511','attachment-image','{\"width\":692,\"height\":318,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/proration_img_2.png\",\"size\":\"full\",\"id\":1511,\"alt\":\"Generate clear and transparent invoices\",\"pixels\":220056,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:32:11','2020-12-09 02:05:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(375,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png','79:c422f613d1172702568544bbd1be3981',1512,'post','attachment',1,1502,NULL,NULL,'proration_img_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png',NULL,'1512','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png','1512','attachment-image','{\"width\":692,\"height\":389,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/proration_img_3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/proration_img_3.png\",\"size\":\"full\",\"id\":1512,\"alt\":\"Charges and credits\",\"pixels\":269188,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 08:32:11','2020-12-09 02:05:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(376,'https://staging.subscriptionflow.com/2019/08/manage-subscriptions-as-your-business-scale-with-saas-subscription-model/','114:e68e1722813fd1587cae24ffe5f9dd9d',1644,'post','post',1,0,'Manage Subscriptions with Best SaaS Subscription Management Software','Manage Subscriptions as your business scale up with best SaaS subscription management software to stay ahead of your competitiors.','Manage Subscriptions as your Business Scale with SaaS Subscription Model','publish',NULL,0,NULL,NULL,NULL,'Saas Subscription Software',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png',NULL,'1645','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png','1645','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/08/69263747_23843671911210163_7114960367771451392_n.png\",\"size\":\"full\",\"id\":1645,\"alt\":\"Saas Subscription Software\",\"pixels\":960000,\"type\":\"image/png\"}',1,NULL,NULL,'2020-11-11 08:43:32','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(377,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg','97:9ac9b917d9619ccb81333ee859dc88e5',1646,'post','attachment',1,1644,NULL,NULL,'best saas subscription management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg',NULL,'1646','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg','1646','attachment-image','{\"width\":1000,\"height\":667,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/08/best-saas-subscription-management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/08/best-saas-subscription-management.jpg\",\"size\":\"full\",\"id\":1646,\"alt\":\"\",\"pixels\":667000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 08:43:32','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,1,NULL,1),(378,'https://staging.subscriptionflow.com/2020/09/how-to-get-more-subscribers-with-the-digital-subscription-management-a-revenue-growth-guide-for-digital-publishers/','156:8d049b37eaad3f4309c5a111bea92201',3591,'post','post',1,0,'How to Get More Subscribers with the Digital Subscription Management','SubscriptionFlow is a complete digital subscription management platform. As digital subscription software, it provides complete subscription billing and payment solutions.','How to Get More Subscribers with the Digital Subscription Management—A Revenue Growth Guide for Digital Publishers','publish',NULL,0,NULL,NULL,NULL,'digital subscription management',74,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg',NULL,'3593','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg','3593','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/digital-subscriber-software.jpg\",\"size\":\"full\",\"id\":3593,\"alt\":\"digital subscriber software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,6,NULL,'2020-11-11 08:45:20','2021-07-07 20:07:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(379,'https://staging.subscriptionflow.com/2020/09/the-revenue-driven-benefits-of-using-multiple-payment-gateways-for-recurring-payment-processing/','137:b6fb0cde70ea92751bd8d834ad6d29e8',3578,'post','post',1,0,'The Revenue-Driven Benefits of Using Multiple Payment Gateways','Using multiple payment gateways in the subscription management system helps merchants to draw opportunities for more revenue and easy payment processing.','The Revenue-Driven Benefits of Using Multiple Payment Gateways for Recurring Payment Processing','publish',NULL,0,NULL,NULL,NULL,'Multiple Payment Gateways',70,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg',NULL,'3580','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg','3580','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Untitled-122222.jpg\",\"size\":\"full\",\"id\":3580,\"alt\":\"The Revenue-Driven Benefits of Using Multiple Payment Gateways\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,4,NULL,'2020-11-11 08:45:20','2021-06-21 00:58:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(381,'https://staging.subscriptionflow.com/2019/04/where-is-the-world-headed-technology-predictions-for-2025/','99:c7287f44980ba24b7cf6ba469bc9f60d',1027,'post','post',1,0,'Where is the world headed Technology Predictions for 2025',NULL,'Where is the World headed Technology Predictions for 2025','publish',NULL,0,NULL,NULL,NULL,'Technology Subscription Management Software',73,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg',NULL,'1028','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg','1028','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/Technology-Predictions-for-2025.jpg\",\"size\":\"full\",\"id\":1028,\"alt\":\"Subscription-Management-Software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-11 09:08:10','2020-11-13 02:46:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(382,'https://staging.subscriptionflow.com/subscription-handling/','55:ad83418bb52f552f7cb065ced7528b7b',1486,'post','page',1,0,'Subscription Handling Software | SubscriptionFlow','Unleash the power of reccuring revenue of your business with best subscription handling software to gain extra advantages without hassle.','Subscription Handling Software','publish',NULL,0,NULL,NULL,NULL,'Subscription Handling Software',75,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,9,NULL,'2020-11-11 09:33:15','2021-11-12 14:02:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(383,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png','88:8b61428657978d7313e944b5a3655f90',1533,'post','attachment',1,1486,NULL,NULL,'Subscription Handling','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png',NULL,'1533','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png','1533','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/multi_subscription_img-1.png\",\"size\":\"full\",\"id\":1533,\"alt\":\"\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:33:15','2020-12-09 01:57:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(384,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png','90:4b970a19b9628c9bd9b0d2a53dc694d5',1491,'post','attachment',1,1486,NULL,NULL,'multi_subscription_top_img','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png',NULL,'1491','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png','1491','attachment-image','{\"width\":600,\"height\":299,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_top_img.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/multi_subscription_top_img.png\",\"size\":\"full\",\"id\":1491,\"alt\":\"multi_subscription_top_img\",\"pixels\":179400,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:33:15','2020-12-09 01:57:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(385,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png','88:3d64279a227a1af7d4a8e0008edca309',1492,'post','attachment',1,1486,NULL,NULL,'multi_subscription_img_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png',NULL,'1492','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png','1492','attachment-image','{\"width\":692,\"height\":348,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/multi_subscription_img_1.png\",\"size\":\"full\",\"id\":1492,\"alt\":\"multi subscription_img 1\",\"pixels\":240816,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:33:15','2020-12-09 01:57:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(386,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png','88:86343edc4afb12f1c7e472ab59cc3732',1493,'post','attachment',1,1486,NULL,NULL,'multi_subscription_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png',NULL,'1493','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png','1493','attachment-image','{\"width\":692,\"height\":395,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/multi_subscription_img_2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/multi_subscription_img_2.png\",\"size\":\"full\",\"id\":1493,\"alt\":\"Manage subscription changes with ease\",\"pixels\":273340,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:33:15','2020-12-09 01:57:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(387,'https://staging.subscriptionflow.com/login/','39:259f24eb1a830ecb5dee9d51bd73a349',840,'post','page',1,0,'Login | SubscriptionFlow',NULL,'Login','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,'2020-11-11 09:37:52','2020-11-12 03:53:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(388,'https://staging.subscriptionflow.com/docs/','38:1e3be506fa2f4a11d8afee25d55b8d38',3285,'post','page',1,0,NULL,NULL,'Docs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,14,NULL,NULL,'2020-11-11 09:45:22','2021-03-09 02:48:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(389,'https://staging.subscriptionflow.com/docs/customer-account/','55:4c6777941336827250040b9817e1dcf1',3378,'post','epkb_post_type_1',1,0,NULL,NULL,'Customer Account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2020-11-11 09:45:22','2021-01-18 02:59:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(390,'https://staging.subscriptionflow.com/docs/dashboard-overview/','57:1c9d1ab70f0b7b2c90d023183c780b3c',3320,'post','epkb_post_type_1',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2020-11-11 09:45:22','2021-01-18 02:58:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(391,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png','75:cd61633dc37f89173216814f4f8c4284',3318,'post','attachment',1,3320,NULL,NULL,'dashboard-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,'3318','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png','3318','attachment-image','{\"width\":1584,\"height\":712,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-1.png\",\"size\":\"full\",\"id\":3318,\"alt\":\"\",\"pixels\":1127808,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(392,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png','75:0c111f28939b002aaf423722ca1c143d',3319,'post','attachment',1,3320,NULL,NULL,'dashboard-2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png',NULL,'3319','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png','3319','attachment-image','{\"width\":1599,\"height\":621,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-2.png\",\"size\":\"full\",\"id\":3319,\"alt\":\"\",\"pixels\":992979,\"type\":\"image/png\"}',0,2,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(393,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png','75:f545c15536ee00c17b31530378ee668f',3321,'post','attachment',1,3320,NULL,NULL,'dashboard-4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png',NULL,'3321','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png','3321','attachment-image','{\"width\":1599,\"height\":786,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-4.png\",\"size\":\"full\",\"id\":3321,\"alt\":\"\",\"pixels\":1256814,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(394,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png','75:53c6ec8bf451b08252169ae3af19c206',3322,'post','attachment',1,3320,NULL,NULL,'dashboard-5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png',NULL,'3322','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png','3322','attachment-image','{\"width\":1590,\"height\":750,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-5.png\",\"size\":\"full\",\"id\":3322,\"alt\":\"\",\"pixels\":1192500,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(395,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png','75:bca3716c093025560cdab8dcdfa209e5',3323,'post','attachment',1,3320,NULL,NULL,'dashboard-6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png',NULL,'3323','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png','3323','attachment-image','{\"width\":1599,\"height\":792,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-6.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-6.png\",\"size\":\"full\",\"id\":3323,\"alt\":\"\",\"pixels\":1266408,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(396,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png','75:0c08b3e0b4236ba6fb2bd80c87c87fda',3324,'post','attachment',1,3320,NULL,NULL,'dashboard-7','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png',NULL,'3324','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png','3324','attachment-image','{\"width\":1599,\"height\":788,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-7.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-7.png\",\"size\":\"full\",\"id\":3324,\"alt\":\"\",\"pixels\":1260012,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(397,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png','75:8dee4f5bac2672d7852c9fef72b55de8',3325,'post','attachment',1,3320,NULL,NULL,'dashboard-8','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png',NULL,'3325','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png','3325','attachment-image','{\"width\":1598,\"height\":751,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-8.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-8.png\",\"size\":\"full\",\"id\":3325,\"alt\":\"\",\"pixels\":1200098,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(398,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png','75:6898b9af5ff0c9f591a05ce821fa8d6a',3326,'post','attachment',1,3320,NULL,NULL,'dashboard-9','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png',NULL,'3326','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png','3326','attachment-image','{\"width\":1599,\"height\":785,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-9.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-9.png\",\"size\":\"full\",\"id\":3326,\"alt\":\"\",\"pixels\":1255215,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(399,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png','76:d8a7673ffbd80d052138c89af544a108',3327,'post','attachment',1,3320,NULL,NULL,'dashboard-10','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png',NULL,'3327','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png','3327','attachment-image','{\"width\":1366,\"height\":2215,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-10.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-10.png\",\"size\":\"full\",\"id\":3327,\"alt\":\"\",\"pixels\":3025690,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(400,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png','76:130e420f46fbc4afa23ef4de1239923e',3328,'post','attachment',1,3320,NULL,NULL,'dashboard-11','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png',NULL,'3328','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png','3328','attachment-image','{\"width\":1599,\"height\":794,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-11.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-11.png\",\"size\":\"full\",\"id\":3328,\"alt\":\"\",\"pixels\":1269606,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(401,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png','76:1d18338306d2743dc10a2208cac85385',3329,'post','attachment',1,3320,NULL,NULL,'dashboard-12','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png',NULL,'3329','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png','3329','attachment-image','{\"width\":1595,\"height\":795,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-12.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-12.png\",\"size\":\"full\",\"id\":3329,\"alt\":\"\",\"pixels\":1268025,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(402,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png','76:fbfe7d82442d4fc75850fc42130a8d4c',3330,'post','attachment',1,3320,NULL,NULL,'dashboard-13','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png',NULL,'3330','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png','3330','attachment-image','{\"width\":1595,\"height\":749,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-13.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-13.png\",\"size\":\"full\",\"id\":3330,\"alt\":\"\",\"pixels\":1194655,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(403,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png','76:5ce0e85aa6fba30f185bd770cab4fae8',3331,'post','attachment',1,3320,NULL,NULL,'dashboard-14','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png',NULL,'3331','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png','3331','attachment-image','{\"width\":1599,\"height\":784,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-14.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-14.png\",\"size\":\"full\",\"id\":3331,\"alt\":\"\",\"pixels\":1253616,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(404,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png','76:96c1556d7c602b4fea2eeac932d6aaae',3332,'post','attachment',1,3320,NULL,NULL,'dashboard-15','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png',NULL,'3332','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png','3332','attachment-image','{\"width\":1599,\"height\":789,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-15.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-15.png\",\"size\":\"full\",\"id\":3332,\"alt\":\"\",\"pixels\":1261611,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(405,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png','76:dfeab8e7dee1ccb251f4894252dc4a3b',3333,'post','attachment',1,3320,NULL,NULL,'dashboard-16','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png',NULL,'3333','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png','3333','attachment-image','{\"width\":1593,\"height\":786,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-16.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-16.png\",\"size\":\"full\",\"id\":3333,\"alt\":\"\",\"pixels\":1252098,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(406,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png','76:5064e80b460cefc5c006e1924a488964',3334,'post','attachment',1,3320,NULL,NULL,'dashboard-17','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png',NULL,'3334','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png','3334','attachment-image','{\"width\":1588,\"height\":795,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-17.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-17.png\",\"size\":\"full\",\"id\":3334,\"alt\":\"\",\"pixels\":1262460,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(407,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png','76:9e133ece0cec2a21f4e6fbdff76a9ca6',3335,'post','attachment',1,3320,NULL,NULL,'dashboard-18','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png',NULL,'3335','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png','3335','attachment-image','{\"width\":1591,\"height\":785,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-18.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-18.png\",\"size\":\"full\",\"id\":3335,\"alt\":\"\",\"pixels\":1248935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(408,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png','76:1720996d639aa7f3786dc103c0f5017f',3336,'post','attachment',1,3320,NULL,NULL,'dashboard-19','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png',NULL,'3336','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png','3336','attachment-image','{\"width\":1592,\"height\":781,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-19.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-19.png\",\"size\":\"full\",\"id\":3336,\"alt\":\"\",\"pixels\":1243352,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(409,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png','76:d4e2c3b97ebfbff88088b845feb60e1b',3337,'post','attachment',1,3320,NULL,NULL,'dashboard-20','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png',NULL,'3337','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png','3337','attachment-image','{\"width\":1589,\"height\":789,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-20.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-20.png\",\"size\":\"full\",\"id\":3337,\"alt\":\"\",\"pixels\":1253721,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(410,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png','76:3521239780dd48db2c988f36edc1c9b8',3338,'post','attachment',1,3320,NULL,NULL,'dashboard-21','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png',NULL,'3338','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png','3338','attachment-image','{\"width\":1587,\"height\":791,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-21.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-21.png\",\"size\":\"full\",\"id\":3338,\"alt\":\"\",\"pixels\":1255317,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(411,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png','76:601cb01363a535b391c82c7f81a45794',3339,'post','attachment',1,3320,NULL,NULL,'dashboard-22','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png',NULL,'3339','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png','3339','attachment-image','{\"width\":1581,\"height\":782,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-22.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-22.png\",\"size\":\"full\",\"id\":3339,\"alt\":\"\",\"pixels\":1236342,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(412,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png','76:438ab5bce8d211cee8255432b52b9ad9',3340,'post','attachment',1,3320,NULL,NULL,'dashboard-23','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png',NULL,'3340','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png','3340','attachment-image','{\"width\":1597,\"height\":792,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-23.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-23.png\",\"size\":\"full\",\"id\":3340,\"alt\":\"\",\"pixels\":1264824,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(413,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png','76:a259155d72756019cefbf6c5c4d664af',3341,'post','attachment',1,3320,NULL,NULL,'dashboard-24','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png',NULL,'3341','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png','3341','attachment-image','{\"width\":1597,\"height\":790,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-24.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-24.png\",\"size\":\"full\",\"id\":3341,\"alt\":\"\",\"pixels\":1261630,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(414,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png','76:321a34df4aa838714bdb7fcd6e568482',3342,'post','attachment',1,3320,NULL,NULL,'dashboard-25','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png',NULL,'3342','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png','3342','attachment-image','{\"width\":1596,\"height\":753,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-25.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-25.png\",\"size\":\"full\",\"id\":3342,\"alt\":\"\",\"pixels\":1201788,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(415,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png','76:b4852610901a13e3620e6b3b614dda7c',3343,'post','attachment',1,3320,NULL,NULL,'dashboard-26','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png',NULL,'3343','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png','3343','attachment-image','{\"width\":1599,\"height\":790,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-26.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-26.png\",\"size\":\"full\",\"id\":3343,\"alt\":\"\",\"pixels\":1263210,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:22','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(416,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png','75:cd61633dc37f89173216814f4f8c4284',3318,'post','attachment',1,3320,NULL,NULL,'dashboard-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png',NULL,'3318','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png','3318','attachment-image','{\"width\":1584,\"height\":712,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/dashboard-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/dashboard-1.png\",\"size\":\"full\",\"id\":3318,\"alt\":\"\",\"pixels\":1127808,\"type\":\"image/png\"}',0,NULL,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(417,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png','74:778bc9f1dc9cd1ad9451229b60986293',3366,'post','attachment',1,3378,NULL,NULL,'customer-3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png',NULL,'3366','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png','3366','attachment-image','{\"width\":1595,\"height\":743,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-3.png\",\"size\":\"full\",\"id\":3366,\"alt\":\"customer-3\",\"pixels\":1185085,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(418,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png','74:320864345478f0f4e51a4d7a95cb4792',3367,'post','attachment',1,3378,NULL,NULL,'customer-4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png',NULL,'3367','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png','3367','attachment-image','{\"width\":1595,\"height\":733,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-4.png\",\"size\":\"full\",\"id\":3367,\"alt\":\"\",\"pixels\":1169135,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(419,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png','74:ade3e0f52b02e1a1fb942f0838420316',3368,'post','attachment',1,3378,NULL,NULL,'customer-5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png',NULL,'3368','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png','3368','attachment-image','{\"width\":1589,\"height\":703,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-5.png\",\"size\":\"full\",\"id\":3368,\"alt\":\"\",\"pixels\":1117067,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(420,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png','74:06b5ca395fe6484e7e93378b27e199f3',3369,'post','attachment',1,3378,NULL,NULL,'customer-6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png',NULL,'3369','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png','3369','attachment-image','{\"width\":1589,\"height\":738,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-6.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-6.png\",\"size\":\"full\",\"id\":3369,\"alt\":\"\",\"pixels\":1172682,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(421,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png','74:5a8313403b046962875ab90e3cf0112b',3370,'post','attachment',1,3378,NULL,NULL,'customer-7','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png',NULL,'3370','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png','3370','attachment-image','{\"width\":1594,\"height\":736,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-7.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-7.png\",\"size\":\"full\",\"id\":3370,\"alt\":\"\",\"pixels\":1173184,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(422,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png','74:f720f5bcc9654ec0307695d25e8c35c4',3371,'post','attachment',1,3378,NULL,NULL,'customer-8','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png',NULL,'3371','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png','3371','attachment-image','{\"width\":1591,\"height\":733,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-8.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-8.png\",\"size\":\"full\",\"id\":3371,\"alt\":\"\",\"pixels\":1166203,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(423,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png','74:7f944afb19a7b48a911fc2c67e732e29',3372,'post','attachment',1,3378,NULL,NULL,'customer-9','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png',NULL,'3372','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png','3372','attachment-image','{\"width\":1592,\"height\":741,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-9.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-9.png\",\"size\":\"full\",\"id\":3372,\"alt\":\"\",\"pixels\":1179672,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(424,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png','75:ab81795e7ca70e55c2ba16be1c0ad594',3373,'post','attachment',1,3378,NULL,NULL,'customer-10','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png',NULL,'3373','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png','3373','attachment-image','{\"width\":1587,\"height\":729,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-10.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-10.png\",\"size\":\"full\",\"id\":3373,\"alt\":\"\",\"pixels\":1156923,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(425,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png','75:f0b65619d330dc1985a841ce320ff5b8',3374,'post','attachment',1,3378,NULL,NULL,'customer-11','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png',NULL,'3374','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png','3374','attachment-image','{\"width\":1586,\"height\":739,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-11.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-11.png\",\"size\":\"full\",\"id\":3374,\"alt\":\"\",\"pixels\":1172054,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(426,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png','75:b3a67f3b0d9c7fed57f1a70300cadd98',3375,'post','attachment',1,3378,NULL,NULL,'customer-12','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png',NULL,'3375','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png','3375','attachment-image','{\"width\":1593,\"height\":742,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-12.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-12.png\",\"size\":\"full\",\"id\":3375,\"alt\":\"\",\"pixels\":1182006,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(427,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png','75:80355ee6fd7bc2927f687d4968e94dc3',3376,'post','attachment',1,3378,NULL,NULL,'customer-13','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png',NULL,'3376','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png','3376','attachment-image','{\"width\":1591,\"height\":737,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-13.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-13.png\",\"size\":\"full\",\"id\":3376,\"alt\":\"\",\"pixels\":1172567,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(428,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png','75:a75fdc4736cd1316cdb177ba27598f42',3377,'post','attachment',1,3378,NULL,NULL,'customer-14','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png',NULL,'3377','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png','3377','attachment-image','{\"width\":1593,\"height\":742,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/customer-14.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/customer-14.png\",\"size\":\"full\",\"id\":3377,\"alt\":\"\",\"pixels\":1182006,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(429,'https://staging.subscriptionflow.com/docs/finance/','46:f8cb7655e1d88a975b2ff67524e56f58',3306,'post','epkb_post_type_1',1,0,NULL,NULL,'Finance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/avalara.png',NULL,'first-content-image',NULL,2,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:40:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(430,'https://staging.subscriptionflow.com/docs/avalara/','46:dd801747c4fefde6e97fb95a4e3c3279',3304,'post','epkb_post_type_1',1,0,NULL,NULL,'Avalara','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2020-11-11 09:45:23','2020-11-12 09:35:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(431,'https://staging.subscriptionflow.com/docs/avatax-for-sales/','55:afc068c151cd79ef663adb0bc76244e3',3295,'post','epkb_post_type_1',1,0,NULL,NULL,'AvaTax for Sales','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(432,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png','71:c0d410e4563004de2ef8bb846f9f7a12',3302,'post','attachment',1,0,NULL,NULL,'image-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png',NULL,'3302','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png','3302','attachment-image','{\"width\":1797,\"height\":940,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-1.png\",\"size\":\"full\",\"id\":3302,\"alt\":\"\",\"pixels\":1689180,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2020-11-13 02:39:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(433,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png','71:9cf9479db208f5cf8d9d74d89ced1a63',3303,'post','attachment',1,0,NULL,NULL,'image-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png',NULL,'3303','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png','3303','attachment-image','{\"width\":1807,\"height\":877,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-2.png\",\"size\":\"full\",\"id\":3303,\"alt\":\"\",\"pixels\":1584739,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(434,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png','71:4c46b4b4353b8d39ebefa8c37fcd1099',3297,'post','attachment',1,0,NULL,NULL,'image-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png',NULL,'3297','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png','3297','attachment-image','{\"width\":1822,\"height\":938,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-3.png\",\"size\":\"full\",\"id\":3297,\"alt\":\"\",\"pixels\":1709036,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(435,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png','71:0cc7ee9e7025e64b31784f0f3fbe770d',3298,'post','attachment',1,0,NULL,NULL,'image-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png',NULL,'3298','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png','3298','attachment-image','{\"width\":1913,\"height\":648,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-4.png\",\"size\":\"full\",\"id\":3298,\"alt\":\"\",\"pixels\":1239624,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(436,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png','71:b8634176a40d30c7c51c928328c0825a',3301,'post','attachment',1,0,NULL,NULL,'iamge-5','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png',NULL,'3301','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png','3301','attachment-image','{\"width\":1909,\"height\":944,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/iamge-5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/iamge-5.png\",\"size\":\"full\",\"id\":3301,\"alt\":\"\",\"pixels\":1802096,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(437,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png','71:0ef42be5f2b17280e0b271afddf2cb2c',3299,'post','attachment',1,0,NULL,NULL,'image-6','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png',NULL,'3299','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png','3299','attachment-image','{\"width\":1918,\"height\":697,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-6.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-6.png\",\"size\":\"full\",\"id\":3299,\"alt\":\"\",\"pixels\":1336846,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(438,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png','71:98be18ec277c41d4842b75be4c0bec26',3300,'post','attachment',1,0,NULL,NULL,'image-7','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png',NULL,'3300','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png','3300','attachment-image','{\"width\":1914,\"height\":797,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/image-7.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/image-7.png\",\"size\":\"full\",\"id\":3300,\"alt\":\"\",\"pixels\":1525458,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:45:23','2021-01-18 02:57:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(439,'https://staging.subscriptionflow.com/subscription-billing-solutions-by-role/','72:223874cd7721ab68ed000b1875469fde',129,'post','page',1,0,'Subscription Billing & Management Solutions By Role',NULL,'Subscription Billing & Management Solutions By Role','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing & Management Solutions By Role',53,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 09:46:03','2021-01-25 03:34:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(440,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png','74:dbb1744ab0e57d6869154bbff47bac7c',795,'post','attachment',1,129,NULL,NULL,'sol_banner','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png',NULL,'795','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png','795','attachment-image','{\"width\":491,\"height\":450,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_banner.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sol_banner.png\",\"size\":\"full\",\"id\":795,\"alt\":\"\",\"pixels\":220950,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:46:04','2020-12-29 05:17:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(441,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png','71:566efe6ab41b6dae0b02806894d51aa6',964,'post','attachment',1,129,NULL,NULL,'sol_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png',NULL,'964','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png','964','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_1-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sol_1-1.png\",\"size\":\"full\",\"id\":964,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:46:04','2020-12-29 05:17:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(442,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png','71:3464231098665b33b10cef6c76ef335e',965,'post','attachment',1,129,NULL,NULL,'sol_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png',NULL,'965','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png','965','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_2-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sol_2-1.png\",\"size\":\"full\",\"id\":965,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:46:04','2020-12-29 05:17:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(443,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png','71:e403e9ac3f497b62810680c01e36c729',966,'post','attachment',1,129,NULL,NULL,'sol_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png',NULL,'966','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png','966','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_3-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sol_3-2.png\",\"size\":\"full\",\"id\":966,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:46:04','2020-12-29 05:17:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(444,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png','71:960006cebb898e3fe52215048f4942be',967,'post','attachment',1,129,NULL,NULL,'sol_4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png',NULL,'967','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png','967','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/sol_4-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/sol_4-1.png\",\"size\":\"full\",\"id\":967,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:46:04','2020-12-29 05:17:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(445,'https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-hospital-management/','98:36af8793e5b96dabc4709cdd0cb3c01c',1535,'post','post',1,0,'Subscription Management Software for Hospital Management','Subscription management software for hospital management is bound to make management of your patient’s payment records far more effective.','Subscription Management Software for Hospital Management','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Hospital Management',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,'2020-11-11 09:46:35','2020-11-30 05:12:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(446,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg','118:9eb48eb6da3c5440bb2d7127f3804c57',2426,'post','attachment',1,2251,NULL,NULL,'Advantages of Recurring Billing Software for hospitals','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg',NULL,'2426','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg','2426','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Advantages-of-Recurring-Billing-Software-for-hospitals.jpg\",\"size\":\"full\",\"id\":2426,\"alt\":\"Advantages of Recurring Billing Software for hospitals\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 09:46:35','2020-11-30 05:12:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(447,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg','140:7629aefcf1f1f59eddf35fee9ac36a50',2428,'post','attachment',1,2251,NULL,NULL,'Salient features of Subscription Management Software for Hospital Management','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg',NULL,'2428','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg','2428','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Salient-features-of-Subscription-Management-Software-for-Hospital-Management.jpg\",\"size\":\"full\",\"id\":2428,\"alt\":\"Salient features of Subscription Management Software for Hospital Management\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 09:46:35','2020-11-30 05:12:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(448,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg','122:b3c28e3e65b3521cc58b405ef8e3a6b7',2430,'post','attachment',1,2251,NULL,NULL,'Benefits of subscription management software for hospitals','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg',NULL,'2430','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg','2430','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Benefits-of-subscription-management-software-for-hospitals.jpg\",\"size\":\"full\",\"id\":2430,\"alt\":\"Benefits of subscription management software for hospitals\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 09:46:35','2020-11-30 05:12:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(449,'https://staging.subscriptionflow.com/self-service-portal/','53:b3cc545dad54776920d49dc89bbd365e',1458,'post','page',1,0,'Self-service Portal | SubscriptionFlow',NULL,'Self-service Portal','publish',NULL,0,NULL,NULL,NULL,'Self-service Portal',59,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,10,NULL,'2020-11-11 09:47:47','2021-01-25 03:12:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(450,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png','87:a03fb287aa2aa34afd70708d77e96632',1506,'post','attachment',1,1458,NULL,NULL,'Self-service Portal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png',NULL,'1506','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png','1506','attachment-image','{\"width\":491,\"height\":274,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_banner_img.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_banner_img.png\",\"size\":\"full\",\"id\":1506,\"alt\":\"\",\"pixels\":134534,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(451,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img-e1586335775681.png','99:6a7508e05b791bb0ee9aa376f438f37a',1462,'post','attachment',1,1458,NULL,NULL,'self_service_top_img','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img-e1586335775681.png',NULL,'1462','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img-e1586335775681.png','1462','attachment-image','{\"width\":600,\"height\":220,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_top_img-e1586335775681.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_top_img-e1586335775681.png\",\"size\":\"full\",\"id\":1462,\"alt\":\"self_service_top_img\",\"pixels\":132000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(452,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1-e1586335835461.png','97:c92907d48451e82e6f5a6d51be445848',1463,'post','attachment',1,1458,NULL,NULL,'self_service_img_1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1-e1586335835461.png',NULL,'1463','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1-e1586335835461.png','1463','attachment-image','{\"width\":691,\"height\":429,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_1-e1586335835461.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_img_1-e1586335835461.png\",\"size\":\"full\",\"id\":1463,\"alt\":\"self_service_img_1\",\"pixels\":296439,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(453,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2-e1586335875675.png','97:b314805cd77d19d3aafc26f71afbaa7c',1464,'post','attachment',1,1458,NULL,NULL,'self_service_img_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2-e1586335875675.png',NULL,'1464','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2-e1586335875675.png','1464','attachment-image','{\"width\":691,\"height\":313,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_2-e1586335875675.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_img_2-e1586335875675.png\",\"size\":\"full\",\"id\":1464,\"alt\":\"self_service_img_2\",\"pixels\":216283,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(454,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3-e1586335912642.png','97:9d33b4380303bad2b2fa3e1723520a56',1465,'post','attachment',1,1458,NULL,NULL,'self_service_img_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3-e1586335912642.png',NULL,'1465','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3-e1586335912642.png','1465','attachment-image','{\"width\":691,\"height\":352,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_3-e1586335912642.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_img_3-e1586335912642.png\",\"size\":\"full\",\"id\":1465,\"alt\":\"self_service_img_3\",\"pixels\":243232,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(455,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4-e1586335943730.png','97:957ded1aec62d5a3266f92a0daae94dd',1466,'post','attachment',1,1458,NULL,NULL,'self_service_img_4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4-e1586335943730.png',NULL,'1466','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4-e1586335943730.png','1466','attachment-image','{\"width\":691,\"height\":378,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_4-e1586335943730.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_img_4-e1586335943730.png\",\"size\":\"full\",\"id\":1466,\"alt\":\"self_service_img_4\",\"pixels\":261198,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(456,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1-e1586335975578.png','99:2046a679f954e50f83246e1aff8a3f37',1467,'post','attachment',1,1458,NULL,NULL,'self_service_img_5-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1-e1586335975578.png',NULL,'1467','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1-e1586335975578.png','1467','attachment-image','{\"width\":691,\"height\":297,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/self_service_img_5-1-e1586335975578.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/self_service_img_5-1-e1586335975578.png\",\"size\":\"full\",\"id\":1467,\"alt\":\"self_service_img\",\"pixels\":205227,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:47:47','2020-12-09 01:59:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(457,'https://staging.subscriptionflow.com/2020/07/elevate-your-business-with-self-service-subscription-management-portal-and-learn-how-you-can-enhance-customer-relationships/','165:d94bedea704ffc8910a0e8fc9baef7d0',3129,'post','post',1,0,'Elevate Your Business with Self-Service Subscription Management Portal','Elevate Your Business with Self-Service Subscription Management Portal and Learn How You Can Enhance Customer Relationships.','Elevate Your Business with Self-Service Subscription Management Portal and Learn How You Can Enhance Customer Relationships','publish',NULL,0,NULL,NULL,NULL,'Self-Service Subscription Management Portal',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Self-Service-Subscription-Management-Portal.jpg',NULL,'3130','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Self-Service-Subscription-Management-Portal.jpg','3130','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Self-Service-Subscription-Management-Portal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Self-Service-Subscription-Management-Portal.jpg\",\"size\":\"full\",\"id\":3130,\"alt\":\"Self-Service Subscription Management Portal\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-11 09:54:18','2020-11-13 02:36:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(458,'https://staging.subscriptionflow.com/docs/category/integrations/','60:dfa753f84f0ec419941c2c48f9bcdc97',88,'term','epkb_post_type_1_category',NULL,NULL,NULL,NULL,'Integrations',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 09:58:21','2021-01-06 05:11:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(459,'https://staging.subscriptionflow.com/subscription-analytics-reporting/','66:58d9efe8e73ac3b5c543a6dfe7eca2c9',436,'post','page',1,0,'Subscription Analytics and Reporting Software | SubscriptionFlow','SubscriptionFlow’s powerful Subscription Analytics and Reporting Software will help you gain an insight into your customer with its customized tools and reports.','Subscription Analytics and Reporting','publish',NULL,0,NULL,NULL,NULL,'Subscription Analytics and Reporting Software',67,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,17,NULL,'2020-11-11 09:58:59','2021-05-19 02:37:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(460,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png','79:fd75ed12c0c86942b902272c30614f52',853,'post','attachment',1,436,NULL,NULL,'billing_banner3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png',NULL,'853','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png','853','attachment-image','{\"width\":491,\"height\":450,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_banner3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_banner3.png\",\"size\":\"full\",\"id\":853,\"alt\":\"\",\"pixels\":220950,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(461,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png','82:47fa4b82ca8e304b092376a71a68ffdb',962,'post','attachment',1,436,NULL,NULL,'billing_top_img2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png',NULL,'962','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png','962','attachment-image','{\"width\":600,\"height\":496,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing_top_img2-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing_top_img2-1.png\",\"size\":\"full\",\"id\":962,\"alt\":\"\",\"pixels\":297600,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(462,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png','68:c30088db1a61c8c33efc5487ec3f77d2',700,'post','attachment',1,436,NULL,NULL,'img4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png',NULL,'700','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png','700','attachment-image','{\"width\":112,\"height\":119,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/img4.png\",\"size\":\"full\",\"id\":700,\"alt\":\"\",\"pixels\":13328,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(463,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png','68:5d64fedc3404a7bf1551aeea794dac7b',701,'post','attachment',1,436,NULL,NULL,'img3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png',NULL,'701','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png','701','attachment-image','{\"width\":128,\"height\":136,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/img3.png\",\"size\":\"full\",\"id\":701,\"alt\":\"\",\"pixels\":17408,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(464,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png','68:1bbb6af8ea1fb981f9f34114b3f8f194',702,'post','attachment',1,436,NULL,NULL,'img2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png',NULL,'702','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png','702','attachment-image','{\"width\":117,\"height\":111,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/img2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/img2.png\",\"size\":\"full\",\"id\":702,\"alt\":\"\",\"pixels\":12987,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(465,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png','78:a9cd6968bc323b532991afcf976a1e53',857,'post','attachment',1,436,NULL,NULL,'dashbaord_icon','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png',NULL,'857','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png','857','attachment-image','{\"width\":117,\"height\":111,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/dashbaord_icon.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/dashbaord_icon.png\",\"size\":\"full\",\"id\":857,\"alt\":\"\",\"pixels\":12987,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 09:59:00','2020-12-09 02:42:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(466,'https://staging.subscriptionflow.com/2020/01/switch-to-saas-subscription-software-for-multifunctioning/','99:8200c0ba5a01442d7d394ee71c33dea4',2492,'post','post',1,0,'Switch to SaaS subscription software for Multifunctioning | SubscriptionFlow','Handle your Subscriptions Task efficiently by Switch to SaaS subscription software for Multifunctioning to Trun your Growth Graph Upwards.','Switch to SaaS Subscription Software for Multifunctioning','publish',NULL,0,NULL,NULL,NULL,'SaaS subscription',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg',NULL,'2494','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg','2494','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Switch-to-SaaS-for-Ultimate-Growth.jpg\",\"size\":\"full\",\"id\":2494,\"alt\":\"Switch to SaaS for Ultimate Growth\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 10:24:19','2020-11-13 02:33:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(467,NULL,NULL,2493,'post','attachment',1,2492,NULL,NULL,'Switch to SaaS','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS.jpg',NULL,'2493','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS.jpg','2493','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Switch-to-SaaS.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Switch-to-SaaS.jpg\",\"size\":\"full\",\"id\":2493,\"alt\":\"Switch to SaaS\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 10:24:19','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(468,'https://staging.subscriptionflow.com/thank-you-for-free-account/','60:bd28af2d9466eda7b8ad9ff2d52f7138',1076,'post','page',1,0,NULL,NULL,'Thank you for free Account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 11:00:57','2020-11-13 02:47:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(469,'https://staging.subscriptionflow.com/user-based-price-annual-recurring/','67:4dda096e08b302ff5e744970f4b0cb31',2946,'post','page',1,0,NULL,NULL,'User Based Pricing Annual (recurring)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 11:02:46','2020-11-13 02:47:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(470,'https://staging.subscriptionflow.com/2020/11/paypal-vs-stripe-vs-authorize-net-which-payment-gateway-should-be-chosen-for-the-online-recurring-payment-processing/','158:6f4242b09a3ba7258bff9123fb8a55f1',3943,'post','post',1,0,'PayPal vs. Stripe vs. Authorize.Net','SubscriptionFlow offers integration with all the leading payment gateways to facilitate subscription services providers and SaaS vendors to offer the best customer experience.','PayPal vs. Stripe vs. Authorize.Net—Which Payment Gateway Should Be Chosen for the Online Recurring Payment Processing?','publish',NULL,0,NULL,NULL,NULL,'PayPal vs. Stripe vs. Authorize.Net',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg',NULL,'3947','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg','3947','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/ayPal-vs.-Stripe-vs.-Authorize.Net_.jpg\",\"size\":\"full\",\"id\":3947,\"alt\":\"PayPal vs. Stripe vs. Authorize.Net\",\"pixels\":960000,\"type\":\"image/jpeg\"}',8,11,NULL,'2020-11-11 11:49:35','2021-01-18 23:31:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(471,'https://staging.subscriptionflow.com/2020/10/07-ways-subscriptionflow-is-an-apt-solution-as-the-best-online-subscription-billing-software-for-your-saas-and-subscription-businesses/','176:f1770350026ea83c321854f5ce77b722',3754,'post','post',1,0,'07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software','As the best online subscription billing software, SubscriptionFlow is a highly accessible, flexible, stable, and intelligent platform to manage subscription businesses.','07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing Software for Your SaaS and Subscription Businesses','publish',NULL,0,NULL,NULL,NULL,'07 Ways SubscriptionFlow is An Apt Solution',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-2.png',NULL,'3755','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-2.png','3755','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Untitled-2.png\",\"size\":\"full\",\"id\":3755,\"alt\":\"07 Ways SubscriptionFlow is An Apt Solution as the Best Online Subscription Billing\",\"pixels\":960000,\"type\":\"image/png\"}',9,11,NULL,'2020-11-11 11:49:35','2021-01-03 23:25:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(472,'https://staging.subscriptionflow.com/2020/10/subscription-data-is-a-hidden-treasure-learn-how-recurring-billing-data-can-be-used-to-drive-growth-in-revenue/','152:d195aa21995676230784e838bc31bf2a',3727,'post','post',1,0,'Subscription Data Is A Hidden Treasure','Recurring Billing Data exposes the recurring invoicing for a product, service, feature, or plan which further explains the sales and marketing teams the outcomes of their efforts.','Subscription Data Is A Hidden Treasure—Learn How Recurring Billing Data Can Be Used to Drive Growth in Revenue','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing Data',64,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg',NULL,'3728','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg','3728','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Subscription-Data-Is-A-Hidden-Treasure.jpg\",\"size\":\"full\",\"id\":3728,\"alt\":\"Subscription Data Is A Hidden Treasure\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,3,NULL,'2020-11-11 11:49:35','2021-07-06 20:40:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(473,'https://staging.subscriptionflow.com/2020/10/ai-can-predict-churn-harness-the-power-of-the-data-driven-technology-to-identify-reasons-behind-subscription-cancellations/','164:4de8661e31ee80c8c24daf72c7229f69',3717,'post','post',1,0,'AI can Predict Subscription Cancellation','Artificial Intelligence in a subscription software can structure, read, and analyze the data and suggest the reasons behind subscription cancellations.','AI Can Predict Churn—Harness the Power of Data-Driven Technology to Identify Reasons behind Subscription Cancellations','publish',NULL,0,NULL,NULL,NULL,'Subscription Cancellation',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg',NULL,'3718','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg','3718','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Harness-the-Power-of-the-Data-Driven-Technology-to-Identify-Reasons-behind-Subscription-Cancellations.jpg\",\"size\":\"full\",\"id\":3718,\"alt\":\"Harness the Power of the Data-Driven Technology to Identify Reasons behind Subscription Cancellations\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,5,NULL,'2020-11-11 11:49:35','2021-04-29 20:44:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(474,'https://staging.subscriptionflow.com/2020/04/learn-the-reasons-behind-high-churn-rate-and-how-you-can-tackle-it-with-these-tips-from-subscriptionflow/','146:89e5e94dc4dafa68c6e543da7a0b9831',2742,'post','post',1,0,NULL,NULL,'Learn the Reasons Behind High Churn Rate and How You can Tackle it with These Tips from SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-behind-churn-rate.jpg',NULL,'2743','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-behind-churn-rate.jpg','2743','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-behind-churn-rate.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Reasons-behind-churn-rate.jpg\",\"size\":\"full\",\"id\":2743,\"alt\":\"Reasons behind churn rate\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 11:49:35','2020-11-13 02:44:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(475,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg','94:ea7e1d340167d2854360b0c1a8831316',2744,'post','attachment',1,2742,NULL,NULL,'Reasons Behind High Churn Rate','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg',NULL,'2744','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg','2744','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Reasons-Behind-High-Churn-Rate.jpg\",\"size\":\"full\",\"id\":2744,\"alt\":\"Reasons Behind High Churn Rate\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:35','2020-11-13 02:44:58',1,NULL,NULL,NULL,NULL,1,NULL,1),(476,'https://staging.subscriptionflow.com/2020/10/what-is-cmrr-and-how-does-it-help-the-saas-and-subscription-businesses-in-forecasting-the-recurring-revenue/','149:3b0f3d0dd4820427bb6235391b8daa37',3722,'post','post',1,0,'What Is CMRR and How Does It Help the SaaS','CMRR can be defined as the fixed or recognized recurring portion of the subscription revenue. Learn How CMRR works to help SaaS.','What Is CMRR and How Does It Help the SaaS and Subscription Businesses In Forecasting the Recurring Revenue?','publish',NULL,0,NULL,NULL,NULL,'What Is CMRR',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/difference-between-MRR-CMRR.jpg',NULL,'3723','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/difference-between-MRR-CMRR.jpg','3723','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/difference-between-MRR-CMRR.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/difference-between-MRR-CMRR.jpg\",\"size\":\"full\",\"id\":3723,\"alt\":\"difference between MRR & CMRR\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,5,NULL,'2020-11-11 11:49:35','2021-04-14 17:37:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(477,'https://staging.subscriptionflow.com/2020/01/three-core-metrics-to-measure-subscription-business-growth/','100:cf69c106e4f615d77a436a5e5e6a1b1f',2468,'post','post',1,0,'Three Core Metrics to Measure Subscription Business Growth','You can Guage Subscription Business Matrics by keeping an Eye on Three Core Metrics to Measure Subscription Business Growth.','Three Core Metrics to Measure Subscription Business Growth','publish',NULL,0,NULL,NULL,NULL,'Subscription',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/280412-P6ATOW-488.jpg',NULL,'2469','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/280412-P6ATOW-488.jpg','2469','featured-image','{\"width\":2000,\"height\":2000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/280412-P6ATOW-488.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/280412-P6ATOW-488.jpg\",\"size\":\"full\",\"id\":2469,\"alt\":\"measure your business growth\",\"pixels\":4000000,\"type\":\"image/jpeg\"}',1,3,NULL,'2020-11-11 11:49:35','2021-04-14 17:37:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(478,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg','90:7433e772c43cdf5cef1e870acffa7f77',2472,'post','attachment',1,2468,NULL,NULL,'measure of business growth','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg',NULL,'2472','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg','2472','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/measure-of-business-growth.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/measure-of-business-growth.jpg\",\"size\":\"full\",\"id\":2472,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:35','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,1,NULL,1),(479,'https://staging.subscriptionflow.com/2020/09/what-is-mrr-and-why-is-it-inevitable-for-measuring-recurring-revenue-for-subscription-businesses/','138:58c3da953dc353552ccc1485f28609c9',3559,'post','post',1,0,'What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue','MRR is the most important metric to measure monthly recurring revenue in the subscription billing. It gives insights to learn why and how recurring revenue is expanding or contracting.','What is MRR, And, Why Is It Inevitable for Measuring Recurring Revenue for Subscription Businesses?','publish',NULL,0,NULL,NULL,NULL,'What is MRR',60,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg',NULL,'3563','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg','3563','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Untitled-1.jpg\",\"size\":\"full\",\"id\":3563,\"alt\":\"what is monthly recurring revenue\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,6,NULL,'2020-11-11 11:49:35','2021-04-25 23:20:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(480,'https://staging.subscriptionflow.com/2019/07/subscriptionflow-considers-implementing-asc606-in-new-version/','103:560e6df1477eeaa925c23a3e0b520978',1278,'post','post',1,0,'SubscriptionFlow Considers Implementing ASC 606 in their New Version','A Comprehensive overview of new ASC606 Rules as Amended with complete fundamental details Covering top features impacting subscription managment businesses.','SubscriptionFlow Considers Implementing ASC 606 in their New Version','publish',NULL,0,NULL,NULL,NULL,'SubscriptionFlow Considers Implementing ASC 606',72,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-rules.jpg',NULL,'1283','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-rules.jpg','1283','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-rules.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/asc606-rules.jpg\",\"size\":\"full\",\"id\":1283,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 11:49:35','2020-11-12 17:32:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(481,NULL,NULL,1280,'post','attachment',1,1278,NULL,NULL,'asc606 5 rules','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg',NULL,'1280','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg','1280','attachment-image','{\"width\":1000,\"height\":1000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/asc606-5-rules.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/asc606-5-rules.jpg\",\"size\":\"full\",\"id\":1280,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:35','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(482,'https://staging.subscriptionflow.com/2019/10/how-to-minimize-your-churn-rate/','73:032481985b3a146db491afe2a5b1d08c',1997,'post','post',1,0,'How to Minimize your Churn Rate? | Subscription Flow','Worry about customer Churn See How to Minimize your Churn Rate? with Smart Steps to Improve your Customer Analytics.','How to Minimize your Churn Rate?','publish',NULL,0,NULL,NULL,NULL,'Churn Rate',73,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/5d9f1287ca20e.png',NULL,'1998','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/5d9f1287ca20e.png','1998','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/10/5d9f1287ca20e.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/10/5d9f1287ca20e.png\",\"size\":\"full\",\"id\":1998,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/png\"}',2,1,NULL,'2020-11-11 11:49:35','2020-11-13 02:32:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(483,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg','97:ba5c560f6297ebf33fe614547637049d',3561,'post','attachment',1,3559,NULL,NULL,'Monthly recurring revenue formula','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg',NULL,'3561','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg','3561','attachment-image','{\"width\":500,\"height\":174,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Monthly-recurring-revenue-formula.jpg\",\"size\":\"full\",\"id\":3561,\"alt\":\"Monthly-recurring-revenue-formula\",\"pixels\":87000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:35','2021-03-26 02:25:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(484,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg','71:2c88dc5420a3b2bbc877f2f0bcd1acd0',3562,'post','attachment',1,3559,NULL,NULL,'New MRR','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg',NULL,'3562','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg','3562','attachment-image','{\"width\":600,\"height\":350,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/New-MRR.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/New-MRR.jpg\",\"size\":\"full\",\"id\":3562,\"alt\":\"New-MRR\",\"pixels\":210000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:35','2021-03-26 02:25:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(485,NULL,NULL,3772,'post','attachment',1,3754,NULL,NULL,'subscriptionflow-subscription-management-features','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg',NULL,'3772','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg','3772','attachment-image','{\"width\":1707,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/subscriptionflow-subscription-management-features-1-scaled.jpg\",\"size\":\"full\",\"id\":3772,\"alt\":\"subscriptionflow-subscription-management-features\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 11:49:36','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(486,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif','70:b09c4b033568299d5506b4f24fb3c036',3948,'post','attachment',1,3943,NULL,NULL,'Slide1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif',NULL,'3948','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif','3948','attachment-image','{\"width\":1280,\"height\":720,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Slide1.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Slide1.gif\",\"size\":\"full\",\"id\":3948,\"alt\":\"Slide1\",\"pixels\":921600,\"type\":\"image/gif\"}',0,1,NULL,'2020-11-11 11:49:36','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,1,NULL,1),(487,'https://staging.subscriptionflow.com/2020/10/transitioning-to-saas-subscription-model-needs-challenges-strategies-monetization-management-and-all-it-takes-to-move-to-a-recurring-revenue-model/','188:b8776f6af17134dc2e669efdfdf1de0f',3766,'post','post',1,0,'Transitioning to SaaS Subscription Model','Transitioning to the Subscription Model is the latest trend of tapping more profit as recurring revenue in addition to growing customer base and brand loyalty.','Transitioning to SaaS Subscription Model—Needs, Challenges, Strategies, Monetization, Management, And All It Takes To Move To A Recurring Revenue Model','publish',NULL,0,NULL,NULL,NULL,'Transitioning to SaaS Subscription Model',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-1.jpg',NULL,'3769','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-1.jpg','3769','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Untitled-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Untitled-1.jpg\",\"size\":\"full\",\"id\":3769,\"alt\":\"Transition to SaaS\",\"pixels\":960000,\"type\":\"image/jpeg\"}',8,7,NULL,'2020-11-11 12:05:58','2021-07-30 03:04:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(488,'https://staging.subscriptionflow.com/2019/04/what-factors-to-consider-when-choosing-a-subscription-management-service/','114:dd9b422332b61bdfef478fab39fd344f',1004,'post','post',1,0,'Subscription Management Software | Subscription Management System',NULL,'What Factors to Consider when Choosing a Subscription Management Service','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software',70,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/subscription-management-.jpg',NULL,'1005','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/subscription-management-.jpg','1005','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/subscription-management-.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/subscription-management-.jpg\",\"size\":\"full\",\"id\":1005,\"alt\":\"subscription management software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-11 12:12:24','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(489,'https://staging.subscriptionflow.com/2020/11/iot-led-subscription-monetization-smart-recurring-billing-can-create-connected-smarter-future/','135:af04d2360b235b977eeb3c287b000558',3964,'post','post',1,0,'IoT-led Subscription Monetization—Smart Recurring Billing','IoT subscription monetization is the process of billing customers on a recurring basis through IoT-enabled devices, connecting software, and services.','IoT-led Subscription Monetization—Smart Recurring Billing Can Create Connected Smarter Future','publish',NULL,0,NULL,NULL,NULL,'IoT-led Subscription Monetization',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg',NULL,'3965','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg','3965','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscription-monetization.jpg\",\"size\":\"full\",\"id\":3965,\"alt\":\"subscription monetization\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,3,NULL,'2020-11-11 12:47:54','2021-07-19 01:22:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(490,'https://staging.subscriptionflow.com/2019/03/where-the-subscription-economy-is-headed-let-our-experts-do-the-talking/','113:2f61186f77cd5e743fabe8da0858b3cc',1001,'post','post',1,0,'Where the Subscription Economy is headed; let our experts do the talking',NULL,'Where the Subscription Economy is headed let our experts do the talking','publish',NULL,0,NULL,NULL,NULL,'Subscription Management',64,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscription-Management.jpg',NULL,'1002','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscription-Management.jpg','1002','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/Subscription-Management.jpg\",\"size\":\"full\",\"id\":1002,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-11 12:48:18','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(491,NULL,NULL,3965,'post','attachment',1,3964,NULL,NULL,'subscription monetization','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg',NULL,'3965','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg','3965','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-monetization.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscription-monetization.jpg\",\"size\":\"full\",\"id\":3965,\"alt\":\"subscription monetization\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 12:51:25','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(492,'https://staging.subscriptionflow.com/2020/11/recurring-billing-amid-covid-19-is-changing-the-ways-we-earn-and-we-pay/','113:b555f7e8572fefef9743d166420de638',3901,'post','post',1,0,'Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay… | SubscriptionFlow','During COVID-19, subscription billing paves the way for individuals, businesses, and big entities to get access to more products and services on a recurring basis.','Recurring Billing Amid COVID-19 Is Changing the Ways We Earn and We Pay…','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing Amid COVID-19',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Untitled-15656.jpg',NULL,'3902','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Untitled-15656.jpg','3902','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Untitled-15656.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Untitled-15656.jpg\",\"size\":\"full\",\"id\":3902,\"alt\":\"Recurring Billing Amid COVID-19\",\"pixels\":960000,\"type\":\"image/jpeg\"}',14,4,NULL,'2020-11-11 12:52:52','2021-01-29 00:56:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(493,'https://staging.subscriptionflow.com/2020/11/covid-19-alert-ach-payment-fraud-can-leave-you-empty-handed-and-your-bank-account-empty/','129:9d8b4c5a15b2232a54dd08a0ee3eaf8a',3814,'post','post',1,0,'COVID-19 ALERT—ACH Payment Fraud','ACH payment fraud refers to the unauthorized transactions of ACH payments involving ACH Network through the targeted digital con called phishing email.','COVID-19 ALERT—ACH Payment Fraud Can Leave You Empty-handed and Your Bank Account EMPTY!','publish',NULL,0,NULL,NULL,NULL,'ACH Payment Fraud',70,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg',NULL,'3976','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg','3976','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg\",\"size\":\"full\",\"id\":3976,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',7,3,NULL,'2020-11-11 12:52:53','2021-06-21 00:58:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(494,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg','130:a642686f9377621fd6a311dd8d3184b2',3905,'post','attachment',1,3901,NULL,NULL,'Subscription Commerce Impacts On the Global Economy After COVID-19','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg',NULL,'3905','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg','3905','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19.jpg\",\"size\":\"full\",\"id\":3905,\"alt\":\"Subscription-Commerce-Impacts-On-the-Global-Economy-After-COVID-19\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 12:52:53','2021-03-26 02:40:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(495,'https://staging.subscriptionflow.com/2020/10/combating-churn-for-a-saas-use-content-to-attract-educate-convert-and-retain-customer/','127:ca6a9346754252cfe15772e864aec2e3',3786,'post','post',1,0,'Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer','Right content marketing targeted to identified customers not only attracts them to the SaaS, but it can become a great source of customer retention while reducing churn rates.','Combating Churn for a SaaS—Use Content to Attract, Educate, Convert and Retain Customer','publish',NULL,0,NULL,NULL,NULL,'Combating Churn',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg',NULL,'3787','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg','3787','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Use-Right-Content-to-Stand-Strong-by-Attracting-and-Retaining-Customers.jpg\",\"size\":\"full\",\"id\":3787,\"alt\":\"Use Right Content to Stand Strong by Attracting and Retaining Customers\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,9,NULL,'2020-11-11 13:02:59','2021-09-17 03:09:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(496,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg','115:c4dcdbe9cd0707d098429e769fa693d3',3788,'post','attachment',1,3786,NULL,NULL,'Content Lowers Churn Rates for SaaS Business Growth','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg',NULL,'3788','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg','3788','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Content-Lowers-Churn-Rates-for-SaaS-Business-Growth.jpg\",\"size\":\"full\",\"id\":3788,\"alt\":\"Content-Lower-Churn-Rates-for-SaaS-Business-Growth\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 13:02:59','2021-03-26 02:37:40',1,NULL,NULL,NULL,NULL,1,NULL,1),(497,'https://staging.subscriptionflow.com/2020/10/subscription-box-business-105-follow-these-actions-to-scale-and-thrive-on-thin-margins-in-the-subscription-box-industry/','161:6b830b3454e820d83f7b3662cc594b1a',3762,'post','post',1,0,'Subscription Box Business 105','Scaling subscription box business deals with upscale strategies, measuring the revenue performance, and bringing in the enhanced customer experience.','Subscription Box Business 105—Follow These Actions To Scale and Thrive On Thin Margins In the Subscription Box Industry','publish',NULL,0,NULL,NULL,NULL,'Subscription Box Business 105',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Box-Business-105.jpg',NULL,'3763','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Box-Business-105.jpg','3763','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Subscription-Box-Business-105.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Subscription-Box-Business-105.jpg\",\"size\":\"full\",\"id\":3763,\"alt\":\"Subscription Box Business 105\",\"pixels\":960000,\"type\":\"image/jpeg\"}',10,1,NULL,'2020-11-11 13:02:59','2021-02-19 00:15:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(498,'https://staging.subscriptionflow.com/2020/08/subscription-box-business-103-market-your-subscription-box-attract-the-sales-and-grow-the-subscriber-base/','147:8f1ab5df94e4b952e1819812d98d3511',3384,'post','post',1,0,'Subscription Box Business 103-Market your Subscription Box, Attract the Sales And Grow the Subscriber Base','Subscription box business needs to follow important techniques that could help market it, attract the sales, and grow the subscribers.','Subscription Box Business 103-Market your Subscription Box, Attract the Sales And Grow the Subscriber Base','publish',NULL,0,NULL,NULL,NULL,'Subscription Box Business 103',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-103.jpg',NULL,'3385','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-103.jpg','3385','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-103.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Subscription-Box-Business-103.jpg\",\"size\":\"full\",\"id\":3385,\"alt\":\"Subscription Box Business 103\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,3,NULL,'2020-11-11 13:02:59','2021-02-19 00:15:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(499,'https://staging.subscriptionflow.com/2020/08/subscription-box-business-104-from-picking-packing-and-kitting-to-shipping-manage-seamless-fulfilment/','143:950c84f28746cad2a14e377cac236c22',3434,'post','post',1,0,'Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfilment','Managing your seamless subscription box fulfillment could be a stressful engagement. Based on your needs, it can be managed in-house or outsourced','Subscription Box Business 104—From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfilment','publish',NULL,0,NULL,NULL,NULL,'Subscription Box Business 104',55,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg',NULL,'3435','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104—From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg','3435','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104\\u2014From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Subscription-Box-Business-104\\u2014From-Picking-Packing-and-Kitting-to-Shipping-Manage-Seamless-Fulfillment.jpg\",\"size\":\"full\",\"id\":3435,\"alt\":\"Subscription Box Business 104\\u2014From Picking, Packing, and Kitting to Shipping, Manage Seamless Fulfillment\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,2,NULL,'2020-11-11 13:02:59','2021-02-19 00:15:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(500,NULL,NULL,3436,'post','attachment',1,3434,NULL,NULL,'Subscription Box Business 104','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg',NULL,'3436','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg','3436','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/Subscription-Box-Business-104.jpg\",\"size\":\"full\",\"id\":3436,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 13:02:59','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(501,'https://staging.subscriptionflow.com/2020/01/why-billing-magnates-need-to-shift-towards-recurring-billing-software/','111:7e8c7727d170f8fcbb0c59064b5dce57',2243,'post','post',1,0,'Why Billing Magnates Need to Shift towards Recurring Billing Software?','You can Make your Life Easier by using recurring blling software Learn Why Billing Magnates Need to Shift towards Recurring Billing Software?','Why Billing Magnates Need to Shift towards Recurring Billing Software?','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing',76,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-billing-software-solution-1.jpg',NULL,'2413','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-billing-software-solution-1.jpg','2413','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Recurring-billing-software-solution-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Recurring-billing-software-solution-1.jpg\",\"size\":\"full\",\"id\":2413,\"alt\":\"Recurring billing software solution\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-11 13:10:41','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(502,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg','105:f8bb42ac22ecd89ee7ab310eef6bd40c',2244,'post','attachment',1,2243,NULL,NULL,'recurring billing software for businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg',NULL,'2244','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg','2244','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/recurring-billing-software-for-businesses.jpg\",\"size\":\"full\",\"id\":2244,\"alt\":\"recurring billing software for businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 13:10:41','2020-11-13 02:44:31',1,NULL,NULL,NULL,NULL,1,NULL,1),(503,'https://staging.subscriptionflow.com/2020/06/this-is-your-definitive-guide-to-surviving-subscription-billing-challenges-during-covid-19-and-make-successful-strides-in-the-future/','174:fe1fef85c041ff167669c8b15bb04c60',2954,'post','post',1,0,NULL,NULL,'This Is Your Definitive Guide to Surviving Subscription Billing Challenges during COVID-19 and Make Successful Strides in the Future','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing Challenges',57,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/subscription-billing-challengesjpg.jpg',NULL,'2955','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/subscription-billing-challengesjpg.jpg','2955','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/subscription-billing-challengesjpg.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/subscription-billing-challengesjpg.jpg\",\"size\":\"full\",\"id\":2955,\"alt\":\"subscription billing challenges\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 13:43:54','2020-11-12 06:19:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(504,'https://staging.subscriptionflow.com/support/','41:57c4f6778ae481abe99d462d3c818387',2868,'post','page',1,0,NULL,NULL,'Support','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 14:25:43','2020-11-13 02:43:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(505,'https://staging.subscriptionflow.com/tag/subscription-software-integration-with-authorize-net/','90:f6f7b6226a7e83a9c910e997a6754a4a',28,'term','post_tag',NULL,NULL,NULL,NULL,'subscription software integration with authorize.net',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 14:41:02','2020-11-13 02:46:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(506,'https://staging.subscriptionflow.com/2020/06/learn-how-revops-is-helping-companies-achieve-business-goals-and-the-role-of-invoicing-software-for-enterprises/','153:f13f215c1227311588ada62acdf1a7e8',2900,'post','post',1,0,NULL,NULL,'Learn How RevOps is Helping Companies Achieve Business Goals and the Role of Invoicing Software for Enterprises','publish',NULL,0,NULL,NULL,NULL,'Invoicing Software for Enterprises',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Enterprise-electronic-invoice-software.jpg',NULL,'2901','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Enterprise-electronic-invoice-software.jpg','2901','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Enterprise-electronic-invoice-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Enterprise-electronic-invoice-software.jpg\",\"size\":\"full\",\"id\":2901,\"alt\":\"Enterprise electronic invoice software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-11 15:49:07','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(507,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png','71:68f7a1eb1c7dbe3f1ac4f852b12d422a',2902,'post','attachment',1,2900,NULL,NULL,'Invoicing Software for Enterprises','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png',NULL,'2902','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png','2902','attachment-image','{\"width\":512,\"height\":512,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/payment.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/payment.png\",\"size\":\"full\",\"id\":2902,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 15:49:07','2020-11-13 02:44:36',1,NULL,NULL,NULL,NULL,1,NULL,1),(508,'https://staging.subscriptionflow.com/2019/05/best-billing-and-invoicing-software-2019-for-small-businesses/','103:715ac9712f1bd40022dd2fa5b8bd768f',1043,'post','post',1,0,'Best Billing and Invoicing Software 2019 for Small Businesses','If you are a small business owner or manager who is in search of a robust billing and invoicing management software, then you have come to the right place.','Best Billing and Invoicing Software 2019 for Small Businesses','publish',NULL,0,NULL,NULL,NULL,'Best Billing and Invoicing Software 2019',80,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg',NULL,'1044','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg','1044','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/best-software-for-billing-and-invoicing.jpg\",\"size\":\"full\",\"id\":1044,\"alt\":\"best-software-for billing-and-invoicing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-11 16:02:05','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(509,'https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-small-business/','93:b5d5e114b0762bd13a537c2ee950c6ad',1392,'post','post',1,0,'Subscription Management Software for Small Business','Subscription management software for small business helps you to automate all the manual processes in subscription business.','Subscription Management Software for Small Business','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Small Business',73,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,2,NULL,'2020-11-11 16:54:49','2021-06-09 20:20:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(510,'https://staging.subscriptionflow.com/?page_id=2451','46:1dbf5527ff142fb8ee5eb879b64acd20',2451,'post','page',1,0,NULL,NULL,'Subscription Management Software for Small Business','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 16:54:49','2020-11-16 01:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(511,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg','109:5e469475cb340cf0a00ff861e343f5e2',2452,'post','attachment',1,2451,NULL,NULL,'Attain Business Excellence through Automation','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg',NULL,'2452','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg','2452','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg\",\"size\":\"full\",\"id\":2452,\"alt\":\"Attain Business Excellence through Automation\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 16:54:49','2020-11-30 02:41:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(512,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/No-More-Hassle.jpg','78:099b9302ab384cb508e3062c08b03972',2458,'post','attachment',1,2451,NULL,NULL,'No More Hassle','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/No-More-Hassle.jpg',NULL,'2458','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/No-More-Hassle.jpg','2458','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/No-More-Hassle.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/No-More-Hassle.jpg\",\"size\":\"full\",\"id\":2458,\"alt\":\"No More Hassle\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 16:54:49','2020-11-30 02:41:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(513,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg','155:cd1eb03bc1416fdc4c676f02ea170ccc',2461,'post','attachment',1,2451,NULL,NULL,'Pros of selecting recurring billing software for small business powered by SubscriptionFlow','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg',NULL,'2461','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg','2461','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Pros-of-selecting-recurring-billing-software-for-small-business-powered-by-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":2461,\"alt\":\"Pros of selecting recurring billing software for small business powered by SubscriptionFlow\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-11 16:54:49','2020-11-30 02:41:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(514,NULL,NULL,2452,'post','attachment',1,2451,NULL,NULL,'Attain Business Excellence through Automation','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg',NULL,'2452','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg','2452','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Attain-Business-Excellence-through-Automation.jpg\",\"size\":\"full\",\"id\":2452,\"alt\":\"Attain Business Excellence through Automation\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 16:54:49','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(515,'https://staging.subscriptionflow.com/revenue-based-pricing-monthly-recurring/','73:aa151824e56466b1166f29fd374068ac',2934,'post','page',1,0,NULL,NULL,'Revenue Based Pricing Monthly (recurring)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 18:37:26','2020-11-13 02:41:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(516,'https://staging.subscriptionflow.com/2019/12/how-do-tax-decisions-impact-business-strategy/','87:6ea9a2a4b7e1cc1e5ea22edacc8bb053',2153,'post','post',1,0,'How Do Tax Decisions Impact Business Strategy? | SubscriptionFlow','How Do Tax Decisions Impact Business Strategy. Tax Management Now made easy with SubscriptionFlow & Avalara Tax planning tools.','How Do Tax Decisions Impact Business Strategy?','publish',NULL,0,NULL,NULL,NULL,'Tax Management',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/Tax-planning.jpg',NULL,'2154','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/Tax-planning.jpg','2154','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/Tax-planning.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/Tax-planning.jpg\",\"size\":\"full\",\"id\":2154,\"alt\":\"Tax planning\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-11 18:48:12','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(517,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png','77:08d82da4413593466da6002816f5a0d8',2155,'post','attachment',1,2153,NULL,NULL,'5dfa2cfe5fd9a','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png',NULL,'2155','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png','2155','attachment-image','{\"width\":1000,\"height\":559,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/5dfa2cfe5fd9a.png\",\"size\":\"full\",\"id\":2155,\"alt\":\"Tax Decision\",\"pixels\":559000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-11 18:48:12','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,1,NULL,1),(518,'https://staging.subscriptionflow.com/2020/06/this-is-how-self-service-subscription-management-portal-is-improving-customer-satisfaction-for-saas-companies/','151:a653237728de719c6e05002c777c8c23',2926,'post','post',1,0,NULL,NULL,'This is How Self Service Subscription Management Portal is Improving Customer Satisfaction for SaaS Companies','publish',NULL,0,NULL,NULL,NULL,'Self Service Subscription Management',50,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Self-Service-Subscription-Software.jpg',NULL,'2927','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Self-Service-Subscription-Software.jpg','2927','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Self-Service-Subscription-Software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Self-Service-Subscription-Software.jpg\",\"size\":\"full\",\"id\":2927,\"alt\":\"Self Service Subscription Software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 19:37:22','2021-08-09 02:50:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(519,'https://staging.subscriptionflow.com/thank-you/','43:e9989bafc80e14b8a50425cf41ef7a71',2718,'post','page',1,0,NULL,NULL,'Thank you','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-11 19:40:55','2020-11-12 05:11:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(520,'https://staging.subscriptionflow.com/tag/best-billing-system-for-small-business/','76:3541be8a823be5e628b1b11d15764cc1',32,'term','post_tag',NULL,NULL,NULL,NULL,'best billing system for small business',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 19:43:10','2020-11-13 02:44:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(521,'https://staging.subscriptionflow.com/2019/12/public-sector-the-10-good-reasons-to-switch-to-saas/','93:a1f64c0ad476a9e12318114aaa1d4ba4',2134,'post','post',1,0,'Public Sector: The 10 good Reasons to Switch to SaaS | Subscription Flow',NULL,'Public Sector: The 10 Good Reasons to Switch to SaaS','publish',NULL,0,NULL,NULL,NULL,'SaaS subscription software',53,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-Public-Sectors.jpg',NULL,'2135','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-Public-Sectors.jpg','2135','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-for-Public-Sectors.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/SaaS-for-Public-Sectors.jpg\",\"size\":\"full\",\"id\":2135,\"alt\":\"SaaS for Public Sectors\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-11 20:10:48','2020-11-13 02:32:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(522,'https://staging.subscriptionflow.com/2020/04/your-definitive-guide-on-revops-and-how-you-can-use-them-for-your-saas-business/','121:0b9b64e2fe3ee768e61a5cc88c470176',2721,'post','post',1,0,NULL,NULL,'Your Definitive Guide on RevOps and How You Can Use Them for Your SaaS Business','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Your-Definitive-Guide-on-RevOps.jpg',NULL,'2722','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Your-Definitive-Guide-on-RevOps.jpg','2722','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Your-Definitive-Guide-on-RevOps.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Your-Definitive-Guide-on-RevOps.jpg\",\"size\":\"full\",\"id\":2722,\"alt\":\"Your Definitive Guide on RevOps\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 22:00:14','2021-08-25 21:59:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(523,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg','105:c2b135ca7742a6ff5cb0615cf6ca0aa1',2723,'post','attachment',1,2721,NULL,NULL,'recurring billing software for businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg',NULL,'2723','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg','2723','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/recurring-billing-software-for-businesses.jpg\",\"size\":\"full\",\"id\":2723,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 22:00:14','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(524,'https://staging.subscriptionflow.com/2019/05/subscription-flow-announces-new-partnership-with-gocardless-for-seamless-recurring-payments/','133:ec84fbea5dd04201cf58bb9edf7f3c3b',1207,'post','post',1,0,'Partnership with GoCardless for Seamless Recurring Payments','We are pleased to announce that Subscription Flow is collaborating with GoCardless to offer Direct Debit payments. This will help subscription businesses.','Subscription Flow Announces New Partnership with GoCardless for Seamless Recurring Payments','publish',NULL,0,NULL,NULL,NULL,'Partnership with GoCardless',82,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg',NULL,'1209','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg','1209','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/Partnership-with-GoCardless.jpg\",\"size\":\"full\",\"id\":1209,\"alt\":\"Subscription-Flow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-11 22:04:05','2020-11-12 06:19:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(525,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg','104:d363ba460fa84663d67600bc694130fb',1212,'post','attachment',1,1207,NULL,NULL,'subscriptionflow partner with gocardless','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg',NULL,'1212','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg','1212','attachment-image','{\"width\":900,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/subscriptionflow-partner-with-gocardless.jpg\",\"size\":\"full\",\"id\":1212,\"alt\":\"subscriptionflow partner with gocardless\",\"pixels\":540000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 22:04:05','2020-11-12 06:19:35',1,NULL,NULL,NULL,NULL,1,NULL,1),(526,'https://staging.subscriptionflow.com/2020/04/how-saas-companies-can-enrich-customer-loyalty-and-long-lasting-relationships-with-recurring-billing-during-covid-19/','158:8352f6184d7982a210edc91b51df47ef',2725,'post','post',1,0,NULL,NULL,'How SaaS Companies Can Enrich Customer Loyalty and Long-Lasting Relationships with Recurring Billing During COVID-19','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Recurring-billing-during-covid.jpg',NULL,'2726','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Recurring-billing-during-covid.jpg','2726','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Recurring-billing-during-covid.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Recurring-billing-during-covid.jpg\",\"size\":\"full\",\"id\":2726,\"alt\":\"Recurring billing during covid\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-11 22:35:59','2021-06-25 02:41:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(527,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg','100:bff6883b203b88445a02c73801fc1473',2727,'post','attachment',1,2725,NULL,NULL,'Automated recurring Billing software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg',NULL,'2727','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg','2727','attachment-image','{\"width\":583,\"height\":431,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Automated-recurring-Billing-software.jpg\",\"size\":\"full\",\"id\":2727,\"alt\":\"Automated recurring Billing software\",\"pixels\":251273,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 22:35:59','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,1,NULL,1),(528,'https://staging.subscriptionflow.com/2019/12/saas-billing-the-digital-transition-of-businesses-to-the-cloud/','104:38d3dab858b30605d7578a1fd3c1d78b',2213,'post','post',1,0,'SaaS Billing: The Digital Transition of Businesses to the Cloud','SaaS Billing: The Digital Transition of Businesses to the Cloud can bring innovation to your bsuiness with minimal human effort.','SaaS Billing: The Digital Transition of Businesses to the Cloud','publish',NULL,0,NULL,NULL,NULL,'SaaS Billing',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-Billing-a-door-to-innovation.jpg',NULL,'2214','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-Billing-a-door-to-innovation.jpg','2214','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-Billing-a-door-to-innovation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/SaaS-Billing-a-door-to-innovation.jpg\",\"size\":\"full\",\"id\":2214,\"alt\":\"SaaS Billing a door to innovation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-11 22:41:27','2020-11-13 02:33:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(529,NULL,NULL,2215,'post','attachment',1,2213,NULL,NULL,'SaaS billing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-billing.jpg',NULL,'2215','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-billing.jpg','2215','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/SaaS-billing.jpg\",\"size\":\"full\",\"id\":2215,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-11 22:41:27','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(530,'https://staging.subscriptionflow.com/tag/saasbilling/','49:7e1423882957b4e8b7e9b76b45670b22',91,'term','post_tag',NULL,NULL,NULL,NULL,'saasbilling',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-11 23:22:26','2020-11-13 02:46:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(531,'https://staging.subscriptionflow.com/2019/05/subscription-flow-announces-partnership-with-avalara-to-automate-sales-tax-management/','127:7366380533923ea922dad8294e34652c',1170,'post','post',1,0,'Subscription Flow Announces Partnership with Avalara','Subscription Flow is excited to report its integration with Avalara, a leading provider of cloud-based tax compliance software.','Subscription Flow Announces Partnership with Avalara to Automate Sales Tax Management','publish',NULL,0,NULL,NULL,NULL,'Subscription Flow Announces Partnership with Avalara',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg',NULL,'1171','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg','1171','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/subscriptionflow-partner-with-avalara.jpg\",\"size\":\"full\",\"id\":1171,\"alt\":\"subscriptionflow-partner-with-avalara\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-12 00:40:28','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(532,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg','87:0991f53d427a6f0e461d8305ff9ab2ec',1177,'post','attachment',1,1170,NULL,NULL,'Subscriptionflow+avalara','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg',NULL,'1177','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg','1177','attachment-image','{\"width\":725,\"height\":299,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/Subscriptionflowavalara.jpg\",\"size\":\"full\",\"id\":1177,\"alt\":\"Subscriptionflow+avalara\",\"pixels\":216775,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 00:40:28','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,1,NULL,1),(533,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg','90:3f2e73f0c7d9872d31420df315001f5d',1182,'post','attachment',1,1170,NULL,NULL,'subscription-billing-management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg',NULL,'1182','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg','1182','attachment-image','{\"width\":900,\"height\":700,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/05/subscriptionflow-blog-post.jpg\",\"size\":\"full\",\"id\":1182,\"alt\":\"subscription-billing-management\",\"pixels\":630000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 00:40:28','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,1,NULL,1),(534,'https://staging.subscriptionflow.com/2020/02/how-to-set-up-automatic-payments-for-your-business/','92:7a8e7b2152b5725a86e2e2637a65d5b6',2516,'post','post',1,0,'How to Set Up Automatic Payments for your Business | SubscriptionFlow','Managing Payment without any Hassle is Tough ask Learn How to Set Up Automatic Payments for your Business to Maintain Smooth Operations.','How to Set Up Automatic Payments for your Business','publish',NULL,0,NULL,NULL,NULL,'Automatic Payment',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-payments.jpg',NULL,'2517','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-payments.jpg','2517','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/automatic-payments.jpg\",\"size\":\"full\",\"id\":2517,\"alt\":\"automatic payments\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 00:43:48','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(535,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg','100:98b0edffa57269bfbb39b3da41d420ac',2518,'post','attachment',1,2516,NULL,NULL,'automatic recurring payment services','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg',NULL,'2518','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg','2518','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/automatic-recurring-payment-services.jpg\",\"size\":\"full\",\"id\":2518,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 00:43:48','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,1,NULL,1),(536,'https://staging.subscriptionflow.com/tag/saas/','42:01f23f85d4bef912f996b7e5615c4e3d',33,'term','post_tag',NULL,NULL,NULL,NULL,'saas',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 00:44:49','2020-11-13 02:46:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(537,'https://staging.subscriptionflow.com/2020/05/why-passive-churn-is-harmful-and-how-you-can-grow-your-customer-base-during-covid-19-with-recurring-billing/','149:0d76422de10a96d8282af361a2a9d45d',2794,'post','post',1,0,NULL,NULL,'Why Passive Churn is Harmful and How You Can Grow Your Customer Base during COVID-19 with Recurring Billing?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-online-services.jpg',NULL,'2795','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-online-services.jpg','2795','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Recurring-billing-online-services.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Recurring-billing-online-services.jpg\",\"size\":\"full\",\"id\":2795,\"alt\":\"Recurring billing online services\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 00:45:33','2020-11-13 02:35:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(538,NULL,NULL,2796,'post','attachment',1,2794,NULL,NULL,'recurring billing solution','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/recurring-billing-solution.jpg',NULL,'2796','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/recurring-billing-solution.jpg','2796','attachment-image','{\"width\":668,\"height\":346,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/recurring-billing-solution.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/recurring-billing-solution.jpg\",\"size\":\"full\",\"id\":2796,\"alt\":\"\",\"pixels\":231128,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 00:45:33','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(539,'https://staging.subscriptionflow.com/revenue-based-pricing-annual-recurring/','72:4bdadbeaec98610acd6b5c4b1ef6bd87',2940,'post','page',1,0,NULL,NULL,'Revenue Based Pricing Annual (recurring)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-12 00:55:51','2020-11-13 02:41:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(540,'https://staging.subscriptionflow.com/category/billing-and-invoicing/','64:138df16b3750e5fb99df0ff2f134ed49',9,'term','category',NULL,NULL,NULL,NULL,'Billing and invoicing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'2020-11-12 02:59:50','2021-09-30 02:35:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(541,'https://staging.subscriptionflow.com/2020/06/different-saas-marketing-strategies-for-companies-offering-software-as-a-service-billing-services-to-tackle-customer-churn/','164:aa5bc931422a11286db4c6fd6922f52b',2881,'post','post',1,0,NULL,NULL,'Different SaaS Marketing Strategies for Companies offering Software as a Service Billing Services to Tackle Customer Churn','publish',NULL,0,NULL,NULL,NULL,'Software as a Service Billing',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Software-as-a-Service-Billing.jpg',NULL,'2877','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Software-as-a-Service-Billing.jpg','2877','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Software-as-a-Service-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Software-as-a-Service-Billing.jpg\",\"size\":\"full\",\"id\":2877,\"alt\":\"Software as a Service Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-12 03:08:55','2020-11-13 02:35:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(542,'https://staging.subscriptionflow.com/2020/02/saas-subscription-software-has-made-business-management-hassle-free/','109:6a61610c0a57a2f1d38eeb47af94e62f',2512,'post','post',1,0,'SaaS Subscription Software has made Business Management Hassle-free','SaaS Subscription Software has made Business Management Hassle-free to Let you manage things under single platform with automated process.','SaaS Subscription Software has made Business Management Hassle-free','publish',NULL,0,NULL,NULL,NULL,'SaaS Subscription Software',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg',NULL,'2513','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg','2513','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/SaaS-Subscription-Software-has-made-Business-Management-Hassle-free.jpg\",\"size\":\"full\",\"id\":2513,\"alt\":\"SaaS Subscription Software has made Business Management Hassle-free\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 05:29:52','2020-11-12 07:42:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(543,NULL,NULL,2514,'post','attachment',1,2512,NULL,NULL,'hassle free business operations','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/hassle-free-business-operations.jpg',NULL,'2514','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/hassle-free-business-operations.jpg','2514','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/hassle-free-business-operations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/hassle-free-business-operations.jpg\",\"size\":\"full\",\"id\":2514,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 05:29:52','2020-11-11 18:19:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(544,'https://staging.subscriptionflow.com/tag/salestaxmanagement/','56:602793e923d8fbd3cfe7ea424a734366',51,'term','post_tag',NULL,NULL,NULL,NULL,'salestaxmanagement',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 06:23:07','2020-11-12 01:23:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(545,'https://staging.subscriptionflow.com/2020/03/reach-your-full-potential-as-a-small-business-with-subscription-management-software/','125:9b9ff838b7537ff2140b6896eae1d5d2',2561,'post','post',1,0,'Reach your Full Potential as a Small Business with Subscription Management Software','Reach your Full Potential as a Small Business with Subscription Management Software and Stablise your Recurring Payment Processing through AI.','Reach your Full Potential as a Small Business with Subscription Management Software','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/how-subscription-software-helping-small-business.jpg',NULL,'2562','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/how-subscription-software-helping-small-business.jpg','2562','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/how-subscription-software-helping-small-business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/how-subscription-software-helping-small-business.jpg\",\"size\":\"full\",\"id\":2562,\"alt\":\"how subscription software helping small business\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-12 06:24:13','2021-06-09 20:20:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(546,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg','115:bd553abc3f695506aba6dbdef21bc473',2563,'post','attachment',1,2561,NULL,NULL,'saas subscription software helping small businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg',NULL,'2563','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg','2563','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/saas-subscription-software-helping-small-businesses.jpg\",\"size\":\"full\",\"id\":2563,\"alt\":\"saas subscription software helping small businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 06:24:13','2020-11-11 18:24:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(547,'https://staging.subscriptionflow.com/2019/12/e-invoicing-benefits-for-small-businesses/','83:359974c66ab227865352b22161fe7799',2148,'post','post',1,0,'E-invoicing Benefits for Small Businesses | Subscription Flow','E-invoicing Benefits for Small Businesses can help you to auto generate invoices for your small business with minimum human effort.','E-invoicing Benefits for Small Businesses','publish',NULL,0,NULL,NULL,NULL,'E-invoicing Benefits for Small Businesses',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/invoicing-software-for-small-businesses.jpg',NULL,'2149','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/invoicing-software-for-small-businesses.jpg','2149','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/invoicing-software-for-small-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/invoicing-software-for-small-businesses.jpg\",\"size\":\"full\",\"id\":2149,\"alt\":\"E-invoicing Benefits for Small Businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 06:31:51','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(548,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg','105:b8d914697f8546ae4f2533cf080211e7',2151,'post','attachment',1,2148,NULL,NULL,'E-invoicing software for small businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg',NULL,'2151','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg','2151','attachment-image','{\"width\":1688,\"height\":1126,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/E-invoicing-software-for-small-businesses.jpg\",\"size\":\"full\",\"id\":2151,\"alt\":\"\",\"pixels\":1900688,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 06:31:51','2020-11-13 02:44:31',1,NULL,NULL,NULL,NULL,1,NULL,1),(549,'https://staging.subscriptionflow.com/tag/online-recurring-payment/','62:388ac141032362e76b4aa1141ec9cf62',63,'term','post_tag',NULL,NULL,NULL,NULL,'Online Recurring Payment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 06:33:16','2020-11-12 01:33:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(550,'https://staging.subscriptionflow.com/2019/10/reasons-to-choose-an-online-billing-solution/','86:35add144cd091cea42ce67a1e32b5b0d',2061,'post','post',1,0,'Reasons to Choose an Online Billing Solution','0Choose Best Online Billing Solution for your Business and Enjoy a Automated Process to make your Billing Procedure Online.','Reasons to Choose an Online Billing Solution','publish',NULL,0,NULL,NULL,NULL,'Online Billing Solution',68,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/billing-solutions.jpg',NULL,'2062','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/billing-solutions.jpg','2062','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/10/billing-solutions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/10/billing-solutions.jpg\",\"size\":\"full\",\"id\":2062,\"alt\":\"billing solutions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 08:50:24','2020-11-12 03:50:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(551,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg','87:65ff8dfb3739e9369c53f15993504460',2064,'post','attachment',1,2061,NULL,NULL,'Online billing solution','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg',NULL,'2064','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg','2064','attachment-image','{\"width\":1000,\"height\":667,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/10/Online-billing-solution.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/10/Online-billing-solution.jpg\",\"size\":\"full\",\"id\":2064,\"alt\":\"Online billing solution\",\"pixels\":667000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 08:50:24','2020-11-11 20:50:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(552,'https://staging.subscriptionflow.com/2020/07/here-are-the-different-tools-you-can-use-to-avail-subscription-management-system-benefits-with-subscriptionflow/','153:cbc17f890348f5eb9aded48174745e48',3133,'post','post',1,0,'Here are the Different Tools You Can Use to Avail Subscription Management System Benefits','Here are the Different Tools You Can Use to Avail Subscription Management System Benefits with SubscriptionFlow. Get your hands on a Premium SaaS Software.','Here are the Different Tools You Can Use to Avail Subscription Management System Benefits with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'Subscription Management System',68,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-System-Benefits.jpg',NULL,'3134','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-System-Benefits.jpg','3134','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-Management-System-Benefits.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-Management-System-Benefits.jpg\",\"size\":\"full\",\"id\":3134,\"alt\":\"Subscription Management System Benefits\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 08:57:09','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(553,'https://staging.subscriptionflow.com/2020/01/the-definitive-guide-to-improving-customer-retention-for-your-business/','112:4319c02c76735097fbb3296d94f7db0c',2483,'post','post',1,0,'The Definitive Guide to Improving Customer Retention for Your Business','Retaining Your Customers is very Dificult if you don\'t have a Proper Plan Read here The Definitive Guide to Improving Customer Retention for Your Business.','The Definitive Guide to Improving Customer Retention for Your Business','publish',NULL,0,NULL,NULL,NULL,'Customer Retention',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/retain-customers-with-subscriptionflow.jpg',NULL,'2484','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/retain-customers-with-subscriptionflow.jpg','2484','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/retain-customers-with-subscriptionflow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/retain-customers-with-subscriptionflow.jpg\",\"size\":\"full\",\"id\":2484,\"alt\":\"retain customers with subscriptionflow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,3,NULL,'2020-11-12 09:20:51','2021-09-13 03:10:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(554,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg','92:8d9e71c662c4a57b3964fcc7466fdd9b',2485,'post','attachment',1,2483,NULL,NULL,'Guide for customer retention','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg',NULL,'2485','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg','2485','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Guide-for-customer-retention.jpg\",\"size\":\"full\",\"id\":2485,\"alt\":\"Guide for customer retention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 09:20:51','2020-11-11 21:20:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(555,'https://staging.subscriptionflow.com/recurring-payments-with-adyen/','63:c1f9b4d12cfd5f4dca99fcf7d26ab202',3972,'post','page',1,0,'Recurring Payments with Adyen | SubscriptionFlow',NULL,'Recurring Payments with Adyen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,47,NULL,'2020-11-12 10:12:05','2021-01-24 19:56:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(556,'https://staging.subscriptionflow.com/2019/12/billing-software-how-to-make-it-an-asset-for-your-business/','100:1a5c7aa009286c47936b5635e8169178',2205,'post','post',1,0,'Billing Software: How to make it an Asset for your Business?','Billing Software can be a Real Asset for your Business if you choose it smartly. SubscriptionFlow Online Billing Software helps to achieve ultimate growth.','Billing Software: How to make it an Asset for your Business?','publish',NULL,0,NULL,NULL,NULL,'Billing Software',75,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset-for-business.jpg',NULL,'2207','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset-for-business.jpg','2207','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset-for-business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/billing-software-an-asset-for-business.jpg\",\"size\":\"full\",\"id\":2207,\"alt\":\"billing software an asset for business\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 10:45:02','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(557,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg','89:ace5854d769534ea4f9b2edac67b8491',2206,'post','attachment',1,2205,NULL,NULL,'billing software an asset','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg',NULL,'2206','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg','2206','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/billing-software-an-asset.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/billing-software-an-asset.jpg\",\"size\":\"full\",\"id\":2206,\"alt\":\"billing software an asset\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 10:45:02','2020-11-13 02:44:31',1,NULL,NULL,NULL,NULL,1,NULL,1),(558,'https://staging.subscriptionflow.com/category/uncategorized/','56:8ccfc2f9c74a732267fecc0d6d5d7f51',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 11:19:35','2020-11-12 06:19:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(559,'https://staging.subscriptionflow.com/2019/03/5-recurring-billing-and-invoicing-errors-that-can-undermine-your-customer-relationships/','129:6ad09276edf69f8969fde830534f87fd',973,'post','post',1,0,NULL,NULL,'5 Recurring Billing and Invoicing Errors That Can Undermine Your Customer Relationships','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg',NULL,'980','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg','980','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/billing-and-invoicing-Process.jpg\",\"size\":\"full\",\"id\":980,\"alt\":\"Billing and invoicing process\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-12 11:38:11','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(560,'https://staging.subscriptionflow.com/category/payment/','50:ac2ee917bd71fd657643176dbfc3fad8',79,'term','category',NULL,NULL,NULL,NULL,'Payment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 12:19:10','2020-11-12 07:19:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(561,'https://staging.subscriptionflow.com/2020/06/how-is-artificial-intelligence-changing-and-enhancing-productivity-in-iot-billing-systems-learn-how-your-business-can-leverage-it/','171:f9231512f08f1f77056968c841085b5b',2889,'post','post',1,0,NULL,NULL,'How is Artificial Intelligence Changing and Enhancing Productivity in IoT Billing Systems? Learn How Your Business Can Leverage it.','publish',NULL,0,NULL,NULL,NULL,'IoT Billing Systems',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/IoT-Billing-Systems.jpg',NULL,'2890','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/IoT-Billing-Systems.jpg','2890','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/IoT-Billing-Systems.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/IoT-Billing-Systems.jpg\",\"size\":\"full\",\"id\":2890,\"alt\":\"IoT Billing Systems\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-12 12:22:49','2021-03-01 00:49:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(562,'https://staging.subscriptionflow.com/2020/02/maximize-revenue-and-remove-payment-complexity-through-a-subscription-management-system/','129:9295a0205b63614774305f39dd3f1974',2533,'post','post',1,0,'Maximize Revenue and Remove Payment Complexity through A Subscription Management System','Maximize Revenue and Remove Payment Complexity through A Subscription Management System and Make your Business Growth Steady.','Maximize Revenue and Remove Payment Complexity through A Subscription Management System','publish',NULL,0,NULL,NULL,NULL,'Subscription Management System',70,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/saas-subscription-system.jpg',NULL,'2534','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/saas-subscription-system.jpg','2534','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/saas-subscription-system.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/saas-subscription-system.jpg\",\"size\":\"full\",\"id\":2534,\"alt\":\"saas-subscription-system\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 12:22:50','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(563,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg','94:8c5fd993fa323d042e7d621dc71bc88c',2535,'post','attachment',1,2533,NULL,NULL,'Subscription-management-system','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg',NULL,'2535','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg','2535','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Subscription-management-system.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Subscription-management-system.jpg\",\"size\":\"full\",\"id\":2535,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:22:50','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,1,NULL,1),(564,'https://staging.subscriptionflow.com/2020/08/efficient-instant-management-of-subscriptions-upgrades-downgrades-helps-subscription-businesses-to-retain-customers-learn-how/','167:e6df52e110729c34a6c80dbe618663f1',3421,'post','post',1,0,'Efficient & Instant Management of Upgrades & Downgrades Helps Subscription Businesses to Retain Customers','With SubscriptionFlow, manage instant subscription upgrade, downgrade, pause, or cancellation in the billing, fairly and accurately.','Efficient & Instant Management of Upgrades & Downgrades Helps Subscription Businesses to Retain Customers, Learn How','publish',NULL,0,NULL,NULL,NULL,'Upgrade & Downgrade Customer Subscriptions',53,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/upgrade-or-downgrade-customer-subscriptions.jpg',NULL,'3422','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/08/upgrade-or-downgrade-customer-subscriptions.jpg','3422','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/08/upgrade-or-downgrade-customer-subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/08/upgrade-or-downgrade-customer-subscriptions.jpg\",\"size\":\"full\",\"id\":3422,\"alt\":\"upgrade or downgrade customer subscriptions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-12 12:23:15','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(565,'https://staging.subscriptionflow.com/2020/04/make-your-adoption-journey-with-subscription-management-system-more-seamless-with-these-techniques-for-improved-crm/','157:e5d447f1e96ec43f30c6b412ad45d7ef',2644,'post','post',1,0,NULL,NULL,'Make Your Adoption Journey with Subscription Management System More Seamless with These Techniques','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Subscription-management-system-adaptation.jpg',NULL,'2645','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Subscription-management-system-adaptation.jpg','2645','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Subscription-management-system-adaptation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Subscription-management-system-adaptation.jpg\",\"size\":\"full\",\"id\":2645,\"alt\":\"Subscription management system adaptation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:23:15','2020-11-12 00:23:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(566,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg','92:d033ac4a1cc0c78e2de83fad2351242b',2647,'post','attachment',1,2644,NULL,NULL,'SAAS subscription life cycle','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg',NULL,'2647','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg','2647','attachment-image','{\"width\":800,\"height\":779,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/SAAS-subscription-life-cycle.jpg\",\"size\":\"full\",\"id\":2647,\"alt\":\"\",\"pixels\":623200,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:23:15','2020-11-12 00:23:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(567,'https://staging.subscriptionflow.com/2020/06/here-is-your-definitive-guide-to-running-your-subscription-based-business-model-and-building-strong-growth-model-with-subscriptionflow/','176:afc897a6a068c28eaef109877369ba69',2904,'post','post',1,0,NULL,NULL,'Here Is Your Definitive Guide to Running Your Subscription-based Business Model and Building Strong Growth Model with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'Subscription-based Business Model',57,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-based-Business-Model.jpg',NULL,'2905','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-based-Business-Model.jpg','2905','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Subscription-based-Business-Model.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Subscription-based-Business-Model.jpg\",\"size\":\"full\",\"id\":2905,\"alt\":\"Subscription-based Business Model\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:26:11','2021-02-22 00:03:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(568,'https://staging.subscriptionflow.com/tag/recurring-billing-with-authorize-net-integration-software/','95:8b48407afdbcbcc64a6022ffedcbe529',30,'term','post_tag',NULL,NULL,NULL,NULL,'recurring billing with authorize.net integration software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 12:42:30','2020-11-12 07:42:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(569,'https://staging.subscriptionflow.com/2020/02/if-you-are-a-small-business-then-online-invoicing-software-for-small-business-is-for-you/','130:ebf94a6e620ac24729ad53758ff6c30a',2503,'post','post',1,0,'If you are a Small Business then Online Invoicing Software for Small Business is for you','If you are a Small Business then Online Invoicing Software for Small Business is for you with its Fast payments processing moduals.','If you are a Small Business then Online Invoicing Software for Small Business is for you','publish',NULL,0,NULL,NULL,NULL,'Online Invoicing Software for Small Business',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invocing-software-for-small-business.jpg',NULL,'2509','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invocing-software-for-small-business.jpg','2509','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invocing-software-for-small-business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Invocing-software-for-small-business.jpg\",\"size\":\"full\",\"id\":2509,\"alt\":\"Invoicing software for small business\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:42:55','2021-07-05 02:58:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(570,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg','104:a3c633458564e51d013b6654c58423a3',2510,'post','attachment',1,2503,NULL,NULL,'Invoicing software for small businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg',NULL,'2510','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg','2510','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Invoivcing-software-for-small-businesses.jpg\",\"size\":\"full\",\"id\":2510,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:42:55','2020-11-13 02:44:36',1,NULL,NULL,NULL,NULL,1,NULL,1),(571,'https://staging.subscriptionflow.com/2020/02/how-to-charge-recurring-payments/','74:867731ddf9c815e91df06667ec679954',2520,'post','post',1,0,'How to Charge Recurring Payments | SubscriptionFlow','Charging your customer for recurring dues can be a tricky task learn how to charge recurring payments for your business to ensure rapid growth.','How to Charge Recurring Payments','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/how-to-charge-Recurring-payments.jpg',NULL,'2521','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/how-to-charge-Recurring-payments.jpg','2521','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/how-to-charge-Recurring-payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/how-to-charge-Recurring-payments.jpg\",\"size\":\"full\",\"id\":2521,\"alt\":\"how to charge Recurring payments\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 12:42:55','2020-11-13 02:45:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(572,'https://staging.subscriptionflow.com/2020/02/manage-subscriptions-easily-across-channels/','85:1fca4e1524a7256e1b1fbd8a48795ca6',2498,'post','post',1,0,'Manage Subscriptions Easily Across Channels | SubscriptionFlow','You can Manage Subscriptions Easily Across Channels with SaaS Subscription Management Software to Get Rocketing Across Channels.','Manage Subscriptions Easily Across Channels','publish',NULL,0,NULL,NULL,NULL,'Manage Subscriptions',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-subscription-across-channels.jpg',NULL,'2500','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-subscription-across-channels.jpg','2500','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-subscription-across-channels.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Manage-subscription-across-channels.jpg\",\"size\":\"full\",\"id\":2500,\"alt\":\"Manage subscription across channels\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 12:42:55','2020-11-12 07:42:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(573,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg','81:8bc83e62e181bd8fdf76b6ae880d9c22',2522,'post','attachment',1,2520,NULL,NULL,'recurring deposit','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg',NULL,'2522','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg','2522','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/recurring-deposit.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/recurring-deposit.jpg\",\"size\":\"full\",\"id\":2522,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:42:55','2020-11-13 02:45:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(574,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg','107:4935531474e2f603a34fa177c9fa6ac7',2499,'post','attachment',1,2498,NULL,NULL,'Manage Subscriptions Easily Across Channels','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg',NULL,'2499','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg','2499','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Manage-Subscriptions-Easily-Across-Channels.jpg\",\"size\":\"full\",\"id\":2499,\"alt\":\"Manage Subscriptions Easily Across Channels\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 12:42:55','2020-11-12 00:42:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(575,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg','99:ac2dde4e30bdf1f3519e3f4eb0fa011e',3976,'post','attachment',1,3814,NULL,NULL,'Covid-19 payment fruad protection','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg',NULL,'3976','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg','3976','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection-1.jpg\",\"size\":\"full\",\"id\":3976,\"alt\":\"Covid-19-payment-fruad-protection\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-12 13:03:29','2021-03-26 02:40:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(576,'https://staging.subscriptionflow.com/tag/subscription-analytics-and-reporting/','74:079357087331b83bb02053c73459e9f5',11,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription Analytics and Reporting',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 15:31:31','2020-11-12 10:31:31',1,NULL,NULL,NULL,NULL,0,NULL,1),(577,'https://staging.subscriptionflow.com/2020/03/embrace-invoice-automation-and-say-goodbye-to-invoice-distresses/','106:3680f8e1a28683188ea589914c9280b1',2537,'post','post',1,0,'Embrace Invoice Automation and Say Goodbye to Invoice Distresses','Embrace Invoice Automation and Say Goodbye to Invoice Distresses with SubscriptionFlow Invoicing Software can help you out to manage recurring payments.','Embrace Invoice Automation and Say Goodbye to Invoice Distresses','publish',NULL,0,NULL,NULL,NULL,'Invoice Automation',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/invoice-automation.jpg',NULL,'2538','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/invoice-automation.jpg','2538','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/invoice-automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/invoice-automation.jpg\",\"size\":\"full\",\"id\":2538,\"alt\":\"invoice-automation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,2,NULL,'2020-11-12 15:56:38','2021-07-05 02:52:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(578,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg','92:40755d75962ecb4fb1f1562a13898456',2539,'post','attachment',1,2537,NULL,NULL,'billing-invoicing-automation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg',NULL,'2539','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg','2539','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/billing-invoicing-automation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/billing-invoicing-automation.jpg\",\"size\":\"full\",\"id\":2539,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 15:56:38','2020-11-13 02:44:31',1,NULL,NULL,NULL,NULL,1,NULL,1),(579,'https://staging.subscriptionflow.com/2020/01/why-choose-billing-software-today/','75:183c7c43a4f383da70203c22b632e7a7',2391,'post','post',1,0,'Why Choose Billing Software Today? | SubscriptionFlow','Handling daily billing process can led you a great hassle learn Why Choose Billing Software Today? to Help yourself make passive growth','Why Choose Billing Software Today?','publish',NULL,0,NULL,NULL,NULL,'Billing Software',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/why-choose-billing-software-today.jpg',NULL,'2392','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/why-choose-billing-software-today.jpg','2392','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/why-choose-billing-software-today.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/why-choose-billing-software-today.jpg\",\"size\":\"full\",\"id\":2392,\"alt\":\"why choose billing software today\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 16:56:24','2020-11-12 14:12:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(580,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg','95:1b3e326b019fb9cfae14ec750483ec64',2393,'post','attachment',1,2391,NULL,NULL,'Why choose billing software now','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg',NULL,'2393','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg','2393','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Why-choose-billing-software-now.jpg\",\"size\":\"full\",\"id\":2393,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 16:56:24','2020-11-12 14:12:51',1,NULL,NULL,NULL,NULL,1,NULL,1),(581,'https://staging.subscriptionflow.com/2019/12/saas-subscription-software-how-to-make-the-right-choices/','98:098bbbbe1734d9e716b0619341590091',2128,'post','post',1,0,'SaaS Subscription Software: How to Make the Right Choices','Choosing a SaaS subscription software for your is one tricky thing but with complete and detailed guide you can make a right choice.','SaaS Subscription Software: How to Make the Right Choices','publish',NULL,0,NULL,NULL,NULL,'SaaS subscription software',71,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-choice.jpg',NULL,'2129','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-choice.jpg','2129','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-choice.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/SaaS-choice.jpg\",\"size\":\"full\",\"id\":2129,\"alt\":\"SaaS subscription Software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-12 17:05:10','2020-11-12 12:05:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(582,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg','93:1a3d544e55cd964506e20270c7b22fe7',2130,'post','attachment',1,2128,NULL,NULL,'SaaS how to make right choice','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg',NULL,'2130','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg','2130','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/SaaS-how-to-make-right-choice.jpg\",\"size\":\"full\",\"id\":2130,\"alt\":\"SaaS how to make right choice\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 17:05:10','2020-11-12 05:05:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(583,'https://staging.subscriptionflow.com/2019/07/subscription-software-integration-with-authorize-net/','94:8138ddfd9231ed42d03c8683f0594656',1334,'post','post',1,0,'Experience Subscription Software integration with Authorize.net','Coping up with the changing needs of business. SubscriptionFlow has now made a joint venture after its subscription software integration with authorize.net.','Experience Subscription Software Integration With Authorize.net','publish',NULL,0,NULL,NULL,NULL,'Experience Subscription Software integration with Authorize.net',72,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg',NULL,'1336','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg','1336','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/SubscriptionFlow-Integration-with-Authorize.net_.jpg\",\"size\":\"full\",\"id\":1336,\"alt\":\"SubscriptionFlow Integration with Authorize.net\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-12 17:05:11','2020-11-12 12:05:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(584,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png','113:30a8a095dd4bc6e2afdf7c307209ae82',1344,'post','attachment',1,1334,NULL,NULL,'Billing & Invoicing Integrations for Authorize.net','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png',NULL,'1344','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png','1344','attachment-image','{\"width\":1000,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/07/Billing-Invoicing-Integrations-for-Authorize.net_.png\",\"size\":\"full\",\"id\":1344,\"alt\":\"Billing & Invoicing Integrations for Authorize.net\",\"pixels\":800000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-12 17:05:11','2020-11-12 05:05:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(585,'https://staging.subscriptionflow.com/tag/subscription-management-system/','68:20df568a613be974d604a71cf028c9a0',13,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription Management system',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 19:04:56','2020-11-12 14:04:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(586,'https://staging.subscriptionflow.com/2019/09/saas-subscription-software-a-challenge-for-traditional-management-software/','116:9812e9e5deb2287fd6b045f3079ce966',1912,'post','post',1,0,'SaaS Subscription Software, a Challenge for Traditional Management Software','SaaS Subscription Software, a Challenge for Traditional Management Software Can change your business dynamics with features offered never before.','SaaS Subscription Software, a Challenge for Traditional Management Software','publish',NULL,0,NULL,NULL,NULL,'SaaS Subscription Software',74,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/saas-software-a-challenge.jpg',NULL,'1918','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/saas-software-a-challenge.jpg','1918','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/saas-software-a-challenge.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/09/saas-software-a-challenge.jpg\",\"size\":\"full\",\"id\":1918,\"alt\":\"SaaS Subscription Management Software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-12 19:08:05','2021-05-19 02:37:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(587,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg','77:aa29b077f96b50ba39895360204daa33',1919,'post','attachment',1,1912,NULL,NULL,'5d7f91c6c9784','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg',NULL,'1919','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg','1919','attachment-image','{\"width\":1000,\"height\":563,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/09/5d7f91c6c9784.jpg\",\"size\":\"full\",\"id\":1919,\"alt\":\"\",\"pixels\":563000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-12 19:08:05','2020-11-12 07:08:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(588,'https://staging.subscriptionflow.com/tag/billing-software/','54:b9772cc8cd49e8af7fd667b8f16551ae',55,'term','post_tag',NULL,NULL,NULL,NULL,'billing software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 19:12:51','2020-11-12 14:12:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(589,'https://staging.subscriptionflow.com/user-based-pricing-monthly-recurring/','70:0e354d9f4832b687360c6a419f0682fc',2943,'post','page',1,0,NULL,NULL,'User Based Pricing Monthly (recurring)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-12 20:43:55','2020-11-12 15:43:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(590,'https://staging.subscriptionflow.com/category/churn/','48:c29ada2fe786cc2088def00d3e0f9e31',98,'term','category',NULL,NULL,NULL,NULL,'Churn',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-12 21:17:55','2020-11-12 16:17:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(591,'https://staging.subscriptionflow.com/2019/04/drawing-a-distinction-between-accounting-software-and-subscription-billing-software-for-smbs/','134:97133cc6b35e89d3a995b74db5f567ae',1022,'post','post',1,0,'Distinction between Accounting and Subscription Billing Software for SMBs','Drawing a Distinction between Accounting Software and Subscription Billing Software how do you decide which accounting system is right for your business?','Drawing a Distinction between Accounting Software and Subscription Billing Software for SMBs','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing Software',84,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg',NULL,'1023','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg','1023','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/billing-and-invoicing-software.jpg\",\"size\":\"full\",\"id\":1023,\"alt\":\"billing-and-invoicing-software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,NULL,NULL,'2020-11-12 23:20:07','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(592,'https://staging.subscriptionflow.com/privacypolicy/','47:00ca7a674e1961822b710c1fcfa91f2d',3,'post','page',1,0,NULL,NULL,'SubscriptionFlow Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,3,NULL,'2020-11-12 23:24:57','2021-12-27 10:06:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(593,'https://staging.subscriptionflow.com/terms-and-conditions/','54:f2f50ec416d54f308526727048cedbcc',3840,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,2,NULL,'2020-11-12 23:24:57','2021-12-27 10:06:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(594,'https://staging.subscriptionflow.com/2020/05/everything-you-need-to-know-about-dunning-management-for-saas-business-and-how-it-can-reduce-churn/','140:6f53cbcc30be8d77235f3a1a038fd8d2',2842,'post','post',1,0,NULL,NULL,'Everything You Need to Know about Dunning Management for SaaS Business and how it can Reduce Churn','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Dunning-management-software.jpg',NULL,'2843','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Dunning-management-software.jpg','2843','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Dunning-management-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Dunning-management-software.jpg\",\"size\":\"full\",\"id\":2843,\"alt\":\"Dunning management software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,3,NULL,'2020-11-13 04:35:32','2021-05-27 23:36:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(595,'https://staging.subscriptionflow.com/2019/04/steps-a-company-should-take-for-transitioning-to-a-subscription-management-platform/','125:b04b1c06131b02fdacb90d3a61d18da0',1013,'post','post',1,0,'How can a Company Transition to a Subscription Platform Swiftly',NULL,'How can a Company Transition to a Subscription Platform Swiftly','publish',NULL,0,NULL,NULL,NULL,'Subscription Management',74,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/SubscriptionManagement.jpg',NULL,'1014','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/SubscriptionManagement.jpg','1014','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/SubscriptionManagement.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/SubscriptionManagement.jpg\",\"size\":\"full\",\"id\":1014,\"alt\":\"Subscription-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-13 05:14:50','2020-11-13 02:46:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(596,'https://staging.subscriptionflow.com/2019/12/4-steps-to-prepare-your-practice-for-artificial-intelligence/','102:7e23ef74ed764c25aab6d1e1e88523aa',2226,'post','post',1,0,'4 Steps to Prepare your Practice for Artificial Intelligence | SubscriptionFlow',NULL,'4 Steps to Prepare your Practice for Artificial Intelligence','publish',NULL,0,NULL,NULL,NULL,'Artificial Intelligence',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/human-interaction-with-AI.jpg',NULL,'2227','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/human-interaction-with-AI.jpg','2227','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/human-interaction-with-AI.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/human-interaction-with-AI.jpg\",\"size\":\"full\",\"id\":2227,\"alt\":\"human interaction with AI\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 06:09:42','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(597,'https://staging.subscriptionflow.com/2019/12/what-artificial-intelligence-can-bring-in-for-the-subscription-industry/','113:66a262d97d54ba1ee64b161fbdd8f845',2219,'post','post',1,0,'What Artificial Intelligence Can Bring in for the Subscription Industry?','AI has a Major Impact on Subscription Industry Here you can find What Artificial Intelligence Can Bring in for the Subscription Industry.','What Artificial Intelligence Can Bring in for the Subscription Industry?','publish',NULL,0,NULL,NULL,NULL,'Artificial Intelligence',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-subscription-management-1.jpg',NULL,'2414','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-subscription-management-1.jpg','2414','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-subscription-management-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/AI-for-subscription-management-1.jpg\",\"size\":\"full\",\"id\":2414,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 06:09:42','2020-11-12 18:09:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(598,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg','83:9e08c666ef14117ce50a810cfef233fa',2233,'post','attachment',1,2219,NULL,NULL,'AI for subscription','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg',NULL,'2233','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg','2233','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-for-susbcription.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/AI-for-susbcription.jpg\",\"size\":\"full\",\"id\":2233,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 06:09:42','2020-11-12 18:09:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(599,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human-scaled.jpg','83:0ddf4bf5afdad795c947b5beb6470b4a',2229,'post','attachment',1,2226,NULL,NULL,'AI and human','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human-scaled.jpg',NULL,'2229','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human-scaled.jpg','2229','attachment-image','{\"width\":2560,\"height\":1707,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/12/AI-and-human-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/12/AI-and-human-scaled.jpg\",\"size\":\"full\",\"id\":2229,\"alt\":\"AI and human\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 06:09:42','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,1,NULL,1),(600,'https://staging.subscriptionflow.com/2020/09/driving-ease-and-efficiency-in-workflow-subscriptionflow-teams-up-with-salesforce-for-one-stop-customer-sales-and-subscription-management/','179:a12265021decc66b1b4d0485b687e223',3552,'post','post',1,0,'Driving Ease and Efficiency In Workflow—SubscriptionFlow Teams Up with Salesforce','SubscriptionFlow teams up with Salesforce to provide customers with ease and efficiency of managing subscription management within the window of Salesforce.','Driving Ease and Efficiency In Workflow—SubscriptionFlow Teams Up with Salesforce for One-Stop Customer, Sales, and Subscription Management','publish',NULL,0,NULL,NULL,NULL,'Subscriptionflow salesforce integration',62,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-SalesForce-Integration.jpg',NULL,'3553','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-SalesForce-Integration.jpg','3553','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/SubscriptionFlow-SalesForce-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/SubscriptionFlow-SalesForce-Integration.jpg\",\"size\":\"full\",\"id\":3553,\"alt\":\"SubscriptionFlow-SalesForce-Integration\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-13 06:20:33','2020-11-13 02:39:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(601,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg','108:22d9bbb5dffc4b1b0ef845eb1907adde',3554,'post','attachment',1,3552,NULL,NULL,'Subscriptionflow integration with Salesforce','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg',NULL,'3554','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg','3554','attachment-image','{\"width\":720,\"height\":720,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Subscriptionflow-integration-with-Salesforce.jpg\",\"size\":\"full\",\"id\":3554,\"alt\":\"Subscriptionflow-integration-with-Salesforce\",\"pixels\":518400,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 06:20:33','2021-03-26 02:25:26',1,NULL,NULL,NULL,NULL,1,NULL,1),(602,'https://staging.subscriptionflow.com/2019/03/how-to-avoid-business-blunders-in-your-billing-and-invoicing-process/','110:6dd490695bf6222915ef08ab41dd8d06',833,'post','post',1,0,NULL,NULL,'How to Avoid Business Blunders in your Billing and Invoicing Process','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg',NULL,'850','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg','850','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/13390.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/13390.jpg\",\"size\":\"full\",\"id\":850,\"alt\":\"billing and invoicing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:31:17','2020-11-13 02:31:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(603,'https://staging.subscriptionflow.com/2019/03/is-subscription-management-system-really-a-need-of-the-hour/','101:0ed00be3dbe7b984c61e89df17359386',762,'post','post',1,0,NULL,NULL,'Is Subscription Management System Really a Need of the Hour?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg',NULL,'800','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg','800','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/03/597743-PMTBR5-68.jpg\",\"size\":\"full\",\"id\":800,\"alt\":\"Subscription Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:31:20','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(604,'https://staging.subscriptionflow.com/2019/04/take-your-billing-and-invoicing-software-to-unprecedented-heights/','107:32c77fdbd497821a946f6fc18d44a230',1035,'post','post',1,0,'Take Your Billing and Invoicing Software to Unprecedented Heights','Billing and invoicing software experiences exponential growth and you deploy scaling techniques, controlling costs across all the departments.','Take Your Billing and Invoicing Software to Unprecedented Heights','publish',NULL,0,NULL,NULL,NULL,'Billing and invoicing Software',70,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg',NULL,'1036','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg','1036','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/04/Best-Subscription-Management-Software-2019.jpeg\",\"size\":\"full\",\"id\":1036,\"alt\":\"Best-Subscription-Management-Software-2019\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-13 07:31:34','2020-11-13 02:31:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(605,'https://staging.subscriptionflow.com/2019/06/key-practices-in-choosing-the-best-billing-and-invoicing-software-in-2019/','115:1cbd05c60d8601ab84c33a2fdb198431',1262,'post','post',1,0,'Key practices In Choosing the Best Billing and Invoicing Software in 2019','Best billing and invoice software of 2019 must not only make things look professional but also systematic for its user base.','Key practices In Choosing the Best Billing and Invoicing Software in 2019','publish',NULL,0,NULL,NULL,NULL,'Best billing and invoice software 2019',79,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg',NULL,'1268','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg','1268','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/06/Key-practices-In-Choosing-the-Best-Billing-and-Invoicing-Software-in-2019.jpg\",\"size\":\"full\",\"id\":1268,\"alt\":\"Best Billing and Invoicing Software in 2019\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-13 07:31:58','2020-11-13 02:31:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(606,'https://staging.subscriptionflow.com/2019/07/subscription-management-software-for-insurance-companies/','98:86f64c5577191dae989a78cd6d9e6ae5',1470,'post','post',1,0,'Subscription Management Software for Insurance Companies','Subscriptions management software for insurance companies will bring the needed change in the insurance industry that was missing earlier.','Subscription Management Software for Insurance Companies','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Software for Insurance Companies',69,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,'2020-11-13 07:32:05','2021-04-15 22:49:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(607,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg','109:453dad7e544d4e172723502a3abc8d2f',2435,'post','attachment',1,2251,NULL,NULL,'Start working with recurring billing software','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg',NULL,'2435','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg','2435','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Start-working-with-recurring-billing-software.jpg\",\"size\":\"full\",\"id\":2435,\"alt\":\"Start working with recurring billing software\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:32:05','2020-11-12 19:32:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(608,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg','87:cdf0e8d6d4357adb5e5ed8ffbe49b5ae',2437,'post','attachment',1,2251,NULL,NULL,'Achieve an Improved ROI','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg',NULL,'2437','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg','2437','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Achieve-an-Improved-ROI.jpg\",\"size\":\"full\",\"id\":2437,\"alt\":\"Achieve an Improved ROI\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:32:05','2020-11-12 19:32:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(609,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg','144:0b78abc889ef3eeda51f96c55d568365',2438,'post','attachment',1,2251,NULL,NULL,'Advantages of using the Subscription Management Software for Insurance Companies','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg',NULL,'2438','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg','2438','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Advantages-of-using-the-Subscription-Management-Software-for-Insurance-Companies.jpg\",\"size\":\"full\",\"id\":2438,\"alt\":\"Advantages of using the Subscription Management Software for Insurance Companies\",\"pixels\":424888,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:32:05','2020-11-12 19:32:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(610,'https://staging.subscriptionflow.com/2019/11/recurring-invoicing-top-10-mistakes-to-avoid/','86:1e4fc9ae176ef099d084700ed665affe',2081,'post','post',1,0,'Recurring Invoicing: Top 10 Mistakes to Avoid | SubscriptionFlow','Best Online Billing Software can help you to manage Recurring Invoicing with an Automatic process to get the work going without any break.','Recurring Invoicing: Top 10 Mistakes to Avoid','publish',NULL,0,NULL,NULL,NULL,'Recurring Invoicing',71,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring-invoices.jpg',NULL,'2082','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring-invoices.jpg','2082','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring-invoices.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/11/recurring-invoices.jpg\",\"size\":\"full\",\"id\":2082,\"alt\":\"recurring invoices\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-11-13 07:32:36','2021-07-05 02:52:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(611,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg','82:2d501bcff74e5a4007e06383c9a3ce96',2083,'post','attachment',1,2081,NULL,NULL,'recurring_payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg',NULL,'2083','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg','2083','attachment-image','{\"width\":1920,\"height\":1080,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/11/recurring_payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/11/recurring_payments.jpg\",\"size\":\"full\",\"id\":2083,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:32:36','2020-11-12 19:32:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(612,'https://staging.subscriptionflow.com/2019/11/subscription-based-services-opportunities-for-growth-through-innovation/','113:46dce312172588f3474e3a80e241ca9f',2102,'post','post',1,0,'Subscription-Based Services - SubscriptionFlow','Subscription-Based Services enable businesses to achieve customer excellence while providing handy functionalities and modules simultaneously.','Subscription-Based Services – Opportunities for Growth through Innovation','publish',NULL,0,NULL,NULL,NULL,'Subscription-Based Services',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services.jpg',NULL,'4977','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services.jpg','4977','featured-image','{\"width\":1024,\"height\":683,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/11/Subscription-Based-Services.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/11/Subscription-Based-Services.jpg\",\"size\":\"full\",\"id\":4977,\"alt\":\"Subscription-Based-Services\",\"pixels\":699392,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:32:40','2021-08-06 02:36:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(614,'https://staging.subscriptionflow.com/2020/01/a-must-read-for-everyone-who-is-still-curious-about-subscription-billing/','114:1829c5eae2baa51d4bfdf3d463189060',2474,'post','post',1,0,'A Must-Read for Everyone Who Is Still Curious About Subscription Billing','A Must-Read for Everyone Who Is Still Curious About Subscription Billing. Online Subscription Billing Software can make your business grow within no time.','A Must-Read for Everyone Who Is Still Curious About Subscription Billing','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing',72,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-process.jpg',NULL,'2475','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-process.jpg','2475','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-process.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/subscription-billing-process.jpg\",\"size\":\"full\",\"id\":2475,\"alt\":\"best subscription billing software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:33:11','2020-11-13 02:33:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(615,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg','95:c208362fe3819a746e005b48e5905b3a',2476,'post','attachment',1,2474,NULL,NULL,'online Subscription billing-software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg',NULL,'2476','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg','2476','attachment-image','{\"width\":1200,\"height\":1000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Subscription-billing-software-1.jpg\",\"size\":\"full\",\"id\":2476,\"alt\":\"online Subscription billing-software\",\"pixels\":1200000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:11','2020-11-12 19:33:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(616,'https://staging.subscriptionflow.com/2020/01/automate-your-billing-with-recurring-invoices/','87:b9e68ccab1c1e6d7652c907e7c31aeb1',2479,'post','post',1,0,'Automate your Billing with Recurring Invoices | SubscriptionFlow','Automate your Billing with Recurring Invoices. SubscriptionFlow Tailored Recurring Billing Solutions can Inject Growth with Automation.','Automate your Billing with Recurring Invoices','publish',NULL,0,NULL,NULL,NULL,'billing',60,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recuring-invoicing.jpg',NULL,'2480','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recuring-invoicing.jpg','2480','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recuring-invoicing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/recuring-invoicing.jpg\",\"size\":\"full\",\"id\":2480,\"alt\":\"recurring invoicing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:15','2021-07-05 02:52:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(617,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg','81:fe14e45aa2e09067c3658482a79387d0',2481,'post','attachment',1,2479,NULL,NULL,'improve billing process','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg',NULL,'2481','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg','2481','attachment-image','{\"width\":1200,\"height\":900,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/515319-PIRK7R-406.jpg\",\"size\":\"full\",\"id\":2481,\"alt\":\"\",\"pixels\":1080000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:15','2020-11-12 19:33:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(618,'https://staging.subscriptionflow.com/2020/01/how-subscription-billing-software-can-help-you-gain-more-revenue/','106:e4c2bde5c1d2a07b1b94f4f7f6f599ca',2235,'post','post',1,0,'How Subscription Billing Software can Help you Gain more Revenue?','Charge your customers with automatic billing tools learn How Subscription Billing Software can Help you Gain more Revenue?','How Subscription Billing Software can Help you Gain More Revenue?','publish',NULL,0,NULL,NULL,NULL,'Subscription Billing',78,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software.jpg',NULL,'2236','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software.jpg','2236','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/subscription-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/subscription-billing-software.jpg\",\"size\":\"full\",\"id\":2236,\"alt\":\"subscription billing software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:33:18','2020-11-13 02:33:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(619,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg','90:902d3c6ca827f7774012c6e5f4f172e1',2237,'post','attachment',1,2235,NULL,NULL,'recurring billing software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg',NULL,'2237','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg','2237','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/recurring-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/recurring-billing-software.jpg\",\"size\":\"full\",\"id\":2237,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:18','2020-11-12 19:33:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(620,'https://staging.subscriptionflow.com/2020/01/why-digital-transformation-should-drive-subscription-business-model-transformation/','124:b568afee58de1fefe7b6b740e4222480',2463,'post','post',1,0,'Why Digital Transformation Should Drive Subscription Business Model Transformation?',NULL,'Why Digital Transformation Should Drive Subscription Business Model Transformation?','publish',NULL,0,NULL,NULL,NULL,'subscription business model',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg',NULL,'2464','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg','2464','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Why-Digital-Transformation-Should-Drive-Subscription-Business-Model-Transformation.jpg\",\"size\":\"full\",\"id\":2464,\"alt\":\"Why Digital Transformation Should Drive Subscription Business Model Transformation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:33:39','2020-11-13 02:33:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(621,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg','85:308660ace0fa4154587acfdefb6d41eb',2465,'post','attachment',1,2463,NULL,NULL,'Digital transformation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg',NULL,'2465','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg','2465','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/01/Dgital-transformation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/01/Dgital-transformation.jpg\",\"size\":\"full\",\"id\":2465,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:39','2020-11-12 19:33:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(622,'https://staging.subscriptionflow.com/2020/02/manage-payments-as-per-customers-turn-out-through-recurring-billing/','109:c940d59cb08b997be5f645223c2a80c8',2524,'post','post',1,0,'Manage Payments as per Customer’s turn out through Recurring Billing','Handle all your recurring billing amounts efficiently with online recurring payment software developed by SubscriptionFlow. Say no to manual entering.','Manage Payments as per Customer’s turn out through Recurring Billing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Recurring-Billing-Software-1.jpg',NULL,'2528','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Recurring-Billing-Software-1.jpg','2528','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Recurring-Billing-Software-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Recurring-Billing-Software-1.jpg\",\"size\":\"full\",\"id\":2528,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-11-13 07:33:52','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(623,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg','88:177c4f45c2c55ca0b8aa5a2fed7efab8',2529,'post','attachment',1,2524,NULL,NULL,'Online Recurring Payment','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg',NULL,'2529','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg','2529','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/02/Online-Recurring-Payment.jpg\",\"size\":\"full\",\"id\":2529,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:33:52','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(624,'https://staging.subscriptionflow.com/2020/03/leverage-the-best-tools-of-automatic-recurring-billing-software-to-boost-revenue/','122:654e2d37afcd0a9c2d98df9b8bca5d95',2551,'post','post',1,0,'Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue and Start your progress Needle Moving Upwards th e horizen.','Leverage the Best Tools of Automatic Recurring Billing Software to Boost Revenue','publish',NULL,0,NULL,NULL,NULL,'Automatic Recurring Billing Software',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-recurring-billing-software.jpg',NULL,'2552','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-recurring-billing-software.jpg','2552','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/automatic-recurring-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/automatic-recurring-billing-software.jpg\",\"size\":\"full\",\"id\":2552,\"alt\":\"automatic recurring billing-software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:34:13','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(625,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg','99:6ff207f45a3aa0acd77a5104789eabc9',2553,'post','attachment',1,2551,NULL,NULL,'AI-based-recurring-billing-software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg',NULL,'2553','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg','2553','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/AI-based-recurring-billing-software.jpg\",\"size\":\"full\",\"id\":2553,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:34:13','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,1,NULL,1),(626,'https://staging.subscriptionflow.com/2020/03/stay-one-step-ahead-of-your-competitors-with-uninterrupted-payment-processing-through-recurring-payments-software/','155:767604b12dc3583177d48d528003c7c0',2555,'post','post',1,0,'Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software Powered with Artificial Intellegence.','Stay One Step Ahead Of Your Competitors with Uninterrupted Payment Processing Through Recurring Payments Software','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-processing.jpg',NULL,'2556','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-processing.jpg','2556','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-processing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/recurring-payments-processing.jpg\",\"size\":\"full\",\"id\":2556,\"alt\":\"recurring payments processing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:34:21','2020-11-13 02:45:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(627,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg','91:641d5974c5e7bdfea3055c205b42fc4b',2558,'post','attachment',1,2555,NULL,NULL,'recurring-payments-features','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg',NULL,'2558','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg','2558','attachment-image','{\"width\":952,\"height\":996,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/recurring-payments-features.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/recurring-payments-features.jpg\",\"size\":\"full\",\"id\":2558,\"alt\":\"recurring-payments-features\",\"pixels\":948192,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:34:21','2020-11-13 02:45:55',1,NULL,NULL,NULL,NULL,1,NULL,1),(628,'https://staging.subscriptionflow.com/2020/03/subscriptionflow-delivering-unparalleled-services-to-empower-smart-brands/','115:468de1ea6f50cf62b9900d491607eaac',2547,'post','post',1,0,'SubscriptionFlow Delivering Unparalleled Services to Empower Smart Brands',NULL,'SubscriptionFlow Delivering Unparalleled Services to Empower Smart Brands','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/subscription-handling-system.jpg',NULL,'2548','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/subscription-handling-system.jpg','2548','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/subscription-handling-system.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/subscription-handling-system.jpg\",\"size\":\"full\",\"id\":2548,\"alt\":\"subscription-handling-system\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:34:24','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(629,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg','99:7d952de9c46bcdd3fa1fe930a2a0c98f',2549,'post','attachment',1,2547,NULL,NULL,'SaaS-subscription-handling-software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg',NULL,'2549','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg','2549','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/SaaS-subscription-handling-software.jpg\",\"size\":\"full\",\"id\":2549,\"alt\":\"SaaS-subscription-handling-software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:34:24','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,1,NULL,1),(630,'https://staging.subscriptionflow.com/2020/03/subscriptionflow-recurring-billing-system-can-make-your-work-quicker-and-simpler/','122:80a01efb66332b43ccc7240ca1f1ae6c',2577,'post','post',1,0,NULL,NULL,'SubscriptionFlow Recurring Billing System can make your Work Quicker and Simpler','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-Software-process-1.jpg',NULL,'2578','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-Software-process-1.jpg','2578','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-Software-process-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/Recurring-Billing-Software-process-1.jpg\",\"size\":\"full\",\"id\":2578,\"alt\":\"Recurring-Billing-Software-process\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-13 07:34:31','2020-11-13 02:34:31',1,NULL,NULL,NULL,NULL,0,NULL,1),(631,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg','90:55ff6f0df129e86aa474d7cbf7b97e9a',2579,'post','attachment',1,2577,NULL,NULL,'Recurring Billing System','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg',NULL,'2579','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg','2579','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/03/Recurring-Billing-System-1.jpg\",\"size\":\"full\",\"id\":2579,\"alt\":\"Recurring Billing System\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:34:31','2020-11-12 19:34:31',1,NULL,NULL,NULL,NULL,0,NULL,1),(632,'https://staging.subscriptionflow.com/2020/04/your-guide-to-managing-churn-rate-during-covid-19-pandemic-with-automated-recurring-payments/','134:e97ed99076984e104e9bad975da7ad2b',2714,'post','post',1,0,NULL,NULL,'Your Guide to Managing Churn Rate during COVID-19 Pandemic with Automated Recurring Payments','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-Recurring-Payments.jpg',NULL,'2715','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-Recurring-Payments.jpg','2715','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/Automated-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/Automated-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":2715,\"alt\":\"Automated Recurring Payments\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-13 07:34:49','2020-11-13 02:34:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(633,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg','92:502fae2320a7f4897ab9eeacd5ffc6b0',2716,'post','attachment',1,2714,NULL,NULL,'automatic recurring payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg',NULL,'2716','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg','2716','attachment-image','{\"width\":512,\"height\":512,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/04/automatic-recurring-payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/04/automatic-recurring-payments.jpg\",\"size\":\"full\",\"id\":2716,\"alt\":\"automatic recurring payments\",\"pixels\":262144,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:34:49','2020-11-12 19:34:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(634,'https://staging.subscriptionflow.com/2020/05/learn-why-your-business-is-facing-these-saas-challenges-and-how-you-can-overcome-them-with-subscriptionflow/','149:033448025df900812a55165105aa6099',2852,'post','post',1,0,NULL,NULL,'Learn Why Your Business is Facing These SaaS Challenges and How You Can overcome them with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Overcomming-business-obstacls.jpg',NULL,'2853','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Overcomming-business-obstacls.jpg','2853','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/Overcomming-business-obstacls.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/Overcomming-business-obstacls.jpg\",\"size\":\"full\",\"id\":2853,\"alt\":\"Overcoming business obstacls\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-13 07:35:00','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(635,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg','79:e12fbc1a1b44243534ec4631661d4a73',2854,'post','attachment',1,2852,NULL,NULL,'SaaS Challenges','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg',NULL,'2854','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg','2854','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/05/SaaS-Challenges.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/05/SaaS-Challenges.jpg\",\"size\":\"full\",\"id\":2854,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:35:00','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(636,'https://staging.subscriptionflow.com/2020/06/how-can-your-cloud-based-subscription-billing-drive-more-growth-with-improved-revenue-operations/','138:0b7d4b1a293dd98e158894097754a511',2864,'post','post',1,0,NULL,NULL,'How Can Your Cloud-Based Subscription Billing Drive More Growth With Improved Revenue Operations?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Cloud-Based-Billing-Services.jpg',NULL,'2865','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Cloud-Based-Billing-Services.jpg','2865','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Cloud-Based-Billing-Services.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Cloud-Based-Billing-Services.jpg\",\"size\":\"full\",\"id\":2865,\"alt\":\"Cloud-Based Billing Services\",\"pixels\":960000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2020-11-13 07:35:21','2020-11-13 02:35:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(637,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg','93:354953c9f11941cbc1adfcceacff05ca',2866,'post','attachment',1,2864,NULL,NULL,'cloud based billing solutions','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg',NULL,'2866','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg','2866','attachment-image','{\"width\":400,\"height\":522,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/cloud-based-billing-solutions.jpg\",\"size\":\"full\",\"id\":2866,\"alt\":\"cloud based billing solutions\",\"pixels\":208800,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:35:21','2020-11-12 19:35:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(638,'https://staging.subscriptionflow.com/2020/06/learn-how-the-best-recurring-billing-system-are-helping-saas-companies-track-these-saas-kpis-and-metrics/','146:507e7f2325a36c10aa3cafaa038d8918',2886,'post','post',1,0,NULL,NULL,'Learn How the Best Recurring Billing System are Helping SaaS companies Track these SaaS KPIs and Metrics','publish',NULL,0,NULL,NULL,NULL,'Best Recurring Billing System',50,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Best-Recurring-Billing-System.jpg',NULL,'2887','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Best-Recurring-Billing-System.jpg','2887','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/06/Best-Recurring-Billing-System.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/06/Best-Recurring-Billing-System.jpg\",\"size\":\"full\",\"id\":2887,\"alt\":\"Best Recurring Billing System\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,3,NULL,'2020-11-13 07:35:32','2021-09-13 03:10:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(639,'https://staging.subscriptionflow.com/2020/07/ecommerce-subscriptions-are-here-to-stay-learn-to-optimize-subscription-ecommerce-billing-management-to-fuel-stability-growth-in-business/','179:cf4dc13b7a243c963b67919e11a4a9b0',3173,'post','post',1,0,NULL,NULL,'eCommerce Subscriptions Are Here to Stay—Learn to Optimize Subscription eCommerce Billing & Management to Fuel Stability & Growth in Business','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-eCommerce-Billing.jpg',NULL,'3174','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-eCommerce-Billing.jpg','3174','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/07/Subscription-eCommerce-Billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/07/Subscription-eCommerce-Billing.jpg\",\"size\":\"full\",\"id\":3174,\"alt\":\"Subscription eCommerce Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,2,NULL,'2020-11-13 07:36:01','2021-06-30 19:16:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(640,'https://staging.subscriptionflow.com/3621-2/','40:a120a8c92b9065ce15fd9924574a4517',3621,'post','page',1,0,NULL,NULL,'Landing Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:38:41','2020-11-13 02:38:42',1,NULL,NULL,NULL,NULL,0,NULL,1),(641,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg','87:0e84a24f9b00a966e8fd6248861b631a',3637,'post','attachment',1,3621,NULL,NULL,'subscriptionflowdiagram','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg',NULL,'3637','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg','3637','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/subscriptionflowdiagram.jpg\",\"size\":\"full\",\"id\":3637,\"alt\":\"subscriptionflow-diagram\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:38:41','2021-03-26 02:28:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(643,'https://staging.subscriptionflow.com/appointments/','46:01c0b525065af2d4b09d26c9f644568d',2754,'post','page',1,0,NULL,NULL,'Schedule an Appointment','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:38:47','2020-11-13 02:38:48',1,NULL,NULL,NULL,NULL,0,NULL,1),(644,'https://staging.subscriptionflow.com/buy-a-package/','47:56ac576d10d1edcd3344e8fc50a7c891',1610,'post','page',1,0,NULL,NULL,'Buy a Package','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:38:56','2020-11-13 02:38:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(645,'https://staging.subscriptionflow.com/category/integration/','54:fdd3d51ebe5960a7c985db0c0fb38027',96,'term','category',NULL,NULL,NULL,NULL,'Integration',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:39:07','2020-11-13 02:39:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(646,'https://staging.subscriptionflow.com/category/subscription-billing/','63:c00e76584e45ea0b6e99c0c7973c320a',78,'term','category',NULL,NULL,NULL,NULL,'Subscription Billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:39:18','2020-11-13 02:39:18',1,NULL,NULL,NULL,NULL,0,NULL,1),(647,'https://staging.subscriptionflow.com/category/tax-management/','57:ddd6c5e009dd4d325d22ba1b6e44fcec',50,'term','category',NULL,NULL,NULL,NULL,'Tax Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:39:28','2020-11-13 02:39:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(648,'https://staging.subscriptionflow.com/docs/category/customer-account/','64:1e204a00cb002360c0062d9a5a5a9512',93,'term','epkb_post_type_1_category',NULL,NULL,NULL,NULL,'Customer Account',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:39:55','2021-01-06 05:14:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(649,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png','95:cea5437a8c02a6a7f427f336e8ebfbea',3983,'post','attachment',1,3937,NULL,NULL,'Recurring Payments Using PayPal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png',NULL,'3983','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png','3983','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Recurring-Payments-Using-PayPal.png\",\"size\":\"full\",\"id\":3983,\"alt\":\"Recurring-Payments-Using-PayPal\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:39:58','2021-03-26 02:40:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(650,'https://staging.subscriptionflow.com/docs/category/dashboard/','57:685acd7e2e0c9d97b2df8bff83b78a5d',92,'term','epkb_post_type_1_category',NULL,NULL,NULL,NULL,'Dashboard',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:39:58','2021-01-06 05:14:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(651,'https://staging.subscriptionflow.com/features/','42:89f4de35ba9efec8d1e74ada40486ef6',11,'post','page',1,0,NULL,NULL,'Features','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:40:20','2020-11-13 02:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(652,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/img2.png','68:ec8eeec69f941b03290a376e9a12ae60',249,'post','attachment',1,17,NULL,NULL,'img2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/img2.png',NULL,'249','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/img2.png','249','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/02/img2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/02/img2.png\",\"size\":\"full\",\"id\":249,\"alt\":\"\",\"pixels\":424888,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:40:20','2020-11-12 19:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(653,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/download.png','72:648cdcdf3c5c913f041e08601387118b',78,'post','attachment',1,32,NULL,NULL,'download','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/download.png',NULL,'78','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/download.png','78','attachment-image','{\"width\":200,\"height\":160,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/02/download.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/02/download.png\",\"size\":\"full\",\"id\":78,\"alt\":\"\",\"pixels\":32000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:40:20','2020-11-12 19:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(654,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/i3.png','66:4c23cfc8527b16d1c82ce49ee3fd2332',71,'post','attachment',1,32,NULL,NULL,'i3','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/i3.png',NULL,'71','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/i3.png','71','attachment-image','{\"width\":225,\"height\":225,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/02/i3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/02/i3.png\",\"size\":\"full\",\"id\":71,\"alt\":\"\",\"pixels\":50625,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:40:20','2020-11-12 19:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(655,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/abp.png','67:eca86646ed8a61afdf413eb2fdce0cef',68,'post','attachment',1,32,NULL,NULL,'abp','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/abp.png',NULL,'68','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/02/abp.png','68','attachment-image','{\"width\":225,\"height\":225,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2019/02/abp.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2019/02/abp.png\",\"size\":\"full\",\"id\":68,\"alt\":\"\",\"pixels\":50625,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:40:20','2020-11-12 19:40:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(656,'https://staging.subscriptionflow.com/resources/','43:63d39f0f6a5afc61a3207418eb750f6f',19,'post','page',1,0,NULL,NULL,'Resources','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:41:14','2020-11-13 02:41:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(657,'https://staging.subscriptionflow.com/solutions/','43:f47935c8fbce6153af6713276628fecf',13,'post','page',1,0,NULL,NULL,'Solutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:41:29','2020-11-13 02:41:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(658,'https://staging.subscriptionflow.com/subscription-billing-automation/','65:480df8785b255df3b66dfa1d4378e661',1168,'post','page',1,0,NULL,NULL,'Subscription Billing Automation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 07:41:35','2020-11-13 02:41:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(659,'https://staging.subscriptionflow.com/subscription-management-with-subscriptionflow/','79:f681725adf9245231ed2193d392fd6bd',3696,'post','page',1,0,NULL,NULL,'Subscription Management with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'2020-11-13 07:43:13','2021-11-12 14:25:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(660,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/flexible-billing.png','80:d0559133145c8a5d87d63955c3f61390',3702,'post','attachment',1,0,NULL,NULL,'flexible-billing','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/flexible-billing.png',NULL,'3702','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/flexible-billing.png','3702','attachment-image','{\"width\":70,\"height\":70,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/flexible-billing.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/flexible-billing.png\",\"size\":\"full\",\"id\":3702,\"alt\":\"flexible-billing\",\"pixels\":4900,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:29:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(661,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Invoicing.png','83:b1dbe56f79f39117087b9dbf6d6f0ad2',3700,'post','attachment',1,0,NULL,NULL,'Automated-Invoicing','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Invoicing.png',NULL,'3700','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Invoicing.png','3700','attachment-image','{\"width\":70,\"height\":77,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Automated-Invoicing.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Automated-Invoicing.png\",\"size\":\"full\",\"id\":3700,\"alt\":\"Automated-Invoicing\",\"pixels\":5390,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:29:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(662,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Billing-Adjustments.png','83:dd3852e999c9130b6859bc440da21c9e',3701,'post','attachment',1,0,NULL,NULL,'Billing-Adjustments','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Billing-Adjustments.png',NULL,'3701','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Billing-Adjustments.png','3701','attachment-image','{\"width\":70,\"height\":70,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Billing-Adjustments.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Billing-Adjustments.png\",\"size\":\"full\",\"id\":3701,\"alt\":\"Billing-Adjustments\",\"pixels\":4900,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:29:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(663,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Global-Tax-Calculation.png','86:244b3857eb563df6409c79705c535b8c',3703,'post','attachment',1,0,NULL,NULL,'Global-Tax-Calculation','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Global-Tax-Calculation.png',NULL,'3703','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Global-Tax-Calculation.png','3703','attachment-image','{\"width\":70,\"height\":70,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Global-Tax-Calculation.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Global-Tax-Calculation.png\",\"size\":\"full\",\"id\":3703,\"alt\":\"Global-Tax-Calculation\",\"pixels\":4900,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:30:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(664,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Payment-Processing.png','92:c174d36300e08e581e6d2cad97081428',3705,'post','attachment',1,0,NULL,NULL,'Recurring-Payment-Processing','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Payment-Processing.png',NULL,'3705','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Payment-Processing.png','3705','attachment-image','{\"width\":70,\"height\":70,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Recurring-Payment-Processing.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Recurring-Payment-Processing.png\",\"size\":\"full\",\"id\":3705,\"alt\":\"Recurring-Payment-Processing\",\"pixels\":4900,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:30:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(665,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png','101:f6012eaf7131cf4e34ecbd852689f6c0',3704,'post','attachment',1,0,NULL,NULL,'One-Stop-Recurring-Billing-Management','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png',NULL,'3704','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png','3704','attachment-image','{\"width\":48,\"height\":71,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/One-Stop-Recurring-Billing-Management.png\",\"size\":\"full\",\"id\":3704,\"alt\":\"One-Stop-Recurring-Billing-Management\",\"pixels\":3408,\"type\":\"image/png\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:30:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(666,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg','102:9fe326d0b1bce0c9be712c3467b118b1',3712,'post','attachment',1,3696,NULL,NULL,'recurring-billing-software-infographic','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg',NULL,'3712','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg','3712','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/recurring-billing-software-infographic.jpg\",\"size\":\"full\",\"id\":3712,\"alt\":\"recurring-billing-software-infographic\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:43:13','2020-11-12 19:43:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(667,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/integrations-for-landing-page.jpg','93:32ac9c80d1c4f3f1916677ec5287c65c',3709,'post','attachment',1,3696,NULL,NULL,'integrations-for-landing-page','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/integrations-for-landing-page.jpg',NULL,'3709','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/integrations-for-landing-page.jpg','3709','attachment-image','{\"width\":1280,\"height\":254,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/integrations-for-landing-page.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/integrations-for-landing-page.jpg\",\"size\":\"full\",\"id\":3709,\"alt\":\"integrations-for-landing-page\",\"pixels\":325120,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 07:43:13','2021-03-26 02:30:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(668,'https://staging.subscriptionflow.com/tag/automated-invoices/','56:babe5520435927af3b9cfd4e2116f4ef',65,'term','post_tag',NULL,NULL,NULL,NULL,'automated invoices',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:00','2020-11-13 02:44:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(669,'https://staging.subscriptionflow.com/tag/automaticbilling/','54:0b3b368564280658d49bc7590132b457',69,'term','post_tag',NULL,NULL,NULL,NULL,'automaticbilling',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:08','2020-11-13 02:44:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(670,'https://staging.subscriptionflow.com/tag/best-billing-and-invoicing-software-2019/','78:ad2764b11b35b8520853f84db0bc3b97',18,'term','post_tag',NULL,NULL,NULL,NULL,'Best Billing and Invoicing Software 2019',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:12','2020-11-13 02:44:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(671,'https://staging.subscriptionflow.com/tag/billing-and-invoicing-software/','68:0b9fd416aeda3441ba1371e00e4e0ff9',8,'term','post_tag',NULL,NULL,NULL,NULL,'billing and invoicing software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:30','2020-11-13 02:44:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(672,'https://staging.subscriptionflow.com/tag/billing-and-invoicing-systems/','67:047619ced3a9daa01830bba6d030897d',12,'term','post_tag',NULL,NULL,NULL,NULL,'billing and invoicing systems',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:35','2020-11-13 02:44:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(673,'https://staging.subscriptionflow.com/tag/billing/','45:9359dcb3d638df48d2aa3843a7c091b4',95,'term','post_tag',NULL,NULL,NULL,NULL,'billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:47','2020-11-13 02:44:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(674,'https://staging.subscriptionflow.com/tag/billingautomation/','55:cab6a4218c831ca1dc6ac1d8d77388e0',94,'term','post_tag',NULL,NULL,NULL,NULL,'billingautomation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:50','2020-11-13 02:44:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(675,'https://staging.subscriptionflow.com/tag/churn-rate/','48:19ca57e4acfca8c48e318dc38e83ce39',70,'term','post_tag',NULL,NULL,NULL,NULL,'churn rate',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:54','2020-11-13 02:44:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(676,'https://staging.subscriptionflow.com/tag/churning/','46:28db92fbdc0818c8af23ae07a485a11c',71,'term','post_tag',NULL,NULL,NULL,NULL,'churning',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:44:58','2020-11-13 02:44:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(677,'https://staging.subscriptionflow.com/tag/dunning/','45:22fbef106042a679bbfcdc8831982b25',73,'term','post_tag',NULL,NULL,NULL,NULL,'dunning',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:02','2020-11-13 02:45:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(678,'https://staging.subscriptionflow.com/tag/dunningmanagementsoftware/','63:0b7fda6e581cbe5006c9a42d47107de3',77,'term','post_tag',NULL,NULL,NULL,NULL,'dunningmanagementsoftware',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:09','2020-11-13 02:45:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(679,'https://staging.subscriptionflow.com/tag/online-fraudulent-payment/','63:282f30591b7f95de3028230296cf9f57',81,'term','post_tag',NULL,NULL,NULL,NULL,'online fraudulent payment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:20','2020-11-13 02:45:20',1,NULL,NULL,NULL,NULL,0,NULL,1),(680,'https://staging.subscriptionflow.com/tag/online-payment-fraud-prevention/','69:6722f3804f3c83d08f2cc123e44fbebb',80,'term','post_tag',NULL,NULL,NULL,NULL,'online payment fraud prevention',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:24','2020-11-13 02:45:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(681,'https://staging.subscriptionflow.com/tag/payment/','45:8a7ccd7a5b7b11da53aaec8ca189d794',57,'term','post_tag',NULL,NULL,NULL,NULL,'payment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:31','2020-11-13 02:45:31',1,NULL,NULL,NULL,NULL,0,NULL,1),(682,'https://staging.subscriptionflow.com/tag/recurring-billing-software/','64:820933bfada07c6225d37ea37bd46164',62,'term','post_tag',NULL,NULL,NULL,NULL,'Recurring Billing Software',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:34','2020-11-13 02:45:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(683,'https://staging.subscriptionflow.com/tag/recurring-payments/','56:ddfb42e52cfd10b7345d104b6ecca57e',59,'term','post_tag',NULL,NULL,NULL,NULL,'recurring payments',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:51','2020-11-13 02:45:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(684,'https://staging.subscriptionflow.com/tag/recurringpayments/','55:4d14e5f4f861229fb9a0219c94580300',61,'term','post_tag',NULL,NULL,NULL,NULL,'recurringpayments',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:54','2020-11-13 02:45:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(685,'https://staging.subscriptionflow.com/tag/saas-subscription-billing/','63:9049f41f2a33635c4a210669ebd0275b',76,'term','post_tag',NULL,NULL,NULL,NULL,'saas subscription billing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:45:58','2020-11-13 02:45:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(686,'https://staging.subscriptionflow.com/tag/saas-usage/','48:8a50b1cad559d8bdc574c0851712ab9c',97,'term','post_tag',NULL,NULL,NULL,NULL,'SaaS Usage',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:46:02','2020-11-13 02:46:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(687,'https://staging.subscriptionflow.com/tag/subscription-handling/','59:f17d7c1f5360486fc7d3ad14dbc901cb',68,'term','post_tag',NULL,NULL,NULL,NULL,'subscription handling',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:46:28','2020-11-13 02:46:28',1,NULL,NULL,NULL,NULL,0,NULL,1),(688,'https://staging.subscriptionflow.com/tag/subscription-management-software-for-insurance-companies/','94:c8a4d99b92708cb6e0044fad193d6456',31,'term','post_tag',NULL,NULL,NULL,NULL,'subscription Management software for insurance companies',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:46:36','2020-11-13 02:46:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(689,'https://staging.subscriptionflow.com/tag/subscription-management-software-solution/','79:b244010a58aec1e7e30ed7aa30c9e752',15,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription Management Software Solution',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:46:39','2020-11-13 02:46:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(690,'https://staging.subscriptionflow.com/tag/subscription/','50:fa3f390110fd0ca54c5b9acf92949219',4,'term','post_tag',NULL,NULL,NULL,NULL,'Subscription',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:46:57','2020-11-13 02:46:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(691,'https://staging.subscriptionflow.com/tag/subscriptionbilling/','57:dc220e649437b3a5aae08fd852004e05',90,'term','post_tag',NULL,NULL,NULL,NULL,'subscriptionbilling',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:47:00','2020-11-13 02:47:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(692,'https://staging.subscriptionflow.com/tag/subscriptionbox/','53:e848a9b80cb774405da358ee645e0099',83,'term','post_tag',NULL,NULL,NULL,NULL,'subscriptionbox',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 07:47:04','2020-11-13 02:47:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(694,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg','124:e713f8a4dc873fd2915deacd734c566e',3985,'post','attachment',1,3937,NULL,NULL,'Get Paid Faster, Accept Online Recurring Payments with PayPal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg',NULL,'3985','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg','3985','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Get-Paid-Faster-Accept-Online-Recurring-Payments-with-PayPal.jpg\",\"size\":\"full\",\"id\":3985,\"alt\":\"Get-Paid-Faster,-Accept-Online-Recurring-Payments-with-PayPal\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 09:35:18','2021-03-26 02:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(695,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg','91:8a07087e948874d74fb862c49d8da8b1',3986,'post','attachment',1,3937,NULL,NULL,'Automate-Recurring-Payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg',NULL,'3986','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg','3986','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Automate-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":3986,\"alt\":\"Automate-Recurring-Payments\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 09:47:01','2020-11-12 21:47:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(696,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg','118:3406355b38b7a279e2722e6e6646bb8f',3988,'post','attachment',1,3937,NULL,NULL,'Offer Customers Ensured PCI-DSS Compliance with PayPal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg',NULL,'3988','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg','3988','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal.jpg\",\"size\":\"full\",\"id\":3988,\"alt\":\"Offer-Customers-Ensured-PCI-DSS-Compliance-with-PayPal\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 10:01:14','2021-03-26 02:41:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(697,'https://staging.subscriptionflow.com/2020/11/an-incredible-variety-of-integrations-that-subscriptionflow-offers-to-saas-businesses/','127:a964fd84de555be110f854d3afc4a2fe',3990,'post','post',1,0,'An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses','SubscriptionFlow offers a wide variety of amazing integrations for potential businesses to automate the entire workflow in a highly efficient manner.','An Incredible Variety of Integrations that SubscriptionFlow offers to SaaS Businesses','publish',NULL,0,NULL,NULL,NULL,'SubscriptionFlow offers to SaaS Businesses',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg',NULL,'3992','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg','3992','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg\",\"size\":\"full\",\"id\":3992,\"alt\":\"VARIETY OF INTEGRATIONS THAT SUBSCRIPTIONFLOW OFFERS TO SAAS BUSINESSES\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,2,NULL,'2020-11-13 10:48:57','2021-06-21 00:58:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(698,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg','103:15144ce4773b3cfed80ce38fc3f3e060',3991,'post','attachment',1,3990,NULL,NULL,'SubscriptionFlow Supported Integrations','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg',NULL,'3991','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg','3991','attachment-image','{\"width\":1000,\"height\":1000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-Supported-Integrations.jpg\",\"size\":\"full\",\"id\":3991,\"alt\":\"SubscriptionFlow-Supported-Integrations\",\"pixels\":1000000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-13 10:51:03','2021-03-26 02:41:37',1,NULL,NULL,NULL,NULL,1,NULL,1),(699,'https://staging.subscriptionflow.com/category/integrations/','55:ed06f047d9e4279bc5d3b670bbf7fcaf',99,'term','category',NULL,NULL,NULL,NULL,'Integrations',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 10:51:53','2020-11-13 05:51:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(700,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg','135:90145e624908afb2c780f94235ffd75b',3992,'post','attachment',1,3990,NULL,NULL,'VARIETY OF INTEGRATIONS THAT SUBSCRIPTIONFLOW OFFERS TO SAAS BUSINESSES','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg',NULL,'3992','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg','3992','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES.jpg\",\"size\":\"full\",\"id\":3992,\"alt\":\"VARIETY-OF-INTEGRATIONS-THAT-SUBSCRIPTIONFLOW-OFFERS-TO-SAAS-BUSINESSES\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-13 10:52:11','2021-03-26 02:41:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(701,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-13 21:03:14','2020-11-13 16:03:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(702,'https://staging.subscriptionflow.com/?page_id=3922','46:e5c60f1e42d6e13277f5f10d209b9246',3922,'post','page',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-16 06:24:04','2021-01-07 06:37:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(703,'https://staging.subscriptionflow.com/?page_id=1587','46:a9c74641f3aebe6e770273a37ea8e1bd',1587,'post','page',1,0,NULL,NULL,'Add ons','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-16 06:24:04','2020-11-16 01:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(704,'https://staging.subscriptionflow.com/?page_id=1578','46:e19971874b8bde02e9a064ce898b47d8',1578,'post','page',1,0,NULL,NULL,'Cancellation','draft',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-16 06:24:04','2020-11-16 01:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(705,'https://staging.subscriptionflow.com/?page_id=2157','46:f6e645aa36669df694346b7d734b24eb',2157,'post','page',1,0,NULL,NULL,'Home 2','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2020-11-16 06:24:04','2020-11-16 01:24:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(706,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/braintree-payment-gateway.png','89:df3e590911623248e9340dc652f6b48e',3995,'post','attachment',1,3960,NULL,NULL,'braintree-payment-gateway','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/braintree-payment-gateway.png',NULL,'3995','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/braintree-payment-gateway.png','3995','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/braintree-payment-gateway.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/braintree-payment-gateway.png\",\"size\":\"full\",\"id\":3995,\"alt\":\"braintree-payment-gateway\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-16 07:02:26','2020-11-15 20:13:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(707,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg','127:950c9be3d83a91b8e7cebc9a3661f6f6',3996,'post','attachment',1,3960,NULL,NULL,'Integrate Braintree To Receive Uninterrupted Recurring Payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg',NULL,'3996','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg','3996','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":3996,\"alt\":\"Integrate-Braintree-To-Receive-Uninterrupted-Recurring-Payments\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-16 07:32:03','2021-03-26 02:41:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(708,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg','133:85a756d46c1d712245c5f3d0d4eb1c4b',3997,'post','attachment',1,3960,NULL,NULL,'Charge Up Subscription Billing With A Range of Online Payment Methods','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg',NULL,'3997','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg','3997','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Charge-Up-Subscription-Billing-With-A-Range-of-Online-Payment-Methods.jpg\",\"size\":\"full\",\"id\":3997,\"alt\":\"Charge Up Subscription Billing With A Range of Online Payment Methods\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-16 08:06:50','2020-11-15 20:13:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(709,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg','144:80f7250ab97156dffffb650bf4d62d43',3998,'post','attachment',1,3960,NULL,NULL,'SubscriptionFlow Braintree Integration Offers Real-Time Stellar Customer Support','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg',NULL,'3998','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg','3998','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-Braintree-Integration-Offers-Real-Time-Stellar-Customer-Support.jpg\",\"size\":\"full\",\"id\":3998,\"alt\":\"SubscriptionFlow Braintree Integration Offers Real-Time Stellar Customer Support\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-16 08:12:44','2020-11-15 20:13:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(710,'https://staging.subscriptionflow.com/2020/11/customer-acquisition-vs-customer-retention/','84:5ea747b6b5ee16f62aba06a0915a6709',4000,'post','post',1,0,'Customer Acquisition vs. Customer Retention | SubscriptionFlow','With customer retention strategies, SMEs need to shift their marketing, sales, and support to focus on providing enhanced and personalized customer experiences.','Customer Acquisition vs. Customer Retention—What are the Post-COVID Marketing Focuses and Trends to Grow Business in 2020-2021?','publish',NULL,0,NULL,NULL,NULL,'Customer Acquisition vs. Customer Retention',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg',NULL,'4001','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg','4001','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg\",\"size\":\"full\",\"id\":4001,\"alt\":\"Customer Acquisition vs. Customer Retention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,10,NULL,'2020-11-16 11:59:43','2021-09-17 03:09:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(711,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg','107:afa366ab9dc5e9f6a23e5fac14cbde0d',4001,'post','attachment',1,4000,NULL,NULL,'Customer Acquisition vs. Customer Retention','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg',NULL,'4001','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg','4001','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Customer-Acquisition-vs.-Customer-Retention.jpg\",\"size\":\"full\",\"id\":4001,\"alt\":\"Customer Acquisition vs. Customer Retention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-16 12:00:33','2020-11-16 00:07:02',1,NULL,NULL,NULL,NULL,1,NULL,1),(712,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg','88:c9d029202208db228bcf05802664be58',4002,'post','attachment',1,4000,NULL,NULL,'Acquisition-vs-Retention','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg',NULL,'4002','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg','4002','attachment-image','{\"width\":800,\"height\":1708,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Acquisition-vs-Retention.jpg\",\"size\":\"full\",\"id\":4002,\"alt\":\"Acquisition-vs-Retention\",\"pixels\":1366400,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-16 12:02:49','2020-11-16 00:07:02',1,NULL,NULL,NULL,NULL,1,NULL,1),(713,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg','101:32cd7e49147f425dcdb41e3f03107731',4008,'post','attachment',1,1761,NULL,NULL,'subscriptionflow and xero integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg',NULL,'4008','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg','4008','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-and-xero-integration.jpg\",\"size\":\"full\",\"id\":4008,\"alt\":\"subscriptionflow and xero integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-17 07:24:14','2020-11-17 02:24:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(714,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg','114:bccc2decc4855a188e3183d442223623',4012,'post','attachment',1,1761,NULL,NULL,'Subscriptionflow-integration-with-xero-infographic.','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg',NULL,'4012','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg','4012','attachment-image','{\"width\":835,\"height\":522,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Subscriptionflow-integration-with-xero-infographic.jpg\",\"size\":\"full\",\"id\":4012,\"alt\":\"Subscriptionflow-integration-with-xero-infographic.\",\"pixels\":435870,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-17 07:47:47','2020-11-16 19:48:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(715,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg','103:0167611fc719044d9e423ffbecec0046',4014,'post','attachment',1,3161,NULL,NULL,'subscriptionflow-quickbooks-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg',NULL,'4014','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg','4014','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-quickbooks-integration.jpg\",\"size\":\"full\",\"id\":4014,\"alt\":\"subscriptionflow-quickbooks-integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-17 08:04:56','2020-11-17 03:05:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(716,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg','134:be1a1f6d1f0c02eb2f681953190cf7ed',4016,'post','attachment',1,3161,NULL,NULL,'Manage your sales process with SubscriptionFlow QuickBooks Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg',NULL,'4016','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg','4016','attachment-image','{\"width\":900,\"height\":480,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Manage-your-sales-process-with-SubscriptionFlow-QuickBooks-Integration.jpg\",\"size\":\"full\",\"id\":4016,\"alt\":\"Manage your sales process with SubscriptionFlow QuickBooks Integration\",\"pixels\":432000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-17 08:31:28','2020-11-16 20:32:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(717,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg','100:6111f204798a00bec5a764e5001999ef',4018,'post','attachment',1,3406,NULL,NULL,'subscriptionflow zendesk integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg',NULL,'4018','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg','4018','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-zendesk-integration.jpg\",\"size\":\"full\",\"id\":4018,\"alt\":\"subscriptionflow zendesk integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-17 08:45:46','2020-11-17 03:45:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(718,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg','103:1d7318ac6053f42ba8da6379487ccbaf',4020,'post','attachment',1,3406,NULL,NULL,'integrate susbcriptionflow with zendesk','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg',NULL,'4020','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg','4020','attachment-image','{\"width\":1143,\"height\":630,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/integrate-susbcriptionflow-with-zendesk.jpg\",\"size\":\"full\",\"id\":4020,\"alt\":\"integrate susbcriptionflow with zendesk\",\"pixels\":720090,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-17 10:35:29','2020-11-16 22:36:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(719,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg','88:2059d74d8518fad81d1219d4b4fa2b5c',4025,'post','attachment',1,3835,NULL,NULL,'subscriptionflow + hubspot','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg',NULL,'4025','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg','4025','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-hubspot.jpg\",\"size\":\"full\",\"id\":4025,\"alt\":\"subscriptionflow + hubspot\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-17 13:02:15','2020-11-17 08:02:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(720,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg','104:e1cb5f89dd04d34f19594ba64c628c93',4026,'post','attachment',1,3835,NULL,NULL,'hubspotand-subscriptionflow-integrations','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg',NULL,'4026','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg','4026','attachment-image','{\"width\":959,\"height\":716,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/hubspotand-subscriptionflow-integrations.jpg\",\"size\":\"full\",\"id\":4026,\"alt\":\"hubspot-and-subscriptionflow-integrations\",\"pixels\":686644,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-17 13:03:56','2020-11-17 01:07:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(721,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-11-18 00:02:10','2020-11-17 19:02:10',1,NULL,NULL,NULL,NULL,0,NULL,1),(722,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg','91:fd544c0043a62cf2999890bb22b9639e',4028,'post','attachment',1,3391,NULL,NULL,'Subscriptionflow + salesforce','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg',NULL,'4028','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg','4028','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Subscriptionflow-salesforce.jpg\",\"size\":\"full\",\"id\":4028,\"alt\":\"Subscriptionflow + salesforce\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-18 06:08:34','2020-11-18 01:08:43',1,NULL,NULL,NULL,NULL,0,NULL,1),(723,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg','89:6c0c91698ab8aeb69ff026a4197bea68',4031,'post','attachment',1,3391,NULL,NULL,'SF-salesforce-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg',NULL,'4031','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg','4031','attachment-image','{\"width\":550,\"height\":350,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SF-salesforce-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SF-salesforce-integration.jpg\",\"size\":\"full\",\"id\":4031,\"alt\":\"SF-salesforce-integration\",\"pixels\":192500,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-18 06:52:48','2020-11-17 18:53:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(724,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg','100:1074785a364098588eb097476f43d4e2',4033,'post','attachment',1,3412,NULL,NULL,'subscriptionflow-avalara-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg',NULL,'4033','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg','4033','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-avalara-integration.jpg\",\"size\":\"full\",\"id\":4033,\"alt\":\"subscriptionflow-avalara-integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-18 07:05:29','2020-11-18 02:05:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(725,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg','75:f490db4d7fbd98410bcdea4fb200f35e',4035,'post','attachment',1,3412,NULL,NULL,'avalara-tax','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg',NULL,'4035','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg','4035','attachment-image','{\"width\":1801,\"height\":1195,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/avalara-tax.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/avalara-tax.jpg\",\"size\":\"full\",\"id\":4035,\"alt\":\"avalara-tax\",\"pixels\":2152195,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-18 07:43:29','2020-11-17 19:44:49',1,NULL,NULL,NULL,NULL,0,NULL,1),(726,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg','102:636544cf7955b515287d3e54320e7241',4037,'post','attachment',1,3848,NULL,NULL,'subscriptionflow-mailchimp-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg',NULL,'4037','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg','4037','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-mailchimp-integration.jpg\",\"size\":\"full\",\"id\":4037,\"alt\":\"subscriptionflow-mailchimp-integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-18 07:51:42','2020-11-18 02:51:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(727,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg','138:1e95181559f23b24bce46510dc8ad7aa',4040,'post','attachment',1,3848,NULL,NULL,'boost your marketing campaings with subscriptionflow mailchimp integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg',NULL,'4040','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg','4040','attachment-image','{\"width\":700,\"height\":525,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/boost-your-marketing-campaings-with-subscriptionflow-mailchimp-integration.jpg\",\"size\":\"full\",\"id\":4040,\"alt\":\"boost your marketing campaings with subscriptionflow mailchimp integration\",\"pixels\":367500,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-18 08:28:09','2020-11-17 20:29:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(728,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg','102:edcb021b984b78a24db528e74aa3f298',4042,'post','attachment',1,3853,NULL,NULL,'subscriptionflow-pipedrive-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg',NULL,'4042','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg','4042','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-pipedrive-integration.jpg\",\"size\":\"full\",\"id\":4042,\"alt\":\"subscriptionflow-pipedrive-integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-18 10:23:44','2020-11-18 05:23:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(731,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg','84:773291265d9b898deb905c63a7a2d9a6',4048,'post','attachment',1,3853,NULL,NULL,'pipedrive-features','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg',NULL,'4048','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg','4048','attachment-image','{\"width\":743,\"height\":1200,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/pipedrive-features-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/pipedrive-features-1.jpg\",\"size\":\"full\",\"id\":4048,\"alt\":\"pipedrive-features\",\"pixels\":891600,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-18 10:43:45','2020-11-17 22:44:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(732,'https://staging.subscriptionflow.com/2020/11/alternative-payment-methods-a-new-age-of-electronic-funds-transfer/','108:e67f97ae262dd17e92327b196aefb010',4051,'post','post',1,0,'Alternative Payment Methods—A New-Age of Electronic Funds Transfer | SubscriptionFlow','Alternative Payment Methods are the forms of digital payment methods used to pay for goods or services that are anything but cash or credit card issued by the banks.','Alternative Payment Methods—A New-Age of Electronic Funds Transfer','publish',NULL,0,NULL,NULL,NULL,'Alternative Payment Methods',68,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg',NULL,'4052','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg','4052','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg\",\"size\":\"full\",\"id\":4052,\"alt\":\"Alternative Payment Methods Are Transforming The Digital Payments Industry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,5,NULL,'2020-11-18 14:03:54','2021-07-26 23:26:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(733,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg','138:a73347ec2c145ca2b19f4b8202c647c9',4052,'post','attachment',1,4051,NULL,NULL,'Alternative Payment Methods Are Transforming The Digital Payments Industry','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg',NULL,'4052','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg','4052','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Alternative-Payment-Methods-Are-Transforming-The-Digital-Payments-Industry.jpg\",\"size\":\"full\",\"id\":4052,\"alt\":\"Alternative Payment Methods Are Transforming The Digital Payments Industry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-18 14:18:48','2020-11-18 02:22:13',1,NULL,NULL,NULL,NULL,1,NULL,1),(734,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg','105:0446cbf4fc5c055afce2573b5eabf024',4053,'post','attachment',1,4051,NULL,NULL,'The-Evolution-of-Digital-Payment-Industry','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg',NULL,'4053','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg','4053','attachment-image','{\"width\":1842,\"height\":1726,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/The-Evolution-of-Digital-Payment-Industry.jpg\",\"size\":\"full\",\"id\":4053,\"alt\":\"The-Evolution-of-Digital-Payment-Industry\",\"pixels\":3179292,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-18 14:19:56','2020-11-18 02:22:13',1,NULL,NULL,NULL,NULL,1,NULL,1),(735,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg','100:d57cedc7a7d3f3419a99e284961f29cf',4055,'post','attachment',1,3400,NULL,NULL,'subscriptionflow-shopify-integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg',NULL,'4055','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg','4055','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-shopify-integration.jpg\",\"size\":\"full\",\"id\":4055,\"alt\":\"subscriptionflow-shopify-integration\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-19 10:31:35','2020-11-19 05:31:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(736,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg','152:be65aa332b65b3175d13276a3df19c3e',4056,'post','attachment',1,3400,NULL,NULL,'Easy Manage Invoicing, Subscriptions, & Recurring Payments for Shopify With SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg',NULL,'4056','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg','4056','attachment-image','{\"width\":1200,\"height\":650,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Easy-Manage-Invoicing-Subscriptions-Recurring-Payments-for-Shopify-With-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":4056,\"alt\":\"Easy Manage Invoicing, Subscriptions, & Recurring Payments for Shopify With SubscriptionFlow\",\"pixels\":780000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-19 11:13:00','2021-03-26 02:42:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(737,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg','108:96f59b996c927315cb3b76972401b677',4059,'post','attachment',1,3955,NULL,NULL,'SubscriptionFlow Integration with monday com','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg',NULL,'4059','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg','4059','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-Integration-with-monday-com.jpg\",\"size\":\"full\",\"id\":4059,\"alt\":\"SubscriptionFlow Integration with monday com\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-19 11:48:12','2020-11-19 06:48:21',1,NULL,NULL,NULL,NULL,0,NULL,1),(738,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png','115:e1658d0eb976a937390ad0109e908717',4061,'post','attachment',1,3955,NULL,NULL,'Features of SubscriptionFlow monday.com Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png',NULL,'4061','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png','4061','attachment-image','{\"width\":867,\"height\":482,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Features-of-SubscriptionFlow-monday.com-Integration.png\",\"size\":\"full\",\"id\":4061,\"alt\":\"Features of SubscriptionFlow monday.com Integration\",\"pixels\":417894,\"type\":\"image/png\"}',0,1,NULL,'2020-11-19 12:37:00','2020-11-19 00:38:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(742,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/infographic-payments-timeline-scaled.jpg','100:e54fbb309d9d7297d39db9dcbaf05095',4067,'post','attachment',1,0,NULL,NULL,'infographic-payments-timeline','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/infographic-payments-timeline-scaled.jpg',NULL,'4067','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/infographic-payments-timeline-scaled.jpg','4067','attachment-image','{\"width\":182,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/infographic-payments-timeline-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/infographic-payments-timeline-scaled.jpg\",\"size\":\"full\",\"id\":4067,\"alt\":\"infographic-payments-timeline\",\"pixels\":465920,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-19 13:58:12','2021-03-26 02:42:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(743,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ezgif.com-gif-maker.png','83:83da9825c3e44c8e7a7f92d2caa88ced',4068,'post','attachment',1,0,NULL,NULL,'ezgif.com-gif-maker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ezgif.com-gif-maker.png',NULL,'4068','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ezgif.com-gif-maker.png','4068','attachment-image','{\"width\":2550,\"height\":3312,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/ezgif.com-gif-maker.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/ezgif.com-gif-maker.png\",\"size\":\"full\",\"id\":4068,\"alt\":\"ezgif.com-gif-maker\",\"pixels\":8445600,\"type\":\"image/png\"}',0,1,NULL,'2020-11-19 14:02:54','2021-03-26 02:42:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(744,'https://staging.subscriptionflow.com/2020/11/from-robust-reporting-to-increased-efficiency-the-benefits-of-automated-recurring-revenue-management/','142:5fcc5aa1138cc9aa5da23c98de4eaec1',4069,'post','post',1,0,'From Robust Reporting to Increased Efficiency','To measure and manage the growth of the recurring revenue, different modules and metrics are used that automates recurring revenue management.','From Robust Reporting to Increased Efficiency—The Benefits of Automated Recurring Revenue Management','publish',NULL,0,NULL,NULL,NULL,'From Robust Reporting to Increased Efficiency',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg',NULL,'4070','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg','4070','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg\",\"size\":\"full\",\"id\":4070,\"alt\":\"automated recurring revenue management with minimal means and hitches\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,5,NULL,'2020-11-20 13:59:12','2021-08-25 21:59:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(745,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg','133:c0a155e7624df49e2bf9aece1198e5a4',4070,'post','attachment',1,4069,NULL,NULL,'automated recurring revenue management with minimal means and hitches','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg',NULL,'4070','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg','4070','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/automated-recurring-revenue-management-with-minimal-means-and-hitches.jpg\",\"size\":\"full\",\"id\":4070,\"alt\":\"automated recurring revenue management with minimal means and hitches\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-20 14:00:05','2020-11-20 02:09:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(746,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-scaled.jpg','111:b33ef36495fa48eaeb56c60e68f6b0e4',4071,'post','attachment',1,4069,NULL,NULL,'benefits of recurring revenue management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-scaled.jpg',NULL,'4071','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-scaled.jpg','4071','attachment-image','{\"width\":1201,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-scaled.jpg\",\"size\":\"full\",\"id\":4071,\"alt\":\"benefits of recurring revenue management\",\"pixels\":3074560,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-20 14:01:22','2021-03-26 02:42:17',1,NULL,NULL,NULL,NULL,1,NULL,1),(747,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg','113:594c285cc2a663de409d79c447a988ee',4072,'post','attachment',1,4069,NULL,NULL,'benefits of recurring revenue management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg',NULL,'4072','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg','4072','attachment-image','{\"width\":1201,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/benefits-of-recurring-revenue-management-1-scaled.jpg\",\"size\":\"full\",\"id\":4072,\"alt\":\"\",\"pixels\":3074560,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-20 14:02:21','2020-11-20 02:09:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(748,'https://staging.subscriptionflow.com/2020/11/2021-reminder-boost-subscription-growth-with-the-demonstrated-advice-and-support-from-subscriptionflow/','144:7a40f37a77974db1ad9487c92cd801a3',4075,'post','post',1,0,'2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice','SubscriptionFlow aims to provide support to subscription and SaaS businesses against all the obstacles of subscription management in one place.','2021 REMINDER—Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,'Subscription Growth',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg',NULL,'4076','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg','4076','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":4076,\"alt\":\"Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,2,NULL,'2020-11-23 12:02:18','2021-01-01 02:09:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(749,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg','152:20db9a85c74817e6597535577212cfb6',4076,'post','attachment',1,4075,NULL,NULL,'Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg',NULL,'4076','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg','4076','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Boost-Subscription-Growth-with-the-Demonstrated-Advice-and-Support-from-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":4076,\"alt\":\"Boost Subscription Growth with the Demonstrated Advice and Support from SubscriptionFlow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-23 12:07:34','2020-11-23 00:10:12',1,NULL,NULL,NULL,NULL,1,NULL,1),(750,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg','136:30438aeabc6e1e418cf3aa5e3418b6b4',4077,'post','attachment',1,4075,NULL,NULL,'Fine-Tune the Management of Key Subscription Business Business Processes','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg',NULL,'4077','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg','4077','attachment-image','{\"width\":1400,\"height\":1200,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Fine-Tune-the-Management-of-Key-Subscription-Business-Business-Processes.jpg\",\"size\":\"full\",\"id\":4077,\"alt\":\"Fine-Tune the Management of Key Subscription Business Business Processes\",\"pixels\":1680000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-23 12:07:38','2020-11-23 00:10:12',1,NULL,NULL,NULL,NULL,1,NULL,1),(751,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-payments-with-adyen.png','93:334742d9fd6f9dc6fcae44cc7d2de202',4081,'post','attachment',1,3972,NULL,NULL,'recurring payments with adyen','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-payments-with-adyen.png',NULL,'4081','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-payments-with-adyen.png','4081','attachment-image','{\"width\":491,\"height\":285,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/recurring-payments-with-adyen.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/recurring-payments-with-adyen.png\",\"size\":\"full\",\"id\":4081,\"alt\":\"recurring payments with adyen\",\"pixels\":139935,\"type\":\"image/png\"}',0,1,NULL,'2020-11-24 11:40:24','2020-11-23 23:48:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(752,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg','95:1010b4d05b198c8f030caca24aa86ea5',4082,'post','attachment',1,3972,NULL,NULL,'subscription billing with adyen','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg',NULL,'4082','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg','4082','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscription-billing-with-adyen.jpg\",\"size\":\"full\",\"id\":4082,\"alt\":\"subscription billing with adyen\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-24 11:43:11','2020-11-23 23:48:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(753,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg','144:ab6eacd622bdb6e840c6d2d94423927f',4083,'post','attachment',1,3972,NULL,NULL,'Adyen—All-In-One Payment Processing Platform for Mid to Large-Sized Businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg',NULL,'4083','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Adyen—All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg','4083','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Adyen\\u2014All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Adyen\\u2014All-In-One-Payment-Processing-Platform-for-Mid-to-Large-Sized-Businesses.jpg\",\"size\":\"full\",\"id\":4083,\"alt\":\"Adyen\\u2014All-In-One Payment Processing Platform for Mid to Large-Sized Businesses\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-24 11:45:33','2020-11-23 23:48:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(754,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg','98:5ca4a7a27a2c6d8e0abff594d3bdc905',4084,'post','attachment',1,3972,NULL,NULL,'SubscriptionFlow + Adyen Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg',NULL,'4084','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg','4084','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-Adyen-Integration.jpg\",\"size\":\"full\",\"id\":4084,\"alt\":\"SubscriptionFlow + Adyen Integration\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-24 11:47:27','2020-11-23 23:48:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(757,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif','99:31903180a4cfed8930d4181bed896ec0',4088,'post','attachment',1,3972,NULL,NULL,'subscriptionflow-and-adyen','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif',NULL,'4088','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif','4088','attachment-image','{\"width\":400,\"height\":300,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-and-adyen-unscreen.gif\",\"size\":\"full\",\"id\":4088,\"alt\":\"subscriptionflow-and-adyen\",\"pixels\":120000,\"type\":\"image/gif\"}',0,1,NULL,'2020-11-24 13:14:20','2020-11-24 01:15:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(758,'https://staging.subscriptionflow.com/2020/11/convert-more-manage-churn-and-grow-business-the-subscriptionflows-guide-to-saas-revenue-forecasting/','141:7a8fdfede6fc4bbf14c5e651cf442f6b',4090,'post','post',1,0,'Convert More, Manage Churn, and Grow Business','With the subscription management platform, it has become more than ever to use automated AI modules and analytics to generate recurring revenue growth reports.','Convert More, Manage Churn, and Grow Business—The SubscriptionFlow’s Guide to SaaS Revenue Forecasting','publish',NULL,0,NULL,NULL,NULL,'Convert More',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg',NULL,'4091','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg','4091','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg\",\"size\":\"full\",\"id\":4091,\"alt\":\"Convert More, Manage Churn, and Grow Business\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,1,NULL,'2020-11-25 12:50:00','2020-12-11 01:53:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(759,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg','107:6f4bf284fbcaf26ceaf023624a195d7c',4091,'post','attachment',1,4090,NULL,NULL,'Convert More, Manage Churn, and Grow Business','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg',NULL,'4091','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg','4091','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Convert-More-Manage-Churn-and-Grow-Business.jpg\",\"size\":\"full\",\"id\":4091,\"alt\":\"Convert More, Manage Churn, and Grow Business\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-25 12:50:32','2020-11-25 00:57:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(760,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg','100:71d70a937360993c1a25a36fef5e658b',4092,'post','attachment',1,4090,NULL,NULL,'Benefits of SaaS Revenue Forecasting','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg',NULL,'4092','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg','4092','attachment-image','{\"width\":410,\"height\":1024,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Benefits-of-SaaS-Revenue-Forecasting.jpg\",\"size\":\"full\",\"id\":4092,\"alt\":\"Benefits of SaaS Revenue Forecasting\",\"pixels\":419840,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-25 12:50:43','2021-03-26 02:42:36',1,NULL,NULL,NULL,NULL,1,NULL,1),(761,'https://staging.subscriptionflow.com/recurring-payments-with-gocardless/','68:13342e8f7d88d37cfc842d5b280df528',4094,'post','page',1,0,'Recurring Payments with GoCardless | SubscriptionFlow','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, GoCardless to facilitate more customers with their preferred payment methods.','Recurring Payments with GoCardless','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments with GoCardless',63,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,23,NULL,'2020-11-26 06:52:56','2021-01-24 19:56:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(762,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif','91:7ff50a638ebb02692c03a54585bf89be',4097,'post','attachment',1,4094,NULL,NULL,'subscriptionflow-+-gocardless','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif',NULL,'4097','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif','4097','attachment-image','{\"width\":228,\"height\":182,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-gocardless.gif\",\"size\":\"full\",\"id\":4097,\"alt\":\"subscriptionflow-+-gocardless\",\"pixels\":41496,\"type\":\"image/gif\"}',0,1,NULL,'2020-11-26 07:11:27','2021-03-26 02:19:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(763,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png','132:4df755c8f2cd8f5cc048d070ccab14eb',4099,'post','attachment',1,4094,NULL,NULL,'Bank Deposits Made Easy with SubscriptionFlow GoCardless Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png',NULL,'4099','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png','4099','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration.png\",\"size\":\"full\",\"id\":4099,\"alt\":\"Bank-Deposits-Made-Easy-with-SubscriptionFlow-GoCardless-Integration\",\"pixels\":360000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-26 07:44:11','2021-03-26 02:19:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(764,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg','118:e5cc50adab85afc14a16ecf988e84a1d',4100,'post','attachment',1,4094,NULL,NULL,'The Simplest and Stellar Way to Accept Direct Deposits','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg',NULL,'4100','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg','4100','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/The-Simplest-and-Stellar-Way-to-Accept-Direct-Deposits.jpg\",\"size\":\"full\",\"id\":4100,\"alt\":\"The Simplest and Stellar Way to Accept Direct Deposits\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-26 08:21:53','2020-11-25 20:41:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(765,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg','103:2421ade319e55b7e1aed359f4e480b31',4101,'post','attachment',1,4094,NULL,NULL,'SubscriptionFlow GoCardless Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg',NULL,'4101','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg','4101','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-GoCardless-Integration.jpg\",\"size\":\"full\",\"id\":4101,\"alt\":\"SubscriptionFlow GoCardless Integration\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-26 08:40:49','2020-11-25 20:41:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(766,'https://staging.subscriptionflow.com/recurring-billing-with-worldpay/','65:e5778848ba11c8d314e484a6ad1f6f89',4104,'post','page',1,0,'Recurring Billing with Worldpay | SubscriptionFlow','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, WorldPay to facilitate more customers with their preferred payment methods.','Recurring Billing with Worldpay','publish',NULL,0,NULL,NULL,NULL,'Recurring Billing with Worldpay',59,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,35,NULL,'2020-11-27 06:59:33','2021-01-24 19:56:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(768,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg','110:b10ead1f8b261cd0885eb40910032872',4108,'post','attachment',1,4104,NULL,NULL,'Budgeted WorldPay SubscriptionFlow Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg',NULL,'4108','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg','4108','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Budgeted-WorldPay-SubscriptionFlow-Integration.jpg\",\"size\":\"full\",\"id\":4108,\"alt\":\"Budgeted WorldPay SubscriptionFlow Integration\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-27 10:04:18','2021-03-26 02:42:48',1,NULL,NULL,NULL,NULL,0,NULL,1),(769,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg','110:ba283531bd7bbc8393a8060c97f33d4c',4109,'post','attachment',1,4104,NULL,NULL,'Accepting Payment from Several Payment Methods','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg',NULL,'4109','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg','4109','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Accepting-Payment-from-Several-Payment-Methods.jpg\",\"size\":\"full\",\"id\":4109,\"alt\":\"Accepting-Payment-from-Several-Payment-Methods\",\"pixels\":360000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-27 10:09:04','2021-03-26 02:19:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(770,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png','124:f4837699d1a46eef562851ac1174496e',4110,'post','attachment',1,4104,NULL,NULL,'SubscriptionFlow WorldPay Integration Is A One-Stop Platform','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png',NULL,'4110','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png','4110','attachment-image','{\"width\":600,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform.png\",\"size\":\"full\",\"id\":4110,\"alt\":\"SubscriptionFlow-WorldPay-Integration-Is-A-One-Stop-Platform\",\"pixels\":360000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-27 10:09:31','2021-03-26 02:19:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(773,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png','106:4f28981919f8b2bb4ef9abc1469a97ad',4114,'post','attachment',1,4104,NULL,NULL,'subscriptionflow integration-with-worldpay','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png',NULL,'4114','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png','4114','attachment-image','{\"width\":500,\"height\":300,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/subscriptionflow-integration-with-worldpay.png\",\"size\":\"full\",\"id\":4114,\"alt\":\"subscriptionflow-integration-with-worldpay\",\"pixels\":150000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-27 10:22:07','2021-03-26 02:19:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(775,'https://staging.subscriptionflow.com/2020/11/saas-and-subscription-based-startups-are-more-prone-to-business-risks-learn-how/','121:5af59affd9bfa1c5a04e045366efedb6',4118,'post','post',1,0,NULL,NULL,'SaaS and Subscription-Based Startups are More Prone to Business Risks, Learn How','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg',NULL,'4119','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg','4119','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg\",\"size\":\"full\",\"id\":4119,\"alt\":\"SaaS and Subscription-Based Startups are More Prone to Business Risks\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-11-27 13:31:13','2021-04-20 22:03:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(776,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg','133:3a77819f8143c59dcfbdfedf5a423c4f',4119,'post','attachment',1,4118,NULL,NULL,'SaaS and Subscription-Based Startups are More Prone to Business Risks','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg',NULL,'4119','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg','4119','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SaaS-and-Subscription-Based-Startups-are-More-Prone-to-Business-Risks.jpg\",\"size\":\"full\",\"id\":4119,\"alt\":\"SaaS and Subscription-Based Startups are More Prone to Business Risks\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-27 13:39:30','2020-11-27 01:43:40',1,NULL,NULL,NULL,NULL,1,NULL,1),(777,'https://staging.subscriptionflow.com/?page_id=2432','46:0e83f940be7decf7363445eed070782e',2432,'post','page',1,0,NULL,NULL,'Subscription Management Software for Hospital Management','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 06:11:12','2020-11-30 01:11:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(778,'https://staging.subscriptionflow.com/?page_id=3220','46:d1553d17cd777ed5dfeed31a78d00628',3220,'post','page',1,0,NULL,NULL,'TEST','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 06:11:53','2020-11-30 01:11:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(779,'https://staging.subscriptionflow.com/?page_id=2837','46:ac7ca7eb1055e3ae546a3c22fbb3a61d',2837,'post','page',1,0,NULL,NULL,'Pricing New','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 07:36:09','2020-11-30 02:36:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(780,'https://staging.subscriptionflow.com/?page_id=2774','46:fbdc1a7aa81b470f9c2300e873914059',2774,'post','page',1,0,NULL,NULL,'Set up a demo today','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 07:36:16','2020-11-30 02:36:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(781,'https://staging.subscriptionflow.com/?page_id=1673','46:266a4f2aa5ba5d2ae7616dce89c98793',1673,'post','page',1,0,NULL,NULL,'Subscription Management Software for Cleaning Business','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 07:36:16','2020-11-30 02:36:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(782,'https://staging.subscriptionflow.com/?page_id=1709','46:c69dd800b8a45555b4f4514d083f69ac',1709,'post','page',1,0,NULL,NULL,'Subscription Management Software for eCommerce','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 07:36:16','2020-11-30 02:36:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(783,'https://staging.subscriptionflow.com/?page_id=2441','46:e314ae53a75a70b45492c375ed2229e2',2441,'post','page',1,0,NULL,NULL,'Subscription Management Software for Insurance Companies','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-30 07:36:30','2020-11-30 02:36:30',1,NULL,NULL,NULL,NULL,0,NULL,1),(784,'https://staging.subscriptionflow.com/2020/11/the-shifting-saas-industry-dynamics-are-changing-the-landscape-of-marketing/','117:9268b09c50ff2c3f01deab39023f8b64',4133,'post','post',1,0,'The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing | SubscriptionFlow','Integrating HubSpot with SubscriptionFlow makes it easier to use subscription data with the AI-led features as the one-stop SaaS marketing destination for high-quality leads.','The Shifting SaaS Industry Dynamics Are Changing the Landscape of Marketing—Keep It Up with HubSpot and SubscriptionFlow Integration','publish',NULL,0,NULL,NULL,NULL,'HubSpot and SubscriptionFlow Integration',51,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg',NULL,'4135','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg','4135','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg\",\"size\":\"full\",\"id\":4135,\"alt\":\"SubscriptionFlow HubSpot Integration For SaaS Marketing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,9,NULL,'2020-11-30 12:27:13','2021-09-17 03:09:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(785,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg','133:eace558cbde84c483572a4b364cc39ce',4134,'post','attachment',1,4133,NULL,NULL,'The Changing Landscape of SaaS Marketing—Are You Keeping Up with It','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg',NULL,'4134','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing—Are-You-Keeping-Up-with-It.jpg','4134','attachment-image','{\"width\":822,\"height\":1060,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing\\u2014Are-You-Keeping-Up-with-It.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/The-Changing-Landscape-of-SaaS-Marketing\\u2014Are-You-Keeping-Up-with-It.jpg\",\"size\":\"full\",\"id\":4134,\"alt\":\"The-Changing-Landscape-of-SaaS-Marketing\\u2014Are You Keeping Up with It\",\"pixels\":871320,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-30 12:31:11','2021-03-26 02:18:35',1,NULL,NULL,NULL,NULL,1,NULL,1),(786,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg','119:d8f33b3871f256bff0427c30598689e2',4135,'post','attachment',1,4133,NULL,NULL,'SubscriptionFlow HubSpot Integration For SaaS Marketing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg',NULL,'4135','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg','4135','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/SubscriptionFlow-HubSpot-Integration-For-SaaS-Marketing.jpg\",\"size\":\"full\",\"id\":4135,\"alt\":\"SubscriptionFlow HubSpot Integration For SaaS Marketing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-30 12:31:16','2020-11-30 00:33:23',1,NULL,NULL,NULL,NULL,1,NULL,1),(787,'https://staging.subscriptionflow.com/2020/12/businesses-tightening-the-reins-on-post-covid-measures-for-customer-retention/','119:693d6648d1014fc7c8675acf10386b38',4143,'post','post',1,0,'Businesses Tightening the reins on post-COVID measures for Customer Retention',NULL,'Businesses Tightening the Reins on Post-COVID Measures for Customer Retention','publish',NULL,0,NULL,NULL,NULL,'post-COVID measures for Customer Retention',62,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg',NULL,'4145','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg','4145','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg\",\"size\":\"full\",\"id\":4145,\"alt\":\"Businesses Tightening the reins on post-COVID measures for Customer Retention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,8,NULL,'2020-12-02 10:42:16','2021-06-09 20:20:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(788,'https://staging.subscriptionflow.com/category/growth/','49:3d12db815ef80478ade7f0c51f1aa748',100,'term','category',NULL,NULL,NULL,NULL,'Growth',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-02 10:43:04','2020-12-02 05:43:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(789,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg','135:773d2dffe44a7f153e9b922044ec27f8',4144,'post','attachment',1,4143,NULL,NULL,'POST-COVID CUSTOMER BEHAVIOR TRENDS AND MEASURES FOR CUSTOMER RETENTION','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg',NULL,'4144','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg','4144','attachment-image','{\"width\":800,\"height\":2000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/POST-COVID-CUSTOMER-BEHAVIOR-TRENDS-AND-MEASURES-FOR-CUSTOMER-RETENTION.jpg\",\"size\":\"full\",\"id\":4144,\"alt\":\"POST-COVID CUSTOMER BEHAVIOR TRENDS AND MEASURES FOR CUSTOMER RETENTION\",\"pixels\":1600000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-02 10:45:13','2020-12-01 22:51:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(790,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg','141:ffffb83d4166bd4b30d725d39a6ce24b',4145,'post','attachment',1,4143,NULL,NULL,'Businesses Tightening the reins on post-COVID measures for Customer Retention','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg',NULL,'4145','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg','4145','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Businesses-Tightening-the-reins-on-post-COVID-measures-for-Customer-Retention.jpg\",\"size\":\"full\",\"id\":4145,\"alt\":\"Businesses Tightening the reins on post-COVID measures for Customer Retention\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-02 10:45:31','2020-12-01 22:51:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(791,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg','121:569b39be4e610d5bf5632f4669eb146a',4180,'post','attachment',1,3270,NULL,NULL,'Subscription Management Software Integrated with SugarCRM','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg',NULL,'4180','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg','4180','attachment-image','{\"width\":1200,\"height\":400,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Subscription-Management-Software-Integrated-with-SugarCRM.jpg\",\"size\":\"full\",\"id\":4180,\"alt\":\"Subscription Management Software Integrated with SugarCRM\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-03 12:26:02','2020-12-03 07:26:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(792,'https://staging.subscriptionflow.com/2020/12/all-the-top-payment-gateway-services-providers-in-the-united-states-the-2021-2022-edition/','131:431bfe44423c376a37101fdb298e7cb0',4186,'post','post',1,0,'All the Top Payment Gateway Services Providers in the United States','SubscriptionFlow enlists top payment gateways in the United States to let our customers compare and choose the best payment gateway to receive payments.','All the Top Payment Gateway Services Providers in the United States—The 2021 – 2022 Edition','publish',NULL,0,NULL,NULL,NULL,'Payment Gateway Services Providers in the United States',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg',NULL,'4201','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg','4201','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg\",\"size\":\"full\",\"id\":4201,\"alt\":\"Top-Payment-Gateways-in-US\",\"pixels\":960000,\"type\":\"image/jpeg\"}',11,2,NULL,'2020-12-04 12:51:48','2021-08-23 00:31:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(795,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg','86:18955085ff352173b914ee7af6419d68',4193,'post','attachment',1,4186,NULL,NULL,'PAYMENT-GATEWAYS-IN-US','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg',NULL,'4193','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg','4193','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/PAYMENT-GATEWAYS-IN-US.jpg\",\"size\":\"full\",\"id\":4193,\"alt\":\"PAYMENT-GATEWAYS-IN-US\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-04 13:06:46','2020-12-04 01:36:39',1,NULL,NULL,NULL,NULL,1,NULL,1),(803,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg','90:fa1056bd63a293e2e71d289c3123962c',4201,'post','attachment',1,4186,NULL,NULL,'Top-Payment-Gateways-in-US','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg',NULL,'4201','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg','4201','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Top-Payment-Gateways-in-US.jpg\",\"size\":\"full\",\"id\":4201,\"alt\":\"Top-Payment-Gateways-in-US\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-04 13:16:42','2020-12-04 01:36:39',1,NULL,NULL,NULL,NULL,1,NULL,1),(804,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png','73:fb92b48dc87079b05dff5df9ef43b109',4212,'post','attachment',1,4186,NULL,NULL,'2checkout','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png',NULL,'4212','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png','4212','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/2checkout.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/2checkout.png\",\"size\":\"full\",\"id\":4212,\"alt\":\"2checkout\",\"pixels\":18000,\"type\":\"image/png\"}',0,2,NULL,'2020-12-04 13:57:37','2021-01-18 23:53:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(805,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png','73:28e7a3315a7c36c2d2c3d630fb312f2b',4213,'post','attachment',1,4186,NULL,NULL,'amazonpay','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png',NULL,'4213','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png','4213','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/amazonpay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/amazonpay.png\",\"size\":\"full\",\"id\":4213,\"alt\":\"amazonpay\",\"pixels\":18000,\"type\":\"image/png\"}',0,2,NULL,'2020-12-04 13:57:40','2020-12-13 23:35:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(806,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png','93:541cca5ebd4c707e59bd88606c06cc62',4214,'post','attachment',1,4186,NULL,NULL,'authorize.net-payment-gateway','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png',NULL,'4214','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png','4214','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/authorize.net-payment-gateway.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/authorize.net-payment-gateway.png\",\"size\":\"full\",\"id\":4214,\"alt\":\"authorize.net-payment-gateway\",\"pixels\":18000,\"type\":\"image/png\"}',0,3,NULL,'2020-12-04 13:57:45','2021-01-18 23:53:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(807,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png','73:c76301bc395a36728f97bbd3cc377be8',4215,'post','attachment',1,4186,NULL,NULL,'braintree','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png',NULL,'4215','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png','4215','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/braintree.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/braintree.png\",\"size\":\"full\",\"id\":4215,\"alt\":\"braintree\",\"pixels\":18000,\"type\":\"image/png\"}',0,2,NULL,'2020-12-04 13:57:49','2021-01-18 23:53:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(808,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png','74:0a36ed87b69763b122693942d5693009',4216,'post','attachment',1,4186,NULL,NULL,'gocardless','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png',NULL,'4216','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png','4216','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/gocardless.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/gocardless.png\",\"size\":\"full\",\"id\":4216,\"alt\":\"gocardless\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2020-12-04 13:57:51','2020-12-04 02:01:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(809,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png','70:a056da44658833a106ad5e1f0493106a',4217,'post','attachment',1,4186,NULL,NULL,'paypal','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png',NULL,'4217','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png','4217','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paypal.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/paypal.png\",\"size\":\"full\",\"id\":4217,\"alt\":\"paypal\",\"pixels\":18000,\"type\":\"image/png\"}',0,3,NULL,'2020-12-04 13:57:53','2021-01-18 23:54:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(810,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png','73:b393357be4540773e4b52dfb948ca192',4218,'post','attachment',1,4186,NULL,NULL,'paysimple','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png',NULL,'4218','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png','4218','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/paysimple.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/paysimple.png\",\"size\":\"full\",\"id\":4218,\"alt\":\"paysimple\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2020-12-04 13:57:55','2020-12-04 02:01:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(811,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png','70:e9cc4afa0776a60c937e367cd7a7242c',4219,'post','attachment',1,4186,NULL,NULL,'stripe','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png',NULL,'4219','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png','4219','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/stripe.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/stripe.png\",\"size\":\"full\",\"id\":4219,\"alt\":\"stripe\",\"pixels\":18000,\"type\":\"image/png\"}',0,3,NULL,'2020-12-04 13:57:57','2021-01-18 23:54:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(812,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png','72:98c53abae03f1a2ec776371b4e8f31b3',4220,'post','attachment',1,4186,NULL,NULL,'worldpay','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png',NULL,'4220','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png','4220','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/worldpay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/worldpay.png\",\"size\":\"full\",\"id\":4220,\"alt\":\"worldpay\",\"pixels\":18000,\"type\":\"image/png\"}',0,2,NULL,'2020-12-04 13:57:59','2020-12-13 23:31:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(815,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg','97:2b702c39119ec0806071a64860cc1ca2',4227,'post','attachment',1,4226,NULL,NULL,'Subscriptionflow-xero-integration','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg',NULL,'4227','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg','4227','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg\",\"size\":\"full\",\"id\":4227,\"alt\":\"Subscriptionflow-xero-integration\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-07 11:26:39','2020-12-07 06:28:24',1,NULL,NULL,NULL,NULL,1,NULL,1),(816,'https://staging.subscriptionflow.com/2020/12/this-is-why-integrating-xero-is-an-ultimate-accounting-solution-for-smart-subscription-management/','139:8943a2fc23c7ea0f4da2e3a83b242336',4229,'post','post',1,0,'This is Why Integrating Xero Is An Ultimate Accounting Solution for Smart Subscription',NULL,'This is Why Integrating Xero Is An Ultimate Accounting Solution for Smart Subscription Management','publish',NULL,0,NULL,NULL,NULL,'Integrating Xero',56,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg',NULL,'4227','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg','4227','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Subscriptionflow-xero-integration.jpg\",\"size\":\"full\",\"id\":4227,\"alt\":\"Subscriptionflow-xero-integration\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,NULL,NULL,'2020-12-07 12:44:11','2020-12-07 07:49:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(817,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg','80:46a59772521a231191f320d8fd3b6498',4230,'post','attachment',1,4229,NULL,NULL,'xero-infographic','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg',NULL,'4230','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg','4230','attachment-image','{\"width\":1200,\"height\":1500,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/xero-infographic.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/xero-infographic.jpg\",\"size\":\"full\",\"id\":4230,\"alt\":\"xero-infographic\",\"pixels\":1800000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-07 12:47:14','2021-03-26 02:18:11',1,NULL,NULL,NULL,NULL,1,NULL,1),(818,'https://staging.subscriptionflow.com/2020/12/all-you-need-to-know-about-the-subscription-video-on-demand-svod-and-its-way-to-lead-the-subscription-market/','150:d784d10b8bc4bb8e64997c9e042f7029',4252,'post','post',1,0,'All You Need to Know About the Subscription-Video-On-Demand (SVOD)','SVOD is the subscription of the OTT (Over-the-top) services that provide access to the video content via streaming through the internet on a recurring basis.','All You Need to Know About the Subscription-Video-On-Demand (SVOD) and Its Way to Lead the Subscription Market','publish',NULL,0,NULL,NULL,NULL,'Subscription Video On Demand',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg',NULL,'4253','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg','4253','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg\",\"size\":\"full\",\"id\":4253,\"alt\":\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,4,NULL,'2020-12-09 12:28:57','2021-07-07 20:01:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(819,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg','123:e44ec2fd6487a3017eb23a43b9920d74',4253,'post','attachment',1,4252,NULL,NULL,'All-You-Need-to-Know-About-the-Subscription-Video-On-Demand','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg',NULL,'4253','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg','4253','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/All-You-Need-to-Know-About-the-Subscription-Video-On-Demand.jpg\",\"size\":\"full\",\"id\":4253,\"alt\":\"All-You-Need-to-Know-About-the-Subscription-Video-On-Demand\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-09 12:33:11','2020-12-09 00:37:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(820,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png','151:93ba816a68656617a77cf13f5151e815',4254,'post','attachment',1,4252,NULL,NULL,'15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity,-Revenue,-and-Innovation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png',NULL,'4254','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png','4254','attachment-image','{\"width\":700,\"height\":5000,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity-Revenue-and-Innovation.png\",\"size\":\"full\",\"id\":4254,\"alt\":\"15-Ways-OTT-Platforms-Are-Reviving-the-Media-Needs-of-Creativity,-Revenue,-and-Innovation\",\"pixels\":3500000,\"type\":\"image/png\"}',0,1,NULL,'2020-12-09 12:34:43','2020-12-09 00:37:59',1,NULL,NULL,NULL,NULL,1,NULL,1),(821,'https://staging.subscriptionflow.com/cookie-policy/','47:806bbfef9ad74faed10daaff3cbdc7ba',4259,'post','page',1,0,NULL,NULL,'Cookie Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-11 06:40:29','2020-12-11 01:40:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(822,'https://staging.subscriptionflow.com/?post_type=wpcf7_contact_form&p=2737','73:47898c237d958748dcea4f83ed415dbe',2737,'post','wpcf7_contact_form',1,0,NULL,NULL,'Demo SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-11 07:13:23','2021-11-17 06:37:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(824,'https://staging.subscriptionflow.com/2020/12/cloud-billing-market-implications-trends-applications/','95:7474aa44c924c1817b841a437fb3eac3',4281,'post','post',1,0,'Cloud Billing Market - Implications, Trends & Applications | SubscriptionFlow','Cloud billing is a crucial part of any subscription-based or SaaS businesses that help them ensure seamless invoicing and billing operations.','Cloud Billing Market – Implications, Trends & Applications','publish',NULL,0,NULL,NULL,NULL,'Cloud Billing Market',69,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg',NULL,'4284','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg','4284','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg\",\"size\":\"full\",\"id\":4284,\"alt\":\"Cloud-Billing-Market-Implications,-Trends-&-Applications\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,2,NULL,'2020-12-11 13:51:19','2020-12-21 01:14:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(825,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg','117:80bf2e51fe773c83f5a204448e63a1b7',4284,'post','attachment',1,4281,NULL,NULL,'Cloud-Billing-Market-Implications,-Trends-&-Applications','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg',NULL,'4284','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg','4284','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Cloud-Billing-Market-Implications-Trends-Applications.jpg\",\"size\":\"full\",\"id\":4284,\"alt\":\"Cloud-Billing-Market-Implications,-Trends-&-Applications\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-11 13:54:13','2020-12-11 01:59:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(826,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg','96:3ffda07c1bdbbef9e4032b6d698a5474',4285,'post','attachment',1,4281,NULL,NULL,'size-of-the-Cloud-Billing-market','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg',NULL,'4285','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg','4285','attachment-image','{\"width\":1000,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/size-of-the-Cloud-Billing-market.jpg\",\"size\":\"full\",\"id\":4285,\"alt\":\"size-of-the-Cloud-Billing-market\",\"pixels\":800000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-11 13:55:18','2021-03-26 02:18:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(827,'https://staging.subscriptionflow.com/2020/12/the-best-payment-gateway-integration-options-in-uk-for-subscription-based-smes-in-2021-2022/','133:6954746b660a49a9001c7c79e975d645',4319,'post','post',1,0,'The Best Payment Gateway Integration Options in UK','SubscriptionFlow enlists top payment gateways in the United Kingdom to let our customers compare and choose the best payment gateway to receive payments.','The Best Payment Gateway Integration Options in UK for Subscription-Based SMEs in 2021—2022','publish',NULL,0,NULL,NULL,NULL,'Payment Gateway Integration Options in UK',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg',NULL,'4322','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg','4322','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg\",\"size\":\"full\",\"id\":4322,\"alt\":\"Top-Payment-Gateways-in-UK\",\"pixels\":960000,\"type\":\"image/jpeg\"}',13,NULL,NULL,'2020-12-14 11:26:07','2021-01-19 06:33:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(828,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png','71:bd44410937b33f129d5f04daaa5f7306',4320,'post','attachment',1,4319,NULL,NULL,'sagepay','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png',NULL,'4320','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png','4320','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/sagepay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/sagepay.png\",\"size\":\"full\",\"id\":4320,\"alt\":\"sagepay\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2020-12-14 11:32:47','2020-12-13 23:50:45',1,NULL,NULL,NULL,NULL,1,NULL,1),(829,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png','69:f410bdd11b08e915fa6706be32a08bc4',4321,'post','attachment',1,4319,NULL,NULL,'adyen','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png',NULL,'4321','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png','4321','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/adyen.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/adyen.png\",\"size\":\"full\",\"id\":4321,\"alt\":\"adyen\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2020-12-14 11:33:27','2020-12-13 23:50:45',1,NULL,NULL,NULL,NULL,1,NULL,1),(830,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg','90:359891c72e7625bdf68cedb64c2c5acd',4322,'post','attachment',1,4319,NULL,NULL,'Top-Payment-Gateways-in-UK','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg',NULL,'4322','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg','4322','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Top-Payment-Gateways-in-UK.jpg\",\"size\":\"full\",\"id\":4322,\"alt\":\"Top-Payment-Gateways-in-UK\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-14 11:39:37','2020-12-13 23:50:45',1,NULL,NULL,NULL,NULL,1,NULL,1),(831,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg','92:4998aa0825445aa0b1ebb0699ce4eda5',4323,'post','attachment',1,4319,NULL,NULL,'payment-gateway-option-in-uk','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg',NULL,'4323','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg','4323','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/payment-gateway-option-in-uk.jpg\",\"size\":\"full\",\"id\":4323,\"alt\":\"payment-gateway-option-in-uk\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-14 11:41:38','2020-12-13 23:50:45',1,NULL,NULL,NULL,NULL,1,NULL,1),(833,'https://staging.subscriptionflow.com/2020/12/non-profits-can-increase-impact-and-meet-their-fundraising-and-revenue-targets-through-saas-products/','142:4dc16397b2d8624da5c1d7f92fb855d6',4328,'post','post',1,0,'Non-Profits Can Increase Impact and Meet Their Fundraising Through SaaS Products','As a donations management SaaS solution for non-profits, SubscriptionFlow offers several tools for any non-profit organization to grow its donor base.','Non-Profits Can Increase Impact and Meet Their Fundraising and Revenue Targets Through SaaS Products','publish',NULL,0,NULL,NULL,NULL,'SaaS Products',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png',NULL,'4334','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png','4334','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Untitled-1.png\",\"size\":\"full\",\"id\":4334,\"alt\":\"SaaS Products\",\"pixels\":960000,\"type\":\"image/png\"}',5,NULL,NULL,'2020-12-16 11:56:49','2020-12-16 07:27:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(836,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png','74:0df309ad5cb90b1ebc9cb7b89bd647e4',4334,'post','attachment',1,4328,NULL,NULL,'Untitled-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png',NULL,'4334','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png','4334','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Untitled-1.png\",\"size\":\"full\",\"id\":4334,\"alt\":\"SaaS Products\",\"pixels\":960000,\"type\":\"image/png\"}',0,NULL,NULL,'2020-12-16 12:20:07','2020-12-16 00:27:39',1,NULL,NULL,NULL,NULL,1,NULL,1),(838,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif','115:0762e96e8a2dd995bfb187112cf0f987',4340,'post','attachment',1,281,NULL,NULL,'automate-subscription-process-with-subscriptionflow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif',NULL,'4340','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif','4340','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/automate-subscription-process-with-subscriptionflow.gif\",\"size\":\"full\",\"id\":4340,\"alt\":\"automate-subscription-process-with-subscriptionflow\",\"pixels\":424888,\"type\":\"image/gif\"}',0,1,NULL,'2020-12-17 14:30:44','2020-12-17 02:31:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(839,'https://staging.subscriptionflow.com/2020/12/subscription-rundles-the-future-of-subscription-business-is-here/','106:eafd341bc9811df844ac391f42a14415',4342,'post','post',1,0,'Subscription Rundles—The Future of Subscription Business Is Here… | SubscriptionFlow','Use SubscriptionFlow to roll out plans and prices of your rundles in its recurring billing and subscription management platform and go with the flow.','Subscription Rundles—The Future of Subscription Business Is Here…','publish',NULL,0,NULL,NULL,NULL,'Subscription Rundles',60,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif',NULL,'4343','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif','4343','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif\",\"size\":\"full\",\"id\":4343,\"alt\":\"Ready-to-Earn-More-Revenue\",\"pixels\":960000,\"type\":\"image/gif\"}',5,6,NULL,'2020-12-18 12:06:08','2021-08-31 03:22:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(840,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif','90:f19e632b77d3dde5e56a27ca93f71fbb',4343,'post','attachment',1,4342,NULL,NULL,'Ready-to-Earn-More-Revenue','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif',NULL,'4343','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif','4343','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Ready-to-Earn-More-Revenue.gif\",\"size\":\"full\",\"id\":4343,\"alt\":\"Ready-to-Earn-More-Revenue\",\"pixels\":960000,\"type\":\"image/gif\"}',0,NULL,NULL,'2020-12-18 12:09:45','2020-12-18 00:10:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(843,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-and-invoicing.gif','85:1fd5b9c19e7292c4fed24f63c060c29e',4349,'post','attachment',1,434,NULL,NULL,'billing-and-invoicing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-and-invoicing.gif',NULL,'4349','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-and-invoicing.gif','4349','attachment-image','{\"width\":692,\"height\":614,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-and-invoicing.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/billing-and-invoicing.gif\",\"size\":\"full\",\"id\":4349,\"alt\":\"billing-and-invoicing\",\"pixels\":424888,\"type\":\"image/gif\"}',0,1,NULL,'2020-12-21 05:56:40','2020-12-20 17:57:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(844,'https://staging.subscriptionflow.com/2020/12/every-business-can-stream-recurring-revenue-learn-how-subscriptions-have-already-created-the-ripple-effect-in-some-industries/','167:e51e4360a1698d16a1e4a932f26de873',4351,'post','post',1,0,'Every Business Can Stream Recurring Revenue',NULL,'Every Business Can Stream Recurring Revenue—Learn How Subscriptions Have Already Created the Ripple Effect in Some Industries','publish',NULL,0,NULL,NULL,NULL,'Stream Recurring Revenue',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg',NULL,'4352','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg','4352','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg\",\"size\":\"full\",\"id\":4352,\"alt\":\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive,-Even,-In-the-Toughest-Time\",\"pixels\":960000,\"type\":\"image/jpeg\"}',12,5,NULL,'2020-12-21 12:02:40','2021-08-20 05:11:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(845,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg','158:9c1bca0f7b91214a0a1d96c736b88932',4352,'post','attachment',1,4351,NULL,NULL,'Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive,-Even,-In-the-Toughest-Time','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg',NULL,'4352','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg','4352','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive-Even-In-the-Toughest-Time.jpg\",\"size\":\"full\",\"id\":4352,\"alt\":\"Every-Business-Can-Be-A-Subscription-Business-and-Survive-and-Thrive,-Even,-In-the-Toughest-Time\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-21 13:15:05','2020-12-21 01:19:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(846,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg','97:80c8b43a02db0cbeaebe428cac01f4fb',4353,'post','attachment',1,4351,NULL,NULL,'subscription-business-attractions','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg',NULL,'4353','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg','4353','attachment-image','{\"width\":833,\"height\":645,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-business-attractions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/subscription-business-attractions.jpg\",\"size\":\"full\",\"id\":4353,\"alt\":\"subscription-business-attractions\",\"pixels\":537285,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-21 13:16:45','2021-03-26 02:17:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(847,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-software.gif','85:6e9e88b5a64c7e09ca394741b810ed2f',4357,'post','attachment',1,281,NULL,NULL,'subscription-software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-software.gif',NULL,'4357','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-software.gif','4357','attachment-image','{\"width\":1288,\"height\":773,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/subscription-software.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/subscription-software.gif\",\"size\":\"full\",\"id\":4357,\"alt\":\"subscription-software\",\"pixels\":995624,\"type\":\"image/gif\"}',0,1,NULL,'2020-12-22 10:26:09','2020-12-21 22:27:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(848,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-test.gif','77:be2eba01e8308a4353ba7d630e8925e8',4359,'post','attachment',1,281,NULL,NULL,'Subscription management software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-test.gif',NULL,'4359','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-test.gif','4359','attachment-image','{\"width\":1288,\"height\":773,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Untitled-test.gif\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Untitled-test.gif\",\"size\":\"full\",\"id\":4359,\"alt\":\"Subscription management software\",\"pixels\":995624,\"type\":\"image/gif\"}',0,1,NULL,'2020-12-22 11:44:02','2020-12-22 06:50:12',1,NULL,NULL,NULL,NULL,0,NULL,1),(849,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-gif.gif','75:20c0aa66ea1f535cb08f73ad6f11a4e6',4361,'post','attachment',1,434,NULL,NULL,'billing-gif','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/billing-gif.gif',NULL,'4361','attachment-image',NULL,NULL,NULL,'4361','attachment-image',NULL,0,NULL,NULL,'2020-12-22 13:58:31','2020-12-22 08:58:31',1,NULL,NULL,NULL,NULL,0,NULL,1),(850,'https://staging.subscriptionflow.com/?p=4362','40:1c38bb8a3a37a55c392099dcf70b22bb',4362,'post','post',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2019/09/Saas_software_as_a_service-removebg-preview.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2020-12-23 06:39:39','2020-12-23 01:46:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(852,'https://staging.subscriptionflow.com/2020/12/2020-is-ending-20-ways-to-not-miss-any-revenue-opportunity-this-holiday-season/','120:728eac378b2420cba52fff3b985276fa',4364,'post','post',1,0,'2020 Is Ending—20 Ways to Not Miss Any Revenue Opportunity This Holiday Season','Holidays drive more customer engagement and growth opportunities. Stream more revenue and implement these proven SaaS and subscription business approaches.','2020 Is Ending—20 Ways to Not Miss Any Revenue Opportunity This Holiday Season','publish',NULL,0,NULL,NULL,NULL,'Revenue Opportunity This Holiday Season',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg',NULL,'4366','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg','4366','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg\",\"size\":\"full\",\"id\":4366,\"alt\":\"Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement\",\"pixels\":960000,\"type\":\"image/jpeg\"}',15,1,NULL,'2020-12-23 12:35:21','2020-12-28 01:17:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(853,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg','142:9e63b14c1872eb7adf3d88bfbedfe93e',4365,'post','attachment',1,4364,NULL,NULL,'Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season…-Happy-Revenue!','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg',NULL,'4365','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg','4365','attachment-image','{\"width\":960,\"height\":720,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue.jpg\",\"size\":\"full\",\"id\":4365,\"alt\":\"Gear-up-to-Increase-Sales-and-Visibility-this-Holidays-Season...-Happy-Revenue!\",\"pixels\":691200,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-12-23 12:40:30','2020-12-23 00:44:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(854,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg','140:564d591f49e59f7d4a7a291e05102a31',4366,'post','attachment',1,4364,NULL,NULL,'Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg',NULL,'4366','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming—Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg','4366','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement.jpg\",\"size\":\"full\",\"id\":4366,\"alt\":\"Holidays-Are-Coming\\u2014Capitalize-on-Customer-Loyalty-and-Customer-Engagement\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-23 12:40:35','2020-12-23 00:44:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(855,'https://staging.subscriptionflow.com/2020/12/good-bye-2020-rounding-up-the-subscription-economy-with-top-takeaways-from-the-last-year/','130:521b775da983be7778543bd962be5043',4372,'post','post',1,0,'Rounding Up the Subscription Economy',NULL,'Good Bye 2020—Rounding Up the Subscription Economy with Top Takeaways From the Last Year','publish',NULL,0,NULL,NULL,NULL,'Rounding Up the Subscription Economy',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg',NULL,'4373','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg','4373','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg\",\"size\":\"full\",\"id\":4373,\"alt\":\"Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,1,NULL,'2020-12-28 13:15:20','2021-01-01 02:09:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(856,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg','154:4b8815efeda39f6a71faa20f8a2a008d',4373,'post','attachment',1,4372,NULL,NULL,'Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg',NULL,'4373','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020—Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg','4373','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year.jpg\",\"size\":\"full\",\"id\":4373,\"alt\":\"Good-Bye-2020\\u2014Rounding-Up-the-Subscription-Economy-with-Top-Takeaways-From-the-Last-Year\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-28 13:16:05','2020-12-28 01:18:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(857,'https://staging.subscriptionflow.com/2020/12/what-to-expect-in-2021-and-beyond-top-predictions-for-the-subscription-market-and-subscription-management/','147:60972a8d5d84f2e6c5a30064548ec38a',4405,'post','post',1,0,'What to Expect in 2021 and Beyond','2020 is around the corner, it is time to overview the former year to stay strong throughout the next year. Top predictions for 2021 and beyond.','What to Expect in 2021 and Beyond? Top Predictions For the Subscription Market and Subscription Management','publish',NULL,0,NULL,NULL,NULL,'What to Expect in 2021 and Beyond',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg',NULL,'4406','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg','4406','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg\",\"size\":\"full\",\"id\":4406,\"alt\":\"Subscription-Market-and-Subscription-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',2,6,NULL,'2020-12-30 12:20:56','2021-09-01 03:29:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(858,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg','111:6e485dd72763d48d7b3b61869ef3e874',4406,'post','attachment',1,4405,NULL,NULL,'Subscription-Market-and-Subscription-Management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg',NULL,'4406','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg','4406','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/12/Subscription-Market-and-Subscription-Management.jpg\",\"size\":\"full\",\"id\":4406,\"alt\":\"Subscription-Market-and-Subscription-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-30 12:42:13','2020-12-30 00:46:28',1,NULL,NULL,NULL,NULL,1,NULL,1),(861,'https://staging.subscriptionflow.com/2020/12/fb5ea4bb2ec01d8104e9b19631f8027e/','74:1cf4e22a12987dd6d9cac32e4c23cb3f',4410,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-31 07:18:34','2020-12-31 02:18:34',1,NULL,NULL,NULL,NULL,0,NULL,1),(862,'https://staging.subscriptionflow.com/2021/01/key-business-processes-resolutions-gear-up-to-skyrocket-the-saas-subscription-growth-this-year/','136:3e0eef35822059813b60c525c0e9e97b',4411,'post','post',1,0,'Key Business Processes for Subscription Growth','2020 has increased business dependence on cloud applications. This is why 2021 is a year to set growth and revenue resolutions and stick to it until it all starts hitting the goals.','Key Business Processes, Key Resolutions—Gear up to Skyrocket the SaaS Subscription Growth This Year','publish',NULL,0,NULL,NULL,NULL,'Key Business Processes for Subscription Growth',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg',NULL,'4414','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg','4414','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg\",\"size\":\"full\",\"id\":4414,\"alt\":\"Key-Business-Processes-for-Subscription-Growth\",\"pixels\":960000,\"type\":\"image/jpeg\"}',9,3,NULL,'2021-01-01 14:08:47','2021-04-20 22:03:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(864,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg','110:6af3ac14e73e713748b7dda72aead3ac',4414,'post','attachment',1,4411,NULL,NULL,'Key-Business-Processes-for-Subscription-Growth','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg',NULL,'4414','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg','4414','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Key-Business-Processes-for-Subscription-Growth.jpg\",\"size\":\"full\",\"id\":4414,\"alt\":\"Key-Business-Processes-for-Subscription-Growth\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-01 14:33:24','2021-01-01 09:33:37',1,NULL,NULL,NULL,NULL,1,NULL,1),(865,'https://staging.subscriptionflow.com/2021/01/subscription-management-mastery-how-to-get-started-with-subscriptionflow-in-2021/','122:2123cf966eeece229ea8b7eedb7f6df8',4417,'post','post',1,0,'Subscription Management Mastery How to Get Started with SubscriptionFlow in 2021','SubscriptionFlow allows subscription-based businesses to create, manage, and automate the subscription billing and payment processing for their products or services.','Subscription Management Mastery—How to Get Started with SubscriptionFlow in 2021','publish',NULL,0,NULL,NULL,NULL,'Subscription Management Mastery',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg',NULL,'4430','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg','4430','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg\",\"size\":\"full\",\"id\":4430,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',7,5,NULL,'2021-01-04 11:23:49','2021-04-15 22:49:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(868,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png','67:deca655a1f38024f3eabd788228f555f',4420,'post','attachment',1,4417,NULL,NULL,'SF1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png',NULL,'4420','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png','4420','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF1.png\",\"size\":\"full\",\"id\":4420,\"alt\":\"SF1\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:37:53','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(869,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png','67:befc4d8ce58221449cbf9249105c6cd3',4421,'post','attachment',1,4417,NULL,NULL,'SF2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png',NULL,'4421','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png','4421','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF2.png\",\"size\":\"full\",\"id\":4421,\"alt\":\"SF2\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:40:37','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(870,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png','67:84c18ac362ee0f2cba7daaeb96d29fa9',4422,'post','attachment',1,4417,NULL,NULL,'SF3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png',NULL,'4422','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png','4422','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF3.png\",\"size\":\"full\",\"id\":4422,\"alt\":\"SF3\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:41:19','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(871,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png','67:21b905baf31d959830f29e3787446a6e',4423,'post','attachment',1,4417,NULL,NULL,'SF4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png',NULL,'4423','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png','4423','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF4.png\",\"size\":\"full\",\"id\":4423,\"alt\":\"SF4\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:42:01','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(872,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png','67:593a55cb9c0dbc628e5ed02a7cee0ac9',4424,'post','attachment',1,4417,NULL,NULL,'SF5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png',NULL,'4424','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png','4424','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF5.png\",\"size\":\"full\",\"id\":4424,\"alt\":\"SF5\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:42:34','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(873,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png','67:48d25cf8d223dfb9f68fc3de27eca5f6',4425,'post','attachment',1,4417,NULL,NULL,'SF6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png',NULL,'4425','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png','4425','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF6.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF6.png\",\"size\":\"full\",\"id\":4425,\"alt\":\"SF6\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:43:11','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(874,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png','67:5c6234aa32039c0929ee51742176fa8b',4426,'post','attachment',1,4417,NULL,NULL,'SF7','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png',NULL,'4426','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png','4426','attachment-image','{\"width\":1366,\"height\":768,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF7.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF7.png\",\"size\":\"full\",\"id\":4426,\"alt\":\"SF7\",\"pixels\":1049088,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:43:45','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(875,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png','67:925141001355d5112ae8837d76cb3f12',4427,'post','attachment',1,4417,NULL,NULL,'SF8','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png',NULL,'4427','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png','4427','attachment-image','{\"width\":1188,\"height\":2134,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF8.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF8.png\",\"size\":\"full\",\"id\":4427,\"alt\":\"SF8\",\"pixels\":2535192,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:44:36','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(876,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png','67:351a2c5a15c85fb43803b9b8e312e341',4428,'post','attachment',1,4417,NULL,NULL,'SF9','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png',NULL,'4428','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png','4428','attachment-image','{\"width\":1366,\"height\":2664,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/SF9.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/SF9.png\",\"size\":\"full\",\"id\":4428,\"alt\":\"SF9\",\"pixels\":3639024,\"type\":\"image/png\"}',0,1,NULL,'2021-01-04 11:45:25','2021-01-03 23:52:53',1,NULL,NULL,NULL,NULL,1,NULL,1),(877,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg','112:275ee8e0c74b75a7bc4c127d094fbb0b',4430,'post','attachment',1,4417,NULL,NULL,'How-to-Get-Started-with-SubscriptionFlow-in-2021','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg',NULL,'4430','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg','4430','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/How-to-Get-Started-with-SubscriptionFlow-in-2021.jpg\",\"size\":\"full\",\"id\":4430,\"alt\":\"How-to-Get-Started-with-SubscriptionFlow-in-2021\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-04 11:51:35','2021-03-26 02:17:37',1,NULL,NULL,NULL,NULL,1,NULL,1),(895,'https://staging.subscriptionflow.com/2021/01/the-leading-causes-of-revenue-leakages-learn-how-to-mitigate-disruption-in-recurring-revenue-streaming/','144:ae54d0d71959acda1fae06eb297ea7ab',4454,'post','post',1,0,'Learn How to Mitigate Disruption in Recurring Revenue leakage Streaming','subscription businesses to keep tracking and mitigating the small losses due to revenue leakage by building controls around them.','The Leading Causes of Revenue Leakages—Learn How to Mitigate Disruption in Recurring Revenue Streaming','publish',NULL,0,NULL,NULL,NULL,'revenue leakage',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg',NULL,'4624','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg','4624','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg\",\"size\":\"full\",\"id\":4624,\"alt\":\"Leading-Causes-of-Revenue-Leakages\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,4,NULL,'2021-01-06 11:51:04','2021-08-04 02:19:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(897,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg','129:a394b0c822a6c3de7a19570eed7fdb08',4456,'post','attachment',1,4454,NULL,NULL,'Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg',NULL,'4456','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg','4456','attachment-image','{\"width\":1010,\"height\":1026,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business.jpg\",\"size\":\"full\",\"id\":4456,\"alt\":\"Six-Prime-Causes-of-Revenue-Leakages-in-the-Subscription-Business\",\"pixels\":1036260,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-01-06 11:55:13','2021-01-05 23:58:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(898,'https://staging.subscriptionflow.com/2020/05/support/','49:8892c035ff9d24acb8f70d8394d5219f',2857,'post','nav_menu_item',1,0,NULL,NULL,'Support','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-07 06:44:10','2021-01-18 03:41:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(899,'https://staging.subscriptionflow.com/2020/05/2856/','46:6b8dcf1d044c6baccb7e64ea1e7ad95f',2856,'post','nav_menu_item',1,0,NULL,NULL,'Login','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-07 06:44:10','2021-01-18 03:41:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(901,'https://staging.subscriptionflow.com/?page_id=4468','46:032ca9241dd3e6066aaf2c49d43735d5',4468,'post','page',1,0,NULL,NULL,'Payment Gateway New','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,362,NULL,NULL,'2021-01-07 10:26:54','2021-01-08 02:31:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(903,'https://staging.subscriptionflow.com/2021/01/subscription-retention-begins-with-customer-experience-elevation-predictions-and-actions-for-2021/','139:b529edb7433b2f84108dfe15ef5515ec',4485,'post','post',1,0,'Subscription Retention Begins With Customer Experience Elevation','With these data-driven consumer predictions and actionable measures, drive sustainable customer retention in addition to enhanced and personalized customer experience.','Subscription Retention Begins With Customer Experience Elevation—Predictions and Actions for 2021','publish',NULL,0,NULL,NULL,NULL,'Subscription Retention',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg',NULL,'4486','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg','4486','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg\",\"size\":\"full\",\"id\":4486,\"alt\":\"Subscription-Retention-Begins-With-Customer-Experience-Elevation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,8,NULL,'2021-01-11 14:01:30','2021-09-13 03:10:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(904,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg','128:102bdb25ec221a2a0e2da93165b961f6',4486,'post','attachment',1,4485,NULL,NULL,'Subscription-Retention-Begins-With-Customer-Experience-Elevation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg',NULL,'4486','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg','4486','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Subscription-Retention-Begins-With-Customer-Experience-Elevation.jpg\",\"size\":\"full\",\"id\":4486,\"alt\":\"Subscription-Retention-Begins-With-Customer-Experience-Elevation\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-11 14:04:29','2021-01-11 02:05:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(905,'https://staging.subscriptionflow.com/2021/01/overpricing-can-turn-the-subscription-business-upside-down-get-your-saas-pricing-right/','128:928f7083ebc9a30351b4e27337231504',4488,'post','post',1,0,'Get Your SaaS Pricing Right','SubscriptionFlow AI-fueled modules find out the optimal price point for your SaaS product so that as a SaaS vendor, you can best meet your revenue objectives.','Overpricing Can Turn the Subscription Business Upside Down—Get Your SaaS Pricing Right!','publish',NULL,0,NULL,NULL,NULL,'Get Your SaaS Pricing Right',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg',NULL,'4498','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg','4498','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg\",\"size\":\"full\",\"id\":4498,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,4,NULL,'2021-01-15 12:50:36','2021-09-10 01:27:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(906,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png','72:9e6f31e911aff299bd31e018b755cf21',4489,'post','attachment',1,4488,NULL,NULL,'pricing1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png',NULL,'4489','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png','4489','attachment-image','{\"width\":681,\"height\":368,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/pricing1.png\",\"size\":\"full\",\"id\":4489,\"alt\":\"pricing1\",\"pixels\":250608,\"type\":\"image/png\"}',0,1,NULL,'2021-01-15 12:58:10','2021-01-15 01:05:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(907,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png','72:27a4ca52f9ac8335dd5bc2c97d47ea46',4491,'post','attachment',1,4488,NULL,NULL,'pricing2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png',NULL,'4491','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png','4491','attachment-image','{\"width\":698,\"height\":368,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/pricing2.png\",\"size\":\"full\",\"id\":4491,\"alt\":\"pricing2\",\"pixels\":256864,\"type\":\"image/png\"}',0,1,NULL,'2021-01-15 12:59:00','2021-01-15 01:05:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(908,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png','72:0b6b7f5d4dcc63cfffe564b3edcde4ee',4492,'post','attachment',1,4488,NULL,NULL,'pricing3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png',NULL,'4492','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png','4492','attachment-image','{\"width\":703,\"height\":368,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/pricing3.png\",\"size\":\"full\",\"id\":4492,\"alt\":\"pricing3\",\"pixels\":258704,\"type\":\"image/png\"}',0,1,NULL,'2021-01-15 12:59:46','2021-01-15 01:05:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(909,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png','72:1d892d6d0e36297e5755b089833e5977',4493,'post','attachment',1,4488,NULL,NULL,'pricing4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png',NULL,'4493','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png','4493','attachment-image','{\"width\":621,\"height\":276,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/pricing4.png\",\"size\":\"full\",\"id\":4493,\"alt\":\"pricing4\",\"pixels\":171396,\"type\":\"image/png\"}',0,1,NULL,'2021-01-15 13:00:21','2021-01-15 01:05:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(910,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png','72:3d0d9deb3b0e66f44987556f3f45080c',4494,'post','attachment',1,4488,NULL,NULL,'pricing5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png',NULL,'4494','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png','4494','attachment-image','{\"width\":624,\"height\":276,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pricing5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/pricing5.png\",\"size\":\"full\",\"id\":4494,\"alt\":\"pricing5\",\"pixels\":172224,\"type\":\"image/png\"}',0,1,NULL,'2021-01-15 13:00:38','2021-01-15 01:05:08',1,NULL,NULL,NULL,NULL,1,NULL,1),(911,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg','91:65fbfa6511fd081431ed7f8ddabc0b64',4495,'post','attachment',1,4488,NULL,NULL,'Get-Your-SaaS-Pricing-Right!','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg',NULL,'4495','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg','4495','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpg\",\"size\":\"full\",\"id\":4495,\"alt\":\"Get-Your-SaaS-Pricing-Right!\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-15 13:02:22','2021-03-26 02:17:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(912,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg','92:16bb70295e322acd552ef3fe3ba11e4b',4498,'post','attachment',1,4488,NULL,NULL,'Get-Your-SaaS-Pricing-Right','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg',NULL,'4498','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg','4498','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Get-Your-SaaS-Pricing-Right.jpeg\",\"size\":\"full\",\"id\":4498,\"alt\":\"Get-Your-SaaS-Pricing-Right\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-15 13:53:21','2021-03-26 02:17:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(913,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png','69:6bd046b883c7cfde307d50802e29f36c',4499,'post','attachment',1,0,NULL,NULL,'hpp-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png',NULL,'4499','attachment-image',NULL,NULL,NULL,'4499','attachment-image',NULL,0,1,NULL,'2021-01-18 07:23:36','2021-01-17 19:34:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(914,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-2.png','69:0bd0fa26823dc61e6b4156d35010a32f',4500,'post','attachment',1,0,NULL,NULL,'hpp-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-2.png',NULL,'4500','attachment-image',NULL,NULL,NULL,'4500','attachment-image',NULL,0,1,NULL,'2021-01-18 07:23:42','2021-01-17 19:34:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(915,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-3.png','69:ce4dfc65fdc2f5f52adcd8143f2299b6',4501,'post','attachment',1,0,NULL,NULL,'hpp-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-3.png',NULL,'4501','attachment-image',NULL,NULL,NULL,'4501','attachment-image',NULL,0,1,NULL,'2021-01-18 07:23:48','2021-01-17 19:34:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(916,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-4.png','69:42a092be4653bcbfb670449ba304afb7',4502,'post','attachment',1,0,NULL,NULL,'hpp-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-4.png',NULL,'4502','attachment-image',NULL,NULL,NULL,'4502','attachment-image',NULL,0,1,NULL,'2021-01-18 07:23:56','2021-01-17 19:34:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(917,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png','80:d724209e827cb3cff4ab27901942310c',4503,'post','attachment',1,0,NULL,NULL,'implementation-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png',NULL,'4503','attachment-image',NULL,NULL,NULL,'4503','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:02','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(918,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-2.png','80:c7cf866002b08286d5759e8a61903dac',4504,'post','attachment',1,0,NULL,NULL,'implementation-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-2.png',NULL,'4504','attachment-image',NULL,NULL,NULL,'4504','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:07','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(919,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-3.png','80:e836f3fffddf5bd26399dce4b84563f3',4505,'post','attachment',1,0,NULL,NULL,'implementation-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-3.png',NULL,'4505','attachment-image',NULL,NULL,NULL,'4505','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:12','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(920,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-4.png','80:43ec51131a4d3937f183b01eb6b3d499',4506,'post','attachment',1,0,NULL,NULL,'implementation-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-4.png',NULL,'4506','attachment-image',NULL,NULL,NULL,'4506','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:18','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(921,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-5.png','80:328abd0352f3b2d3cc4e70d1020df7b3',4507,'post','attachment',1,0,NULL,NULL,'implementation-5','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-5.png',NULL,'4507','attachment-image',NULL,NULL,NULL,'4507','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:24:24','2021-01-18 02:24:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(922,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-6.png','80:7892e9346eb4c9d96d21cedc238250b5',4508,'post','attachment',1,0,NULL,NULL,'implementation-6','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-6.png',NULL,'4508','attachment-image',NULL,NULL,NULL,'4508','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:29','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(923,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-7.png','80:b457442176918495326727e7d4135f86',4509,'post','attachment',1,0,NULL,NULL,'implementation-7','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-7.png',NULL,'4509','attachment-image',NULL,NULL,NULL,'4509','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:34','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(924,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-8.png','80:58b618c4cfb5d7bb52314f23fac3f910',4510,'post','attachment',1,0,NULL,NULL,'implementation-8','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-8.png',NULL,'4510','attachment-image',NULL,NULL,NULL,'4510','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:39','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(925,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-9.png','80:d36da6a2a4992dbf008847d8db1ca26f',4511,'post','attachment',1,0,NULL,NULL,'implementation-9','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-9.png',NULL,'4511','attachment-image',NULL,NULL,NULL,'4511','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:49','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(926,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-10.png','81:d92b1303eaade716eb432e75f124a3d1',4512,'post','attachment',1,0,NULL,NULL,'implementation-10','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-10.png',NULL,'4512','attachment-image',NULL,NULL,NULL,'4512','attachment-image',NULL,0,1,NULL,'2021-01-18 07:24:56','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(927,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.jpg','81:96a9313a6d3fafcbfdfd009a633be1de',4513,'post','attachment',1,0,NULL,NULL,'implementation-11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.jpg',NULL,'4513','attachment-image',NULL,NULL,NULL,'4513','attachment-image',NULL,0,1,NULL,'2021-01-18 07:25:01','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(928,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.png','81:b015ff0ab8a52ff0901bdaf92c2d79f6',4514,'post','attachment',1,0,NULL,NULL,'implementation-11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-11.png',NULL,'4514','attachment-image',NULL,NULL,NULL,'4514','attachment-image',NULL,0,1,NULL,'2021-01-18 07:25:12','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(929,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-12.png','81:389a7f2181f8b444ddab309e3e79c85d',4515,'post','attachment',1,0,NULL,NULL,'implementation-12','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-12.png',NULL,'4515','attachment-image',NULL,NULL,NULL,'4515','attachment-image',NULL,0,1,NULL,'2021-01-18 07:25:36','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(930,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-13.png','81:c2040771ec0c771c77e67254bd184839',4516,'post','attachment',1,0,NULL,NULL,'implementation-13','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-13.png',NULL,'4516','attachment-image',NULL,NULL,NULL,'4516','attachment-image',NULL,0,1,NULL,'2021-01-18 07:25:59','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(931,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-14.png','81:65a9e96c7dda5d153b78d7cb52fdb79d',4517,'post','attachment',1,0,NULL,NULL,'implementation-14','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-14.png',NULL,'4517','attachment-image',NULL,NULL,NULL,'4517','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:09','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(932,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-15.png','81:5f39dcfafd892bd4dd1259a99c2a1838',4518,'post','attachment',1,0,NULL,NULL,'implementation-15','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-15.png',NULL,'4518','attachment-image',NULL,NULL,NULL,'4518','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:16','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(933,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-17.jpg','81:d6b476be37c7cb11e75b97574b565c77',4519,'post','attachment',1,0,NULL,NULL,'implementation-17','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-17.jpg',NULL,'4519','attachment-image',NULL,NULL,NULL,'4519','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:21','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(934,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-18.png','81:cb69fade9702c27fe8ebc00bd2b17feb',4520,'post','attachment',1,0,NULL,NULL,'implementation-18','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-18.png',NULL,'4520','attachment-image',NULL,NULL,NULL,'4520','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:32','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(935,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-19.png','81:1d6284b7e9466caad213abba8fd6e460',4521,'post','attachment',1,0,NULL,NULL,'implementation-19','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-19.png',NULL,'4521','attachment-image',NULL,NULL,NULL,'4521','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:36','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(936,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-20.png','81:850376a98160a2df5dbe619ea4e741f3',4522,'post','attachment',1,0,NULL,NULL,'implementation-20','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-20.png',NULL,'4522','attachment-image',NULL,NULL,NULL,'4522','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:40','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(937,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-21.png','81:ce04cdad958669a17f1100fac09deee6',4523,'post','attachment',1,0,NULL,NULL,'implementation-21','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-21.png',NULL,'4523','attachment-image',NULL,NULL,NULL,'4523','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:46','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(938,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-22.png','81:d339142176e054f65214bef5c3755970',4524,'post','attachment',1,0,NULL,NULL,'implementation-22','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-22.png',NULL,'4524','attachment-image',NULL,NULL,NULL,'4524','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:52','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(939,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-23.png','81:ba6a4ca1d9ddf5c4db08dbaa55eebeb9',4525,'post','attachment',1,0,NULL,NULL,'implementation-23','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-23.png',NULL,'4525','attachment-image',NULL,NULL,NULL,'4525','attachment-image',NULL,0,1,NULL,'2021-01-18 07:26:56','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(940,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-24.png','81:a2bfbdc7705473f2a040fe7647b22ea3',4526,'post','attachment',1,0,NULL,NULL,'implementation-24','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-24.png',NULL,'4526','attachment-image',NULL,NULL,NULL,'4526','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:01','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(941,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementiation-25.png','82:76222d4231c040597d906f9a97e79716',4527,'post','attachment',1,0,NULL,NULL,'implementiation-25','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementiation-25.png',NULL,'4527','attachment-image',NULL,NULL,NULL,'4527','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:07','2021-01-17 19:31:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(942,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png','68:3203e210c928ef23db2c607f319dc842',4528,'post','attachment',1,0,NULL,NULL,'pg-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png',NULL,'4528','attachment-image',NULL,NULL,NULL,'4528','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:13','2021-01-17 19:35:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(943,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png','69:b4662b3fc410bbe02fd584415d4344bc',4529,'post','attachment',1,0,NULL,NULL,'sap-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png',NULL,'4529','attachment-image',NULL,NULL,NULL,'4529','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:21','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(944,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-2.png','69:f01b27f6f8240ccf00858d9980c53c63',4530,'post','attachment',1,0,NULL,NULL,'sap-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-2.png',NULL,'4530','attachment-image',NULL,NULL,NULL,'4530','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:25','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(945,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-3.png','69:60ea6fcae966737d961eb13ec3db294f',4531,'post','attachment',1,0,NULL,NULL,'sap-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-3.png',NULL,'4531','attachment-image',NULL,NULL,NULL,'4531','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:29','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(946,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4.jpg','69:243ec47c5d22db695abf6d5549b1bef2',4532,'post','attachment',1,0,NULL,NULL,'sap-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4.jpg',NULL,'4532','attachment-image',NULL,NULL,NULL,'4532','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:27:36','2021-01-18 02:27:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(947,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-5.png','69:7e192f214786920db33f488cfffb0c2b',4533,'post','attachment',1,0,NULL,NULL,'sap-5','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-5.png',NULL,'4533','attachment-image',NULL,NULL,NULL,'4533','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:46','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(948,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-6.png','69:d65b1c54d18130c18a1493c36644f549',4534,'post','attachment',1,0,NULL,NULL,'sap-6','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-6.png',NULL,'4534','attachment-image',NULL,NULL,NULL,'4534','attachment-image',NULL,0,1,NULL,'2021-01-18 07:27:52','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(949,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7.png','69:839f979d74a6e9c2eb089dd7fb32e3e2',4535,'post','attachment',1,0,NULL,NULL,'sap-7','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7.png',NULL,'4535','attachment-image',NULL,NULL,NULL,'4535','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:27:58','2021-01-18 02:27:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(950,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-8.png','69:3c98ed43b6ebea57bfcde80b8a8f4457',4536,'post','attachment',1,0,NULL,NULL,'sap-8','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-8.png',NULL,'4536','attachment-image',NULL,NULL,NULL,'4536','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:03','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(951,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-9.png','69:752fe75077de7e6eaa6de91b6d33eb78',4537,'post','attachment',1,0,NULL,NULL,'sap-9','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-9.png',NULL,'4537','attachment-image',NULL,NULL,NULL,'4537','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:08','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(952,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10.png','70:2128539b19b192f977ecf60b8ff8cdc1',4538,'post','attachment',1,0,NULL,NULL,'sap-10','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10.png',NULL,'4538','attachment-image',NULL,NULL,NULL,'4538','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:28:13','2021-01-18 02:28:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(953,'https://staging.subscriptionflow.com/docs/category/go-live-checklist/','65:c84f867fd760b0bb272102966ec8d419',101,'term','epkb_post_type_1_category',NULL,NULL,NULL,NULL,'Go-live Checklist',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:28:16','2021-01-18 02:28:16',1,NULL,NULL,NULL,NULL,0,NULL,1),(954,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-11.png','70:7d9b09578a150db1d11176a30ebeb5fc',4539,'post','attachment',1,0,NULL,NULL,'sap-11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-11.png',NULL,'4539','attachment-image',NULL,NULL,NULL,'4539','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:18','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(955,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-12.png','70:accefaab4981f4592b839dffa33faeb4',4540,'post','attachment',1,0,NULL,NULL,'sap-12','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-12.png',NULL,'4540','attachment-image',NULL,NULL,NULL,'4540','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:22','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(956,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-13.png','70:13beb7b26511ae5c11078522c4bd9a3b',4541,'post','attachment',1,0,NULL,NULL,'sap-13','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-13.png',NULL,'4541','attachment-image',NULL,NULL,NULL,'4541','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:28','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(957,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-14.png','70:544a464a20449fcefa6fc6581ba18d90',4542,'post','attachment',1,0,NULL,NULL,'sap-14','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-14.png',NULL,'4542','attachment-image',NULL,NULL,NULL,'4542','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:33','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(958,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-15.png','70:1dd8e0b7f8f174960f149f5d7492ed38',4543,'post','attachment',1,0,NULL,NULL,'sap-15','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-15.png',NULL,'4543','attachment-image',NULL,NULL,NULL,'4543','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:38','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(959,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-16.png','70:e97bdf9af396f76fa8503c648cdcfefc',4544,'post','attachment',1,0,NULL,NULL,'sap-16','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-16.png',NULL,'4544','attachment-image',NULL,NULL,NULL,'4544','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:42','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(960,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-17.png','70:12d4ebb284e686602f3f0132ebd2a235',4545,'post','attachment',1,0,NULL,NULL,'sap-17','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-17.png',NULL,'4545','attachment-image',NULL,NULL,NULL,'4545','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:47','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(961,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-18.png','70:c08280ad9fdbe6d2fdcf61b67aec2f20',4546,'post','attachment',1,0,NULL,NULL,'sap-18','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-18.png',NULL,'4546','attachment-image',NULL,NULL,NULL,'4546','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:28:52','2021-01-18 02:28:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(962,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19.png','70:a7672fb41814d43d7ea88c5f08e1c08d',4547,'post','attachment',1,0,NULL,NULL,'sap-19','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19.png',NULL,'4547','attachment-image',NULL,NULL,NULL,'4547','attachment-image',NULL,0,1,NULL,'2021-01-18 07:28:57','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(963,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-20.png','70:b209466a353fdbbb88a659b02da5bd65',4548,'post','attachment',1,0,NULL,NULL,'sap-20','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-20.png',NULL,'4548','attachment-image',NULL,NULL,NULL,'4548','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:02','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(964,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-21.png','70:5cbd3350f5bc5a434ecc69fecc3eefb9',4549,'post','attachment',1,0,NULL,NULL,'sap-21','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-21.png',NULL,'4549','attachment-image',NULL,NULL,NULL,'4549','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:06','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(965,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-22.png','70:dacb3b8b389b4bd7c6c66b60cdfced78',4550,'post','attachment',1,0,NULL,NULL,'sap-22','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-22.png',NULL,'4550','attachment-image',NULL,NULL,NULL,'4550','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:11','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(966,'https://staging.subscriptionflow.com/docs/category/implementation-guide/','68:f2aea3793321da01d2af9816c5754e08',102,'term','epkb_post_type_1_category',NULL,NULL,NULL,NULL,'Implementation Guide',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2021-01-18 07:29:13','2021-01-18 02:45:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(967,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-23.png','70:f880cc40e1017074b7edb1d50b12f575',4551,'post','attachment',1,0,NULL,NULL,'sap-23','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-23.png',NULL,'4551','attachment-image',NULL,NULL,NULL,'4551','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:15','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(968,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-124.png','71:9e6c7e4cf978d8aae3db2b8a13446261',4552,'post','attachment',1,0,NULL,NULL,'sap-124','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-124.png',NULL,'4552','attachment-image',NULL,NULL,NULL,'4552','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:20','2021-01-17 19:34:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(969,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png','68:0ae2977c21bdac35669c58fbd481a535',4553,'post','attachment',1,0,NULL,NULL,'ss-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png',NULL,'4553','attachment-image',NULL,NULL,NULL,'4553','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:25','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(970,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-2.png','68:4fa0856ff3ae0678e1ef7828e275e1e5',4554,'post','attachment',1,0,NULL,NULL,'ss-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-2.png',NULL,'4554','attachment-image',NULL,NULL,NULL,'4554','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:29','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(971,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-3.png','68:fba7fe34462277b6f529cb7689dfcabe',4555,'post','attachment',1,0,NULL,NULL,'ss-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-3.png',NULL,'4555','attachment-image',NULL,NULL,NULL,'4555','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:29:36','2021-01-18 02:29:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(972,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-4.png','68:9ba533c2667a34c0860b9c9f20d58469',4556,'post','attachment',1,0,NULL,NULL,'ss-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-4.png',NULL,'4556','attachment-image',NULL,NULL,NULL,'4556','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:41','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(973,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-5.png','68:a4f59be7bcad72675d7b171cdb3cf1ec',4557,'post','attachment',1,0,NULL,NULL,'ss-5','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-5.png',NULL,'4557','attachment-image',NULL,NULL,NULL,'4557','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:46','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(974,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-6.png','68:47ba46d04723c25d439a19fef69694ec',4558,'post','attachment',1,0,NULL,NULL,'ss-6','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-6.png',NULL,'4558','attachment-image',NULL,NULL,NULL,'4558','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:50','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(975,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-7.png','68:bb1adc28473641270dbfb6cd3800afe7',4559,'post','attachment',1,0,NULL,NULL,'ss-7','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-7.png',NULL,'4559','attachment-image',NULL,NULL,NULL,'4559','attachment-image',NULL,0,1,NULL,'2021-01-18 07:29:55','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(976,'https://staging.subscriptionflow.com/docs/getting-started-with-subscriptionflow/','76:f4bb39ff2e3053d8ece5bdcffafd476f',4560,'post','epkb_post_type_1',1,0,NULL,NULL,'Getting Started with SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/implementation-1.png',NULL,'first-content-image',NULL,0,4,NULL,'2021-01-18 07:29:58','2021-02-01 00:13:56',1,NULL,NULL,NULL,NULL,0,NULL,1),(977,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-8.png','68:e992124740cc053e9ab2d472a2acfe16',4561,'post','attachment',1,0,NULL,NULL,'ss-8','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-8.png',NULL,'4561','attachment-image',NULL,NULL,NULL,'4561','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:00','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(978,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-9.png','68:2aa98a9414662d018bf468b0ed235f38',4562,'post','attachment',1,0,NULL,NULL,'ss-9','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-9.png',NULL,'4562','attachment-image',NULL,NULL,NULL,'4562','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:06','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(979,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-10.png','69:6eae1725daf04decbd4941ee43071c2b',4563,'post','attachment',1,0,NULL,NULL,'ss-10','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-10.png',NULL,'4563','attachment-image',NULL,NULL,NULL,'4563','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:10','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(980,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-11.png','69:ecb636c5f5116d5c305ae5c604768360',4564,'post','attachment',1,0,NULL,NULL,'ss-11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-11.png',NULL,'4564','attachment-image',NULL,NULL,NULL,'4564','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:14','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(981,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-12.png','69:b899c74cc4f33e8d3675d446320c0bb4',4565,'post','attachment',1,0,NULL,NULL,'ss-12','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-12.png',NULL,'4565','attachment-image',NULL,NULL,NULL,'4565','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:19','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(982,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-13.png','69:0ca10f119a1cd7cbbddd407e4a8f314a',4566,'post','attachment',1,0,NULL,NULL,'ss-13','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-13.png',NULL,'4566','attachment-image',NULL,NULL,NULL,'4566','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:23','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(983,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-14.png','69:2ef21cbba9055dfec435068619a9959e',4567,'post','attachment',1,0,NULL,NULL,'ss-14','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-14.png',NULL,'4567','attachment-image',NULL,NULL,NULL,'4567','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:27','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(984,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-15.png','69:2ed3c2bebad65aae1f41efb898bcb386',4568,'post','attachment',1,0,NULL,NULL,'ss-15','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-15.png',NULL,'4568','attachment-image',NULL,NULL,NULL,'4568','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:33','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(985,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-16.png','69:2b8765ccf9d0081ace82f4beebe6e54a',4569,'post','attachment',1,0,NULL,NULL,'ss-16','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-16.png',NULL,'4569','attachment-image',NULL,NULL,NULL,'4569','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:38','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(986,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-17.png','69:64a2001c70f7847ef0ebcd7033ea3f22',4570,'post','attachment',1,0,NULL,NULL,'ss-17','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-17.png',NULL,'4570','attachment-image',NULL,NULL,NULL,'4570','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:42','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(987,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-18.png','69:69cc23e16621837bb594d8b70c600303',4571,'post','attachment',1,0,NULL,NULL,'ss-18','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-18.png',NULL,'4571','attachment-image',NULL,NULL,NULL,'4571','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:47','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(988,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-19.png','69:2d711d96f9160bbafc1af32eb0f18e5f',4572,'post','attachment',1,0,NULL,NULL,'ss-19','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-19.png',NULL,'4572','attachment-image',NULL,NULL,NULL,'4572','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:52','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(989,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-20.png','69:74964962cf3f60cf055ab3198b2110d2',4573,'post','attachment',1,0,NULL,NULL,'ss-20','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-20.png',NULL,'4573','attachment-image',NULL,NULL,NULL,'4573','attachment-image',NULL,0,1,NULL,'2021-01-18 07:30:56','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(990,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-22.png','69:fc97e531c3a7a29589583e6bd4b2b751',4574,'post','attachment',1,0,NULL,NULL,'ss-22','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-22.png',NULL,'4574','attachment-image',NULL,NULL,NULL,'4574','attachment-image',NULL,0,1,NULL,'2021-01-18 07:31:01','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(991,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-23.png','69:4710051d4d41f4a8f2912bf5cee0d5b6',4575,'post','attachment',1,0,NULL,NULL,'ss-23','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-23.png',NULL,'4575','attachment-image',NULL,NULL,NULL,'4575','attachment-image',NULL,0,1,NULL,'2021-01-18 07:31:06','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(992,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-24.png','69:8c895686ffb4cf37d7abf7f111bd973f',4576,'post','attachment',1,0,NULL,NULL,'ss-24','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-24.png',NULL,'4576','attachment-image',NULL,NULL,NULL,'4576','attachment-image',NULL,0,1,NULL,'2021-01-18 07:31:11','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(993,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-25.png','69:373714eb9759706773e428f919fafd29',4577,'post','attachment',1,0,NULL,NULL,'ss-25','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-25.png',NULL,'4577','attachment-image',NULL,NULL,NULL,'4577','attachment-image',NULL,0,1,NULL,'2021-01-18 07:31:16','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(994,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-21.png','69:3871ab8b9586c708fba298ac9d57cd4b',4578,'post','attachment',1,0,NULL,NULL,'ss-21','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-21.png',NULL,'4578','attachment-image',NULL,NULL,NULL,'4578','attachment-image',NULL,0,1,NULL,'2021-01-18 07:31:21','2021-01-17 19:33:32',1,NULL,NULL,NULL,NULL,0,NULL,1),(995,'https://staging.subscriptionflow.com/docs/recurring-billing-checklist-for-subscriptionflow/','87:eeb2695132b0828de18efd13d224009d',4580,'post','epkb_post_type_1',1,0,NULL,NULL,'Recurring Billing Checklist for SubscriptionFlow','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-01-18 07:32:07','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(996,'https://staging.subscriptionflow.com/docs/subscription-solutions/','61:84e54722386bfdc3e571727c465db40d',4582,'post','epkb_post_type_1',1,0,NULL,NULL,'Subscription Solutions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ss-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2021-01-18 07:33:00','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(997,'https://staging.subscriptionflow.com/docs/subscriptionflow-admin-portal-an-overview/','80:946aef619f9d45ab30c96937a87bf645',4584,'post','epkb_post_type_1',1,0,NULL,NULL,'SubscriptionFlow Admin Portal – An Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2021-01-18 07:33:41','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(998,'https://staging.subscriptionflow.com/docs/hosted-payment-pages/','59:4d1e139065c862161648888047175a98',4587,'post','epkb_post_type_1',1,0,NULL,NULL,'Hosted Payment Pages','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/hpp-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2021-01-18 07:34:26','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(999,'https://staging.subscriptionflow.com/docs/payment-gateways/','55:94614752746715ae578c210e82ad957c',4589,'post','epkb_post_type_1',1,0,NULL,NULL,'Payment Gateways','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/pg-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2021-01-18 07:35:06','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(1000,'https://staging.subscriptionflow.com/docs/api-integration/','54:e04bf5c5c900b26500876d9a8eb4f5d0',4592,'post','epkb_post_type_1',1,0,NULL,NULL,'API Integration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-01-18 07:35:52','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(1001,'https://staging.subscriptionflow.com/docs/reporting-and-analytics/','62:5bc588027c871513e6ec32cc2ed4f5ee',4594,'post','epkb_post_type_1',1,0,NULL,NULL,'Reporting and Analytics','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png',NULL,'first-content-image',NULL,0,1,NULL,'2021-01-18 07:36:25','2021-01-17 20:40:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(1002,'https://staging.subscriptionflow.com/2021/01/getting-started/','57:d310d6df30a8d605fa87ed6f17bc6977',4596,'post','nav_menu_item',1,0,NULL,NULL,'Getting Started','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:47:39','2021-01-18 02:49:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(1003,'https://staging.subscriptionflow.com/2021/01/4597/','46:e412eaaa8d7205967e0568f85f6105ef',4597,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:38','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1004,'https://staging.subscriptionflow.com/2021/01/4598/','46:f65d7fc12c466e963d86050a3a403a6c',4598,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:38','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1005,'https://staging.subscriptionflow.com/2021/01/4599/','46:62d75f73948136d950f8fa8c6e35d242',4599,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:38','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1006,'https://staging.subscriptionflow.com/2021/01/4600/','46:14f3dc498131f2aafa942b9f96aeb338',4600,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:39','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1007,'https://staging.subscriptionflow.com/2021/01/4601/','46:fab13091567edeff818b6a1cc37a1717',4601,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:39','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1008,'https://staging.subscriptionflow.com/2021/01/4602/','46:0087b9761313381a850c1e05c89d5703',4602,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:39','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1009,'https://staging.subscriptionflow.com/2021/01/4603/','46:55f8c4e4fcb5778ce6ffc4f665525bb0',4603,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:39','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1010,'https://staging.subscriptionflow.com/2021/01/implementation-guide/','62:49bf5a9025860ca9acb5a2028947f132',4604,'post','nav_menu_item',1,0,NULL,NULL,'Implementation Guide','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:48:39','2021-01-18 02:49:37',1,NULL,NULL,NULL,NULL,0,NULL,1),(1011,'https://staging.subscriptionflow.com/2020/08/dashboard/','51:8c85c421d5635285bf3b65affe7b09f7',3354,'post','nav_menu_item',1,0,NULL,NULL,'Dashboard','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:38','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1012,'https://staging.subscriptionflow.com/2020/08/overview/','50:68d0d373a0fcc87b9c24cd31560a6e7f',3355,'post','nav_menu_item',1,0,NULL,NULL,'Overview','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:38','2021-01-18 02:49:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1013,'https://staging.subscriptionflow.com/2020/08/customer-account/','58:5de15eba5ffbfe55be1277178a3f99f3',3388,'post','nav_menu_item',1,0,NULL,NULL,'Customer Account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:38','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1014,'https://staging.subscriptionflow.com/2020/08/create-account/','56:4c6c75f491ff7600f1c27d0a28d8a450',3389,'post','nav_menu_item',1,0,NULL,NULL,'Create Account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:39','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1015,'https://staging.subscriptionflow.com/2020/08/integrations/','54:1ad5bb5f557e32aa511c1fc38731f9e6',3356,'post','nav_menu_item',1,0,NULL,NULL,'Integrations','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:39','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1016,'https://staging.subscriptionflow.com/2020/08/finance/','49:312cb57a262094802284cb82509661e5',3308,'post','nav_menu_item',1,0,NULL,NULL,'Finance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:39','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1017,'https://staging.subscriptionflow.com/2020/08/avalara/','49:d145d4a75c7965ec90809cdbcb736f70',3309,'post','nav_menu_item',1,0,NULL,NULL,'Avalara','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:39','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1018,'https://staging.subscriptionflow.com/2020/08/avatax-for-sales/','58:3505bf2ae59ae212754f7c5633f44569',3310,'post','nav_menu_item',1,0,NULL,NULL,'AvaTax for Sales','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-18 07:49:39','2021-01-18 02:49:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1019,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png','68:2923b509ce94478160812e43d33f555c',4605,'post','attachment',1,0,NULL,NULL,'ra-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-1.png',NULL,'4605','attachment-image',NULL,NULL,NULL,'4605','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:53:57','2021-01-18 02:53:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(1020,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-2.png','68:66b6dc0efeb34604ecfff42bdac4f4bb',4606,'post','attachment',1,0,NULL,NULL,'ra-2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-2.png',NULL,'4606','attachment-image',NULL,NULL,NULL,'4606','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:02','2021-01-18 02:54:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(1021,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-3.png','68:07de16a29bdb7525befbb97f0985b828',4607,'post','attachment',1,0,NULL,NULL,'ra-3','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-3.png',NULL,'4607','attachment-image',NULL,NULL,NULL,'4607','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:09','2021-01-18 02:54:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(1022,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-4.png','68:d5f55c4a339ac6955a50392b5255a5af',4608,'post','attachment',1,0,NULL,NULL,'ra-4','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-4.png',NULL,'4608','attachment-image',NULL,NULL,NULL,'4608','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:14','2021-01-18 02:54:14',1,NULL,NULL,NULL,NULL,0,NULL,1),(1023,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-5.png','68:b57d7699398e771557ec99b980a2564a',4609,'post','attachment',1,0,NULL,NULL,'ra-5','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-5.png',NULL,'4609','attachment-image',NULL,NULL,NULL,'4609','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:19','2021-01-18 02:54:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(1024,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-6.png','68:f6586d979f11a15a82b336d2b809ce04',4610,'post','attachment',1,0,NULL,NULL,'ra-6','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-6.png',NULL,'4610','attachment-image',NULL,NULL,NULL,'4610','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:24','2021-01-18 02:54:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(1025,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-7.png','68:de10c7f030baa5eb3e403b71f239ce4b',4611,'post','attachment',1,0,NULL,NULL,'ra-7','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-7.png',NULL,'4611','attachment-image',NULL,NULL,NULL,'4611','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:29','2021-01-18 02:54:29',1,NULL,NULL,NULL,NULL,0,NULL,1),(1026,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-8.png','68:07b6e29a084f602486a7632f41c7c486',4612,'post','attachment',1,0,NULL,NULL,'ra-8','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-8.png',NULL,'4612','attachment-image',NULL,NULL,NULL,'4612','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:36','2021-01-18 02:54:36',1,NULL,NULL,NULL,NULL,0,NULL,1),(1027,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-9.png','68:b52d1112e11e4fc8972850982fcd783b',4613,'post','attachment',1,0,NULL,NULL,'ra-9','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-9.png',NULL,'4613','attachment-image',NULL,NULL,NULL,'4613','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:41','2021-01-18 02:54:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(1028,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-10.png','69:867f25359eddaa55d2151e51d086c0bf',4614,'post','attachment',1,0,NULL,NULL,'ra-10','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-10.png',NULL,'4614','attachment-image',NULL,NULL,NULL,'4614','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:46','2021-01-18 02:54:46',1,NULL,NULL,NULL,NULL,0,NULL,1),(1029,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-11.png','69:8906701adf44831045c9f4d00891358f',4615,'post','attachment',1,0,NULL,NULL,'ra-11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-11.png',NULL,'4615','attachment-image',NULL,NULL,NULL,'4615','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:50','2021-01-18 02:54:50',1,NULL,NULL,NULL,NULL,0,NULL,1),(1030,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-12.png','69:3ee4b026a647b3fd546b43de002ab239',4616,'post','attachment',1,0,NULL,NULL,'ra-12','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-12.png',NULL,'4616','attachment-image',NULL,NULL,NULL,'4616','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:54:54','2021-01-18 02:54:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(1031,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-13.png','69:ccb349075e5a638214b3d9f6a3ed4f34',4617,'post','attachment',1,0,NULL,NULL,'ra-13','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ra-13.png',NULL,'4617','attachment-image',NULL,NULL,NULL,'4617','attachment-image',NULL,0,NULL,NULL,'2021-01-18 07:55:01','2021-01-18 02:55:01',1,NULL,NULL,NULL,NULL,0,NULL,1),(1032,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sfpreloader.gif','75:76fc849f523f08d6a84cace9b77b2b9f',4621,'post','attachment',1,0,NULL,NULL,'sfpreloader','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sfpreloader.gif',NULL,'4621','attachment-image',NULL,NULL,NULL,'4621','attachment-image',NULL,0,NULL,NULL,'2021-01-18 08:20:33','2021-01-18 03:20:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(1034,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg','100:ba806f6d53718d8697c5a757163aed0f',4624,'post','attachment',1,4454,NULL,NULL,'Leading-Causes-of-Revenue-Leakages (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg',NULL,'4624','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg','4624','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Leading-Causes-of-Revenue-Leakages-1.jpg\",\"size\":\"full\",\"id\":4624,\"alt\":\"Leading-Causes-of-Revenue-Leakages\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-19 06:03:28','2021-01-19 01:03:43',1,NULL,NULL,NULL,NULL,0,NULL,1),(1035,'https://staging.subscriptionflow.com/2021/01/everything-you-need-to-know-about-the-payment-gateway-options-in-australia-in-2021-and-beyond/','135:65237dedfe47a84a9178bf76004c9ee2',4625,'post','post',1,0,'Payment Gateway Options in Australia','SubscriptionFlow enlists top payment gateways in Australia to let our customers compare and choose the best payment gateway to receive payments.','Everything You Need to Know About the Payment Gateway Options in Australia in 2021 and Beyond!','publish',NULL,0,NULL,NULL,NULL,'Payment Gateway Options in Australia',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg',NULL,'4631','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg','4631','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg\",\"size\":\"full\",\"id\":4631,\"alt\":\"top-payment-gateways-in-Australia\",\"pixels\":960000,\"type\":\"image/jpeg\"}',10,3,NULL,'2021-01-19 11:29:23','2021-08-23 00:31:38',1,NULL,NULL,NULL,NULL,0,NULL,1),(1036,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png','68:275c5c2effb2a81d40d7b113975598f0',4627,'post','attachment',1,4625,NULL,NULL,'eway','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png',NULL,'4627','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png','4627','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/eway.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/eway.png\",\"size\":\"full\",\"id\":4627,\"alt\":\"eway\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2021-01-19 11:54:31','2021-01-18 23:59:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(1037,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png','73:ec5a97dc84bb909fe8e548af6e47e7ff',4628,'post','attachment',1,4625,NULL,NULL,'Fat-Zebra','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png',NULL,'4628','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png','4628','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Fat-Zebra.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Fat-Zebra.png\",\"size\":\"full\",\"id\":4628,\"alt\":\"Fat-Zebra\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2021-01-19 11:55:10','2021-01-18 23:59:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(1038,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png','76:d9dd916421f4e83c26dd28eccb371e32',4629,'post','attachment',1,4625,NULL,NULL,'Pin-Payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png',NULL,'4629','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png','4629','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Pin-Payments.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Pin-Payments.png\",\"size\":\"full\",\"id\":4629,\"alt\":\"Pin-Payments\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2021-01-19 11:55:34','2021-01-18 23:59:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(1039,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png','75:115977e95fe03897e8893c4f0e61e48d',4630,'post','attachment',1,4625,NULL,NULL,'ANZ-ewallet','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png',NULL,'4630','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png','4630','attachment-image','{\"width\":300,\"height\":60,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/ANZ-ewallet.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/ANZ-ewallet.png\",\"size\":\"full\",\"id\":4630,\"alt\":\"ANZ-ewallet\",\"pixels\":18000,\"type\":\"image/png\"}',0,1,NULL,'2021-01-19 11:55:59','2021-01-18 23:59:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(1040,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg','99:d020777028bdd64bfee631303b24e4ea',4631,'post','attachment',1,4625,NULL,NULL,'top-payment-gateways-in-australia (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg',NULL,'4631','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg','4631','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/top-payment-gateways-in-australia-1.jpg\",\"size\":\"full\",\"id\":4631,\"alt\":\"top-payment-gateways-in-Australia\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-19 11:57:30','2021-01-18 23:59:34',1,NULL,NULL,NULL,NULL,1,NULL,1),(1041,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10-e1610613260900.png','85:2d07efa44f4715236f96aacbcb16f31a',4633,'post','attachment',1,0,NULL,NULL,'sap-10-e1610613260900','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-10-e1610613260900.png',NULL,'4633','attachment-image',NULL,NULL,NULL,'4633','attachment-image',NULL,0,NULL,NULL,'2021-01-21 13:10:00','2021-01-21 08:10:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(1042,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19-1.png','72:ce01ba6eddf171a44f7c2b5718953448',4634,'post','attachment',1,0,NULL,NULL,'sap-19-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-19-1.png',NULL,'4634','attachment-image',NULL,NULL,NULL,'4634','attachment-image',NULL,0,NULL,NULL,'2021-01-21 13:10:06','2021-01-21 08:10:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(1043,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7-1.png','71:60bfafb2105044d631e427c5ae6f00dd',4635,'post','attachment',1,0,NULL,NULL,'sap-7-1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-7-1.png',NULL,'4635','attachment-image',NULL,NULL,NULL,'4635','attachment-image',NULL,0,NULL,NULL,'2021-01-21 13:10:11','2021-01-21 08:10:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(1044,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4-e1610610854889.jpg','84:8e168b1c961e489338691364172bf1a5',4636,'post','attachment',1,0,NULL,NULL,'sap-4-e1610610854889','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/sap-4-e1610610854889.jpg',NULL,'4636','attachment-image',NULL,NULL,NULL,'4636','attachment-image',NULL,0,NULL,NULL,'2021-01-21 13:12:02','2021-01-21 08:12:02',1,NULL,NULL,NULL,NULL,0,NULL,1),(1045,'https://staging.subscriptionflow.com/2021/01/check-out-our-ultimate-checkout-guide-learn-what-is-it-and-how-does-it-help-online-business-to-accept-online-payments/','159:d8b424b6770d3e79bc27e4feb0d57ae0',4637,'post','post',1,0,'Optimal Checkout Process for Businesses','Checkout is the online web form to fill the order, billing, shipping, or contact and payment details and connects the online shopping cart to the payment page.','Check Out Our Ultimate Checkout Guide—Learn What is it and How Does It Help Online Business to Accept Online Payments?','publish',NULL,0,NULL,NULL,NULL,'Optimal Checkout Process for Businesses',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg',NULL,'4639','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg','4639','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg\",\"size\":\"full\",\"id\":4639,\"alt\":\"Optimal-Checkout-process-for-businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,6,NULL,'2021-01-22 12:51:16','2021-08-17 02:45:58',1,NULL,NULL,NULL,NULL,0,NULL,1),(1046,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg','84:18a56f5dd18e661e3300e2c22ee975dd',4638,'post','attachment',1,4637,NULL,NULL,'The-Checkout-Process','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg',NULL,'4638','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg','4638','attachment-image','{\"width\":800,\"height\":170,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/The-Checkout-Process.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/The-Checkout-Process.jpg\",\"size\":\"full\",\"id\":4638,\"alt\":\"The-Checkout-Process\",\"pixels\":136000,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-01-22 13:00:58','2021-01-22 01:03:38',1,NULL,NULL,NULL,NULL,1,NULL,1),(1047,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg','103:ef23c0d020ab2e99c6fd83e8d948cc33',4639,'post','attachment',1,4637,NULL,NULL,'Optimal-Checkout-process-for-businesses','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg',NULL,'4639','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg','4639','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Optimal-Checkout-process-for-businesses.jpg\",\"size\":\"full\",\"id\":4639,\"alt\":\"Optimal-Checkout-process-for-businesses\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-22 13:01:38','2021-01-22 01:03:38',1,NULL,NULL,NULL,NULL,1,NULL,1),(1051,'https://staging.subscriptionflow.com/payment-gateway/','49:a89f02116c2939f17247f0b8c3ae7e98',4649,'post','page',1,0,NULL,NULL,'Payment Gateway','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,247,NULL,NULL,'2021-01-25 07:55:10','2021-01-25 03:10:51',1,NULL,NULL,NULL,NULL,0,NULL,1),(1052,'https://staging.subscriptionflow.com/2021/01/how-saas-is-changing-the-way-businesses-work/','86:daad92bc081a2fb62f8ce2e9816a31ef',4675,'post','post',1,0,'How SaaS is Changing the Way Businesses Work | SubscriptionFlow','Businesses are adopting SaaS-based technical solutions in order to ensure flexibility, convenience, and reliability in online business applications.','How SaaS is Changing the Way Businesses Work','publish',NULL,0,NULL,NULL,NULL,'How SaaS is Changing the Way Businesses Work',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg',NULL,'4676','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg','4676','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg\",\"size\":\"full\",\"id\":4676,\"alt\":\"How-SaaS-is-Changing-the-Way-Businesses-Work\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,2,NULL,'2021-01-25 13:57:58','2021-04-20 22:03:59',1,NULL,NULL,NULL,NULL,0,NULL,1),(1053,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg','110:a72005fadf83419b18574f3ebadb0960',4676,'post','attachment',1,4675,NULL,NULL,'How-SaaS-is-Changing-the-Way-Businesses-Work (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg',NULL,'4676','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg','4676','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/How-SaaS-is-Changing-the-Way-Businesses-Work-1.jpg\",\"size\":\"full\",\"id\":4676,\"alt\":\"How-SaaS-is-Changing-the-Way-Businesses-Work\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-25 13:59:39','2021-01-25 02:01:41',1,NULL,NULL,NULL,NULL,1,NULL,1),(1054,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png','70:b4a1e394b19be694872a8d7789762013',4679,'post','attachment',1,0,NULL,NULL,'f-user','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/f-user.png',NULL,'4679','attachment-image',NULL,NULL,NULL,'4679','attachment-image',NULL,0,5,NULL,'2021-01-26 13:16:55','2021-01-31 19:51:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(1055,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/user.png','68:62d011cc0bcad0eb924ed3b6df3565a0',4680,'post','attachment',1,0,NULL,NULL,'user','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/user.png',NULL,'4680','attachment-image',NULL,NULL,NULL,'4680','attachment-image',NULL,0,2,NULL,'2021-01-26 13:16:56','2021-01-31 19:51:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(1057,'https://staging.subscriptionflow.com/2021/01/top-notch-invoicing-solutions-in-subscriptionflow-you-need-to-manage-hassle-free-recurring-billing/','140:913efb115c9bb577eb56d210582afdf5',4682,'post','post',1,0,'Top-Notch Invoicing Solutions in SubscriptionFlow','SubscriptionFlow has identified the loopholes and developed and incorporated all the invoice automation and management features and functionalities.','Top-Notch Invoicing Solutions in SubscriptionFlow You Need to Manage Hassle-free Recurring Billing','publish',NULL,0,NULL,NULL,NULL,'Top-Notch Invoicing Solutions in SubscriptionFlow',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg',NULL,'4683','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg','4683','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg\",\"size\":\"full\",\"id\":4683,\"alt\":\"Manage-Hasslefree-Recurring-Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,2,NULL,'2021-01-29 12:54:54','2021-03-05 01:35:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(1058,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg','101:53bfcac4850554b4046be44b822969d5',4683,'post','attachment',1,4682,NULL,NULL,'Manage-Hasslefree-Recurring-Billing (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg',NULL,'4683','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg','4683','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Manage-Hasslefree-Recurring-Billing-1.jpg\",\"size\":\"full\",\"id\":4683,\"alt\":\"Manage-Hasslefree-Recurring-Billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-29 12:56:11','2021-01-29 01:13:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(1059,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1.jpg','84:111f4d4c33cad7d28fb9ab3a0fef9a29',4684,'post','attachment',1,4682,NULL,NULL,'invoicing-features (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1.jpg',NULL,'4684','attachment-image',NULL,NULL,NULL,'4684','attachment-image',NULL,0,NULL,NULL,'2021-01-29 12:57:47','2021-01-29 01:13:29',1,NULL,NULL,NULL,NULL,1,NULL,1),(1060,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1-1-scaled.jpg','93:fc1542fd06b19b4de189b687647e1b8f',4685,'post','attachment',1,4682,NULL,NULL,'invoicing-features','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1-1-scaled.jpg',NULL,'4685','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1-1-scaled.jpg','4685','attachment-image','{\"width\":845,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-1-1-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/invoicing-features-1-1-scaled.jpg\",\"size\":\"full\",\"id\":4685,\"alt\":\"invoicing-features\",\"pixels\":2163200,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-29 13:02:58','2021-03-26 02:16:46',1,NULL,NULL,NULL,NULL,1,NULL,1),(1061,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg','110:f784514ca6fc839c9fab08b477639968',4686,'post','attachment',1,4682,NULL,NULL,'Subscriptionflow-invoicing-features-min','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg',NULL,'4686','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg','4686','attachment-image','{\"width\":853,\"height\":2560,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/Subscriptionflow-invoicing-features-min-scaled.jpg\",\"size\":\"full\",\"id\":4686,\"alt\":\"Subscriptionflow-invoicing-features-min\",\"pixels\":2183680,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-29 13:07:20','2021-03-26 02:16:23',1,NULL,NULL,NULL,NULL,1,NULL,1),(1062,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg','89:96dc466783bf7b800bd3ce4b7ec95f25',4687,'post','attachment',1,4682,NULL,NULL,'invoicing-features-SF-min','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg',NULL,'4687','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg','4687','attachment-image','{\"width\":1200,\"height\":2500,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/01/invoicing-features-SF-min.jpg\",\"size\":\"full\",\"id\":4687,\"alt\":\"invoicing-features-SF-min\",\"pixels\":3000000,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-01-29 13:10:02','2021-03-26 02:16:26',1,NULL,NULL,NULL,NULL,1,NULL,1),(1063,'https://staging.subscriptionflow.com/2021/02/email-marketing-is-inevitable-for-subscription-based-clients-connect-grow-with-subscriptionflow-mailchimp-integration/','159:2c0ae5e5965982140ae03f397f2800c1',4689,'post','post',1,0,'Connect & Grow with SubscriptionFlow-Mailchimp Integration','SubscriptionFlow teams up with the email marketing platform-Mailchimp. Connect & grow the bottom line, get started with SubscriptionFlow Mailchimp integration.','Email Marketing is Inevitable for Subscription-Based Clients—Connect & Grow with SubscriptionFlow-Mailchimp Integration','publish',NULL,0,NULL,NULL,NULL,'SubscriptionFlow-Mailchimp Integration',58,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg',NULL,'4690','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg','4690','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"size\":\"full\",\"id\":4690,\"alt\":\"Connect-&-Grow-with-SubscriptionFlow-Mailchimp-Integration\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,6,NULL,'2021-02-01 12:12:39','2021-09-27 01:38:24',1,NULL,NULL,NULL,NULL,0,NULL,1),(1064,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg','122:d8b95868190488ad8401f77fd4855280',4690,'post','attachment',1,4689,NULL,NULL,'Connect-&-Grow-with-SubscriptionFlow-Mailchimp-Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg',NULL,'4690','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg','4690','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Connect-Grow-with-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"size\":\"full\",\"id\":4690,\"alt\":\"Connect-&-Grow-with-SubscriptionFlow-Mailchimp-Integration\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-02-01 12:14:33','2021-02-01 00:21:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(1065,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg','108:d9cf3430cdc834dfe1d38d0fa23689fb',4691,'post','attachment',1,4689,NULL,NULL,'Why-SubscriptionFlow-Mailchimp-Integration','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg',NULL,'4691','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg','4691','attachment-image','{\"width\":816,\"height\":1900,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Why-SubscriptionFlow-Mailchimp-Integration-1.jpg\",\"size\":\"full\",\"id\":4691,\"alt\":\"Why-SubscriptionFlow-Mailchimp-Integration\",\"pixels\":1550400,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-02-01 12:15:07','2021-02-01 00:21:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(1066,'https://staging.subscriptionflow.com/2021/02/introducing-the-multicurrency-support-for-recurring-billing-and-payment-processing-in-subscriptionflow-all-you-should-know-about-solutions-implementation/','195:81106fdc16f1e28a8aa60196ed26df2f',4693,'post','post',1,0,'Introducing the Multicurrency Support for Recurring Billing and Payment Processing','The multicurrency solutions in SubscriptionFlow help subscription, SaaS, & other recurring billing based businesses to achieve the goals of international sales for business growth.','Introducing the Multicurrency Support for Recurring Billing and Payment Processing in SubscriptionFlow—All You Should Know About Solutions & Implementation','publish',NULL,0,NULL,NULL,NULL,'Multicurrency Support',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg',NULL,'4695','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg','4695','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":4695,\"alt\":\"Introducing-Multicurrency-Support-for-SubscriptionFlow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,3,NULL,'2021-02-04 13:42:22','2021-07-29 02:05:25',1,NULL,NULL,NULL,NULL,0,NULL,1),(1067,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg','118:e1af788b4d03ad75e34c8df3948c3a55',4695,'post','attachment',1,4693,NULL,NULL,'Introducing-Multicurrency-Support-for-SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg',NULL,'4695','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg','4695','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Introducing-Multicurrency-Support-for-SubscriptionFlow.jpg\",\"size\":\"full\",\"id\":4695,\"alt\":\"Introducing-Multicurrency-Support-for-SubscriptionFlow\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-04 13:49:47','2021-02-04 08:49:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(1068,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg','131:6e5924988264406a38798c3692dbf80f',4696,'post','attachment',1,4693,NULL,NULL,'Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg',NULL,'4696','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer’s-Preferred-Currency-in-SubscriptionFlow-1.jpg','4696','attachment-image','{\"width\":1000,\"height\":600,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Manage-All-in-Customer\\u2019s-Preferred-Currency-in-SubscriptionFlow-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Manage-All-in-Customer\\u2019s-Preferred-Currency-in-SubscriptionFlow-1.jpg\",\"size\":\"full\",\"id\":4696,\"alt\":\"Manage-All-in-Customer\\u2019s-Preferred-Currency-in-SubscriptionFlow\",\"pixels\":600000,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-02-04 13:50:30','2021-02-04 01:50:55',1,NULL,NULL,NULL,NULL,0,NULL,1),(1070,'https://staging.subscriptionflow.com/2021/02/subscription-management-and-cfos-facts-and-impacts/','92:318a28d4e734a0b63b2d1d4080ba8f49',4701,'post','post',1,0,'Subscription Management and CFOs','A subscription management system and CFO are associated with respect to the business revenue. There are multiple factors that impact a CFO.','Subscription Management and CFOs – Facts and Impacts','publish',NULL,0,NULL,NULL,NULL,'Subscription Management and CFOs',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg',NULL,'4703','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg','4703','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg\",\"size\":\"full\",\"id\":4703,\"alt\":\"Subscription-Management-and-CFOs\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,1,NULL,'2021-02-08 12:28:03','2021-05-10 00:22:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(1072,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg','98:e365e474c04d6c026371d25297bbce30',4703,'post','attachment',1,4701,NULL,NULL,'Subscription-Management-and-CFOs','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg',NULL,'4703','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg','4703','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Subscription-Management-and-CFOs-2.jpg\",\"size\":\"full\",\"id\":4703,\"alt\":\"Subscription-Management-and-CFOs\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-08 12:36:31','2021-02-08 00:38:07',1,NULL,NULL,NULL,NULL,1,NULL,1),(1073,'https://staging.subscriptionflow.com/2021/02/the-future-of-print-and-publishing-is-there-a-light-at-the-end-of-the-tunnel/','118:2b16d87ceefa82ba6158a959c9b0bbb2',4706,'post','post',1,0,'The Future of Print and Publishing','A range of digital news outlets bet on early on the subscription-based revenue model while shifting from the advertisement-based business model.','The Future of Print and Publishing—Is There a Light At the End of the Tunnel?','publish',NULL,0,NULL,NULL,NULL,'Future of Print and Publishing',65,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg',NULL,'4707','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg','4707','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg\",\"size\":\"full\",\"id\":4707,\"alt\":\"The-Future-of-Print-and-Publishing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,1,NULL,'2021-02-11 11:59:58','2021-02-24 01:29:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(1074,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg','98:a939bb39e624af8788af039e6e825e20',4707,'post','attachment',1,4706,NULL,NULL,'The-Future-of-Print-and-Publishing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg',NULL,'4707','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg','4707','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/The-Future-of-Print-and-Publishing.jpg\",\"size\":\"full\",\"id\":4707,\"alt\":\"The-Future-of-Print-and-Publishing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-11 12:02:55','2021-02-11 00:04:09',1,NULL,NULL,NULL,NULL,1,NULL,1),(1075,'https://staging.subscriptionflow.com/2021/02/7-secret-ingredients-to-take-over-the-market-and-chase-stellar-saas-customer-experience-the-right-way/','143:139a0c0b77e89b820428f59912ef12f1',4710,'post','post',1,0,'SaaS Customer Experience','The SaaS customer experience is a customer’s holistic perception of the experience he or she has with product. As a digital asset, SaaS has to compete more to influence customer’s perception.','7 Secret Ingredients to Take Over the Market and Chase Stellar SaaS Customer Experience the Right Way','publish',NULL,0,NULL,NULL,NULL,'SaaS Customer Experience',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg',NULL,'4711','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg','4711','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg\",\"size\":\"full\",\"id\":4711,\"alt\":\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,3,NULL,'2021-02-15 13:12:31','2021-06-25 02:41:44',1,NULL,NULL,NULL,NULL,0,NULL,1),(1076,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg','116:f2a86f066ce5a5b9c91dcb3735de6a59',4711,'post','attachment',1,4710,NULL,NULL,'Chase-Stellar-SaaS-Customer-Experience-the-Right-Way','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg',NULL,'4711','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg','4711','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Chase-Stellar-SaaS-Customer-Experience-the-Right-Way.jpg\",\"size\":\"full\",\"id\":4711,\"alt\":\"Chase-Stellar-SaaS-Customer-Experience-the-Right-Way\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-15 13:15:16','2021-02-15 01:20:13',1,NULL,NULL,NULL,NULL,1,NULL,1),(1077,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg','88:9865460ddc93d5826b26ea492d570a85',4712,'post','attachment',1,4710,NULL,NULL,'SaaS-Customer-Experience','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg',NULL,'4712','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg','4712','attachment-image','{\"width\":1199,\"height\":671,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/SaaS-Customer-Experience.jpg\",\"size\":\"full\",\"id\":4712,\"alt\":\"SaaS-Customer-Experience\",\"pixels\":804529,\"type\":\"image/jpeg\"}',0,1,NULL,'2021-02-15 13:17:11','2021-03-26 02:16:15',1,NULL,NULL,NULL,NULL,1,NULL,1),(1079,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/card-connect.png','76:e1ac456e25d328d5ff3332c98182cd69',4715,'post','attachment',1,0,NULL,NULL,'card-connect','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/card-connect.png',NULL,'4715','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/card-connect.png','4715','attachment-image','{\"width\":263,\"height\":64,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/card-connect.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/card-connect.png\",\"size\":\"full\",\"id\":4715,\"alt\":\"card-connect\",\"pixels\":16832,\"type\":\"image/png\"}',0,1,NULL,'2021-02-16 08:04:50','2021-03-26 02:16:09',1,NULL,NULL,NULL,NULL,0,NULL,1),(1080,'https://staging.subscriptionflow.com/recurring-payments-with-cardconnect/','69:1d45d72162ac2861e05659185c8d5ebe',4717,'post','page',1,0,'Recurring Payments with CardConnect | SubscriptionFlow','SubscriptionFlow offers integration with one of the most trusted, faster, and effective payment gateway, CardConnect to facilitate more customers with their preferred payment methods.','Recurring Payments with CardConnect','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments with CardConnect',58,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,1,NULL,'2021-02-16 08:09:13','2021-06-25 07:16:43',1,NULL,NULL,NULL,NULL,0,NULL,1),(1081,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png','91:fe19baa5ed561b9a19695d6aa0295e38',4722,'post','attachment',1,4717,NULL,NULL,'CardConnect-Payment-Gateway','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png',NULL,'4722','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png','4722','attachment-image','{\"width\":500,\"height\":300,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/CardConnect-Payment-Gateway.png\",\"size\":\"full\",\"id\":4722,\"alt\":\"CardConnect-Payment-Gateway\",\"pixels\":150000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-16 08:35:55','2021-02-15 20:36:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(1086,'https://staging.subscriptionflow.com/?p=2643','40:aa27c2abc4a8d430f977b2eb0ca942e7',2643,'post','post',1,0,NULL,NULL,'Make Your Adoption Journey with Subscription Management System More Seamless with These Techniques for Improved CRM','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-02-17 11:17:26','2021-02-17 06:17:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(1087,'https://staging.subscriptionflow.com/2021/02/gift-subscriptions-the-powerful-business-growth-approach-to-grow-your-customer-base-and-revenue-net/','141:50a4c39e22dfbd15a5b1e953844b22ed',4730,'post','post',1,0,'Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base','Gift subscription helps merchants to reduce their cost of sales and marketing and attract more customers and revenue with fewer sources.','Gift Subscriptions—The Powerful Business Growth Approach to Grow your Customer Base and Revenue Net','publish',NULL,0,NULL,NULL,NULL,'Gift subscription',62,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg',NULL,'4741','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg','4741','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Gift-Subscriptions.jpg\",\"size\":\"full\",\"id\":4741,\"alt\":\"Gift-Subscriptions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',6,7,NULL,'2021-02-19 12:14:05','2021-07-07 20:01:40',1,NULL,NULL,NULL,NULL,0,NULL,1),(1088,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png','97:06d3689078228c856926a078fda13db2',4731,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png',NULL,'4731','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png','4731','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-1.png\",\"size\":\"full\",\"id\":4731,\"alt\":\"Enabling-the-Gift-Subscriptions-1\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:23','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1089,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png','97:abd22bc0b6e89fc84d7c9db1f4301309',4732,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png',NULL,'4732','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png','4732','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-2.png\",\"size\":\"full\",\"id\":4732,\"alt\":\"Enabling-the-Gift-Subscriptions-2\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:27','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1090,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png','97:4cc9d5d7bb5f205aa98355fcc748bd50',4733,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png',NULL,'4733','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png','4733','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-3.png\",\"size\":\"full\",\"id\":4733,\"alt\":\"Enabling-the-Gift-Subscriptions-3\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:30','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1091,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png','97:47beb085c3722a79cb3456eebb885faf',4734,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png',NULL,'4734','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png','4734','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-4.png\",\"size\":\"full\",\"id\":4734,\"alt\":\"Enabling-the-Gift-Subscriptions-3\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:33','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1092,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png','97:84c86e09887feb397e410ba382361ff4',4735,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png',NULL,'4735','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png','4735','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-5.png\",\"size\":\"full\",\"id\":4735,\"alt\":\"Enabling-the-Gift-Subscriptions-5\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:35','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1093,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png','97:2714988c6d3bc4385f596611e12dd77c',4736,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png',NULL,'4736','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png','4736','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-6.png\",\"size\":\"full\",\"id\":4736,\"alt\":\"Enabling-the-Gift-Subscriptions-6\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:38','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1094,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png','97:472f8a1d90c0262c3bacdbf95f7bc130',4737,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-7','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png',NULL,'4737','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png','4737','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-7.png\",\"size\":\"full\",\"id\":4737,\"alt\":\"Enabling-the-Gift-Subscriptions-7\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:40','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1095,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png','97:691ff618953d85696819cf90188da797',4738,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-8','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png',NULL,'4738','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png','4738','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-8.png\",\"size\":\"full\",\"id\":4738,\"alt\":\"Enabling-the-Gift-Subscriptions-8\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:43','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1096,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png','97:5d3aaabf73fd41f88943104dbcf5afa8',4739,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-9','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png',NULL,'4739','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png','4739','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-9.png\",\"size\":\"full\",\"id\":4739,\"alt\":\"Enabling-the-Gift-Subscriptions-9\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:45','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1097,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png','98:f1add56bd2789982321fe237beaaed41',4740,'post','attachment',1,4730,NULL,NULL,'Enabling-the-Gift-Subscriptions-10','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png',NULL,'4740','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png','4740','attachment-image','{\"width\":700,\"height\":420,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Enabling-the-Gift-Subscriptions-10.png\",\"size\":\"full\",\"id\":4740,\"alt\":\"Enabling-the-Gift-Subscriptions-10\",\"pixels\":294000,\"type\":\"image/png\"}',0,1,NULL,'2021-02-19 12:28:48','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1098,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg','82:1a971c3d157703b3e980cdd5041f3009',4741,'post','attachment',1,4730,NULL,NULL,'Gift-Subscriptions','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg',NULL,'4741','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg','4741','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Gift-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Gift-Subscriptions.jpg\",\"size\":\"full\",\"id\":4741,\"alt\":\"Gift-Subscriptions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-19 12:36:06','2021-02-19 00:38:14',1,NULL,NULL,NULL,NULL,1,NULL,1),(1099,'https://staging.subscriptionflow.com/2021/02/embracing-the-next-gen-change-this-is-how-manufacturing-industry-is-carving-and-scaling-subscription-solutions/','152:444637af659bbd96779d9c90a1933989',4744,'post','post',1,0,'This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions','The manufacturing industry is harmonizing with the subscription business model and is dealing with the obstructions on their way to the subscription-based future.','Embracing the Next-Gen Change—This is How Manufacturing Industry Is Carving and Scaling Subscription Solutions','publish',NULL,0,NULL,NULL,NULL,'Scaling Subscription Solutions',56,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg',NULL,'4745','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg','4745','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg\",\"size\":\"full\",\"id\":4745,\"alt\":\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,5,NULL,'2021-02-22 12:01:30','2021-03-17 21:26:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(1100,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg','138:a393a10d68df8693daa833cf4c9147df',4745,'post','attachment',1,4744,NULL,NULL,'How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions (1)','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg',NULL,'4745','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg','4745','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions-1.jpg\",\"size\":\"full\",\"id\":4745,\"alt\":\"How-Manufacturing-Industry-Is-Carving-and-Scaling-Subscription-Solutions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-22 12:06:19','2021-02-22 00:12:11',1,NULL,NULL,NULL,NULL,1,NULL,1),(1102,'https://staging.subscriptionflow.com/2021/02/post-covid-economy-and-the-hospitality-industry-the-new-business-model-is-paving-the-way-for-subscription-revolution/','158:fe879d30755d22ed3c75f3c110055e9e',4748,'post','post',1,0,'Post-COVID Economy and the Hospitality Industry','The hospitality industry finds survival and revival opportunities in the subscription business model with cross-platform associations and valued services.','Post-COVID Economy and the Hospitality Industry—The New Business Model Is Paving the Way for Subscription Revolution','publish',NULL,0,NULL,NULL,NULL,'Post-COVID Economy and the Hospitality Industry',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg',NULL,'4749','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg','4749','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg\",\"size\":\"full\",\"id\":4749,\"alt\":\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,3,NULL,'2021-02-24 13:28:04','2021-06-09 20:20:04',1,NULL,NULL,NULL,NULL,0,NULL,1),(1103,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg','142:9a0cea219e8f22468e9498b7429c675e',4749,'post','attachment',1,4748,NULL,NULL,'Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg',NULL,'4749','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg','4749','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era.jpg\",\"size\":\"full\",\"id\":4749,\"alt\":\"Subscription-is-the-New-Norm-of-the-Hospitality-Industry-in-the-Post-COVID-Era\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-24 13:28:55','2021-02-24 01:33:46',1,NULL,NULL,NULL,NULL,1,NULL,1),(1104,'https://staging.subscriptionflow.com/2021/02/car-subscription-vs-car-rentals-vs-car-lease-vs-car-ownership-how-to-live-a-dream-of-new-car-every-month/','146:b0348a28be985af69860ea39b4499778',4751,'post','post',1,0,'Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership','Car subscription is an all-inclusive deal that not only eases access to the dream cars but is a one-fee package for all the maintenance, insurance, duties & other requirements.','Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership—How to Live a Dream of New Car Every Month','publish',NULL,0,NULL,NULL,NULL,'Car Subscription vs. Car Rentals vs. Car Lease vs. Car Ownership',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg',NULL,'4752','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg','4752','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg\",\"size\":\"full\",\"id\":4752,\"alt\":\"Drive-Any-Car-You-Want...-With-Car-Subscriptions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,3,NULL,'2021-02-26 12:16:30','2021-03-17 21:26:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(1105,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg','112:6af1ac4eda661d872fe372e9acbbcae9',4752,'post','attachment',1,4751,NULL,NULL,'Drive-Any-Car-You-Want…-With-Car-Subscriptions','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg',NULL,'4752','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg','4752','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/02/Drive-Any-Car-You-Want...-With-Car-Subscriptions.jpg\",\"size\":\"full\",\"id\":4752,\"alt\":\"Drive-Any-Car-You-Want...-With-Car-Subscriptions\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-02-26 12:20:41','2021-02-26 00:22:11',1,NULL,NULL,NULL,NULL,1,NULL,1),(1106,'https://staging.subscriptionflow.com/2021/03/telematics-and-telematics-billing-how-the-future-of-connected-recurring-revenue-opportunities-is-evolving/','147:e06949af7d8d34a62c2008dcc5f4864f',4754,'post','post',1,0,'Telematics and Telematics Billing—How the Future of Connected Recurring Revenue','Telematics technology is revolutionizing the prospects for trade, business, travelling, and tourism with more secure, connected, & monitored fleet management in real-time.','Telematics and Telematics Billing-How the Future of Connected Recurring Revenue Opportunities is Evolving?','publish',NULL,0,NULL,NULL,NULL,'Telematics Billing',53,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg',NULL,'4755','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg','4755','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg\",\"size\":\"full\",\"id\":4755,\"alt\":\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,2,NULL,'2021-03-01 12:47:49','2021-07-19 01:22:53',1,NULL,NULL,NULL,NULL,0,NULL,1),(1107,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg','124:28a8d71df0d269dc4561bedbbc944d40',4755,'post','attachment',1,4754,NULL,NULL,'Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg',NULL,'4755','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg','4755','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management.jpg\",\"size\":\"full\",\"id\":4755,\"alt\":\"Telematics-he-Rise-of-IoT-Led-Tracking-and-Remote-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-01 12:51:14','2021-03-01 00:57:21',1,NULL,NULL,NULL,NULL,1,NULL,1),(1108,'https://staging.subscriptionflow.com/2021/03/update-the-old-school-ideas-of-washing-washing-machines-gear-up-for-the-subscription-based-smart-laundry/','146:2b10c456af27f8de63eb19920660df1a',4757,'post','post',1,0,'Gear up for the Subscription-Based Smart Laundry','Manage the recurring billing for laundry services with SubscriptionFlow that enables the laundry services providers or washing machine manufacturers to offer customized solutions to their customers','Update the Old-School Ideas of Washing & Washing Machines—Gear up for the Subscription-Based Smart Laundry','publish',NULL,0,NULL,NULL,NULL,'Subscription-Based Smart Laundry',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg',NULL,'4758','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg','4758','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg\",\"size\":\"full\",\"id\":4758,\"alt\":\"Gear-up-for-the-Subscription-Based-Smart-Laundry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-03-03 12:55:06','2021-03-17 21:26:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(1109,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg','112:c7281a93bd852ba9fe8eb4a1aa6e3f53',4758,'post','attachment',1,4757,NULL,NULL,'Gear-up-for-the-Subscription-Based-Smart-Laundry','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg',NULL,'4758','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg','4758','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Gear-up-for-the-Subscription-Based-Smart-Laundry.jpg\",\"size\":\"full\",\"id\":4758,\"alt\":\"Gear-up-for-the-Subscription-Based-Smart-Laundry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-03 12:58:46','2021-03-03 01:02:00',1,NULL,NULL,NULL,NULL,1,NULL,1),(1111,'https://staging.subscriptionflow.com/2021/03/the-art-of-improving-customer-loyalty-with-upselling-tips-and-tricks-to-boost-your-recurring-revenue-streaming/','152:fda113ba52cda4211b44deef4c30d0c8',4761,'post','post',1,0,'The Art of Improving Customer Loyalty with Upselling','Use the SubscriptionFlow platform and analytics to design data-driven upsell & other subscription mgmt. strategies and can take other informed business development decisions.','The Art of Improving Customer Loyalty with Upselling—Tips and Tricks to Boost Your Recurring Revenue Streaming','publish',NULL,0,NULL,NULL,NULL,'Art of Improving Customer Loyalty with Upselling',59,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg',NULL,'4762','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg','4762','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg\",\"size\":\"full\",\"id\":4762,\"alt\":\"The-Art-of-Improving-Customer-Loyalty-with-Upselling\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,3,NULL,'2021-03-05 13:34:06','2021-09-07 03:14:05',1,NULL,NULL,NULL,NULL,0,NULL,1),(1112,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg','116:c09d453a87a9d1b1501b0f80024fd797',4762,'post','attachment',1,4761,NULL,NULL,'The-Art-of-Improving-Customer-Loyalty-with-Upselling','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg',NULL,'4762','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg','4762','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/The-Art-of-Improving-Customer-Loyalty-with-Upselling.jpg\",\"size\":\"full\",\"id\":4762,\"alt\":\"The-Art-of-Improving-Customer-Loyalty-with-Upselling\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-05 13:36:26','2021-03-05 01:38:58',1,NULL,NULL,NULL,NULL,1,NULL,1),(1113,'https://staging.subscriptionflow.com/2021/03/ams-change-alert-why-switching-to-subscription-management-software-is-a-more-practical-efficient-way-to-manage-monetize-associations/','174:91c4e36adefa908db9cccd294f5b2af1',4764,'post','post',1,0,'Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations','SubscriptionFlow works best as a membership and billing software for associations. Go Pro and serve your respected members with SubscriptionFlow.','AMS Change Alert—Why Switching to Subscription Management Software Is A More Practical & Efficient Way to Manage & Monetize Associations','publish',NULL,0,NULL,NULL,NULL,'Associations Subscription Management',61,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg',NULL,'4766','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg','4766','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg\",\"size\":\"full\",\"id\":4766,\"alt\":\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-&-Efficient-Way-to-Manage-&-Monetize-Associations\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,1,NULL,'2021-03-08 12:27:00','2021-04-08 00:29:27',1,NULL,NULL,NULL,NULL,0,NULL,1),(1115,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg','179:ac0b4b167ff721dd6dad4a4c5817a4f7',4766,'post','attachment',1,4764,NULL,NULL,'Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-&-Efficient-Way-to-Manage-&-Monetize-Associations','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg',NULL,'4766','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg','4766','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-Efficient-Way-to-Manage-Monetize-Associations.jpg\",\"size\":\"full\",\"id\":4766,\"alt\":\"Why-Switching-to-Subscription-Management-Software-Is-A-More-Practical-&-Efficient-Way-to-Manage-&-Monetize-Associations\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-08 12:32:48','2021-03-08 00:34:38',1,NULL,NULL,NULL,NULL,1,NULL,1),(1116,'https://staging.subscriptionflow.com/2021/03/are-you-prioritizing-on-customer-success-management-do-it-now-to-grow-your-subscription-ventures-for-consistent-streaming-of-recurring-revenue/','184:cb7c94cf32389cd13e6949f54025f1ab',4769,'post','post',1,0,NULL,'From customer acquisition to customer retention & customer monitoring to customer advocacy, leverage SubscriptionFlow analytics for data-driven customer success management.','Are You Prioritizing on Customer Success Management? DO IT NOW to Grow Your Subscription Ventures For Consistent Streaming of Recurring Revenue!','publish',NULL,0,NULL,NULL,NULL,'customer acquisition to customer retention & customer monitoring',53,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg',NULL,'4770','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg','4770','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg\",\"size\":\"full\",\"id\":4770,\"alt\":\"Invest-Time,-Money,-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back!\",\"pixels\":960000,\"type\":\"image/jpeg\"}',5,5,NULL,'2021-03-10 13:31:44','2021-08-25 21:59:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(1117,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg','154:ae6e745b35dec431ad349f1f6b983f56',4770,'post','attachment',1,4769,NULL,NULL,'Invest-Time,-Money,-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back!','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg',NULL,'4770','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg','4770','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/Invest-Time-Money-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back.jpg\",\"size\":\"full\",\"id\":4770,\"alt\":\"Invest-Time,-Money,-and-Efforts-In-Effective-Customer-Success-Management-and-Never-Look-Back!\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-10 13:34:06','2021-03-10 01:35:06',1,NULL,NULL,NULL,NULL,1,NULL,1),(1119,'https://staging.subscriptionflow.com/2021/03/fitness-industry-is-proliferating-with-automated-recurring-payments/','109:2dbe812ec53dce477855bdbfbd9e6a66',4776,'post','post',1,0,'Fitness Industry is Proliferating with Automated Recurring Payments','The fitness industry can employ recurring payment processes to streamline the business revenue and collect payments from customers automatically.','Fitness Industry is Proliferating with Automated Recurring Payments-This Is Why Gyms, Yoga, and Training Centers Should Capitalize On Subscription-Based Services','publish',NULL,0,NULL,NULL,NULL,'Recurring Payments',67,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg',NULL,'4780','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg','4780','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg\",\"size\":\"full\",\"id\":4780,\"alt\":\"SF-Blog-Recurring-Payments-for-Fitness-Industry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',3,5,NULL,'2021-03-18 08:23:29','2021-09-20 19:57:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(1120,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg','111:89d933c5724a7a05c36475c7f4ef83da',4780,'post','attachment',1,4776,NULL,NULL,'SF-Blog-Recurring-Payments-for-Fitness-Industry','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg',NULL,'4780','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg','4780','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/SF-Blog-Recurring-Payments-for-Fitness-Industry.jpg\",\"size\":\"full\",\"id\":4780,\"alt\":\"SF-Blog-Recurring-Payments-for-Fitness-Industry\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-18 08:35:00','2021-05-18 08:36:52',1,NULL,NULL,NULL,NULL,1,NULL,1),(1121,'https://staging.subscriptionflow.com/2021/03/learn-how-yoga-subscriptions-and-yoga-subscription-boxes-are-contributing/','115:edc7bada11b4ec669708655198b55fd5',4786,'post','post',1,0,'Learn How Yoga Subscriptions & Yoga Subscription Boxes Are Contributing','The new subscriptions rate for yoga studios, personal trainings, meditation programs, digital yoga platforms, & yoga subscription boxes.','The Yoga Market is Growing At An Exponential Rate-Learn How Yoga Subscriptions and Yoga Subscription Boxes Are Contributing In the Rise of Healthy Living','publish',NULL,0,NULL,NULL,NULL,'Yoga Subscription Boxes',63,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Yoga-Subscriptions.jpg',NULL,'4907','featured-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Yoga-Subscriptions.jpg','4907','featured-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2021/03/SF-Blog-Yoga-Subscriptions.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2021/03/SF-Blog-Yoga-Subscriptions.jpg\",\"size\":\"full\",\"id\":4907,\"alt\":\"\",\"pixels\":960000,\"type\":\"image/jpeg\"}',4,3,NULL,'2021-03-22 13:36:50','2021-09-20 19:57:45',1,NULL,NULL,NULL,NULL,0,NULL,1),(1125,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg','97:0595b60752f7b24a3e86f17e05f12d3c',3815,'post','attachment',1,3814,NULL,NULL,'Covid-19 payment fraud protection','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg',NULL,'3815','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg','3815','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/11/Covid-19-payment-fruad-protection.jpg\",\"size\":\"full\",\"id\":3815,\"alt\":\"Covid-19-payment-fraud-protection\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:22:03','2021-03-26 02:22:03',1,NULL,NULL,NULL,NULL,0,NULL,1),(1126,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link.png','70:42d2bc8156d839874df9270cc46757a2',3507,'post','attachment',1,2585,NULL,NULL,'1-link','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link.png',NULL,'3507','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link.png','3507','attachment-image','{\"width\":150,\"height\":139,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/1-link.png\",\"size\":\"full\",\"id\":3507,\"alt\":\"1-Link\",\"pixels\":20850,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:23:17','2021-03-26 02:23:17',1,NULL,NULL,NULL,NULL,0,NULL,1),(1127,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg','112:9a3678804e54bb5d888727240ef852a0',3509,'post','attachment',1,3478,NULL,NULL,'Online Payment Processing for Recurring Payments','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg',NULL,'3509','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg','3509','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Online-Payment-Processing-for-Recurring-Payments.jpg\",\"size\":\"full\",\"id\":3509,\"alt\":\"Online-Payment-Processing-for-Recurring-Payments\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:23:35','2021-03-26 02:23:35',1,NULL,NULL,NULL,NULL,0,NULL,1),(1128,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg','92:0bc2d157ca0b5d31ffe81a71dc15565f',3514,'post','attachment',1,0,NULL,NULL,'ubl-internet-payment-gateway','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg',NULL,'3514','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg','3514','attachment-image','{\"width\":150,\"height\":65,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/ubl-internet-payment-gateway.jpg\",\"size\":\"full\",\"id\":3514,\"alt\":\"ubl-internet-payment-gateway\",\"pixels\":9750,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:23:39','2021-03-26 02:23:39',1,NULL,NULL,NULL,NULL,0,NULL,1),(1129,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-omni.png','72:1d689ea27393e8b53704fcf029f568b6',3515,'post','attachment',1,0,NULL,NULL,'ubl-omni','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-omni.png',NULL,'3515','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-omni.png','3515','attachment-image','{\"width\":150,\"height\":150,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/ubl-omni.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/ubl-omni.png\",\"size\":\"full\",\"id\":3515,\"alt\":\"ubl-omni\",\"pixels\":22500,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:23:47','2021-03-26 02:23:47',1,NULL,NULL,NULL,NULL,0,NULL,1),(1130,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png','68:c2bde0e26317c0049ffa9eaf9d019291',3516,'post','attachment',1,0,NULL,NULL,'xoom','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png',NULL,'3516','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png','3516','attachment-image','{\"width\":151,\"height\":151,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/xoom.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/xoom.png\",\"size\":\"full\",\"id\":3516,\"alt\":\"xoom\",\"pixels\":22801,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:23:52','2021-03-26 02:23:52',1,NULL,NULL,NULL,NULL,0,NULL,1),(1131,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link-1.png','72:d14156c072effb334450cbe36abecf85',3517,'post','attachment',1,0,NULL,NULL,'1-link','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link-1.png',NULL,'3517','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link-1.png','3517','attachment-image','{\"width\":150,\"height\":139,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/1-link-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/1-link-1.png\",\"size\":\"full\",\"id\":3517,\"alt\":\"1-link\",\"pixels\":20850,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:23:57','2021-03-26 02:23:57',1,NULL,NULL,NULL,NULL,0,NULL,1),(1132,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easypay.png','71:d51c4756e20fe361aa4fc2b2406e8615',3522,'post','attachment',1,0,NULL,NULL,'easypay','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easypay.png',NULL,'3522','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easypay.png','3522','attachment-image','{\"width\":151,\"height\":59,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easypay.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/easypay.png\",\"size\":\"full\",\"id\":3522,\"alt\":\"easypay\",\"pixels\":8909,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:24:08','2021-03-26 02:24:08',1,NULL,NULL,NULL,NULL,0,NULL,1),(1133,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-1.png','76:695b77e7f32fc128a96a081714476eb5',3521,'post','attachment',1,0,NULL,NULL,'easy-paisa','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-1.png',NULL,'3521','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-1.png','3521','attachment-image','{\"width\":150,\"height\":107,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/easy-paisa-1.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/easy-paisa-1.png\",\"size\":\"full\",\"id\":3521,\"alt\":\"easy-paisa\",\"pixels\":16050,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:24:11','2021-03-26 02:24:11',1,NULL,NULL,NULL,NULL,0,NULL,1),(1134,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/bank-al-habib.png','77:c97d4a88e102df78bd5e4aefaeb4a3ec',3520,'post','attachment',1,0,NULL,NULL,'bank-al-habib','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/bank-al-habib.png',NULL,'3520','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/bank-al-habib.png','3520','attachment-image','{\"width\":144,\"height\":151,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/bank-al-habib.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/bank-al-habib.png\",\"size\":\"full\",\"id\":3520,\"alt\":\"bank-al-habib\",\"pixels\":21744,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:24:15','2021-03-26 02:24:15',1,NULL,NULL,NULL,NULL,0,NULL,1),(1135,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png','73:81b30c1e89e1e94b0e6934d40155fddc',3519,'post','attachment',1,0,NULL,NULL,'alfa-logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png',NULL,'3519','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png','3519','attachment-image','{\"width\":150,\"height\":153,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/alfa-logo.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/alfa-logo.png\",\"size\":\"full\",\"id\":3519,\"alt\":\"alfa-logo\",\"pixels\":22950,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:24:19','2021-03-26 02:24:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(1136,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png','74:04f02dc637f8369eb650bf5ec207e86a',3518,'post','attachment',1,0,NULL,NULL,'2-checkout','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png',NULL,'3518','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png','3518','attachment-image','{\"width\":150,\"height\":24,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/2-checkout.png\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/2-checkout.png\",\"size\":\"full\",\"id\":3518,\"alt\":\"2-checkout\",\"pixels\":3600,\"type\":\"image/png\"}',0,NULL,NULL,'2021-03-26 07:24:23','2021-03-26 02:24:23',1,NULL,NULL,NULL,NULL,0,NULL,1),(1137,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg','67:19baf01c7ed7fde499c6e512b69cd6ef',3524,'post','attachment',1,0,NULL,NULL,'hbl','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg',NULL,'3524','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg','3524','attachment-image','{\"width\":150,\"height\":58,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/hbl.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/hbl.jpg\",\"size\":\"full\",\"id\":3524,\"alt\":\"hbl\",\"pixels\":8700,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:24:26','2021-03-26 02:24:26',1,NULL,NULL,NULL,NULL,0,NULL,1),(1138,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg','91:8ff5a583369f787994fa574b73b4fe87',3549,'post','attachment',1,3548,NULL,NULL,'What is usage-based billing','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg',NULL,'3549','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg','3549','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/What-is-usage-based-billing.jpg\",\"size\":\"full\",\"id\":3549,\"alt\":\"What-is-usage-based-billing\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:25:07','2021-03-26 02:25:07',1,NULL,NULL,NULL,NULL,0,NULL,1),(1139,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg','74:157bd9cff49c900424e008f1495d29ad',3563,'post','attachment',1,3559,NULL,NULL,'Untitled-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg',NULL,'3563','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg','3563','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Untitled-1.jpg\",\"size\":\"full\",\"id\":3563,\"alt\":\"what-is-monthly-recurring-revenue\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:25:54','2021-03-26 02:25:54',1,NULL,NULL,NULL,NULL,0,NULL,1),(1140,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg','79:664ea8ffee1233bfad6cc6454704ff19',3580,'post','attachment',1,3578,NULL,NULL,'The Revenue-Driven Benefits of Using Multiple Payment Gateways','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg',NULL,'3580','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg','3580','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Untitled-122222.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Untitled-122222.jpg\",\"size\":\"full\",\"id\":3580,\"alt\":\"The-Revenue-Driven-Benefits-of-Using-Multiple-Payment-Gateways\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:26:13','2021-03-26 02:26:13',1,NULL,NULL,NULL,NULL,0,NULL,1),(1141,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg','91:99ea2b5f056ca19db2d9b8f74ca2865a',3593,'post','attachment',1,3591,NULL,NULL,'digital subscriber software','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg',NULL,'3593','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg','3593','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/digital-subscriber-software.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/digital-subscriber-software.jpg\",\"size\":\"full\",\"id\":3593,\"alt\":\"digital-subscriber-software\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:26:22','2021-03-26 02:26:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(1142,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg','105:854275d208fbab41ff26f591a2fdab6f',3605,'post','attachment',1,1671,NULL,NULL,'subscription software for courier company','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg',NULL,'3605','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg','3605','attachment-image','{\"width\":800,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/subscription-software-for-courier-company.jpg\",\"size\":\"full\",\"id\":3605,\"alt\":\"subscription-software-for-courier-company\",\"pixels\":640000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:27:22','2021-03-26 02:27:22',1,NULL,NULL,NULL,NULL,0,NULL,1),(1143,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg','130:54d56611039df2fa41b29448cbe4d8ec',3598,'post','attachment',1,3597,NULL,NULL,'Subscription Revenue Model Empowers Revenue Streams of IT Startups','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg',NULL,'3598','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg','3598','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/09/Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups.jpg\",\"size\":\"full\",\"id\":3598,\"alt\":\"Subscription-Revenue-Model-Empowers-Revenue-Streams-of-IT-Startups\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:27:41','2021-03-26 02:27:41',1,NULL,NULL,NULL,NULL,0,NULL,1),(1144,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg','78:935c4060079179ff0f6bb04eb0f567ad',3625,'post','attachment',1,3622,NULL,NULL,'AI and revenue','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg',NULL,'3625','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg','3625','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/ai-and-revenue.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/ai-and-revenue.jpg\",\"size\":\"full\",\"id\":3625,\"alt\":\"AI-and-revenue\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:28:19','2021-03-26 02:28:19',1,NULL,NULL,NULL,NULL,0,NULL,1),(1145,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg','87:0ee63919a913fb677ac5ddaaebb9bf51',3683,'post','attachment',1,3681,NULL,NULL,'online payment security','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg',NULL,'3683','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg','3683','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/online-payment-security.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/online-payment-security.jpg\",\"size\":\"full\",\"id\":3683,\"alt\":\"online-payment-security\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:29:00','2021-03-26 02:29:00',1,NULL,NULL,NULL,NULL,0,NULL,1),(1146,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg','161:0f97142e7a78f53cdc4954dbd42d34a1',3653,'post','attachment',1,3651,NULL,NULL,'Leveraging the Power of Machine Learning in Subscription Billing to Mitigate Fraud and Churn rate','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg',NULL,'3653','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg','3653','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate.jpg\",\"size\":\"full\",\"id\":3653,\"alt\":\"Leveraging-the-Power-of-Machine-Learning-in-Subscription-Billing-to-Mitigate-Fraud-and-Churn-rate\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:29:33','2021-03-26 02:29:33',1,NULL,NULL,NULL,NULL,0,NULL,1),(1147,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg','148:c0915fabf315180e4f1bc92c10449518',3694,'post','attachment',1,3689,NULL,NULL,'Learn How a Flexible Subscription Engine Uncovers the Hidden Revenue Opportunities','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg',NULL,'3694','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg','3694','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities-1.jpg\",\"size\":\"full\",\"id\":3694,\"alt\":\"Learn-How-a-Flexible-Subscription-Engine-Uncovers-the-Hidden-Revenue-Opportunities\",\"pixels\":960000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-26 07:30:06','2021-03-26 02:30:06',1,NULL,NULL,NULL,NULL,0,NULL,1),(1148,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg','106:2311c8b44c5ff316beead361669ae483',3686,'post','attachment',1,3685,NULL,NULL,'AI Leveraging Recurring Payment Management','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg',NULL,'3686','attachment-image',NULL,NULL,'https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg','3686','attachment-image','{\"width\":1200,\"height\":800,\"url\":\"https://staging.subscriptionflow.com/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg\",\"path\":\"/var/www/html/staging-subscription/wp-content/uploads/2020/10/AI-Leveraging-Recurring-Payment-Management.jpg\",\"size\":\"full\",\"id\":3686,\"alt\":\"AI-Leveraging-Recurring-Payment-Management\",\"pixels\":960000,\"type\":\"image/jpeg\"